.bc-core-burguer--stickynav-menu{
display: none !important;
}
.bc-core-burguer--stickynav-menu-show{
display: flex !important;
}
.bc-stickynav-menu{
width: fit-content;
height: fit-content;
position: fixed; z-index: 9999;
top: 0;
--transition-duration: 0.5s;
--transition-easing: ease;
transition: transform var(--transition-duration) var(--transition-easing), height var(--transition-duration) var(--transition-easing); --transition-duration-responsive: 0.3s;
--transition-delay-responsive: 0s;
--transition-easing-responsive: ease;
}
.bc-stickynav-menu__items-wrapper{
position: relative;
width: 100vw;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
column-gap: 15px;
padding: 25px;
background: #a0e806;
--nav-transition-duration: 0.2s;
--nav-transition-easing: ease;
transition: background var(--nav-transition-duration) var(--nav-transition-easing);
}
.bc-stickynav-menu--scroll-start .bc-stickynav-menu__items-wrapper{
--filter: 0px;
-webkit-backdrop-filter: blur(var(--filter));
backdrop-filter: blur(var(--filter));
}
.bc-stickynav-menu[data-sticky=bc-stickynav-menu--sticky]{
transform: translateY(-100%);
}
.bc-stickynav-menu__items-wrapper--show{ opacity: 1 !important; top: 0 !important; left: 0 !important; pointer-events: all !important;
}
.bc-stickynav-menu__items-wrapper--hide{ display: none;
pointer-events: none;
}
.bricks-draggable-root [data-class=bc-stickynav-menu--responsive-media] .bc-stickynav-menu__items-wrapper{ display: flex;
pointer-events: all;
}html[bc-core-burguer--body-toggled]{
overflow: hidden !important;
}
html[bc-core-burguer--body-toggled] > body > .os-scrollbar-horizontal,
html[bc-core-burguer--body-toggled] > body > .os-scrollbar-vertical{
display: none !important;
}
.bc-core-burguer svg{
overflow: unset !important;
min-width: unset !important;
min-height: unset !important;
}
.bc-core-burguer{
display: flex;
width: fit-content;
height: fit-content;
}
.bc-core-burguer button{
background: unset;
} .bc-burguer-style1, .bc-burguer-style1 *,
.bc-burguer-style1 *::before, .bc-burguer-style1 *::after{
will-change: unset;
}
.bc-burguer-style1 {
all: unset;
cursor: pointer;
display: flex;
--burguer-dimensions: 50px; --burguer-stroke-color: black; --burguer-stroke-width: 2px; --burguer-duration: 600ms; --burguer-easing: ease; --burguer-rounded: round; stroke-linecap: var(--burguer-rounded);
width: var(--burguer-dimensions);
height: var(--burguer-dimensions);
}.bc-burguer-style1:focus-visible{outline: auto;}
.bc-burguer-style1__line--line1 {
fill: none;
stroke: var(--burguer-stroke-color);
transition: stroke-dasharray var(--burguer-duration) var(--burguer-easing),
stroke-dashoffset var(--burguer-duration) var(--burguer-easing);
stroke-dasharray: 60 207;
stroke-width: var(--burguer-stroke-width);
}
.bc-burguer-style1__line--line2 {
fill: none;
stroke: var(--burguer-stroke-color);
transition: stroke-dasharray var(--burguer-duration) var(--burguer-easing),
stroke-dashoffset var(--burguer-duration) var(--burguer-easing);
stroke-dasharray: 60 30;
stroke-width: var(--burguer-stroke-width);
}
.bc-burguer-style1__line--line3 {
fill: none;
stroke: var(--burguer-stroke-color);
transition: stroke-dasharray var(--burguer-duration) var(--burguer-easing),
stroke-dashoffset var(--burguer-duration) var(--burguer-easing);
stroke-dasharray: 60 207;
stroke-width: var(--burguer-stroke-width);
}
.bc-burguer-style1--opened .bc-burguer-style1__line--line1 {
stroke-dasharray: 90 207;
stroke-dashoffset: -134;
stroke-width: var(--burguer-stroke-width);
}
.bc-burguer-style1--opened .bc-burguer-style1__line--line2 {
stroke-dasharray: 1 60;
stroke-dashoffset: -30;
stroke-width: var(--burguer-stroke-width);
}
.bc-burguer-style1--opened .bc-burguer-style1__line--line3 {
stroke-dasharray: 90 207;
stroke-dashoffset: -134;
stroke-width: var(--burguer-stroke-width);
} .bc-burguer-style2, .bc-burguer-style2 *,
.bc-burguer-style2 *::before, .bc-burguer-style2 *::after{
will-change: transform;
}
.bc-burguer-style2 svg{
overflow: unset !important;
min-width: unset !important;
min-height: unset !important;
}
.bc-burguer-style2 {
all: unset;
overflow: hidden;
display: flex;
cursor: pointer;
--burguer-dimensions: 50px; --burguer-stroke-color: black; --burguer-stroke-width: 2px; --burguer-duration: 600ms; --burguer-easing: cubic-bezier(0.4, 0, 0.2, 1); --burguer-rounded: 100px; --burguer-reversed: 1; }.bc-burguer-style2:focus-visible{outline: auto;}
.bc-burguer-style2--reversed{
--burguer-reversed: -1; }
.bc-burguer-style2__wrapper {
width: var(--burguer-dimensions);
height: var(--burguer-dimensions);
display: flex;
flex-direction: column;
justify-content: space-between;
transition: transform var(--burguer-duration) var(--burguer-easing);
}
.bc-burguer-style2__line {
background: var(--burguer-stroke-color);
width: 100%;
height: var(--burguer-stroke-width);
border-radius: var(--burguer-rounded);
}
.bc-burguer-style2__line--half-first {
width: 50%;
background: var(--burguer-stroke-color);
height: var(--burguer-stroke-width);
transition: transform var(--burguer-duration) var(--burguer-easing);
transform-origin: right;
border-radius: var(--burguer-rounded);
}
.bc-burguer-style2--reversed .bc-burguer-style2__line--half-first{
align-self: flex-end;
transform-origin: left;
}
.bc-burguer-style2__line--half-last {
width: 50%;
background: var(--burguer-stroke-color);
height: var(--burguer-stroke-width);
align-self: flex-end;
transition: transform var(--burguer-duration) var(--burguer-easing);
transform-origin: left;
border-radius: var(--burguer-rounded);
}
.bc-burguer-style2--reversed .bc-burguer-style2__line--half-last{
align-self: flex-start;
transform-origin: right;
}
.bc-burguer-style2--opened .bc-burguer-style2__wrapper {
transform: rotate(calc(-45deg * var(--burguer-reversed)));
}
.bc-burguer-style2--opened .bc-burguer-style2__line--half-first {
transform: rotate(calc(-90deg * var(--burguer-reversed))) translateX(calc(var(--burguer-stroke-width)/2*var(--burguer-reversed)));
}
.bc-burguer-style2--opened .bc-burguer-style2__line--half-last {
transform: rotate(calc(-90deg * var(--burguer-reversed))) translateX(calc(var(--burguer-stroke-width)/2*var(--burguer-reversed)*-1));
} .bc-burguer-style3, .bc-burguer-style3 *,
.bc-burguer-style3 *::before, .bc-burguer-style3 *::after{
will-change: transform;
}
.bc-burguer-style3 svg{
overflow: unset !important;
min-width: unset !important;
min-height: unset !important;
}
.bc-burguer-style3 {
all: unset;
cursor: pointer;
display: block;
position: relative;
--burguer-dimensions: 50px; --burguer-stroke-width: 2px;  --burguer-stroke-color: black; --burguer-duration: 200ms; --burguer-easing: cubic-bezier(0.4, 0, 0.2, 1); width: var(--burguer-dimensions);
height: var(--burguer-dimensions);
--burguer-rounded: 100px; }.bc-burguer-style3:focus-visible{outline: auto;}
.bc-burguer-style3__line {
display: block;
width: 100%;
position: relative;
top: 0;
border-radius: var(--burguer-rounded);
height: var(--burguer-stroke-width);
margin: calc(var(--burguer-stroke-width)*3) 0;
background: var(--burguer-stroke-color);
transition: top var(--burguer-duration) var(--burguer-duration), transform var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
}
.bc-burguer-style3--opened .bc-burguer-style3__line {
transition: top var(--burguer-duration), transform var(--burguer-duration) var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
}
.bc-burguer-style3--opened .bc-burguer-style3__line:first-child {
top: calc(var(--burguer-stroke-width)*2);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.bc-burguer-style3--opened .bc-burguer-style3__line:last-child {
top: calc(var(--burguer-stroke-width)*-2);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
} .bc-burguer-style4, .bc-burguer-style4 *,
.bc-burguer-style4 *::before, .bc-burguer-style4 *::after{
will-change: transform;
}
.bc-burguer-style4 svg{
overflow: unset !important;
min-width: unset !important;
min-height: unset !important;
}
.bc-burguer-style4 {
all: unset;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
--burguer-dimensions: 50px; --burguer-stroke-width: 2px; --burguer-stroke-color: black; --burguer-duration: 300ms; --burguer-easing: cubic-bezier(0.23, 1, 0.32, 1); width: var(--burguer-dimensions);
height: var(--burguer-dimensions);
--burguer-rounded: 100px; }.bc-burguer-style4:focus-visible{outline: auto;}
.bc-burguer-style4__line, .bc-burguer-style4__line::before, .bc-burguer-style4__line::after {
display: block;
width: 100%;
height: var(--burguer-stroke-width);
background-color: var(--burguer-stroke-color);
}
.bc-burguer-style4__line {
position: relative;
border-radius: var(--burguer-rounded);
}
.bc-burguer-style4__line::before, .bc-burguer-style4__line::after {
position: absolute;
border-radius: var(--burguer-rounded);
left: 0;
width: 100%;
content: '';
}
.bc-burguer-style4__line::before {
top: calc(var(--burguer-dimensions)/4);
transition: top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing), transform var(--burguer-duration) var(--burguer-easing);
}
.bc-burguer-style4__line::after {
bottom: calc(var(--burguer-dimensions)/4);
transition: bottom var(--burguer-duration) var(--burguer-duration) var(--burguer-easing), transform var(--burguer-duration) var(--burguer-easing);
}
.bc-burguer-style4--opened .bc-burguer-style4__line {
background: rgba(255, 255, 255, 0);
}
.bc-burguer-style4--opened .bc-burguer-style4__line::before {
top: 0;
transition: top var(--burguer-duration) var(--burguer-easing), transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing);
transform: rotate(-45deg);
}
.bc-burguer-style4--opened .bc-burguer-style4__line::after {
bottom: 0;
transition: bottom var(--burguer-duration) var(--burguer-easing), transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing);
transform: rotate(45deg);
} .bc-burguer-style5, .bc-burguer-style5 *,
.bc-burguer-style5 *::before, .bc-burguer-style5 *::after{
will-change: transform;
}
.bc-burguer-style5 svg{
overflow: unset !important;
min-width: unset !important;
min-height: unset !important;
}
.bc-burguer-style5 {
all: unset;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
position: relative;
--burguer-dimensions: 50px; --burguer-stroke-width: 2px; --burguer-stroke-color: black; --burguer-duration: 300ms; --burguer-easing: cubic-bezier(0.23, 1, 0.32, 1); height: var(--burguer-dimensions);
width: var(--burguer-dimensions);
--burguer-rounded: 100px; transition: all var(--burguer-duration);
--burguer-reversed: 1; }.bc-burguer-style5:focus-visible{outline: auto;}
.bc-burguer-style5--reversed{
--burguer-reversed: -1; }
.bc-burguer-style5__line {
height: var(--burguer-stroke-width);
background: var(--burguer-stroke-color);
width: var(--burguer-dimensions);
border-radius: var(--burguer-rounded);
display: inline-block;
position: absolute;
top: 50%;
transition: all var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
}
.bc-burguer-style5__line::before {
content: " ";
position: absolute;
top: calc(var(--burguer-stroke-width)*-1);
display: inline-block;
height: var(--burguer-stroke-width);
background: var(--burguer-stroke-color);
transform: translateY(calc(var(--burguer-dimensions)*-0.1));
width: var(--burguer-dimensions);
border-radius: var(--burguer-rounded);
transition: all var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
}
.bc-burguer-style5--opened .bc-burguer-style5__line {
transform: rotate(calc(45deg * var(--burguer-reversed)));
background: var(--burguer-stroke-color);
}
.bc-burguer-style5--opened .bc-burguer-style5__line::before {
top: unset;
transform: rotate(calc(-90deg * var(--burguer-reversed)));
background: var(--burguer-stroke-color);
}
.bc-burguer-style5--opened:hover .bc-burguer-style5__line::before {
top: unset;
} .bc-burguer-style6, .bc-burguer-style6 *,
.bc-burguer-style6 *::before, .bc-burguer-style6 *::after{
will-change: transform;
}
.bc-burguer-style6 svg{
overflow: unset !important;
min-width: unset !important;
min-height: unset !important;
}
.bc-burguer-style6 {
all: unset;
cursor: pointer;
--burguer-dimensions: 50px; --burguer-stroke-width: 2px; --burguer-stroke-color: black; --burguer-duration: 500ms; --burguer-easing: ease; width: var(--burguer-dimensions);
height: var(--burguer-dimensions);
--burguer-rounded: 100px; transition-duration: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
--burguer-reversed: 1; }.bc-burguer-style6:focus-visible{outline: auto;}
.bc-burguer-style6--reversed{
--burguer-reversed: -1; }
.bc-burguer-style6__icon {
transition-duration: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
position: absolute;
height: var(--burguer-stroke-width);
width: var(--burguer-dimensions);
border-radius: var(--burguer-rounded);
top: calc(var(--burguer-dimensions)/2);
background-color: var(--burguer-stroke-color);
}
.bc-burguer-style6__icon:before {
transition-duration: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
position: absolute;
width: var(--burguer-dimensions);
height: var(--burguer-stroke-width);
border-radius: var(--burguer-rounded);
top: calc(var(--burguer-dimensions)/-3);
background-color: var(--burguer-stroke-color);
content: "";
}
.bc-burguer-style6__icon:after {
transition-duration: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
position: absolute;
width: var(--burguer-dimensions);
height: var(--burguer-stroke-width);
border-radius: var(--burguer-rounded);
top: calc(var(--burguer-dimensions)/3);
background-color: var(--burguer-stroke-color);
content: "";
}
.bc-burguer-style6--opened .bc-burguer-style6__icon {
transition-duration: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
background: transparent;
}
.bc-burguer-style6--opened .bc-burguer-style6__icon:before {
transform: rotateZ(calc(45deg * var(--burguer-reversed))) scaleX(1.25) translate(calc(var(--burguer-dimensions)/4.615 * var(--burguer-reversed)), calc(var(--burguer-dimensions)/4.615));
}
.bc-burguer-style6--opened .bc-burguer-style6__icon:after {
transform: rotateZ(calc(-45deg * var(--burguer-reversed))) scaleX(1.25) translate(calc(var(--burguer-dimensions)/5 * var(--burguer-reversed)), calc(var(--burguer-dimensions)/-5));
} .bc-burguer-style7, .bc-burguer-style7 *,
.bc-burguer-style7 *::before, .bc-burguer-style7 *::after{
will-change: transform;
}
.bc-burguer-style7 svg{
overflow: unset !important;
min-width: unset !important;
min-height: unset !important;
}
.bc-burguer-style7 {
all: unset;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
position: relative;
--burguer-dimensions: 50px; --burguer-stroke-width: 2px; --burguer-stroke-color: black; --burguer-duration: 600ms; --burguer-easing: cubic-bezier(0.23, 1, 0.32, 1); height: var(--burguer-dimensions);
width: var(--burguer-dimensions);
--burguer-rounded: 100px; transition: all var(--burguer-duration);
--burguer-reversed: 1; }.bc-burguer-style7:focus-visible{outline: auto;}
.bc-burguer-style7--reversed{
--burguer-reversed: -1; }
.bc-burguer-style7__line {
height: var(--burguer-stroke-width);
background: var(--burguer-stroke-color);
width: var(--burguer-dimensions);
border-radius: var(--burguer-rounded);
display: inline-block;
position: absolute;
top: 50%;
transition: all var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
}
.bc-burguer-style7__line::before {
content: " ";
position: absolute;
top: calc(var(--burguer-stroke-width)*-1);
display: inline-block;
height: var(--burguer-stroke-width);
background: var(--burguer-stroke-color);
transform: translateY(calc(var(--burguer-dimensions)*-0.1));
width: var(--burguer-dimensions);
border-radius: var(--burguer-rounded);
transition: all var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
}
.bc-burguer-style7--opened .bc-burguer-style7__line {
transform: rotate(calc(45deg * var(--burguer-reversed)));
background: var(--burguer-stroke-color);
}
.bc-burguer-style7--opened .bc-burguer-style7__line::before {
top: unset;
transform: rotate(calc(90deg * var(--burguer-reversed)));
background: var(--burguer-stroke-color);
}
.bc-burguer-style7--opened:hover .bc-burguer-style7__line::before {
top: unset;
} .bc-burguer-style8, .bc-burguer-style8 *,
.bc-burguer-style8 *::before, .bc-burguer-style8 *::after{
will-change: transform;
}
.bc-burguer-style8 svg{
overflow: unset !important;
min-width: unset !important;
min-height: unset !important;
}
.bc-burguer-style8 {
all: unset;
cursor: pointer;
--burguer-dimensions: 50px; --burguer-stroke-width: 2px; --burguer-stroke-color: black; --burguer-duration: 500ms; --burguer-easing: ease; width: var(--burguer-dimensions);
height: var(--burguer-dimensions);
--burguer-rounded: 100px; transition-duration: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
position: relative;
}.bc-burguer-style8:focus-visible{outline: auto;}
.bc-burguer-style8__left-icon {
height: var(--burguer-stroke-width);
width: calc(var(--burguer-dimensions)/2);
top: calc(var(--burguer-dimensions)/2);
border-top-left-radius: var(--burguer-rounded);
border-bottom-left-radius: var(--burguer-rounded);
transition-duration: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
position: absolute;
background-color: var(--burguer-stroke-color);
}
.bc-burguer-style8__left-icon:before {
width: calc(var(--burguer-dimensions)/2);
height: var(--burguer-stroke-width);
top: calc(var(--burguer-dimensions)/-3);
border-top-left-radius: var(--burguer-rounded);
border-bottom-left-radius: var(--burguer-rounded);
transition-duration: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
position: absolute;
background-color: var(--burguer-stroke-color);
content: "";
}
.bc-burguer-style8__left-icon:after {
width: calc(var(--burguer-dimensions)/2);
height: var(--burguer-stroke-width);
top: calc(var(--burguer-dimensions)/3);
border-top-left-radius: var(--burguer-rounded);
border-bottom-left-radius: var(--burguer-rounded);
transition-duration: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
position: absolute;
background-color: var(--burguer-stroke-color);
content: "";
}
.bc-burguer-style8__left-icon:hover {
cursor: pointer;
}
.bc-burguer-style8__right-icon {
height: var(--burguer-stroke-width);
width: calc(var(--burguer-dimensions)/2);
top: calc(var(--burguer-dimensions)/2);
left: calc(var(--burguer-dimensions)/2);
border-top-right-radius: var(--burguer-rounded);
border-bottom-right-radius: var(--burguer-rounded);
transition-duration: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
position: absolute;
background-color: var(--burguer-stroke-color);
}
.bc-burguer-style8__right-icon:before {
width: calc(var(--burguer-dimensions)/2);
height: var(--burguer-stroke-width);
top: calc(var(--burguer-dimensions)/-3);
border-top-right-radius: var(--burguer-rounded);
border-bottom-right-radius: var(--burguer-rounded);
transition-duration: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
position: absolute;
background-color: var(--burguer-stroke-color);
content: "";
}
.bc-burguer-style8__right-icon:after {
width: calc(var(--burguer-dimensions)/2);
height: var(--burguer-stroke-width);
top: calc(var(--burguer-dimensions)/3);;
border-top-right-radius: var(--burguer-rounded);
border-bottom-right-radius: var(--burguer-rounded);
transition-duration: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
position: absolute;
background-color: var(--burguer-stroke-color);
content: "";
}
.bc-burguer-style8--opened .bc-burguer-style8__left-icon {
transition-duration: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
background: transparent;
}
.bc-burguer-style8--opened .bc-burguer-style8__left-icon:before {
transform: rotateZ(45deg) scaleX(1.4) translate(calc(var(--burguer-dimensions)/15), calc(var(--burguer-dimensions)/15));
}
.bc-burguer-style8--opened .bc-burguer-style8__left-icon:after {
transform: rotateZ(-45deg) scaleX(1.4) translate(calc(var(--burguer-dimensions)/15), calc(var(--burguer-dimensions)/-15));
}
.bc-burguer-style8--opened .bc-burguer-style8__right-icon {
transition-duration: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
background: transparent;
}
.bc-burguer-style8--opened .bc-burguer-style8__right-icon:before {
transform: rotateZ(-45deg) scaleX(1.4) translate(calc(var(--burguer-dimensions)/-15), calc(var(--burguer-dimensions)/15));
}
.bc-burguer-style8--opened .bc-burguer-style8__right-icon:after {
transform: rotateZ(45deg) scaleX(1.4) translate(calc(var(--burguer-dimensions)/-15), calc(var(--burguer-dimensions)/-15));
} .bc-burguer-style9, .bc-burguer-style9 *,
.bc-burguer-style9 *::before, .bc-burguer-style9 *::after{
will-change: transform;
}
.bc-burguer-style9 svg{
overflow: unset !important;
min-width: unset !important;
min-height: unset !important;
}
.bc-burguer-style9 {
all: unset;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
--burguer-dimensions: 50px; --burguer-stroke-width: 2px; --burguer-stroke-color: black; --burguer-duration: 300ms; --burguer-easing: cubic-bezier(0.23, 1, 0.32, 1); width: var(--burguer-dimensions);
height: var(--burguer-dimensions);
--burguer-rounded: 100px; }.bc-burguer-style9:focus-visible{outline: auto;}
.bc-burguer-style9__line, .bc-burguer-style9__line::before, .bc-burguer-style9__line::after {
display: block;
width: 100%;
height: var(--burguer-stroke-width);
background-color: var(--burguer-stroke-color);
border-radius: var(--burguer-rounded);
}
.bc-burguer-style9__line {
position: relative;
}
.bc-burguer-style9__line::before, .bc-burguer-style9__line::after {
position: absolute;
left: 0;
width: 100%;
content: '';
}
.bc-burguer-style9__line::before {
top: calc(var(--burguer-dimensions)/4);
transition: top var(--burguer-duration) var(--burguer-easing);
}
.bc-burguer-style9__line::after {
bottom: calc(var(--burguer-dimensions)/4);
transition: bottom var(--burguer-duration) var(--burguer-easing);
}
.bc-burguer-style9--opened .bc-burguer-style9__line {
background: rgba(255, 255, 255, 0);
}
.bc-burguer-style9--opened .bc-burguer-style9__line::before {
top: 0;
transition: top var(--burguer-duration) var(--burguer-easing);
}
.bc-burguer-style9--opened .bc-burguer-style9__line::after {
bottom: 0;
transition: bottom var(--burguer-duration) var(--burguer-easing);
} .bc-burguer-style10, .bc-burguer-style10 *,
.bc-burguer-style10 *::before, .bc-burguer-style10 *::after{
will-change: transform;
}
.bc-burguer-style10 svg{
overflow: unset !important;
min-width: unset !important;
min-height: unset !important;
}
.bc-burguer-style10{
all: unset;
cursor: pointer;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
--burguer-dimensions: 50px; --burguer-rotate: calc(var(--burguer-dimensions) * -0.30);
--burguer-stroke-width: 2px; --burguer-stroke-color: black; --burguer-duration: 600ms; --burguer-easing: ease; width: calc(var(--burguer-dimensions));
height: calc(var(--burguer-dimensions));
--burguer-rounded: 100px; transition: var(--burguer-duration) var(--burguer-easing);
--burguer-reversed: 1; }.bc-burguer-style10:focus-visible{outline: auto;}
.bc-burguer-style10--reversed{
--burguer-reversed: -1; }
.bc-burguer-style10__first-line{
width: 100%;
height: var(--burguer-stroke-width);
border-radius: var(--burguer-rounded);
background: var(--burguer-stroke-color);
transition: var(--burguer-duration) var(--burguer-easing);
}
.bc-burguer-style10__second-line{
width: 100%;
height: var(--burguer-stroke-width);
border-radius: var(--burguer-rounded);
margin-top: 30%;
background: var(--burguer-stroke-color);
transition: var(--burguer-duration) var(--burguer-easing);
}
.bc-burguer-style10--opened{
transform: rotateZ(180deg)
}
.bc-burguer-style10--opened .bc-burguer-style10__first-line{
background: var(--burguer-stroke-color);
transform: translate(0, 100%) rotateZ(calc(45deg * var(--burguer-reversed)));
}
.bc-burguer-style10--opened .bc-burguer-style10__second-line{
background: var(--burguer-stroke-color);
width: 100%;
transform:  translateY(var(--burguer-rotate)) rotateZ(calc(-45deg * var(--burguer-reversed)));
} .hamburger {
cursor: pointer;
background-color: transparent;
--burguer-dimensions: 50px;
--burguer-stroke-color: black; --burguer-duration: 600ms; --burguer-easing: ease;  --hamburger-layer-spacing: 6px;
--hamburger-layer-height: 4px;
--hamburger-border-radius: 4px;
}
.hamburger-box {
display: inline-block;
position: relative;
width: var(--burguer-dimensions); height: calc(var(--hamburger-layer-spacing) * 3 + var(--hamburger-layer-height) * 2);
}
.hamburger-inner {
display: block;
top: 50%;
margin-top: calc(var(--hamburger-layer-height) / -2);
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
width: var(--burguer-dimensions); height: var(--hamburger-layer-height); background-color: var(--burguer-stroke-color); border-radius: var(--hamburger-border-radius); position: absolute;
transition-property: transform;
transition-duration: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
}
.hamburger-inner::before, .hamburger-inner::after {
content: "";
display: block; 
}
.hamburger-inner::before {
top: calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height)) * -1); 
}
.hamburger-inner::after {
bottom: calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height)) * -1);  
} .hamburger--slider .hamburger-inner {
top: calc(var(--hamburger-layer-height) / 2); 
}
.hamburger--slider .hamburger-inner::before {
top: calc(var(--hamburger-layer-spacing) + var(--hamburger-layer-height)); 
transition-property: transform, opacity;
transition-duration: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
}
.hamburger--slider .hamburger-inner::after {
top: calc(var(--hamburger-layer-spacing) * 2 + var(--hamburger-layer-height) * 2);
}
.hamburger--slider--opened .hamburger-inner {
transform: translate3d(0, calc(var(--hamburger-layer-spacing) + var(--hamburger-layer-height)), 0) rotate(45deg);
}
.hamburger--slider--opened .hamburger-inner::before {
transform: rotate(-45deg) translate3d(calc(var(--burguer-dimensions) / -7), calc(var(--hamburger-layer-spacing) / -1), 0);
opacity: 0;
}
.hamburger--slider--opened .hamburger-inner::after {
transform: translate3d(0, calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height)) * -2), 0) rotate(-90deg);
} .hamburger--slider-r .hamburger-inner {
top: calc(var(--hamburger-layer-height) / 2); 
}
.hamburger--slider-r .hamburger-inner::before {
top: calc(var(--hamburger-layer-spacing) + var(--hamburger-layer-height)); 
transition-property: transform, opacity;
transition-duration: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
}
.hamburger--slider-r .hamburger-inner::after {
top: calc(var(--hamburger-layer-spacing) * 2 + var(--hamburger-layer-height) * 2);
}
.hamburger--slider-r--opened .hamburger-inner {
transform: translate3d(0, calc(var(--hamburger-layer-spacing) + var(--hamburger-layer-height)), 0) rotate(-45deg);
}
.hamburger--slider-r--opened .hamburger-inner::before {
transform: rotate(45deg) translate3d(calc(var(--burguer-dimensions) / 7), calc(var(--hamburger-layer-spacing) / -1), 0);
opacity: 0;
}
.hamburger--slider-r--opened .hamburger-inner::after {
transform: translate3d(0, calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height)) * -2), 0) rotate(90deg);
} .hamburger--3dx .hamburger-box {
perspective: calc(var(--burguer-dimensions) * 2);
}
.hamburger--3dx .hamburger-inner {
transition: transform var(--burguer-duration) var(--burguer-easing), background-color 0s calc(var(--burguer-duration) / 1.75) var(--burguer-easing);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
transition: transform 0s calc(var(--burguer-duration) / 1.75) var(--burguer-easing);
}
.hamburger--3dx--opened .hamburger-inner {
background-color: transparent !important;
transform: rotateY(180deg);
}
.hamburger--3dx--opened .hamburger-inner::before {
transform: translate3d(0, calc(var(--hamburger-layer-spacing) + var(--hamburger-layer-height)), 0) rotate(45deg);
}
.hamburger--3dx--opened .hamburger-inner::after {
transform: translate3d(0, calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height)) * -1), 0) rotate(-45deg);
} .hamburger--3dx-r .hamburger-box {
perspective: calc(var(--burguer-dimensions) * 2);
}
.hamburger--3dx-r .hamburger-inner {
transition: transform var(--burguer-duration) var(--burguer-easing), background-color 0s calc(var(--burguer-duration) / 1.75) var(--burguer-easing);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
transition: transform 0s calc(var(--burguer-duration) / 1.75) var(--burguer-easing);
}
.hamburger--3dx-r--opened .hamburger-inner {
background-color: transparent !important;
transform: rotateY(-180deg);
}
.hamburger--3dx-r--opened .hamburger-inner::after {
transform: translate3d(0, calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height)) * -1), 0) rotate(-45deg);
} .hamburger--3dy .hamburger-box {
perspective: calc(var(--burguer-dimensions) * 2);
}
.hamburger--3dy .hamburger-inner {
transition: transform var(--burguer-duration) var(--burguer-easing), background-color 0s calc(var(--burguer-duration) / 1.75) var(--burguer-easing);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
transition: transform 0s calc(var(--burguer-duration) / 1.75) var(--burguer-easing);
}
.hamburger--3dy--opened .hamburger-inner {
background-color: transparent !important;
transform: rotateX(-180deg);
}
.hamburger--3dy--opened .hamburger-inner::before {
transform: translate3d(0, calc(var(--hamburger-layer-spacing) + var(--hamburger-layer-height)), 0) rotate(45deg);
}
.hamburger--3dy--opened .hamburger-inner::after {
transform: translate3d(0, calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height)) * -1), 0) rotate(-45deg);
} .hamburger--3dy-r .hamburger-box {
perspective: calc(var(--burguer-dimensions) * 2);
}
.hamburger--3dy-r .hamburger-inner {
transition: transform var(--burguer-duration) var(--burguer-easing), background-color 0s calc(var(--burguer-duration) / 1.75) var(--burguer-easing);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
transition: transform 0s calc(var(--burguer-duration) / 1.75) var(--burguer-easing);
}
.hamburger--3dy-r--opened .hamburger-inner {
background-color: transparent !important;
transform: rotateX(180deg);
}
.hamburger--3dy-r--opened .hamburger-inner::before {
transform: translate3d(0, calc(var(--hamburger-layer-spacing) + var(--hamburger-layer-height)), 0) rotate(45deg);
}
.hamburger--3dy-r--opened .hamburger-inner::after {
transform: translate3d(0, calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height)) * -1), 0) rotate(-45deg);
} .hamburger--3dxy .hamburger-box {
perspective: calc(var(--burguer-dimensions) * 2);
}
.hamburger--3dxy .hamburger-inner {
transition: transform var(--burguer-duration) var(--burguer-easing), background-color 0s calc(var(--burguer-duration) / 1.75) var(--burguer-easing);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
transition: transform 0s calc(var(--burguer-duration) / 1.75) var(--burguer-easing);
}
.hamburger--3dxy--opened .hamburger-inner {
background-color: transparent !important;
transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy--opened .hamburger-inner::before {
transform: translate3d(0, calc(var(--hamburger-layer-spacing) + var(--hamburger-layer-height)), 0) rotate(45deg);
}
.hamburger--3dxy--opened .hamburger-inner::after {
transform: translate3d(0, calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height)) * -1), 0) rotate(-45deg);
} .hamburger--3dxy-r .hamburger-box {
perspective: calc(var(--burguer-dimensions) * 2);
}
.hamburger--3dxy-r .hamburger-inner {
transition: transform var(--burguer-duration) var(--burguer-easing), background-color 0s calc(var(--burguer-duration) / 1.75) var(--burguer-easing);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
transition: transform 0s calc(var(--burguer-duration) / 1.75) var(--burguer-easing);
}
.hamburger--3dxy-r--opened .hamburger-inner {
background-color: transparent !important;
transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r--opened .hamburger-inner::before {
transform: translate3d(0, calc(var(--hamburger-layer-spacing) + var(--hamburger-layer-height)), 0) rotate(45deg);
}
.hamburger--3dxy-r--opened .hamburger-inner::after {
transform: translate3d(0, calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height)) * -1), 0) rotate(-45deg);
} .hamburger--arrow--opened .hamburger-inner::before {
transform: translate3d(calc(var(--burguer-dimensions) * -0.2), 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow--opened .hamburger-inner::after {
transform: translate3d(calc(var(--burguer-dimensions) * -0.2), 0, 0) rotate(45deg) scale(0.7, 1);
} .hamburger--arrow-r--opened .hamburger-inner::before {
transform: translate3d(calc(var(--burguer-dimensions) * 0.2), 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r--opened .hamburger-inner::after {
transform: translate3d(calc(var(--burguer-dimensions) * 0.2), 0, 0) rotate(-45deg) scale(0.7, 1);
} .hamburger--arrowalt .hamburger-inner::before {
transition: top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing), transform var(--burguer-duration) var(--burguer-easing);
}
.hamburger--arrowalt .hamburger-inner::after {
transition: bottom var(--burguer-duration) var(--burguer-duration) var(--burguer-easing), transform var(--burguer-duration) var(--burguer-easing);
}
.hamburger--arrowalt--opened .hamburger-inner::before {
top: 0;
transform: translate3d(calc(var(--burguer-dimensions) * -0.2), calc(var(--burguer-dimensions) * -0.25), 0) rotate(-45deg) scale(0.7, 1);
transition: top var(--burguer-duration) var(--burguer-easing), transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing);
}
.hamburger--arrowalt--opened .hamburger-inner::after {
bottom: 0;
transform: translate3d(calc(var(--burguer-dimensions) * -0.2), calc(var(--burguer-dimensions) * 0.25), 0) rotate(45deg) scale(0.7, 1);
transition: bottom var(--burguer-duration) var(--burguer-easing), transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing);
} .hamburger--arrowalt-r .hamburger-inner::before {
transition: top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing), transform var(--burguer-duration) var(--burguer-easing);
}
.hamburger--arrowalt-r .hamburger-inner::after {
transition: bottom var(--burguer-duration) var(--burguer-duration) var(--burguer-easing), transform var(--burguer-duration) var(--burguer-easing);
}
.hamburger--arrowalt-r--opened .hamburger-inner::before {
top: 0;
transform: translate3d(calc(var(--burguer-dimensions) * 0.2), calc(var(--burguer-dimensions) * -0.25) 0) rotate(45deg) scale(0.7, 1);
transition: top var(--burguer-duration) var(--burguer-easing), transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing);
}
.hamburger--arrowalt-r--opened .hamburger-inner::after {
bottom: 0;
transform: translate3d(calc(var(--burguer-dimensions) * 0.2), calc(var(--burguer-dimensions) * 0.25) 0) rotate(-45deg) scale(0.7, 1);
transition: bottom var(--burguer-duration) var(--burguer-easing), transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing);
} .hamburger--arrowturn--opened .hamburger-inner {
transform: rotate(-180deg);
}
.hamburger--arrowturn--opened .hamburger-inner::before {
transform: translate3d(calc(var(--burguer-dimensions) * 0.2), 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn--opened .hamburger-inner::after {
transform: translate3d(calc(var(--burguer-dimensions) * 0.2), 0, 0) rotate(-45deg) scale(0.7, 1);
} .hamburger--arrowturn-r--opened .hamburger-inner {
transform: rotate(-180deg);
}
.hamburger--arrowturn-r--opened .hamburger-inner::before {
transform: translate3d(calc(var(--burguer-dimensions) * -0.2), 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r--opened .hamburger-inner::after {
transform: translate3d(calc(var(--burguer-dimensions) * -0.2), 0, 0) rotate(45deg) scale(0.7, 1);
} .hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
transition-property: none;
}
.hamburger--boring--opened .hamburger-inner {
transform: rotate(45deg);
}
.hamburger--boring--opened .hamburger-inner::before {
top: 0;
opacity: 0;
}
.hamburger--boring--opened .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
} .hamburger--collapse .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: calc(var(--burguer-duration) * 0.65);
transition-delay: calc(var(--burguer-duration) * 0.65);
transition-timing-function: var(--burguer-easing);
}
.hamburger--collapse .hamburger-inner::after {
top: calc((var(--hamburger-layer-spacing) * 2 + var(--hamburger-layer-height) * 2) * -1);
transition: top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing), opacity calc(var(--burguer-duration) * 0.5) var(--burguer-easing);
}
.hamburger--collapse .hamburger-inner::before {
transition: top calc(var(--burguer-duration) * 0.6) var(--burguer-duration) var(--burguer-easing), transform calc(var(--burguer-duration) * 0.65) var(--burguer-easing);
}
.hamburger--collapse--opened .hamburger-inner {
transform: translate3d(0, calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height)) * -1), 0) rotate(-45deg);
transition-delay: calc(var(--burguer-duration) * 1.1);
transition-timing-function: var(--burguer-easing);
}
.hamburger--collapse--opened .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top var(--burguer-duration) var(--burguer-easing), opacity calc(var(--burguer-duration) * 0.5) calc(var(--burguer-duration) * 1.1) var(--burguer-easing);
}
.hamburger--collapse--opened .hamburger-inner::before {
top: 0;
transform: rotate(-90deg);
transition: top calc(var(--burguer-duration) * 0.5) calc(var(--burguer-duration) * 0.8) var(--burguer-easing), transform calc(var(--burguer-duration) * 0.65) calc(var(--burguer-duration) * 1.25) var(--burguer-easing);
} .hamburger--collapse-r .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: calc(var(--burguer-duration) * 0.65);
transition-delay: calc(var(--burguer-duration) * 0.65);
transition-timing-function: var(--burguer-easing);
}
.hamburger--collapse-r .hamburger-inner::after {
top: calc((var(--hamburger-layer-spacing) * 2 + var(--hamburger-layer-height) * 2) * -1);
transition: top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing), opacity calc(var(--burguer-duration) * 0.5) var(--burguer-easing);
}
.hamburger--collapse-r .hamburger-inner::before {
transition: top calc(var(--burguer-duration) * 0.6) var(--burguer-duration) var(--burguer-easing), transform calc(var(--burguer-duration) * 0.65) var(--burguer-easing);
}
.hamburger--collapse-r--opened .hamburger-inner {
transform: translate3d(0, calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height)) * -1), 0) rotate(45deg);
transition-delay: calc(var(--burguer-duration) * 1.1);
transition-timing-function: var(--burguer-easing);
}
.hamburger--collapse-r--opened .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top var(--burguer-duration) var(--burguer-easing), opacity calc(var(--burguer-duration) * 0.5) calc(var(--burguer-duration) * 1.1) var(--burguer-easing);
}
.hamburger--collapse-r--opened .hamburger-inner::before {
top: 0;
transform: rotate(90deg);
transition: top calc(var(--burguer-duration) * 0.5) calc(var(--burguer-duration) * 0.8) var(--burguer-easing), transform calc(var(--burguer-duration) * 0.65) calc(var(--burguer-duration) * 1.25) var(--burguer-easing);
} .hamburger--elastic .hamburger-inner {
top: calc(var(--hamburger-layer-height) / 2);
transition-duration: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
}
.hamburger--elastic .hamburger-inner::before {
top: calc(var(--hamburger-layer-height) + var(--hamburger-layer-spacing));
transition: opacity calc(var(--burguer-duration) * 0.45) var(--burguer-duration) var(--burguer-easing);
}
.hamburger--elastic .hamburger-inner::after {
top: calc(var(--hamburger-layer-height) * 2 + var(--hamburger-layer-spacing) * 2);
transition: transform var(--burguer-duration) var(--burguer-easing);
}
.hamburger--elastic--opened .hamburger-inner {
transform: translate3d(0, calc(var(--hamburger-layer-height) + var(--hamburger-layer-spacing)), 0) rotate(135deg);
transition-delay: calc(var(--burguer-duration) * 0.3);
}
.hamburger--elastic--opened .hamburger-inner::before {
transition-delay: 0s;
opacity: 0;
}
.hamburger--elastic--opened .hamburger-inner::after {
transform: translate3d(0, calc((var(--hamburger-layer-height) + var(--hamburger-layer-spacing)) * -2), 0) rotate(-270deg);
transition-delay: calc(var(--burguer-duration) * 0.3);
} .hamburger--elastic-r .hamburger-inner {
top: calc(var(--hamburger-layer-height) / 2);
transition-duration: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
}
.hamburger--elastic-r .hamburger-inner::before {
top: calc(var(--hamburger-layer-height) + var(--hamburger-layer-spacing));
transition: opacity calc(var(--burguer-duration) * 0.45) var(--burguer-duration) var(--burguer-easing);
}
.hamburger--elastic-r .hamburger-inner::after {
top: calc(var(--hamburger-layer-height) * 2 + var(--hamburger-layer-spacing) * 2);
transition: transform var(--burguer-duration) var(--burguer-easing);
}
.hamburger--elastic-r--opened .hamburger-inner {
transform: translate3d(0, calc(var(--hamburger-layer-height) + var(--hamburger-layer-spacing)), 0) rotate(-135deg);
transition-delay: calc(var(--burguer-duration) * 0.3);
}
.hamburger--elastic-r--opened .hamburger-inner::before {
transition-delay: 0s;
opacity: 0;
}
.hamburger--elastic-r--opened .hamburger-inner::after {
transform: translate3d(0, calc((var(--hamburger-layer-height) + var(--hamburger-layer-spacing)) * -2), 0) rotate(270deg);
transition-delay: calc(var(--burguer-duration) * 0.3);
} .hamburger--emphatic .hamburger-inner {
transition: background-color calc(var(--burguer-duration) * 0.7) var(--burguer-duration) var(--burguer-easing);
}
.hamburger--emphatic .hamburger-inner::before {
left: 0;
transition: transform calc(var(--burguer-duration) * 0.7) var(--burguer-easing), top calc(var(--burguer-duration) * 0.3) calc(var(--burguer-duration) * 0.7) var(--burguer-easing), left calc(var(--burguer-duration) * 0.7) var(--burguer-duration) var(--burguer-easing);
}
.hamburger--emphatic .hamburger-inner::after {
top: calc(var(--hamburger-layer-height) + var(--hamburger-layer-spacing));
right: 0;
transition: transform calc(var(--burguer-duration) * 0.7) var(--burguer-easing), top calc(var(--burguer-duration) * 0.3) calc(var(--burguer-duration) * 0.7) var(--burguer-easing), right calc(var(--burguer-duration) * 0.7) var(--burguer-duration) var(--burguer-easing);
}
.hamburger--emphatic--opened .hamburger-inner {
transition-delay: 0s;
transition-timing-function: var(--burguer-easing);
background-color: transparent !important;
}
.hamburger--emphatic--opened .hamburger-inner::before {
left: calc(var(--burguer-dimensions) * -2);
top: calc(var(--burguer-dimensions) * -2);
transform: translate3d(calc(var(--burguer-dimensions) * 2), calc(var(--burguer-dimensions) * 2), 0) rotate(45deg);
transition: transform calc(var(--burguer-duration) * 0.7) var(--burguer-easing), top calc(var(--burguer-duration) * 0.3) calc(var(--burguer-duration) * 0.7) var(--burguer-easing), left calc(var(--burguer-duration) * 0.7) var(--burguer-duration) var(--burguer-easing);
}
.hamburger--emphatic--opened .hamburger-inner::after {
right: calc(var(--burguer-dimensions) * -2);
top: calc(var(--burguer-dimensions) * -2);
transform: translate3d(calc(var(--burguer-dimensions) * -2), calc(var(--burguer-dimensions) * 2), 0) rotate(-45deg);
transition: transform calc(var(--burguer-duration) * 0.7) var(--burguer-easing), top calc(var(--burguer-duration) * 0.3) calc(var(--burguer-duration) * 0.7) var(--burguer-easing), right calc(var(--burguer-duration) * 0.7) var(--burguer-duration) var(--burguer-easing);
} .hamburger--emphatic-r .hamburger-inner {
transition: background-color var(--burguer-duration) var(--burguer-duration) var(--burguer-easing);
}
.hamburger--emphatic-r .hamburger-inner::before {
left: 0;
transition: transform calc(var(--burguer-duration) * 0.7) var(--burguer-easing), top calc(var(--burguer-duration) * 0.3) calc(var(--burguer-duration) * 0.7) var(--burguer-easing), left calc(var(--burguer-duration) * 0.7) var(--burguer-duration) var(--burguer-easing);
}
.hamburger--emphatic-r .hamburger-inner::after {
top: calc(var(--hamburger-layer-height) + var(--hamburger-layer-spacing));
right: 0;
transition: transform calc(var(--burguer-duration) * 0.7) var(--burguer-easing), top calc(var(--burguer-duration) * 0.3) calc(var(--burguer-duration) * 0.7) var(--burguer-easing), right calc(var(--burguer-duration) * 0.7) var(--burguer-duration) var(--burguer-easing);
}
.hamburger--emphatic-r--opened .hamburger-inner {
transition-delay: 0s;
transition-timing-function: var(--burguer-easing);
background-color: transparent !important;
}
.hamburger--emphatic-r--opened .hamburger-inner::before {
left: calc(var(--burguer-dimensions) * -2);
top: calc(var(--burguer-dimensions) * 2);
transform: translate3d(calc(var(--burguer-dimensions) * 2), calc(var(--burguer-dimensions) * -2), 0) rotate(-45deg);
transition: transform calc(var(--burguer-duration) * 0.7) var(--burguer-easing), top calc(var(--burguer-duration) * 0.3) calc(var(--burguer-duration) * 0.7) var(--burguer-easing), left calc(var(--burguer-duration) * 0.7) var(--burguer-duration) var(--burguer-easing);
}
.hamburger--emphatic-r--opened .hamburger-inner::after {
right: calc(var(--burguer-dimensions) * -2);
top: calc(var(--burguer-dimensions) * 2);
transform: translate3d(calc(var(--burguer-dimensions) * -2), calc(var(--burguer-dimensions) * -2), 0) rotate(45deg);
transition: transform calc(var(--burguer-duration) * 0.7) var(--burguer-easing), top calc(var(--burguer-duration) * 0.3) calc(var(--burguer-duration) * 0.7) var(--burguer-easing), right calc(var(--burguer-duration) * 0.7) var(--burguer-duration) var(--burguer-easing);
} .hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
transition: bottom var(--burguer-duration) 0s var(--burguer-easing), top var(--burguer-duration) 0s var(--burguer-easing), opacity 0s var(--burguer-easing);
}
.hamburger--minus--opened .hamburger-inner::before, .hamburger--minus--opened .hamburger-inner::after {
opacity: 0;
transition: bottom var(--burguer-duration) var(--burguer-easing), top var(--burguer-duration) var(--burguer-easing), opacity 0s var(--burguer-duration) var(--burguer-easing);
}
.hamburger--minus--opened .hamburger-inner::before {
top: 0;
}
.hamburger--minus--opened .hamburger-inner::after {
bottom: 0;
} .hamburger--spin .hamburger-inner {
transition-duration: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
}
.hamburger--spin .hamburger-inner::before {
transition: top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing), opacity var(--burguer-duration) var(--burguer-easing);
}
.hamburger--spin .hamburger-inner::after {
transition: bottom var(--burguer-duration) var(--burguer-duration) var(--burguer-easing), transform var(--burguer-duration) var(--burguer-easing);
}
.hamburger--spin--opened .hamburger-inner {
transform: rotate(225deg);
transition-delay: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
}
.hamburger--spin--opened .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top var(--burguer-duration) var(--burguer-easing), opacity var(--burguer-duration) var(--burguer-duration) var(--burguer-easing);
}
.hamburger--spin--opened .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
transition: bottom var(--burguer-duration) var(--burguer-easing), transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing);
} .hamburger--spin-r .hamburger-inner {
transition-duration: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
}
.hamburger--spin-r .hamburger-inner::before {
transition: top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing), opacity var(--burguer-duration) var(--burguer-easing);
}
.hamburger--spin-r .hamburger-inner::after {
transition: bottom var(--burguer-duration) var(--burguer-duration) var(--burguer-easing), transform var(--burguer-duration) var(--burguer-easing);
}
.hamburger--spin-r--opened .hamburger-inner {
transform: rotate(-225deg);
transition-delay: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
}
.hamburger--spin-r--opened .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top var(--burguer-duration) var(--burguer-easing), opacity var(--burguer-duration) var(--burguer-duration) var(--burguer-easing);
}
.hamburger--spin-r--opened .hamburger-inner::after {
bottom: 0;
transform: rotate(90deg);
transition: bottom var(--burguer-duration) var(--burguer-easing), transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing);
} .hamburger--spring .hamburger-inner {
top: calc(var(--hamburger-layer-height) / 2);
transition: background-color 0s var(--burguer-duration) var(--burguer-easing);
}
.hamburger--spring .hamburger-inner::before {
top: calc(var(--hamburger-layer-height) + var(--hamburger-layer-spacing)); 
transition: top calc(var(--burguer-duration) / 2) var(--burguer-duration) var(--burguer-easing), transform calc(var(--burguer-duration) / 2) var(--burguer-easing);
}
.hamburger--spring .hamburger-inner::after {
top: calc(var(--hamburger-layer-height) * 2 + var(--hamburger-layer-spacing) * 2);
transition: top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing), transform calc(var(--burguer-duration) / 2) var(--burguer-easing);
}
.hamburger--spring--opened .hamburger-inner {
transition-delay: var(--burguer-duration);
background-color: transparent !important;
}
.hamburger--spring--opened .hamburger-inner::before {
top: 0;
transition: top calc(var(--burguer-duration) / 2) var(--burguer-duration) var(--burguer-easing), transform calc(var(--burguer-duration) / 2) var(--burguer-duration) var(--burguer-easing);
transform: translate3d(0, calc(var(--hamburger-layer-height) + var(--hamburger-layer-spacing)), 0) rotate(45deg);
}
.hamburger--spring--opened .hamburger-inner::after {
top: 0;
transition: top var(--burguer-duration) var(--burguer-easing), transform calc(var(--burguer-duration) / 2) var(--burguer-duration) var(--burguer-easing);
transform: translate3d(0, calc(var(--hamburger-layer-height) + var(--hamburger-layer-spacing)), 0) rotate(-45deg);
} .hamburger--spring-r .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: var(--burguer-duration);
transition-delay: 0s;
transition-timing-function: var(--burguer-easing);
}
.hamburger--spring-r .hamburger-inner::after {
top: calc((var(--hamburger-layer-height) * 2 + var(--hamburger-layer-spacing) * 2) * -1);
transition: top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing), opacity 0s var(--burguer-easing);
}
.hamburger--spring-r .hamburger-inner::before {
transition: top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing), transform var(--burguer-duration) var(--burguer-easing);
}
.hamburger--spring-r--opened .hamburger-inner {
transform: translate3d(0, calc((var(--hamburger-layer-height) + var(--hamburger-layer-spacing)) * -1), 0) rotate(-45deg);
transition-delay: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
}
.hamburger--spring-r--opened .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top var(--burguer-duration) var(--burguer-easing), opacity 0s var(--burguer-duration) var(--burguer-easing);
}
.hamburger--spring-r--opened .hamburger-inner::before {
top: 0;
transform: rotate(90deg);
transition: top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing), transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing);
} .hamburger--stand .hamburger-inner {
transition: transform calc(var(--burguer-duration) / 2) var(--burguer-duration) var(--burguer-easing), background-color 0s calc(var(--burguer-duration) / 2) var(--burguer-easing);
}
.hamburger--stand .hamburger-inner::before {
transition: top calc(var(--burguer-duration) / 2) calc(var(--burguer-duration) / 2) var(--burguer-easing), transform calc(var(--burguer-duration) / 2) 0s var(--burguer-easing);
}
.hamburger--stand .hamburger-inner::after {
transition: bottom calc(var(--burguer-duration) / 2) calc(var(--burguer-duration) / 2) var(--burguer-easing), transform calc(var(--burguer-duration) / 2) 0s var(--burguer-easing);
}
.hamburger--stand--opened .hamburger-inner {
transform: rotate(90deg);
background-color: transparent !important;
transition: transform calc(var(--burguer-duration) / 2) 0s var(--burguer-easing), background-color 0s var(--burguer-duration) var(--burguer-easing);
}
.hamburger--stand--opened .hamburger-inner::before {
top: 0;
transform: rotate(-45deg);
transition: top calc(var(--burguer-duration) / 2) var(--burguer-duration) var(--burguer-easing), transform calc(var(--burguer-duration) / 2) var(--burguer-duration) var(--burguer-easing);
}
.hamburger--stand--opened .hamburger-inner::after {
bottom: 0;
transform: rotate(45deg);
transition: bottom calc(var(--burguer-duration) / 2) var(--burguer-duration) var(--burguer-easing), transform calc(var(--burguer-duration) / 2) var(--burguer-duration) var(--burguer-easing);
} .hamburger--stand-r .hamburger-inner {
transition: transform calc(var(--burguer-duration) / 2) var(--burguer-duration) var(--burguer-easing), background-color 0s calc(var(--burguer-duration) / 2) var(--burguer-easing);
}
.hamburger--stand-r .hamburger-inner::before {
transition: top calc(var(--burguer-duration) / 2) calc(var(--burguer-duration) / 2) var(--burguer-easing), transform calc(var(--burguer-duration) / 2) 0s var(--burguer-easing);
}
.hamburger--stand-r .hamburger-inner::after {
transition: bottom calc(var(--burguer-duration) / 2) calc(var(--burguer-duration) / 2) var(--burguer-easing), transform calc(var(--burguer-duration) / 2) 0s var(--burguer-easing);
}
.hamburger--stand-r--opened .hamburger-inner {
transform: rotate(-90deg);
background-color: transparent !important;
transition: transform calc(var(--burguer-duration) / 2) 0s var(--burguer-easing), background-color 0s var(--burguer-duration) var(--burguer-easing);
}
.hamburger--stand-r--opened .hamburger-inner::before {
top: 0;
transform: rotate(-45deg);
transition: top calc(var(--burguer-duration) / 2) var(--burguer-duration) var(--burguer-easing), transform calc(var(--burguer-duration) / 2) var(--burguer-duration) var(--burguer-easing);
}
.hamburger--stand-r--opened .hamburger-inner::after {
bottom: 0;
transform: rotate(45deg);
transition: bottom calc(var(--burguer-duration) / 2) var(--burguer-duration) var(--burguer-easing), transform calc(var(--burguer-duration) / 2) var(--burguer-duration) var(--burguer-easing);
} .hamburger--squeeze .hamburger-inner {
transition-duration: calc(var(--burguer-duration) * 0.65);
transition-timing-function: var(--burguer-easing);
}
.hamburger--squeeze .hamburger-inner::before {
transition: top calc(var(--burguer-duration) * 0.65) var(--burguer-duration) var(--burguer-easing), opacity calc(var(--burguer-duration) * 0.65) var(--burguer-easing);
}
.hamburger--squeeze .hamburger-inner::after {
transition: bottom var(--burguer-duration) var(--burguer-duration) var(--burguer-easing), transform var(--burguer-duration) var(--burguer-easing);
}
.hamburger--squeeze--opened .hamburger-inner {
transform: rotate(45deg);
transition-delay: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
}
.hamburger--squeeze--opened .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top calc(var(--burguer-duration) * 0.65) var(--burguer-easing), opacity calc(var(--burguer-duration) * 0.65) var(--burguer-duration) var(--burguer-easing);
}
.hamburger--squeeze--opened .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
transition: bottom calc(var(--burguer-duration) * 0.65) var(--burguer-easing), transform calc(var(--burguer-duration) * 0.65) var(--burguer-duration) var(--burguer-easing);
} .hamburger--vortex .hamburger-inner {
transition-duration: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
transition-duration: 0s;
transition-delay: calc(var(--burguer-duration) / 2);
transition-timing-function: var(--burguer-easing);
}
.hamburger--vortex .hamburger-inner::before {
transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
transition-property: bottom, transform;
}
.hamburger--vortex--opened .hamburger-inner {
transform: rotate(765deg);
transition-timing-function: var(--burguer-easing);
}
.hamburger--vortex--opened .hamburger-inner::before, .hamburger--vortex--opened .hamburger-inner::after {
transition-delay: 0s;
}
.hamburger--vortex--opened .hamburger-inner::before {
top: 0;
opacity: 0;
}
.hamburger--vortex--opened .hamburger-inner::after {
bottom: 0;
transform: rotate(90deg);
} .hamburger--vortex-r .hamburger-inner {
transition-duration: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
transition-duration: 0s;
transition-delay: calc(var(--burguer-duration) / 2);
transition-timing-function: var(--burguer-easing);
}
.hamburger--vortex-r .hamburger-inner::before {
transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
transition-property: bottom, transform;
}
.hamburger--vortex-r--opened .hamburger-inner {
transform: rotate(-765deg);
transition-timing-function: var(--burguer-easing);
}
.hamburger--vortex-r--opened .hamburger-inner::before, .hamburger--vortex-r--opened .hamburger-inner::after {
transition-delay: 0s;
}
.hamburger--vortex-r--opened .hamburger-inner::before {
top: 0;
opacity: 0;
}
.hamburger--vortex-r--opened .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
} .next-burger-animated{
cursor: pointer;
position: relative;
--burguer-rounded: round; --burguer-stroke-color: black; --burguer-duration: 600ms; --burguer-easing: ease;  --burguer-dimensions: 50px;
--hamburger-layer-height: 4px;
width: var(--burguer-dimensions);
height: var(--burguer-dimensions);
}
.next-burger-animated,
.next-burger-animated *{
will-change: unset;
}
.next-burger-animated svg{
transform-origin: center center;
}
.next-burger-animated svg *{
transform-origin: center center;
transform: scale(1.65);
}
.next-burger-animated input{
display: none;
}
.next-burger-animated label {
all: unset;
display: block;
cursor: pointer;
position: absolute;
width: var(--burguer-dimensions);
height: var(--burguer-dimensions);
}
.next-burger-animated path {
fill: none;
stroke: var(--burguer-stroke-color);
stroke-width: var(--hamburger-layer-height);
stroke-linecap: var(--burguer-rounded);
stroke-linejoin: var(--burguer-rounded);
--length: 24;
--offset: -38;
stroke-dasharray: var(--length) var(--total-length);
stroke-dashoffset: var(--offset);
transition: all var(--burguer-duration) var(--burguer-easing);
}
.next-burger-animated circle {
fill: #fff3;
opacity: 0;
}
.next-burger-animated--1--opened svg .line--1,
.next-burger-animated--1--opened svg .line--3,
.next-burger-animated--2--opened svg .line--1,
.next-burger-animated--2--opened svg .line--3 {
--length: 22.627416998;
}
.next-burger-animated--1--opened svg .line--2,
.next-burger-animated--2--opened svg .line--2 {
--length: 0;
}
.next-burger-animated--3--opened svg .line--1,
.next-burger-animated--3--opened svg .line--3,
.next-burger-animated--4--opened svg .line--1,
.next-burger-animated--4--opened svg .line--3 {
--length: 8.602325267;
}
.next-burger-animated--1 .line--1,
.next-burger-animated--1 .line--3 {
--total-length: 126.74183044433594;
}
.next-burger-animated--1 .line--2 {
--total-length: 70;
}
.next-burger-animated--1--opened svg .line--1,
.next-burger-animated--1--opened svg .line--3 {
--offset: -94.1149185097;
}
.next-burger-animated--1--opened svg .line--2 {
--offset: -50;
}
.next-burger-animated--2 .line--1,
.next-burger-animated--2 .line--3 {
--total-length: 111.22813415527344;
--offset: -50.22813415527344;
}
.next-burger-animated--2 .line--2 {
--total-length: 99;
}
.next-burger-animated--2--opened svg path {
transform: scale(1.65) translateX(30px);
}
.next-burger-animated--2--opened svg .line--1,
.next-burger-animated--2--opened svg .line--3 {
--offset: -16.9705627485;
}
.next-burger-animated--2--opened svg .line--2 {
--offset: -20;
}
.next-burger-animated--3 .line--1,
.next-burger-animated--3 .line--3 {
--total-length: 126.38166809082031;
}
.next-burger-animated--3 .line--2 {
--total-length: 80;
}
.next-burger-animated--3--opened svg .line--1,
.next-burger-animated--3--opened svg .line--3 {
--offset: -109.1770175568;
}
.next-burger-animated--4 .line--1,
.next-burger-animated--4 .line--3 {
--total-length: 103.35061645507812;
--offset: -42.35061645507812;
}
.next-burger-animated--4 .line--2 {
--total-length: 99;
}
.next-burger-animated--4--opened svg path {
transform: scale(1.65) translateX(31px);
}
.next-burger-animated--4--opened svg .line--1,
.next-burger-animated--4--opened svg .line--3 {
--offset: -8.602325267;
}
.next-burger-animated--4--opened svg .line--2 {
--offset: -7;
} .next-burger-animated--distorsionv3 {
cursor: pointer;
position: relative;
background: none;
--burguer-rounded: round; --burguer-stroke-color: black; --burguer-duration: 600ms; --burguer-easing: ease;  --burguer-dimensions: 50px;
--hamburger-layer-height: 4px;
width: var(--burguer-dimensions);
height: var(--burguer-dimensions);
}
.next-burger-animated--distorsionv3 svg {
width: calc(var(--burguer-dimensions) * 1.777);
height: calc(var(--burguer-dimensions) * 1.333);
top: calc(var(--burguer-dimensions) * -0.1666);
left: calc(var(--burguer-dimensions) * -0.3888);
stroke: var(--burguer-stroke-color);
stroke-width: var(--hamburger-layer-height);
stroke-linecap: var(--burguer-rounded);
stroke-linejoin: var(--burguer-rounded);
fill: none;
display: block;
position: absolute;
}
.next-burger-animated--distorsionv3 svg path {
transition: stroke-dasharray var(--duration, var(--burguer-duration)) var(--easing, var(--burguer-easing)) var(--delay, 0s),
stroke-dashoffset var(--duration, var(--burguer-duration)) var(--easing, var(--burguer-easing)) var(--delay, 0s);
stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
stroke-dashoffset: var(--offset, 126px);
transform: translateZ(0);
}
.next-burger-animated--distorsionv3 svg path:nth-child(2) {
--duration: var(--burguer-duration);
--easing: ease-in;
--offset: 100px;
--array-2: 74px;
}
.next-burger-animated--distorsionv3 svg path:nth-child(3) {
--offset: 133px;
--array-2: 107px;
}
.next-burger-animated--distorsionv3--opened svg path {
--offset: 57px;
}
.next-burger-animated--distorsionv3--opened svg path:nth-child(1),
.next-burger-animated--distorsionv3--opened svg path:nth-child(3) {
--delay: calc(var(--burguer-duration) * 0.2142);
--easing: cubic-bezier(0.2, 0.4, 0.2, 1.1);
}
.next-burger-animated--distorsionv3--opened svg path:nth-child(2) {
--duration: calc(var(--burguer-duration) * 0.5714);
--offset: 2px;
--array-1: 1px;
}
.next-burger-animated--distorsionv3--opened svg path:nth-child(3) {
--offset: 58px;
} .next-burger-animated--chevron {
cursor: pointer;
position: relative;
--burguer-dimensions: 50px;
--burguer-rounded: round; --burguer-stroke-color: black; --burguer-duration: 600ms; --burguer-duration-reduced: calc(var(--burguer-duration) / 4);
--burguer-easing: ease;  --hamburger-layer-height: 4px;
}
.next-burger-animated--chevron,
.next-burger-animated--chevron *{
will-change: unset;
}
.next-burger-animated--chevron .nav {
width: var(--burguer-dimensions);
height: var(--burguer-dimensions);
--color: var(--burguer-stroke-color);
background: none;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.next-burger-animated--chevron .nav svg {
width: var(--burguer-dimensions);
height: var(--burguer-dimensions);
fill: none;
stroke: var(--color);
stroke-width: var(--hamburger-layer-height);
stroke-linecap: var(--burguer-rounded);
stroke-linejoin: var(--burguer-rounded);
}
.next-burger-animated--chevron .nav svg use:nth-of-type(1) {
opacity: 1;
stroke-dashoffset: 221;
stroke-dasharray: 46 249;
transition: stroke-dashoffset var(--burguer-duration-reduced) var(--burguer-easing) calc(var(--burguer-duration-reduced) * 1.666), stroke-dasharray var(--burguer-duration-reduced) var(--burguer-easing) calc(var(--burguer-duration-reduced) * 1.666), opacity 0s var(--burguer-easing) calc(var(--burguer-duration-reduced) * 1.666);
}
.next-burger-animated--chevron .nav svg use:nth-of-type(2) {
animation: stroke-animation-reverse calc(var(--burguer-duration-reduced) * 10) ease-out forwards;
}
.next-burger-animated--chevron .nav input {
position: absolute;
height: 100%;
width: 100%;
z-index: 2;
cursor: pointer;
opacity: 0;
}
.next-burger-animated--chevron .nav input:checked + svg use:nth-of-type(1) {
stroke-dashoffset: 175;
stroke-dasharray: 0 295;
opacity: 0;
transition: stroke-dashoffset calc(var(--burguer-duration-reduced) * 0.58333) var(--burguer-easing) calc(var(--burguer-duration-reduced) * 0.58333), stroke-dasharray calc(var(--burguer-duration-reduced) * 0.58333) var(--burguer-easing) calc(var(--burguer-duration-reduced) * 0.58333), opacity 0s var(--burguer-easing) calc(var(--burguer-duration-reduced) * 1.1666);
}
.next-burger-animated--chevron .nav input:checked + svg use:nth-of-type(2) {
animation: stroke-animation calc(var(--burguer-duration-reduced) * 10) ease-out forwards;
}
@keyframes stroke-animation {
0% {
stroke-dashoffset: 295;
stroke-dasharray: 25 270;
}
50% {
stroke-dashoffset: 68;
stroke-dasharray: 59 236;
}
65% {
stroke-dashoffset: 59;
stroke-dasharray: 59 236;
}
100% {
stroke-dashoffset: 68;
stroke-dasharray: 59 236;
}
}
@keyframes stroke-animation-reverse {
0% {
stroke-dashoffset: 68;
stroke-dasharray: 59 236;
}
50% {
stroke-dashoffset: 290;
stroke-dasharray: 25 270;
}
65% {
stroke-dashoffset: 295;
stroke-dasharray: 25 270;
}
100% {
stroke-dashoffset: 290;
stroke-dasharray: 25 270;
}
} .next-burger-flipped {
background-color: transparent;
cursor: pointer;
position: relative;
--burguer-dimensions: 50px;
--burguer-rounded: round; --burguer-stroke-color: black; --burguer-duration: 600ms; --burguer-easing: ease;  --hamburger-layer-height: 4px;
width: var(--burguer-dimensions);
height: var(--burguer-dimensions);
}
.next-burger-flipped svg{
-webkit-tap-highlight-color: transparent;
transition: transform var(--burguer-duration);
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
width: var(--burguer-dimensions);
height: var(--burguer-dimensions);
}
.next-burger-flipped[class$="--opened"] .hamRotate {
transform: rotate(45deg);
}
.next-burger-flipped[class$="--opened"] .hamRotate180 {
transform: rotate(180deg);
}
.next-burger-flipped .line {
fill: none;
transition: stroke-dasharray var(--burguer-duration), stroke-dashoffset var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
stroke: var(--burguer-stroke-color);
stroke-width: var(--hamburger-layer-height);
stroke-linecap: var(--burguer-rounded);
}
.next-burger-flipped--flipping svg .top {
stroke-dasharray: 40.1 139;
}
.next-burger-flipped--flipping svg .bottom {
stroke-dasharray: 40.1 180;
}
.next-burger-flipped--flipping--opened svg .top {
stroke-dashoffset: -98px;
}
.next-burger-flipped--flipping--opened svg .bottom {
stroke-dashoffset: -138px;
}
.next-burger-flipped--flippingarrow svg .top {
stroke-dasharray: 40.1 121;
}
.next-burger-flipped--flippingarrow svg .bottom {
stroke-dasharray: 40.1 121;
}
.next-burger-flipped--flippingarrow--opened svg .top {
stroke-dashoffset: -102px;
}
.next-burger-flipped--flippingarrow--opened svg .bottom {
stroke-dashoffset: -102px;
}
.next-burger-flipped--flippingtitle svg .top {
stroke-dasharray: 40.1 130;
}
.next-burger-flipped--flippingtitle svg .middle {
stroke-dasharray: 40.1 140;
}
.next-burger-flipped--flippingtitle svg .bottom {
stroke-dasharray: 40.1 205;
}
.next-burger-flipped--flippingtitle--opened svg .top {
stroke-dasharray: 75 130;
stroke-dashoffset: -63px;
}
.next-burger-flipped--flippingtitle--opened svg .middle {
stroke-dashoffset: -102px;
}
.next-burger-flipped--flippingtitle--opened svg .bottom {
stroke-dasharray: 110 205;
stroke-dashoffset: -86px;
}
.next-burger-flipped--flippingv4 svg .top {
stroke-dasharray: 40.1 121;
}
.next-burger-flipped--flippingv4 svg .bottom {
stroke-dasharray: 40.1 121;
}
.next-burger-flipped--flippingv4--opened svg .top {
stroke-dashoffset: -68px;
}
.next-burger-flipped--flippingv4--opened svg .bottom {
stroke-dashoffset: -68px;
}
.next-burger-flipped--flippingarrowv2 svg .top {
stroke-dasharray: 40.1 82;
}
.next-burger-flipped--flippingarrowv2 svg .bottom {
stroke-dasharray: 40.1 82;
}
.next-burger-flipped--flippingarrowv2--opened svg .top {
stroke-dasharray: 14 82;
stroke-dashoffset: -72px;
}
.next-burger-flipped--flippingarrowv2--opened svg .bottom {
stroke-dasharray: 14 82;
stroke-dashoffset: -72px;
}
.next-burger-flipped--flippingv3 svg .top {
stroke-dasharray: 40.1 172;
}
.next-burger-flipped--flippingv3 svg .middle {
stroke-dasharray: 40.1 111;
}
.next-burger-flipped--flippingv3 svg .bottom {
stroke-dasharray: 40.1 172;
}
.next-burger-flipped--flippingv3--opened svg .top {
stroke-dashoffset: -132px;
}
.next-burger-flipped--flippingv3--opened svg .middle {
stroke-dashoffset: -71px;
}
.next-burger-flipped--flippingv3--opened svg .bottom {
stroke-dashoffset: -132px;
}
.next-burger-flipped--flippingv2 svg .top {
stroke-dasharray: 40.1 82;
}
.next-burger-flipped--flippingv2 svg .middle {
stroke-dasharray: 40.1 111;
}
.next-burger-flipped--flippingv2 svg .bottom {
stroke-dasharray: 40.1 161;
}
.next-burger-flipped--flippingv2--opened svg .top {
stroke-dasharray: 17 82;
stroke-dashoffset: -62px;
}
.next-burger-flipped--flippingv2--opened svg .middle {
stroke-dashoffset: 23px;
}
.next-burger-flipped--flippingv2--opened svg .bottom {
stroke-dashoffset: -83px;
}
.next-burger-flipped--flippingv5 svg .top {
stroke-dasharray: 40.1 160;
}
.next-burger-flipped--flippingv5 svg .middle {
stroke-dasharray: 40.1 142;
transform-origin: 50%;
transition: transform var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
}
.next-burger-flipped--flippingv5 svg .bottom {
stroke-dasharray: 40.1 85;
transform-origin: 50%;
transition: transform var(--burguer-duration), stroke-dashoffset var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
}
.next-burger-flipped--flippingv5--opened svg .top {
stroke-dashoffset: -64px;
}
.next-burger-flipped--flippingv5--opened svg .middle {
transform: rotate(90deg);
}
.next-burger-flipped--flippingv5--opened svg .bottom {
stroke-dashoffset: -64px;
} .next-burger-disfigured{
--burguer-dimensions: 50px;
--hamburger-layer-height: 5px;
--burguer-stroke-color: black; --burguer-duration: 600ms; --burguer-easing: ease; --hamburger-border-radius: 4px;
}
.next-burger-disfigured--bottom-arrow{
width: calc(var(--burguer-dimensions) * 1.1666);
height: var(--burguer-dimensions);
position: relative;
cursor: pointer;
display: inline-block;
}
.next-burger-disfigured--bottom-arrow span{
background-color: var(--burguer-stroke-color);
position: absolute;
border-radius: var(--hamburger-border-radius);
transition: var(--burguer-duration) var(--burguer-easing);
}
.next-burger-disfigured--bottom-arrow span:nth-child(1){
width: 100%;
height: var(--hamburger-layer-height);
display: block;
top: 0px;
left: 0px;
}
.next-burger-disfigured--bottom-arrow span:nth-child(2){
width: 100%;
height: var(--hamburger-layer-height);
display: block;
top: calc(var(--burguer-dimensions) * 0.4333);
left: 0px;
}
.next-burger-disfigured--bottom-arrow span:nth-child(3){
width: 100%;
height: var(--hamburger-layer-height);
display: block;
bottom: 0px;
left: 0px;
}
.next-burger-disfigured--bottom-arrow:not(.next-burger-disfigured--bottom-arrow--opened):hover span:nth-child(1){
width: 100%;
height: var(--hamburger-layer-height);
display: block;
top: calc(var(--burguer-dimensions) * -0.0666);
left: 0px;
transition: var(--burguer-duration) var(--burguer-easing);
}
.next-burger-disfigured--bottom-arrow:not(.next-burger-disfigured--bottom-arrow--opened):hover span:nth-child(2){
width: 100%;
height: var(--hamburger-layer-height);
display: block;
top: calc(var(--burguer-dimensions) * 0.4333);
left: 0px;
transition: calc(var(--burguer-duration) * 1.3333) var(--burguer-easing);
}
.next-burger-disfigured--bottom-arrow:not(.next-burger-disfigured--bottom-arrow--opened):hover span:nth-child(3){
width: 100%;
height: var(--hamburger-layer-height);
display: block;
bottom: calc(var(--burguer-dimensions) * -0.0666);
left: 0px;
transition: var(--burguer-duration) var(--burguer-easing);
}
.next-burger-disfigured--bottom-arrow--opened span:nth-child(1){
left: calc(var(--burguer-dimensions) * 0.1);
top: calc(var(--burguer-dimensions) * 0.4333);
width: var(--burguer-dimensions);
transition: var(--burguer-duration) var(--burguer-easing);
transform: rotate(90deg);
transition-delay: calc(var(--burguer-duration) / 2);
}
.next-burger-disfigured--bottom-arrow--opened span:nth-child(2){
left: calc(var(--burguer-dimensions) * 0.0666);
top: calc(var(--burguer-dimensions) * 0.666);
width: calc(var(--burguer-dimensions) * 0.666);
transition: var(--burguer-duration) var(--burguer-easing);
transform: rotate(45deg);
transition-delay: alc(var(--burguer-duration) / 6);
}
.next-burger-disfigured--bottom-arrow--opened span:nth-child(3){
left: calc(var(--burguer-dimensions) * 0.4666);
top: calc(var(--burguer-dimensions) * 0.666);
width: calc(var(--burguer-dimensions) * 0.666);
transition: var(--burguer-duration) var(--burguer-easing);
transform: rotate(-45deg);
transition-delay: calc(var(--burguer-duration) / 3);
}
.next-burger-disfigured--right-arrow{
width: calc(var(--burguer-dimensions) * 1.1666);
height: var(--burguer-dimensions);
position: relative;
cursor: pointer;
display: inline-block;
}
.next-burger-disfigured--right-arrow span{
background-color: var(--burguer-stroke-color);
position: absolute;
border-radius: var(--hamburger-border-radius);
transition: var(--burguer-duration) var(--burguer-easing);
}
.next-burger-disfigured--right-arrow span:nth-child(1){
width: 100%;
height: var(--hamburger-layer-height);
display: block;
top: 0px;
left: 0px;
}
.next-burger-disfigured--right-arrow span:nth-child(2){
width: 100%;
height: var(--hamburger-layer-height);
display: block;
top: calc(var(--burguer-dimensions) * 0.4333);
left: 0px;
}
.next-burger-disfigured--right-arrow span:nth-child(3){
width: 100%;
height: var(--hamburger-layer-height);
display: block;
bottom: 0px;
left: 0px;
}
.next-burger-disfigured--right-arrow:not(.next-burger-disfigured--right-arrow--opened):hover span:nth-child(1){
width: 100%;
height: var(--hamburger-layer-height);
display: block;
top: calc(var(--burguer-dimensions) * -0.0666);
left: 0px;
transition: var(--burguer-duration) var(--burguer-easing);
}
.next-burger-disfigured--right-arrow:not(.next-burger-disfigured--right-arrow--opened):hover span:nth-child(2){
width: 100%;
height: var(--hamburger-layer-height);
display: block;
top: calc(var(--burguer-dimensions) * 0.4333);
left: 0px;
transition: calc(var(--burguer-duration) * 1.3333) var(--burguer-easing);
}
.next-burger-disfigured--right-arrow:not(.next-burger-disfigured--right-arrow--opened):hover span:nth-child(3){
width: 100%;
height: var(--hamburger-layer-height);
display: block;
bottom: calc(var(--burguer-dimensions) * -0.0666);
left: 0px;
transition: var(--burguer-duration) var(--burguer-easing);
}
.next-burger-disfigured--right-arrow--opened {
transform: rotate(-90deg);
}
.next-burger-disfigured--right-arrow--opened span:nth-child(1){
left: calc(var(--burguer-dimensions) * 0.1);
top: calc(var(--burguer-dimensions) * 0.4333);
width: var(--burguer-dimensions);
transition: var(--burguer-duration) var(--burguer-easing);
transform: rotate(90deg);
transition-delay: calc(var(--burguer-duration) / 2);
}
.next-burger-disfigured--right-arrow--opened span:nth-child(2){
left: calc(var(--burguer-dimensions) * 0.0666);
top: calc(var(--burguer-dimensions) * 0.666);
width: calc(var(--burguer-dimensions) * 0.666);
transition: var(--burguer-duration) var(--burguer-easing);
transform: rotate(45deg);
transition-delay: calc(var(--burguer-duration) / 6);
}
.next-burger-disfigured--right-arrow--opened span:nth-child(3){
left: calc(var(--burguer-dimensions) * 0.4666);
top: calc(var(--burguer-dimensions) * 0.666);
width: calc(var(--burguer-dimensions) * 0.666);
transition: var(--burguer-duration) var(--burguer-easing);
transform: rotate(-45deg);
transition-delay: calc(var(--burguer-duration) / 3);
}
.next-burger-disfigured--left-arrow{
width: calc(var(--burguer-dimensions) * 1.1666);
height: var(--burguer-dimensions);
position: relative;
cursor: pointer;
display: inline-block;
}
.next-burger-disfigured--left-arrow span{
background-color: var(--burguer-stroke-color);
position: absolute;
border-radius: var(--hamburger-border-radius);
transition: var(--burguer-duration) var(--burguer-easing);
}
.next-burger-disfigured--left-arrow span:nth-child(1){
width: 100%;
height: var(--hamburger-layer-height);
display: block;
top: 0px;
left: 0px;
}
.next-burger-disfigured--left-arrow span:nth-child(2){
width: 100%;
height: var(--hamburger-layer-height);
display: block;
top: calc(var(--burguer-dimensions) * 0.4333);
left: 0px;
}
.next-burger-disfigured--left-arrow span:nth-child(3){
width: 100%;
height: var(--hamburger-layer-height);
display: block;
bottom: 0px;
left: 0px;
}
.next-burger-disfigured--left-arrow:not(.next-burger-disfigured--left-arrow--opened):hover span:nth-child(1){
width: 100%;
height: var(--hamburger-layer-height);
display: block;
top: calc(var(--burguer-dimensions) * -0.0666);
left: 0px;
transition: var(--burguer-duration) var(--burguer-easing);
}
.next-burger-disfigured--left-arrow:not(.next-burger-disfigured--left-arrow--opened):hover span:nth-child(2){
width: 100%;
height: var(--hamburger-layer-height);
display: block;
top: calc(var(--burguer-dimensions) * 0.4333);
left: 0px;
transition: calc(var(--burguer-duration) * 1.3333) var(--burguer-easing);
}
.next-burger-disfigured--left-arrow:not(.next-burger-disfigured--left-arrow--opened):hover span:nth-child(3){
width: 100%;
height: var(--hamburger-layer-height);
display: block;
bottom: calc(var(--burguer-dimensions) * -0.0666);
left: 0px;
transition: var(--burguer-duration) var(--burguer-easing);
}
.next-burger-disfigured--left-arrow--opened {
transform: rotate(90deg);
}
.next-burger-disfigured--left-arrow--opened span:nth-child(1){
left: calc(var(--burguer-dimensions) * 0.1);
top: calc(var(--burguer-dimensions) * 0.4333);
width: var(--burguer-dimensions);
transition: var(--burguer-duration) var(--burguer-easing);
transform: rotate(90deg);
transition-delay: calc(var(--burguer-duration) / 2);
}
.next-burger-disfigured--left-arrow--opened span:nth-child(2){
left: calc(var(--burguer-dimensions) * 0.0666);
top: calc(var(--burguer-dimensions) * 0.666);
width: calc(var(--burguer-dimensions) * 0.666);
transition: var(--burguer-duration) var(--burguer-easing);
transform: rotate(45deg);
transition-delay: calc(var(--burguer-duration) / 6);
}
.next-burger-disfigured--left-arrow--opened span:nth-child(3){
left: calc(var(--burguer-dimensions) * 0.4666);
top: calc(var(--burguer-dimensions) * 0.666);
width: calc(var(--burguer-dimensions) * 0.666);
transition: var(--burguer-duration) var(--burguer-easing);
transform: rotate(-45deg);
transition-delay: calc(var(--burguer-duration) / 3);
}
.next-burger-disfigured--cross{
width: calc(var(--burguer-dimensions) * 1.1666);
height: var(--burguer-dimensions);
position: relative;
cursor: pointer;
display: inline-block;
}
.next-burger-disfigured--cross span{
background-color: var(--burguer-stroke-color);
position: absolute;
border-radius: var(--hamburger-border-radius);
transition: var(--burguer-duration) var(--burguer-easing);
width: 100%;
height: var(--hamburger-layer-height);
}
.next-burger-disfigured--cross span:nth-child(1){
top:0px;
left: 0px;
}
.next-burger-disfigured--cross span:nth-child(2){
top: calc(var(--burguer-dimensions) * 0.4333);
left: 0px;
opacity: 1;
}
.next-burger-disfigured--cross span:nth-child(3){
bottom:0px;
left: 0px;
}
.next-burger-disfigured--cross:not(.next-burger-disfigured--cross--opened):hover span:nth-child(1){
transform: rotate(-3deg) scaleY(1.1);
}
.next-burger-disfigured--cross:not(.next-burger-disfigured--cross--opened):hover span:nth-child(2){
transform: rotate(3deg) scaleY(1.1);
}
.next-burger-disfigured--cross:not(.next-burger-disfigured--cross--opened):hover span:nth-child(3){
transform: rotate(-4deg) scaleY(1.1);
}
.next-burger-disfigured--cross--opened span:nth-child(1){
border-bottom-right-radius: 0;
width: var(--content-corner-width-1);
height: var(--content-corner-height-1);
top: calc(var(--content-corner-distance-1) * -1);
right: calc(var(--content-corner-distance-1) * -1);
}
.next-burger-disfigured--cross--opened span:nth-child(2){
border-bottom-left-radius: 0;
width: var(--content-corner-width-2);
height: var(--content-corner-height-2);
top: calc(var(--content-corner-distance-2) * -1);
right: calc(var(--content-corner-distance-2) * -1);
}
.next-burger-disfigured--cross--opened span:nth-child(3){
border-top-left-radius: 0;
width: var(--content-corner-width-3);
height: var(--content-corner-height-3);
bottom: calc(var(--content-corner-distance-3) * -1);
right: calc(var(--content-corner-distance-3) * -1);
}
.next-burger-disfigured--cross--opened span:nth-child(4){
border-top-right-radius: 0;
width: var(--content-corner-width-4);
height: var(--content-corner-height-4);
bottom: calc(var(--content-corner-distance-4) * -1);
right: calc(var(--content-corner-distance-4) * -1);
}
.next-burger-disfigured--cross--opened span::before{
left: calc(var(--thickness) * -1);
border-top-right-radius: var(--thickness);
box-shadow: var(--block-border-radius) calc(var(--block-border-radius) * -1) 0 var(--block-border-radius) var(--corners-background);
}
.next-burger-disfigured--cross--opened span[data-corner="1"]::before{
top: var(--content-corner-distance-1);
}
.next-burger-disfigured--cross--opened span[data-corner="2"]::before{
top: var(--content-corner-distance-2);
}
.next-burger-disfigured--cross--opened span[data-corner="3"]::before{
top: var(--content-corner-distance-3);
}
.next-burger-disfigured--cross--opened span[data-corner="4"]::before{
top: var(--content-corner-distance-4);
}
.next-burger-disfigured--cross--opened span::after{
bottom: calc(var(--thickness) * -1);
border-top-right-radius: var(--thickness);
box-shadow: var(--block-border-radius) calc(var(--block-border-radius) * -1) 0 var(--block-border-radius) var(--corners-background);
}
.next-burger-disfigured--cross--opened span[data-corner="1"]::after{
right: var(--content-corner-distance-1);
}
.next-burger-disfigured--cross--opened span[data-corner="2"]::after{
right: var(--content-corner-distance-2);
}
.next-burger-disfigured--cross--opened span[data-corner="3"]::after{
right: var(--content-corner-distance-3);
}
.next-burger-disfigured--cross--opened span[data-corner="4"]::after{
right: var(--content-corner-distance-4);
}
.next-burger-disfigured--chevron{
width: calc(var(--burguer-dimensions) * 1.1666);
height: var(--burguer-dimensions);
position: relative;
cursor: pointer;
display: inline-block;
}
.next-burger-disfigured--chevron span{
background-color: var(--burguer-stroke-color);
position: absolute;
border-radius: var(--hamburger-border-radius);
transition: var(--burguer-duration) var(--burguer-easing);
width: 100%;
height: var(--hamburger-layer-height);
}
.next-burger-disfigured--chevron span:nth-child(1){
top:0px;
left: 0px;
}
.next-burger-disfigured--chevron span:nth-child(2){
top: calc(var(--burguer-dimensions) * 0.4333);
left: 0px;
}
.next-burger-disfigured--chevron span:nth-child(3){
bottom:0px;
left: 0px;
}
.next-burger-disfigured--chevron:not(.next-burger-disfigured--chevron--opened):hover span:nth-child(1){
transform: scaleY(1.2);
left: calc(var(--burguer-dimensions) * -0.1666);
}
.next-burger-disfigured--chevron:not(.next-burger-disfigured--chevron--opened):hover span:nth-child(2){
transform: rotate(5deg) scaleY(1.1);
}
.next-burger-disfigured--chevron:not(.next-burger-disfigured--chevron--opened):hover span:nth-child(3){
transform: scaleY(1.2);
left: calc(var(--burguer-dimensions) * 0.1666);
}
.next-burger-disfigured--chevron--opened span:nth-child(1){
transform: rotate(45deg) scaleX(0.7);
top: calc(var(--burguer-dimensions) * 0.4333);
left: calc(var(--burguer-dimensions) * -0.2666);
}
.next-burger-disfigured--chevron--opened span:nth-child(2){
transform: scale(0);
transition-duration: calc(var(--burguer-duration) / 6);
}
.next-burger-disfigured--chevron--opened span:nth-child(3){
transform: rotate(-45deg) scaleX(0.7);
top: calc(var(--burguer-dimensions) * 0.4333);
left: calc(var(--burguer-dimensions) * 0.2333);
}
.next-burger-disfigured--plus{
width: calc(var(--burguer-dimensions) * 1.1666);
height: var(--burguer-dimensions);
position: relative;
cursor: pointer;
display: inline-block;
}
.next-burger-disfigured--plus span{
background-color: var(--burguer-stroke-color);
position: absolute;
border-radius: var(--hamburger-border-radius);
transition: var(--burguer-duration) var(--burguer-easing);
width: 100%;
height: var(--hamburger-layer-height);
}
.next-burger-disfigured--plus span:nth-child(1){
top:0px;
left: 0px;
}
.next-burger-disfigured--plus span:nth-child(2){
top: calc(var(--burguer-dimensions) * 0.4333);
left: 0px;
}
.next-burger-disfigured--plus span:nth-child(3){
bottom:0px;
left: 0px;
}
.next-burger-disfigured--plus:not(.next-burger-disfigured--plus--opened):hover span:nth-child(1){
transform: scaleX(.8);
}
.next-burger-disfigured--plus:not(.next-burger-disfigured--plus--opened):hover span:nth-child(2){
transform: scaleX(.5);
}
.next-burger-disfigured--plus:not(.next-burger-disfigured--plus--opened):hover span:nth-child(3){
transform: scaleX(.8);
}
.next-burger-disfigured--plus--opened span:nth-child(1){
transform: rotate(90deg);
top: calc(var(--burguer-dimensions) * 0.4333);
}
.next-burger-disfigured--plus--opened span:nth-child(2){
transform: scale(0);
transition-duration: calc(var(--burguer-duration) / 6);
}
.next-burger-disfigured--plus--opened span:nth-child(3){
top: calc(var(--burguer-dimensions) * 0.4333);
}
.next-burger-disfigured--minus{
width: calc(var(--burguer-dimensions) * 1.1666);
height: var(--burguer-dimensions);
position: relative;
cursor: pointer;
display: inline-block;
}
.next-burger-disfigured--minus span{
background-color: var(--burguer-stroke-color);
position: absolute;
border-radius: var(--hamburger-border-radius);
transition: var(--burguer-duration) var(--burguer-easing);
width: 100%;
height: var(--hamburger-layer-height);
}
.next-burger-disfigured--minus span:nth-child(1){
top:0px;
left: 0px;
}
.next-burger-disfigured--minus span:nth-child(2){
top: calc(var(--burguer-dimensions) * 0.4333);
left: 0px;
}
.next-burger-disfigured--minus span:nth-child(3){
bottom:0px;
left: 0px;
}
.next-burger-disfigured--minus:not(.next-burger-disfigured--minus--opened):hover span:nth-child(1){
transform: scaleX(.8);
}
.next-burger-disfigured--minus:not(.next-burger-disfigured--minus--opened):hover span:nth-child(2){
transform: scaleX(.5);
}
.next-burger-disfigured--minus:not(.next-burger-disfigured--minus--opened):hover span:nth-child(3){
transform: scaleX(.8);
}
.next-burger-disfigured--minus--opened span:nth-child(1){
top: calc(var(--burguer-dimensions) * 0.4333);
}
.next-burger-disfigured--minus--opened span:nth-child(2){
top: calc(var(--burguer-dimensions) * 0.4333);
}
.next-burger-disfigured--minus--opened span:nth-child(3){
top: calc(var(--burguer-dimensions) * 0.4333);
} .next-burger-arrow {
--burguer-dimensions: 50px;
--hamburger-layer-height: 4px;
--burguer-stroke-color: black; --burguer-duration: 600ms; --burguer-easing: ease; --hamburger-border-radius: 4px;
background: none;
--anim-menu-btn-icon-size: calc(var(--burguer-dimensions) * 0.6666);
display: flex;
justify-content: center;
align-items: center;
width: var(--burguer-dimensions);
height: var(--burguer-dimensions);
}
.next-burger-arrow__icon {
position: relative;
display: block;
font-size: var(--anim-menu-btn-icon-size);
width: 1em;
height: var(--hamburger-layer-height);
color: inherit;
background-image: linear-gradient(currentColor, currentColor);
background-repeat: no-repeat;
-webkit-transform: scale(1);
transform: scale(1);
color: var(--burguer-stroke-color);
}
.next-burger-arrow__icon::before,
.next-burger-arrow__icon::after {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-image: inherit;
border-radius: inherit;
color: var(--burguer-stroke-color);
}
.next-burger-arrow__icon--close {
background-size: 100% 100%;
will-change: transform, background-size;
transition-property: background-size, -webkit-transform;
transition-property: transform, background-size;
transition-property: transform, background-size, -webkit-transform;
transition-duration: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
}
.next-burger-arrow__icon--close::before,
.next-burger-arrow__icon--close::after {
will-change: inherit;
transition: inherit;
}
.next-burger-arrow__icon--close::before {
-webkit-transform: translateY(-0.25em) rotate(0);
transform: translateY(-0.25em) rotate(0);
}
.next-burger-arrow__icon--close::after {
-webkit-transform: translateY(0.25em) rotate(0);
transform: translateY(0.25em) rotate(0);
}
[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow__icon--close {
background-size: 0% 100%;
}
[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow__icon--close::before {
-webkit-transform: translateY(0) rotate(45deg);
transform: translateY(0) rotate(45deg);
}
[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow__icon--close::after {
-webkit-transform: translateY(0) rotate(-45deg);
transform: translateY(0) rotate(-45deg);
}
.next-burger-arrow_icon-left,
.next-burger-arrow_icon-right,
.next-burger-arrow_icon-up,
.next-burger-arrow_icon-down {
border-radius: var(--hamburger-border-radius);
will-change: transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
transition-duration: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
}
.next-burger-arrow_icon-left::before,
.next-burger-arrow_icon-left::after,
.next-burger-arrow_icon-right::before,
.next-burger-arrow_icon-right::after,
.next-burger-arrow_icon-up::before,
.next-burger-arrow_icon-up::after,
.next-burger-arrow_icon-down::before,
.next-burger-arrow_icon-down::after {
-webkit-transform-origin: calc(var(--hamburger-layer-height)/2) 50%;
transform-origin: calc(var(--hamburger-layer-height)/2) 50%;
will-change: transform, width;
transition-property: width, -webkit-transform;
transition-property: transform, width;
transition-property: transform, width, -webkit-transform;
transition-duration: var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
}
.next-burger-arrow_icon-left::before,
.next-burger-arrow_icon-right::before,
.next-burger-arrow_icon-up::before,
.next-burger-arrow_icon-down::before {
-webkit-transform: translateY(-0.25em) rotate(0);
transform: translateY(-0.25em) rotate(0);
}
.next-burger-arrow_icon-left::after,
.next-burger-arrow_icon-right::after,
.next-burger-arrow_icon-up::after,
.next-burger-arrow_icon-down::after {
-webkit-transform: translateY(0.25em) rotate(0);
transform: translateY(0.25em) rotate(0);
}
.next-burger-arrow_icon-right {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-left::before,
[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-left::after,
[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-right::before,
[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-right::after,
[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-up::before,
[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-up::after,
[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-down::before,
[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-down::after {
width: 50%;
}
[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-left::before,
[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-right::before,
[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-up::before,
[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-down::before {
-webkit-transform: translateY(0) rotate(-45deg);
transform: translateY(0) rotate(-45deg);
}
[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-left::after,
[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-right::after,
[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-up::after,
[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-down::after {
-webkit-transform: translateY(0) rotate(45deg);
transform: translateY(0) rotate(45deg);
}
[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-up {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-down {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
} .next-burger-bounce {
--burguer-dimensions: 50px;
--hamburger-layer-height: 1.5px;
--burguer-stroke-color: black; --burguer-duration: 600ms; --burguer-easing: ease; width: var(--burguer-dimensions);
aspect-ratio: 1;
display: grid;
place-items: center;
padding: 0;
scale: 1;
background: transparent;
border: 0;
cursor: pointer;
}
.next-burger-bounce,
.next-burger-bounce *{
will-change: unset;
}
.next-burger-bounce rect {
height: var(--hamburger-layer-height);
transform-box: fill-box;
transform-origin: 50% 50%;
fill: var(--burguer-stroke-color);
}
.next-burger-bounce rect {
transition: rotate var(--burguer-duration) 0s, translate var(--burguer-duration) var(--burguer-duration);
transition-timing-function: var(--burguer-easing);
}
.next-burger-bounce--opened rect:nth-of-type(1) {
translate: 0 333%;
rotate: -45deg;
}
.next-burger-bounce--opened rect:nth-of-type(2) {
rotate: 45deg;
}
.next-burger-bounce--opened rect:nth-of-type(3) {
translate: 0 -333%;
rotate: 45deg;
}
.next-burger-bounce--opened rect { 
transition: translate var(--burguer-duration), rotate var(--burguer-duration) calc(var(--burguer-duration) * 1.5);
transition-timing-function: var(--burguer-easing);
}
.next-burger-bounce--opened svg {
rotate: 90deg;
transition: rotate calc(var(--burguer-duration) * 5) calc(var(--burguer-duration) * 2);
}
@supports (--custom: linear()) {
.next-burger-bounce {
--elastic-out: linear(
0, 0.2178 2.1%, 1.1144 8.49%,
1.2959 10.7%, 1.3463 11.81%,
1.3705 12.94%, 1.3726, 1.3643 14.48%,
1.3151 16.2%, 1.0317 21.81%,
0.941 24.01%, 0.8912 25.91%,
0.8694 27.84%, 0.8698 29.21%,
0.8824 30.71%, 1.0122 38.33%, 1.0357,
1.046 42.71%, 1.0416 45.7%,
0.9961 53.26%, 0.9839 57.54%,
0.9853 60.71%, 1.0012 68.14%,
1.0056 72.24%, 0.9981 86.66%, 1
);
--elastic-in-out: linear(
0, 0.0009 8.51%, -0.0047 19.22%,
0.0016 22.39%, 0.023 27.81%,
0.0237 30.08%, 0.0144 31.81%,
-0.0051 33.48%, -0.1116 39.25%,
-0.1181 40.59%, -0.1058 41.79%, -0.0455,
0.0701 45.34%, 0.9702 55.19%,
1.0696 56.97%, 1.0987 57.88%,
1.1146 58.82%, 1.1181 59.83%,
1.1092 60.95%, 1.0057 66.48%,
0.986 68.14%, 0.9765 69.84%,
0.9769 72.16%, 0.9984 77.61%,
1.0047 80.79%, 0.9991 91.48%, 1
);
}
.next-burger-bounce--opened svg {
transition-timing-function: var(--elastic-out);
}
}.bc-data-scrollbar{
--track-color: rgba(0,0,0,0);
--track-hovercolor: rgba(0,0,0,0);
--track-activecolor: rgba(0,0,0,0);
--thumb-color: rgba(0,0,0,0.44);
--thumb-hovercolor: rgba(0,0,0,0.55);
--thumb-activecolor: rgba(0,0,0,0.66);
}.bc-back-to-top {
position: fixed;
right: 50px; bottom: 50px; height: 46px;
width: 46px;
cursor: pointer;
border-radius: 50px;
box-shadow: inset  0 0 0 2px;
color: rgba(255, 255, 255, 0.2); background-color: none; z-index: 10000;
opacity: 0;
visibility: hidden;
transform: translateY(15px) !important;
transition-duration: 200ms; transition-timing-function: linear; display: flex;
justify-content: center;
align-items: center;
}
.bc-back-to-top__active-progress {
opacity: 1;
visibility: visible;
transform: translateY(0) !important;
}
.bc-back-to-top__arrow-svg {
position: absolute;
fill: grey;
width: 25px;
height: 100%;
cursor: pointer;
display: block;
z-index: 1;
}
.bc-back-to-top__circle-path {
fill: none;
stroke: grey; stroke-width: 5;
box-sizing:border-box;
}
.bc-back-to-top__to-hide{
opacity: 0;
}html.lenis{
scroll-behavior: unset !important;
}.next-cookies{
--notification-translate: 25px; --notification-transition-duration: 0.3s; --notification-transition-easing: ease; }
.next-cookies__notification{
position: fixed; z-index: 9998; left: 25px; bottom: 25px; display: flex;
flex-wrap: wrap;
flex-direction: row;
column-gap: 72px;
row-gap: 24px;
align-items: center;
justify-content: flex-start;
max-width: fit-content; width: calc(100% - 50px); height: auto; padding: 24px; border-radius: 23px; border: .5px solid rgb(220, 220, 220); box-shadow: 6px 50px 40px -10px rgba(0,0,0,0.3); opacity: 0;
pointer-events: none;
transform: translateY(var(--notification-translate));
transition:
opacity var(--notification-transition-duration) var(--notification-transition-easing),
transform var(--notification-transition-duration) var(--notification-transition-easing);
}
.next-cookies__content{
width: fit-content;
display: flex;
flex-direction: column;
row-gap: 4px;
}
.next-cookies__label{
font-size: 18px; line-height: normal;
color: #000;
}
.next-cookies__info{
font-size: 14px; line-height: normal;
color: #606060;
}
.next-cookies__buttons{
display: flex;
flex-direction: row;
column-gap: 12px;
align-items: center;
width: fit-content;
}
.next-cookies__manage,
.next-cookies__allow{
cursor: pointer;
}
.next-cookies__manage{
padding: 12px 24px; border-radius: 12px; background: #eaeaea; font-size: 14px; font-weight: 600;
color: #000;
}
.next-cookies__allow{
padding: 12px 24px; border-radius: 12px; background: #000; font-size: 14px; font-weight: 600;
color: white;
}
.next-cookies__notification--opacity-disabled{ transition: transform var(--notification-transition-duration) var(--notification-transition-easing);
}
.next-cookies__notification--transform-disabled{ transition: opacity var(--notification-transition-duration) var(--notification-transition-easing);
}
.next-cookies__notification--opacity-transform-disabled{ transition: none;
}
.next-cookies__notification[data-opened]{
transform: translateY(0);
opacity: 1;
pointer-events: all;
}.brxe-bu-accordion-menu{display:block;width:100%;--menu-item-translatex:10px}.brxe-bu-accordion-menu a,.brxe-bu-accordion-menu a:hover{text-decoration:none;position:relative;z-index:10}.brxe-bu-accordion-menu a:hover>span.bu-menu-item-text{-webkit-transform:translateX(var(--menu-item-translatex));-ms-transform:translateX(var(--menu-item-translatex));transform:translateX(var(--menu-item-translatex))}.brxe-bu-accordion-menu ul{margin:0;padding:0;line-height:0}.brxe-bu-accordion-menu .bu-acrd-menu-title,.brxe-bu-accordion-menu .menu-item{display:inline-block;width:100%}.brxe-bu-accordion-menu .menu-item a{border-bottom:1px solid rgba(172,170,170,.2);display:flex;-ms-flex-align:stretch;align-items:stretch;width:100%}.brxe-bu-accordion-menu .bu-menu-item-text{color:#333;display:inline-block;-ms-flex-positive:1;flex-grow:1;padding:14px 12px;line-height:1.325;overflow:hidden;-ms-transform:translateX(0);-webkit-transform:translateX(0);transform:translateX(0);-ms-transition:transform .4s linear;-webkit-transition:transform .4s linear;transition:transform .4s linear}.brxe-bu-accordion-menu .bu-menu-items-arrow{border-left:1px solid rgba(172,170,170,.2);color:#aaa;cursor:pointer;margin:0;width:50px;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.brxe-bu-accordion-menu .bu-menu-items-arrow,.brxe-bu-accordion-menu .menu-item a{-ms-transition:.4s linear;-webkit-transition:.4s linear;transition:.4s linear}.brxe-bu-accordion-menu .bu-menu-items-arrow::before{-ms-transition:transform .4s;-webkit-transition:transform .4s;transition:transform .4s}.bu-acrd-arrow-flip .bu-menu-items-arrow.acrd-menu-open::before{transform:rotateX(-180deg)!important}.brxe-bu-accordion-menu .current-menu-ancestor>a,.brxe-bu-accordion-menu .current-menu-item>a,.brxe-bu-accordion-menu a:hover{background-color:#f3f3f3}.brxe-bu-accordion-menu .bu-menu-items-arrow.acrd-menu-open,.brxe-bu-accordion-menu .current-menu-ancestor>a .bu-menu-items-arrow,.brxe-bu-accordion-menu .current-menu-item>a .bu-menu-items-arrow,.brxe-bu-accordion-menu a:hover .bu-menu-items-arrow{background-color:#f7f7f7}.brxe-bu-accordion-menu .sub-menu{display:none;transition-timing-function:linear}.brxe-bu-accordion-menu .bu-acrd-menu-title{background-color:#e8e8e8;font-size:18px;text-align:center;padding:10px 12px}.bu-acrd-menu-items li{margin:0}.bu-acrd-menu-items li:not(.menu-item-has-children) .bu-menu-items-arrow{display:none}.bu-acrd-menu-icon{display:inline-block;width:auto;float:left;margin-right:8px}.brxe-bu-sliding-menu{--link-span-translatex:10px;--bu-link-opacity:0.4s;font-size:0;position:relative;width:100%}.iframe .brxe-bu-sliding-menu{padding:2px}.brxe-bu-sliding-menu,.brxe-bu-sliding-menu *{box-sizing:inherit}.brxe-bu-sliding-menu .nomenu,.brxe-bu-sliding-menu nav{display:inline-block;font-size:16px;position:relative;overflow:hidden;width:100%}.brxe-bu-sliding-menu .bu-sdmenu-title{background-color:#f9f9f9;text-align:center;font-size:18px;padding:10px 12px}.brxe-bu-sliding-menu a,.brxe-bu-sliding-menu a:hover{text-decoration:none}.brxe-bu-sliding-menu .bu-slide-menu-item-link{background-color:#fff}.brxe-bu-sliding-menu .current-menu-ancester>.bu-slide-menu-item-link,.brxe-bu-sliding-menu .current-menu-item>.bu-slide-menu-item-link,.bu-slide-menu-back,.bu-slide-menu-back-arrow,.bu-slide-menu-item:hover>.bu-slide-menu-item-link{background-color:#f9f9f9}.brxe-bu-sliding-menu .bu-slide-menu-item:hover>.bu-slide-menu-arrow,.brxe-bu-sliding-menu .current-menu-ancester>.bu-slide-menu-arrow,.brxe-bu-sliding-menu .current-menu-item>.bu-slide-menu-arrow{background-color:#ededed}.brxe-bu-sliding-menu li a span{display:block;-ms-transform:translateX(0);-webkit-transform:translateX(0);transform:translateX(0);-ms-transition:transform .4s linear;-webkit-transition:transform .4s linear;transition:transform .4s linear}.brxe-bu-sliding-menu li:hover>a span{-webkit-transform:translateX(var(--link-span-translatex));-ms-transform:translateX(var(--link-span-translatex));transform:translateX(var(--link-span-translatex))}.brxe-bu-sliding-menu .bu-slide-menu-sub-menu{position:absolute;width:100%}.brxe-bu-sliding-menu .bu-slide-menu-el,.brxe-bu-sliding-menu .bu-slide-menu-sub-menu{margin:0;padding:0;-ms-transition:transform .4s ease-in-out;-webkit-transition:transform .4s ease-in-out;transition:transform .4s ease-in-out;list-style-type:none}.brxe-bu-sliding-menu li{opacity:1;-ms-transition:opacity var(--bu-link-opacity) ease-in-out;-webkit-transition:opacity var(--bu-link-opacity) ease-in-out;transition:opacity var(--bu-link-opacity) ease-in-out;list-style:none}.bu-slide-completed .bu-slide-menu-is-active-parent>li:not(.bu-slide-menu-li),.bu-slide-completed>li:not(.bu-slide-menu-li),.bu-slide-menu-li:not(.current-menu-ancestor)>a,.bu-slide-menu-li>span{opacity:0;-ms-transition:opacity var(--bu-link-opacity) ease-in-out;-webkit-transition:opacity var(--bu-link-opacity) ease-in-out;transition:opacity var(--bu-link-opacity) ease-in-out}.brxe-bu-sliding-menu .bu-slide-menu-item{display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-align:stretch;align-items:stretch;border-bottom:1px solid rgba(172,170,170,.2);margin:0}.brxe-bu-sliding-menu .bu-slide-menu-back{-ms-flex-direction:row;flex-direction:row}.brxe-bu-sliding-menu .bu-slide-menu-back-arrow{border-right:1px solid rgba(172,170,170,.2)}.brxe-bu-sliding-menu .bu-slide-menu-arrow{border-left:1px solid rgba(172,170,170,.2)}.brxe-bu-sliding-menu .bu-slide-menu-item.bu-slide-menu-li{border:none}.brxe-bu-sliding-menu .bu-menu-item-back,.brxe-bu-sliding-menu .bu-menu-sub-item-back,.brxe-bu-sliding-menu .bu-slide-menu-item-link{display:inline-block;-ms-flex-positive:1;flex-grow:1;cursor:pointer}.brxe-bu-sliding-menu .bu-menu-sub-item-back,.brxe-bu-sliding-menu .bu-slide-menu-item-link{padding:10px 12px}.brxe-bu-sliding-menu .bu-menu-sub-item-back,.brxe-bu-sliding-menu .bu-slide-menu-arrow,.brxe-bu-sliding-menu .bu-slide-menu-back-arrow,.brxe-bu-sliding-menu .bu-slide-menu-item-link{-ms-transition:.4s linear;-webkit-transition:.4s linear;transition:.4s linear}.brxe-bu-sliding-menu .bu-slide-menu-arrow,.brxe-bu-sliding-menu .bu-slide-menu-back-arrow{color:#aaa;cursor:pointer;width:50px;display:flex;align-items:center;justify-content:center}.brxe-bu-sliding-menu .bu-slide-menu-item:not(.bu-slide-menu-item-has-children):not(.bu-slide-menu-back) .bu-slide-menu-arrow{display:none}.brxe-bu-sliding-menu .bu-sliding-menu-direction-left .bu-slide-menu-sub-menu{top:0;left:100%}.brxe-bu-sliding-menu .bu-sliding-menu-direction-right .bu-slide-menu-sub-menu{top:0;left:-100%}.brxe-bu-sliding-menu .bu-sliding-menu-direction-top .bu-slide-menu-sub-menu{top:100%;left:0}.brxe-bu-sliding-menu .bu-sliding-menu-effect-overlay.bu-sliding-menu-direction-left .bu-slide-menu-sub-menu.bu-slide-menu-is-active{transform:translateX(-100%)}.brxe-bu-sliding-menu .bu-sliding-menu-effect-overlay.bu-sliding-menu-direction-right .bu-slide-menu-sub-menu.bu-slide-menu-is-active{transform:translateX(100%)}.brxe-bu-sliding-menu .bu-sliding-menu-effect-overlay.bu-sliding-menu-direction-top .bu-slide-menu-sub-menu.bu-slide-menu-is-active{transform:translateY(-100%)}.brxe-bu-sliding-menu .bu-sliding-menu-effect-push.bu-sliding-menu-direction-left .bu-slide-menu-is-active-parent{transform:translateX(-100%)}.brxe-bu-sliding-menu .bu-sliding-menu-effect-push.bu-sliding-menu-direction-right .bu-slide-menu-is-active-parent{transform:translateX(100%)}.brxe-bu-sliding-menu .bu-sliding-menu-effect-push.bu-sliding-menu-direction-top .bu-slide-menu-is-active-parent{transform:translateY(-100%)}.brxe-bu-sliding-menu .bu-sliding-menu-effect-push.bu-sliding-menu-direction-top{overflow-y:hidden}.bu-slide-menu-icon{display:inline-block;width:auto;float:left;margin-right:8px}.brxe-bu-off-canvas{--sb-light-color:rgba(0, 0, 0, 0.3);--sb-dark-color:rgba(0, 0, 0, 0.5);z-index:1000;position:relative;padding:0;margin:0}body:not(.bricks-is-frontend) .brxe-bu-off-canvas:not(.bu-hide-panel){top:0;left:0;position:fixed;width:100%;height:100%}.bu-oc-panel{background-color:#fff;display:flex;height:100%;flex-direction:column;position:fixed;top:0;overflow-x:hidden;pointer-events:auto;z-index:10;-webkit-transition:-webkit-transform .5s cubic-bezier(.77, 0, .175, 1),box-shadow .5s cubic-bezier(.77, 0, .175, 1);-o-transition:-o-transform .5s cubic-bezier(.77, 0, .175, 1),box-shadow .5s cubic-bezier(.77, 0, .175, 1);-moz-transition:-moz-transform .5s cubic-bezier(.77, 0, .175, 1),box-shadow .5s cubic-bezier(.77, 0, .175, 1);transition:transform .5s cubic-bezier(.77, 0, .175, 1),box-shadow .5s cubic-bezier(.77, 0, .175, 1)}.bu-ocp-right .bu-oc-panel{left:auto;right:0;width:300px}.bu-ocp-left .bu-oc-panel{left:0;right:auto;width:300px}.bu-ocp-top .bu-oc-panel{left:0;bottom:auto;height:300px;width:100%}.bu-ocp-bottom .bu-oc-panel{left:0;bottom:0;top:auto;height:300px;width:100%}.bu-push-content .bu-oc-panel{height:100vh;overflow-y:auto}.brxe-bu-off-canvas.brx-draggable.bricks-highlight-element,.brxe-bu-off-canvas.brx-draggable.is-empty{min-height:auto;min-width:auto;outline:0;outline-offset:0px}.brxe-bu-off-canvas.bricks-highlight-element .bu-oc-panel{outline:2px solid var(--builder-color-element)!important;outline-offset:-2px}.bu-hide-panel.bu-ocp-left:not(.bu-push-content) .bu-oc-panel{-webkit-transform:translate(-130%,0);-o-transform:translate(-130%,0);-moz-transform:translate(-130%,0);transform:translate(-130%,0)}.bu-hide-panel.bu-ocp-right:not(.bu-push-content) .bu-oc-panel{-webkit-transform:translate(130%,0);-o-transform:translate(130%,0);-moz-transform:translate(130%,0);transform:translate(130%,0)}.bu-hide-panel.bu-ocp-top:not(.bu-push-content) .bu-oc-panel{-webkit-transform:translate(0,-130%);-o-transform:translate(0,-130%);-moz-transform:translate(0,-130%);transform:translate(0,-130%)}.bu-hide-panel.bu-ocp-bottom:not(.bu-push-content) .bu-oc-panel{-webkit-transform:translate(0,130%);-o-transform:translate(0,130%);-moz-transform:translate(0,130%);transform:translate(0,130%)}.brxe-bu-off-canvas.editing,.brxe-bu-off-canvas:not(.bu-hide-panel):not(.bu-push-content) .bu-oc-panel{-webkit-transform:none!important;-ms-transform:none!important;-moz-transform:none!important;transform:none!important}.brxe-bu-off-canvas.bu-hide-panel .bu-oc-panel{box-shadow:none!important}.bu-ocp-left.bu-push-content .bu-oc-panel{-webkit-transform:translate(-100%,0);-o-transform:translate(-100%,0);-moz-transform:translate(-100%,0);transform:translate(-100%,0)}.bu-ocp-right.bu-push-content .bu-oc-panel{-webkit-transform:translate(100%,0);-o-transform:translate(100%,0);-moz-transform:translate(100%,0);transform:translate(100%,0)}.bu-ocp-top.bu-push-content .bu-oc-panel{-webkit-transform:translate(0,-100%);-o-transform:translate(0,-100%);-moz-transform:translate(0,-100%);transform:translate(0,-100%)}.bu-ocp-bottom.bu-push-content .bu-oc-panel{-webkit-transform:translate(0,100%);-o-transform:translate(0,100%);-moz-transform:translate(0,100%);transform:translate(0,100%)}.bu-hide-panel.bu-push-content{opacity:0}.bu-ocp-backdrop{background-color:rgba(0,0,0,.5);height:100%;top:0;left:0;right:0;bottom:0;position:fixed;pointer-events:auto;opacity:0;visibility:hidden;-webkit-transition:.5s cubic-bezier(.77, 0, .175, 1);-o-transition:.5s cubic-bezier(.77, 0, .175, 1);-moz-transition:.5s cubic-bezier(.77, 0, .175, 1);transition:.5s cubic-bezier(.77, 0, .175, 1);width:100%;z-index:9}.brxe-bu-off-canvas:not(.bu-hide-panel) .bu-ocp-backdrop{opacity:1;visibility:visible}.bu-customize-sb .bu-oc-panel::-webkit-scrollbar{width:6px}.bu-customize-sb .bu-oc-panel::-webkit-scrollbar-track{background-color:var(--sb-light-color);border-radius:0}.bu-customize-sb .bu-oc-panel::-webkit-scrollbar-thumb{border-radius:0;background-color:var(--sb-dark-color)}body.bu-disable-scroll{margin:0;overflow:hidden}.hide-wp-admin-bar,.ocp-hide-on-page-load .bu-ocp-backdrop{display:none}.bu-remove-spacing{margin:0!important;top:0!important;padding:0!important}.brxe-bu-off-canvas .bricks-preview-element-spacing{z-index:10000000!important}.brxe-bu-star-rating{--star-color:#777;--star-background:#fc0;--percent:calc(var(--rating) / 5 * 100%);display:inline-block;font-size:20px;font-family:Times;line-height:1}.brxe-bu-star-rating::before{content:'★★★★★';letter-spacing:3px;background:linear-gradient(90deg,var(--star-background) var(--percent),var(--star-color) var(--percent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;word-wrap:normal}.stars-no-empty{width:calc(var(--rating)/ 5 * 100%);overflow:hidden}.brxe-bu-post-grid{display:grid;width:100%;gap:20px}.brxe-bu-post-grid[data-grid="2"]{grid-template-columns:repeat(2,minmax(auto,1fr))}.brxe-bu-post-grid[data-grid="3"]{grid-template-columns:repeat(3,minmax(auto,1fr))}.brxe-bu-post-grid[data-grid="4"]{grid-template-columns:repeat(4,minmax(auto,1fr))}.brxe-bu-post-grid[data-grid="5"]{grid-template-columns:repeat(5,minmax(auto,1fr))}.brxe-bu-post-grid[data-grid="6"]{grid-template-columns:repeat(6,minmax(auto,1fr))}.brxe-bu-post-grid[data-grid=tpl1],.brxe-bu-post-grid[data-grid=tpl2],.brxe-bu-post-grid[data-grid=tpl3],.brxe-bu-post-grid[data-grid=tpl5]{grid-template-columns:repeat(3,minmax(auto,1fr))}.brxe-bu-post-grid[data-grid=tpl4]{grid-template-columns:repeat(5,minmax(auto,1fr))}.brxe-bu-post-grid[data-grid=tpl1] .grid-item-1,.brxe-bu-post-grid[data-grid=tpl1] [data-query-loop-index="0"],.brxe-bu-post-grid[data-grid=tpl2] .grid-item-1,.brxe-bu-post-grid[data-grid=tpl2] [data-query-loop-index="0"]{grid-row:1/3;grid-column:1/3}.brxe-bu-post-grid[data-grid=tpl2] .grid-item-9{grid-row:4/6;grid-column:2/4}.brxe-bu-post-grid[data-grid=tpl3] .grid-item-10,.brxe-bu-post-grid[data-grid=tpl3] .grid-item-14,.brxe-bu-post-grid[data-grid=tpl3] .grid-item-18,.brxe-bu-post-grid[data-grid=tpl3] .grid-item-2,.brxe-bu-post-grid[data-grid=tpl3] .grid-item-22,.brxe-bu-post-grid[data-grid=tpl3] .grid-item-26,.brxe-bu-post-grid[data-grid=tpl3] .grid-item-30,.brxe-bu-post-grid[data-grid=tpl3] .grid-item-6{grid-column:2/4}.brxe-bu-post-grid[data-grid=tpl3] .grid-item-11,.brxe-bu-post-grid[data-grid=tpl3] .grid-item-15,.brxe-bu-post-grid[data-grid=tpl3] .grid-item-19,.brxe-bu-post-grid[data-grid=tpl3] .grid-item-23,.brxe-bu-post-grid[data-grid=tpl3] .grid-item-27,.brxe-bu-post-grid[data-grid=tpl3] .grid-item-3,.brxe-bu-post-grid[data-grid=tpl3] .grid-item-33,.brxe-bu-post-grid[data-grid=tpl3] .grid-item-7,.brxe-bu-post-grid[data-grid=tpl4] .grid-item-1,.brxe-bu-post-grid[data-grid=tpl4] .grid-item-9,.brxe-bu-post-grid[data-grid=tpl4] [data-query-loop-index="0"]{grid-column:1/3}.brxe-bu-post-grid[data-grid=tpl4] .grid-item-11,.brxe-bu-post-grid[data-grid=tpl4] .grid-item-3{grid-column:4/6}.brxe-bu-post-grid[data-grid=tpl4] .grid-item-6{grid-column:2/5;grid-row:2/5}.brxe-bu-post-grid[data-grid=tpl5] .grid-item-2{grid-column:2/4;grid-row:span 2}.brxe-bu-post-grid[data-grid=tpl5] .grid-item-10,.brxe-bu-post-grid[data-grid=tpl5] .grid-item-4{grid-column:span 2}@media only screen and (max-width:991px){.brxe-bu-post-grid[data-grid-ld="1"]{grid-template-columns:1fr}.brxe-bu-post-grid[data-grid-ld="2"]{grid-template-columns:repeat(2,minmax(auto,1fr))}.brxe-bu-post-grid[data-grid-ld="3"]{grid-template-columns:repeat(3,minmax(auto,1fr))}.brxe-bu-post-grid[data-grid-ld="4"]{grid-template-columns:repeat(4,minmax(auto,1fr))}.brxe-bu-post-grid[data-grid-ld="1"] .grid-item,.brxe-bu-post-grid[data-grid-ld="2"] .grid-item,.brxe-bu-post-grid[data-grid-ld="3"] .grid-item,.brxe-bu-post-grid[data-grid-ld="4"] .grid-item{grid-column:auto;grid-row:auto}}@media only screen and (max-width:768px){.brxe-bu-post-grid[data-grid-md="1"]{grid-template-columns:1fr}.brxe-bu-post-grid[data-grid-md="2"]{grid-template-columns:repeat(2,minmax(auto,1fr))}.brxe-bu-post-grid[data-grid-md="3"]{grid-template-columns:repeat(3,minmax(auto,1fr))}.brxe-bu-post-grid[data-grid-md="4"]{grid-template-columns:repeat(4,minmax(auto,1fr))}.brxe-bu-post-grid[data-grid-md="1"] .grid-item,.brxe-bu-post-grid[data-grid-md="2"] .grid-item,.brxe-bu-post-grid[data-grid-md="3"] .grid-item,.brxe-bu-post-grid[data-grid-md="4"] .grid-item{grid-column:auto;grid-row:auto}}@media only screen and (max-width:620px){.brxe-bu-post-grid[data-grid-sd="1"]{grid-template-columns:1fr}.brxe-bu-post-grid[data-grid-sd="2"]{grid-template-columns:repeat(2,minmax(auto,1fr))}.brxe-bu-post-grid[data-grid-sd="3"]{grid-template-columns:repeat(3,minmax(auto,1fr))}.brxe-bu-post-grid[data-grid-sd="4"]{grid-template-columns:repeat(4,minmax(auto,1fr))}.brxe-bu-post-grid[data-grid-sd="1"] .grid-item,.brxe-bu-post-grid[data-grid-sd="2"] .grid-item,.brxe-bu-post-grid[data-grid-sd="3"] .grid-item,.brxe-bu-post-grid[data-grid-sd="4"] .grid-item{grid-column:auto;grid-row:auto}}.iframe .gform_wrapper{display:block!important}.brxe-bu-gf-styler .gform_wrapper .gfield-choice-input,.brxe-bu-gf-styler .ginput_container_consent input[type=checkbox]{width:auto}.brxe-bu-gf-styler .ginput_container_consent input[type=checkbox],.brxe-bu-gf-styler .ginput_container_consent label,.brxe-bu-gf-styler input[type=file]::file-selector-button{display:inline-block}.brxe-bu-gf-styler input[type=submit]{border:none;background-color:var(--bricks-color-primary);color:var(--bricks-text-dark);padding:8px 12px}.brxe-bu-gf-styler .gform_wrapper{--inp-col-gap:2%}.brxe-bu-gf-styler .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),.brxe-bu-gf-styler .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full){padding-right:calc(var(--inp-col-gap)/ 2)!important}.brxe-bu-gf-styler .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),.brxe-bu-gf-styler .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){padding-left:calc(var(--inp-col-gap)/ 2)!important;padding-right:0!important}.brxe-bu-gf-styler .gform_wrapper.gravity-theme .gfield input.medium,.brxe-bu-gf-styler .gform_wrapper.gravity-theme .gfield select.medium{width:calc(50% - (var(--inp-col-gap)/ 2))}.gform_wrapper.gravity-theme .ginput_complex{align-items:center}.bu-gf-cbui .ginput_container input[type=checkbox],.bu-gf-cbui .ginput_container input[type=radio]{visibility:hidden;margin-right:4px}.bu-gf-cbui .ginput_container input[type=checkbox]:before,.bu-gf-cbui .ginput_container input[type=radio]:before{content:none}.bu-gf-cbui .ginput_container input[type=checkbox]:after,.bu-gf-cbui .ginput_container input[type=radio]:after{background-color:#fff;border-width:1px;content:'';color:#212529;display:inline-block;width:15px;height:15px;visibility:visible;border-style:solid;border-radius:.25rem;-webkit-transition:.1s;transition:.1s;background-size:9px;background-repeat:no-repeat;background-position:center center;position:absolute;box-sizing:border-box}.bu-gf-cbui .ginput_container input[type=checkbox]:checked:after,.bu-gf-cbui .ginput_container input[type=radio]:checked:after{border-width:1px;background-color:#222;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");-webkit-transition:.3s ease-out;transition:.3s ease-out}.bu-gf-cbui .ginput_container input[type=radio]:after{border-radius:50%}.bu-gf-cbui .ginput_container input[type=radio]:checked:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}@media only screen and (max-width:640px){.brxe-bu-gf-styler .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),.brxe-bu-gf-styler .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full){padding-right:0!important}.brxe-bu-gf-styler .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),.brxe-bu-gf-styler .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){padding-left:0!important}.bu-gf-inline-form:not(.bu-gf-stack) .gform_fields{display:flex!important;align-items:flex-start}.bu-gf-inline-form:not(.bu-gf-stack) .gfield{flex-grow:1}}.brxe-bu-ff-styler .fluentform .ff-el-group.ff_submit_btn_wrapper{margin-bottom:0}.brxe-bu-ff-styler .fluentform input[type=checkbox]{-webkit-appearance:checkbox}.brxe-bu-ff-styler .fluentform input[type=radio]{-webkit-appearance:radio}.bu-ff-cbui .ff-el-group input[type=checkbox],.bu-ff-cbui .ff-el-group input[type=radio]{visibility:hidden;margin-right:6px}.bu-ff-cbui .ff-el-group input[type=checkbox]:before,.bu-ff-cbui .ff-el-group input[type=radio]:before{content:none}.bu-ff-cbui .ff-el-group input[type=checkbox]:after,.bu-ff-cbui .ff-el-group input[type=radio]:after{background-color:#fff;border-width:1px;content:'';color:#212529;display:inline-block;width:15px;height:15px;visibility:visible;border-style:solid;border-radius:.25rem;-webkit-transition:.1s;transition:.1s;background-size:9px;background-repeat:no-repeat;background-position:center center;position:absolute;box-sizing:border-box}.bu-ff-cbui .ff-el-group input[type=checkbox]:checked:after,.bu-ff-cbui .ff-el-group input[type=radio]:checked:after{border-width:1px;background-color:#222;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");-webkit-transition:.3s ease-out;transition:.3s ease-out}.bu-ff-cbui .ff-el-group input[type=radio]:after{border-radius:50%}.bu-ff-cbui .ff-el-group input[type=radio]:checked:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.brxe-bu-ff-styler .fluentform .ff-btn.ff-btn-submit:focus,.brxe-bu-ff-styler .fluentform .ff-btn.ff-btn-submit:hover{opacity:1}.brxe-bu-ff-styler .fluentform input[type=checkbox],.brxe-bu-ff-styler .fluentform input[type=radio]{width:auto}.brxe-bu-ff-styler .ff-el-input--label,.brxe-bu-ff-styler .ff-el-input--label label,.brxe-bu-ff-styler .ff_repeater_table th .ff-el-input--label,.brxe-bu-ff-styler .ff_repeater_table th .ff-el-input--label label,.brxe-bu-ff-styler .fluentform .ff-checkable-grids{width:100%}.brxe-bu-ff-styler .ff-el-group input[type=radio]{height:auto}.brxe-bu-ff-styler .ff-el-group input[type=radio]:hover{box-shadow:none}.brxe-bu-ff-styler .fluentform .ff-el-tc{border-collapse:unset}.brxe-bu-ff-styler .fluentform span.ff-el-rating-text{vertical-align:middle}.brxe-bu-ff-styler .fluentform{--repeat-btn-size:20px}.brxe-bu-ff-styler .fluentform .repeat_btn svg{width:var(--repeat-btn-size);height:var(--repeat-btn-size);fill:currentColor}.brxe-bu-ff-styler .ff-el-net-label span,.brxe-bu-ff-styler .ff-el-net-label:hover span,.brxe-bu-ff-styler .fluentform .ff-el-progress span{position:relative;z-index:2}.brxe-bu-ff-styler .fluentform .ff-el-progress{overflow:visible}@media only screen and (min-width:768px){.brxe-bu-ff-styler .frm-fluent-form .ff-t-cell:first-of-type{padding-left:0!important}.brxe-bu-ff-styler .frm-fluent-form .ff-t-cell:last-of-type{padding-right:0!important}}.brx-body.iframe .brxe-bu-ff-styler .fluentform .has-conditions{display:block!important}.brxe-bu-ff-styler .fluentform .ff_el_checkable_photo_holders{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:16px}.brxe-bu-ff-styler .fluentform .ff-el-image-holder,.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span{align-items:center;transition:.3s ease-in-out}.brxe-bu-ff-styler .fluentform .ff-el-image-holder .ff-el-form-check-label{padding:0}.brxe-bu-ff-styler .fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder span{margin:0}.brxe-bu-ff-styler .ff-btn-secondary{border:1px solid transparent;border-radius:7px;cursor:pointer;display:inline-block;font-size:16px;font-weight:500;line-height:1.5;padding:8px 20px;position:relative;text-align:center;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.brxe-bu-cf7{width:100%;padding:10px}.wpcf7-form-control.wpcf7-submit{border:none;background-color:var(--bricks-color-primary);color:var(--bricks-text-dark);padding:8px 12px}.bu-reading-progress-bar{background-color:var(--bricks-color-primary);height:5px;position:fixed;left:0;width:100%;z-index:99}.bu-reading-progress-bar-top{top:0}.bu-reading-progress-bar-bottom{top:auto;bottom:0}.bu-reading-progress-bar-fill{background-color:#fc5611;height:5px;position:absolute;width:0%;-webkit-transition:width 50ms;-o-transition:width 50ms;transition:width 50ms}.brxe-bu-atcomp,.brxe-bu-atcomp .compare-action,.brxe-bu-atwsl,.brxe-bu-atwsl .wishlist-action{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;line-height:1}.brxe-bu-atcomp,.brxe-bu-atwsl{background-color:#fff;padding:10px}.brxe-bu-atcomp .bu-comp-icon,.brxe-bu-atwsl .bu-wsl-icon{font-size:18px}.brxe-bu-atcomp .compare-action,.brxe-bu-atwsl .wishlist-action{gap:5px;position:relative;line-height:1}.brxe-bu-atcomp .compare-action.added .default-icon,.brxe-bu-atcomp .compare-action:not(.added) .fill-icon,.brxe-bu-atwsl .wishlist-action.added .default-icon,.brxe-bu-atwsl .wishlist-action:not(.added) .fill-icon{display:none;opacity:0;visibility:hidden;font-size:0!important}.brxe-bu-atcomp .compare-action.adding .compare-text,.brxe-bu-atcomp .compare-action.adding .default-icon,.brxe-bu-atcomp .compare-action.adding .fill-icon,.brxe-bu-atwsl .wishlist-action.adding .default-icon,.brxe-bu-atwsl .wishlist-action.adding .fill-icon,.brxe-bu-atwsl .wishlist-action.adding .wishlist-text{opacity:.25}.brxe-bu-atcomp .spinner-icon,.brxe-bu-atwsl .spinner-icon{display:none;opacity:0;visibility:hidden;transition:.3s;animation:1s linear infinite spin;z-index:-1;position:absolute}.brxe-bu-atcomp .adding,.brxe-bu-atwsl .adding{pointer-events:none}.brxe-bu-atcomp .adding .spinner-icon,.brxe-bu-atwsl .adding .spinner-icon{display:block;opacity:1;visibility:visible;z-index:0}.brxe-bu-atcomp .tippy-box,.brxe-bu-atwsl .tippy-box{width:100%;white-space:nowrap}.brxe-bu-comp-counter,.brxe-bu-wsl-counter{display:flex;flex-direction:column;align-items:self-start;position:relative}.bu-comp-counter,.bu-comp-counter-btn,.bu-wsl-counter,.bu-wsl-counter-btn,.comp-btn-contents,.wsl-btn-contents{display:flex;align-items:center;justify-content:center}.bu-comp-counter-btn,.bu-wsl-counter-btn{color:#555;flex-direction:row;position:relative;padding:6px}.bu-comp-counter-btn:focus,.bu-comp-counter:focus,.bu-wsl-counter-btn:focus,.bu-wsl-counter:focus{outline:0}.bu-comp-counter-in-bubble .bu-comp-counter,.bu-wsl-counter-in-bubble .bu-wsl-counter{background-color:#006dd2;border-radius:100px;color:#fff;font-size:8px;height:14px;line-height:1;position:absolute;top:0;right:0;width:14px;transition-property:color,background-color;transition-duration:.3s;transition-timing-function:ease}.bu-comp-counter-btn-icon,.bu-wsl-counter-btn-icon{font-size:22px;transition-property:color,background-color;transition-duration:.3s;transition-timing-function:ease}.bu-comp-icon--left .comp-btn-contents,.bu-wsl-icon--left .wsl-btn-contents{flex-direction:row}.bu-comp-counter-btn.bu-comp-counter--right,.bu-comp-icon--right .comp-btn-contents,.bu-wsl-counter-btn.bu-wsl-counter--right,.bu-wsl-icon--right .wsl-btn-contents{flex-direction:row-reverse}.bu-comp-counter--left .bu-comp-counter,.bu-wsl-counter--left .bu-wsl-counter{margin-right:6px}.bu-comp-counter--right .bu-comp-counter,.bu-wsl-counter--right .bu-wsl-counter{margin-left:6px}.bricks-is-frontend .bu-comp-hide-btn,.bricks-is-frontend .bu-wsl-hide-btn,.bu-compare-content--buatc .added_to_cart,.bu-hide-comp-btn,.bu-hide-comp-counter .bu-comp-counter,.bu-hide-popup,.bu-hide-wsl-btn,.bu-hide-wsl-counter .bu-wsl-counter{display:none}.bu-comp-counter-hide-counter .bu-comp-counter,.bu-wsl-counter-hide-counter .bu-wsl-counter{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.brxe-product-related li .brxe-bu-atcomp,.brxe-product-related li .brxe-bu-atwsl,.brxe-product-upsells li .brxe-bu-atcomp,.brxe-product-upsells li .brxe-bu-atwsl,.brxe-woocommerce-products li .brxe-bu-atcomp,.brxe-woocommerce-products li .brxe-bu-atwsl{position:absolute;top:10px;right:10px;cursor:pointer}.del-processing,.removing{position:relative;opacity:.35;-webkit-transition:opacity .5s,visibility .5s;-moz-transition:opacity .5s,visibility .5s;transition:opacity .5s,visibility .5s}.bu-compare-content-td.removed,.del-processing.deleted{opacity:0;visibility:hidden}.brxe-bu-compare-items{position:relative;width:100%;--arrow-box-width:40px;display:flex;flex-direction:row;justify-content:flex-end;flex-wrap:wrap}.brxe-bu-compare-items .bu-compare-table-wrapper{border:1px solid #e1e1e1;overflow:auto;overflow-y:hidden;position:relative;width:100%}.brxe-bu-compare-items>div::-webkit-scrollbar{display:none}.bu-compare-table{background-color:transparent;border-collapse:collapse;border-spacing:0;width:100%;max-width:100%}.bu-compare-items td{vertical-align:middle;border:1px solid #e1e1e1;text-align:center;padding:16px 30px}.bu-compare-items td~td{min-width:225px}.bu-compare-items td.bu-compare-field--label{background-color:#f7f7f7;border-left:none;color:#222;position:sticky;left:0;z-index:1;text-align:start;min-width:150px}.bu-compare-items tr:first-child td{border-top:none;padding-top:16px}.bu-compare-items tr:last-child td{border-bottom:none}.bu-compare-items td:last-child{border-right:none}.bu-compare-table-arrow{display:none}.bu-compare-content-td .star-rating{margin:0 auto}.bu-compare-items .brxe-bu-qty{justify-content:center}@media only screen and (max-width:680px){.bu-compare-row .blank-cell{display:none}}@media only screen and (min-width:768px){.bu-compare-table-arrow{background-color:#f7f7f7;border:1px solid #ededed;display:-webkit-box;display:-ms-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px;width:var(--arrow-box-width);height:40px;cursor:pointer;outline:0;z-index:3;-webkit-transition:.3s;transition:.3s}}.bu-compare-table .compare-content-heading,.bu-compare-table h1,.bu-compare-table h2,.bu-compare-table h3,.bu-compare-table h4,.bu-compare-table h5,.bu-compare-table h6{font-size:inherit}.buec-confirm-popup{position:fixed;top:0;left:0;width:100%;z-index:99;height:100%;background-color:transparent!important;padding:0!important;margin:0!important;border:none!important;box-shadow:none!important;-webkit-transition:.5s cubic-bezier(.77, 0, .175, 1);-o-transition:.5s cubic-bezier(.77, 0, .175, 1);-moz-transition:.5s cubic-bezier(.77, 0, .175, 1);transition:.5s cubic-bezier(.77, 0, .175, 1)}body.bricks-is-frontend .buec-confirm-popup{opacity:0;visibility:hidden}.modal-content{width:400px;background-color:#fff;padding:25px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;text-align:center}.buec-confirm-popup .bu-cnf-backdrop{background-color:rgba(0,0,0,.5);height:100%;top:0;left:0;right:0;bottom:0;position:fixed;pointer-events:auto;width:100%;z-index:9}body.bricks-is-frontend .buec-confirm-popup.buec-show-popup{opacity:1;visibility:visible;z-index:999999}.brxe-bu-wsl-atc,.brxe-bu-wsl-clean{position:relative;--loading-color:#fff;--loading-size:40px}.brxe-bu-wsl-atc.atc-processing .button-text,.brxe-bu-wsl-atc.atc-processing i,.brxe-bu-wsl-atc.atc-processing svg,.brxe-bu-wsl-clean.clean-processing .button-text,.brxe-bu-wsl-clean.clean-processing i,.brxe-bu-wsl-clean.clean-processing svg{opacity:.45}.apply-coupon-button.applying-discount::before,.brxe-bu-shipping-cal .button.calculating::before,.brxe-bu-wsl-atc.atc-processing::before,.brxe-bu-wsl-clean.clean-processing::before,.brxe-loop-builder-on.processing::before{opacity:1}.apply-coupon-button::before,.brxe-bu-shipping-cal .button::before,.brxe-bu-wsl-atc::before,.brxe-bu-wsl-clean::before,.brxe-loop-builder-on.woocommerce-mini-cart-item::before{content:"";width:var(--loading-size);height:var(--loading-size);position:absolute;transform:translate(-50%,-50%);mask-image:url("data:image/svg+xml,%3Csvg version='1.1' id='L9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Cpath fill='currentColor' d='M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite' /%3E%3C/path%3E%3C/svg%3E");background-color:var(--loading-color);mask-position:0 0;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3Csvg version='1.1' id='L9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Cpath fill='currentColor' d='M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite' /%3E%3C/path%3E%3C/svg%3E");-webkit-mask-position:0 0;-webkit-mask-size:100% 100%;pointer-events:none;animation:1s linear infinite bu-loading-spinner;opacity:0}.brxe-loop-builder-on.woocommerce-mini-cart-item::before{left:calc(50% - 20px);top:calc(50% - 20px)}@keyframes bu-loading-spinner{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.bu-add-all-cart-notice{background-color:#fff;padding:8px 14px;box-shadow:0 0 8px #e2e8e8}.brxe-bu-ajax-search{padding-inline:10px;flex:1 1 auto;width:100%;position:relative;--bu-as-form-height:40px;--bu-as-form-btn-w:40px;--bu-as-form-cat-w:175px;--scrollbar-track-bg:rgba(0,0,0,.05);--scrollbar-thumb-bg:rgba(0,0,0,.12);--content-wrapper-height:auto;--content-wrapper-mheight:50vh;--btn-arrow-size:7px;--btn-arrow-color:rgba(0,0,0,.1)}.brxe-bu-ajax-search.has-reset-btn{--bu-as-reset-btn-w:40px}.brxe-bu-ajax-search:not(.has-reset-btn){--bu-as-reset-btn-w:0px}.brxe-bu-ajax-search .autocomplete-suggestion>.brxe-block,.brxe-bu-ajax-search .autocomplete-suggestion>.brxe-container,.brxe-bu-ajax-search .autocomplete-suggestion>.brxe-div,.brxe-bu-ajax-search .autocomplete-suggestion>.brxe-section,.brxe-bu-ajax-search .autocomplete-suggestion>.brxe-section>.brxe-container,.brxe-bu-ajax-search .autocomplete-suggestion>article,.brxe-bu-ajax-search .autocomplete-suggestion>div,.brxe-bu-ajax-search .autocomplete-suggestion>section,.brxe-bu-ajax-search .autocomplete-suggestion>span{width:100%}.brxe-bu-ajax-search .search-form{position:relative}.brxe-bu-ajax-search .search-form input[type=text]{border:2px solid rgba(0,0,0,.1);box-shadow:none;height:var(--bu-as-form-height);font-size:14px;vertical-align:middle;transition:border-color .5s;padding:0 15px;max-width:100%;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none}.default.has-cat.has-search-btn .search-form input[type=text]{padding-inline-end:calc(var(--bu-as-reset-btn-w) + var(--bu-as-form-cat-w) + var(--bu-as-form-btn-w) + 15px)}.default.has-cat:not(.has-search-btn) .search-form input[type=text]{padding-inline-end:calc(var(--bu-as-reset-btn-w) + var(--bu-as-form-cat-w) + 15px)}.default.has-search-btn:not(.has-cat) .search-form input[type=text],.skin-1.has-search-btn .search-form input[type=text]{padding-inline-end:calc(var(--bu-as-reset-btn-w) + var(--bu-as-form-btn-w) + 15px)}.skin-1.has-cat .search-form input[type=text]{padding-inline-start:calc(var(--bu-as-form-cat-w) + 10px)}.has-reset-btn:not(.has-search-btn):not(.has-cat) .search-form input[type=text]{padding-inline-end:calc(var(--bu-as-reset-btn-w) + 15px)}.brxe-bu-ajax-search .search-form input[type=text]:focus{outline:0}.brxe-bu-ajax-search::placeholder{color:#999}.brxe-bu-ajax-search .search-submit{background-color:transparent;box-shadow:none;cursor:pointer;display:inline-flex;height:100%;align-items:center;justify-content:center;outline:0;padding:0;position:absolute;right:0;width:var(--bu-as-form-btn-w)}.bu-as-search-icon,.loading-icon{font-size:20px}.brxe-bu-ajax-search .search-submit,.bu-as-search-icon,.loading-icon{color:#777;transition:color .25s,background-color .25s,border-color .25s,box-shadow .25s,opacity .25s}.brxe-bu-ajax-search .loading-icon{display:none;opacity:0;visibility:hidden;transition:.3s;animation:1s linear infinite spin;z-index:-1;position:absolute}.brxe-bu-ajax-search.searching .loading-icon{display:block;opacity:1;visibility:visible;z-index:0}.brxe-bu-ajax-search.searching .bu-as-search-icon{opacity:.05}.brxe-bu-ajax-search.searching .search-submit{pointer-events:none}.has-arrow.search-button:before{content:" ";display:block;position:absolute;left:calc(var(--btn-arrow-size) * -2);border-color:transparent var(--btn-arrow-color) transparent transparent;border-width:var(--btn-arrow-size);border-style:solid}.brxe-bu-ajax-search .search-reset-button{background-color:transparent;box-shadow:none;cursor:pointer;height:100%;align-items:center;justify-content:center;outline:0;padding:0;position:absolute;right:0;width:var(--bu-as-reset-btn-w)}.bricks-is-frontend .brxe-bu-ajax-search .search-reset-button{display:none}.brxe-bu-ajax-search .search-reset-button.show,body:not(.bricks-is-frontend) .brxe-bu-ajax-search .search-reset-button{display:inline-flex}.default.has-cat.has-search-btn .search-reset-button{right:calc(var(--bu-as-form-cat-w) + var(--bu-as-form-btn-w))}.default.has-cat:not(.has-search-btn) .search-reset-button{right:var(--bu-as-form-cat-w)}.default.has-search-btn:not(.has-cat) .search-reset-button,.skin-1.has-search-btn .search-reset-button{right:var(--bu-as-form-btn-w)}.bu-as-reset-icon{font-size:20px}.brxe-bu-ajax-search .search-reset-button,.bu-as-reset-icon{color:#777;transition:color .25s,background-color .25s}.bu-as-cat{display:flex;align-items:center;position:absolute;top:0;height:100%}.default.has-cat.has-search-btn .bu-as-cat{inset-inline-end:var(--bu-as-form-btn-w);right:var(--bu-as-form-btn-w)}.skin-1.has-cat .bu-as-cat{left:0}.default.has-cat:not(.has-search-btn) .bu-as-cat{right:0}.bu-as-cat>a{border-left:2px solid rgba(0,0,0,.1);border-right:2px solid rgba(0,0,0,.1);color:#999;display:flex;align-items:center;padding-left:15px;padding-right:15px;font-size:13px;height:100%;width:var(--bu-as-form-cat-w)}.default.has-cat:not(.has-search-btn) .bu-as-cat>a{border-right:0}.skin-1.has-cat .bu-as-cat>a{border-left:none}.bu-as-cat>a>span{overflow:hidden;width:100%;text-overflow:ellipsis;white-space:nowrap}.bu-as-cat-dropdown{background-color:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 0 3px #ebebeb;padding:15px 25px;position:absolute;top:100%;right:0;left:auto;z-index:200;visibility:hidden;opacity:0;transition:opacity .4s cubic-bezier(.19,1,.22,1),visibility .4s cubic-bezier(.19,1,.22,1),transform .4s cubic-bezier(.19,1,.22,1);transform:translateY(15px) translateZ(0);pointer-events:none;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;min-width:var(--bu-as-form-cat-w);max-height:50vh;scrollbar-width:thin}.skin-1 .bu-as-cat-dropdown{left:0}.bu-as-cat-dropdown ul{list-style:none;margin:0;padding:0}.bu-as-cat-dropdown ul li a{color:#999;position:relative;display:flex;align-items:center;font-size:12px;padding:4px 0;width:100%}.bu-as-cat-dropdown .children li a{padding-left:15px}.bu-as-cat-dropdown .current-item>a{color:#333;font-weight:600}.bu-as-cat-dropdown.bu-as-dd-opened,.bu-as-result-wrapper.result-opened{visibility:visible;opacity:1;transform:none!important;pointer-events:unset}.bu-as-dd--icon{font-size:10px;transition:transform .3s linear}.arrow-up .bu-as-dd--icon{transform:rotate(-180deg)}.bu-as-result-wrapper{background-color:#fff;border:1px solid rgba(0,0,0,.1);border-top:none;pointer-events:none;position:absolute;top:100%;right:auto;left:11px;z-index:100;visibility:hidden;opacity:0;transition:opacity .4s cubic-bezier(.19,1,.22,1),visibility .4s cubic-bezier(.19,1,.22,1),transform .4s cubic-bezier(.19,1,.22,1);transform:translateY(15px) translateZ(0);width:calc(100% - 21px)}.autocomplete-suggestions{overflow:hidden;overflow-y:auto;height:var(--content-wrapper-height);max-height:var(--content-wrapper-mheight);-webkit-overflow-scrolling:touch;scrollbar-width:thin}.bricks-posts-nothing-found{padding:15px}@media only screen and (min-width:1025px){.autocomplete-suggestions::-webkit-scrollbar,.bu-as-cat-dropdown::-webkit-scrollbar{width:5px}.autocomplete-suggestions::-webkit-scrollbar-thumb,.bu-as-cat-dropdown::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-bg)}.autocomplete-suggestions::-webkit-scrollbar-track,.bu-as-cat-dropdown::-webkit-scrollbar-track{background-color:var(--scrollbar-track-bg)}}.bu-countdown.bu-timer{width:100%}.bu-countdown.bu-evergreen-date-countDays,.bu-countdown.bu-evergreen-date-countHours,.bu-countdown.bu-evergreen-date-countMinutes,.bu-countdown.bu-evergreen-date-countSeconds,.bu-countdown.bu-evergreen-date-countWeeks,.bu-countdown.bu-fixed-date-countDays,.bu-countdown.bu-fixed-date-countHours,.bu-countdown.bu-fixed-date-countMinutes,.bu-countdown.bu-fixed-date-countSeconds,.bu-countdown.bu-fixed-date-countWeeks{border:4px solid #000;border-radius:50%;padding:30px;margin-right:20px}.bu-countdown-item .bu-countdown-digit,.bu-countdown-item .bu-countdown-label{padding:0;margin:0}.bu-countdown .bu-countdown-digit-wrapper.square{display:-webkit-box;display:-ms-flexbox;display:flex;box-pack:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;box-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;box-orient:vertical;-webkit-box-orient:vertical;box-direction:normal;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bu-countdown{width:100%;display:flex;gap:10px;flex-wrap:wrap;flex-direction:row}.bu-countdown .bu-countdown-item{display:flex;align-items:center;justify-content:center;position:relative;flex-direction:column}.bu-countdown-digit-wrapper,.bu-countdown-label-wrapper{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:100%}.bu-countdown-item.label-position-right{flex-direction:row-reverse}.bu-countdown-item.label-position-left{flex-direction:row}.bu-countdown-separator-line .bu-countdown-item{position:relative;padding:0;margin-left:0;margin-right:0}.bu-countdown-separator-colon .bu-countdown-digit-wrapper:after{content:':';display:inline-block;font-size:25px;line-height:1.325;position:absolute;right:-10px;top:45%;z-index:10;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);text-align:center}.bu-countdown-separator-colon .bu-countdown-digit-wrapper{margin-right:15px}.bu-countdown-separator-line .bu-countdown-item:after{content:'';display:inline-block;position:absolute;top:0;right:-6px;bottom:0;z-index:10;border-right:1px solid #ccc}.bu-countdown-separator-colon .bu-countdown-item:not(.label-position-right):last-child .bu-countdown-digit-wrapper:after,.bu-countdown-separator-line .bu-countdown-item:last-child:after{content:none}.brxe-bu-image{width:100%;overflow:hidden}.brxe-bu-image .bu-image-item{margin:0;position:relative}.brxe-bu-image .bu-image-attachment{position:absolute;top:0;bottom:0;left:0;right:0;background-size:cover;margin:0;background-repeat:no-repeat;background-position:center center}.brxe-bu-image .bu-image-attachment img{width:100%;height:100%;opacity:0;visibility:hidden}.lg-sub-html h4{color:#fff}.lg-container.lg-show{position:relative;z-index:99999}.bulg-custom-thumbnails .lg-outer{width:auto;right:225px;left:10px}.bulg-custom-thumbnails .lg-outer .lg-thumb-outer{left:auto;top:0;width:225px;max-height:none;bottom:0;padding-left:5px;padding-right:5px;margin:0 -10px;overflow-y:auto;position:fixed;right:0;transform:translate3d(30%,0,0);opacity:0;will-change:transform opacity;transition:transform .15s cubic-bezier(0, 0, .25, 1),.15s cubic-bezier(0, 0, .25, 1);z-index:9999999}.bulg-custom-thumbnails .lg-outer.lg-components-open .lg-thumb-outer{transform:translate3d(0,0,0);opacity:1}.brxe-bu-cart-counter{display:flex;flex-direction:column;align-items:self-start;position:relative}.brxe-bu-cart-counter.brx-draggable.is-empty{min-height:auto;min-width:auto}.bu-cart-counter-popup>.brxe-bu-cart-counter.brx-draggable.is-empty{min-height:90px}.brxe-bu-cart-counter.brx-draggable.is-empty:not(.editing){border:none;outline:0!important}.bu-cart-counter,.bu-cart-counter-btn,.bu-cart-counter-it-wrapper,.bucc-btn-contents{display:flex;align-items:center;justify-content:center}.bu-cart-counter-btn{color:#555;flex-direction:row;position:relative;padding:6px}.bu-cart-counter-btn:focus,.bu-cart-counter:focus{outline:0}.bu-cart-counter-in-bubble .bu-cart-counter{background-color:#006dd2;border-radius:100px;color:#fff;font-size:10px;height:16px;line-height:1;position:absolute;top:1px;right:-4px;width:16px;transition-property:color,background-color;transition-duration:.3s;transition-timing-function:ease}.bu-cart-counter-btn-icon{font-size:22px;transition-property:color,background-color;transition-duration:.3s;transition-timing-function:ease}.bu-cart-icon--left .bu-cart-counter-it-wrapper,.bu-cart-price--left .bucc-btn-contents{flex-direction:row}.bu-cart-counter-btn.bu-cart-counter--right,.bu-cart-icon--right .bu-cart-counter-it-wrapper,.bu-cart-price--right .bucc-btn-contents{flex-direction:row-reverse}.bu-cart-icon--left .bu-cart-counter-btn-icon,.bu-cart-price--left .bu-cart-order-total,.bu-cart-price--left .bu-cart-subtotal{padding-right:6px}.bu-cart-icon--right .bu-cart-counter-btn-icon,.bu-cart-price--right .bu-cart-order-total,.bu-cart-price--right .bu-cart-subtotal{padding-left:6px}.bu-cart-order-total strong,.bu-cart-subtotal strong{font-weight:inherit}.bu-cart-counter--left .bu-cart-counter{margin-right:6px}.bu-cart-counter--right .bu-cart-counter{margin-left:6px}.bu-cart-counter-popup{background-color:#fcfcfc;opacity:0;padding:20px;position:absolute;bottom:-30px;transition:.3s;width:300px;visibility:hidden;z-index:1001;overflow:hidden;overflow-y:auto}.bu-cart-counter-popup.align-center{left:50%;transform:translateX(-50%) translateY(100%)}.bu-cart-counter-popup.align-right{right:0;transform:translateY(100%)}.bu-cart-counter-popup.align-left{left:0;transform:translateY(100%)}.bu-cart-counter-popup.bu-visible,.bucc-builder-popup.bu-cart-counter-popup{bottom:0;opacity:1;visibility:visible}.bu-hide-cart-btn,.bu-hide-cart-counter .bu-cart-counter,.bu-hide-cart-price .bu-cart-order-total,.bu-hide-cart-price .bu-cart-subtotal,.bu-hide-popup{display:none}.bu-cart-counter-hide-counter .bu-cart-counter{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}@media only screen and (max-width:600px){.brxe-bu-cart-counter{position:static}.bu-cart-counter-popup,.bu-cart-counter-popup.align-left,.bu-cart-counter-popup.align-right{display:flex;flex-direction:column;flex:0 1 auto;right:auto;left:50%;transform:translateX(-50%) translateY(100%);max-width:97vw;width:100%}}.brxe-bu-cart-item-qty,.brxe-bu-qty{--bricks-woo-input-height:20px}.brxe-bu-qty{display:flex;width:100%}.brxe-bu-cart-item-qty .quantity,.brxe-bu-qty .quantity{border-style:solid;border-width:1px;display:flex;margin-bottom:0;overflow:hidden;width:auto}.brxe-bu-cart-item-qty .quantity{height:22px}.brxe-bu-cart-item-qty input::-webkit-inner-spin-button,.brxe-bu-cart-item-qty input::-webkit-outer-spin-button,.brxe-bu-qty input::-webkit-inner-spin-button,.brxe-bu-qty input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;display:none}.brxe-bu-qty .qty{-moz-appearance:textfield!important}.brxe-bu-cart-item-qty .quantity .qty,.brxe-bu-qty .quantity .qty{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;background-color:transparent;border:none;flex:1;font-size:10px;line-height:1;padding:0;text-align:center;width:25px;order:1}.brxe-bu-cart-item-qty .quantity svg,.brxe-bu-qty .quantity svg{height:13px;width:13px}.brxe-bu-cart-item-qty .quantity .minus,.brxe-bu-cart-item-qty .quantity .plus,.brxe-bu-qty .quantity .minus,.brxe-bu-qty .quantity .plus{align-items:center;cursor:pointer;display:flex;justify-content:center}.brxe-bu-cart-item-qty .quantity .action,.brxe-bu-qty .quantity .action{width:25px}.brxe-bu-cart-item-qty .quantity .minus,.brxe-bu-qty .quantity .minus{border-right:1px solid var(--bricks-border-color);order:0}.brxe-bu-cart-item-qty .quantity .plus,.brxe-bu-qty .quantity .plus{border-left:1px solid var(--bricks-border-color);order:2}.brxe-product-add-to-cart:not(.hide-tick-icon) a.button.added:after{font-family:WooCommerce;content:"\e017";margin-left:.3em;vertical-align:bottom}.brxe-bu-dd-qty{display:flex;align-items:center;position:relative;--scrollbar-track-bg:rgba(0,0,0,.05);--scrollbar-thumb-bg:rgba(0,0,0,.12)}.brxe-bu-dd-qty .qty-text{margin-right:5px}.brxe-bu-dd-qty .bu-qty-dropdown{background-color:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 0 3px #ebebeb;padding:5px 15px;position:absolute;top:100%;right:0;left:auto;z-index:200;visibility:hidden;opacity:0;transition:opacity .4s cubic-bezier(.19,1,.22,1),visibility .4s cubic-bezier(.19,1,.22,1),transform .4s cubic-bezier(.19,1,.22,1);transform:translateY(15px) translateZ(0);pointer-events:none;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;max-height:50vh;scrollbar-width:thin}@media only screen and (min-width:1025px){.bu-qty-dropdown::-webkit-scrollbar{width:5px}.bu-qty-dropdown::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-bg)}.bu-qty-dropdown::-webkit-scrollbar-track{background-color:var(--scrollbar-track-bg)}}.bu-qty-dropdown ul{list-style:none;margin:0;padding:0}.bu-qty-dropdown ul li a{color:#999;position:relative;display:flex;align-items:center;font-size:12px;padding:2px 0;width:100%}.bu-qty-dropdown .current-item>a{color:#333;font-weight:600}.bricks-is-frontend .bu-qty-dropdown.bu-qty-dd-opened,.is-active-element.bricks-draggable-handle .bu-qty-dd-opened{visibility:visible;opacity:1;transform:none!important;pointer-events:unset}.brxe-bu-dd-qty .bu-qty--icon{font-size:10px;transition:transform .3s linear}.brxe-bu-dd-qty .arrow-up .bu-qty--icon{transform:rotate(-180deg)}.bu-lp-data .select2-container--default .select2-selection--multiple .select2-selection__choice{float:left;margin-top:6px;margin-right:5px;padding:5px 12px 5px 6px;border:0;box-shadow:none;border-radius:4px;background-color:#007cba;color:#fff;cursor:default}.bu-lp-data .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#efefef}.bu-lp-data .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#fff}.brxe-bu-stock-indicator{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;background:#dfdfdf;height:7px;max-height:7px;overflow:hidden;position:relative}.brxe-bu-stock-indicator .indicator-res{background:#a8a8a8;height:100%;-webkit-transition:width .4s ease-in-out;transition:width .4s ease-in-out;width:0}.brxe-bu-cart-content{align-self:center;display:flex;flex-direction:column;width:100%;position:relative;height:100%;top:0;--qty-wrapper:80px;--image-width:55px}.brxe-bu-cart-content .widget_shopping_cart_content{display:flex;flex-direction:column;margin:10px 0 0;width:100%}.brx-offcanvas-inner .widget_shopping_cart_content,.bu-oc-panel .widget_shopping_cart_content,.x-offcanvas_inner .widget_shopping_cart_content{position:absolute;left:0;top:0;bottom:0}.brxe-bu-cart-content .woocommerce-mini-cart.cart_list{overflow-y:auto;list-style:none;flex-grow:1}.brxe-bu-cart-content .woocommerce-mini-cart__total{border-top:1px solid #dedcdc;padding:10px 0;margin-bottom:0;line-height:1}.brxe-bu-cart-content .woocommerce-mini-cart__total strong{font-weight:inherit}.brxe-bu-cart-content .total .woocommerce-Price-amount{float:right;line-height:1}.brxe-bu-cart-content .woocommerce-mini-cart__buttons{display:flex;flex-direction:row;gap:5px}.brxe-bu-cart-content .woocommerce-mini-cart__buttons a.button{background-color:#eee;font-size:12px;border-radius:0;letter-spacing:1px;text-transform:uppercase;line-height:1.2;text-align:center;padding:16px 24px;outline:0;font-family:inherit;display:flex;flex-direction:row;justify-content:center;transition:.2s ease-in;width:100%}.brxe-bu-cart-content .woocommerce-mini-cart__buttons a.button:hover{background-color:#b9b9b9}.brxe-bu-cart-content .woocommerce-mini-cart__buttons a.checkout{background-color:#cdcdcd}.brxe-bu-cart-content ul.product_list_widget li{display:grid;grid-template-columns:var(--image-width) 1fr;column-gap:15px;margin-bottom:10px}.brxe-bu-cart-content .product-title{display:grid;grid-template-columns:1fr max-content;align-content:space-between;column-gap:8px;line-height:1}.brxe-bu-cart-content a:not(.remove){font-weight:700}.brxe-bu-cart-content .remove_from_cart_button{align-items:center;color:#888;display:flex;font-size:18px;justify-content:center;line-height:1;position:relative;transition:.2s ease-in}.brxe-bu-cart-content .remove_from_cart_button *{position:absolute;width:100%;height:100%;top:50%;left:50%;transform:translateY(-50%)}.brxe-bu-cart-content li dl{margin:0;font-size:13px;line-height:1.425;display:inline-block;width:100%;clear:both}.brxe-bu-cart-content .variation dt{margin:0;padding:0;display:inline-block;clear:left;float:left}.brxe-bu-cart-content .variation dd,.brxe-bu-cart-content.variation dd p{margin:0;padding:0 0 0 4px;display:inline-block;float:left;color:#777}.brxe-bu-cart-content .brxe-bu-cart-item-qty{display:grid;grid-template-columns:var(--qty-wrapper) auto;justify-content:space-between;align-items:initial;margin-top:8px}.brxe-bu-cart-content .bu-bricks-template{display:block!important;width:100%}.hide-empty-cart-msg .widget_shopping_cart_content{position:relative}.hide-empty-cart-msg .woocommerce-mini-cart__empty-message{display:none}.brxe-bu-buy-now{display:flex;justify-content:center;align-items:center;line-height:1;gap:10px}.brxe-bu-buy-now i{line-height:1}.brxe-bu-billing-to,.brxe-bu-payment-method,.brxe-bu-shipping-methods,.brxe-bu-shipping-to,.woocommerce .bu-checkout-fields .form-row-first,.woocommerce .bu-checkout-fields .form-row-last{float:none;width:100%;--bullet-position:-50%,-50%}.bu-checkout-fields{width:100%;margin:0 0 10px;position:relative;--bullet-position:-50%,-50%}.bu-checkout-fields abbr[title],.place-order abbr[title]{text-decoration:none}.bu-checkout-fields::placeholder{color:var(--bricks-text-light)}.woocommerce-checkout .bu-default p.form-row{position:relative}.brxe-bu-shipping-to.woocommerce-shipping-fields,.bu-checkout-fields :where(p){margin:0}.wc-block-components-address-address-wrapper:empty{min-height:90px}.woocommerce-checkout .bu-default label:not(.checkbox):not(.radio){color:var(--bricks-text-light);cursor:text;font-weight:400;font-size:1em;left:.5625em;line-height:1.25;margin:0;overflow:hidden;position:absolute;text-decoration:inherit;text-overflow:ellipsis;text-transform:inherit;top:0;transform:translateY(1em);transform-origin:top left;transition:.2s;z-index:1}.brxe-bu-shipping-fields label.checkbox,.brxe-bu-shipping-fields label.radio,.place-order label.checkbox{display:inline-flex;align-items:center}.brxe-bu-shipping-fields label.checkbox input,.brxe-bu-shipping-fields label.radio input,.place-order label.checkbox input{margin-right:6px}.bu-default .select2-selection,.bu-default input:not([type=radio]):not([type=checkbox]):not([type=submit]),.bu-default select{background-color:#fff;border:1px solid var(--bricks-border-color);border-radius:var(--bricks-border-radius);box-sizing:border-box;color:#2b2d2f;font-family:inherit;font-size:1em;line-height:1em;margin:0;min-height:0;padding:1em;width:100%;transition:var(--bricks-transition);height:100%}.bu-checkout-fields textarea{border:1px solid var(--bricks-border-color);border-radius:var(--bricks-border-radius);width:100%;min-height:auto;padding:1em}.bu-checkout-fields .woocommerce-invalid.validate-required .select2-selection,.bu-checkout-fields .woocommerce-invalid.validate-required select,.bu-checkout-fields .woocommerce-invalid.validate-required textarea{border-color:var(--bricks-text-danger)}.bu-default p.is-active label:not(.checkbox):not(.radio){transform:translateY(.5em) scale(.875)}.bu-default .select2-selection:focus,.bu-default .select2-selection:valid,.bu-default p.is-active .select2-selection,.bu-default p.is-active input:not([type=submit]):not(.checkbox):not(.radio),.bu-default.is-active .select2-selection,.bu-default.is-active select{padding:1.5em .5em .5em}.bu-default.is-active textarea{padding:2.1em .8em .5em}.bu-default .select2-container .select2-selection--single .select2-selection__rendered{padding-left:0;line-height:1.25em;font-size:1em}.bu-default .select2-container--default .select2-selection--single .select2-selection__arrow{top:50%;right:0;transform:translate(-50%,-50%)}.bu-default .select2-selection__placeholder{opacity:0;display:inline-block;height:100%;width:100%}.brxe-bu-shipping-methods .bu-shipping-package-title{color:#333;font-size:1.1em;font-weight:400}.brxe-bu-billing-to:not(.woocommerce-billing-fields-button-cb) ul.bu-billing-option,.brxe-bu-payment-method ul.wc_payment_methods,.brxe-bu-shipping-methods ul.woocommerce-shipping-methods,.brxe-bu-shipping-to ul.bu-shipping-option{border:1px solid var(--bricks-border-color);border-radius:var(--bricks-border-radius);line-height:1;margin:0;overflow:visible;padding-left:0}.brxe-bu-billing-to.woocommerce-billing-fields-button-cb ul.bu-billing-option{margin:0;padding:0;border:none!important}.brxe-bu-billing-to:not(.woocommerce-billing-fields-button-cb) ul.bu-billing-option li,.brxe-bu-payment-method ul.wc_payment_methods li,.brxe-bu-shipping-methods ul.woocommerce-shipping-methods li,.brxe-bu-shipping-to ul.bu-shipping-option li{border:0;border-bottom:1px solid var(--bricks-border-color);border-radius:0;clear:both;cursor:pointer;display:block;list-style-type:none;margin:0;text-indent:0}.brxe-bu-billing-to.woocommerce-billing-fields-button-cb ul li{list-style-type:none}.woocommerce-billing-fields-button-cb .bu-checkbox-buttons{margin-bottom:20px}.brxe-bu-billing-to:not(.woocommerce-billing-fields-button-cb) ul.bu-billing-option li .bu-billing-option-wrapper,.brxe-bu-shipping-methods ul.woocommerce-shipping-methods li .bu-shipping-method-inner,.brxe-bu-shipping-to ul.bu-shipping-option li .bu-shipping-option-wrapper{align-items:center;display:flex;padding:15px}.brxe-bu-payment-method ul.wc_payment_methods li{display:flex;flex-wrap:wrap;padding:0}.brxe-bu-payment-method ul.payment_methods li[class*=payment_method]{padding:0!important}.brxe-bu-payment-method ul.payment_methods li[class*=payment_method] input[name=payment_method],.brxe-bu-payment-method ul.wc_payment_methods li input[type=radio]{margin:15px 6px 15px 15px!important;display:inline-flex!important}.brxe-bu-payment-method ul.wc_payment_methods .payment_box{border-top:1px solid var(--bricks-border-color);background-color:#fafafa;padding:12px;width:100%;display:flex;flex-direction:column;flex:0 0 100%;font-size:13px;line-height:1.325}.brxe-bu-billing-to .bu-billing-option-wrapper input.billing_option,.brxe-bu-shipping-methods .bu-shipping-method-inner input.shipping_method,.brxe-bu-shipping-to .bu-shipping-option-wrapper input.shipping_option{float:none}.brxe-bu-payment-method .wc_payment_method label,.brxe-bu-shipping-methods .bu-shipping-method-inner label{clear:both;align-items:center;cursor:pointer;display:inline-flex;flex-grow:1;margin:0 0 0 4px;line-height:1.23}.brxe-bu-cart-cost.cart-subtotal,.brxe-bu-shipping-methods .bu-shipping-method-inner{flex-wrap:wrap}.brxe-bu-payment-method .wc_payment_method label{gap:5px}.brxe-bu-shipping-methods .bu-shipping-method-inner label{justify-content:space-between}.bu-radio-buttons .bu-billing-option-wrapper,.bu-radio-buttons .bu-shipping-option-wrapper,.bu-radio-buttons .woocommerce-input-wrapper{display:flex;flex-wrap:wrap;align-items:center;gap:5px}.bu-radio-buttons .woocommerce-input-wrapper{margin-top:5px}.brxe-bu-shipping-methods .method-description{color:#666;font-size:14px;width:100%;margin:8px 0 0}.bu-radio-buttons label{clear:both;cursor:pointer;font-weight:400;display:inline-flex;margin:0 13px 0 0;line-height:1.23}.brxe-bu-shipping-methods .bu-shipping-method-inner label .woocommerce-Price-amount{margin-left:.5em}.brxe-bu-shipping-methods ul.woocommerce-shipping-methods li table{border-top:1px solid var(--bricks-border-color);margin-top:.5em;padding-top:.5em;width:100%}.brxe-bu-billing-to ul.bu-billing-option li:first-child,.brxe-bu-payment-method ul.wc_payment_methods li:first-child,.brxe-bu-shipping-methods ul.woocommerce-shipping-methods li:first-child,.brxe-bu-shipping-to ul.bu-shipping-option li:first-child{border-radius:var(--bricks-border-radius) var(--bricks-border-radius) 0 0}.brxe-bu-billing-to ul.bu-billing-option li:last-child,.brxe-bu-payment-method ul.wc_payment_methods li:last-child,.brxe-bu-shipping-methods ul.woocommerce-shipping-methods li:last-child,.brxe-bu-shipping-to ul.bu-shipping-option li:last-child{border:0!important}.brxe-bu-billing-to ul.bu-billing-option li:last-child,.brxe-bu-payment-method ul.wc_payment_methods li:last-child,.brxe-bu-payment-method ul.wc_payment_methods li:last-child .payment_box,.brxe-bu-shipping-methods ul.woocommerce-shipping-methods li:last-child,.brxe-bu-shipping-to ul.bu-shipping-option li:last-child{border-radius:0 0 var(--bricks-border-radius) var(--bricks-border-radius)}.bu-checkbox-buttons input[type=checkbox],.place-order input[type=checkbox]{-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid #000;border-radius:3px;cursor:pointer;height:16px;outline:0;position:relative;padding:0;width:16px}.bu-checkbox-buttons input[type=checkbox]:checked,.place-order input[type=checkbox]:checked{background-color:#000}.bu-checkbox-buttons input[type=checkbox]:checked:after,.place-order input[type=checkbox]:checked:after{opacity:1}.bu-checkbox-buttons input[type=checkbox]:after,.place-order input[type=checkbox]:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC4zIiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjguOSAwLjMgMTAuMyA4Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTIuNiA4LjEgOC45IDQuM2wxLTEuMSAyLjcgMi43TDE4LjEuNWwxIDF6Ii8+PC9zdmc+),none;content:"";display:block;height:8px;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:10px}.brxe-bu-payment-method .wc_payment_method input[type=radio],.brxe-bu-shipping-methods ul.woocommerce-shipping-methods input[type=radio],.bu-radio-buttons input[type=radio]{-webkit-appearance:none;appearance:none;box-shadow:none;position:relative;background-color:#fff;border:1px solid var(--bricks-border-color);border-radius:50%;width:20px;height:20px;box-sizing:border-box;margin-right:6px;outline:0;padding:0}.brxe-bu-payment-method .wc_payment_method input[type=radio]:checked:after,.brxe-bu-shipping-methods ul.woocommerce-shipping-methods input[type=radio]:checked:after,.bu-radio-buttons input[type=radio]:checked:after{background-color:#fff;border-radius:50%;content:"";display:block;height:8px;width:8px;left:50%;opacity:1;position:absolute;top:50%;transform:translate(var(--bullet-position))}.brxe-bu-payment-method .wc_payment_method input[type=radio]:checked,.brxe-bu-shipping-methods ul.woocommerce-shipping-methods input[type=radio]:checked,.bu-radio-buttons input[type=radio]:checked{background-color:#000}.brxe-bu-shipping-methods .shipping-message{padding-top:10px}.brxe-bu-billing-to:not(.woocommerce-billing-fields-button-cb) .bu-billing-form-fields,.bu-shipping-form-fields{background-color:#fbfbfb;border-top:1px solid var(--bricks-border-color);padding:15px 15px 5px}.brxe-bu-place-order #place_order{line-height:1;min-height:auto;padding:15px;width:100%}.place-order .woocommerce-terms-and-conditions-checkbox-text{line-height:1.2}.brxe-bu-payment-method ul.wc_payment_methods label img,.brxe-bu-payment-method ul.wc_payment_methods label span img,.brxe-bu-payment-method ul.wc_payment_methods li.payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon{max-height:auto;max-width:auto;height:20px;width:auto}.brxe-bu-payment-method .payment_box.payment_method_mollie_wc_gateway_creditcard,.brxe-bu-review-order{display:flex;flex-direction:column;width:100%}.brxe-bu-cart-cost,.cart-discount,.order-tax .cart-tax-rate,.order-tax .tax-rate-label,.tax-total .tax-label{display:flex;justify-content:space-between;align-items:center;width:100%}.brxe-bu-cart-cost.order-bumps-price{justify-content:flex-start;gap:4px}.brxe-bu-cart-cost ins{text-decoration-line:none}.brxe-bu-cart-cost .coupon-code{flex-grow:1;order:-3}.brxe-bu-cart-cost .woocommerce-remove-coupon{order:-2;font-size:9px;text-transform:uppercase;margin:0 5px 0 0;color:red}.cart-subtotal .tax_label{width:100%}.brxe-bu-shipping-to .hidden,.woocommerce-checkout .hidden,.woocommerce-terms-and-conditions-wrapper abbr{display:none!important;padding:0;margin:0;visibility:hidden;z-index:-99}.ppc-button-wrapper,.woocommerce .brxe-bu-payment-method .wc_payment_method fieldset,.woocommerce-checkout .brxe-bu-payment-method.woocommerce-checkout-payment{border:none;padding:0;width:100%}.shipping-option-name{font-size:10px;font-weight:700;margin:0}.wc-item-meta{list-style:none;padding:0;margin:0}.wc-item-meta li p{display:inline-block;width:auto;margin:0}.brxe-bu-shipping-methods .shop-table{margin:5px 0 0}.brxe-bu-shipping-methods .shop-table td{text-align:right}.brxe-bu-shipping-methods .form-row[packetery-renderer=after-rate]{display:flex;flex-wrap:wrap;padding:0 20px 20px}.brxe-bu-billing-fields .create-account,.brxe-bu-shipping-methods [packetery-renderer=after-rate] .packetery-widget-button-row{display:flex;align-items:center;gap:8px;width:100%}.brxe-bu-billing-fields .create-account{margin:0 0 10px}.brxe-bu-shipping-methods [packetery-renderer=after-rate] .packeta-widget-button .packetery-widget-button-logo{margin:0}.brxe-bu-shipping-methods [packetery-renderer=after-rate] .packeta-widget-button button{width:auto}.brxe-bu-empty-cart{display:flex;justify-content:center;align-items:center;line-height:1;gap:10px}.brxe-bu-empty-cart i{line-height:1}.brxe-bu-empty-cart.hide-when-empty{display:none!important}.variations_form .variations .value{position:relative;width:100%}.brxe-bu-atc a.product_type_variable:not(.ajax_single_add_to_cart):after,.brxe-bu-swatches-loop .bricks-variation-swatches,.brxe-bu-swatches-loop .single_variation_wrap,.loop-variations-reset .sw-reset-button,.swatch-on-loop.bu-swatch-hidden,.swatches-select .bu-show-all-swatches.bu-swatches-divider,.variations_form .variations .has-swatches select{display:none!important}.variations_form .variations th.label{vertical-align:middle;padding-right:10px}.brxe-bu-swatches-loop .variations_form .variations th.label{vertical-align:top}.variations_form .variations label{margin-right:5px;margin-bottom:0;white-space:nowrap}.swatches-select{display:inline-flex;vertical-align:middle;align-items:center;flex-wrap:wrap}.bu-swatch{cursor:pointer;border:1px solid #dedede;display:inline-flex;margin:5px 0;text-align:center;line-height:1;vertical-align:middle;transition:.3s;position:relative;justify-content:center;align-items:center;gap:3px}.swatch-on-single.swatch-enabled{cursor:pointer}.swatch-on-loop:not(:last-child),.swatch-on-single:not(:last-child){margin-right:4px}.swatch-on-loop.swatch-with-bg span,.swatch-on-single.swatch-with-bg span{background-position:center;background-size:cover;background-repeat:no-repeat;display:block;font-size:0;position:relative;overflow:hidden}.swatch-on-single.swatch-with-bg span{height:25px;width:25px}.swatch-on-loop.swatch-with-bg span{height:18px;width:18px}.bu-swatch:not(.swatch-with-bg) span,.swatch-on-loop.swatch-with-bg span,.swatch-on-single.swatch-with-bg span{border:2px solid #fff}.swatch-with-bg.swatches-color span,.swatch-with-bg.swatches-color:not(.bu-swatch-with-name){border-radius:50%}.bu-swatch-with-name.swatch-with-bg,.bu-swatch:not(.swatch-with-bg) span{display:inline-flex;justify-content:center;align-items:center;padding:5px;text-transform:uppercase;font-size:10px}.bu-swatch:not(.swatch-with-bg) span{background-color:#e9e6e6;font-size:10px}.swatch-disabled,.swatch-ofs,.swatch-on-loop.swatch-enabled.swatch-ofs,.swatch-on-single.swatch-enabled.swatch-ofs{opacity:.75}.swatch-disabled span:before,.swatch-ofs span:before{content:'';position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(to top left,rgba(0,0,0,0) 0,rgba(0,0,0,0) calc(50% - .8px),rgba(165,165,165,.9) 50%,rgba(0,0,0,0) calc(50% + .8px),rgba(0,0,0,0) 100%),linear-gradient(to top right,rgba(0,0,0,0) 0,rgba(0,0,0,0) calc(50% - .8px),rgba(165,165,165,.9) 50%,rgba(0,0,0,0) calc(50% + .8px),rgba(0,0,0,0) 100%)}.swatch-disabled span:after,.swatch-ofs span:after{content:'';position:absolute;background:rgba(255,255,255,.5);top:0;left:0;width:100%;height:100%;z-index:1}.brxe-bu-atc:not(.no-tick) .swatch-with-bg.active-swatch:before,.brxe-bu-linked-variations:not(.no-tick) .swatch-with-bg.active-swatch:before,.brxe-bu-swatches-loop:not(.no-tick) .swatch-with-bg.active-swatch:before,.brxe-product-add-to-cart:not(.no-tick) .swatch-with-bg.active-swatch:before{background-image:url("data:image/svg+xml;utf8,%3Csvg filter='drop-shadow(0 0 2px rgb(0 0 0 / .8))' xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 30 30'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M4 16L11 23 27 7'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:48%;content:" ";display:block;height:18px;position:absolute;width:18px;z-index:10}.sw-reset-button{display:inline-block;margin-left:15px;vertical-align:middle}.brxe-bu-swatches-loop .sw-reset-button{margin-left:5px}.brxe-bu-swatches-loop form.variations_form table.variations .reset_variations{background-color:#eee;font-size:10px;font-weight:700;text-transform:uppercase;padding:.3em .6em;margin:0}.loading-swatch-image .brxe-bu-product-image .hover-img,.variation-selected .brxe-bu-product-image .hover-img{display:none!important}.bu-loading-qa-form,.loading-swatch-image .image-loading{opacity:.4}.bu-loading-qa-form:after,.variation-selected .brxe-bu-product-image:after,.variation-selected .brxe-image:after{border:1px solid transparent;border-left-color:#333;border-radius:50%;content:"";display:inline-block;position:absolute;top:calc(50% - 16px);left:calc(50% - 16px);visibility:hidden;opacity:0;width:32px;height:32px;vertical-align:middle;animation:450ms linear infinite bu-spinner}.bu-loading-qa-form:after,.loading-swatch-image.variation-selected .brxe-bu-product-image:after,.loading-swatch-image.variation-selected .brxe-image:after{visibility:visible;opacity:1;transition:opacity .25s,visibility .25s}@keyframes bu-spinner{100%{transform:rotate(360deg)}}.bu-swatches-divider{cursor:pointer;display:inline-block;vertical-align:middle;font-size:12px;-webkit-transition:.25s;-moz-transition:.25s;transition:.25s}.brxe-product-add-to-cart{--builder-preview-visible:hidden;--builder-preview:none}body:not(.bricks-is-frontend) .brxe-product-add-to-cart .reset_variations{visibility:var(--builder-preview-visible)!important;display:var(--builder-preview)!important}.brxe-loop-builder-on.wrapper-overflow-hidden{position:relative;overflow:hidden}.quick-add-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:99;display:flex;justify-content:center;align-self:center;flex-direction:column;opacity:0;visibility:hidden;padding:20px;transition:.3s;transform:translate3d(0,102%,0)}.quick-add-wrapper .woocommerce-variation-price{display:block!important}.quick-add-wrapper .woocommerce-variation-availability,.quick-add-wrapper .woocommerce-variation-description{display:none!important}.quick-add-wrapper .qa-close-btn{font-size:10px;position:absolute;top:5px;right:8px;z-index:5;opacity:0;transition:opacity .2s;text-transform:uppercase}.quick-add-open .quick-add-wrapper{opacity:1;visibility:visible;transition:transform .4s;transform:translate3d(0,0,0)}.quick-add-open .quick-add-wrapper .qa-close-btn{opacity:1;transition:.25s .35s}.qa-close-btn a{display:inline-flex;gap:5px;justify-content:center;align-items:center}.quick-add-wrapper form.cart table.variations{margin-bottom:0}.quick-add-wrapper form.cart table.variations tr{border:none}.qa-cart-form .variations_form.cart,.quick-add-wrapper .sw-reset-button,.quick-add-wrapper .woocommerce-variation.single_variation,.quick-add-wrapper form.cart table.variations td,.quick-add-wrapper form.cart table.variations th{display:block;text-align:center;width:100%}.quick-add-wrapper form.cart table.variations td{padding:3px 0}.quick-add-wrapper .single_variation_wrap>.woocommerce-variation-add-to-cart{flex-direction:row!important;flex-wrap:nowrap;justify-content:center;gap:10px}.brxe-bu-atc .quick-add-wrapper form.cart .quantity{width:110px;font-size:10px}.quick-add-wrapper .quantity .action{font-size:10px}.qa-cart-form{display:flex;width:100%;justify-content:center;align-items:center;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;height:90%}.qa-cart-form::-webkit-scrollbar{width:5px}.qa-cart-form::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.12)}.qa-cart-form::-webkit-scrollbar-track{background-color:rgba(0,0,0,.05)}.qa-cart-form .sw-reset-button{margin-left:0}.qa-from-loaded.quick-add-open .quick-add-btn{transform:none!important;opacity:1!important;visibility:visible!important;position:static!important;padding:0!important;height:0!important}.qa-cart-form .single_variation_wrap{justify-content:center}.brxe-bu-swatches-loop form.cart table.variations .reset_variations:before,.brxe-bu-swatches-loop form.woocommerce-cart-form table.variations .reset_variations:before,.bu-swatch-label{display:none}.brxe-bu-swatches-loop .variations_form .variations th.label,.brxe-bu-swatches-loop form.variations_form table.variations td{padding:0}.brxe-bu-linked-variations label,.brxe-bu-swatches-loop form.variations_form table.variations{margin-bottom:0}.brxe-bu-linked-variations:not(.show-active-label) .linked-product-wrap{display:flex;gap:8px;align-items:center}.brxe-bu-linked-variations.atts-below-label:not(.show-active-label) .linked-product-wrap{flex-direction:column;align-items:flex-start}.brxe-bu-mini-cart,.brxe-bu-mini-cart>div{width:100%}.bu-oc-panel .brxe-bu-mini-cart{height:100%}.brxe-bu-mini-cart figcaption{display:none}.brxe-bu-cart-item-data .variation,.brxe-bu-cart-item-data .variation dd,.brxe-bu-cart-item-data .variation dt,.brxe-bu-mini-cart .variation,.brxe-bu-mini-cart .variation dd,.brxe-bu-mini-cart .variation dt{margin:0}.brxe-bu-cart-item-data .variation dd,.brxe-bu-cart-item-data .variation dt,.brxe-bu-mini-cart .variation dd,.brxe-bu-mini-cart .variation dt{display:inline-block;font-size:12px;color:#999;text-decoration:none;text-transform:lowercase;float:left}.brxe-bu-cart-item-data .variation dd,.brxe-bu-mini-cart .variation dd{margin-left:4px;position:relative}.brxe-bu-cart-item-data .variation dt,.brxe-bu-mini-cart .variation dt{clear:left}.brxe-bu-cart-content .woocommerce-mini-cart-item .blockUI.blockOverlay,.brxe-bu-mini-cart .woocommerce-mini-cart-item .blockUI.blockOverlay{opacity:.7!important;z-index:9999;background-color:#fff!important}.brxe-bu-cart-content .woocommerce-mini-cart-item .blockUI.blockOverlay::before,.brxe-bu-mini-cart .woocommerce-mini-cart-item .blockUI.blockOverlay::before{height:40px;width:40px;display:block;position:absolute;top:50%;left:50%;margin-left:-20px;margin-top:-20px;content:"";-webkit-animation:1s linear infinite bu-loading-spinner!important;animation:1s linear infinite bu-loading-spinner!important;mask-image:url("data:image/svg+xml,%3Csvg version='1.1' id='L9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Cpath fill='currentColor' d='M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite' /%3E%3C/path%3E%3C/svg%3E");background-color:#000;mask-position:0 0;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3Csvg version='1.1' id='L9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Cpath fill='currentColor' d='M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite' /%3E%3C/path%3E%3C/svg%3E");-webkit-mask-position:0 0;-webkit-mask-size:100% 100%}.brxe-bu-coupon-form{display:grid;grid-template-columns:60% 1fr;gap:8px;--loading-color:#fff;--loading-size:30px}.brxe-bu-coupons .bu-coupon-code,.brxe-bu-coupons .cart-discount{display:flex;align-items:center;justify-content:space-between;gap:4px;color:green}.brxe-bu-coupons .bu-coupon-code strong,.brxe-bu-coupons .woocommerce-remove-coupon{font-size:12px}input.bu-coupon-inp-field:not([type=submit]){line-height:inherit;height:100%;outline:0}.apply-coupon-button{background-color:#333;color:#fff;display:flex;flex-wrap:wrap;line-height:inherit;justify-content:center;align-items:center;padding:8px 0;position:relative;width:100%}.apply-coupon-button.applying-discount span{opacity:.25}.brxe-bu-coupon-form .wc-block-components-notice-banner.is-error,.brxe-bu-coupon-form .woocommerce-error,.brxe-bu-coupon-form .woocommerce-message{grid-column:span 2;padding:7px 12px;background-color:#d3ffad;color:#333;text-transform:uppercase;font-size:12px;transition:.3s}.brxe-bu-coupons,.bu-input-field{position:relative;width:100%}.brxe-bu-coupon-form .hide-notice,.brxe-bu-coupon-form .woocommerce-error.bu-in-builder,.brxe-bu-coupon-form .woocommerce-message.bu-in-builder,.bu-input-field:not(.bu-input-field--anim) label{display:none}.bu-input-field--anim label{position:absolute;top:50%;left:12px;transform:translateY(-50%);pointer-events:none;transition:.3s}.bu-coupon-inp-field:focus~label,.bu-coupon-inp-field:valid~label{top:0;left:10px;font-size:12px;padding:0 2px;background:#fff}.wc-block-components-notice-banner.is-error{grid-column:span 2}.brxe-bu-add-order-bumps{display:flex;align-items:center;gap:5px;--bullet-position:-50%,-50%}.brxe-bu-add-order-bumps label{display:inline-flex;align-items:center;line-height:1;margin:0}.brxe-bu-add-order-bumps input[type=checkbox]{-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid var(--bricks-border-color);cursor:pointer;height:16px;outline:0;position:relative;padding:0;width:16px}.brxe-bu-add-order-bumps input[type=checkbox]:checked{background-color:#000}.brxe-bu-add-order-bumps input[type=checkbox]:checked:after{opacity:1}.brxe-bu-add-order-bumps input[type=checkbox]:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC4zIiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjguOSAwLjMgMTAuMyA4Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTIuNiA4LjEgOC45IDQuM2wxLTEuMSAyLjcgMi43TDE4LjEuNWwxIDF6Ii8+PC9zdmc+),none;content:"";display:block;height:8px;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:10px}.brxe-bu-add-order-bumps input[type=radio]{-webkit-appearance:none;appearance:none;box-shadow:none;position:relative;background-color:#fff;border:1px solid var(--bricks-border-color);border-radius:50%;width:20px;height:20px;box-sizing:border-box;margin-right:6px;outline:0;padding:0}.brxe-bu-add-order-bumps input[type=radio]:checked:after{background-color:#fff;border-radius:50%;content:"";display:block;height:8px;width:8px;left:50%;opacity:1;position:absolute;top:50%;transform:translate(var(--bullet-position))}.brxe-bu-add-order-bumps input[type=radio]:checked{background-color:#000}.brxe-loop-builder-on{--loading-size:40px;--loading-color:#999}.brxe-loop-builder-on.processing *{opacity:.45}.brxe-loop-builder-on.processing{position:relative;pointer-events:none}.brxe-bu-product-image{position:relative;height:auto;margin:0 auto}.brxe-bu-product-image>a,.brxe-bu-product-image>span{display:block;line-height:0;transition:.25s}.brxe-bu-product-image.flip{-webkit-perspective:1000;-moz-perspective:1000;-o-perspective:1000;perspective:1000}.brxe-bu-product-image.flip .flip-container{-webkit-transition:.6s;-webkit-transform-style:preserve-3d;-moz-transition:.6s;-moz-transform-style:preserve-3d;-o-transition:.6s;-o-transform-style:preserve-3d;transition:.6s;transform-style:preserve-3d;position:relative}.brxe-bu-product-image.flip .back-image,.brxe-bu-product-image.flip:hover .flip-container{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg)}.arrows-on-hover .splide__arrow,.brxe-bu-product-image.flip,.brxe-bu-product-image.flip img{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}.brxe-bu-product-image .splide__arrow{height:30px;width:30px}.brxe-bu-product-image .splide__arrow svg{height:16px;width:16px}.arrows-on-hover .splide__arrow{opacity:0;transition:.4s ease-in-out}.arrows-on-hover:hover .splide__arrow{opacity:1}.brxe-bu-product-image.fade{transform:translate3d(0,0,0);position:relative;overflow:hidden;backface-visibility:hidden}.brxe-bu-product-image .hover-img{display:flex;align-items:center;justify-content:center;opacity:0;position:absolute;inset:0;transition:opacity .5s,transform 2s cubic-bezier(0,0,.44,1.18)}.brxe-bu-product-image .hover-img>a{display:block;flex:1 1 100%;max-width:100%;width:100%}.brxe-bu-product-image.fade .bu-mouse-enter.hover-img,.brxe-bu-product-image.fade:hover .hover-img{opacity:1;transform:scale(1.09)}.brxe-bu-ma-endpoint{display:flex;gap:5px}.brxe-bu-ma-endpoint .nav--icon{color:#777;font-size:20px}.fsn-progress-bar-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:center;margin:0 auto;width:100%}.fsn-progress-bar-min-qty,.fsn-progress-bar-wrap span.fsn-progress-bar-min-price{margin-right:10px}.fsn-progress-bar-wrap span.fsn-progress-amount,.fsn-progress-qty{margin-left:10px}.fsn-progress-bar{background:#dfdfdf;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;height:7px;overflow:hidden}.fsn-progress-bar-res{background:#a8a8a8;height:100%;-webkit-transition:width .4s ease-in-out;transition:width .4s ease-in-out;width:0}.fsn-progress-amount .woocommerce-Price-amount,.fsn-progress-bar-min-price .woocommerce-Price-amount{font-weight:400}.woo-star-rating{display:flex;gap:4px}.woo-star-rating .star{position:relative;width:15px;height:15px}.woo-star-rating .star svg{width:15px;height:100%;display:block;min-height:auto;min-width:auto}.woo-star-rating .star-bg{color:#ccc}.woo-star-rating .star-fill{position:absolute;top:0;left:0;height:100%;overflow:hidden;color:#f5a623;pointer-events:none}.brxe-bu-shipping-cal{--bullet-position:-50%,-50%;--loading-color:#333;--loading-size:40px;margin-bottom:20px;width:100%}.brxe-bu-shipping-cal form .form-row .required{visibility:hidden}.brxe-bu-shipping-cal .select2-container--default .select2-selection--single{border-radius:0;border:1px solid var(--bricks-border-color);box-shadow:none;color:currentcolor;font-size:inherit;height:auto;line-height:40px;outline:0;padding:0 12px;transition:var(--bricks-transition);width:100%}.brxe-bu-shipping-cal .select2-container .select2-selection--single .select2-selection__rendered{padding-left:0;line-height:inherit;color:currentColor}.brxe-bu-shipping-cal .select2-container--default .select2-selection--single .select2-selection__arrow{height:106%;width:30px}.brxe-bu-shipping-cal .button{width:100%;line-height:30px;min-height:auto;transition:.3s;position:relative}.brxe-bu-shipping-cal .select2-container--default .select2-selection--single .select2-selection__placeholder{display:inline-block;width:100%}.brxe-bu-shipping-cal .shipping-cal-title,.brxe-bu-shipping-cal .shipping-methods-title{font-size:1.1em}.brxe-bu-shipping-cal .shipping-methods-wrap{margin:10px 0 0}.brxe-bu-shipping-cal ul.woocommerce-shipping-methods{border:1px solid var(--bricks-border-color);border-radius:var(--bricks-border-radius);line-height:1;overflow:visible;padding-left:0}.brxe-bu-shipping-cal ul.woocommerce-shipping-methods li{border:0;border-bottom:1px solid var(--bricks-border-color);border-radius:0;clear:both;cursor:pointer;display:block;list-style-type:none;margin:0;text-indent:0}.brxe-bu-shipping-cal ul.woocommerce-shipping-methods li:last-child{border:0}.brxe-bu-shipping-cal ul.woocommerce-shipping-methods li .bu-shipping-method-inner{align-items:center;display:flex;padding:15px}.brxe-bu-shipping-cal .bu-shipping-method-inner label{clear:both;color:#444;align-items:center;cursor:pointer;display:inline-flex;flex-grow:1;margin:0 0 0 4px;line-height:1.23;justify-content:space-between}.brxe-bu-shipping-cal ul.woocommerce-shipping-methods input[type=radio]{-webkit-appearance:none;appearance:none;box-shadow:none;position:relative;background-color:#fff;border:1px solid var(--bricks-border-color);border-radius:50%;width:20px;height:20px;box-sizing:border-box;margin-right:6px;outline:0;padding:0}.brxe-bu-shipping-cal ul.woocommerce-shipping-methods input[type=radio]:checked:after{background-color:#fff;border-radius:50%;content:"";display:block;height:8px;width:8px;left:50%;opacity:1;position:absolute;top:50%;transform:translate(var(--bullet-position))}.brxe-bu-shipping-cal ul.woocommerce-shipping-methods input[type=radio]:checked{background-color:#000}.brxe-bu-shipping-cal .woocommerce-shipping-calculator{margin:10px 0 30px}.brxe-bu-shipping-cal .button.calculating *{opacity:.05}.brxe-bu-shipping-cal p.form-row{position:relative}.brxe-bu-shipping-cal .form-row label:not(.checkbox):not(.radio){color:var(--bricks-text-light);cursor:text;font-weight:400;font-size:1em;left:.6em;line-height:1.25;margin:0;overflow:hidden;position:absolute;text-decoration:inherit;text-overflow:ellipsis;text-transform:inherit;top:0;transform:translateY(1em);transform-origin:top left;transition:.2s;z-index:1}.brxe-bu-shipping-cal .form-row .select2-selection,.brxe-bu-shipping-cal .form-row input:not([type=radio]):not([type=checkbox]):not([type=submit]),.brxe-bu-shipping-cal .form-row select{background-color:#fff;border:1px solid var(--bricks-border-color);box-sizing:border-box;color:#2b2d2f;font-family:inherit;font-size:1em;line-height:1.15em;margin:0;min-height:0;padding:1em;width:100%;transition:var(--bricks-transition);height:100%}.brxe-bu-shipping-cal p.is-active label:not(.checkbox):not(.radio){transform:translateY(.5em) scale(.875)}.brxe-bu-shipping-cal .select2-selection:focus,.brxe-bu-shipping-cal .select2-selection:valid,.brxe-bu-shipping-cal p.is-active .select2-selection,.brxe-bu-shipping-cal p.is-active input:not([type=submit]):not(.checkbox):not(.radio),.brxe-bu-shipping-cal.is-active .select2-selection,.brxe-bu-shipping-cal.is-active select{padding:1.6em .6em .5em}.brxe-bu-shipping-cal .form-row[packetery-renderer=after-rate]{display:flex;flex-wrap:wrap;padding:0 20px 20px}.brxe-bu-shipping-cal [packetery-renderer=after-rate] .packetery-widget-button-row{display:flex;align-items:center;gap:8px;width:100%}.brxe-bu-shipping-cal [packetery-renderer=after-rate] .packeta-widget-button .packetery-widget-button-logo{margin:0}.brxe-bu-shipping-cal [packetery-renderer=after-rate] .packeta-widget-button button{width:auto}