/* self-hosted Catamaran (no third-party fonts) */
@font-face{font-family:'Catamaran';font-style:normal;font-weight:100 900;font-display:swap;src:url('/_lp/fonts/catamaran-latin-var.woff2') format('woff2');}


img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */


.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://impreza.host/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}
/*# sourceURL=rocket-lazyload-inline-css */


.whmpress input[type="submit"] {
background: #00bf80;
}

/* efeito bounce */
#hoverbounce {
	transition:0.5s;
}

#hoverbounce:hover {
	transition:0.5s;
	animation:bounce 1s infinite alternate;
}

/* efeito blur */
#hoverblur {
	transition:0.5s;
}

#hoverblur:hover {
	filter: blur(5px);
	transition:0.5s;
}

/* efeito blur2 */
#hoverblur2 {
	transition:0.5s;
	filter: blur(5px);
}

#hoverblur2:hover {
	filter: blur(0px);
	transition:0.5s;
}

/* efeito rotate */
#hoverrotate {
	transition:1.5s;
}

#hoverrotate:hover {
	transition:1.5s;
	-webkit-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}

/* efeito drop shadow */
#hoversombra {
	transition:0.5s;
}

#hoversombra:hover {
	transition:0.5s;
	-webkit-filter: drop-shadow(15px 10px 5px rgba(0,0,0,.5));
  filter: drop-shadow(15px 10px 5px rgba(0,0,0,.5));
}

/* efeito drop shadow2 */
#hoversombra2 {
	transition:0.5s;
}

#hoversombra2:hover {
	transition:0.5s;
	-webkit-filter: drop-shadow(15px 10px 5px rgba(255,255,255,.5));
  filter: drop-shadow(15px 10px 5px rgba(255,255,255,.5));
}

/*class giradinha*/
.giradinha {
	transition:0.5s;
}

.giradinha:active {
	transition: 0.5s;
	transform: /*rotatez(45deg)*/
		scale(1.2);
}

/*hover para um elemento afetar outro*/
#testando2 { 
	transition:0.5s;
}
#testando1:hover ~ #testando2 {
	transition:0.5s;
  transform: rotateZ(360deg) scale(1.5);
}

/*efeito ao clique de um elemento em outro*/
#testando4 { 
	transition:0.5s;
}

#testando3:active ~ #testando4 {
	transition:0.5s;
  transform: rotateZ(360deg) scale(1.5);
}

/*efeito tooltip*/
#testando6 { 
	transition:0.5s;
  display: none;
  cursor: pointer;
}

#testando5:hover ~ #testando6 {
	transition:0.5s;
  display: inline-block;
  cursor: pointer;
}

/* efeito bounce class */
.hoverbounce {
	transition:0.5s;
	color:purple;
}

.hoverbounce:hover {
	transition:0.5s;
	color:yellowgreen;
}

/* teste de json */
#testandoj2 { 
	transition:1.5s;
}
#testandoj1:hover ~ #testandoj2 {
	transition:1.5s;
  transform: rotateZ(360deg) scale(1.5);
}

#testandoj3 {
  transition:1.5;
	animation-delay:1000ms;
	animation-duration: 3s;
  animation-name: slidein;
	animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes slidein {
  from {
		position:absolute;
		left:-100px;
		transition:1.5s;
	}

  to {
    position:absolute;
		right:-100px;
		transition:1.5;
	}
}

.hovericons1 {
	transition:0.5s;
}

.hovericons1:hover {
	transform:scale(1.1);
	transition:0.5s;
	-webkit-filter: drop-shadow(5px 5px 2px rgba(255,255,255,.5));
  filter: drop-shadow(5px 5px 2px rgba(255,255,255,.5));
}

.trans {
	opacity : 0.8;
}

.bgcyber {
	height: 100vh;
	background-size:100% 100%;
	background-position:center bottom;
	background-repeat:no-repeat;
}

.move1 {
	border-radius: 10px;
  animation: emmovimento 5s linear infinite;
  animation-delay: 1000ms;
}

@keyframes emmovimento {
      0% {
        transform: translateX(0px);
      }
      25% {
        transform: translateX(400px);
      }
      50% {
        transform: translateY(200px) translateX(400px);
      }

      75% {
        transform: translateX(0px) translateY(200px);
      }
      100% {
        transform: translateY(0px);
      }
    }

.move2 {
	border-radius: 10px;
  animation: movendobotao 6s linear 2;
  animation-delay: 1000ms;
}

@keyframes movendobotao {
      0% {
        transform: translateX(0px);
      }
      30% {
        transform: translateX(400px);
      }
			50% {
        transform: translateX(400px) scale(1.5);
      }
			70% {
        transform: translateX(400px);
      }
      100% {
        transform: translateX(0px);
      }
    }

/* edição do texto que vem do whmcs para as tabelas */
.desc-table {
    text-align:center;
    line-height: 1.2em;
    font-size: 18px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
	transition: 250ms linear;
}
.tooltip .tooltiptext {
  opacity: 0;
	/*visibility: hidden;*/
  width: 120px;
  background-color: rgba(44,44,44,0.70);
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
    position: absolute;
    top: 50px;
    left: 75%;
    z-index: 1;
	transition: 250ms linear;
}
.tooltip:hover .tooltiptext {
  /*visibility: visible;*/
	opacity: 1;
	transition: 250ms linear;
}

.null {
  pointer-events: none;
  user-select: none;
}

.hover-upscale {
  transition: transform 0.2s ease-in-out;
  will-change: transform;
}

.hover-upscale:hover {
  transform: scale(1.05);
}
.opacity-obj {
  opacity: 0.3;
  transition: opacity 0.3s ease-in-out; 
}

.opacity-obj:hover {
  opacity: 1;
}

.vat-info {
  position: relative;
  cursor: pointer;
}

