:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0,0,0,.1);--f-spinner-color-2:rgba(17,24,28,.8);--f-spinner-stroke:2.75}.f-spinner{height:var(--f-spinner-height);margin:auto;padding:0;width:var(--f-spinner-width)}.f-spinner svg{animation:f-spinner-rotate 2s linear infinite;height:100%;vertical-align:top;width:100%}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg :first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg :last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{to{transform:rotate(1turn)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{opacity:0;transform:translate3d(0,calc(var(--f-throw-out-distance, 150px)*-1),0)}}@keyframes f-throwOutDown{to{opacity:0;transform:translate3d(0,var(--f-throw-out-distance,150px),0)}}.f-zoomInUp{animation:var(--f-transition-duration,.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{opacity:0;transform:scale(.975) translate3d(0,16px,0)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes f-zoomOutDown{to{opacity:0;transform:scale(.975) translate3d(0,16px,0)}}.f-fadeIn{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translateX(-100%)}}@keyframes f-slideOutPrev{to{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{opacity:0;transform:translateX(-75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicInPrev{0%{opacity:0;transform:translateX(75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicOutNext{to{opacity:0;transform:translateX(-75px)}}@keyframes f-classicOutPrev{to{opacity:0;transform:translateX(75px)}}.f-carousel{--f-carousel-theme-color:#706f6c;--f-carousel-spacing:0px;--f-carousel-slide-width:100%;--f-carousel-slide-height:auto;--f-carousel-slide-padding:0;--f-button-width:42px;--f-button-height:42px;--f-button-color:var(--f-carousel-theme-color,currentColor);--f-button-hover-color:var(--f-carousel-theme-color,currentColor);--f-button-bg:transparent;--f-button-hover-bg:var(--f-button-bg);--f-button-active-bg:var(--f-button-bg);--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-next-pos:10px;--f-button-prev-pos:10px;--f-spinner-color-1:rgba(0,0,0,.1);--f-spinner-color-2:rgba(17,24,28,.8);--f-spinner-stroke:2.75;box-sizing:border-box;position:relative}.f-carousel *,.f-carousel :after,.f-carousel :before{box-sizing:inherit}.f-carousel.is-ltr{direction:ltr}.f-carousel.is-rtl{direction:rtl}.f-carousel__viewport{backface-visibility:hidden;height:100%;overflow:hidden;transform:translateZ(0);width:100%}.f-carousel__viewport.is-draggable{cursor:move;cursor:grab}.f-carousel__viewport.is-dragging{cursor:move;cursor:grabbing}.f-carousel__track{display:flex;height:100%;margin:0 auto;padding:0;-webkit-tap-highlight-color:#fff0}.f-carousel__slide{flex:0 0 auto;height:var(--f-carousel-slide-height);margin:0 var(--f-carousel-spacing) 0 0;max-width:100%;outline:0;padding:var(--f-carousel-slide-padding);position:relative;transform-origin:center center;width:var(--f-carousel-slide-width)}.f-carousel__slide img.is-preloading{visibility:hidden}.f-carousel__slide>.f-spinner{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.f-carousel.is-vertical{--f-carousel-slide-height:100%}.f-carousel.is-vertical .f-carousel__track{flex-wrap:wrap}.f-carousel.is-vertical .f-carousel__slide{margin:0 0 var(--f-carousel-spacing) 0}:root{--f-carousel-dots-width:24px;--f-carousel-dots-height:30px;--f-carousel-dot-width:8px;--f-carousel-dot-height:8px;--f-carousel-dot-radius:50%;--f-carousel-dot-color:var(--f-carousel-theme-color,currentColor);--f-carousel-dot-opacity:0.2;--f-carousel-dot-hover-opacity:0.4}.f-carousel.has-dots{margin-bottom:var(--f-carousel-dots-height)}.f-carousel__dots{bottom:calc(var(--f-carousel-dots-height)*-1);flex-wrap:wrap;left:0;list-style:none!important;margin:0 auto!important;position:absolute;right:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.f-carousel__dots,.f-carousel__dots li{align-items:center;display:flex;justify-content:center;padding:0}.f-carousel__dots li{border:0;margin:0;opacity:var(--f-carousel-dot-opacity);transition:opacity .15s ease-in-out}.f-carousel__dots li+li{margin:0}.f-carousel__dots li:hover{opacity:var(--f-carousel-dot-hover-opacity)}.f-carousel__dots li.is-current{opacity:1}.f-carousel__dots li button{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff0;border:0;cursor:pointer;display:flex;height:var(--f-carousel-dots-height);justify-content:center;margin:0;padding:0;transition:all .2s linear;width:var(--f-carousel-dots-width)}.f-carousel__dot{background-color:var(--f-carousel-dot-color);border:0;border-radius:var(--f-carousel-dot-radius);cursor:pointer;display:block;font-size:0;height:var(--f-carousel-dot-height);line-height:0;margin:0;padding:0;pointer-events:none;width:var(--f-carousel-dot-width)}.f-carousel__dots.is-dynamic li:not(.is-prev,.is-next,.is-current,.is-after-next,.is-before-prev) button{transform:scale(0);width:0}.f-carousel__dots.is-dynamic li.is-after-next button,.f-carousel__dots.is-dynamic li.is-before-prev button{transform:scale(.22)}.f-carousel__dots.is-dynamic li.is-next button,.f-carousel__dots.is-dynamic li.is-prev button{transform:scale(.66)}.f-carousel__dots.is-dynamic li.is-current button{transform:scale(1)}.f-carousel__dots.is-dynamic li.is-after-next button,.f-carousel__dots.is-dynamic li.is-before-prev button{transform:scale(.33)}.f-carousel__dots.is-dynamic li.is-current:first-child{margin-left:calc(var(--f-carousel-dots-width)*2)}.f-carousel__dots.is-dynamic li.is-prev:first-child{margin-left:var(--f-carousel-dots-width)}.f-carousel__dots.is-dynamic li.is-next:last-child{margin-right:var(--f-carousel-dots-width)}.f-carousel__dots.is-dynamic li.is-current:last-child{margin-right:calc(var(--f-carousel-dots-width)*2)}.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-current:first-child,.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-current:last-child,.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-prev:first-child{margin-left:0;margin-right:var(--f-carousel-dots-width)}.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-next:last-child{margin-left:var(--f-carousel-dots-width);margin-right:0}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{align-items:center;background:var(--f-button-bg);border:var(--f-button-border);border-radius:var(--f-button-border-radius);box-shadow:var(--f-button-shadow);box-sizing:content-box;color:var(--f-button-color);cursor:pointer;display:flex;height:var(--f-button-height);justify-content:center;margin:0;padding:0;pointer-events:all;position:relative;transition:var(--f-button-transition);width:var(--f-button-width)}@media(hover:hover){.f-button:hover:not([disabled]){background-color:var(--f-button-hover-bg);color:var(--f-button-hover-color)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color));outline:none}.f-button svg{height:var(--f-button-svg-height);width:var(--f-button-svg-width);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;filter:var(--f-button-svg-filter);pointer-events:none;transform:var(--f-button-transform);transition:opacity .15s ease}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{left:var(--f-button-prev-pos);right:auto}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{left:50%;top:auto;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:#fff0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}.strong,b,strong{font-weight:700}.em,dfn,em{font-style:italic}hr{box-sizing:content-box;height:0}p{-webkit-hyphens:none;-epub-hyphens:none;hyphens:none}pre{margin:0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"“" "”" "‘" "’"}q:after,q:before{content:"";content:none}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0}menu{padding:0 0 0 40px}ol,ul{list-style-type:none;padding:0}.show-list-style{list-style-type:disc!important;margin-top:0;padding-left:15px}nav ol,nav ul{list-style:none;list-style-image:none}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}.image-replacement,.ir{overflow:hidden;text-indent:100%;white-space:nowrap}.cf,.clearfix{zoom:1}.cf:after,.cf:before,.clearfix:after,.clearfix:before{content:"";display:table}.cf:after,.clearfix:after{clear:both}span.amp{font-family:Baskerville,Goudy Old Style,Palatino,Book Antiqua,serif!important;font-style:italic}.comment-content a{word-wrap:break-word}embed,iframe,object{max-width:100%}img{display:block;width:100%}.d-none{display:table!important}.float-left{float:left}.float-right{float:right!important}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.font-bold{font-weight:700!important}.bg-grey{background-color:#f6f6f6}.bg-white{background-color:#fff!important}.bg-secondary,.bg-yellow{background-color:#053529}.position-fixed{position:fixed}.position-absolute{position:absolute}.position-relative{position:relative}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}html{font-family:Montserrat,Sans-serif;scroll-behavior:smooth}.center{display:table;margin:0 auto}.w-100{width:100%}.mw-100{max-width:100%!important}.w-75{width:75%}.w-50{width:50%}.w-25{width:25%}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.object-fit{background-position:50%;background-size:cover}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.no-scroll{height:100%;overflow:hidden}b,em,i,span,strong{font-size:inherit!important;line-height:inherit!important}.h-100{height:100%}img{height:auto;image-rendering:-webkit-optimize-contrast;max-width:100%}.align-center{align-items:center}.btn,input[type=submit]{border:0;border-radius:50px;display:inline-block;font-size:18px;font-weight:700;line-height:47px;padding:0 30px;text-align:center;text-decoration:none;transition:.2s linear}.btn svg,input[type=submit] svg{margin-right:10px;transition:all .2s ease-in-out 0s}.btn-primary{background-color:#77a88c;color:#fff}.btn-primary:hover{background-color:#175d3b}.btn-primary:hover svg{transform:rotate(25deg)!important}.btn-white{background-color:#fff;color:#053529}.btn-white-outlined{border:1px solid #fff;color:#fff}.btn-secondary,input[type=submit]{background-color:#053529;color:#fff}.btn-secondary:hover,input[type=submit]:hover{background-color:#77a88c}
/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{margin-left:auto;margin-right:auto;padding-left:var(--bs-gutter-x,.75rem);padding-right:var(--bs-gutter-x,.75rem);width:100%}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1414px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:calc(var(--bs-gutter-y)*-1)}.row>*{box-sizing:border-box;flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-sm-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-sm-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-sm-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-sm-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-sm-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-sm-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-sm-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-sm-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-md-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-md-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-md-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-md-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-md-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-md-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-md-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-md-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-lg-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-lg-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-lg-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-lg-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-lg-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-lg-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-lg-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-lg-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-bottom:0!important;margin-top:0!important}.my-xl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-bottom:0!important;padding-top:0!important}.py-xl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xl-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-bottom:0!important;margin-top:0!important}.my-xxl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xxl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xxl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xxl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xxl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xxl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xxl-0{padding-bottom:0!important;padding-top:0!important}.py-xxl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xxl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xxl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xxl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xxl-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}.nf-form-layout .nf-form-fields-required{display:none!important}.nf-form-layout .nf-field-container{margin-bottom:0}.nf-form-layout .nf-field-container .label-above .nf-field-label{margin-bottom:5px!important}.nf-form-layout .nf-field-container .nf-element:not(input[type=submit]){-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#ebf2ee;border:1px solid #ebf2ee;border-radius:30px;font-family:inherit;line-height:45px;min-height:auto;padding:0 15px;width:100%}*{font-family:Arsenal;font-size:16px;line-height:22px}.h1,.h2,.h3,h1,h2,h3,h4{font-weight:700;text-transform:uppercase}.h1,h1{font-size:38px;line-height:33px;margin-bottom:10px}.h1,.h2,h1,h2{padding-bottom:0;text-transform:uppercase}.h2,h2{color:#77a88c;font-size:30px;line-height:28px;margin-bottom:15px}#main-header{left:0;position:fixed;right:0;top:0;transition:all .2s ease-in-out 0s!important;width:100%;z-index:10000}#main-header:before{background:linear-gradient(180deg,#000,transparent);content:"";inset:0;opacity:.3;position:absolute;transition:opacity .25s ease}#main-header .logo-link svg{transition:all .2s ease-in-out 0s!important}#main-header.active{background-color:#fff;box-shadow:0 10px 16px rgb(0 0 0 / .063)}#main-header.active:before{opacity:0!important}#main-header.active #menu-primary li a{color:#000!important}#main-header.active .logo-link svg .cls-2{fill:#000!important}#main-header #inner-header{align-items:center;display:flex;height:100px;position:relative}#main-header #inner-header .site-branding .logo-wrapper .logo-link img{max-width:276px}#main-header #inner-header #site-navigation{margin-left:auto}#main-header #inner-header #site-navigation #menu-primary{align-items:center;display:flex;margin:0;margin-right:15px!important}#main-header #inner-header #site-navigation #menu-primary li a{transition:all .2s ease-in-out 0s!important}#main-header #inner-header #site-navigation #menu-primary li:hover a{color:#77a88c!important}@media only screen and (min-width:769px){#main-header #inner-header #site-navigation{margin-left:auto}#main-header #inner-header #site-navigation #menu-primary{align-items:center;display:flex;margin:0}#main-header #inner-header #site-navigation #menu-primary li a{color:#fff;display:block;font-weight:700;padding:10px 15px;text-decoration:none}}footer{margin-top:50px}footer .footer-inner-wrapper{background-color:#77a88c;border-radius:15px 15px 0 0;padding-bottom:50px;padding-top:50px}footer .footer-inner-wrapper h2{color:#fff;font-size:20px;margin-bottom:3px;margin-top:0}footer .footer-inner-wrapper a,footer .footer-inner-wrapper p{color:#fff;text-decoration:none}footer .footer-inner-wrapper .logo-link img{margin:auto;width:102px}footer .footer-inner-wrapper .info-footer-column p{margin:0}footer .footer-inner-wrapper .footer-bottom{display:flex;margin:auto;padding:15px 0 0}footer .footer-inner-wrapper .footer-bottom ul{margin:auto}footer .footer-inner-wrapper .footer-bottom ul li{display:inline-block}footer .footer-inner-wrapper .footer-bottom ul li a{color:#000}.header-large{background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.header-large .header-inner-content{align-content:center;align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin:auto;padding:0 30px}.header-large .header-inner-content h1{color:#fff;margin:0}.header-large .header-inner-content p{color:#fff;text-align:center}.header-large .shape-slider{bottom:0;left:0;position:absolute;width:250px}.products-intro{position:relative;z-index:100}.products-intro .products-wrapper{display:flex;justify-content:center}.products-intro .products-wrapper .single-block{border-radius:15px;padding:50px 50px 30px;position:relative;text-align:center}.products-intro .products-wrapper .single-block .image{left:20px;position:absolute;top:0}.products-intro .products-wrapper .single-block .image img{height:190px;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom;width:10px}.products-intro .products-wrapper .single-block .new-block{background-color:#77a88c;border-radius:40px;color:#fff;font-size:14px;height:64px;left:calc(50% - 32px);line-height:64px;position:absolute;text-align:center;text-transform:uppercase;top:-32px;width:64px}.products-intro .products-wrapper .single-block:first-child{background-color:#77a88c}.products-intro .products-wrapper .single-block:nth-child(2){background-color:#053529}.products-intro .products-wrapper .single-block:nth-child(2) .image{bottom:0;left:auto!important;right:20px;top:auto!important;transform:rotate(180deg)}.products-intro .products-wrapper .single-block p{color:#fff;margin:0}.products-intro .products-wrapper .single-block h2{color:#fff;margin-bottom:15px;margin-top:0}.products-intro .products-wrapper .single-block .btn{margin-top:26px}.slide-button{bottom:unset;left:unset;padding-bottom:75px;padding-top:50px;position:relative;text-align:center;transform:unset;z-index:1}.slide-button a[rel=button]{background-color:#77a88c;border-radius:40px;box-shadow:0 3px 6px rgb(0 0 0 / .161);display:inline-block;font-size:15px;line-height:20px;margin:auto;padding:45px 11px 20px;position:relative;transition:.2s ease;transition-property:all;transition-property:padding-top,margin-bottom,background-color,top;width:-moz-fit-content;width:fit-content}.slide-button a[rel=button]:hover{background-color:#053529;margin-bottom:-15px;padding-top:60px;top:15px}.slide-button a[rel=button] svg{width:21.5px;fill:#fff}.properties-overall-wrapper{position:relative}.properties-overall-wrapper .acomo-a{left:0;position:absolute;top:-100px}.properties-overall-wrapper .properties .container{align-items:center;display:flex;flex-direction:column}.properties-overall-wrapper .properties .container .properties-content{max-width:810px}.properties-overall-wrapper .properties .container .properties-content h2,.properties-overall-wrapper .properties .container .properties-content p{text-align:center}.properties-overall-wrapper .properties .container .properties-wrapper{display:flex;gap:14px;width:100%}.properties-overall-wrapper .properties .container .properties-wrapper .single-property{flex-basis:0%;flex-grow:1}.properties-overall-wrapper .properties .container .properties-wrapper .single-property .image{align-items:center;aspect-ratio:1;background-color:#053529;border-radius:15px;display:flex;justify-content:center;overflow:hidden}.properties-overall-wrapper .properties .container .properties-wrapper .single-property .image img{max-height:50%;max-width:80%}.properties-overall-wrapper .properties .container .properties-wrapper .single-property .title{font-size:16px;font-weight:700;line-height:20px;margin:10px 0 0;text-align:center}.properties-overall-wrapper.soft-bg .single-property .image{background-color:#77a88c!important}.projects-block .container{align-items:center;display:flex;flex-direction:column}.projects-block .container .projects-inner-content{max-width:810px}.projects-block .container .projects-inner-content h2,.projects-block .container .projects-inner-content p{text-align:center}.projects-block .projects-slider-wrapper{width:100%}.projects-block .projects-slider-wrapper .btn-secondary{display:table;margin:auto}.projects-inner-slider{height:434px}.project-card{border-radius:15px;display:block;height:100%;height:434px;overflow:hidden;position:relative}.project-card img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease-in-out;width:100%}.project-card:hover img{transform:scale(1.1)}.project-card .title{background-color:hsl(0 0% 100% / .8);border-radius:30px;bottom:15px;color:#77a88c;font-size:18px;font-weight:700;left:15px;line-height:40px;padding:0 20px;position:absolute}.header-small{align-content:center;align-items:center;background-position:50%;background-size:cover;display:flex;height:100%;justify-content:center;position:relative}.header-small h1{color:#fff;margin:0}.header-small .shape-slider{bottom:0;left:0;position:absolute;width:250px!important}.header-small .new-block{align-items:center;background-color:#77a88c;border-radius:80px;bottom:-70px;color:#fff;display:flex;font-size:36px;font-weight:700;height:160px;justify-content:center;position:absolute;right:20%;text-transform:uppercase;width:160px}.variants-overall-wrapper{margin-top:75px}.single-variant-wrapper{background-color:#f2f6f4;border-top:12px solid #fff;padding:30px 15px 15px;position:relative}.single-variant-wrapper.highlight{background-color:#d7e5dd!important;border-color:#bad3c5!important}.single-variant-wrapper .highlight-label-item{background-color:#77a88c;border-radius:50px;color:#fff;font-size:18px;font-weight:700;left:0;line-height:50px;margin:auto;padding:0 20px;position:absolute;right:0;top:-30px;width:-moz-fit-content;width:fit-content}.single-variant-wrapper .title{font-size:26px;font-weight:700;text-align:center;text-transform:uppercase}.single-variant-wrapper .image{padding:25px 50px}.single-variant-wrapper .image img{border-radius:30px;display:block;height:100%;max-height:180px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.single-variant-wrapper .items ul{margin:0;padding:0}.single-variant-wrapper .items ul li{align-items:center;border-bottom:1px solid #bad3c5;display:flex;height:60px;line-height:20px;padding:0 0 0 50px}.single-variant-wrapper .items ul li:first-child{border-top:1px solid #bad3c5}.single-variant-wrapper .items ul li svg{color:#77a88c;left:30px;position:absolute}.single-variant-wrapper .items ul li:last-child{font-weight:700}.single-variant-wrapper .btn{display:table;margin:45px auto 0}.flags{border-radius:500px;display:flex;gap:10px;margin-left:10px;position:relative}.flags .flags-trigger a{background-color:#77a88c;border-radius:500px;display:block;padding:7px;transition:all .2s ease-in-out 0s}.flags .flags-trigger a img{border-radius:500px;height:33px;width:33px}.flags .flags-trigger a:hover{background-color:#175d3b}.flags .flags-dropdown{background-color:#77a88c;border-radius:500px;display:flex;flex-direction:column;gap:5px;opacity:0;padding:7px;position:absolute;top:calc(100% + 10px);transition:all .2s ease-in-out 0s;visibility:hidden}.flags .flags-dropdown.active{opacity:1;visibility:visible}.flags .flags-dropdown img{border-radius:500px;height:33px;width:33px}.qoute-request-wrapper .pad-top-bottom{display:flex;flex-direction:column;gap:40px}.qoute-request-wrapper .pad-top-bottom a,.qoute-request-wrapper .pad-top-bottom h2,.qoute-request-wrapper .pad-top-bottom p{margin:0}.qoute-request-wrapper .pad-top-bottom .btn-secondary{display:table;margin:auto}.contact-element h1{color:#77a88c;font-size:30px;margin-top:0}.contact-element input[type=submit]{float:right}.contact-element .contact-list li{padding-left:30px;position:relative}.contact-element .contact-list li svg{left:0;position:absolute;text-align:center;top:2px}.contact-element .contact-list a{color:#77a88c;text-decoration:none}.contact-element .visit-address-data .h2{color:#053529;margin-bottom:15px;text-transform:none}.contact-element .visit-address-data p{margin:0}.contact-element .nf-field-container{margin-bottom:15px}.txt-with-image .txt-with-image-wrapper{align-items:center;display:flex}.txt-with-image .txt-with-image-wrapper .txt{padding-right:60px;width:55%}.txt-with-image .txt-with-image-wrapper .image{width:45%}.txt-with-image .txt-with-image-wrapper .image img{border-radius:30px;max-height:500px;-o-object-fit:cover;object-fit:cover;width:100%}.qoute-form-inner-wrapper{margin:auto;max-width:800px}.qoute-form-inner-wrapper .qoute-form{display:flex;flex-direction:column;gap:35px;max-width:501px}.qoute-form-inner-wrapper .qoute-form .topbar{display:flex;gap:15px}.qoute-form-inner-wrapper .qoute-form .topbar .topbar-btn{background-color:#cdd7d4;border-radius:30px;color:#fff;font-size:18px;font-weight:700;height:46px;line-height:24px;padding:10px 30px;text-align:center;transition:background-color .2s linear;width:-moz-fit-content;width:fit-content}.qoute-form-inner-wrapper .qoute-form .topbar .topbar-btn.active{background-color:#77a88c}.qoute-form-inner-wrapper .qoute-form label{font-weight:700}.qoute-form-inner-wrapper .qoute-form .form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#ebf2ee;border:1px solid #ebf2ee;border-radius:30px;font-family:inherit;line-height:45px;margin-bottom:15px;min-height:auto;padding:0 15px;width:100%}.qoute-form-inner-wrapper .qoute-form label{display:table;padding-bottom:5px;width:100%}.qoute-form-inner-wrapper .qoute-form .product-btn{background-color:#fff;border:1px solid #000;border-radius:30px;cursor:pointer;display:block;float:left;font-weight:700;height:46px;line-height:24px;margin-bottom:20px;margin-right:25px;padding:10px 30px;transition:background-color .2s linear;width:-moz-fit-content;width:fit-content}.qoute-form-inner-wrapper .qoute-form .product-btn.active{background-color:#000;border-color:#000;color:#fff}.qoute-form-inner-wrapper .qoute-form .product-btn:hover{background-color:#000;color:#fff}.project-header{background-position:50%;background-size:cover;max-height:570px;min-height:570px;position:relative}.project-header .container{height:100%;max-height:570px;position:relative}.project-header .container .project-intro-txt{background-color:#053529;border-radius:15px;bottom:-50px;color:#fff;font-size:18px;left:0;line-height:28px;max-width:570px;padding:30px;position:absolute}.project-header .container .project-intro-txt h1{margin:0}.project-images .w-50{max-height:464px}.project-images .w-50 img{border-radius:15px;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.sample-box-wrapper h2{margin-bottom:40px;text-align:center}.sample-box-wrapper .samplebox-image-wrapper{position:relative}.sample-box-wrapper .samplebox-image-wrapper .samplebox-image{bottom:0;position:absolute;right:60px}footer .menu{margin:0}.whatsapp-button{align-items:center;background:#053529;border-radius:500px;bottom:20px;color:inherit;display:flex;height:56px;justify-content:center;position:fixed;right:20px;transition:background-color .25s ease;width:56px;z-index:100}.whatsapp-button:hover{background:#175d3b}.whatsapp-button .fa-whatsapp{border-radius:50%;color:#fff;display:block;height:32px;line-height:56px;position:relative;text-align:center;width:32px;z-index:1}.whatsapp-button span{background:#fff;border-radius:0 21px 21px 0;box-shadow:0 3px 6px rgb(0 0 0 / .078);color:#747574;display:none;left:45px;line-height:42px;padding-left:22px;padding-right:28px;position:absolute;top:7px;white-space:nowrap}.seal-video-block .video video{width:100%!important}.seal-video-block #scrub-container{position:relative}.seal-video-block #scrub-container .img-360{bottom:-15px;color:#77a88c;display:block;font-size:30px;height:auto;left:60px;max-width:100px;position:absolute}#scrub-container.grabbing{cursor:grabbing}#scrub-container{cursor:grab}.single-image-block img{border-radius:30px;position:relative;z-index:10}h3 p{display:none!important}h3 figure{display:inline-block;vertical-align:middle}h3 figure img{width:auto!important}.swiper-pagination .swiper-pagination-bullet{background:#77a88c;height:12px;opacity:1;width:12px}.swiper-pagination .swiper-pagination-bullet-active{background:#053529!important}.sample-box-seal .samplebox-image-wrapper .samplebox-image{bottom:-10%!important;height:65%!important;-o-object-fit:contain!important;object-fit:contain!important;right:60px!important;width:33%!important}.sample-box-wrapper input[type=submit]{display:flex;margin-left:auto;margin-top:25px}#editor-resizer .toolbar{top:0!important}.sample-box .nf-form-content{margin-top:15px!important}p{min-height:26px}.measurements-overall-wrapper{display:flex;flex-direction:column;height:100%;justify-content:center}.measurements-overall-wrapper h2{margin-top:0;text-align:center}.measurements-overall-wrapper .fireclass{margin-bottom:0}.measurements-wrapper{display:flex;flex-direction:column;gap:16px;height:100%;width:-moz-fit-content;width:fit-content}.measurements-wrapper .single-measurement{align-items:center;background-color:#77a88c;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:16px;gap:5px;height:35px;justify-content:center;line-height:25px;margin:0;text-transform:uppercase;width:125px}.measurements-wrapper .single-measurement img{height:18px;width:37px}.measurements-wrapper .single-measurement.active{background-color:#053529}.measurements-selector{display:flex;gap:50px;margin-left:auto;margin-right:auto;margin-top:25px;width:-moz-fit-content;width:fit-content}.measurements-selector .measurements-single-content .measurements-title{color:#053529;font-size:24px;font-weight:700;line-height:28px;margin-bottom:5px}.colors-overall-wrapper{display:flex}.colors-overall-wrapper .color-selector-wrapper{display:table;padding:0;width:33.3333333333%}.colors-overall-wrapper .color-selector-wrapper .single-color-selector{aspect-ratio:1;background:none;border:none;display:inline-block;float:left;margin:0;padding:0 25px 25px 0;width:50%}.colors-overall-wrapper .color-selector-wrapper .single-color-selector.active img{border-color:#77a88c!important}.colors-overall-wrapper .color-selector-wrapper .single-color-selector img{border:4px solid #fff;border-radius:30px;cursor:pointer;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .25s ease;width:100%}.colors-overall-wrapper .color-selector-wrapper .single-color-selector img:hover{border-color:#77a88c}.colors-overall-wrapper .main-color-overall-wrapper{position:relative}.colors-overall-wrapper .main-color-overall-wrapper img{border-radius:30px;height:650px;-o-object-fit:cover;object-fit:cover;opacity:1;z-index:999}.colors-overall-wrapper .main-color-overall-wrapper .description{background-color:#77a88c;border-radius:30px;bottom:-70px;color:#fff;font-size:28px;font-weight:700;left:50%;padding:50px;position:absolute;text-align:center;text-transform:uppercase;transform:translateX(-50%);width:360px;z-index:1}.product-colors{position:relative}.product-colors p{margin-bottom:26px;width:35%}.product-colors .acomo-a{position:absolute;right:0;top:0;width:60%}.product-colors .container{position:relative;z-index:10}.swiper-button-next:after,.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{color:#fff!important}.projects-slider-wrapper .projects-inner-slider{overflow:initial!important;overflow-x:hidden!important}.projects-slider-wrapper .btn-secondary{margin-top:20px!important}.video-container{margin:0;max-height:860px;overflow:hidden;padding-bottom:56.25%;width:100%}.video-container iframe{border:0;height:100%;left:0;top:0;width:100%}.video-container{position:relative}.video-container:before{content:"";height:100%;position:absolute;width:100%;z-index:10}.video-container iframe{bottom:-50px;position:absolute;top:-60px}.video-container:after{background-color:#fff;bottom:0;content:"";height:100px;left:0;position:absolute;right:0;width:100%;z-index:100}.measurements-single-content{height:0;opacity:0;overflow:hidden;transition:opacity .4s ease;visibility:hidden}.measurements-single-content.active{height:auto;opacity:1;visibility:visible}.measurements-content table{background:url(/site/media/images/green-line-dots-below.svg) no-repeat 0 100%;background-size:auto;background-size:99.5% auto;border-radius:4px 4px 0 0;left:-37px}.swal2-container{z-index:999999}.swal2-confirm{border:0;border-radius:50px;color:#fff;display:inline-block;font-size:18px;font-weight:700;line-height:47px;padding:0 30px;text-align:center;text-decoration:none;transition:.2s linear}.swal2-confirm,.swal2-confirm:hover{background-color:#053529}.swal2-popup{border-radius:25px!important}.topbar{flex-direction:column}.topbar .topbar-btn{max-width:100%!important;width:100%!important}a:focus{outline:none!important}.footer-bottom ul{display:flex;gap:20px}.projects-inner-slider .fa-arrow-left,.projects-inner-slider .fa-arrow-right{display:none!important}.txt-with-image-wrapper figure{margin-left:10px}.product-header{animation:productHeaderFadeIn .9s cubic-bezier(.22,.61,.36,1) forwards;background:linear-gradient(180deg,#053529,#0a4d42 50%,#77a88c);border-radius:0 0 0 50px;overflow:hidden;position:relative}.product-header h1,.product-header p{color:#fff;margin:0}.product-header hr{background:none;border-top:1px solid hsl(0 0% 100% / .2)}.product-header .product-usps{animation:productHeaderUspsIn .9s cubic-bezier(.22,.61,.36,1) .55s forwards;display:flex;opacity:0;transform:translateY(16px)}.product-header .product-usps .single-product-usp{width:100%}.product-header .product-usps .single-product-usp .usp-highlighted{color:#fff;font-size:36px;font-style:normal;font-weight:700;letter-spacing:.369px;line-height:40px}.product-header .product-usps .single-product-usp .usp-txt{color:hsl(0 0% 100% / .7);font-size:14px;font-style:normal;font-weight:400;letter-spacing:.55px;line-height:20px;text-transform:uppercase}.product-header .txt{animation:productHeaderTxtIn .85s cubic-bezier(.22,.61,.36,1) .25s forwards;display:flex;flex-direction:column;gap:30px;opacity:0;transform:translateY(24px)}.product-header .txt .product-btns{display:flex;gap:15px}.product-header .txt .product-btns a{box-shadow:0 0 0 #fff0;transform:translateY(0);transition:transform .2s ease-out,box-shadow .2s ease-out,background-color .2s ease-out,color .2s ease-out}.product-header .txt .product-btns a:hover{box-shadow:0 8px 24px rgb(0 0 0 / .25);transform:translateY(-3px)}.product-header .txt .inner-txt{display:flex;flex-direction:column;gap:10px}.product-header .container{display:flex;gap:50px;margin-top:50px}.product-header .container .product{align-content:center;align-items:center;animation:productHeaderImageIn .95s cubic-bezier(.22,.61,.36,1) .45s forwards;cursor:pointer;display:flex;justify-content:center;opacity:0;position:relative;transform:translateX(40px);width:50%}.product-header .container .product img{border-radius:15px;height:-moz-fit-content;height:fit-content;transform:scale(1);transition:transform .4s ease-out,box-shadow .4s ease-out}.product-header .container .product .player-btn{align-items:center;background-color:#fff;border-radius:500px;display:flex;height:96px;justify-content:center;padding-left:4px;position:absolute;transform:translateY(0);transition:transform .25s ease-out,box-shadow .25s ease-out;width:96px}.product-header .container .product .player-btn svg{height:32px;width:32px}.product-header .container .product .player-btn svg path{fill:#053529}.product-header .container .product:hover img{box-shadow:0 16px 40px rgb(119 168 140 / .5);transform:scale(1.03)}.product-header .container .product:hover .player-btn{box-shadow:0 10px 28px rgb(119 168 140 / .5);transform:scale(1.05)}.product-header .container .txt{width:50%}.product-label{animation:productHeaderLabelIn .7s cubic-bezier(.22,.61,.36,1) .15s forwards,productLabelPulse 2.4s ease-in-out 1s infinite;background:hsl(0 0% 100% / .1);border:1px solid hsl(0 0% 100% / .2);border-radius:16777200px;color:#fff;font-size:14px;font-style:normal;font-weight:400;letter-spacing:.2px;line-height:20px;opacity:0;padding:11px;position:relative;transform:translateY(-10px);width:-moz-fit-content;width:fit-content}.product-label:before{animation:productLabelGlowSlide 5s ease-in-out infinite;background:linear-gradient(90deg,#fff0,hsl(0 0% 100% / .12) 50%,#fff0);background-size:200% 100%;border-radius:inherit;content:"";inset:0;position:absolute;z-index:-1}@keyframes productHeaderFadeIn{0%{opacity:0;transform:translateY(24px) scale(.98)}60%{opacity:1;transform:translateY(-2px) scale(1.01)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes productHeaderTxtIn{0%{opacity:0;transform:translateY(32px) translateZ(0) scale(.96)}60%{opacity:1;transform:translateY(-2px) scale(1.01)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes productHeaderImageIn{0%{opacity:0;transform:translateX(40px) translateY(12px) scale(.9)}70%{opacity:1;transform:translateX(-4px) translateY(0) scale(1.02)}to{opacity:1;transform:translateX(0) translateY(0) scale(1)}}@keyframes productHeaderLabelIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes productHeaderUspsIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes productLabelPulse{0%{box-shadow:0 0 0 0 hsl(0 0% 100% / .15)}50%{box-shadow:0 0 8px 3px hsl(0 0% 100% / .19)}to{box-shadow:0 0 0 0 hsl(0 0% 100% / .15)}}@keyframes productLabelGlowSlide{0%{background-position:200% 0}50%{background-position:-100% 0}to{background-position:200% 0}}.video-modal{align-items:center;background:rgb(5 53 41 / .75);display:flex;inset:0;justify-content:center;opacity:0;pointer-events:none;position:fixed;transition:opacity .25s ease-out;z-index:9999}.video-modal.is-open{opacity:1;pointer-events:auto}.video-modal .video-modal-backdrop{inset:0;position:absolute}.video-modal .video-modal-inner{aspect-ratio:16/9;background:#000;border-radius:20px;opacity:0;overflow:hidden;position:relative;transform:translateY(20px) scale(.96);transition:transform .25s ease-out,opacity .25s ease-out;width:min(900px,90%)}.video-modal.is-open .video-modal-inner{opacity:1;transform:translateY(0) scale(1)}.video-modal .video-modal-content,.video-modal iframe{height:100%;width:100%}.video-modal iframe{border:0;display:block}.video-modal .video-modal-close{align-items:center;background:rgb(0 0 0 / .6);background:rgb(0 0 0 / .75);border:0;border-radius:999px;box-shadow:0 0 0 3px hsl(0 0% 100% / .55);color:#fff;cursor:pointer;display:flex;font-size:50px;height:36px;height:48px;justify-content:center;line-height:1;position:absolute;right:14px;top:14px;width:36px;width:48px}.video-modal .video-modal-close:hover{background:rgb(0 0 0 / .85);box-shadow:0 0 0 4px hsl(0 0% 100% / .8)}.single-product-card{background:#f8fafc;border-radius:15px;overflow:hidden}.single-product-card img{display:block;height:328.5px;-o-object-fit:cover;object-fit:cover}.single-product-card .single-product-card-txt{display:flex;flex-direction:column;gap:20px;padding:40px}.single-product-card .single-product-card-txt p{margin:0}.single-product-card .single-product-card-txt ul{display:flex;flex-direction:column;gap:10px;margin:0}.single-product-card .single-product-card-txt ul li{align-items:center;display:flex;gap:10px}.single-product-card .single-product-card-txt ul li svg path{fill:#77a88c}.single-product-card .single-product-card-txt .single-product-card-title{align-items:center;display:flex;gap:10px;margin:0}.single-product-card .single-product-card-txt .single-product-card-title .title-icon{align-content:center;align-items:center;background:#77a88c;border-radius:15px;display:flex;flex-direction:column;flex-shrink:0;height:50px;justify-content:center;width:50px}.single-product-card .single-product-card-txt .single-product-card-title .title-icon svg{height:22px;width:22px}.single-product-card .single-product-card-txt .single-product-card-title .title-icon svg path{fill:#fff}.product-cta{background:linear-gradient(180deg,#053529,#0a4d42);border-radius:15px}.product-cta *{color:#fff}.why-acomo-grid{display:grid;gap:25px;grid-template-columns:repeat(2,1fr)}.why-acomo-grid .single-acomo-card{background:#fff;border:2px solid #f1f5f9;border-radius:15px;padding:25px}.why-acomo-grid .single-acomo-card .icon{align-items:center;background:#77a88c;border-radius:16px;display:flex;height:56px;justify-content:center;width:56px}.why-acomo-grid .single-acomo-card .icon svg path{fill:#fff}.why-acomo-grid .single-acomo-card h3{line-height:28px;margin:0 0 5px}.why-acomo-grid .single-acomo-card p{margin:0}.why-main-image-wrapper{position:relative}.why-main-image-wrapper .top-item{background:linear-gradient(180deg,#053529,#0a4d42);border-radius:15px;left:-25px;padding:25px;position:absolute;top:-25px;z-index:10}.why-main-image-wrapper .top-item *{color:#fff}.why-main-image-wrapper .top-item .usp{color:#fff;font-family:Arsenal;font-size:48px;font-style:normal;font-weight:700;letter-spacing:.352px;line-height:48px}.why-main-image-wrapper img{border-radius:15px;height:100%;width:100%}.why-main-image-wrapper .quality-wrapper{background-color:#fff;border-radius:15px;bottom:25px;display:flex;gap:15px;left:25px;padding:15px;position:absolute;right:25px}.why-main-image-wrapper .quality-wrapper .icon{align-items:center;background:#77a88c;border-radius:14px;display:flex;height:48px;justify-content:center;width:48px}.trusted-by-card{align-items:center;background:linear-gradient(180deg,#77a88c,#9bc4af);border-radius:15px;display:flex;flex-direction:column;height:100%;justify-content:center;padding:25px}.trusted-by-card *{color:#fff}.trusted-by-image img{border-radius:15px;height:100%}.technical-specifications-wrapper{background:linear-gradient(180deg,#053529,#0a4d42)}.technical-specifications-wrapper .tech-spec-card{background:hsl(0 0% 100% / .05);border:1px solid hsl(0 0% 100% / .1);border-radius:15px;padding:25px}.technical-specifications-wrapper .tech-spec-card *{color:#fff;fill:#fff}.technical-specifications-wrapper .tech-spec-card .text-spec-title{align-items:center;display:flex;gap:5px}.technical-specifications-wrapper .tech-spec-card .text-spec-title h3{margin:0}.technical-specifications-wrapper .technical-documentation-wrapper{background:linear-gradient(180deg,#77a88c,#9bc4af);border-radius:15px}.technical-specifications-wrapper .technical-documentation-wrapper *{color:#fff}.technical-specifications-wrapper .technical-documentation-wrapper h3,.technical-specifications-wrapper .technical-documentation-wrapper p{margin:0}.technical-documentation-wrapper{display:flex;flex-direction:column;gap:25px;margin-top:25px;padding:50px 0}.technical-documentation-wrapper h2{margin:0}.tech-spec-row{border-bottom:1px solid hsl(0 0% 100% / .1);display:flex;padding:15px 0}.tech-spec-row:last-child{border-bottom:0!important}.tech-spec-row .tech-spec-cell{width:50%}.tech-spec-row .tech-spec-cell.cell-right{text-align:right}.start-order-today-wrapper{background:linear-gradient(180deg,#053529,#0a4d42 50%,#77a88c)}.contact-product-card{background:#f8fafc;border-radius:15px;margin-bottom:15px;padding:25px}.contact-product-card h3{margin-top:0}.contact-product-card .form-group{margin-bottom:15px}.contact-product-card .form-group .form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#ebf2ee;border:1px solid #ebf2ee;border-radius:30px;font-family:inherit;line-height:45px;min-height:auto;padding:0 15px;width:100%}.why-buy-from-card{background:linear-gradient(180deg,#053529,#0a4d42);border-radius:15px;padding:25px}.why-buy-from-card h3{margin-top:0}.why-buy-from-card *{color:#fff}.why-buy-from-card ul{display:flex;flex-direction:column;gap:10px;margin:0}.why-buy-from-card ul li svg{margin-right:10px}.why-buy-from-card ul li svg path{fill:#77a88c}.contact-information-single-card{display:flex;gap:10px}.contact-information-single-card .icon{align-items:center;background:#77a88c;border-radius:15px;display:flex;flex-direction:column;height:56px;justify-content:center;width:56px}.contact-information-single-card .icon svg{height:20px;width:20px}.contact-information-single-card .icon svg path{fill:#fff}.contact-information-single-card .txt{display:flex;flex-direction:column;justify-content:center}.contact-information-single-card .txt a{color:#0f172b;text-decoration:none}.contact-information-single-card .txt .top-title{color:#45556c;font-weight:700}.contact-information-card-wrapper{display:flex;flex-direction:column;gap:15px}.start-order-today-wrapper h2{color:#fff;font-size:60px;font-style:normal;font-weight:700;letter-spacing:.264px;line-height:75px;margin-bottom:0;margin-top:15px;text-align:center}.start-order-today-wrapper .main-start-text{color:hsl(0 0% 100% / .9);font-family:Arsenal;font-size:24px;font-style:normal;font-weight:700;letter-spacing:.07px;line-height:39px;margin-top:0;text-align:center}.start-order-today-wrapper .start-order-card{align-items:center;background:hsl(0 0% 100% / .1);border:1px solid hsl(0 0% 100% / .2);border-radius:24px;display:flex;flex-direction:column;justify-content:center;padding:33px}.start-order-today-wrapper .start-order-card *{color:#fff}.start-order-today-wrapper .start-order-card .usp{font-size:48px;font-weight:700;letter-spacing:.352px;line-height:48px;margin-bottom:10px}.start-order-today-wrapper{opacity:0;transform:translateY(32px) scale(.98)}.start-order-today-wrapper .start-order-card{opacity:0;transform:translateY(28px) scale(.96)}.start-order-today-wrapper.is-visible{animation:startOrderSectionIn .9s cubic-bezier(.22,.61,.36,1) .1s forwards}.start-order-today-wrapper.is-visible .product-label{animation:startOrderLabelIn .7s cubic-bezier(.22,.61,.36,1) .3s forwards,productLabelPulse 2.4s ease-in-out 1.2s infinite}.start-order-today-wrapper.is-visible .col-md-4:first-child .start-order-card{animation-delay:.35s}.start-order-today-wrapper.is-visible .col-md-4:nth-child(2) .start-order-card{animation-delay:.5s}.start-order-today-wrapper.is-visible .col-md-4:nth-child(3) .start-order-card{animation-delay:.65s}.start-order-today-wrapper.is-visible .start-order-card{animation-duration:.75s;animation-fill-mode:forwards;animation-name:startOrderCardIn;animation-timing-function:cubic-bezier(.22,.61,.36,1)}@keyframes startOrderSectionIn{0%{opacity:0;transform:translateY(32px) scale(.96)}60%{opacity:1;transform:translateY(-3px) scale(1.01)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes startOrderLabelIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes startOrderCardIn{0%{opacity:0;transform:translateY(28px) scale(.96)}70%{opacity:1;transform:translateY(-4px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}.product-contact h2{margin-top:0}.text-white{color:#fff!important}.acomo-doc-modal{align-items:center;display:flex;inset:0;justify-content:center;opacity:0;pointer-events:none;position:fixed;transform:translateY(10px);transition:opacity .35s ease,transform .35s ease;z-index:9999}.acomo-doc-modal.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.acomo-doc-backdrop{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:radial-gradient(circle at top,rgb(0 163 255 / .28),transparent 55%),rgb(4 7 20 / .82);inset:0;position:absolute}.acomo-doc-dialog{background:rgb(12 16 40 / .95);border:1px solid hsl(0 0% 100% / .08);border-radius:20px;box-shadow:0 22px 60px rgb(0 0 0 / .55);margin:0 16px;max-width:640px;opacity:0;padding:28px 28px 22px;position:relative;transform:translateY(12px) scale(.97);transition:opacity .4s cubic-bezier(.22,.61,.36,1),transform .4s cubic-bezier(.22,.61,.36,1);width:100%}.acomo-doc-modal.is-open .acomo-doc-dialog{opacity:1;transform:translateY(0) scale(1)}.acomo-doc-close{align-items:center;background:hsl(0 0% 100% / .06);border:none;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;height:34px;justify-content:center;position:absolute;right:14px;top:14px;transition:background .2s ease,transform .16s ease;width:34px}.acomo-doc-close:hover{background:hsl(0 0% 100% / .18);transform:translateY(-1px)}.acomo-doc-pill{align-items:center;background:linear-gradient(120deg,rgb(0 163 255 / .14),rgb(108 92 231 / .24));border-radius:999px;color:#e5f4ff;display:inline-flex;font-size:12px;gap:8px;letter-spacing:.08em;margin-bottom:12px;padding:6px 14px;text-transform:uppercase}.acomo-doc-title{color:#fff;font-size:24px;margin-bottom:6px}.acomo-doc-subtitle{color:#c0c4d6;font-size:14px;margin-bottom:18px}.acomo-doc-form .form-group label{color:#c6c9dd;font-size:13px;margin-bottom:4px}.acomo-doc-form .form-control,.acomo-doc-form select.form-control{background:rgb(12 15 35 / .9);border:1px solid rgb(134 137 155 / .55);border-radius:10px;color:#fff;font-size:14px;padding:8px 11px}.acomo-doc-form .form-control:focus,.acomo-doc-form select.form-control:focus{border-color:#00a3ff;box-shadow:0 0 0 1px rgb(0 163 255 / .5);outline:none}.acomo-doc-footer{display:flex;flex-direction:column;gap:10px;margin-top:12px}.acomo-doc-consent{align-items:flex-start;color:#9fa3b9;display:flex;font-size:12px;gap:8px}.acomo-doc-consent input[type=checkbox]{margin-top:2px}.acomo-doc-footer .btn{align-self:flex-end}@media (max-width:575.98px){.acomo-doc-dialog{border-radius:16px;padding:22px 18px 18px}.acomo-doc-title{font-size:20px}}@media only screen and (max-width:768px){.pad-top-bottom{padding-top:50px}.pad-bottom,.pad-top-bottom{padding-bottom:50px}.pad-top{padding-top:50px}.container{padding-left:22px;padding-right:22px}h2{font-size:22px!important;line-height:26px!important}#main-header.open-menu{background-color:#000}#main-header.open-menu .logo-link svg .cls-2{fill:#fff!important}#main-header.open-menu #menu-primary{margin-top:0!important}#main-header.open-menu #menu-primary li a{color:#fff!important}#main-header #inner-header{display:flex}#main-header #inner-header .site-branding{position:absolute;width:100%!important}#main-header #inner-header .site-branding .logo-wrapper{display:table;margin:auto}#main-header #inner-header .site-branding .logo-wrapper a svg{width:106px}#main-header #inner-header .lan-switcher{width:33%}#main-header #inner-header .lan-switcher .flags{margin-left:auto;width:-moz-fit-content;width:fit-content}#main-header #inner-header>.btn-primary{display:none}#main-header #site-navigation .menu-primary-container{background-color:#000;height:0;left:0;position:fixed;top:100px;visibility:hidden;width:100vw}#main-header #site-navigation .menu-primary-container.open-primary{height:calc(100vh - 330px);visibility:visible}#main-header #site-navigation .menu-primary-container #menu-primary{display:flex;flex-direction:column;margin:45px 0 0!important}#main-header #site-navigation .menu-primary-container #menu-primary li a{color:#fff;display:block;font-size:18px;font-weight:700;line-height:23px;margin:0 10px;padding:15px 30px;text-align:center;text-decoration:none!important;text-transform:none;transition:color .25s ease}#main-header #site-navigation .menu-toggle{left:0;position:absolute;top:39px}#main-header #site-navigation .menu-toggle .line{background-color:#165654;border-radius:4px;display:block;height:2.8px;margin-bottom:5px;width:28px}#main-header #site-navigation .menu-toggle .line.last-line{margin-bottom:0!important}.header-large,.header-large .header-inner-content{max-height:585px}.header-large .header-inner-content h1{font-size:24px;line-height:28px;text-align:center}.header-large .header-inner-content p{font-size:16px;line-height:22px}.header-large .shape-slider{display:none}.header-small{max-height:400px}.header-small h1{font-size:21px;font-weight:700}.header-small .shape-slider{width:150px!important}.header-small .new-block{bottom:-34px;font-size:20px;height:85px;right:10%;width:85px}.products-intro .products-wrapper{flex-direction:column;gap:50px;margin-top:-100px}.products-intro .products-wrapper .new-block{left:-10px!important;top:-10px!important}.properties-wrapper{overflow:hidden}.properties .swiper-pagination{bottom:40px!important}footer .footer-inner-wrapper .footer-divider-image{margin-left:auto;position:relative;right:-8px;width:75%}footer .footer-inner-wrapper .row{display:flex;flex-direction:column;gap:20px;margin-bottom:25px}footer .footer-inner-wrapper .logo-link{display:block}footer .footer-inner-wrapper .logo-link img{height:68px;width:68px}footer .footer-inner-wrapper .col-12 h2{font-size:16px;line-height:20px;text-align:center}footer .footer-inner-wrapper .col-12 p,footer .footer-inner-wrapper .col-12 p a{font-size:14px;line-height:18px;text-align:center}footer .footer-inner-wrapper .col-12 .menu li{text-align:center}footer .footer-inner-wrapper .col-12 .menu li a{font-size:14px;line-height:18px;text-align:center}footer .footer-bottom li,footer .footer-bottom li a{font-size:12px}.single-property .image{height:159px;width:159px}.single-block{position:relative}.single-block .image{left:10px;position:absolute;top:0}.single-block .image img{height:200px}.txt-with-image-wrapper{flex-direction:column}.txt-with-image-wrapper .txt{padding:0!important;width:100%!important}.txt-with-image-wrapper .txt h2{text-align:center}.qoute-request-wrapper .container{background-position:100%!important;background-size:cover!important}.single-variant-wrapper .image{padding:25px 15px}body{max-width:100vw;overflow-x:hidden!important}.variants-overall-wrapper{overflow:initial!important}.variants-overall-wrapper .swiper-pagination{bottom:-30px!important}.variants-overall-wrapper .single-variant-wrapper .highlight-label-item{font-size:14px;line-height:40px;padding:0 15px}.variants-overall-wrapper .single-variant-wrapper .btn{margin:20px auto}.variants-overall-wrapper .swiper-slide .col-12{width:100%!important}.sample-box-seal .samplebox-image-wrapper .project-card{height:300px!important;margin-bottom:50px}.sample-box-seal .samplebox-image-wrapper .samplebox-image{bottom:-20%!important;right:0!important}.sample-box-seal input[type=submit]{width:100%!important}.product-header .product-intro-block{margin:15px;padding:30px 25px}.product-header .product-intro-block h1{font-size:24px;line-height:28px;margin-bottom:0}.product-header .product-intro-block p{margin-top:10px}.product-header .buttons{flex-direction:column}.product-header .buttons a{font-size:16px;padding:0!important}.product-colors .container p{width:100%}.product-colors .colors-overall-wrapper{flex-direction:column}.product-colors .colors-overall-wrapper .color-selector-wrapper{margin-bottom:25px;width:100%}.product-colors .colors-overall-wrapper .color-selector-wrapper .single-color-selector{padding:0}.product-colors .colors-overall-wrapper .main-color-overall-wrapper img{height:400px}.product-colors .colors-overall-wrapper .main-color-overall-wrapper .description{bottom:-37px;font-size:24px;padding:25px;width:275px}.product-colors .acomo-a{display:none}.project-card{height:300px}.projects-inner-slider{height:350px}.projects-slider-wrapper .col-md-4 .project-card{margin-bottom:25px}.sample-box-wrapper-spray .project-card{margin-bottom:75px}.sample-box-wrapper-spray .samplebox-image{bottom:-20%!important;height:50%;-o-object-fit:contain;object-fit:contain;position:absolute;right:8px;right:60px!important;right:0!important;width:60%}.product-measurements .row{flex-direction:column-reverse}.product-measurements .row img{display:none!important}.all-projects-overview-wrapper{display:flex;flex-direction:column;gap:25px}.all-projects-overview-wrapper .w-50{width:100%!important}.txt-with-image-wrapper .image{margin-top:25px!important;width:100%!important}.footer-bottom ul{display:flex;flex-direction:column!important}.footer-bottom ul a{text-align:center!important}.product-header .product-label{text-align:center;width:100%}.product-header .container{flex-direction:column}.product-header .container .product-usps .single-product-usp{text-align:center}.product-header .container .product,.product-header .container .txt{width:100%!important}.product-header .container .txt .product-btns a{padding:0;width:100%}.why-acomo-grid{grid-template-columns:repeat(1,1fr)!important}.why-main-image-wrapper{margin-top:25px;min-height:400px}.why-main-image-wrapper .top-item{left:-10px;top:-10px}.why-main-image-wrapper .top-item .usp{font-size:32px;line-height:38px}.why-main-image-wrapper .quality-wrapper{bottom:15px;left:15px;right:15px}.start-order-card{margin-bottom:15px!important}.contact-product-card{padding:15px}.start-order-today-wrapper .main-start-text{font-size:16px;font-weight:300;line-height:22px}.tech-spec-card{margin-bottom:25px}.technical-documentation-wrapper{margin-top:0!important}}@media only screen and (min-width:769px){.site-branding .logo-wrapper .logo-link svg{height:62px;width:auto}.header-large{height:600px}.header-large .header-inner-content{max-width:1000px}.header-large .header-inner-content p{font-size:18px;font-weight:400;line-height:28px}.seal-video-block .txt{min-width:55%}.products-intro .products-wrapper{display:flex;gap:50px;justify-content:center}.products-intro .products-wrapper .single-block{max-width:540px}.properties-overall-wrapper .pad-bottom{position:relative;z-index:10}.properties-overall-wrapper .pad-bottom .single-property{flex:1 1 0!important;min-width:0!important}.all-projects-overview-wrapper{display:flex;flex-flow:row wrap;margin-left:-15px;margin-right:-15px;padding-left:0;padding-right:0}.all-projects-overview-wrapper .project-card-overview-wrapper{padding:15px;width:50%}.all-projects-overview-wrapper .project-card-overview-wrapper.row-odd.is-odd{width:33%}.all-projects-overview-wrapper .project-card-overview-wrapper.row-odd.is-even{width:67%}}@media only screen and (min-width:769px) and (max-width:992px){.pad-top-bottom{padding-bottom:75px}.pad-top,.pad-top-bottom{padding-top:75px}.pad-bottom{padding-bottom:75px}.header-small{height:430px}.header-small .shape-slider{width:170px!important}.properties-overall-wrapper .properties .container .properties-wrapper .single-property .title{font-size:12px!important}.sample-box-wrapper .samplebox-image-wrapper{margin-right:50px}.sample-box-seal .samplebox-image-wrapper .samplebox-image{bottom:-30%!important;-o-object-fit:contain!important;object-fit:contain!important;right:-60px!important}.product-colors .container p{width:100%}.product-colors .colors-overall-wrapper .color-selector-wrapper{margin-bottom:25px;width:40%}.product-colors .colors-overall-wrapper .color-selector-wrapper .single-color-selector{padding:0 5px 5px 0}.product-colors .colors-overall-wrapper .main-color-overall-wrapper img{height:500px}.product-colors .colors-overall-wrapper .main-color-overall-wrapper .description{bottom:-37px;font-size:24px;padding:25px;width:275px}.product-colors .acomo-a{width:100%!important}}@media only screen and (min-width:992px){.header-large{height:600px}.header-large .header-inner-content{max-width:1000px}.header-large .header-inner-content p{font-size:18px;font-weight:400;line-height:28px}.header-small{height:430px}.pad-top-bottom-sm{padding-bottom:25px;padding-top:25px}.pad-top-bottom{padding-top:75px}.pad-bottom,.pad-top-bottom{padding-bottom:75px}footer .footer-divider{margin-bottom:27.5px;margin-top:27.5px;position:relative}footer .footer-divider .footer-divider-image{margin-left:auto;width:50%}}@media only screen and (min-width:992px) and (max-width:1200px){.products-intro{margin-top:-150px}.container,.container-lg,.container-md,.container-sm{max-width:1100px}.header-small .shape-slider{width:180px!important}.properties-overall-wrapper .properties .container .properties-wrapper .single-property .title{font-size:12px!important}.sample-box-seal .samplebox-image-wrapper{margin-right:50px}.sample-box-seal .samplebox-image-wrapper .samplebox-image{bottom:-20%!important;-o-object-fit:contain!important;object-fit:contain!important;right:-20px!important}}@media only screen and (min-width:1200px){.header-large{height:720px}.header-large .header-inner-content{max-width:1000px}.header-large .header-inner-content p{font-size:18px;font-weight:400;line-height:28px}.products-intro{margin-top:-150px}.sample-box-wrapper .project-card{max-width:585px}.sample-box-wrapper .samplebox-image{bottom:-10%;width:420px}.properties-overall-wrapper .acomo-a{transform:scale(.9)}}