/* Tooltip */
.vat-info::after {
  content: "The price listed is without the 5% VAT Tax";
  position: absolute;

  /* Right-top position */
  bottom: 90%;
  left: 80%;
	z-index: 999;
  margin-left: 8px;
  margin-bottom: 8px;

  background: rgba(20, 27, 30, 0.8);
  color: #F8F9FA;
  padding: 10px 5px;
  border-radius: 5px;

  font-size: 14px;
	line-height: 12px;
	font-weight: 400;
  white-space: nowrap;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

/* Fade in/out */
.vat-info:hover::after {
  opacity: 1;
}

.hover-menu {
    background-color: #181818;
    transition:0.5s;
    }

.hover-menu:hover {
    background-color: #111111 ;
}

.tgl-line { display: none; }

 .wpb_animate_when_almost_visible { opacity: 1; }
.rll-youtube-player, [data-lazy-src]{display:none !important;}
@font-face{font-display:swap;font-style:normal;font-family:"fontawesome";font-weight:900;src:url("https://impreza.host/wp-content/themes/Impreza/fonts/fa-solid-900.woff2?ver=9.1") format("woff2")}.fas{font-family:"fontawesome";font-weight:900}@font-face{font-display:swap;font-style:normal;font-family:"fontawesome";font-weight:400;src:url("https://impreza.host/wp-content/themes/Impreza/fonts/fa-regular-400.woff2?ver=9.1") format("woff2")}.far{font-family:"fontawesome";font-weight:400}@font-face{font-display:swap;font-style:normal;font-family:"fontawesome";font-weight:300;src:url("https://impreza.host/wp-content/themes/Impreza/fonts/fa-light-300.woff2?ver=9.1") format("woff2")}.fal{font-family:"fontawesome";font-weight:300}@font-face{font-display:swap;font-style:normal;font-family:"Font Awesome 5 Duotone";font-weight:900;src:url("https://impreza.host/wp-content/themes/Impreza/fonts/fa-duotone-900.woff2?ver=9.1") format("woff2")}.fad{font-family:"Font Awesome 5 Duotone";font-weight:900}.fad{position:relative}.fad:before{position:absolute}.fad:after{opacity:0.4}@font-face{font-display:swap;font-style:normal;font-family:"Font Awesome 5 Brands";font-weight:400;src:url("https://impreza.host/wp-content/themes/Impreza/fonts/fa-brands-400.woff2?ver=9.1") format("woff2")}.fab{font-family:"Font Awesome 5 Brands";font-weight:400}@font-face{font-display:block;font-style:normal;font-family:"Material Icons";font-weight:400;src:url("https://impreza.host/wp-content/themes/Impreza/fonts/material-icons.woff2?ver=9.1") format("woff2")}.material-icons{font-family:"Material Icons";font-weight:400}
:root{--color-header-middle-bg:#363b3f;--color-header-middle-bg-grad:#363b3f;--color-header-middle-text:#ffffff;--color-header-middle-text-hover:#00bf80;--color-header-transparent-bg:transparent;--color-header-transparent-bg-grad:transparent;--color-header-transparent-text:#ffffff;--color-header-transparent-text-hover:#ffffff;--color-chrome-toolbar:#f5f5f5;--color-header-top-bg:#363b3f;--color-header-top-bg-grad:#363b3f;--color-header-top-text:#ffffff;--color-header-top-text-hover:#00bf80;--color-header-top-transparent-bg:rgba(0,0,0,0.2);--color-header-top-transparent-bg-grad:rgba(0,0,0,0.2);--color-header-top-transparent-text:rgba(255,255,255,0.00);--color-header-top-transparent-text-hover:#fff;--color-content-bg:#ffffff;--color-content-bg-grad:#ffffff;--color-content-bg-alt:#edf0f2;--color-content-bg-alt-grad:#edf0f2;--color-content-border:#e1e5e8;--color-content-heading:#141b1e;--color-content-heading-grad:#141b1e;--color-content-text:#363b3f;--color-content-link:#00bf80;--color-content-link-hover:#c2c229;--color-content-primary:#00bf80;--color-content-primary-grad:#00bf80;--color-content-secondary:#c2c229;--color-content-secondary-grad:#c2c229;--color-content-faded:#999c9f;--color-content-overlay:rgba(0,0,0,0.75);--color-content-overlay-grad:rgba(0,0,0,0.75);--color-alt-content-bg:#edf0f2;--color-alt-content-bg-grad:#edf0f2;--color-alt-content-bg-alt:#ffffff;--color-alt-content-bg-alt-grad:#ffffff;--color-alt-content-border:#d7dde0;--color-alt-content-heading:#141b1e;--color-alt-content-heading-grad:#141b1e;--color-alt-content-text:#363b3f;--color-alt-content-link:#00bf80;--color-alt-content-link-hover:#c2c229;--color-alt-content-primary:#00bf80;--color-alt-content-primary-grad:#00bf80;--color-alt-content-secondary:#c2c229;--color-alt-content-secondary-grad:#c2c229;--color-alt-content-faded:#999c9f;--color-alt-content-overlay:#00bf80;--color-alt-content-overlay-grad:#00bf80;--color-footer-bg:#141b1e;--color-footer-bg-grad:#141b1e;--color-footer-bg-alt:#141b1e;--color-footer-bg-alt-grad:#141b1e;--color-footer-border:#333333;--color-footer-text:#c2c4c5;--color-footer-link:#c2c4c5;--color-footer-link-hover:#00bf80;--color-subfooter-text:#141b1e;--color-subfooter-link:#00bf80;--color-subfooter-link-hover:#333333;--color-content-primary-faded:rgba(0,191,128,0.15);--site-border-radius:0.3rem;--site-canvas-width:1300px;--site-content-width:1140px;--text-block-margin-bottom:0rem;--focus-outline-width:2px}@font-face{font-display:block;font-style:normal;font-family:"Catamaran Regular";font-weight:400;src:url(/wp-content/uploads/2022/09/Catamaran-Regular.woff2) format("woff2")}:root{--font-family:Catamaran,sans-serif;--font-size:15px;--line-height:15px;--font-weight:400;--bold-font-weight:700;--text-transform:none;--font-style:normal;--letter-spacing:0em;--h1-font-family:Catamaran,sans-serif;--h1-font-size:3.2rem;--h1-line-height:1.19;--h1-font-weight:400;--h1-bold-font-weight:700;--h1-text-transform:none;--h1-font-style:normal;--h1-letter-spacing:0.05em;--h1-margin-bottom:1.5rem;--h2-font-family:var(--h1-font-family);--h2-font-size:2.2rem;--h2-line-height:1.4;--h2-font-weight:var(--h1-font-weight);--h2-bold-font-weight:var(--h1-bold-font-weight);--h2-text-transform:var(--h1-text-transform);--h2-font-style:var(--h1-font-style);--h2-letter-spacing:0.05em;--h2-margin-bottom:1.5rem;--h3-font-family:var(--h1-font-family);--h3-font-size:2rem;--h3-line-height:1.4;--h3-font-weight:var(--h1-font-weight);--h3-bold-font-weight:var(--h1-bold-font-weight);--h3-text-transform:var(--h1-text-transform);--h3-font-style:var(--h1-font-style);--h3-letter-spacing:0.06em;--h3-margin-bottom:1.5rem;--h4-font-family:var(--h1-font-family);--h4-font-size:1.6rem;--h4-line-height:1.4;--h4-font-weight:var(--h1-font-weight);--h4-bold-font-weight:var(--h1-bold-font-weight);--h4-text-transform:var(--h1-text-transform);--h4-font-style:var(--h1-font-style);--h4-letter-spacing:0.06em;--h4-margin-bottom:1.5rem;--h5-font-family:var(--h1-font-family);--h5-font-size:1.4rem;--h5-line-height:1.4;--h5-font-weight:var(--h1-font-weight);--h5-bold-font-weight:var(--h1-bold-font-weight);--h5-text-transform:var(--h1-text-transform);--h5-font-style:var(--h1-font-style);--h5-letter-spacing:0.06em;--h5-margin-bottom:1.5rem;--h6-font-family:var(--h1-font-family);--h6-font-size:1.2rem;--h6-line-height:1.4;--h6-font-weight:var(--h1-font-weight);--h6-bold-font-weight:var(--h1-bold-font-weight);--h6-text-transform:var(--h1-text-transform);--h6-font-style:var(--h1-font-style);--h6-letter-spacing:0.06em;--h6-margin-bottom:1.5rem}@media (max-width:600px){:root{--h1-font-size:2rem;--h2-font-size:1.8rem;--h3-font-size:1.6rem;--h4-font-size:1.4rem;--h5-font-size:1.2rem;--h6-font-size:1rem}}h1{font-family:var(--h1-font-family,inherit);font-weight:var(--h1-font-weight,inherit);font-stretch:var(--h1-font-stretch,normal);font-size:var(--h1-font-size,inherit);font-style:var(--h1-font-style,inherit);line-height:var(--h1-line-height,1.4);letter-spacing:var(--h1-letter-spacing,inherit);text-transform:var(--h1-text-transform,inherit);margin-bottom:var(--h1-margin-bottom,1.5rem)}h1>strong{font-weight:var(--h1-bold-font-weight,bold)}h2{font-family:var(--h2-font-family,inherit);font-weight:var(--h2-font-weight,inherit);font-stretch:var(--h2-font-stretch,normal);font-size:var(--h2-font-size,inherit);font-style:var(--h2-font-style,inherit);line-height:var(--h2-line-height,1.4);letter-spacing:var(--h2-letter-spacing,inherit);text-transform:var(--h2-text-transform,inherit);margin-bottom:var(--h2-margin-bottom,1.5rem)}h2>strong{font-weight:var(--h2-bold-font-weight,bold)}h3{font-family:var(--h3-font-family,inherit);font-weight:var(--h3-font-weight,inherit);font-stretch:var(--h3-font-stretch,normal);font-size:var(--h3-font-size,inherit);font-style:var(--h3-font-style,inherit);line-height:var(--h3-line-height,1.4);letter-spacing:var(--h3-letter-spacing,inherit);text-transform:var(--h3-text-transform,inherit);margin-bottom:var(--h3-margin-bottom,1.5rem)}h3>strong{font-weight:var(--h3-bold-font-weight,bold)}h4{font-family:var(--h4-font-family,inherit);font-weight:var(--h4-font-weight,inherit);font-stretch:var(--h4-font-stretch,normal);font-size:var(--h4-font-size,inherit);font-style:var(--h4-font-style,inherit);line-height:var(--h4-line-height,1.4);letter-spacing:var(--h4-letter-spacing,inherit);text-transform:var(--h4-text-transform,inherit);margin-bottom:var(--h4-margin-bottom,1.5rem)}h4>strong{font-weight:var(--h4-bold-font-weight,bold)}h5{font-family:var(--h5-font-family,inherit);font-weight:var(--h5-font-weight,inherit);font-stretch:var(--h5-font-stretch,normal);font-size:var(--h5-font-size,inherit);font-style:var(--h5-font-style,inherit);line-height:var(--h5-line-height,1.4);letter-spacing:var(--h5-letter-spacing,inherit);text-transform:var(--h5-text-transform,inherit);margin-bottom:var(--h5-margin-bottom,1.5rem)}h5>strong{font-weight:var(--h5-bold-font-weight,bold)}h6{font-family:var(--h6-font-family,inherit);font-weight:var(--h6-font-weight,inherit);font-stretch:var(--h6-font-stretch,normal);font-size:var(--h6-font-size,inherit);font-style:var(--h6-font-style,inherit);line-height:var(--h6-line-height,1.4);letter-spacing:var(--h6-letter-spacing,inherit);text-transform:var(--h6-text-transform,inherit);margin-bottom:var(--h6-margin-bottom,1.5rem)}h6>strong{font-weight:var(--h6-bold-font-weight,bold)}body{background:#e3e6e8}@media (max-width:1215px){.l-main .aligncenter{max-width:calc(100vw - 5rem)}}@media (min-width:1281px){.l-subheader{--padding-inline:2.5rem}.l-section{--padding-inline:2.5rem}body.usb_preview .hide_on_default{opacity:0.25!important}.vc_hidden-lg,body:not(.usb_preview) .hide_on_default{display:none!important}.default_align_left{text-align:left;justify-content:flex-start}.default_align_right{text-align:right;justify-content:flex-end}.default_align_center{text-align:center;justify-content:center}.w-hwrapper.default_align_center>*{margin-left:calc( var(--hwrapper-gap,1.2rem) / 2 );margin-right:calc( var(--hwrapper-gap,1.2rem) / 2 )}.default_align_justify{justify-content:space-between}.w-hwrapper>.default_align_justify,.default_align_justify>.w-btn{width:100%}*:not(.w-hwrapper:not(.wrap))>.w-btn-wrapper:not([class*="default_align_none"]):not(.align_none){display:block;margin-inline-end:0}}@media (min-width:1025px) and (max-width:1280px){.l-subheader{--padding-inline:2.5rem}.l-section{--padding-inline:2.5rem}body.usb_preview .hide_on_laptops{opacity:0.25!important}.vc_hidden-md,body:not(.usb_preview) .hide_on_laptops{display:none!important}.laptops_align_left{text-align:left;justify-content:flex-start}.laptops_align_right{text-align:right;justify-content:flex-end}.laptops_align_center{text-align:center;justify-content:center}.w-hwrapper.laptops_align_center>*{margin-left:calc( var(--hwrapper-gap,1.2rem) / 2 );margin-right:calc( var(--hwrapper-gap,1.2rem) / 2 )}.laptops_align_justify{justify-content:space-between}.w-hwrapper>.laptops_align_justify,.laptops_align_justify>.w-btn{width:100%}*:not(.w-hwrapper:not(.wrap))>.w-btn-wrapper:not([class*="laptops_align_none"]):not(.align_none){display:block;margin-inline-end:0}.g-cols.via_grid[style*="--laptops-columns-gap"]{gap:var(--laptops-columns-gap,3rem)}}@media (min-width:601px) and (max-width:1024px){.l-subheader{--padding-inline:1rem}.l-section{--padding-inline:2.5rem}body.usb_preview .hide_on_tablets{opacity:0.25!important}.vc_hidden-sm,body:not(.usb_preview) .hide_on_tablets{display:none!important}.tablets_align_left{text-align:left;justify-content:flex-start}.tablets_align_right{text-align:right;justify-content:flex-end}.tablets_align_center{text-align:center;justify-content:center}.w-hwrapper.tablets_align_center>*{margin-left:calc( var(--hwrapper-gap,1.2rem) / 2 );margin-right:calc( var(--hwrapper-gap,1.2rem) / 2 )}.tablets_align_justify{justify-content:space-between}.w-hwrapper>.tablets_align_justify,.tablets_align_justify>.w-btn{width:100%}*:not(.w-hwrapper:not(.wrap))>.w-btn-wrapper:not([class*="tablets_align_none"]):not(.align_none){display:block;margin-inline-end:0}.g-cols.via_grid[style*="--tablets-columns-gap"]{gap:var(--tablets-columns-gap,3rem)}}@media (max-width:600px){.l-subheader{--padding-inline:1rem}.l-section{--padding-inline:1.5rem}body.usb_preview .hide_on_mobiles{opacity:0.25!important}.vc_hidden-xs,body:not(.usb_preview) .hide_on_mobiles{display:none!important}.mobiles_align_left{text-align:left;justify-content:flex-start}.mobiles_align_right{text-align:right;justify-content:flex-end}.mobiles_align_center{text-align:center;justify-content:center}.w-hwrapper.mobiles_align_center>*{margin-left:calc( var(--hwrapper-gap,1.2rem) / 2 );margin-right:calc( var(--hwrapper-gap,1.2rem) / 2 )}.mobiles_align_justify{justify-content:space-between}.w-hwrapper>.mobiles_align_justify,.mobiles_align_justify>.w-btn{width:100%}.w-hwrapper.stack_on_mobiles{display:block}.w-hwrapper.stack_on_mobiles>:not(script){display:block;margin:0 0 var(--hwrapper-gap,1.2rem)}.w-hwrapper.stack_on_mobiles>:last-child{margin-bottom:0}*:not(.w-hwrapper:not(.wrap))>.w-btn-wrapper:not([class*="mobiles_align_none"]):not(.align_none){display:block;margin-inline-end:0}.g-cols.via_grid[style*="--mobiles-columns-gap"]{gap:var(--mobiles-columns-gap,1.5rem)}}@media (max-width:600px){.g-cols.type_default>div[class*="vc_col-xs-"]{margin-top:1rem;margin-bottom:1rem}.g-cols>div:not([class*="vc_col-xs-"]){width:100%;margin:0 0 1.5rem}.g-cols.reversed>div:last-of-type{order:-1}.g-cols.type_boxes>div,.g-cols.reversed>div:first-child,.g-cols:not(.reversed)>div:last-child,.g-cols>div.has_bg_color{margin-bottom:0}.vc_col-xs-1{width:8.3333%}.vc_col-xs-2{width:16.6666%}.vc_col-xs-1\/5{width:20%}.vc_col-xs-3{width:25%}.vc_col-xs-4{width:33.3333%}.vc_col-xs-2\/5{width:40%}.vc_col-xs-5{width:41.6666%}.vc_col-xs-6{width:50%}.vc_col-xs-7{width:58.3333%}.vc_col-xs-3\/5{width:60%}.vc_col-xs-8{width:66.6666%}.vc_col-xs-9{width:75%}.vc_col-xs-4\/5{width:80%}.vc_col-xs-10{width:83.3333%}.vc_col-xs-11{width:91.6666%}.vc_col-xs-12{width:100%}.vc_col-xs-offset-0{margin-left:0}.vc_col-xs-offset-1{margin-left:8.3333%}.vc_col-xs-offset-2{margin-left:16.6666%}.vc_col-xs-offset-1\/5{margin-left:20%}.vc_col-xs-offset-3{margin-left:25%}.vc_col-xs-offset-4{margin-left:33.3333%}.vc_col-xs-offset-2\/5{margin-left:40%}.vc_col-xs-offset-5{margin-left:41.6666%}.vc_col-xs-offset-6{margin-left:50%}.vc_col-xs-offset-7{margin-left:58.3333%}.vc_col-xs-offset-3\/5{margin-left:60%}.vc_col-xs-offset-8{margin-left:66.6666%}.vc_col-xs-offset-9{margin-left:75%}.vc_col-xs-offset-4\/5{margin-left:80%}.vc_col-xs-offset-10{margin-left:83.3333%}.vc_col-xs-offset-11{margin-left:91.6666%}.vc_col-xs-offset-12{margin-left:100%}}@media (min-width:601px){.vc_col-sm-1{width:8.3333%}.vc_col-sm-2{width:16.6666%}.vc_col-sm-1\/5{width:20%}.vc_col-sm-3{width:25%}.vc_col-sm-4{width:33.3333%}.vc_col-sm-2\/5{width:40%}.vc_col-sm-5{width:41.6666%}.vc_col-sm-6{width:50%}.vc_col-sm-7{width:58.3333%}.vc_col-sm-3\/5{width:60%}.vc_col-sm-8{width:66.6666%}.vc_col-sm-9{width:75%}.vc_col-sm-4\/5{width:80%}.vc_col-sm-10{width:83.3333%}.vc_col-sm-11{width:91.6666%}.vc_col-sm-12{width:100%}.vc_col-sm-offset-0{margin-left:0}.vc_col-sm-offset-1{margin-left:8.3333%}.vc_col-sm-offset-2{margin-left:16.6666%}.vc_col-sm-offset-1\/5{margin-left:20%}.vc_col-sm-offset-3{margin-left:25%}.vc_col-sm-offset-4{margin-left:33.3333%}.vc_col-sm-offset-2\/5{margin-left:40%}.vc_col-sm-offset-5{margin-left:41.6666%}.vc_col-sm-offset-6{margin-left:50%}.vc_col-sm-offset-7{margin-left:58.3333%}.vc_col-sm-offset-3\/5{margin-left:60%}.vc_col-sm-offset-8{margin-left:66.6666%}.vc_col-sm-offset-9{margin-left:75%}.vc_col-sm-offset-4\/5{margin-left:80%}.vc_col-sm-offset-10{margin-left:83.3333%}.vc_col-sm-offset-11{margin-left:91.6666%}.vc_col-sm-offset-12{margin-left:100%}}@media (min-width:1025px){.vc_col-md-1{width:8.3333%}.vc_col-md-2{width:16.6666%}.vc_col-md-1\/5{width:20%}.vc_col-md-3{width:25%}.vc_col-md-4{width:33.3333%}.vc_col-md-2\/5{width:40%}.vc_col-md-5{width:41.6666%}.vc_col-md-6{width:50%}.vc_col-md-7{width:58.3333%}.vc_col-md-3\/5{width:60%}.vc_col-md-8{width:66.6666%}.vc_col-md-9{width:75%}.vc_col-md-4\/5{width:80%}.vc_col-md-10{width:83.3333%}.vc_col-md-11{width:91.6666%}.vc_col-md-12{width:100%}.vc_col-md-offset-0{margin-left:0}.vc_col-md-offset-1{margin-left:8.3333%}.vc_col-md-offset-2{margin-left:16.6666%}.vc_col-md-offset-1\/5{margin-left:20%}.vc_col-md-offset-3{margin-left:25%}.vc_col-md-offset-4{margin-left:33.3333%}.vc_col-md-offset-2\/5{margin-left:40%}.vc_col-md-offset-5{margin-left:41.6666%}.vc_col-md-offset-6{margin-left:50%}.vc_col-md-offset-7{margin-left:58.3333%}.vc_col-md-offset-3\/5{margin-left:60%}.vc_col-md-offset-8{margin-left:66.6666%}.vc_col-md-offset-9{margin-left:75%}.vc_col-md-offset-4\/5{margin-left:80%}.vc_col-md-offset-10{margin-left:83.3333%}.vc_col-md-offset-11{margin-left:91.6666%}.vc_col-md-offset-12{margin-left:100%}}@media (min-width:1281px){.vc_col-lg-1{width:8.3333%}.vc_col-lg-2{width:16.6666%}.vc_col-lg-1\/5{width:20%}.vc_col-lg-3{width:25%}.vc_col-lg-4{width:33.3333%}.vc_col-lg-2\/5{width:40%}.vc_col-lg-5{width:41.6666%}.vc_col-lg-6{width:50%}.vc_col-lg-7{width:58.3333%}.vc_col-lg-3\/5{width:60%}.vc_col-lg-8{width:66.6666%}.vc_col-lg-9{width:75%}.vc_col-lg-4\/5{width:80%}.vc_col-lg-10{width:83.3333%}.vc_col-lg-11{width:91.6666%}.vc_col-lg-12{width:100%}.vc_col-lg-offset-0{margin-left:0}.vc_col-lg-offset-1{margin-left:8.3333%}.vc_col-lg-offset-2{margin-left:16.6666%}.vc_col-lg-offset-1\/5{margin-left:20%}.vc_col-lg-offset-3{margin-left:25%}.vc_col-lg-offset-4{margin-left:33.3333%}.vc_col-lg-offset-2\/5{margin-left:40%}.vc_col-lg-offset-5{margin-left:41.6666%}.vc_col-lg-offset-6{margin-left:50%}.vc_col-lg-offset-7{margin-left:58.3333%}.vc_col-lg-offset-3\/5{margin-left:60%}.vc_col-lg-offset-8{margin-left:66.6666%}.vc_col-lg-offset-9{margin-left:75%}.vc_col-lg-offset-4\/5{margin-left:80%}.vc_col-lg-offset-10{margin-left:83.3333%}.vc_col-lg-offset-11{margin-left:91.6666%}.vc_col-lg-offset-12{margin-left:100%}}@media (min-width:601px) and (max-width:1024px){.g-cols.via_flex.type_default>div[class*="vc_col-md-"],.g-cols.via_flex.type_default>div[class*="vc_col-lg-"]{margin-top:1rem;margin-bottom:1rem}}@media (min-width:1025px) and (max-width:1280px){.g-cols.via_flex.type_default>div[class*="vc_col-lg-"]{margin-top:1rem;margin-bottom:1rem}}div[class|="vc_col"].stretched{container-type:inline-size}@container (width >= calc(100cqw - 2rem)) and (min-width:calc(768px - 2rem)){.g-cols.via_flex.type_default>div[class|="vc_col"].stretched>.vc_column-inner{margin:-1rem}}@media (max-width:767px){.l-canvas{overflow:hidden}.g-cols.stacking_default.reversed>div:last-of-type{order:-1}.g-cols.stacking_default.via_flex>div:not([class*="vc_col-xs"]){width:100%;margin:0 0 1.5rem}.g-cols.stacking_default.via_grid.mobiles-cols_1{grid-template-columns:100%}.g-cols.stacking_default.via_flex.type_boxes>div,.g-cols.stacking_default.via_flex.reversed>div:first-child,.g-cols.stacking_default.via_flex:not(.reversed)>div:last-child,.g-cols.stacking_default.via_flex>div.has_bg_color{margin-bottom:0}.g-cols.stacking_default.via_flex.type_default>.wpb_column.stretched{margin-left:-1rem;margin-right:-1rem}.g-cols.stacking_default.via_grid.mobiles-cols_1>.wpb_column.stretched,.g-cols.stacking_default.via_flex.type_boxes>.wpb_column.stretched{margin-left:var(--margin-inline-stretch);margin-right:var(--margin-inline-stretch)}.vc_column-inner.type_sticky>.wpb_wrapper,.vc_column_container.type_sticky>.vc_column-inner{top:0!important}}@media (min-width:768px){body:not(.rtl) .l-section.for_sidebar.at_left>div>.l-sidebar,.rtl .l-section.for_sidebar.at_right>div>.l-sidebar{order:-1}.vc_column_container.type_sticky>.vc_column-inner,.vc_column-inner.type_sticky>.wpb_wrapper{position:-webkit-sticky;position:sticky}.l-section.type_sticky{position:-webkit-sticky;position:sticky;top:calc( var(--wp-admin--admin-bar--height,0px) + var(--site-outline-width,0px) );z-index:21;transition:top 0.3s cubic-bezier(.78,.13,.15,.86) 0.1s}.l-section.type_sticky>.l-section-h{transition:padding-top 0.3s}body.header_hor .l-header.pos_fixed.sticky_auto_hide{z-index:22}body.header_hor .l-header.pos_fixed:not(.down)~.l-main .l-section.type_sticky:not(:first-of-type){top:calc( var(--wp-admin--admin-bar--height,0px) + var(--site-outline-width,0px) + var(--header-sticky-height) )}body.header_hor .l-header.pos_fixed.sticky:not(.down)~.l-main .l-section.type_sticky:first-of-type>.l-section-h{padding-top:var(--header-sticky-height)}body.header_hor.headerinpos_bottom .l-header.pos_fixed.sticky:not(.down)~.l-main .l-section.type_sticky:first-of-type>.l-section-h{padding-bottom:var(--header-sticky-height)!important}}@media (max-width:600px){.w-form-row.for_submit[style*=btn-size-mobiles] .w-btn{font-size:var(--btn-size-mobiles)!important}}:focus-visible,input[type=checkbox]:focus-visible + i,input[type=checkbox]:focus-visible~.w-color-switch-box,.w-nav-arrow:focus-visible::before,.woocommerce-mini-cart-item:has(:focus-visible),.w-filter-item-value.w-btn:has(:focus-visible){outline-width:var(--focus-outline-width,2px );outline-style:solid;outline-offset:2px;outline-color:var(--color-content-primary)}.w-toplink,.w-header-show{background:rgba(0,0,0,0.3);color:white!important}.no-touch .w-toplink.active:hover,.no-touch .w-header-show:hover{background:var(--color-content-primary-grad)}[type=submit]:not(.w-btn):not(.button),.navstyle_1>.owl-nav button,.us-nav-style_1>*,.us-btn-style_1{font-family:var(--font-family);font-style:normal;text-transform:uppercase;font-size:1rem;line-height:1.2!important;font-weight:700;letter-spacing:0em;padding:0.8em 1em;transition-duration:0.3s;border-radius:0.3em;transition-timing-function:ease;--btn-height:calc(1.2em + 2 * 0.8em);--btn-border-width:2px;--btn-background:#00bf80;--btn-hover-background:#5e5e5e;--btn-border-color:#edf0f2;background:var(--btn-background,transparent);border-color:var(--btn-border-color,transparent);border-image:none;color:#ffffff!important;box-shadow:0px 0em 0em 0px rgba(0,0,0,0.2)}.w-filter-item-value.us-btn-style_1:has(input:checked),.w-tabs-section.active>.w-tabs-section-header.us-btn-style_1,.us-nav-style_1>span.current,.no-touch [type=submit]:not(.w-btn):not(.button):hover,.no-touch .navstyle_1>.owl-nav button:hover,.no-touch .us-nav-style_1>*:hover,.no-touch .us-btn-style_1:hover{background:var(--btn-hover-background,transparent);border-color:var(--btn-hover-border-color,transparent);border-image:none;color:#ffffff!important;box-shadow:0px 0em 0em 0px rgba(0,0,0,0.2)}.navstyle_18>.owl-nav button,.us-nav-style_18>*,.us-btn-style_18{font-family:var(--font-family);font-style:normal;text-transform:uppercase;font-size:1rem;line-height:1.20!important;font-weight:700;letter-spacing:0em;padding:0.8em 1em;transition-duration:0.3s;border-radius:0.3em;transition-timing-function:ease;--btn-height:calc(1.20em + 2 * 0.8em);--btn-border-width:2px;--btn-background:#c40000;--btn-hover-background:#940000;--btn-border-color:#edf0f2;--btn-hover-border-color:#ffffff;background:var(--btn-background,transparent);border-color:var(--btn-border-color,transparent);border-image:none;color:#ffffff!important;box-shadow:0px 0em 0em 0px rgba(0,0,0,0.2)}.w-filter-item-value.us-btn-style_18:has(input:checked),.w-tabs-section.active>.w-tabs-section-header.us-btn-style_18,.us-nav-style_18>span.current,.no-touch .navstyle_18>.owl-nav button:hover,.no-touch .us-nav-style_18>*:hover,.no-touch .us-btn-style_18:hover{background:var(--btn-hover-background,transparent);border-color:var(--btn-hover-border-color,transparent);border-image:none;color:#ffffff!important;box-shadow:0px 0em 0em 0px rgba(0,0,0,0.2)}.navstyle_2>.owl-nav button,.us-nav-style_2>*,.us-btn-style_2{font-family:var(--font-family);font-style:normal;text-transform:uppercase;font-size:1rem;line-height:1.2!important;font-weight:700;letter-spacing:0em;padding:0.8em 1.8em;transition-duration:0.3s;border-radius:0.3em;transition-timing-function:ease;--btn-height:calc(1.2em + 2 * 0.8em);--btn-border-width:2px;--btn-background:#e8e8e8;--btn-hover-background:#00bf80;background:var(--btn-background,transparent);border-color:var(--btn-border-color,transparent);border-image:none;color:#333333!important;box-shadow:0px 0em 0em 0px rgba(0,0,0,0.2)}.w-filter-item-value.us-btn-style_2:has(input:checked),.w-tabs-section.active>.w-tabs-section-header.us-btn-style_2,.us-nav-style_2>span.current,.no-touch .navstyle_2>.owl-nav button:hover,.no-touch .us-nav-style_2>*:hover,.no-touch .us-btn-style_2:hover{background:var(--btn-hover-background,transparent);border-color:var(--btn-hover-border-color,transparent);border-image:none;color:#ffffff!important;box-shadow:0px 0em 0em 0px rgba(0,0,0,0.2)}.navstyle_3>.owl-nav button,.us-nav-style_3>*,.us-btn-style_3{font-family:var(--font-family);font-style:normal;text-transform:uppercase;font-size:1rem;line-height:1.2!important;font-weight:400;letter-spacing:0em;padding:0.8em 1.8em;transition-duration:0.3s;border-radius:0.3em;transition-timing-function:ease;--btn-height:calc(1.2em + 2 * 0.8em);--btn-border-width:2px;--btn-border-color:#ffffff;--btn-hover-border-color:#c2c229;background:var(--btn-background,transparent);border-color:var(--btn-border-color,transparent);border-image:none;color:#ffffff!important;box-shadow:0px 0em 0em 0px rgba(0,0,0,0.2)}.w-filter-item-value.us-btn-style_3:has(input:checked),.w-tabs-section.active>.w-tabs-section-header.us-btn-style_3,.us-nav-style_3>span.current,.no-touch .navstyle_3>.owl-nav button:hover,.no-touch .us-nav-style_3>*:hover,.no-touch .us-btn-style_3:hover{background:var(--btn-hover-background,transparent);border-color:var(--btn-hover-border-color,transparent);border-image:none;color:#c2c229!important;box-shadow:0px 0em 0em 0px rgba(0,0,0,0.2)}.navstyle_4>.owl-nav button,.us-nav-style_4>*,.us-btn-style_4{font-family:var(--font-family);font-style:normal;text-transform:uppercase;font-size:1rem;line-height:1.2!important;font-weight:400;letter-spacing:0em;padding:0.8em 1.8em;transition-duration:0.3s;border-radius:0.3em;transition-timing-function:ease;--btn-height:calc(1.2em + 2 * 0.8em);--btn-border-width:2px;--btn-hover-background:#00bf80;--btn-border-color:#00bf80;--btn-hover-border-color:#00bf80;background:var(--btn-background,transparent);border-color:var(--btn-border-color,transparent);border-image:none;color:#00bf80!important;box-shadow:0px 0em 0em 0px rgba(0,0,0,0.2)}.w-filter-item-value.us-btn-style_4:has(input:checked),.w-tabs-section.active>.w-tabs-section-header.us-btn-style_4,.us-nav-style_4>span.current,.no-touch .navstyle_4>.owl-nav button:hover,.no-touch .us-nav-style_4>*:hover,.no-touch .us-btn-style_4:hover{background:var(--btn-hover-background,transparent);border-color:var(--btn-hover-border-color,transparent);border-image:none;color:#ffffff!important;box-shadow:0px 0em 0em 0px rgba(0,0,0,0.2)}.navstyle_5>.owl-nav button,.us-nav-style_5>*,.us-btn-style_5{font-family:var(--font-family);font-style:normal;text-transform:none;font-size:1rem;line-height:1.2!important;font-weight:400;letter-spacing:0em;padding:0.8em 1.8em;transition-duration:0.3s;border-radius:0.3em;transition-timing-function:ease;--btn-height:calc(1.2em + 2 * 0.8em);--btn-border-width:2px;--btn-border-color:#ffffff;--btn-hover-border-color:#00bf80;background:var(--btn-background,transparent);border-color:var(--btn-border-color,transparent);border-image:none;color:#ffffff!important;box-shadow:0px 0em 0em 0px rgba(0,0,0,0.2)}.w-filter-item-value.us-btn-style_5:has(input:checked),.w-tabs-section.active>.w-tabs-section-header.us-btn-style_5,.us-nav-style_5>span.current,.no-touch .navstyle_5>.owl-nav button:hover,.no-touch .us-nav-style_5>*:hover,.no-touch .us-btn-style_5:hover{background:var(--btn-hover-background,transparent);border-color:var(--btn-hover-border-color,transparent);border-image:none;color:#00bf80!important;box-shadow:0px 0em 0em 0px rgba(0,0,0,0.2)}.navstyle_6>.owl-nav button,.us-nav-style_6>*,.us-btn-style_6{font-family:var(--font-family);font-style:normal;text-transform:none;font-size:1rem;line-height:1.2!important;font-weight:400;letter-spacing:0em;padding:0.8em 1.8em;transition-duration:0.3s;border-radius:0.3em;transition-timing-function:ease;--btn-height:calc(1.2em + 2 * 0.8em);--btn-border-width:2px;--btn-background:#e3d8d8;--btn-hover-border-color:#999c9f;background:var(--btn-background,transparent);border-color:var(--btn-border-color,transparent);border-image:none;color:#363b3f!important;box-shadow:0px 0.1em 0.2em 0px #363b3f}.w-filter-item-value.us-btn-style_6:has(input:checked),.w-tabs-section.active>.w-tabs-section-header.us-btn-style_6,.us-nav-style_6>span.current,.no-touch .navstyle_6>.owl-nav button:hover,.no-touch .us-nav-style_6>*:hover,.no-touch .us-btn-style_6:hover{background:var(--btn-hover-background,transparent);border-color:var(--btn-hover-border-color,transparent);border-image:none;color:#c22929!important;box-shadow:0px 0em 0em 0px rgba(0,0,0,0.2)}.navstyle_7>.owl-nav button,.us-nav-style_7>*,.us-btn-style_7{font-family:var(--font-family);font-style:normal;text-transform:none;font-size:1rem;line-height:1.2!important;font-weight:400;letter-spacing:0em;padding:0.8em 1.8em;transition-duration:0.3s;border-radius:0.3em;transition-timing-function:ease;--btn-height:calc(1.2em + 2 * 0.8em);--btn-border-width:2px;--btn-background:rgba(194,194,41,0.00);--btn-hover-border-color:rgba(194,194,41,0.00);background:var(--btn-background,transparent);border-color:var(--btn-border-color,transparent);border-image:none;color:#ffffff!important}.w-filter-item-value.us-btn-style_7:has(input:checked),.w-tabs-section.active>.w-tabs-section-header.us-btn-style_7,.us-nav-style_7>span.current,.no-touch .navstyle_7>.owl-nav button:hover,.no-touch .us-nav-style_7>*:hover,.no-touch .us-btn-style_7:hover{background:var(--btn-hover-background,transparent);border-color:var(--btn-hover-border-color,transparent);border-image:none;color:#00bf80!important;box-shadow:0px 0em 0em 0px rgba(0,0,0,0.2)}.navstyle_15>.owl-nav button,.us-nav-style_15>*,.us-btn-style_15{font-family:var(--font-family);font-style:normal;text-transform:none;font-size:1rem;line-height:1.20!important;font-weight:400;letter-spacing:0em;padding:0.8em 1.8em;transition-duration:0.3s;border-radius:0.3em;transition-timing-function:ease;--btn-height:calc(1.20em + 2 * 0.8em);--btn-border-width:2px;--btn-background:rgba(194,194,41,0.00);--btn-hover-border-color:rgba(194,194,41,0.00);background:var(--btn-background,transparent);border-color:var(--btn-border-color,transparent);border-image:none;color:#00bf80!important}.w-filter-item-value.us-btn-style_15:has(input:checked),.w-tabs-section.active>.w-tabs-section-header.us-btn-style_15,.us-nav-style_15>span.current,.no-touch .navstyle_15>.owl-nav button:hover,.no-touch .us-nav-style_15>*:hover,.no-touch .us-btn-style_15:hover{background:var(--btn-hover-background,transparent);border-color:var(--btn-hover-border-color,transparent);border-image:none;color:#ffffff!important;box-shadow:0px 0em 0em 0px rgba(0,0,0,0.2)}.navstyle_8>.owl-nav button,.us-nav-style_8>*,.us-btn-style_8{font-family:var(--font-family);font-style:normal;text-transform:none;font-size:1rem;line-height:1.2!important;font-weight:400;letter-spacing:0em;padding:0.8em 1.8em;transition-duration:0.3s;border-radius:1.5em;transition-timing-function:ease;--btn-height:calc(1.2em + 2 * 0.8em);--btn-border-width:2px;--btn-background:linear-gradient(160deg,#00bf80,#363636);--btn-hover-background:linear-gradient(160deg,#029967,#000000);background:var(--btn-background,transparent);border-color:var(--btn-border-color,transparent);border-image:none;color:#ffffff!important;box-shadow:0px 0.15em 0.3em 0px rgba(0,0,0,0.95)}.w-filter-item-value.us-btn-style_8:has(input:checked),.w-tabs-section.active>.w-tabs-section-header.us-btn-style_8,.us-nav-style_8>span.current,.no-touch .navstyle_8>.owl-nav button:hover,.no-touch .us-nav-style_8>*:hover,.no-touch .us-btn-style_8:hover{background:var(--btn-hover-background,transparent);border-color:var(--btn-hover-border-color,transparent);border-image:none;color:#ffffff!important;box-shadow:0px 0em 0em 0px rgba(0,0,0,0.70)}.us-btn-style_8{overflow:hidden;position:relative;-webkit-transform:translateZ(0)}.us-btn-style_8>*{position:relative;z-index:1}.no-touch .us-btn-style_8:hover{background:var(--btn-background,transparent)}.us-btn-style_8::after{content:"";position:absolute;transition-duration:inherit;transition-timing-function:inherit;top:0;left:0;right:0;bottom:0;opacity:0;border-radius:inherit;transition-property:opacity;background:var(--btn-hover-background,transparent)}.w-filter-item-value.us-btn-style_8:has(input:checked)::after,.w-tabs-section.active>.w-tabs-section-header.us-btn-style_8::after,.no-touch .us-btn-style_8:hover::after{opacity:1}.navstyle_9>.owl-nav button,.us-nav-style_9>*,.us-btn-style_9{font-family:var(--font-family);font-style:normal;text-transform:uppercase;font-size:1rem;line-height:1.2!important;font-weight:700;letter-spacing:0em;padding:0.6em 1.8em;transition-duration:0.3s;border-radius:0.3em;transition-timing-function:ease;--btn-height:calc(1.2em + 2 * 0.6em);--btn-border-width:1px;--btn-background:#00bf80;--btn-hover-background:#00bf80;background:var(--btn-background,transparent);border-color:var(--btn-border-color,transparent);border-image:none;color:#ffffff!important;box-shadow:0px 0em 0em 0px #141b1e}.w-filter-item-value.us-btn-style_9:has(input:checked),.w-tabs-section.active>.w-tabs-section-header.us-btn-style_9,.us-nav-style_9>span.current,.no-touch .navstyle_9>.owl-nav button:hover,.no-touch .us-nav-style_9>*:hover,.no-touch .us-btn-style_9:hover{background:var(--btn-hover-background,transparent);border-color:var(--btn-hover-border-color,transparent);border-image:none;color:#ffffff!important;box-shadow:0px 0.15em 0.3em 0px #141b1e}.navstyle_10>.owl-nav button,.us-nav-style_10>*,.us-btn-style_10{font-family:var(--h1-font-family);font-style:normal;text-transform:uppercase;font-size:1.1rem;line-height:1!important;font-weight:900;letter-spacing:0em;padding:0.8em 1.8em;transition-duration:0.3s;border-radius:0.3em;transition-timing-function:ease;--btn-height:calc(1em + 2 * 0.8em);--btn-border-width:0px;background:var(--btn-background,transparent);border-color:var(--btn-border-color,transparent);border-image:none;color:#00bf80!important;box-shadow:0px 0em 0em 0px rgba(0,0,0,0.2)}.w-filter-item-value.us-btn-style_10:has(input:checked),.w-tabs-section.active>.w-tabs-section-header.us-btn-style_10,.us-nav-style_10>span.current,.no-touch .navstyle_10>.owl-nav button:hover,.no-touch .us-nav-style_10>*:hover,.no-touch .us-btn-style_10:hover{background:var(--btn-hover-background,transparent);border-color:var(--btn-hover-border-color,transparent);border-image:none;color:#141b1e!important;box-shadow:0px 0em 0em 0px rgba(0,0,0,0.2)}.navstyle_13>.owl-nav button,.us-nav-style_13>*,.us-btn-style_13{font-family:var(--h1-font-family);font-style:normal;text-transform:uppercase;font-size:1.1rem;line-height:1!important;font-weight:900;letter-spacing:0em;padding:0.8em 0em;transition-duration:0.3s;border-radius:0em;transition-timing-function:ease;--btn-height:calc(1em + 2 * 0.8em);--btn-border-width:0px;background:var(--btn-background,transparent);border-color:var(--btn-border-color,transparent);border-image:none;color:#ffffff!important;box-shadow:0px 0em 0em 0px rgba(0,0,0,0.2)}.w-filter-item-value.us-btn-style_13:has(input:checked),.w-tabs-section.active>.w-tabs-section-header.us-btn-style_13,.us-nav-style_13>span.current,.no-touch .navstyle_13>.owl-nav button:hover,.no-touch .us-nav-style_13>*:hover,.no-touch .us-btn-style_13:hover{background:var(--btn-hover-background,transparent);border-color:var(--btn-hover-border-color,transparent);border-image:none;color:#00bf80!important;box-shadow:0px 0em 0em 0px rgba(0,0,0,0.2)}.navstyle_14>.owl-nav button,.us-nav-style_14>*,.us-btn-style_14{font-family:var(--h1-font-family);font-style:normal;text-transform:uppercase;font-size:16px;line-height:1!important;font-weight:900;letter-spacing:0em;padding:0.8em 0em;transition-duration:0.3s;border-radius:0em;transition-timing-function:ease;--btn-height:calc(1em + 2 * 0.8em);--btn-border-width:0px;background:var(--btn-background,transparent);border-color:var(--btn-border-color,transparent);border-image:none;color:#141b1e!important;box-shadow:0px 0em 0em 0px rgba(0,0,0,0.2)}.w-filter-item-value.us-btn-style_14:has(input:checked),.w-tabs-section.active>.w-tabs-section-header.us-btn-style_14,.us-nav-style_14>span.current,.no-touch .navstyle_14>.owl-nav button:hover,.no-touch .us-nav-style_14>*:hover,.no-touch .us-btn-style_14:hover{background:var(--btn-hover-background,transparent);border-color:var(--btn-hover-border-color,transparent);border-image:none;color:#00bf80!important;box-shadow:0px 0em 0em 0px rgba(0,0,0,0.2)}.navstyle_11>.owl-nav button,.us-nav-style_11>*,.us-btn-style_11{font-family:var(--h1-font-family);font-style:normal;text-transform:uppercase;font-size:1.1rem;line-height:1!important;font-weight:900;letter-spacing:0em;padding:0.8em 1.8em;transition-duration:0.3s;border-radius:0.3em;transition-timing-function:ease;--btn-height:calc(1em + 2 * 0.8em);--btn-border-width:0px;background:var(--btn-background,transparent);border-color:var(--btn-border-color,transparent);border-image:none;color:#00bf80!important;box-shadow:0px 0em 0em 0px rgba(0,0,0,0.2)}.w-filter-item-value.us-btn-style_11:has(input:checked),.w-tabs-section.active>.w-tabs-section-header.us-btn-style_11,.us-nav-style_11>span.current,.no-touch .navstyle_11>.owl-nav button:hover,.no-touch .us-nav-style_11>*:hover,.no-touch .us-btn-style_11:hover{background:var(--btn-hover-background,transparent);border-color:var(--btn-hover-border-color,transparent);border-image:none;color:#00bf80!important;box-shadow:0px 0em 0em 0px rgba(0,0,0,0.2)}.navstyle_16>.owl-nav button,.us-nav-style_16>*,.us-btn-style_16{font-family:var(--h1-font-family);font-style:normal;text-transform:uppercase;font-size:1.1rem;line-height:1!important;font-weight:900;letter-spacing:0em;padding:0.8em 1.8em;transition-duration:0.3s;border-radius:0.3em;transition-timing-function:ease;--btn-height:calc(1em + 2 * 0.8em);--btn-border-width:0px;background:var(--btn-background,transparent);border-color:var(--btn-border-color,transparent);border-image:none;color:#b87333!important;box-shadow:0px 0em 0em 0px rgba(0,0,0,0.2)}.w-filter-item-value.us-btn-style_16:has(input:checked),.w-tabs-section.active>.w-tabs-section-header.us-btn-style_16,.us-nav-style_16>span.current,.no-touch .navstyle_16>.owl-nav button:hover,.no-touch .us-nav-style_16>*:hover,.no-touch .us-btn-style_16:hover{background:var(--btn-hover-background,transparent);border-color:var(--btn-hover-border-color,transparent);border-image:none;color:#c97c34!important;box-shadow:0px 0em 0em 0px rgba(0,0,0,0.2)}.navstyle_12>.owl-nav button,.us-nav-style_12>*,.us-btn-style_12{font-family:var(--h1-font-family);font-style:normal;text-transform:uppercase;font-size:1.2rem;line-height:1!important;font-weight:900;letter-spacing:0em;padding:0.2em 0.7em;transition-duration:0.3s;border-radius:0.4em;transition-timing-function:ease;--btn-height:calc(1em + 2 * 0.2em);--btn-border-width:1px;background:var(--btn-background,transparent);border-color:var(--btn-border-color,transparent);border-image:none;color:#00bf80!important;box-shadow:0px 0em 0em 0px rgba(0,0,0,0.2)}.w-filter-item-value.us-btn-style_12:has(input:checked),.w-tabs-section.active>.w-tabs-section-header.us-btn-style_12,.us-nav-style_12>span.current,.no-touch .navstyle_12>.owl-nav button:hover,.no-touch .us-nav-style_12>*:hover,.no-touch .us-btn-style_12:hover{background:var(--btn-hover-background,transparent);border-color:var(--btn-hover-border-color,transparent);border-image:none;color:#c2c229!important;box-shadow:0px 0em 0em 0px rgba(0,0,0,0.2)}.navstyle_19>.owl-nav button,.us-nav-style_19>*,.us-btn-style_19{font-family:var(--font-family);font-style:normal;text-transform:none;font-size:1rem;line-height:1.2!important;font-weight:600;letter-spacing:0em;padding:0.8em 1.8em;transition-duration:0.3s;border-radius:2em;transition-timing-function:ease;--btn-height:calc(1.2em + 2 * 0.8em);--btn-border-width:2px;--btn-background:#00bf80;--btn-hover-background:#3aba90;--btn-border-color:#ffffff;--btn-hover-border-color:#c2c229;background:var(--btn-background,transparent);border-color:var(--btn-border-color,transparent);border-image:none;color:#ffffff!important}.w-filter-item-value.us-btn-style_19:has(input:checked),.w-tabs-section.active>.w-tabs-section-header.us-btn-style_19,.us-nav-style_19>span.current,.no-touch .navstyle_19>.owl-nav button:hover,.no-touch .us-nav-style_19>*:hover,.no-touch .us-btn-style_19:hover{background:var(--btn-hover-background,transparent);border-color:var(--btn-hover-border-color,transparent);border-image:none;color:var(--color-content-secondary)!important}.navstyle_20>.owl-nav button,.us-nav-style_20>*,.us-btn-style_20{font-family:var(--h1-font-family);font-style:normal;text-transform:uppercase;font-size:1rem;line-height:1.1!important;font-weight:400;letter-spacing:0em;padding:0.5em 0.4em;transition-duration:0.3s;border-radius:0.3em;transition-timing-function:ease;--btn-height:calc(1.1em + 2 * 0.5em);--btn-border-width:0px;background:var(--btn-background,transparent);border-color:var(--btn-border-color,transparent);border-image:none;color:#ffffff!important}.w-filter-item-value.us-btn-style_20:has(input:checked),.w-tabs-section.active>.w-tabs-section-header.us-btn-style_20,.us-nav-style_20>span.current,.no-touch .navstyle_20>.owl-nav button:hover,.no-touch .us-nav-style_20>*:hover,.no-touch .us-btn-style_20:hover{background:var(--btn-hover-background,transparent);border-color:var(--btn-hover-border-color,transparent);border-image:none;color:#00bf80!important}.navstyle_21>.owl-nav button,.us-nav-style_21>*,.us-btn-style_21{font-style:normal;text-transform:none;font-size:16px;line-height:1!important;font-weight:500;letter-spacing:0em;padding:0em 0em;transition-duration:0.3s;border-radius:0.3em;transition-timing-function:ease;--btn-height:calc(1em + 2 * 0em);--btn-border-width:0px;background:var(--btn-background,transparent);border-color:var(--btn-border-color,transparent);border-image:none;color:#edf0f2!important}.w-filter-item-value.us-btn-style_21:has(input:checked),.w-tabs-section.active>.w-tabs-section-header.us-btn-style_21,.us-nav-style_21>span.current,.no-touch .navstyle_21>.owl-nav button:hover,.no-touch .us-nav-style_21>*:hover,.no-touch .us-btn-style_21:hover{background:var(--btn-hover-background,transparent);border-color:var(--btn-hover-border-color,transparent);border-image:none;color:#00bf80!important}.navstyle_22>.owl-nav button,.us-nav-style_22>*,.us-btn-style_22{font-style:normal;text-transform:none;font-size:16px;line-height:1!important;font-weight:500;letter-spacing:0em;padding:0em 0em;transition-duration:0.3s;border-radius:0.3em;transition-timing-function:ease;--btn-height:calc(1em + 2 * 0em);--btn-border-width:0px;background:var(--btn-background,transparent);border-color:var(--btn-border-color,transparent);border-image:none;color:#363b3f!important}.w-filter-item-value.us-btn-style_22:has(input:checked),.w-tabs-section.active>.w-tabs-section-header.us-btn-style_22,.us-nav-style_22>span.current,.no-touch .navstyle_22>.owl-nav button:hover,.no-touch .us-nav-style_22>*:hover,.no-touch .us-btn-style_22:hover{background:var(--btn-hover-background,transparent);border-color:var(--btn-hover-border-color,transparent);border-image:none;color:#00bf80!important}.navstyle_23>.owl-nav button,.us-nav-style_23>*,.us-btn-style_23{font-style:normal;text-transform:none;font-size:1.3rem;line-height:1.4!important;font-weight:400;letter-spacing:0em;padding:0.8em 1.8em;transition-duration:0.3s;border-radius:50px;transition-timing-function:ease;--btn-height:calc(1.4em + 2 * 0.8em);--btn-border-width:2px;--btn-background:#00bf80;--btn-hover-background:#0be69e;--btn-border-color:#ffffff;--btn-hover-border-color:#fffffc;background:var(--btn-background,transparent);border-color:var(--btn-border-color,transparent);border-image:none;color:#ffffff!important}.w-filter-item-value.us-btn-style_23:has(input:checked),.w-tabs-section.active>.w-tabs-section-header.us-btn-style_23,.us-nav-style_23>span.current,.no-touch .navstyle_23>.owl-nav button:hover,.no-touch .us-nav-style_23>*:hover,.no-touch .us-btn-style_23:hover{background:var(--btn-hover-background,transparent);border-color:var(--btn-hover-border-color,transparent);border-image:none;color:#ffffff!important;box-shadow:-2px 2px 0px 0px rgba(0,0,0,0.50)}.navstyle_24>.owl-nav button,.us-nav-style_24>*,.us-btn-style_24{font-style:normal;text-transform:none;font-size:1rem;line-height:1.2!important;font-weight:600;letter-spacing:0.06em;padding:0.8em 1.8em;transition-duration:0.3s;border-radius:0.4em;transition-timing-function:ease;--btn-height:calc(1.2em + 2 * 0.8em);--btn-border-width:2px;--btn-background:#ffffff;--btn-hover-background:#f0fff9;--btn-border-color:#00bf80;--btn-hover-border-color:#05e69b;background:var(--btn-background,transparent);border-color:var(--btn-border-color,transparent);border-image:none;color:#00bf80!important}.w-filter-item-value.us-btn-style_24:has(input:checked),.w-tabs-section.active>.w-tabs-section-header.us-btn-style_24,.us-nav-style_24>span.current,.no-touch .navstyle_24>.owl-nav button:hover,.no-touch .us-nav-style_24>*:hover,.no-touch .us-btn-style_24:hover{background:var(--btn-hover-background,transparent);border-color:var(--btn-hover-border-color,transparent);border-image:none;box-shadow:0px 0px 20px 5px rgba(0,191,128,0.75)}:root{--inputs-font-family:inherit;--inputs-font-size:1rem;--inputs-font-weight:400;--inputs-letter-spacing:0em;--inputs-text-transform:none;--inputs-height:2.8rem;--inputs-padding:0.8rem;--inputs-checkbox-size:1.5em;--inputs-border-width:0px;--inputs-border-radius:0.3rem;--inputs-background:#edf0f2;--inputs-border-color:#e1e5e8;--inputs-text-color:#363b3f;--inputs-box-shadow:0px 1px 0px 0px rgba(0,0,0,0.08) inset;--inputs-focus-background:#edf0f2;--inputs-focus-border-color:#e1e5e8;--inputs-focus-text-color:#363b3f;--inputs-focus-box-shadow:0px 0px 0px 2px #00bf80}.leaflet-default-icon-path{background-image:url(https://impreza.host/wp-content/themes/Impreza/common/css/vendor/images/marker-icon.png)}.w-nav.type_desktop .menu-item-100338 .w-nav-list.level_2{--dropdown-padding:20px;left:0;right:0;transform-origin:50% 0;background:url(https://impreza.host/wp-content/uploads/2023/01/Menu-Header-Art-Impreza-2023-Products-one-2.png) bottom right/contain no-repeat #363b3f!important;color:#ffffff!important}body.header_hor .w-nav.type_desktop .menu-item-100338{position:static}.w-nav.type_desktop .menu-item-102366 .w-nav-list.level_2{--dropdown-padding:20px;left:0;right:0;transform-origin:50% 0;background:url(https://impreza.host/wp-content/uploads/2023/01/Menu-Header-Art-Impreza-2023-Products-one.png) bottom right/contain no-repeat #363b3f!important;color:#ffffff!important}body.header_hor .w-nav.type_desktop .menu-item-102366{position:static}.w-nav.type_desktop .menu-item-102693 .w-nav-list.level_2{--dropdown-padding:20px;left:0;right:0;transform-origin:50% 0;background:url(https://impreza.host/wp-content/uploads/2023/01/Menu-Header-Art-Impreza-2023-Products-one-2.png) bottom right no-repeat #363b3f!important;color:#ffffff!important}body.header_hor .w-nav.type_desktop .menu-item-102693{position:static}.w-nav.type_desktop .menu-item-121829 .w-nav-list.level_2{--dropdown-padding:20px;left:0;right:0;transform-origin:50% 0;background:url(https://impreza.host/wp-content/uploads/2023/01/Menu-Header-Art-Impreza-2023-Products-one-2.png) bottom right no-repeat #363b3f!important;color:#ffffff!important}body.header_hor .w-nav.type_desktop .menu-item-121829{position:static}.w-nav.type_desktop .menu-item-122734 .w-nav-list.level_2{--dropdown-padding:20px;left:0;right:0;transform-origin:50% 0;background:url(https://impreza.host/wp-content/uploads/2023/01/Menu-Header-Art-Impreza-2023-Products-one-2.png) bottom right no-repeat #363b3f!important;color:#ffffff!important}body.header_hor .w-nav.type_desktop .menu-item-122734{position:static}.w-nav.type_desktop .menu-item-126337 .w-nav-list.level_2{background:#363b3f!important;color:#edf0f2!important}.w-nav.type_desktop .menu-item-126340 .w-nav-list.level_2{--dropdown-padding:5px;background:#363b3f!important;color:#ffffff!important}.w-nav.type_desktop .menu-item-140551 .w-nav-list.level_2{--dropdown-padding:10px;background:#ffffff!important;color:#3d3d3d!important}.w-nav.type_desktop .menu-item-140561 .w-nav-list.level_2{--dropdown-padding:10px;background:#ffffff!important;color:#3d3d3d!important}.w-nav.type_desktop .menu-item-141108 .w-nav-list.level_2{--dropdown-padding:10px;background:#ffffff!important;color:#3d3d3d!important}@media (max-width:1280px){.owl-carousel.arrows-hor-pos_on_sides_outside .owl-nav button{transform:none}}
.l-subheader.at_top,.l-subheader.at_top .w-dropdown-list,.l-subheader.at_top .type_mobile .w-nav-list.level_1{background:var(--color-header-top-bg);color:var(--color-header-top-text)}.no-touch .l-subheader.at_top a:hover,.no-touch .l-header.bg_transparent .l-subheader.at_top .w-dropdown.opened a:hover{color:var(--color-header-top-text-hover)}.l-header.bg_transparent:not(.sticky) .l-subheader.at_top{background:var(--color-header-top-transparent-bg);color:var(--color-header-top-transparent-text)}.no-touch .l-header.bg_transparent:not(.sticky) .at_top .w-cart-link:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_top .w-text a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_top .w-html a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_top .w-nav>a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_top .w-menu a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_top .w-search>a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_top .w-socials.shape_none.color_text a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_top .w-socials.shape_none.color_link a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_top .w-dropdown a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_top .type_desktop .menu-item.level_1.opened>a,.no-touch .l-header.bg_transparent:not(.sticky) .at_top .type_desktop .menu-item.level_1:hover>a{color:var(--color-header-transparent-text-hover)}.l-subheader.at_middle,.l-subheader.at_middle .w-dropdown-list,.l-subheader.at_middle .type_mobile .w-nav-list.level_1{background:#00bf80;color:var(--color-header-middle-text)}.no-touch .l-subheader.at_middle a:hover,.no-touch .l-header.bg_transparent .l-subheader.at_middle .w-dropdown.opened a:hover{color:#c2c229}.l-header.bg_transparent:not(.sticky) .l-subheader.at_middle{background:var(--color-header-transparent-bg);color:var(--color-header-transparent-text)}.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-cart-link:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-text a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-html a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-nav>a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-menu a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-search>a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-socials.shape_none.color_text a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-socials.shape_none.color_link a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-dropdown a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .type_desktop .menu-item.level_1.opened>a,.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .type_desktop .menu-item.level_1:hover>a{color:var(--color-header-transparent-text-hover)}.l-subheader.at_bottom,.l-subheader.at_bottom .w-dropdown-list,.l-subheader.at_bottom .type_mobile .w-nav-list.level_1{background:#081418;color:#ffffff}.no-touch .l-subheader.at_bottom a:hover,.no-touch .l-header.bg_transparent .l-subheader.at_bottom .w-dropdown.opened a:hover{color:#00bf80}.l-header.bg_transparent:not(.sticky) .l-subheader.at_bottom{background:var(--color-header-transparent-bg);color:var(--color-header-transparent-text)}.no-touch .l-header.bg_transparent:not(.sticky) .at_bottom .w-cart-link:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_bottom .w-text a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_bottom .w-html a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_bottom .w-nav>a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_bottom .w-menu a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_bottom .w-search>a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_bottom .w-socials.shape_none.color_text a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_bottom .w-socials.shape_none.color_link a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_bottom .w-dropdown a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_bottom .type_desktop .menu-item.level_1.opened>a,.no-touch .l-header.bg_transparent:not(.sticky) .at_bottom .type_desktop .menu-item.level_1:hover>a{color:var(--color-header-transparent-text-hover)}.header_ver .l-header{background:#00bf80;color:var(--color-header-middle-text)}@media (min-width:1281px){.hidden_for_default{display:none!important}.l-subheader.at_middle{background-image:url(https://impreza.host/wp-content/uploads/2025/10/Promotion-Header-Anim-Line-Style-2.svg);background-attachment:scroll;background-position:bottom center;background-repeat:no-repeat;background-size:contain}.l-header{position:relative;z-index:111}.l-subheader{line-height:var(--header-area-height);height:var(--header-area-height);margin:0 auto}.l-subheader-h{display:flex;align-items:center;position:relative;margin:0 auto;max-width:var(--site-content-width,1200px);height:inherit}.w-header-show{display:none}.l-header.pos_fixed{position:fixed;left:var(--site-outline-width,0);right:var(--site-outline-width,0)}.l-header.pos_fixed:not(.notransition) .l-subheader{transition-property:transform,background,box-shadow,line-height,height,visibility;transition-duration:.3s;transition-timing-function:cubic-bezier(.78,.13,.15,.86)}.headerinpos_bottom.sticky_first_section .l-header.pos_fixed{position:fixed!important}.header_hor .l-header.sticky_auto_hide{transition:margin .3s cubic-bezier(.78,.13,.15,.86) .1s}.header_hor .l-header.sticky_auto_hide.down{margin-top:calc(-1.1 * var(--header-sticky-height,0px) )}.l-header.bg_transparent:not(.sticky) .l-subheader{box-shadow:none!important;background:none}.l-header.bg_transparent~.l-main .l-section.width_full.height_auto:first-of-type>.l-section-h{padding-top:0!important;padding-bottom:0!important}.l-header.pos_static.bg_transparent{position:absolute;left:var(--site-outline-width,0);right:var(--site-outline-width,0)}.l-subheader.width_full{--padding-inline:0px}.l-subheader.width_full>.l-subheader-h,.l-subheader.width_full_with_indents>.l-subheader-h{max-width:none!important}.l-header.shadow_thin .l-subheader.at_middle,.l-header.shadow_thin .l-subheader.at_bottom{box-shadow:var(--box-shadow-thin)}.l-header.shadow_wide .l-subheader.at_middle,.l-header.shadow_wide .l-subheader.at_bottom{box-shadow:0 3px 5px -1px rgba(0,0,0,0.1),0 2px 1px -1px rgba(0,0,0,0.05)}.header_hor .l-subheader-cell>.w-cart{margin-left:0;margin-right:0}:root{--header-height:170px;--header-sticky-height:85px}.l-header:before{content:'170'}.l-header.sticky:before{content:'85'}.l-subheader.at_top{--header-area-height:30px;overflow:visible;visibility:visible}.l-header.sticky .l-subheader.at_top{--header-area-height:0px;overflow:hidden;visibility:hidden}.l-subheader.at_middle{--header-area-height:50px;overflow:visible;visibility:visible}.l-header.sticky .l-subheader.at_middle{--header-area-height:0px;overflow:hidden;visibility:hidden}.l-subheader.at_middle .l-subheader-cell.at_left,.l-subheader.at_middle .l-subheader-cell.at_right{display:flex;flex-basis:100px;min-width:fit-content}.l-subheader.at_bottom{--header-area-height:90px;overflow:visible;visibility:visible}.l-header.sticky .l-subheader.at_bottom{--header-area-height:85px;overflow:visible;visibility:visible}.l-subheader.at_bottom .l-subheader-cell.at_left,.l-subheader.at_bottom .l-subheader-cell.at_right{display:flex;flex-basis:100px;min-width:fit-content}.headerinpos_above .l-header.pos_fixed{overflow:hidden;transition:transform 0.3s;transform:translate3d(0,-100%,0)}.headerinpos_above .l-header.pos_fixed.sticky{overflow:visible;transform:none}.headerinpos_above .l-header.pos_fixed~.l-section>.l-section-h,.headerinpos_above .l-header.pos_fixed~.l-main .l-section:first-of-type>.l-section-h{padding-top:0!important}.headerinpos_below .l-header.pos_fixed:not(.sticky){position:absolute;top:100%}.headerinpos_below .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h{padding-top:0!important}.headerinpos_below .l-header.pos_fixed~.l-main .l-section.full_height:nth-of-type(2){min-height:var(--viewport-height)}.headerinpos_below .l-header.pos_fixed~.l-main>.l-section:nth-of-type(2)>.l-section-h{padding-top:var(--header-height)}.headerinpos_bottom .l-header.pos_fixed:not(.sticky){position:absolute;top:var(--heading-below-first-section-top,var(--viewport-height))}.headerinpos_bottom .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h{padding-top:0!important}.headerinpos_bottom .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h{padding-bottom:var(--header-height)}.headerinpos_bottom .l-header.pos_fixed.bg_transparent~.l-main .l-section.valign_center:not(.height_auto):first-of-type>.l-section-h{top:calc( var(--header-height) / 2 )}.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-cart.layout_dropdown .w-cart-content,.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_2{bottom:100%;transform-origin:0 100%}.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1{top:auto;bottom:100%;box-shadow:var(--box-shadow-up)}.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_3,.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_4{top:auto;bottom:0;transform-origin:0 100%}.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-dropdown-list{top:auto;bottom:-0.4em;padding-top:0.4em;padding-bottom:2.4em}}@media (min-width:901px) and (max-width:1280px){.hidden_for_laptops{display:none!important}.l-header{position:relative;z-index:111}.l-subheader{line-height:var(--header-area-height);height:var(--header-area-height);margin:0 auto}.l-subheader-h{display:flex;align-items:center;position:relative;margin:0 auto;max-width:var(--site-content-width,1200px);height:inherit}.w-header-show{display:none}.l-header.pos_fixed{position:fixed;left:var(--site-outline-width,0);right:var(--site-outline-width,0)}.l-header.pos_fixed:not(.notransition) .l-subheader{transition-property:transform,background,box-shadow,line-height,height,visibility;transition-duration:.3s;transition-timing-function:cubic-bezier(.78,.13,.15,.86)}.headerinpos_bottom.sticky_first_section .l-header.pos_fixed{position:fixed!important}.header_hor .l-header.sticky_auto_hide{transition:margin .3s cubic-bezier(.78,.13,.15,.86) .1s}.header_hor .l-header.sticky_auto_hide.down{margin-top:calc(-1.1 * var(--header-sticky-height,0px) )}.l-header.bg_transparent:not(.sticky) .l-subheader{box-shadow:none!important;background:none}.l-header.bg_transparent~.l-main .l-section.width_full.height_auto:first-of-type>.l-section-h{padding-top:0!important;padding-bottom:0!important}.l-header.pos_static.bg_transparent{position:absolute;left:var(--site-outline-width,0);right:var(--site-outline-width,0)}.l-subheader.width_full{--padding-inline:0px}.l-subheader.width_full>.l-subheader-h,.l-subheader.width_full_with_indents>.l-subheader-h{max-width:none!important}.l-header.shadow_thin .l-subheader.at_middle,.l-header.shadow_thin .l-subheader.at_bottom{box-shadow:var(--box-shadow-thin)}.l-header.shadow_wide .l-subheader.at_middle,.l-header.shadow_wide .l-subheader.at_bottom{box-shadow:0 3px 5px -1px rgba(0,0,0,0.1),0 2px 1px -1px rgba(0,0,0,0.05)}.header_hor .l-subheader-cell>.w-cart{margin-left:0;margin-right:0}:root{--header-height:170px;--header-sticky-height:50px}.l-header:before{content:'170'}.l-header.sticky:before{content:'50'}.l-subheader.at_top{--header-area-height:30px;overflow:visible;visibility:visible}.l-header.sticky .l-subheader.at_top{--header-area-height:0px;overflow:hidden;visibility:hidden}.l-subheader.at_middle{--header-area-height:50px;overflow:visible;visibility:visible}.l-header.sticky .l-subheader.at_middle{--header-area-height:0px;overflow:hidden;visibility:hidden}.l-subheader.at_middle .l-subheader-cell.at_left,.l-subheader.at_middle .l-subheader-cell.at_right{display:flex;flex-basis:100px;min-width:fit-content}.l-subheader.at_bottom{--header-area-height:90px;overflow:visible;visibility:visible}.l-header.sticky .l-subheader.at_bottom{--header-area-height:50px;overflow:visible;visibility:visible}.l-subheader.at_bottom .l-subheader-cell.at_left,.l-subheader.at_bottom .l-subheader-cell.at_right{display:flex;flex-basis:100px;min-width:fit-content}.headerinpos_above .l-header.pos_fixed{overflow:hidden;transition:transform 0.3s;transform:translate3d(0,-100%,0)}.headerinpos_above .l-header.pos_fixed.sticky{overflow:visible;transform:none}.headerinpos_above .l-header.pos_fixed~.l-section>.l-section-h,.headerinpos_above .l-header.pos_fixed~.l-main .l-section:first-of-type>.l-section-h{padding-top:0!important}.headerinpos_below .l-header.pos_fixed:not(.sticky){position:absolute;top:100%}.headerinpos_below .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h{padding-top:0!important}.headerinpos_below .l-header.pos_fixed~.l-main .l-section.full_height:nth-of-type(2){min-height:var(--viewport-height)}.headerinpos_below .l-header.pos_fixed~.l-main>.l-section:nth-of-type(2)>.l-section-h{padding-top:var(--header-height)}.headerinpos_bottom .l-header.pos_fixed:not(.sticky){position:absolute;top:var(--heading-below-first-section-top,var(--viewport-height))}.headerinpos_bottom .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h{padding-top:0!important}.headerinpos_bottom .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h{padding-bottom:var(--header-height)}.headerinpos_bottom .l-header.pos_fixed.bg_transparent~.l-main .l-section.valign_center:not(.height_auto):first-of-type>.l-section-h{top:calc( var(--header-height) / 2 )}.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-cart.layout_dropdown .w-cart-content,.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_2{bottom:100%;transform-origin:0 100%}.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1{top:auto;bottom:100%;box-shadow:var(--box-shadow-up)}.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_3,.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_4{top:auto;bottom:0;transform-origin:0 100%}.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-dropdown-list{top:auto;bottom:-0.4em;padding-top:0.4em;padding-bottom:2.4em}}@media (min-width:901px) and (max-width:900px){.hidden_for_tablets{display:none!important}.l-subheader.at_middle{background-image:url(https://impreza.host/wp-content/uploads/2024/02/Absolute-Nothing-All-Semi-Black.png);background-attachment:scroll;background-position:center center;background-repeat:repeat;background-size:cover}.l-header{position:relative;z-index:111}.l-subheader{line-height:var(--header-area-height);height:var(--header-area-height);margin:0 auto}.l-subheader-h{display:flex;align-items:center;position:relative;margin:0 auto;max-width:var(--site-content-width,1200px);height:inherit}.w-header-show{display:none}.l-header.pos_fixed{position:fixed;left:var(--site-outline-width,0);right:var(--site-outline-width,0)}.l-header.pos_fixed:not(.notransition) .l-subheader{transition-property:transform,background,box-shadow,line-height,height,visibility;transition-duration:.3s;transition-timing-function:cubic-bezier(.78,.13,.15,.86)}.headerinpos_bottom.sticky_first_section .l-header.pos_fixed{position:fixed!important}.header_hor .l-header.sticky_auto_hide{transition:margin .3s cubic-bezier(.78,.13,.15,.86) .1s}.header_hor .l-header.sticky_auto_hide.down{margin-top:calc(-1.1 * var(--header-sticky-height,0px) )}.l-header.bg_transparent:not(.sticky) .l-subheader{box-shadow:none!important;background:none}.l-header.bg_transparent~.l-main .l-section.width_full.height_auto:first-of-type>.l-section-h{padding-top:0!important;padding-bottom:0!important}.l-header.pos_static.bg_transparent{position:absolute;left:var(--site-outline-width,0);right:var(--site-outline-width,0)}.l-subheader.width_full{--padding-inline:0px}.l-subheader.width_full>.l-subheader-h,.l-subheader.width_full_with_indents>.l-subheader-h{max-width:none!important}.l-header.shadow_thin .l-subheader.at_middle,.l-header.shadow_thin .l-subheader.at_bottom{box-shadow:var(--box-shadow-thin)}.l-header.shadow_wide .l-subheader.at_middle,.l-header.shadow_wide .l-subheader.at_bottom{box-shadow:0 3px 5px -1px rgba(0,0,0,0.1),0 2px 1px -1px rgba(0,0,0,0.05)}.header_hor .l-subheader-cell>.w-cart{margin-left:0;margin-right:0}:root{--header-height:116px;--header-sticky-height:110px}.l-header:before{content:'116'}.l-header.sticky:before{content:'110'}.l-subheader.at_top{--header-area-height:36;overflow:visible;visibility:visible}.l-header.sticky .l-subheader.at_top{--header-area-height:;overflow:hidden;visibility:hidden}.l-subheader.at_middle{--header-area-height:0px;overflow:hidden;visibility:hidden}.l-header.sticky .l-subheader.at_middle{--header-area-height:60;overflow:visible;visibility:visible}.l-subheader.at_middle .l-subheader-cell.at_left,.l-subheader.at_middle .l-subheader-cell.at_right{display:flex;flex-basis:100px;min-width:fit-content}.l-subheader.at_bottom{--header-area-height:80px;overflow:visible;visibility:visible}.l-header.sticky .l-subheader.at_bottom{--header-area-height:50;overflow:visible;visibility:visible}.l-subheader.at_bottom .l-subheader-cell.at_left,.l-subheader.at_bottom .l-subheader-cell.at_right{display:flex;flex-basis:100px;min-width:fit-content}}@media (max-width:900px){.hidden_for_mobiles{display:none!important}.l-subheader.at_bottom{display:none}.l-subheader.at_middle{background-image:url(https://impreza.host/wp-content/uploads/2024/02/Absolute-Nothing-All-Semi-Black.png);background-attachment:scroll;background-position:center center;background-repeat:repeat;background-size:cover}.l-header{position:relative;z-index:111}.l-subheader{line-height:var(--header-area-height);height:var(--header-area-height);margin:0 auto}.l-subheader-h{display:flex;align-items:center;position:relative;margin:0 auto;max-width:var(--site-content-width,1200px);height:inherit}.w-header-show{display:none}.l-header.pos_fixed{position:fixed;left:var(--site-outline-width,0);right:var(--site-outline-width,0)}.l-header.pos_fixed:not(.notransition) .l-subheader{transition-property:transform,background,box-shadow,line-height,height,visibility;transition-duration:.3s;transition-timing-function:cubic-bezier(.78,.13,.15,.86)}.headerinpos_bottom.sticky_first_section .l-header.pos_fixed{position:fixed!important}.header_hor .l-header.sticky_auto_hide{transition:margin .3s cubic-bezier(.78,.13,.15,.86) .1s}.header_hor .l-header.sticky_auto_hide.down{margin-top:calc(-1.1 * var(--header-sticky-height,0px) )}.l-header.bg_transparent:not(.sticky) .l-subheader{box-shadow:none!important;background:none}.l-header.bg_transparent~.l-main .l-section.width_full.height_auto:first-of-type>.l-section-h{padding-top:0!important;padding-bottom:0!important}.l-header.pos_static.bg_transparent{position:absolute;left:var(--site-outline-width,0);right:var(--site-outline-width,0)}.l-subheader.width_full{--padding-inline:0px}.l-subheader.width_full>.l-subheader-h,.l-subheader.width_full_with_indents>.l-subheader-h{max-width:none!important}.l-header.shadow_thin .l-subheader.at_middle,.l-header.shadow_thin .l-subheader.at_bottom{box-shadow:var(--box-shadow-thin)}.l-header.shadow_wide .l-subheader.at_middle,.l-header.shadow_wide .l-subheader.at_bottom{box-shadow:0 3px 5px -1px rgba(0,0,0,0.1),0 2px 1px -1px rgba(0,0,0,0.05)}.header_hor .l-subheader-cell>.w-cart{margin-left:0;margin-right:0}:root{--header-height:96px;--header-sticky-height:96px}.l-header:before{content:'96'}.l-header.sticky:before{content:'96'}.l-subheader.at_top{--header-area-height:36px;overflow:visible;visibility:visible}.l-header.sticky .l-subheader.at_top{--header-area-height:36px;overflow:visible;visibility:visible}.l-subheader.at_middle{--header-area-height:60px;overflow:visible;visibility:visible}.l-header.sticky .l-subheader.at_middle{--header-area-height:60px;overflow:visible;visibility:visible}.l-subheader.at_middle .l-subheader-cell.at_left,.l-subheader.at_middle .l-subheader-cell.at_right{display:flex;flex-basis:100px;min-width:fit-content}.l-subheader.at_bottom{--header-area-height:50;overflow:visible;visibility:visible}.l-header.sticky .l-subheader.at_bottom{--header-area-height:50;overflow:visible;visibility:visible}.l-subheader.at_bottom .l-subheader-cell.at_left,.l-subheader.at_bottom .l-subheader-cell.at_right{display:flex;flex-basis:100px;min-width:fit-content}}@media (min-width:1281px){.ush_image_1{height:45px!important}.l-header.sticky .ush_image_1{height:45px!important}}@media (min-width:901px) and (max-width:1280px){.ush_image_1{height:40px!important}.l-header.sticky .ush_image_1{height:40px!important}}@media (min-width:901px) and (max-width:900px){.ush_image_1{height:35px!important}.l-header.sticky .ush_image_1{height:35px!important}}@media (max-width:900px){.ush_image_1{height:30px!important}.l-header.sticky .ush_image_1{height:30px!important}}.ush_menu_2.type_desktop{--menu-items-gap:10px}@media (min-width:1281px){.ush_menu_2 .w-nav-icon{--icon-size:36px;--icon-size-int:36}}@media (min-width:901px) and (max-width:1280px){.ush_menu_2 .w-nav-icon{--icon-size:32px;--icon-size-int:32}}@media (min-width:901px) and (max-width:900px){.ush_menu_2 .w-nav-icon{--icon-size:28px;--icon-size-int:28}}@media (max-width:900px){.ush_menu_2 .w-nav-icon{--icon-size:24px;--icon-size-int:24}}@media screen and (max-width:899px){body.header_hor .w-nav.type_desktop.ush_menu_2>.w-nav-list.level_1{display:none}body.header_hor .ush_menu_2 .w-nav-control{display:flex}}.no-touch .ush_menu_2 .w-nav-item.level_1.opened>a:not(.w-btn),.no-touch .ush_menu_2 .w-nav-item.level_1:hover>a:not(.w-btn){background:transparent;color:var(--color-header-middle-text-hover)}.ush_menu_2 .w-nav-item.level_1.current-menu-item>a:not(.w-btn),.ush_menu_2 .w-nav-item.level_1.current-menu-ancestor>a:not(.w-btn),.ush_menu_2 .w-nav-item.level_1.current-page-ancestor>a:not(.w-btn){background:transparent;color:var(--color-header-middle-text-hover)}.l-header.bg_transparent:not(.sticky) .ush_menu_2.type_desktop .w-nav-item.level_1.current-menu-item>a:not(.w-btn),.l-header.bg_transparent:not(.sticky) .ush_menu_2.type_desktop .w-nav-item.level_1.current-menu-ancestor>a:not(.w-btn),.l-header.bg_transparent:not(.sticky) .ush_menu_2.type_desktop .w-nav-item.level_1.current-page-ancestor>a:not(.w-btn){background:transparent;color:var(--color-header-transparent-text-hover)}.w-nav.ush_menu_2{--dropdown-bg-color:var(--color-header-middle-bg);--dropdown-text-color:var(--color-header-middle-text)}.no-touch .ush_menu_2 .w-nav-item:not(.level_1)>a:focus,.no-touch .ush_menu_2 .w-nav-item:not(.level_1):hover>a{background:transparent;color:var(--color-header-middle-text-hover)}.ush_menu_2 .w-nav-item:not(.level_1).current-menu-item>a,.ush_menu_2 .w-nav-item:not(.level_1).current-menu-ancestor>a,.ush_menu_2 .w-nav-item:not(.level_1).current-page-ancestor>a{background:transparent;color:var(--color-header-middle-text-hover)}.ush_socials_1 .w-socials-list{margin:-0px}.ush_socials_1 .w-socials-item{padding:0px}@media (min-width:1281px){.ush_cart_1 .w-cart-link{font-size:20}}@media (min-width:901px) and (max-width:1280px){.ush_cart_1 .w-cart-link{font-size:24px}}@media (min-width:901px) and (max-width:900px){.ush_cart_1 .w-cart-link{font-size:20}}@media (max-width:900px){.ush_cart_1 .w-cart-link{font-size:20}}.ush_text_1{font-family:regular!important}.ush_socials_1{font-size:18!important}.ush_dropdown_2{font-size:13!important}.ush_btn_1{font-size:14px!important}.ush_text_6{font-family:var(--font-family)!important}.ush_popup_3{background:url(https://impreza.host/wp-content/uploads/2021/05/BG-Header-Menu-2.0.png)!important}.ush_popup_4{background:url(https://impreza.host/wp-content/uploads/2021/05/BG-Header-Menu-2.0.png)!important}.ush_dropdown_3{position:relative!important;z-index:4!important}.ush_dropdown_4{z-index:4!important}.ush_dropdown_5{z-index:4!important}.ush_html_1{width:250px!important;height:49px!important;position:relative!important;right:10px!important}.ush_html_2{position:relative!important;top:30px!important;right:45px!important;z-index:1!important}.ush_html_3{position:relative!important;bottom:-5px!important;right:20px!important;z-index:2!important}.ush_dropdown_6{font-size:1rem!important;line-height:28px!important;font-weight:400!important;text-transform:uppercase!important;position:absolute!important;right:3%!important}.ush_dropdown_7{z-index:4!important}.ush_html_4{position:absolute!important;bottom:0!important;z-index:2!important}.ush_popup_2{position:relative!important;right:60px!important;z-index:3!important}.ush_html_7{position:relative!important;top:30px!important;right:45px!important;z-index:1!important}.ush_dropdown_8{position:relative!important;z-index:4!important}.ush_popup_5{position:relative!important;left:20px!important}.ush_text_8{font-family:var(--font-family)!important}.ush_btn_3{position:relative!important;right:25px!important}.ush_html_8{position:absolute!important;top:15px!important;right:12%!important;z-index:3!important}@media (min-width:1025px) and (max-width:1280px){.ush_html_1{width:250px!important;height:49px!important}.ush_popup_2{position:relative!important;right:30px!important;z-index:3!important}}@media (min-width:601px) and (max-width:1024px){.ush_socials_1{font-size:18!important}.ush_dropdown_2{font-size:13!important}.ush_html_1{width:135px!important;height:32px!important}.ush_popup_2{position:static!important;right:60px!important;z-index:6!important}}@media (max-width:600px){.ush_socials_1{font-size:18!important}.ush_dropdown_2{font-size:13!important}.ush_html_1{width:125px!important;height:22px!important}.ush_popup_2{position:static!important;right:60px!important;z-index:6!important}}
.us_custom_16d21cf4{max-width:1026px!important;max-height:960px!important;padding-bottom:120px!important;background:#0f0f0f!important;border:2px solid #00bf80!important}.us_custom_5f8358c6{position:absolute!important;top:-15px!important;right:10px!important;z-index:9999!important}.us_custom_fc247eaa{padding-top:50px!important;padding-bottom:30px!important;position:relative!important;bottom:22px!important;z-index:2!important;background:#1D1D1D!important;box-shadow:0 5px 0 0 rgba(0,0,0,0.3)!important}.us_custom_3e3dc808{color:#ffffff!important;text-align:center!important;font-size:32px!important;line-height:28px!important;font-weight:900!important;text-shadow:2px 2px 0 #000000!important}.us_custom_dd99be10{color:#ffffff!important;font-size:18px!important;line-height:17px!important;letter-spacing:1px!important}.us_custom_827de78d{position:absolute!important;left:5px!important;z-index:5!important;background:#0f0f0f!important}.us_custom_a4b2d79f{margin-left:-20px!important;margin-right:-20px!important;padding-left:20px!important;padding-right:20px!important;position:relative!important;bottom:60px!important;background:#0f0f0f!important}.us_custom_b3be410f{height:500px!important}.us_custom_a60413e0{padding-top:30px!important;padding-bottom:30px!important;position:relative!important;top:30px!important;z-index:1!important;background:#0f0f0f!important}.us_custom_6f463a0d{color:#ffffff!important;font-size:18px!important;line-height:16px!important;padding-bottom:10px!important}.us_custom_100d1e64{padding-top:15px!important;padding-bottom:15px!important}.us_custom_4cbb82ff{padding-left:15px!important;padding-right:15px!important}.us_custom_96963e08{padding-top:50px!important;padding-bottom:50px!important;border-bottom-width:2px!important;border-color:#00bf80!important;position:relative!important;top:30px!important;z-index:3!important;border-bottom-style:solid!important;background:#1D1D1D!important}.us_custom_3c6902fd{color:#00bf80!important;text-align:left!important;font-size:30px!important;line-height:25px!important;letter-spacing:1px!important;font-weight:900!important}.us_custom_ded6340d{color:#ffffff!important;font-size:18px!important;line-height:17px!important;letter-spacing:1px!important;padding-top:5px!important;padding-bottom:5px!important}.us_custom_262e1697{color:#ffffff!important;max-width:1150px!important}.us_custom_347d4935{color:#00bf80!important;font-size:65px!important;line-height:65px!important;font-weight:700!important;text-shadow:3px 3px 0 #141b1e!important}.us_custom_7e20fa79{animation-name:afl!important}.us_custom_75f97960{text-align:left!important;animation-name:afr!important}.us_custom_3b569d39{font-size:45px!important;line-height:45px!important;font-weight:900!important}.us_custom_680d270f{font-size:18px!important;line-height:18px!important}.us_custom_4f77c02d{font-size:20px!important;line-height:20px!important}.us_custom_2245be70{color:#ffffff!important;font-weight:400!important}.us_custom_5e2a8bdc{font-size:20px!important;line-height:20px!important;letter-spacing:1px!important;font-weight:300!important}.us_custom_51ed4860{color:#00bf80!important;font-size:50px!important;line-height:50px!important;letter-spacing:1px!important;text-shadow:2px 2px 0 #ffffff!important}.us_custom_45e749fe{position:relative!important;left:10px!important}.us_custom_51a0ed6b{position:relative!important;right:35px!important}.us_custom_4f2bd410{border-left-width:1px!important;border-top-width:1px!important;border-color:#999c9f!important;position:relative!important;left:20px!important;top:48px!important;z-index:2!important;border-top-style:solid!important;border-left-style:solid!important;padding:40px 2% 40px 2%!important;margin:-25px 30px -25px 30px!important}.us_custom_9d0000eb{position:absolute!important;top:-5px!important;right:140px!important;z-index:5!important}.us_custom_81da4d7c{color:#00bf80!important;font-weight:700!important}.us_custom_d170039b{border-left-width:1px!important;border-color:#999c9f!important;position:relative!important;left:20px!important;top:72px!important;z-index:2!important;border-left-style:solid!important;padding:40px 2% 40px 2%!important;margin:-25px 30px -25px 30px!important}.us_custom_5f04b46b{margin-left:30px!important;margin-right:30px!important;border-left-width:1px!important;border-color:#999c9f!important;position:relative!important;left:20px!important;top:97px!important;z-index:2!important;border-left-style:solid!important;padding:50px 2% 50px 2%!important}.us_custom_65ffd1c1{border-left-width:1px!important;border-bottom-width:1px!important;border-color:#999c9f!important;position:relative!important;left:20px!important;top:117px!important;z-index:2!important;border-bottom-style:solid!important;border-left-style:solid!important;padding:40px 2% 40px 2%!important;margin:-25px 30px -25px 30px!important}.us_custom_77f1b980{color:#fff!important;font-size:18px!important;line-height:17px!important;letter-spacing:1px!important;width:1100px!important;height:590px!important;position:absolute!important;top:25px!important;right:-562px!important;z-index:5!important;background:#141b1e!important;border:5px solid #9081EC!important;box-shadow:2px 3px 3px 0 rgba(0,0,0,0.25)!important}.us_custom_e73364de{position:relative!important;top:60px!important}.us_custom_a3bfa9e5{position:absolute!important;top:-50px!important;right:-10px!important;z-index:5!important}.us_custom_1379eb2c{text-shadow:3px 3px 0 #9081EC!important}.us_custom_f9f86f50{position:absolute!important;left:-106px!important;bottom:80px!important;z-index:-1!important}.us_custom_60b65663{font-size:16px!important;line-height:15px!important;letter-spacing:1px!important;font-weight:300!important}.us_custom_646465fe{position:absolute!important;left:-22px!important;bottom:77px!important}.us_custom_a6d659bc{padding-left:20px!important;padding-right:20px!important;position:relative!important;top:24px!important;right:130px!important}.us_custom_eeb59ab1{position:relative!important;right:72px!important;z-index:3!important;animation-name:afl!important}.us_custom_f89d7c8f{position:absolute!important;left:-20px!important;top:50px!important;z-index:15!important}.us_custom_b440d71f{z-index:3!important}.us_custom_af1df38d{position:relative!important;top:90px!important;z-index:3!important}.us_custom_34b46710{position:relative!important;top:190px!important;z-index:3!important}.us_custom_1e08d798{position:relative!important;top:290px!important;z-index:3!important}.us_custom_b75dc274{width:620px!important;height:596px!important;margin-left:-120px!important;margin-right:-120px!important;padding-left:50px!important;padding-right:50px!important;border-top-width:1px!important;border-bottom-width:1px!important;border-right-width:1px!important;border-color:#999c9f!important;position:relative!important;left:160px!important;bottom:1px!important;z-index:10!important;border-top-style:solid!important;border-right-style:solid!important;border-bottom-style:solid!important;background:#0B0B0B!important}.us_custom_24395788{position:absolute!important;top:0!important;right:-50px!important;z-index:5!important}.us_custom_4b1f4b59{margin-left:-73px!important;margin-right:-72px!important;background:#1e1e1e!important;padding:7% 50px 7% 50px!important}.us_custom_1c559eda{color:#00bf80!important;font-size:25px!important;line-height:25px!important;letter-spacing:1px!important;font-weight:900!important;text-transform:uppercase!important}.us_custom_3c6689d6{color:#ffffff!important;font-size:13px!important;line-height:14px!important;font-weight:500!important}.us_custom_4ad56470{position:absolute!important;right:-20px!important;z-index:5!important}.us_custom_b4385364{margin-left:-120px!important;margin-right:-120px!important;animation-name:afl!important}.us_custom_3606dab6{width:150px!important;height:90px!important;background:url(https://impreza.host/wp-content/uploads/2023/12/Menu-Header-Item-Offshore-Dedicated-Servers-Line.svg) no-repeat 50% / contain!important}.us_custom_2a4527ee{color:#ffffff!important;font-size:20px!important;line-height:17px!important;letter-spacing:1px!important;font-weight:700!important;margin-left:-10px!important;margin-right:-10px!important;position:relative!important;top:10px!important;text-shadow:2px 1px 0 #141b1e!important}.us_custom_bd8888ba{margin-left:-25px!important;margin-right:-25px!important;position:relative!important;top:7px!important}.us_custom_445e0c8c{width:150px!important;height:90px!important;background:url(https://impreza.host/wp-content/uploads/2023/12/Menu-Header-Item-Offshore-VPS-Servers-Line.svg) no-repeat 50% / contain!important}.us_custom_f092b990{color:#ffffff!important;font-size:20px!important;line-height:17px!important;letter-spacing:1px!important;font-weight:700!important;position:relative!important;top:10px!important;text-shadow:2px 1px 0 #141b1e!important}.us_custom_ace0058d{width:150px!important;height:90px!important;background:url(https://impreza.host/wp-content/uploads/2023/12/Menu-Header-Item-Dedicated-Tor-Servers-Line-FIX.svg) no-repeat 50% / contain!important}.us_custom_88c5eaf3{width:150px!important;height:90px!important;background:url(https://impreza.host/wp-content/uploads/2023/12/Menu-Header-Item-Crypto-Node-Servers-Line.svg) no-repeat 50% / contain!important}.us_custom_5e0c9739{width:150px!important;height:90px!important;background:url(https://impreza.host/wp-content/uploads/2025/06/Header-Menu-Dedicated-Servers-Square.svg) no-repeat 50% / contain!important}.us_custom_724444fa{width:150px!important;height:90px!important;background:url(https://impreza.host/wp-content/uploads/2025/09/Menu-Header-USA-VPS-Hosting-Servers-Line-Style-2.svg) no-repeat 50% / contain!important}.us_custom_deb8d3b7{width:150px!important;height:90px!important;background:url(https://impreza.host/wp-content/uploads/2023/12/Menu-Header-Item-VPS-Servers-Line-FIX.svg) no-repeat 50% / contain!important}.us_custom_d538daad{width:150px!important;height:90px!important;background:url(https://impreza.host/wp-content/uploads/2026/04/Header-Menu-Private-Secure-VPS-Hosting-Square-Green-Border.svg) no-repeat 50% / contain!important}.us_custom_02e31596{position:relative!important;top:15px!important}.us_custom_b87edf76{position:absolute!important;left:25%!important;bottom:5%!important}.us_custom_f584f2ac{color:#edf0f2!important;font-size:14px!important;line-height:14px!important;letter-spacing:1px!important;font-weight:300!important}.us_custom_41b6a304{margin-left:-60px!important;margin-right:-60px!important}.us_custom_2d01c57b{margin-left:-73px!important;margin-right:-72px!important;background:#1e1e1e!important;padding:8% 50px 8% 50px!important}.us_custom_570a6055{color:#ffffff!important;text-align:center!important;font-size:28px!important;line-height:24px!important;letter-spacing:1px!important;font-weight:900!important;margin-left:-30px!important;margin-right:-30px!important;padding-top:10px!important;padding-bottom:10px!important}.us_custom_928eea0e{margin-left:-70px!important;margin-right:-70px!important;padding-left:10px!important;padding-right:10px!important;animation-name:afl!important;animation-delay:0.1s!important}.us_custom_f4f4afe9{position:relative!important;bottom:10px!important}.us_custom_fb5dfe36{width:620px!important;height:596px!important;margin-left:45px!important;margin-right:45px!important;padding-left:20px!important;padding-right:20px!important;border-top-width:1px!important;border-bottom-width:1px!important;border-right-width:1px!important;border-color:#999c9f!important;position:relative!important;bottom:1px!important;right:5px!important;z-index:10!important;border-top-style:solid!important;border-right-style:solid!important;border-bottom-style:solid!important;background:#0B0B0B!important}.us_custom_16f76396{position:absolute!important;top:0!important;right:-20px!important;z-index:5!important}.us_custom_294956ba{margin-left:-42px!important;margin-right:-40px!important;background:#1e1e1e!important;padding:40px 50px 40px 50px!important}.us_custom_da0405ad{margin-left:-30px!important;margin-right:-30px!important;position:relative!important;left:10px!important;animation-name:afl!important}.us_custom_73353e50{width:185px!important;height:273px!important;padding-left:30px!important;padding-right:30px!important;background:url(https://impreza.host/wp-content/uploads/2023/12/IMG-Test-Timed-OX-Professional-Email-Menu-Header.svg) no-repeat 50% / contain!important}.us_custom_c7cfb9c3{color:#ffffff!important;font-size:25px!important;line-height:22px!important;font-weight:700!important;margin-left:-15px!important;margin-right:-15px!important;text-shadow:2px 1px 0 #363b3f!important}.us_custom_e9ca3af5{color:#ffffff!important;font-size:14px!important;line-height:14px!important;font-weight:700!important;margin-left:-15px!important;margin-right:-15px!important}.us_custom_9adc0bef{color:#ffffff!important;font-size:12px!important;line-height:12px!important;font-weight:400!important}.us_custom_097c4da9{color:#ffffff!important;font-size:11px!important;line-height:11px!important;font-weight:300!important}.us_custom_0f75259b{width:185px!important;height:273px!important;padding-left:30px!important;padding-right:30px!important;background:url(https://impreza.host/wp-content/uploads/2025/02/IMG-Titan-Email-Menu-Header.svg) no-repeat 50% / contain!important}.us_custom_c0111a06{width:185px!important;height:273px!important;padding-left:30px!important;padding-right:30px!important;background:url(https://impreza.host/wp-content/uploads/2023/12/IMG-Test-Size-4k-wider-Google-Workspace-Menu-Header.svg) no-repeat 50% / contain!important}.us_custom_62bfa0dd{position:relative!important;top:35px!important}.us_custom_fa1cd7cd{position:relative!important;top:30px!important}.us_custom_f754785d{margin-left:-60px!important;margin-right:-60px!important;position:relative!important;top:30px!important}.us_custom_b6aea0ed{color:#00bf80!important;font-size:25px!important;line-height:25px!important;letter-spacing:1px!important;font-weight:900!important;text-transform:uppercase!important;margin-left:-40px!important;margin-right:-40px!important}.us_custom_36925bc7{position:absolute!important;right:-40px!important;z-index:5!important}.us_custom_0c0b6db2{position:relative!important;bottom:35px!important}.us_custom_e99ad74e{margin-left:-50px!important;margin-right:-50px!important;padding-top:30px!important;padding-bottom:30px!important;position:relative!important;bottom:50px!important;z-index:3!important;background:url(https://impreza.host/wp-content/uploads/2026/07/Base-Bar-Header-Security-Impreza-Backup.svg) no-repeat 50% / cover!important}.us_custom_25bbfcb5{position:relative!important;left:30px!important}.us_custom_0d150d3b{color:#f8f9fa!important;text-align:center!important;font-size:15px!important;line-height:15px!important;letter-spacing:1px!important;font-weight:700!important;text-shadow:2px 2px 0 #141b1e!important}.us_custom_3d22d07d{color:#f8f9fa!important;text-align:center!important;font-size:15px!important;line-height:15px!important;letter-spacing:1px!important;font-weight:700!important}.us_custom_9fdf48f0{margin-left:-70px!important;margin-right:-70px!important;padding-left:10px!important;padding-right:10px!important;position:static!important;left:7px!important;animation-name:afl!important;animation-delay:0.1s!important}.us_custom_65539711{width:180px!important;height:5px!important;padding-top:110px!important;padding-bottom:170px!important;position:relative!important;bottom:40px!important;background:url(https://impreza.host/wp-content/uploads/2026/07/Base-Square-Header-Security-SSL-Certificates.svg) no-repeat 50% / contain!important}.us_custom_2309f18f{color:#f8f9fa!important;text-align:center!important;font-size:20px!important;line-height:18px!important;letter-spacing:1px!important;font-weight:700!important;position:relative!important;top:105px!important;text-shadow:2px 2px 0 #141b1e!important}.us_custom_d670da95{color:#f8f9fa!important;text-align:center!important;font-size:15px!important;line-height:15px!important;letter-spacing:1px!important;font-weight:700!important;position:relative!important;top:105px!important;text-shadow:2px 2px 0 #141b1e!important}.us_custom_14d71691{width:180px!important;height:5px!important;padding-top:110px!important;padding-bottom:170px!important;position:relative!important;bottom:40px!important;background:url(https://impreza.host/wp-content/uploads/2026/07/Base-Square-Header-Security-Sitelock.svg) no-repeat 50% / contain!important}.us_custom_892202fe{color:#f8f9fa!important;text-align:center!important;font-size:20px!important;line-height:18px!important;letter-spacing:1px!important;font-weight:700!important;position:relative!important;top:95px!important;text-shadow:2px 2px 0 #141b1e!important}.us_custom_88db7905{width:180px!important;height:5px!important;padding-top:110px!important;padding-bottom:170px!important;position:relative!important;bottom:40px!important;background:url(https://impreza.host/wp-content/uploads/2026/07/Base-Square-Header-Security-Impreza-VPN.svg) no-repeat 50% / contain!important}.us_custom_4a0fa1b6{width:180px!important;height:5px!important;padding-top:110px!important;padding-bottom:170px!important;position:relative!important;bottom:40px!important;background:url(https://impreza.host/wp-content/uploads/2026/07/Base-Square-Header-Security-Nord-VPN.svg) no-repeat 50% / contain!important}.us_custom_358fe5a2{color:#ffffff!important;max-width:2000px!important;min-height:850px!important;padding-top:130px!important;padding-bottom:250px!important;background:#7645C5!important}.us_custom_49dc4fad{position:relative!important;z-index:2!important}.us_custom_d9ccabde{font-size:18px!important;line-height:17px!important;letter-spacing:1px!important}.us_custom_ba0eadb2{position:absolute!important;left:800px!important;bottom:-380px!important;z-index:1!important}.us_custom_db9f967a{position:absolute!important;z-index:-1!important}.us_custom_c5e3649c{color:#ffffff!important;max-width:2000px!important;padding-top:90px!important;padding-bottom:90px!important;background:#7644C3!important}.us_custom_77df2e42{color:#fff!important;font-size:25px!important;line-height:20px!important;letter-spacing:1px!important;font-weight:700!important}.us_custom_5401ba4e{color:#ffffff!important;font-size:18px!important;line-height:17px!important;letter-spacing:1px!important;font-weight:300!important;max-width:2000px!important;padding-top:200px!important;padding-bottom:200px!important;background:#111111!important}.us_custom_c7721a02{text-shadow:2px 2px 0 rgba(0,0,0,0.3)!important}.us_custom_751355e4{color:#ffffff!important;max-width:2000px!important;background:#141b1e!important}.us_custom_fadba15f{max-width:2000px!important;padding-top:40px!important;background:#f8f9fa!important}.us_custom_cda0feeb{margin-left:-20px!important;margin-right:-20px!important;padding-top:40px!important;padding-bottom:40px!important;border-radius:0px 10px 0px 10px!important;background:#e3d1ff!important;box-shadow:3px 3px 5px 2px rgba(0,0,0,0.1)!important}.us_custom_f68cb439{max-width:2000px!important;padding-bottom:60px!important;background:#f8f9fa!important}.us_custom_6eef1e9e{animation-name:afb!important;animation-delay:0.1s!important}.us_custom_f70d789f{animation-name:afb!important;animation-delay:0.2s!important}.us_custom_3683a75f{animation-name:afb!important;animation-delay:0.3s!important}.us_custom_1fb8b2dc{animation-name:afb!important;animation-delay:0.4s!important}.us_custom_d1dbb6ab{font-size:18px!important;line-height:17px!important;letter-spacing:1px!important;max-width:2000px!important;padding-top:130px!important;padding-bottom:200px!important;background:#f8f9fa!important}.us_custom_918bf08a{text-align:center!important;font-size:70px!important;line-height:65px!important;font-weight:900!important}.us_custom_c4d05f46{text-align:center!important;font-size:50px!important;line-height:45px!important;font-weight:700!important}.us_custom_057fa878{font-size:17px!important;line-height:16px!important;letter-spacing:1px!important}.us_custom_d54aa10c{color:#363b3f!important;margin-left:-25px!important;margin-right:-25px!important}.us_custom_81a4b7cb{padding-top:60px!important;padding-bottom:150px!important;background:url(https://impreza.host/wp-content/uploads/2025/07/Offshore-Dedicated-Servers-BG-Homepage-Servers-Detail.png) no-repeat 0px 300px / contain,linear-gradient(0deg,#F8F9FA 0%,#ffffff 100%)!important;border:3px solid #397BA9!important;box-shadow:3px 3px 0 0 rgba(0,0,0,0.1)!important}.us_custom_733c00fe{color:#ffffff!important;margin-left:-10px!important;margin-right:-10px!important;border-radius:0px 0px 10px 10px!important;position:absolute!important;left:80px!important;top:-2px!important;right:80px!important;z-index:3!important;background:#397BA9!important;padding:5px 10px 5px 10px!important}.us_custom_9d25a102{position:absolute!important;left:80px!important;bottom:110px!important;right:80px!important;z-index:2!important}.us_custom_90a15ab5{position:absolute!important;left:80px!important;bottom:50px!important;right:80px!important;z-index:2!important}.us_custom_4750aa1b{padding-top:60px!important;padding-bottom:150px!important;background:url(https://impreza.host/wp-content/uploads/2025/07/Dedicated-Servers-BG-Homepage-Servers-Detail.png) no-repeat 0px 300px / contain,linear-gradient(0deg,#F8F9FA 0%,#ffffff 100%)!important;border:3px solid #212529!important;box-shadow:3px 3px 0 0 rgba(0,0,0,0.1)!important}.us_custom_f9a38940{padding-top:60px!important;padding-bottom:150px!important;background:url(https://impreza.host/wp-content/uploads/2025/07/Offshore-VPS-Servers-BG-Homepage-Servers-Detail.png) no-repeat 0px 300px / contain,linear-gradient(0deg,#F8F9FA 0%,#ffffff 100%)!important;border:3px solid #212529!important;box-shadow:3px 3px 0 0 rgba(0,0,0,0.1)!important}.us_custom_a2ebf4ae{position:relative!important;z-index:1!important}.us_custom_922905f6{position:absolute!important;right:230px!important;z-index:2!important}.us_custom_c932c911{position:absolute!important;bottom:-200px!important;right:-350px!important;z-index:2!important}.us_custom_fddc3a83{max-width:2000px!important;padding-top:200px!important;padding-bottom:200px!important;background:#EEEEEE!important}.us_custom_47474b22{animation-name:afr!important}.us_custom_781b506e{position:absolute!important;right:-50px!important;z-index:5!important}.us_custom_3b955a1b{max-width:2000px!important;min-height:1080px!important;padding-top:200px!important;padding-bottom:200px!important;background:#EEEEEE!important}.us_custom_4a593b65{animation-name:aft!important}.us_custom_c94c3dd3{position:absolute!important;bottom:-90px!important;right:-500px!important;z-index:5!important;animation-name:afb!important}.us_custom_28288281{max-width:2000px!important;padding-top:200px!important;padding-bottom:80px!important;background:#303030!important}.us_custom_f3be78a1{color:#ffffff!important;position:relative!important;bottom:50px!important;animation-name:afb!important}.us_custom_4bce3774{text-align:center!important;font-size:17px!important;line-height:16px!important;letter-spacing:1px!important}.us_custom_53f058d0{background-image:none!important;padding-top:130px!important;padding-bottom:130px!important;position:relative!important;top:20px!important;background:repeat left top / auto!important}.us_custom_c6e94d99{color:#ffffff!important;position:relative!important;bottom:70px!important;z-index:2!important}.us_custom_2b6aef13{color:#ffffff!important;position:relative!important;z-index:2!important}.us_custom_6bcafb26{position:relative!important;top:60px!important;z-index:2!important}.us_custom_2429973b{position:absolute!important;bottom:0!important;right:65px!important;z-index:1!important}.us_custom_e6347f6f{background-image:none!important;padding-top:130px!important;padding-bottom:130px!important;background:repeat left top / auto!important}.us_custom_a6e84f77{background-image:none!important;padding-top:130px!important;padding-bottom:130px!important;position:relative!important;top:20px!important;background:repeat left top / auto!important}.us_custom_876fd195{position:relative!important;top:40px!important}.us_custom_4848c221{color:#ffffff!important;text-align:center!important;font-size:25px!important;line-height:20px!important;font-weight:700!important;animation-name:aft!important}.us_custom_fa7655ee{max-width:2000px!important;padding-top:100px!important;padding-bottom:50px!important;background:#171717!important}.us_custom_fe5a9174{color:#ffffff!important;text-align:center!important;font-size:70px!important;line-height:60px!important;letter-spacing:1px!important;font-weight:900!important}.us_custom_e8b94ae0{color:#ffffff!important;text-align:center!important;font-size:17px!important;line-height:16px!important;letter-spacing:1px!important}.us_custom_786149b6{border-radius:0px 30px 0px 30px!important;animation-name:afl!important;padding:50px!important;background:#E6D4FF!important}.us_custom_41da70d0{font-size:17px!important;line-height:16px!important}.us_custom_7a2e7e9f{border-radius:0px 30px 0px 30px!important;animation-name:afr!important;padding:50px!important;background:#ededed!important}.us_custom_a5f08250{color:#ffffff!important;padding-top:100px!important;padding-bottom:100px!important;animation-name:afb!important}.us_custom_c7aa3528{text-align:center!important;font-size:70px!important;line-height:60px!important;letter-spacing:1px!important;font-weight:700!important}.us_custom_f756050d{text-align:center!important;font-size:50px!important;line-height:45px!important;letter-spacing:1px!important;font-weight:700!important}.us_custom_c40a29a9{max-width:2000px!important;padding-top:100px!important;padding-bottom:100px!important}.us_custom_3fbc42fa{color:#ffffff!important;font-size:19px!important;line-height:17px!important;letter-spacing:1px!important;font-weight:300!important;max-width:2000px!important;background:#111111!important}.us_custom_3ab41b39{color:#ffffff!important;text-align:left!important;font-size:30px!important;line-height:30px!important;letter-spacing:1px!important;font-weight:700!important;margin-left:-20px!important;margin-right:-20px!important;position:relative!important;left:10px!important}.us_custom_7c314053{background:no-repeat center / cover!important}.us_custom_a95f2f30{position:relative!important;right:10px!important}.us_custom_518207ea{position:relative!important;right:25%!important}.us_custom_7687cef2{max-width:2000px!important;max-height:25px!important;border-top-width:2px!important;border-color:#00bf80!important;border-top-style:solid!important;background:#1E1E1E!important}.us_custom_6c57d8f9{position:relative!important;bottom:15px!important}.us_custom_5f3cfe69{font-size:18px!important;line-height:18px!important;letter-spacing:1px!important;font-weight:700!important}.us_custom_f82d2530{position:relative!important;left:20px!important}.us_custom_e764aee6{max-width:2000px!important;max-height:20px!important;background:#141b1e!important}.us_custom_32b04063{color:#edf0f2!important;font-size:16px!important;line-height:15px!important;letter-spacing:1px!important;font-weight:500!important}.us_custom_b0e42b1c{color:#edf0f2!important;font-size:15px!important;line-height:14px!important;letter-spacing:1px!important;font-weight:400!important}.us_custom_8d0ed7ed{color:#edf0f2!important;text-align:left!important;font-size:16px!important;line-height:15px!important;letter-spacing:1px!important;font-weight:500!important}.us_custom_66975f75{border-top-width:3px!important;border-color:#00bf80!important;border-top-style:solid!important;background:#141b1e!important}.us_custom_ffafc110{color:#ffffff!important;text-align:left!important;font-size:30px!important;line-height:19px!important;font-weight:700!important}.us_custom_020cd735{color:#ffffff!important;text-align:left!important;font-size:20px!important;line-height:19px!important;font-weight:700!important}.us_custom_af04ac7e{color:#ffffff!important;text-align:left!important;font-size:18px!important;line-height:35px!important;font-weight:400!important}.us_custom_0276b77f{padding-top:10px!important;padding-bottom:10px!important;border-top-width:2px!important;border-bottom-width:2px!important;border-color:#00bf80!important;border-top-style:solid!important;border-bottom-style:solid!important;background:#141b1e!important}.us_custom_8b116ef4{color:#00bf80!important;text-align:center!important;font-size:25px!important;line-height:25px!important;font-weight:800!important}.us_custom_2ebfc8a7{font-size:16px!important;line-height:12px!important;padding-top:15px!important;padding-bottom:15px!important;position:absolute!important;left:0!important;bottom:-22px!important;right:0!important;background:#373d40!important}.us_custom_2751e940{color:#ffffff!important;position:relative!important;left:10px!important}@media (min-width:1025px) and (max-width:1280px){.us_custom_347d4935{color:#00bf80!important;font-size:65px!important;line-height:65px!important;font-weight:700!important}.us_custom_358fe5a2{max-width:2000px!important;min-height:850px!important;padding-top:130px!important;padding-bottom:250px!important}.us_custom_fddc3a83{padding-top:200px!important;padding-bottom:200px!important}.us_custom_53f058d0{background-image:none!important;background:repeat left top / auto!important}.us_custom_e6347f6f{background-image:none!important;background:repeat left top / auto!important}.us_custom_a6e84f77{background-image:none!important;background:repeat left top / auto!important}.us_custom_fe5a9174{color:#ffffff!important;text-align:center!important;font-size:70px!important;line-height:60px!important;letter-spacing:1px!important;font-weight:900!important}.us_custom_5f3cfe69{font-size:18px!important;line-height:18px!important;letter-spacing:1px!important;font-weight:700!important}}@media (min-width:601px) and (max-width:1024px){.us_custom_347d4935{color:#00bf80!important;font-size:45px!important;line-height:45px!important;font-weight:700!important}.us_custom_358fe5a2{max-width:2000px!important;min-height:850px!important}.us_custom_fddc3a83{padding-top:100px!important;padding-bottom:100px!important}.us_custom_53f058d0{background:url(https://impreza.host/wp-content/uploads/2025/05/Titan-Email-BG-Homepage-Phone.png) no-repeat left top / cover!important}.us_custom_e6347f6f{background:url(https://impreza.host/wp-content/uploads/2025/05/Google-Workspace-BG-Homepage-Phone.png) no-repeat left top / cover!important}.us_custom_a6e84f77{background:url(https://impreza.host/wp-content/uploads/2025/05/Open-Xchange-BG-Homepage-Phone.png) no-repeat left top / cover!important}.us_custom_fe5a9174{color:#ffffff!important;text-align:center!important;font-size:50px!important;line-height:45px!important;letter-spacing:1px!important;font-weight:900!important}.us_custom_5f3cfe69{font-size:18px!important;line-height:15px!important;letter-spacing:1px!important;font-weight:700!important;position:relative!important;right:10px!important}}@media (max-width:600px){.us_custom_347d4935{color:#00bf80!important;font-size:45px!important;line-height:45px!important;font-weight:700!important}.us_custom_358fe5a2{max-width:2000px!important}.us_custom_fddc3a83{padding-top:100px!important;padding-bottom:100px!important}.us_custom_53f058d0{background:url(https://impreza.host/wp-content/uploads/2025/05/Titan-Email-BG-Homepage-Phone.png) no-repeat left top / cover!important}.us_custom_e6347f6f{background:url(https://impreza.host/wp-content/uploads/2025/05/Google-Workspace-BG-Homepage-Phone.png) no-repeat left top / cover!important}.us_custom_a6e84f77{background:url(https://impreza.host/wp-content/uploads/2025/05/Open-Xchange-BG-Homepage-Phone.png) no-repeat left top / cover!important}.us_custom_fe5a9174{color:#ffffff!important;text-align:center!important;font-size:50px!important;line-height:45px!important;letter-spacing:1px!important;font-weight:900!important}.us_custom_5f3cfe69{font-size:18px!important;line-height:15px!important;letter-spacing:1px!important;font-weight:700!important;position:relative!important;right:10px!important}}
.img-side-esq{position:absolute;top:50%;left:0;transform:translate(-50%,-50%)}.img-side-dir{position:absolute;top:50%;right:0%;transform:translate(50%,-50%)}.linha{pointer-events:none;margin:0;padding:0}.corpo{margin:0;padding:0;box-sizing:border-box;min-height:100vh;pointer-events:none}.container{position:relative;width:100%;height:150vh;overflow:hidden;pointer-events:none}.container .snow{display:flex;pointer-events:none}.container .snow span{min-width:5px;height:5px;background:#fff;border-radius:50%;box-shadow:-100px 20px 5px #fff,-100px 20px 10px #fff;margin:0 1vw;transform:translateY(-10vh);animation:animateSnow calc(100s / var(--i)) linear infinite;pointer-events:none}@keyframes animateSnow{0%{transform:translateY(-10vh);opacity:1}90%{transform:translateY(134vh);opacity:1}100%{transform:translateY(150vh);opacity:0}}.container .snow span:nth-of-type(even){min-width:8px;height:8px}