@charset "UTF-8";
.pavo-move-up {
animation-name: pavoMoveUp;
-moz-animation-name: pavoMoveUp;
-webkit-animation-name: pavoMoveUp;
}
@-webkit-keyframes pavoMoveUp {
from {
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-moz-keyframes pavoMoveUp {
from {
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-ms-keyframes pavoMoveUp {
from {
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes pavoMoveUp {
from {
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
 .elementor-widget-yumyum-animated-headline .elementor-headline,
.elementor-widget-yumyum-animated-headline .yumyum-elementor-headline-dynamic-text {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: 400;
}
.elementor-widget-yumyum-animated-headline .yumyum-elementor-headline-dynamic-text {
color: var(--e-global-color-accent);
}
.elementor-headline {
font-size: 68px;
display: block;
letter-spacing: 0;
line-height: calc(81.6 / 68);
color: var(--e-global-color-secondary);
margin: 0;
}
@media (max-width: 1024px) {
.elementor-headline {
font-size: 36px;
line-height: 1.2;
}
}
.yumyum-elementor-headline--style-rotate .yumyum-elementor-headline-dynamic-wrapper {
text-align: right;
}
.yumyum-elementor-headline--style-highlight .yumyum-elementor-headline-dynamic-wrapper {
overflow: visible;
text-align: inherit;
}
.yumyum-elementor-headline--style-highlight .yumyum-elementor-headline-dynamic-text {
z-index: 1;
}
.yumyum-elementor-headline--style-highlight .yumyum-elementor-headline-plain-text {
z-index: 1;
position: relative;
}
.yumyum-elementor-headline--style-highlight svg {
position: absolute;
top: 50%;
right: 50%;
width: calc(100% + 20px);
height: calc(100% + 20px);
transform: translate(50%, -50%);
overflow: visible;
}
.yumyum-elementor-headline--style-highlight svg path {
stroke: red;
stroke-width: 9;
fill: none;
opacity: 0;
stroke-dasharray: 0 1500;
transition: 0.3s;
}
.elementor-headline.e-animated svg path {
animation: yumyum-elementor-headline-dash forwards;
animation-duration: var(--animation-duration, 1.2s);
animation-iteration-count: 1;
}
.elementor-headline.e-animated svg path:nth-of-type(2) {
animation-delay: calc(var(--animation-duration, 1.2s) / 2);
}
.elementor-headline.e-hide-highlight svg path {
opacity: 1;
stroke-dasharray: 1500 1500;
animation: hide-highlight 0.4s forwards;
animation-iteration-count: 1;
}
@keyframes yumyum-elementor-headline-dash {
from {
stroke-dasharray: 0 1500;
opacity: 1;
}
to {
stroke-dasharray: 1500 1500;
opacity: 1;
}
}
@keyframes hide-highlight {
from {
opacity: 1;
stroke-dasharray: 1500 1500;
}
to {
opacity: 0;
filter: blur(10px);
}
}
.yumyum-elementor-headline-dynamic-wrapper .yumyum-elementor-headline-dynamic-text.yumyum-elementor-headline-text-active {
position: relative;
}
.yumyum-elementor-headline-animation-type-flip .yumyum-elementor-headline-dynamic-wrapper {
perspective: 300px;
}
.yumyum-elementor-headline-animation-type-flip .yumyum-elementor-headline-dynamic-text {
opacity: 0;
transform-origin: 50% 100%;
transform: rotateX(180deg);
}
.yumyum-elementor-headline-animation-type-flip .yumyum-elementor-headline-dynamic-text.yumyum-elementor-headline-text-active {
opacity: 1;
transform: rotateX(0deg);
animation: yumyum-elementor-headline-flip-in 1.2s;
}
.yumyum-elementor-headline-animation-type-flip .yumyum-elementor-headline-dynamic-text.yumyum-elementor-headline-text-inactive {
transform: rotateX(180deg);
animation: yumyum-elementor-headline-flip-out 1.2s;
}
@keyframes yumyum-elementor-headline-flip-in {
0% {
transform: rotateX(180deg);
opacity: 0;
}
35% {
transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
transform: rotateX(360deg);
opacity: 1;
}
}
@keyframes yumyum-elementor-headline-flip-out {
0% {
transform: rotateX(0deg);
opacity: 1;
}
35% {
transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
transform: rotateX(180deg);
opacity: 0;
}
}
.yumyum-elementor-headline-animation-type-typing .yumyum-elementor-headline-dynamic-wrapper {
vertical-align: top;
overflow: hidden;
}
.yumyum-elementor-headline-animation-type-typing .yumyum-elementor-headline-dynamic-wrapper::after { content: "";
position: absolute;
right: auto;
left: 0;
top: 50%;
transform: translateY(-50%);
height: 90%;
width: 1px;
background-color: #0d0d0d;
}
.yumyum-elementor-headline-animation-type-typing .yumyum-elementor-headline-dynamic-wrapper:not(.yumyum-elementor-headline-typing-selected):after {
animation: yumyum-elementor-headline-pulse 1s infinite;
}
.yumyum-elementor-headline-animation-type-typing .yumyum-elementor-headline-dynamic-wrapper.yumyum-elementor-headline-typing-selected::after {
visibility: hidden;
}
.yumyum-elementor-headline-animation-type-typing .yumyum-elementor-headline-dynamic-text:not(.yumyum-elementor-headline-text-active) {
visibility: hidden;
}
.yumyum-elementor-headline-animation-type-typing .yumyum-elementor-headline-dynamic-letter:not(.yumyum-elementor-headline-animation-in) {
position: absolute;
visibility: hidden;
}
@keyframes yumyum-elementor-headline-pulse {
0% {
transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
transform: translateY(-50%) scale(0);
opacity: 0;
}
}
.yumyum-elementor-headline-animation-type-swirl .yumyum-elementor-headline-dynamic-wrapper {
perspective: 300px;
}
.yumyum-elementor-headline-animation-type-swirl .yumyum-elementor-headline-dynamic-letter {
display: inline-block;
backface-visibility: hidden;
}
.yumyum-elementor-headline-animation-type-swirl .yumyum-elementor-headline-dynamic-text {
transform: scaleX(1.0005);
opacity: 0;
}
.yumyum-elementor-headline-animation-type-swirl .yumyum-elementor-headline-dynamic-letter {
transform-style: preserve-3d;
transform: translateZ(-20px) rotateX(90deg);
opacity: 0;
}
.yumyum-elementor-headline-text-active .yumyum-elementor-headline-animation-type-swirl .yumyum-elementor-headline-dynamic-letter {
opacity: 1;
}
.yumyum-elementor-headline-animation-type-swirl .yumyum-elementor-headline-dynamic-letter.yumyum-elementor-headline-animation-in {
animation: yumyum-elementor-headline-swirl-in 0.4s forwards;
}
.yumyum-elementor-headline-animation-type-swirl .yumyum-elementor-headline-dynamic-letter:not(.yumyum-elementor-headline-animation-in) {
animation: yumyum-elementor-headline-swirl-out 0.4s forwards;
}
@keyframes yumyum-elementor-headline-swirl-in {
0% {
opacity: 0;
transform: translateZ(-20px) rotateX(90deg);
}
60% {
opacity: 1;
transform: translateZ(-20px) rotateX(-10deg);
}
100% {
opacity: 1;
transform: translateZ(-20px) rotateX(0deg);
}
}
@keyframes yumyum-elementor-headline-swirl-out {
0% {
opacity: 1;
transform: translateZ(-20px) rotateX(0);
}
60% {
opacity: 0;
transform: translateZ(-20px) rotateX(-100deg);
}
100% {
opacity: 0;
transform: translateZ(-20px) rotateX(-90deg);
}
}
.yumyum-elementor-headline-animation-type-slide-down .yumyum-elementor-headline-text-wrapper {
display: inline-block;
padding: 0.2em 0;
}
.yumyum-elementor-headline-animation-type-slide-down .yumyum-elementor-headline-dynamic-wrapper {
overflow: hidden;
vertical-align: top;
}
.yumyum-elementor-headline-animation-type-slide-down .yumyum-elementor-headline-dynamic-text {
opacity: 0;
top: 0.2em;
}
.yumyum-elementor-headline-animation-type-slide-down .yumyum-elementor-headline-dynamic-text.yumyum-elementor-headline-text-active {
top: 0;
opacity: 1;
animation: yumyum-elementor-headline-slide-down-in 0.6s;
}
.yumyum-elementor-headline-animation-type-slide-down .yumyum-elementor-headline-dynamic-text.yumyum-elementor-headline-text-inactive {
animation: yumyum-elementor-headline-slide-down-out 0.6s;
}
@keyframes yumyum-elementor-headline-slide-down-in {
0% {
opacity: 0;
transform: translateY(-100%);
}
60% {
opacity: 1;
transform: translateY(20%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes yumyum-elementor-headline-slide-down-out {
0% {
opacity: 1;
transform: translateY(0);
}
60% {
opacity: 0;
transform: translateY(120%);
}
100% {
opacity: 0;
transform: translateY(100%);
}
}
.yumyum-elementor-headline-animation-type-clip .yumyum-elementor-headline-text-wrapper {
display: inline-block;
padding: 0.2em 0;
}
.yumyum-elementor-headline-animation-type-clip .yumyum-elementor-headline-dynamic-wrapper {
overflow: hidden;
vertical-align: top;
}
.yumyum-elementor-headline-animation-type-clip .yumyum-elementor-headline-dynamic-wrapper::after { content: "";
position: absolute;
top: 0;
right: auto;
left: 0;
width: 2px;
height: 100%;
background-color: #0d0d0d;
}
.yumyum-elementor-headline-animation-type-clip .yumyum-elementor-headline-dynamic-text {
opacity: 0;
}
.yumyum-elementor-headline-animation-type-clip .yumyum-elementor-headline-dynamic-text.yumyum-elementor-headline-text-active {
opacity: 1;
}
.yumyum-elementor-headline-animation-type-drop-in .yumyum-elementor-headline-dynamic-wrapper {
perspective: 300px;
}
.yumyum-elementor-headline-animation-type-drop-in .yumyum-elementor-headline-dynamic-text {
opacity: 0;
}
.yumyum-elementor-headline-animation-type-drop-in .yumyum-elementor-headline-dynamic-text.yumyum-elementor-headline-text-active {
opacity: 1;
animation: yumyum-elementor-headline-drop-in-in 0.8s;
}
.yumyum-elementor-headline-animation-type-drop-in .yumyum-elementor-headline-dynamic-text.yumyum-elementor-headline-text-inactive {
animation: yumyum-elementor-headline-drop-in-out 0.8s;
}
@keyframes yumyum-elementor-headline-drop-in-in {
0% {
opacity: 0;
transform: translateZ(100px);
}
100% {
opacity: 1;
transform: translateZ(0);
}
}
@keyframes yumyum-elementor-headline-drop-in-out {
0% {
opacity: 1;
transform: translateZ(0);
}
100% {
opacity: 0;
transform: translateZ(-100px);
}
}
.yumyum-elementor-headline-animation-type-blinds .yumyum-elementor-headline-dynamic-wrapper {
perspective: 300px;
}
.yumyum-elementor-headline-animation-type-blinds .yumyum-elementor-headline-dynamic-text {
opacity: 0;
}
.yumyum-elementor-headline-animation-type-blinds .yumyum-elementor-headline-dynamic-letter {
display: inline-block;
transform: rotateY(-180deg);
backface-visibility: hidden;
}
.yumyum-elementor-headline-text-active .yumyum-elementor-headline-animation-type-blinds .yumyum-elementor-headline-dynamic-letter {
transform: rotateY(0deg);
}
.yumyum-elementor-headline-animation-type-blinds .yumyum-elementor-headline-dynamic-letter.yumyum-elementor-headline-animation-in {
animation: yumyum-elementor-headline-blinds-in 0.6s forwards;
}
.yumyum-elementor-headline-animation-type-blinds .yumyum-elementor-headline-dynamic-letter:not(.yumyum-elementor-headline-animation-in) {
animation: yumyum-elementor-headline-blinds-out 0.6s forwards;
}
@keyframes yumyum-elementor-headline-blinds-in {
0% {
transform: rotateY(-180deg);
}
100% {
transform: rotateY(0deg);
}
}
@keyframes yumyum-elementor-headline-blinds-out {
0% {
transform: rotateY(0);
}
100% {
transform: rotateY(180deg);
}
}
.yumyum-elementor-headline-animation-type-wave .yumyum-elementor-headline-dynamic-text {
opacity: 0;
}
.yumyum-elementor-headline-animation-type-wave .yumyum-elementor-headline-dynamic-letter {
display: inline-block;
opacity: 0;
transform: scale(0);
}
.yumyum-elementor-headline-text-active .yumyum-elementor-headline-animation-type-wave .yumyum-elementor-headline-dynamic-letter {
opacity: 1;
}
.yumyum-elementor-headline-animation-type-wave .yumyum-elementor-headline-dynamic-letter.yumyum-elementor-headline-animation-in {
animation: yumyum-elementor-headline-wave-up 0.6s forwards;
}
.yumyum-elementor-headline-animation-type-wave .yumyum-elementor-headline-dynamic-letter:not(.yumyum-elementor-headline-animation-in) {
animation: yumyum-elementor-headline-wave-down 0.6s forwards;
}
@keyframes yumyum-elementor-headline-wave-up {
0% {
transform: scale(0);
opacity: 0;
}
60% {
transform: scale(1.2);
opacity: 1;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes yumyum-elementor-headline-wave-down {
0% {
transform: scale(1);
opacity: 1;
}
60% {
transform: scale(0);
opacity: 0;
}
}
.yumyum-elementor-headline-animation-type-slide .yumyum-elementor-headline-dynamic-text {
opacity: 0;
}
.yumyum-elementor-headline-animation-type-slide .yumyum-elementor-headline-dynamic-text.yumyum-elementor-headline-text-active {
opacity: 1;
animation: yumyum-elementor-headline-slide-in 0.6s;
}
.yumyum-elementor-headline-animation-type-slide .yumyum-elementor-headline-dynamic-text.yumyum-elementor-headline-text-inactive {
animation: yumyum-elementor-headline-slide-out 0.6s;
}
@keyframes yumyum-elementor-headline-slide-in {
0% {
opacity: 0;
transform: translateX(100%);
}
60% {
opacity: 1;
transform: translateX(-10%);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes yumyum-elementor-headline-slide-out {
0% {
opacity: 1;
transform: translateX(0);
}
60% {
opacity: 0;
transform: translateX(-110%);
}
100% {
opacity: 0;
transform: translateX(-100%);
}
}
.yumyum-elementor-headline-animation-type-swirl .yumyum-elementor-headline-dynamic-wrapper, .yumyum-elementor-headline-animation-type-blinds .yumyum-elementor-headline-dynamic-wrapper, .yumyum-elementor-headline-animation-type-wave .yumyum-elementor-headline-dynamic-wrapper, .yumyum-elementor-headline-animation-type-slide .yumyum-elementor-headline-dynamic-wrapper, .yumyum-elementor-headline-animation-type-drop-in .yumyum-elementor-headline-dynamic-wrapper, .yumyum-elementor-headline-animation-type-slide-down .yumyum-elementor-headline-dynamic-wrapper, .yumyum-elementor-headline-animation-type-flip .yumyum-elementor-headline-dynamic-wrapper {
transition: width 0.5s;
}
.yumyum-elementor-headline-animation-type-swirl .yumyum-elementor-headline-dynamic-wrapper, .yumyum-elementor-headline-animation-type-blinds .yumyum-elementor-headline-dynamic-wrapper, .yumyum-elementor-headline-animation-type-wave .yumyum-elementor-headline-dynamic-wrapper {
overflow: hidden;
}
.yumyum-elementor-headline-animation-type-swirl .yumyum-elementor-headline-dynamic-text, .yumyum-elementor-headline-animation-type-blinds .yumyum-elementor-headline-dynamic-text, .yumyum-elementor-headline-animation-type-wave .yumyum-elementor-headline-dynamic-text {
white-space: nowrap;
}
.elementor-msie .yumyum-elementor-headline--style-highlight svg {
top: auto;
right: auto;
transform: translate(100%);
}
.headline-text-gradiant-yes .yumyum-elementor-headline-text-active {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.elementor-brand-item {
text-align: center;
display: flex;
align-items: center;
position: relative;
overflow: hidden;
}
.elementor-brand-wrapper .elementor-brand-image {
display: flex;
width: 100%;
font-size: 0px;
font-size: 0rem;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
color: var(--e-global-color-secondary);
}
@media (max-width: 425px) {
.elementor-brand-wrapper .elementor-brand-image {
margin: 0 auto;
width: 50%;
}
}
.elementor-brand-wrapper .elementor-brand-image svg {
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
color: rgba(255, 255, 255, 0.3);
}
.elementor-brand-wrapper .elementor-brand-image img {
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
height: auto;
float: right;
}
.elementor-brand-wrapper .elementor-brand-image:hover {
color: var(--e-global-color-primary);
}
.elementor-brand-wrapper .elementor-brand-image:hover img {
filter: brightness(0) saturate(100%) invert(11%) sepia(7%) saturate(3920%) hue-rotate(195deg) brightness(94%) contrast(95%);
}
.elementor-brand-wrapper .elementor-brand-image:hover svg {
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
color: white;
}
.elementor-brand-wrapper a, .elementor-brand-wrapper .aa {
display: block;
}
.elementor-brand-wrapper .column-item {
margin-bottom: 30px;
}
.elementor-brand-wrapper .slick-slide {
position: relative;
}
.elementor-brand-wrapper .slick-slide:before {
top: 0;
left: 0;
width: 1px;
height: 100%;
background: #ebebeb;
position: absolute;
}
.elementor-brand-wrapper .slick-slide:last-child:before {
content: none !important;
}
.elementor-brand-wrapper .elementor-widget-yumyum-brand .yumyum-carousel .column-item {
margin-bottom: 0 !important;
}
.elementor-brand-wrapper .elementor-widget-yumyum-brand .yumyum-carousel .slick-track {
display: flex !important;
align-items: center;
}
.elementor-widget-yumyum-breadcrumb .breadcrumb {
font-size: 15px;
font-size: 0.9375rem;
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
letter-spacing: 0;
line-height: 1.55;
color: var(--e-global-color-text);
}
.elementor-widget-yumyum-breadcrumb .breadcrumb .home:before {
font-size: 14px;
font-size: 0.875rem;
transform: translateY(-4px);
margin-left: 5px;
}
.elementor-widget-yumyum-breadcrumb .breadcrumb a {
color: var(--e-global-color-lighter);
}
.elementor-widget-yumyum-breadcrumb .breadcrumb a:hover {
color: var(--e-global-color-text);
text-decoration: underline;
}
.elementor-widget-yumyum-breadcrumb .breadcrumb span {
margin: 0 7px;
}
.elementor-widget-yumyum-breadcrumb .breadcrumb span:first-child {
margin-right: 0;
}
.elementor-widget-yumyum-breadcrumb .breadcrumb span:last-child {
margin-left: 0;
}
.elementor-widget-yumyum-breadcrumb .breadcrumb .breadcrumb-listItem > span:first-child:before {
content: unset;
}
.elementor-widget-yumyum-breadcrumb .yumyum-title {
font-size: 30px;
font-size: 1.875rem;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
letter-spacing: 0;
line-height: 1.2;
margin-bottom: 6px;
}
@media (min-width: 568px) {
.elementor-widget-yumyum-breadcrumb .yumyum-title {
font-size: 90px;
font-size: 5.625rem;
}
}
.single-post .hidden-yumyum-title-single-yes .yumyum-title, .single-give_forms .hidden-yumyum-title-single-yes .yumyum-title {
display: none;
}
.single-post .hidden-breadcrumb-title-single, .single-give_forms .hidden-breadcrumb-title-single {
display: none;
}
.breadcrumb-wrap {
display: var(--page-title-display);
}
.home .main-breadcrumb {
display: none;
}
.wpcf7-form ::placeholder {
color: #969BA1;
}
.wpcf7-form {
margin: 0;
max-width: 100%;
text-align: right;
}
.wpcf7-form .form-horizontal {
display: flex;
justify-content: space-between;
gap: 1rem;
}
.wpcf7-form .form-horizontal .form-item {
width: 100%;
}
@media (max-width: 767px) {
.wpcf7-form .form-horizontal {
flex-direction: column;
gap: 0;
}
}
.wpcf7-form .form-item {
margin-bottom: 1rem;
}
.wpcf7-form .form-item p span input[type=text], .wpcf7-form .form-item p span input[type=number], .wpcf7-form .form-item p span input[type=email], .wpcf7-form .form-item p span input[type=tel], .wpcf7-form .form-item p span input[type=url],
.wpcf7-form .form-item p span input[type=password], .wpcf7-form .form-item p span input[type=search], .wpcf7-form .form-item p span input[type=date], .wpcf7-form .form-item p span .input-text, .wpcf7-form .form-item p span select, .wpcf7-form .form-item p span textarea {
border: 2px solid var(--e-global-color-border);
padding: 16px 20px;
border-radius: 9px;
margin-top: 0;
font-size: 14px;
font-size: 0.875rem;
line-height: calc(18 / 14);
min-height: 54px;
text-transform: capitalize;
}
.wpcf7-form .form-item p span input[type=text]::placeholder, .wpcf7-form .form-item p span input[type=number]::placeholder, .wpcf7-form .form-item p span input[type=email]::placeholder, .wpcf7-form .form-item p span input[type=tel]::placeholder, .wpcf7-form .form-item p span input[type=url]::placeholder,
.wpcf7-form .form-item p span input[type=password]::placeholder, .wpcf7-form .form-item p span input[type=search]::placeholder, .wpcf7-form .form-item p span input[type=date]::placeholder, .wpcf7-form .form-item p span .input-text::placeholder, .wpcf7-form .form-item p span select::placeholder, .wpcf7-form .form-item p span textarea::placeholder {
color: #333338;
}
.wpcf7-form p {
margin: 0;
}
.wpcf7-form p .contact-label {
color: red;
}
.wpcf7-form p label {
width: 100%;
position: relative;
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.85714;
color: #FFFFFF;
text-transform: capitalize;
margin: 0;
}
.wpcf7-form > p {
margin-top: 40px;
display: flex;
justify-content: center;
}
.wpcf7-form .wpcf7-not-valid-tip {
font-size: 14px;
font-size: 0.875rem;
}
.wpcf7-form [class*=" column-"] {
padding-right: 10px;
padding-left: 10px;
}
.wpcf7-form .row {
margin-left: -10px;
margin-right: -10px;
}
.wpcf7-form .wpcf7-form-control-wrap input[type=text], .wpcf7-form .wpcf7-form-control-wrap input[type=number], .wpcf7-form .wpcf7-form-control-wrap input[type=email], .wpcf7-form .wpcf7-form-control-wrap input[type=tel], .wpcf7-form .wpcf7-form-control-wrap input[type=url],
.wpcf7-form .wpcf7-form-control-wrap input[type=password], .wpcf7-form .wpcf7-form-control-wrap input[type=search], .wpcf7-form .wpcf7-form-control-wrap input[type=date], .wpcf7-form .wpcf7-form-control-wrap .input-text, .wpcf7-form .wpcf7-form-control-wrap select, .wpcf7-form .wpcf7-form-control-wrap textarea {
position: relative;
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
font-size: 15px;
font-size: 0.9375rem;
width: 100%;
line-height: 1.6;
padding: 14px 24px 14px 24px;
background-color: #ffffff;
color: var(--e-global-color-lighter);
border: 1px solid var(--e-global-color-border);
}
.wpcf7-form .wpcf7-form-control-wrap input[type=text]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=number]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=email]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=tel]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=url]::placeholder,
.wpcf7-form .wpcf7-form-control-wrap input[type=password]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=search]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=date]::placeholder, .wpcf7-form .wpcf7-form-control-wrap .input-text::placeholder, .wpcf7-form .wpcf7-form-control-wrap select::placeholder, .wpcf7-form .wpcf7-form-control-wrap textarea::placeholder {
color: var(--e-global-color-lighter);
}
.wpcf7-form .wpcf7-form-control-wrap input[type=text]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=number]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=email]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=tel]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=url]:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=password]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=search]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=date]:focus, .wpcf7-form .wpcf7-form-control-wrap .input-text:focus, .wpcf7-form .wpcf7-form-control-wrap select:focus, .wpcf7-form .wpcf7-form-control-wrap textarea:focus {
background-color: #ffffff;
}
.wpcf7-form .wpcf7-form-control-wrap input[type=text]:focus::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=number]:focus::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=email]:focus::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=tel]:focus::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=url]:focus::placeholder,
.wpcf7-form .wpcf7-form-control-wrap input[type=password]:focus::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=search]:focus::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=date]:focus::placeholder, .wpcf7-form .wpcf7-form-control-wrap .input-text:focus::placeholder, .wpcf7-form .wpcf7-form-control-wrap select:focus::placeholder, .wpcf7-form .wpcf7-form-control-wrap textarea:focus::placeholder {
color: var(--e-global-color-lighter);
}
@media (max-width: 767px) {
.wpcf7-form .wpcf7-form-control-wrap input[type=text], .wpcf7-form .wpcf7-form-control-wrap input[type=number], .wpcf7-form .wpcf7-form-control-wrap input[type=email], .wpcf7-form .wpcf7-form-control-wrap input[type=tel], .wpcf7-form .wpcf7-form-control-wrap input[type=url],
.wpcf7-form .wpcf7-form-control-wrap input[type=password], .wpcf7-form .wpcf7-form-control-wrap input[type=search], .wpcf7-form .wpcf7-form-control-wrap input[type=date], .wpcf7-form .wpcf7-form-control-wrap .input-text, .wpcf7-form .wpcf7-form-control-wrap select, .wpcf7-form .wpcf7-form-control-wrap textarea {
margin-top: 20px;
}
}
.wpcf7-form .wpcf7-form-control-wrap input[type=button] {
padding: 15px 36px;
border-radius: 24px;
}
.wpcf7-form .wpcf7-form-control-wrap select:not([size]):not([multiple]) {
font-size: 15px;
font-size: 0.9375rem;
color: var(--e-global-color-lighter);
border-radius: 12px;
}
.wpcf7-form .wpcf7-form-control-wrap select {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cg fill='none' class='nc-icon-wrapper'%3E%3Cpath d='M15 4.5l-8.25 8.25L3 9' stroke='%238f8f8f' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
background-position: calc(100% - (100% - 20px)) center;
background-repeat: no-repeat;
background-size: 18px 18px;
}
.wpcf7-form button, .wpcf7-form input[type=button], .wpcf7-form input[type=reset], .wpcf7-form input[type=submit], .wpcf7-form .button {
position: relative;
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
padding: 1.25rem 2.5rem 1.25rem 2.25rem;
font-size: 16px;
font-size: 1rem;
border-radius: 12px;
white-space: nowrap;
background: #ffffff;
color: var(--e-global-color-text);
justify-content: center;
position: relative;
overflow: hidden;
display: inline-block;
border-width: 0px 0px 3px 3px;
border-style: solid;
border-color: #110A00;
gap: 10px;
text-transform: capitalize;
letter-spacing: 1px;
display: flex;
align-items: center;
letter-spacing: 0;
background: var(--e-global-color-primary);
padding: 20px 40px;
text-transform: none;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
color: #ffffff;
line-height: 1.5;
}
.wpcf7-form button span, .wpcf7-form input[type=button] span, .wpcf7-form input[type=reset] span, .wpcf7-form input[type=submit] span, .wpcf7-form .button span {
position: relative;
z-index: 2;
}
.wpcf7-form button span i, .wpcf7-form button span svg, .wpcf7-form input[type=button] span i, .wpcf7-form input[type=button] span svg, .wpcf7-form input[type=reset] span i, .wpcf7-form input[type=reset] span svg, .wpcf7-form input[type=submit] span i, .wpcf7-form input[type=submit] span svg, .wpcf7-form .button span i, .wpcf7-form .button span svg {
display: flex;
align-items: center;
justify-content: center;
}
.wpcf7-form button:hover, .wpcf7-form input[type=button]:hover, .wpcf7-form input[type=reset]:hover, .wpcf7-form input[type=submit]:hover, .wpcf7-form .button:hover {
color: #ffffff;
background-color: var(--e-global-color-primary);
}
.wpcf7-form button:hover .elementor-button-icon, .wpcf7-form input[type=button]:hover .elementor-button-icon, .wpcf7-form input[type=reset]:hover .elementor-button-icon, .wpcf7-form input[type=submit]:hover .elementor-button-icon, .wpcf7-form .button:hover .elementor-button-icon {
color: #ffffff;
}
.wpcf7-form button:hover, .wpcf7-form input[type=button]:hover, .wpcf7-form input[type=reset]:hover, .wpcf7-form input[type=submit]:hover, .wpcf7-form .button:hover {
background: var(--e-global-color-accent);
}
.wpcf7-form button i, .wpcf7-form input[type=button] i, .wpcf7-form input[type=reset] i, .wpcf7-form input[type=submit] i, .wpcf7-form .button i {
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
font-family: "yumyum-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
font-size: 18px;
font-size: 1.125rem;
content: "";
color: white;
line-height: 1;
text-indent: 0;
text-align: center;
}
.wpcf7-form button i:before, .wpcf7-form input[type=button] i:before, .wpcf7-form input[type=reset] i:before, .wpcf7-form input[type=submit] i:before, .wpcf7-form .button i:before {
color: #FFFFFF;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.wpcf7-form .check-boxs {
display: flex;
gap: 12px;
margin: 0 0 29px;
}
.wpcf7-form .check-boxs label {
color: var(--e-global-color-text);
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
}
.wpcf7-form .wpcf7-spinner {
position: absolute;
}
.wpcf7-form .wpcf7-list-item {
display: block;
margin: 0;
font-size: 16px;
font-size: 1rem;
color: var(--e-global-color-text);
}
.wpcf7-form .wpcf7-list-item input[type=checkbox],
.wpcf7-form .wpcf7-list-item input[type=radio] {
margin-left: 10px;
}
.wpb-gqf-form-style-true .wpcf7 form > p span {
margin: 0 !important;
}
.elementor-widget-yumyum-countdown {
--spacing: 48px;
}
.elementor-widget-yumyum-countdown .elementor-yumyum-countdown {
display: flex;
flex-wrap: wrap;
justify-content: center;
flex-direction: row;
}
.elementor-widget-yumyum-countdown .elementor-yumyum-countdown-item {
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.elementor-widget-yumyum-countdown .elementor-yumyum-countdown-item:not(:last-child) {
margin-left: var(--spacing) !important;
}
.elementor-widget-yumyum-countdown .elementor-yumyum-countdown-item:last-child {
margin-left: 0 !important;
}
.elementor-widget-yumyum-countdown .elementor-yumyum-countdown-item svg {
position: absolute;
top: 0;
right: 0;
}
.elementor-widget-yumyum-countdown .elementor-countdown-item {
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
}
.elementor-widget-yumyum-countdown .elementor-countdown-item:before {
content: ":";
display: inline-block;
position: absolute;
left: -27px;
font-size: 22px;
font-size: 1.375rem;
line-height: calc(28 / 22);
top: 30%;
transform: translateY(-50%);
color: #222222;
}
.elementor-widget-yumyum-countdown .elementor-countdown-item:last-child {
margin-left: 0;
}
.elementor-widget-yumyum-countdown .elementor-countdown-item:last-child:before, .elementor-widget-yumyum-countdown .elementor-countdown-item:last-child:after {
display: none;
}
.elementor-widget-yumyum-countdown .elementor-countdown-label {
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
font-size: 16px;
font-size: 1rem;
line-height: calc(26 / 16);
text-align: center;
color: #333338;
}
.elementor-widget-yumyum-countdown .elementor-countdown-digits {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 40px;
font-size: 2.5rem;
line-height: calc(46 / 40);
text-align: center;
color: var(--e-global-color-primary);
}
.elementor-widget-yumyum-countdown .countdown-title {
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
font-size: 15px;
font-size: 0.9375rem;
color: var(--e-global-color-secondary);
}
.elementor-widget-yumyum-countdown.countdown-style-1 .countdown-inner {
display: flex;
flex-direction: row;
align-items: center;
}
.elementor-widget-yumyum-countdown.countdown-style-1 .elementor-countdown-item {
gap: 4px;
min-width: 70px;
}
.elementor-widget-yumyum-countdown.countdown-style-1 .elementor-countdown-item:before {
display: none;
}
.elementor-widget-yumyum-countdown.countdown-style-1 .elementor-countdown-item:after {
content: "";
width: 1px;
height: 90%;
background: #FFFFFF80;
display: inline-block;
position: absolute;
top: 50%;
left: calc(0% - (var(--spacing) / 2)) !important;
transform: translateY(-50%);
}
.elementor-widget-yumyum-countdown.countdown-style-1 .elementor-countdown-item .elementor-countdown-digits {
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
text-align: center;
color: #FFFFFF;
font-size: 53px;
font-size: 3.3125rem;
line-height: 62px;
}
.elementor-widget-yumyum-countdown.countdown-style-1 .elementor-yumyum-countdown-item:last-child .elementor-countdown-item:after {
display: none;
}
.elementor-widget-yumyum-countdown.countdown-style-1 .countdown-title {
margin-left: 15px;
}
.elementor-widget-yumyum-countdown.countdown-style-1 .elementor-countdown-label {
color: #FFFFFF;
text-transform: uppercase;
}
.elementor-widget-yumyum-countdown.countdown-style-2 .elementor-countdown-item {
margin-left: 49px;
}
@media (max-width: 768px) {
.elementor-widget-yumyum-countdown {
--spacing: 24px;
}
.elementor-widget-yumyum-countdown.countdown-style-1 .elementor-countdown-item {
min-width: 45px;
}
.elementor-widget-yumyum-countdown.countdown-style-1 .elementor-countdown-item .elementor-countdown-digits {
font-size: 30px;
font-size: 1.875rem;
line-height: 1.2;
}
.elementor-widget-yumyum-countdown .elementor-countdown-item:before {
left: -14px;
}
.elementor-widget-yumyum-countdown.countdown-style-2 .elementor-countdown-item {
margin-left: 20px;
}
}
.elementor-counter {
position: relative;
display: flex;
flex-direction: column;
}
.elementor-counter .elementor-counter-wrapper {
margin-bottom: 0;
}
.elementor-counter .elementor-icon-counter {
justify-content: center;
align-items: center;
font-size: 54px;
font-size: 3.375rem;
}
.elementor-counter .elementor-icon-counter .counter_icon {
display: inline-flex;
border-radius: 50%;
padding: 20px;
background-color: var(--e-global-color-primary);
}
.elementor-counter .elementor-icon-counter i {
display: inline-block;
}
.elementor-counter .elementor-icon-counter i:before {
display: block;
}
.elementor-counter .elementor-icon-counter svg {
width: 30px;
height: 30px;
color: #FFFFFF;
}
.elementor-counter .elementor-counter-number-wrapper {
margin-bottom: 0.25rem;
}
.elementor-counter .elementor-counter-number,
.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 42px;
font-size: 2.625rem;
line-height: calc(50 / 42);
color: #FFFFFF;
}
.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
flex-grow: 0;
}
.elementor-counter .elementor-counter-title {
text-align: inherit;
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
font-size: 16px;
font-size: 1rem;
line-height: 1.5rem;
color: #FFFFFF;
font-weight: 500;
}
.elementor-counter .elementor-counter-sub-title {
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
font-size: 12px;
font-size: 0.75rem;
margin-bottom: 49px;
text-transform: uppercase;
letter-spacing: 4px;
position: relative;
display: flex;
align-items: center;
line-height: 1.6666667;
}
.elementor-counter .elementor-counter-sub-title:before {
content: "";
width: 10px;
height: 10px;
background-color: var(--e-global-color-primary);
border-radius: 50%;
margin-left: 20px;
}
.elementor-counter .elementor-counter-description {
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.5rem;
}
.content-effects-yes .elementor-counter .elementor-counter-wrapper {
flex-direction: unset;
display: flex;
}
.counter-blur {
position: relative;
overflow: hidden;
backdrop-filter: blur(5px);
}
.counter-blur:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: 0;
background: rgba(255, 255, 255, 0.2);
overflow: hidden;
}
.elementor-gallery-rotating-wrapper {
position: relative;
overflow: hidden;
padding: 0 20px;
}
.elementor-gallery-rotating-wrapper:before {
background-color: #fefbe7;
}
@media (hover: hover) {
.elementor-gallery-rotating-wrapper .recipe-card__inner:hover .recipe-card__content {
transform: translate3d(12px, -12px, 0);
}
}
.elementor-gallery-rotating-wrapper .img-cover {
position: absolute;
top: 0;
right: 0;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: inherit;
}
.elementor-gallery-rotating-wrapper .no-click {
pointer-events: none;
}
.elementor-gallery-rotating-wrapper .block-recipes__items,
.elementor-gallery-rotating-wrapper .recipe-card {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.elementor-gallery-rotating-wrapper .block-recipes__items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (min-width: 1024px) {
.elementor-gallery-rotating-wrapper .block-recipes__items {
position: absolute;
top: 0;
right: calc(50% - 3.3845em);
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg);
-webkit-transform-origin: 3em 45em;
-ms-transform-origin: 3em 45em;
transform-origin: 3em 45em;
z-index: 1;
will-change: transform;
}
}
.elementor-gallery-rotating-wrapper .recipe-card__inner {
position: relative;
display: block;
border-radius: 30px;
}
.elementor-gallery-rotating-wrapper .recipe-card__inner * {
color: #ed1b2e;
cursor: pointer;
}
.elementor-gallery-rotating-wrapper .recipe-card__inner img {
position: absolute;
top: 0;
right: 0;
z-index: 1;
border-radius: 30px;
}
.elementor-gallery-rotating-wrapper .recipe-card__inner:after {
content: "";
background-color: #000;
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
border-radius: 34px;
}
.elementor-gallery-rotating-wrapper .recipe-card__content {
position: relative;
background-color: #FFF7EA;
border-radius: inherit;
padding: 20px;
z-index: 1;
-webkit-transition: -webkit-transform 0.55s ease;
transition: -webkit-transform 0.55s ease;
}
.elementor-gallery-rotating-wrapper .recipe-card__img-wrap {
position: relative;
display: block;
width: 100%;
overflow: hidden;
border-radius: inherit;
}
.elementor-gallery-rotating-wrapper .recipe-card__img-wrap:before {
content: "";
display: block;
padding-bottom: 114%;
}
.elementor-gallery-rotating-wrapper .block-recipes__inner {
position: relative;
padding-top: 1.37em;
}
@-webkit-keyframes jumpingLetter {
0%, 100% {
transform: translate3d(0, -8px, 0);
}
50% {
transform: translate3d(0, 2px, 0);
}
}
@keyframes jumpingLetter {
0%, 100% {
transform: translate3d(0, -8px, 0);
}
50% {
transform: translate3d(0, 2px, 0);
}
}
.elementor-gallery-rotating-wrapper .block-recipes__bg {
position: absolute;
top: 30%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
fill: var(--e-global-color-quaternary);
opacity: 0;
visibility: hidden;
right: -50%;
width: 200%;
}
@media (min-width: 1024px) {
.elementor-gallery-rotating-wrapper .block-recipes__bg {
right: -10%;
width: 120%;
}
.background-effects-yes .elementor-gallery-rotating-wrapper .block-recipes__bg {
opacity: 1;
visibility: visible;
}
}
.elementor-gallery-rotating-wrapper .block-recipes__bg-icon {
display: block;
width: 100%;
height: auto;
}
.elementor-gallery-rotating-wrapper .block-recipes__bg-path {
display: none;
}
@media (min-width: 1024px) {
.elementor-gallery-rotating-wrapper .block-recipes__bg-path {
display: unset;
}
}
.elementor-gallery-rotating-wrapper .block-recipes__content {
width: 100%;
z-index: 1;
}
@media (min-width: 1366px) {
.elementor-gallery-rotating-wrapper .block-recipes__content {
font-size: calc(55rem / 16 + 10 * (100vw - 130px) / 1010);
position: relative;
display: block;
width: 100%;
background-color: transparent;
}
.elementor-gallery-rotating-wrapper .block-recipes__content:before {
content: "";
display: block;
padding-bottom: 42%;
}
}
@media (max-width: 1200px) {
.elementor-gallery-rotating-wrapper .block-recipes__content {
font-size: calc(55rem / 16 + 10 * (100vw - 130px) / 1010);
position: relative;
display: block;
width: 100%;
background-color: transparent;
}
.elementor-gallery-rotating-wrapper .block-recipes__content:before {
content: "";
display: block;
padding-bottom: 50%;
}
}
@media (max-width: 1024px) {
.elementor-gallery-rotating-wrapper .block-recipes__content:before {
content: "";
display: block;
padding-bottom: 55%;
}
}
.elementor-gallery-rotating-wrapper .block-recipes__controls {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.elementor-gallery-rotating-wrapper .recipe-card {
position: relative;
width: 100%;
max-width: 6.769em;
font-size: calc(55rem / 16 + 10 * (100vw - 130px) / 1010);
flex-shrink: 0;
}
@media (min-width: 1024px) {
.elementor-gallery-rotating-wrapper .recipe-card {
position: absolute;
width: 6.5948em;
-webkit-transform-origin: 3em 45em;
transform-origin: 3em 45em;
margin: 0;
}
.elementor-gallery-rotating-wrapper .recipe-card:nth-of-type(1) {
-ms-transform: rotate(-15deg);
transform: rotate(-15deg);
}
.elementor-gallery-rotating-wrapper .recipe-card:nth-of-type(2) {
-ms-transform: rotate(-30deg);
transform: rotate(-30deg);
}
.elementor-gallery-rotating-wrapper .recipe-card:nth-of-type(3) {
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.elementor-gallery-rotating-wrapper .recipe-card:nth-of-type(4) {
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}
.elementor-gallery-rotating-wrapper .recipe-card:nth-of-type(5) {
-ms-transform: rotate(-75deg);
transform: rotate(-75deg);
}
.elementor-gallery-rotating-wrapper .recipe-card:nth-of-type(6) {
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.elementor-gallery-rotating-wrapper .recipe-card:nth-of-type(7) {
-ms-transform: rotate(-105deg);
transform: rotate(-105deg);
}
.elementor-gallery-rotating-wrapper .recipe-card:nth-of-type(8) {
-ms-transform: rotate(-120deg);
transform: rotate(-120deg);
}
.elementor-gallery-rotating-wrapper .recipe-card:nth-of-type(9) {
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.elementor-gallery-rotating-wrapper .recipe-card:nth-of-type(10) {
-ms-transform: rotate(-150deg);
transform: rotate(-150deg);
}
.elementor-gallery-rotating-wrapper .recipe-card:nth-of-type(11) {
-ms-transform: rotate(-165deg);
transform: rotate(-165deg);
}
.elementor-gallery-rotating-wrapper .recipe-card:nth-of-type(12) {
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.elementor-gallery-rotating-wrapper .recipe-card:nth-of-type(13) {
-ms-transform: rotate(-195deg);
transform: rotate(-195deg);
}
.elementor-gallery-rotating-wrapper .recipe-card:nth-of-type(14) {
-ms-transform: rotate(-210deg);
transform: rotate(-210deg);
}
.elementor-gallery-rotating-wrapper .recipe-card:nth-of-type(15) {
-ms-transform: rotate(-225deg);
transform: rotate(-225deg);
}
.elementor-gallery-rotating-wrapper .recipe-card:nth-of-type(16) {
-ms-transform: rotate(-240deg);
transform: rotate(-240deg);
}
.elementor-gallery-rotating-wrapper .recipe-card:nth-of-type(17) {
-ms-transform: rotate(-255deg);
transform: rotate(-255deg);
}
.elementor-gallery-rotating-wrapper .recipe-card:nth-of-type(18) {
-ms-transform: rotate(-270deg);
transform: rotate(-270deg);
}
.elementor-gallery-rotating-wrapper .recipe-card:nth-of-type(19) {
-ms-transform: rotate(-285deg);
transform: rotate(-285deg);
}
.elementor-gallery-rotating-wrapper .recipe-card:nth-of-type(20) {
-ms-transform: rotate(-300deg);
transform: rotate(-300deg);
}
.elementor-gallery-rotating-wrapper .recipe-card:nth-of-type(21) {
-ms-transform: rotate(-315deg);
transform: rotate(-315deg);
}
.elementor-gallery-rotating-wrapper .recipe-card:nth-of-type(22) {
-ms-transform: rotate(-330deg);
transform: rotate(-330deg);
}
.elementor-gallery-rotating-wrapper .recipe-card:nth-of-type(23) {
-ms-transform: rotate(-345deg);
transform: rotate(-345deg);
}
.elementor-gallery-rotating-wrapper .recipe-card:nth-of-type(24) {
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
@media (max-width: 1023px) {
.elementor-gallery-rotating-wrapper .recipe-card {
--content-gap: 6.5vw;
max-width: calc(6.769em + var(--content-gap) * 2);
padding: 0 var(--content-gap);
}
}
.elementor-gallery-rotating-wrapper .splide__list,
.elementor-gallery-rotating-wrapper .splide__slide {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.elementor-gallery-rotating-wrapper .splide__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style: none;
}
.elementor-gallery-rotating-wrapper .splide__slide {
-ms-flex-negative: 0;
flex-shrink: 0;
}
.elementor-gallery-rotating-wrapper .splide__track {
overflow: hidden;
}
.elementor-gallery-rotating-wrapper .splide__sr {
display: none;
}
.elementor-gallery-rotating-wrapper .block-recipes__controls {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media (min-width: 1024px) {
.elementor-gallery-rotating-wrapper .block-recipes__controls {
visibility: hidden;
opacity: 0;
display: none;
}
}
.elementor-gallery-rotating-wrapper .block-recipes__controls .btn-prev,
.elementor-gallery-rotating-wrapper .block-recipes__controls .btn-next {
background-color: #FFFFFF;
fill: #66666A;
color: #66666A;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #ccc;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
padding: 14px 14px 14px 14px;
}
.elementor-gallery-rotating-wrapper .block-recipes__controls .btn-prev:hover,
.elementor-gallery-rotating-wrapper .block-recipes__controls .btn-next:hover {
background-color: var(--e-global-color-primary);
border-color: var(--e-global-color-primary);
color: #fff;
}
.elementor-gallery-rotating-wrapper .block-recipes__controls .btn-prev {
margin: 0.84em 0 0.57em 0.71em;
}
.elementor-gallery-rotating-wrapper .block-recipes__controls .btn-next {
margin: 0.84em 0.71em 0.57em 0;
}
.gallery-style-1 .elementor-gallery-item-wrapper .isotope-grid {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.gallery-style-1 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 20px;
}
.gallery-style-1 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item {
position: relative;
display: flex;
padding-top: 100%;
}
.gallery-style-1 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item:before {
content: "";
background: #00000080;
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
border-radius: 20px;
z-index: 1;
opacity: 0;
visibility: hidden;
transition: all 0.35s;
}
.gallery-style-1 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item video {
object-fit: cover;
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
.gallery-style-1 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item a {
transition: all 0.35s;
width: 100%;
position: absolute;
top: 0;
right: 0;
height: 100%;
}
.gallery-style-1 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item a .elementor-sliderimage-image-1 {
height: 100%;
}
.gallery-style-1 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item a i {
top: 50%;
right: 50%;
transform: translate(50%, -50%);
transition: all 0.35s;
z-index: 2;
font-size: 1.25rem;
line-height: 1.25rem;
position: absolute;
color: #FFFFFF;
opacity: 0;
visibility: hidden;
}
.gallery-style-1 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item a.link-video {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
.gallery-style-1 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item a.link-video i.yumyum-icon-Polygon {
transform: translate(50%, -50%);
opacity: 1;
visibility: visible;
font-size: 9px;
width: 20px;
height: 20px;
background: #ffffff;
border-radius: 50%;
color: var(--e-global-color-primary);
display: flex;
justify-content: center;
align-items: center;
}
.gallery-style-1 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item:hover:before {
opacity: 1;
visibility: visible;
}
.gallery-style-1 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item:hover a i {
opacity: 1;
visibility: visible;
transform: translate(50%, -50%);
}
.gallery-style-1 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item:hover a i.yumyum-icon-Polygon {
opacity: 0;
visibility: visible;
}
.gallery-style-1 .elementor-gallery-item-wrapper .elementor-gallery-swiper .swiper-slide {
height: 100%;
}
.gallery-style-1 .elementor-gallery-item-wrapper .elementor-gallery-swiper .swiper-slide .item-inner {
display: flex;
flex-direction: column;
height: 100%;
}
.gallery-style-2 .elementor-gallery-item-wrapper .isotope-grid {
display: grid;
}
.gallery-style-2 .elementor-gallery-item-wrapper .isotope-grid .grid__item {
width: unset !important;
}
@media (min-width: 1024px) {
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item {
grid-column: span 1;
grid-row: span 1;
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item:nth-child(3) {
grid-column: 3/4;
grid-row: 1/3;
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item:nth-child(3) .item-inner .gallery_item {
padding-top: 141.5%;
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item:nth-child(4) {
grid-column: span 2;
grid-row: span 2;
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item:nth-child(4) .item-inner .gallery_item {
padding-top: 68.3%;
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item:nth-child(8) {
grid-column: 3/4;
grid-row: 4/6;
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item:nth-child(8) .item-inner .gallery_item {
padding-top: 141.5%;
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item:nth-child(9) {
grid-column: span 2;
grid-row: span 2;
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item:nth-child(9) .item-inner .gallery_item {
padding-top: 68.3%;
}
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 24px;
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item {
position: relative;
display: flex;
padding-top: 75.5%;
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item:before {
content: "";
background: #00000080;
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
border-radius: 20px;
z-index: 1;
opacity: 0;
visibility: hidden;
transition: all 0.35s;
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item video {
object-fit: cover;
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item a {
transition: all 0.35s;
width: 100%;
position: absolute;
top: 0;
right: 0;
height: 100%;
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item a .elementor-sliderimage-image-1 {
height: 100%;
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item a i {
top: 50%;
right: 50%;
transform: translate(50%, -50%);
transition: all 0.35s;
z-index: 2;
font-size: 32px;
position: absolute;
color: #FFFFFF;
opacity: 0;
visibility: hidden;
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item a.link-video {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item a.link-video i.yumyum-icon-Polygon {
transform: translate(50%, -50%);
opacity: 1;
visibility: visible;
font-size: 9px;
width: 20px;
height: 20px;
background: #ffffff;
border-radius: 50%;
color: var(--e-global-color-primary);
display: flex;
justify-content: center;
align-items: center;
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item:hover:before {
opacity: 1;
visibility: visible;
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item:hover a i {
opacity: 1;
visibility: visible;
transform: translate(50%, -50%);
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item:hover a i.yumyum-icon-Polygon {
opacity: 0;
visibility: visible;
}
.elementor-header-group-wrapper .header-group-action {
display: flex;
align-items: flex-end;
justify-content: flex-end;
padding-left: 0;
}
.elementor-header-group-wrapper .header-group-action > div {
display: inline-flex;
position: relative;
text-align: center;
}
.elementor-header-group-wrapper .header-group-action > div:first-child {
margin-right: 0;
}
.elementor-header-group-wrapper .header-group-action > div:last-child {
margin-left: 0;
margin-top: 3px;
}
.elementor-header-group-wrapper .header-group-action .site-header-account, .elementor-header-group-wrapper .header-group-action .site-header-wishlist, .elementor-header-group-wrapper .header-group-action .site-header-search, .elementor-header-group-wrapper .header-group-action .site-header-button {
display: none;
}
@media (min-width: 1025px) {
.elementor-header-group-wrapper .header-group-action .site-header-account, .elementor-header-group-wrapper .header-group-action .site-header-wishlist, .elementor-header-group-wrapper .header-group-action .site-header-search, .elementor-header-group-wrapper .header-group-action .site-header-button {
display: block;
}
}
.elementor-header-group-wrapper .site-header-account a .account-content {
display: none;
}
.elementor-header-group-wrapper .site-header-account .account-dropdown.active {
pointer-events: auto;
opacity: 1;
visibility: visible;
z-index: 9999;
}
.elementor-widget-yumyum-icon-box {
transition: all 0.4s ease;
}
.elementor-widget-yumyum-icon-box .elementor-icon-box-icon {
display: flex;
--spacing-arc: 35px;
align-items: center;
}
.elementor-widget-yumyum-icon-box .elementor-icon-box-icon .elementor-icon {
font-size: 60px;
font-size: 3.75rem;
}
.elementor-widget-yumyum-icon-box .elementor-icon-box-icon .elementor-icon {
position: relative;
}
.elementor-widget-yumyum-icon-box .elementor-icon-box-icon .elementor-icon:before {
content: none;
}
.elementor-widget-yumyum-icon-box .elementor-icon-box-title {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 32px;
font-size: 2rem;
color: var(--e-global-color-secondary);
line-height: calc(42 / 32);
transition: all 0.4s ease;
margin-bottom: 0.5rem;
}
.elementor-widget-yumyum-icon-box .elementor-icon-box-title a {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.elementor-widget-yumyum-icon-box .elementor-icon-box-description {
color: var(--e-global-color-text);
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.5rem;
margin: 0;
transition: all 0.4s ease;
}
.elementor-widget-yumyum-icon-box .elementor-icon-box-description a:not(:hover),
.elementor-widget-yumyum-icon-box .elementor-icon-box-description span {
color: var(--e-global-color-text);
}
.elementor-widget-yumyum-icon-box:hover {
cursor: pointer;
}
.elementor-widget-yumyum-icon-box:hover .elementor-icon-box-title {
color: var(--e-global-color-primary);
}
.elementor-widget-yumyum-icon-box.elementor-effect-yes .elementor-icon:before {
content: "";
position: absolute;
top: calc(0px - var(--spacing-arc));
right: calc(0px - var(--spacing-arc));
left: calc(0px - var(--spacing-arc));
bottom: calc(0px - var(--spacing-arc));
-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20164%2028%22%3E%3Cg%20fill%3D%22none%22%20class%3D%22nc-icon-wrapper%22%3E%3Cpath%20d%3D%22M162.764%2024.113c1.219-2.639.07-5.772-2.599-6.923A204.996%20204.996%200%200%200%203.309%2014.923C.61%2015.996-.63%2019.095.512%2021.767c1.142%202.673%204.232%203.907%206.934%202.838a194.474%20194.474%200%200%201%20148.304%202.143c2.671%201.147%205.795.003%207.014-2.635z%22%20fill%3D%22currentColor%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20164%2028%22%3E%3Cg%20fill%3D%22none%22%20class%3D%22nc-icon-wrapper%22%3E%3Cpath%20d%3D%22M162.764%2024.113c1.219-2.639.07-5.772-2.599-6.923A204.996%20204.996%200%200%200%203.309%2014.923C.61%2015.996-.63%2019.095.512%2021.767c1.142%202.673%204.232%203.907%206.934%202.838a194.474%20194.474%200%200%201%20148.304%202.143c2.671%201.147%205.795.003%207.014-2.635z%22%20fill%3D%22currentColor%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: top;
mask-position: top;
-webkit-mask-size: 170px;
mask-size: 170px;
}
.elementor-widget-yumyum-icon-box .elementor-icon-box-wrapper {
display: block;
text-align: center;
}
.elementor-widget-yumyum-icon-box.elementor-view-default .elementor-icon {
color: var(--e-global-color-primary);
border-color: var(--e-global-color-primary);
}
.elementor-widget-yumyum-icon-box.elementor-view-stacked .elementor-icon {
color: #fff;
background-color: var(--e-global-color-primary);
display: flex;
}
.elementor-widget-yumyum-icon-box.elementor-widget-icon-box.elementor-view-framed .elementor-icon {
border: 1px dashed;
border-color: #DDDADA;
}
.elementor-widget-yumyum-icon-box.elementor-widget-icon-box.elementor-view-framed .elementor-icon:hover {
border: 1px solid var(--e-global-color-text);
}
.elementor-widget-yumyum-icon-box.elementor-position-top .elementor-icon-box-wrapper {
display: block;
text-align: center;
}
.elementor-widget-yumyum-icon-box.elementor-position-top .elementor-icon-box-wrapper.elementor-icon-box-icon.elementor-icon {
display: flex;
justify-content: center;
}
.elementor-widget-yumyum-icon-box.elementor-position-left .elementor-icon-box-wrapper,
.elementor-widget-yumyum-icon-box.elementor-position-right .elementor-icon-box-wrapper {
display: flex;
}
.elementor-widget-yumyum-icon-box.elementor-position-top .elementor-icon-box-wrapper {
flex-direction: column;
}
.elementor-widget-yumyum-icon-box.elementor-position-left .elementor-icon-box-wrapper {
text-align: right;
flex-direction: row;
}
.elementor-widget-yumyum-icon-box.elementor-position-right .elementor-icon-box-wrapper {
text-align: left;
flex-direction: row-reverse;
}
.elementor-widget-yumyum-icon-box.elementor-position-left .elementor-icon-box-icon {
margin-left: var(--icon-box-icon-margin, 15px);
margin-right: 0;
margin-bottom: unset;
}
.elementor-widget-yumyum-icon-box.elementor-position-top .elementor-icon-box-icon {
margin-bottom: var(--icon-box-icon-margin, 15px);
margin-left: auto;
margin-right: auto;
}
.elementor-widget-yumyum-icon-box.elementor-position-right .elementor-icon-box-icon {
margin-right: var(--icon-box-icon-margin, 15px);
margin-left: 0;
margin-bottom: unset;
}
@media (min-width: 768px) {
.elementor-widget-yumyum-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
align-items: flex-start;
}
}
@media (min-width: 768px) {
.elementor-widget-yumyum-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
align-items: center;
}
}
@media (min-width: 768px) {
.elementor-widget-yumyum-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
align-items: flex-end;
}
}
.yumyum-language-switcher ul {
list-style-type: none;
margin: 0;
padding: 0;
font-size: 12px;
font-size: 0.75rem;
}
.yumyum-language-switcher span {
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.35;
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: uppercase;
color: var(--e-global-color-text);
}
.yumyum-language-switcher .language-switcher-head .title {
margin-left: 8px;
display: flex;
align-items: center;
}
.yumyum-language-switcher .language-switcher-head img {
margin-left: 8px;
}
.yumyum-language-switcher a {
display: block;
}
.yumyum-language-switcher img {
display: inline-block;
margin-left: 5px;
height: 12px;
object-fit: cover;
}
.yumyum-language-switcher .item > div {
display: flex;
cursor: pointer;
align-items: center;
}
.yumyum-language-switcher .item > div i {
font-size: 14px;
font-size: 0.875rem;
font-weight: var(--e-global-typography-primary-font-weight);
color: var(--e-global-color-text);
}
.yumyum-language-switcher .sub-item {
visibility: hidden;
opacity: 0;
position: absolute;
right: 0;
z-index: 999;
text-align: right;
top: calc(100% + 20px);
padding: 10px 0;
background-color: #fff;
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
transform: translateY(20px);
}
.yumyum-language-switcher .sub-item:before {
position: absolute;
content: "";
display: block;
width: 100%;
height: 10px;
top: -10px;
}
.yumyum-language-switcher .sub-item a {
display: flex;
align-items: center;
padding: 7px 15px;
min-width: 126px;
white-space: nowrap;
}
.yumyum-language-switcher .sub-item a:hover, .yumyum-language-switcher .sub-item a:focus {
background-color: rgba(0, 0, 0, 0.05);
}
.yumyum-language-switcher .sub-item a > span {
text-transform: unset;
}
.yumyum-language-switcher li.item {
position: relative;
}
.yumyum-language-switcher li.item:hover .sub-item {
transform: translateY(0);
opacity: 1;
visibility: visible;
box-shadow: 0px 0px 30px 0px #0000001A;
}
.language-switcher-style-hover-right-yes .yumyum-language-switcher .sub-item {
left: 0;
right: unset;
}
.language-switcher-style-hide-flag-yes .yumyum-language-switcher .language-switcher-head .title img {
display: none;
}
.form-style .mc4wp-form {
margin: 0;
}
.form-style .mc4wp-form .form {
display: flex;
border-bottom: 2px solid #e3e3e3;
}
.form-style .mc4wp-form .form:hover {
border-color: var(--e-global-color-primary);
}
.form-style .mc4wp-form .form-input {
flex: 1;
}
.form-style .mc4wp-form .mc4wp-form-fields {
display: flex;
align-items: center;
gap: 12px;
}
.form-style .mc4wp-form .mc4wp-form-fields p {
margin: 0;
position: relative;
}
.form-style .mc4wp-form button[type=submit] {
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
padding: 1.25rem 2.5rem 1.25rem 2.25rem;
font-size: 16px;
font-size: 1rem;
border-radius: 12px;
white-space: nowrap;
background: #ffffff;
color: var(--e-global-color-text);
justify-content: center;
position: relative;
overflow: hidden;
display: inline-block;
border-width: 0px 0px 3px 3px;
border-style: solid;
border-color: #110A00;
gap: 10px;
text-transform: capitalize;
letter-spacing: 1px;
display: inline-flex;
padding: 20px 38px;
text-transform: capitalize;
font-size: 16px;
font-size: 1rem;
line-height: 1.333;
border: none;
color: #ffffff;
letter-spacing: 1px;
align-items: center;
gap: 10px;
background-color: var(--e-global-color-accent);
}
.form-style .mc4wp-form button[type=submit] span {
position: relative;
z-index: 2;
}
.form-style .mc4wp-form button[type=submit] span i, .form-style .mc4wp-form button[type=submit] span svg {
display: flex;
align-items: center;
justify-content: center;
}
.form-style .mc4wp-form button[type=submit]:hover {
color: #ffffff;
background-color: var(--e-global-color-primary);
}
.form-style .mc4wp-form button[type=submit]:hover .elementor-button-icon {
color: #ffffff;
}
.form-style .mc4wp-form button[type=submit] i {
font-size: 20px;
font-size: 1.25rem;
}
@media (max-width: 568px) {
.form-style .mc4wp-form button[type=submit] {
padding: 16px 10px;
}
}
.form-style .mc4wp-form button[type=submit]:after {
content: url(https://i.imgur.com/LExn0Uk.png);
line-height: 0;
}
.form-style .mc4wp-form input[type=email] {
background-color: #fff;
width: 100%;
padding: 19px 20px;
font-size: 16px;
font-size: 1rem;
line-height: 1.333;
border: none;
border-radius: 9px;
}
.form-style .mc4wp-form input[type=email]::placeholder {
color: var(--e-global-color-lighter);
}
.form-mailchimp-style-1 .mc4wp-form {
margin: 0;
}
.form-mailchimp-style-1 .mc4wp-form-fields {
display: flex;
background-color: transparent;
border-bottom: 1px solid #575351;
justify-content: space-between;
}
.form-mailchimp-style-1 .mc4wp-form-fields p:first-child {
width: 80%;
}
.form-mailchimp-style-1 .mc4wp-form-fields input[type=email] {
margin-bottom: 0;
padding: 13px 0px 19px 0;
font-weight: 400;
border: none;
width: 100%;
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
font-size: 14px;
font-size: 0.875rem;
line-height: 20px;
background-color: transparent;
color: var(--e-global-color-text);
}
.form-mailchimp-style-1 .mc4wp-form-fields button[type=submit] {
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
padding: 1.25rem 2.5rem 1.25rem 2.25rem;
font-size: 16px;
font-size: 1rem;
border-radius: 12px;
white-space: nowrap;
background: #ffffff;
color: var(--e-global-color-text);
justify-content: center;
position: relative;
overflow: hidden;
display: inline-block;
border-width: 0px 0px 3px 3px;
border-style: solid;
border-color: #110A00;
gap: 10px;
text-transform: capitalize;
letter-spacing: 1px;
width: 100%;
Padding: 13px 34px 13px 34px;
border: 1px solid var(--e-global-color-text);
}
.form-mailchimp-style-1 .mc4wp-form-fields button[type=submit] span {
position: relative;
z-index: 2;
}
.form-mailchimp-style-1 .mc4wp-form-fields button[type=submit] span i, .form-mailchimp-style-1 .mc4wp-form-fields button[type=submit] span svg {
display: flex;
align-items: center;
justify-content: center;
}
.form-mailchimp-style-1 .mc4wp-form-fields button[type=submit]:hover {
color: #ffffff;
background-color: var(--e-global-color-primary);
}
.form-mailchimp-style-1 .mc4wp-form-fields button[type=submit]:hover .elementor-button-icon {
color: #ffffff;
}
.form-mailchimp-style-1 .mc4wp-form-fields input[type=submit] {
background-color: transparent;
border: none;
color: #221D1A;
padding-left: 0;
padding-right: 0;
}
.form-mailchimp-style-1 .mc4wp-form-fields input[type=submit]:hover {
color: #BD7655;
}
.form-checkbox {
display: flex;
justify-content: center;
margin-top: 30px;
}
.form-checkbox input [type=checkbox] {
background-color: var(--e-global-color-primary);
}
.hidden-yumyum-form-checkbox-yes .form-checkbox {
display: none;
}
.elementor-canvas-menu-wrapper {
display: flex;
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button {
display: inline-flex;
align-items: center;
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button .screen-reader-text {
position: unset !important;
word-wrap: unset !important;
margin: 0;
height: unset;
width: unset;
clip: unset;
overflow: unset;
clip-path: unset;
order: 1;
font-size: 14px;
text-transform: uppercase;
color: var(--e-global-color-text);
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button:hover .screen-reader-text {
color: var(--e-global-color-primary);
}
.yumyum-canvas-menu-layout-1.elementor-widget-yumyum-menu-canvas .yumyum-icon {
margin-left: 13px;
}
.yumyum-canvas-menu-layout-2.elementor-widget-yumyum-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .screen-reader-text {
display: none;
}
.yumyum-canvas-menu-layout-2.elementor-widget-yumyum-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .yumyum-icon {
margin-left: 0;
}
.yumyum-canvas-menu-layout-3.elementor-widget-yumyum-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button {
display: flex;
flex-direction: column-reverse;
align-items: center;
gap: 10px;
}
.yumyum-canvas-menu-layout-3.elementor-widget-yumyum-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .yumyum-icon {
margin-left: 0;
}
.elementor-widget-yumyum-nav-menu.yumyum-nav-menu-divider-yes .main-navigation ul.menu > li.menu-item {
padding: 20px 18px;
}
.elementor-widget-yumyum-nav-menu.yumyum-nav-menu-divider-yes .main-navigation ul.menu > li.menu-item:not(:last-child) > a:before {
content: "";
position: absolute;
display: inline-block;
height: 6px;
width: 6px;
left: -24px;
border-radius: 100%;
top: 50%;
transform: translateY(-50%);
background-color: #FFD15D;
}
@media only screen and (max-width: 1025px) and (min-width: 769px) {
.elementor-widget-yumyum-nav-menu.yumyum-nav-menu-divider-yes .primary-navigation {
display: block;
}
}
@media only screen and (max-width: 1200px) {
.elementor-widget-yumyum-nav-menu.yumyum-nav-menu-divider-yes .main-navigation ul.menu > li.menu-item > a:before {
left: 8px;
}
}
.icon-hot-deal:before {
content: url(https://i.imgur.com/B65gvMe.png);
}
.icon-gift-box:before {
content: url(https://i.imgur.com/2Mithgk.png);
}
.menu-sale .main-navigation ul.menu > li.menu-item:last-child > a {
color: var(--e-global-color-primary) !important;
}
.menu-usd .main-navigation ul.menu li.menu-item ul {
transform: translate(0, 20px);
right: 20px;
z-index: 999;
}
.menu-usd .main-navigation ul.menu li.menu-item ul li.menu-item {
padding: 0;
}
.menu-usd .main-navigation ul.menu li.menu-item ul li.menu-item a {
padding: 7px 15px !important;
border: none !important;
color: var(--e-global-color-text);
}
.menu-usd .main-navigation ul.menu li.menu-item ul li.menu-item a:hover {
background-color: rgba(0, 0, 0, 0.05);
}
.menu-usd .main-navigation ul.menu li.menu-item:hover ul {
transform: translate(0, 0);
}
.shadow-box {
filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.2));
}
.elementor-widget-yumyum-post-grid .slick-list {
overflow: visible;
clip-path: inset(-30px -14px);
}
.elementor-widget-yumyum-post-grid .slick-slide:not(.slick-active) .post-inner {
box-shadow: unset;
}
[class*=post-style-] .post-inner .post-thumbnail {
padding-top: 73.5%;
border-radius: 24px;
}
[class*=post-style-] .post-inner .post-thumbnail img {
height: 100%;
}
[class*=post-style-] .post-inner .post-content {
padding: 17px 0 0;
}
[class*=post-style-] .post-inner .entry-meta {
margin: 0;
}
[class*=post-style-] .post-inner .posted-on, [class*=post-style-] .post-inner .post-author, [class*=post-style-] .post-inner .meta-reply {
font-size: 13px;
font-size: 0.8125rem;
}
[class*=post-style-] .post-inner .entry-title {
font-size: 28px;
font-size: 1.75rem;
}
[class*=post-style-] .post-inner .excerpt-content {
-webkit-line-clamp: 2;
margin-bottom: 12px;
}
@media (max-width: 568px) {
[class*=post-style-] .post-inner {
display: flex;
flex-direction: column;
gap: 0;
margin-bottom: 5px;
}
[class*=post-style-] .post-inner .post-thumbnail, [class*=post-style-] .post-inner .post-content {
width: 100%;
}
}
.post-style-grid_small .post-inner .entry-title {
font-size: 24px;
font-size: 1.5rem;
line-height: 1.2;
}
.elementor-widget-yumyum-menu-list .elementor-menu-list-item-wrapper .elementor-menu-list-title {
font-size: 20px;
font-size: 1.25rem;
line-height: 26px;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-weight: var(--e-global-typography-text-font-weight);
color: var(--e-global-color-secondary);
letter-spacing: 0;
text-transform: uppercase;
}
.elementor-widget-yumyum-menu-list .elementor-menu-list-item-wrapper .elementor-menu-list-title a {
color: var(--e-global-color-secondary);
}
.elementor-widget-yumyum-menu-list .elementor-menu-list-item-wrapper .elementor-menu-list-title a:hover {
color: var(--e-global-color-primary);
}
.elementor-widget-yumyum-menu-list .elementor-menu-list-item-wrapper .elementor-menu-list-description {
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
font-weight: var(--e-global-typography-text-font-weight);
color: #333338;
margin-bottom: 34px;
}
.elementor-widget-yumyum-menu-list .elementor-menu-list-item-wrapper .elementor-menu-list-image img {
width: 100%;
object-fit: cover;
margin: 0 auto;
}
.elementor-widget-yumyum-menu-list .elementor-menu-list-item-wrapper .elementor-menu-list-price {
font-size: 16px;
font-size: 1rem;
line-height: calc(19.2 / 16);
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
color: var(--e-global-color-primary);
display: flex;
justify-content: center;
gap: 7px;
}
.elementor-widget-yumyum-menu-list .elementor-menu-list-item-wrapper .elementor-menu-list-old-price {
display: inline-block;
text-decoration: line-through;
color: var(--e-global-color-lighter);
}
.elementor-widget-yumyum-menu-list .elementor-menu-list-item-wrapper .elementor-menu-list-sub-title {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.7;
font-weight: var(--e-global-typography-text-font-weight);
color: var(--e-global-color-primary);
margin-bottom: 19px;
}
.elementor-widget-yumyum-menu-list .menu-style-1 {
grid-row-gap: 22px;
}
.elementor-widget-yumyum-menu-list .menu-style-1 .elementor-menu-list-item {
display: flex;
align-items: center;
padding: 0;
}
.elementor-widget-yumyum-menu-list .menu-style-1 .elementor-menu-list-image {
width: 100px;
margin-left: 25px;
}
.elementor-widget-yumyum-menu-list .menu-style-1 .elementor-menu-list-image img {
width: 100%;
object-fit: cover;
}
.elementor-widget-yumyum-menu-list .menu-style-1 .elementor-menu-list-text {
flex: 1;
}
@media (max-width: 576px) {
.elementor-widget-yumyum-menu-list .menu-style-1 .elementor-menu-list-text .elementor-menu-list-header {
flex-direction: row;
}
}
.elementor-widget-yumyum-menu-list .menu-style-1 .elementor-menu-list-sub-title {
font-size: 12px;
font-size: 0.75rem;
line-height: 1rem;
padding: 4px 12px;
background: var(--e-global-color-primary);
color: var(--body-color);
text-transform: uppercase;
margin: 0 9px 0 0;
font-weight: var(--e-global-typography-accent-font-weight);
letter-spacing: 0.4px;
}
.elementor-widget-yumyum-menu-list .menu-style-1 .elementor-menu-list-title {
font-size: 21px;
font-size: 1.3125rem;
line-height: calc(25.2 / 21);
}
.elementor-widget-yumyum-menu-list .menu-style-1 .elementor-menu-list-header {
display: flex;
align-items: baseline;
flex-basis: 100%;
margin-bottom: 20px;
padding-left: 60px;
justify-content: space-between;
}
.elementor-widget-yumyum-menu-list .menu-style-1 .elementor-menu-list-separator {
flex-grow: 1;
border-bottom-style: dashed;
border-bottom-width: 1px;
border-bottom-color: var(--e-global-color-lighter);
}
@media (max-width: 1024px) {
.elementor-widget-yumyum-menu-list .menu-style-1 .elementor-menu-list-header {
padding-left: 0;
}
}
@media (max-width: 768px) {
.elementor-widget-yumyum-menu-list .menu-style-1 .elementor-menu-list-description {
margin-bottom: 10px;
}
}
.elementor-widget-yumyum-menu-list .menu-style-2 .elementor-menu-list-item {
text-align: center;
}
.elementor-widget-yumyum-menu-list .menu-style-2 .elementor-menu-list-image {
width: 100%;
margin-bottom: 20px;
position: relative;
}
.elementor-widget-yumyum-menu-list .menu-style-2 .elementor-menu-list-image img {
width: 100%;
object-fit: cover;
}
.elementor-widget-yumyum-menu-list .menu-style-2 .elementor-menu-list-sub-title {
position: absolute;
top: 0;
right: 0;
font-size: 14px;
font-size: 0.875rem;
line-height: 1rem;
padding: 10px 20px;
background: var(--e-global-color-primary);
color: var(--body-color);
text-transform: uppercase;
margin: 0;
font-weight: var(--e-global-typography-accent-font-weight);
letter-spacing: 0.4px;
}
.elementor-widget-yumyum-menu-list .menu-style-2 .elementor-menu-list-title {
margin-bottom: 6px;
}
.elementor-widget-yumyum-menu-list .menu-style-2 .elementor-menu-list-description {
margin-bottom: 12px;
}
.elementor-widget-yumyum-menu-list .menu-style-2 .elementor-menu-list-header {
display: flex;
align-items: baseline;
flex-basis: 100%;
margin-bottom: 5px;
justify-content: space-between;
}
@media screen and (max-width: 576px) {
.elementor-widget-yumyum-menu-list .menu-style-1 .elementor-menu-list-item .elementor-menu-list-sub-title {
margin-right: 0;
}
.elementor-widget-yumyum-menu-list .menu-style-1 .elementor-menu-list-item .elementor-menu-list-header {
flex-direction: column;
}
}
.hover-reveal {
position: fixed;
width: 200px;
height: 150px;
top: 0;
right: 0;
pointer-events: none;
opacity: 0;
}
.hover-reveal__inner,
.hover-reveal__img {
width: 100%;
height: 100%;
position: relative;
}
.hover-reveal__img {
background-size: cover;
background-position: 50% 50%;
}
.elementor-widget-yumyum-product-categories .category-title {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 44px;
font-size: 2.75rem;
line-height: calc(54 / 44);
margin: 4px 0 0 0;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
@media (max-width: 1024px) {
.elementor-widget-yumyum-product-categories .category-title {
font-size: 36px;
font-size: 2.25rem;
}
}
.elementor-widget-yumyum-product-categories .category-title a {
color: #FFFFFF;
}
.elementor-widget-yumyum-product-categories .category-title:hover a {
color: var(--e-global-color-primary);
}
.elementor-widget-yumyum-product-categories .category-product-button-wrapper {
margin-top: 20px;
display: flex;
justify-content: center;
}
.elementor-widget-yumyum-product-categories .category-product-button-wrapper .category-product-button {
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
padding: 1.25rem 2.5rem 1.25rem 2.25rem;
font-size: 16px;
font-size: 1rem;
border-radius: 12px;
white-space: nowrap;
background: #ffffff;
color: var(--e-global-color-text);
justify-content: center;
position: relative;
overflow: hidden;
display: inline-block;
border-width: 0px 0px 3px 3px;
border-style: solid;
border-color: #110A00;
gap: 10px;
text-transform: capitalize;
letter-spacing: 1px;
padding: 1.25rem 2.5rem 1.25rem 2.25rem;
font-size: 16px;
font-size: 1rem;
border-radius: 12px;
border-width: 1px 1px 3px 3px;
display: flex;
align-items: center;
justify-content: center;
}
.elementor-widget-yumyum-product-categories .category-product-button-wrapper .category-product-button span {
position: relative;
z-index: 2;
}
.elementor-widget-yumyum-product-categories .category-product-button-wrapper .category-product-button span i, .elementor-widget-yumyum-product-categories .category-product-button-wrapper .category-product-button span svg {
display: flex;
align-items: center;
justify-content: center;
}
.elementor-widget-yumyum-product-categories .category-product-button-wrapper .category-product-button:hover {
color: #ffffff;
background-color: var(--e-global-color-primary);
}
.elementor-widget-yumyum-product-categories .category-product-button-wrapper .category-product-button:hover .elementor-button-icon {
color: #ffffff;
}
.elementor-widget-yumyum-product-categories .category-count-wrapper {
font-size: 15px;
font-size: 0.9375rem;
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
line-height: 1.5rem;
color: #FFFFFF;
transition: all 0.4s ease;
}
.category-product-style-1 .elementor-categories-item {
display: flex;
align-items: center;
}
.category-product-style-1 .yumyum-swiper {
clip-path: inset(-20px);
overflow: visible;
}
.category-product-style-1 .swiper-wrapper {
padding: 30px 0;
}
.category-product-style-1 .category-product-caption {
transition: all 0.4s ease;
display: flex;
flex-wrap: nowrap;
flex-direction: column;
text-align: center;
position: absolute;
top: 50%;
right: 50%;
transform: translate(50%, -70%);
visibility: hidden;
opacity: 0;
width: calc(100% - 30px);
}
.category-product-style-1 .product-cat {
position: relative;
width: 88%;
margin: 0 auto;
--spacing-arc: 35px;
}
.category-product-style-1 .product-cat .category-product-img {
overflow: hidden;
transition: all 0.4s linear;
position: relative;
z-index: 0;
width: 100%;
background: aliceblue;
border-radius: 50%;
padding: 40px;
}
.category-product-style-1 .product-cat .category-product-img:before {
transition: all 0.4s ease;
content: "";
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background: #110A0080;
z-index: 1;
visibility: hidden;
opacity: 0;
}
.category-product-style-1 .product-cat .category-product-img img {
width: 100%;
height: 100%;
object-fit: cover;
margin: 0 auto;
overflow: hidden;
aspect-ratio: 1;
transition: all 0.4s ease;
}
.category-product-style-1 .product-cat:hover .category-product-caption {
transform: translate(50%, -50%);
visibility: visible;
opacity: 1;
}
.category-product-style-1 .product-cat:hover .category-product-img:before {
visibility: visible;
opacity: 1;
}
.category-product-style-1 .product-cat:hover .category-title {
color: var(--e-global-color-primary);
}
.category-product-style-1 .product-cat .arc {
position: absolute;
top: calc(0px - var(--spacing-arc));
right: calc(0px - var(--spacing-arc));
left: calc(0px - var(--spacing-arc));
bottom: calc(0px - var(--spacing-arc));
content: "";
--mask: 170px;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20164%2028%22%3E%3Cg%20fill%3D%22none%22%20class%3D%22nc-icon-wrapper%22%3E%3Cpath%20d%3D%22M162.764%2024.113c1.219-2.639.07-5.772-2.599-6.923A204.996%20204.996%200%200%200%203.309%2014.923C.61%2015.996-.63%2019.095.512%2021.767c1.142%202.673%204.232%203.907%206.934%202.838a194.474%20194.474%200%200%201%20148.304%202.143c2.671%201.147%205.795.003%207.014-2.635z%22%20fill%3D%22currentColor%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20164%2028%22%3E%3Cg%20fill%3D%22none%22%20class%3D%22nc-icon-wrapper%22%3E%3Cpath%20d%3D%22M162.764%2024.113c1.219-2.639.07-5.772-2.599-6.923A204.996%20204.996%200%200%200%203.309%2014.923C.61%2015.996-.63%2019.095.512%2021.767c1.142%202.673%204.232%203.907%206.934%202.838a194.474%20194.474%200%200%201%20148.304%202.143c2.671%201.147%205.795.003%207.014-2.635z%22%20fill%3D%22currentColor%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: top;
mask-position: top;
-webkit-mask-size: var(--mask);
mask-size: var(--mask);
}
@media (max-width: 1290px) {
.category-product-style-1 .product-cat .arc {
--mask: 130px;
}
}
@media (max-width: 768px) {
.category-product-style-1 .product-cat .arc {
--mask: 170px;
}
}
@media (max-width: 879px) {
.category-product-style-1 .product-cat .arc {
--mask: 130px;
}
}
.category-product-style-1 .swiper-slide-active .product-cat {
transform: scale(1.06);
width: 100%;
}
@media (max-width: 1024px) {
.category-product-style-1 .product-cat {
width: 100%;
--spacing-arc: 15px;
}
.category-product-style-1 .product-cat .category-product-caption {
transform: translate(50%, -50%);
visibility: visible;
opacity: 1;
}
.category-product-style-1 .product-cat .category-product-img:before {
visibility: visible;
opacity: 1;
}
.category-product-style-1 .swiper-slide-active .product-cat {
transform: scale(1);
}
}
.category-product-style-2 .category-product-caption {
transition: all 0.4s ease;
display: flex;
flex-wrap: nowrap;
flex-direction: column;
text-align: center;
color: var(--e-global-color-dark);
}
.category-product-style-2 .category-title {
font-size: 21px;
line-height: 25px;
margin-top: 30px;
}
.category-product-style-2 .category-title a {
color: var(--e-global-color-dark);
}
.category-product-style-2 .category-count-wrapper {
color: var(--e-global-color-secondary);
}
.category-product-style-2 .product-cat {
position: relative;
}
.category-product-style-2 .product-cat .category-product-img {
position: relative;
background: #FFF7EA;
border-radius: 50%;
padding-top: 100%;
overflow: hidden;
}
.category-product-style-2 .product-cat .category-product-img a {
overflow: hidden;
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.category-product-style-2 .product-cat .category-product-img img {
transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
will-change: transform;
transform: scale(1);
}
.category-product-style-2 .product-cat:hover .category-title {
color: var(--e-global-color-primary);
}
.category-product-style-2 .product-cat:hover .category-product-img img {
transform: scale(1.05);
}
.category-product-style-3 {
--spacing-special: 50px;
}
.category-product-style-3 .product-cat {
padding: 60px 66px 70px 66px;
background: #3F9065;
border-radius: 40px;
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
}
.category-product-style-3 .product-cat:before {
position: absolute;
top: 0;
right: 0;
content: "";
width: 100%;
height: 100%;
background-size: cover;
z-index: 1;
background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEyIiBoZWlnaHQ9IjI2OSIgdmlld0JveD0iMCAwIDQxMiAyNjkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIG9wYWNpdHk9IjAuMSIgZD0iTTgxIDI1Ni45MDhDMjguMiAyOTIuMDY0IC0xNS42NjY3IDI0Mi4yNiAtMzEgMjEyLjk2M1YwSDQ0M1YyMTIuOTYzQzQyNyAyMjcuNjEyIDM3NS44IDI1MS4xNjIgMjk5IDIyOC4xNzVDMjAzIDE5OS40NDIgMTQ3IDIxMi45NjMgODEgMjU2LjkwOFoiIGZpbGw9IiMxMTBBMDAiLz4KPC9zdmc+Cg==") no-repeat center top;
}
.category-product-style-3 .category-product-img {
position: relative;
z-index: 2;
width: 100%;
}
.category-product-style-3 .category-product-img img {
aspect-ratio: 1;
width: 100%;
height: 100%;
}
.category-product-style-3 .category-count-wrapper {
margin-top: 20px;
font-weight: 600;
font-size: 1rem;
line-height: 1.5;
text-transform: uppercase;
}
.category-product-style-3 .category-product-caption {
text-align: center;
position: relative;
z-index: 2;
}
.category-product-style-3 .category-title {
font-size: 38px;
line-height: calc(45.6 / 38);
margin-top: 8px;
padding-left: 5px;
}
.category-product-style-3 .arc {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
content: "";
z-index: 0;
}
.category-product-style-3 .elementor-grid .elementor-categories-item:nth-child(2n) {
margin-bottom: calc(0px - var(--spacing-special));
}
.category-product-style-3 .elementor-grid .elementor-categories-item:nth-child(2n) .product-cat {
margin-top: var(--spacing-special);
}
.category-product-style-3 .swiper-wrapper .elementor-categories-item:nth-child(2n) {
margin-top: var(--spacing-special);
}
@media (max-width: 1024px) {
.category-product-style-3 {
--spacing-special: 0;
}
.category-product-style-3 .product-cat {
padding: 60px 30px 70px 30px;
}
}
@media (max-width: 768px) {
.category-product-style-3 .product-cat {
padding: 30px;
}
}
@keyframes yy-rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(-360deg);
}
}
.product-picker {
display: flex;
flex-direction: column;
gap: 30px;
}
.product-picker .entry-title {
font-size: 140px;
font-size: 8.75rem;
line-height: 0.95;
}
.product-picker .entry-title a {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.product-picker .short-description {
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
font-weight: 600;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
color: var(--e-global-color-secondary);
font-size: 20px;
font-size: 1.25rem;
line-height: 1.4;
}
.product-picker .price {
display: flex;
gap: 20px;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 68px;
font-size: 4.25rem;
margin: 0;
line-height: 1.2;
letter-spacing: 0;
color: var(--e-global-color-highlight);
align-items: center;
}
.product-picker .price ins {
order: -1;
color: var(--e-global-color-highlight);
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 68px;
font-size: 4.25rem;
line-height: 1.2;
letter-spacing: 0;
}
.product-picker .price del {
color: #99999B;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 50px;
font-size: 3.125rem;
line-height: 1.2;
letter-spacing: 0;
text-decoration-line: line-through;
}
.product-picker form.cart {
display: flex;
align-items: center;
flex-wrap: wrap;
row-gap: 20px;
}
.product-picker form.cart .quantity_wrap .quantity_label {
display: none;
}
.product-picker form.cart .quantity_wrap .quantity.buttons_added {
margin: 0 0 0 40px;
gap: 16px;
border: none;
width: unset;
}
.product-picker form.cart .quantity_wrap .minus, .product-picker form.cart .quantity_wrap .plus {
width: 60px;
height: 60px;
color: var(--e-global-color-primary);
border: 2.5px solid var(--e-global-color-primary);
border-radius: 50%;
font-size: 35px;
font-size: 2.1875rem;
}
@media (max-width: 768px) {
.product-picker form.cart .quantity_wrap .minus, .product-picker form.cart .quantity_wrap .plus {
width: 50px;
height: 50px;
font-size: 26px;
font-size: 1.625rem;
}
}
.product-picker form.cart .quantity_wrap .input-text {
width: 60px;
height: 60px;
color: #ffffff;
background-color: var(--e-global-color-primary);
border: 2.5px solid var(--e-global-color-primary);
border-radius: 50%;
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
font-size: 32px;
font-size: 2rem;
line-height: 1.2;
}
@media (max-width: 768px) {
.product-picker form.cart .quantity_wrap .input-text {
width: 50px;
height: 50px;
font-size: 24px;
font-size: 1.5rem;
}
}
.product-picker .add_to_cart {
display: flex;
}
.product-picker form.cart .button,
.product-picker .add_to_cart .button,
.product-picker button {
padding: 20px 40px 20px 30px;
letter-spacing: 1px;
color: #ffffff;
background-color: var(--e-global-color-primary);
display: flex;
align-items: center;
gap: 10px;
height: 100%;
}
@media (max-width: 768px) {
.product-picker form.cart .button,
.product-picker .add_to_cart .button,
.product-picker button {
padding: 14px 30px 14px 20px;
}
}
.product-picker form.cart .button:hover,
.product-picker .add_to_cart .button:hover,
.product-picker button:hover {
background-color: var(--e-global-color-accent);
}
.elementor-html .site-content-contain {
z-index: 100;
}
.elementor-html .product-image.no-gallery {
display: none !important;
}
.woocommerce-carousel {
position: relative;
}
.woocommerce-carousel ul.products {
display: none;
position: static !important;
}
.woocommerce-carousel ul.products.slick-initialized {
display: block;
}
.woocommerce-carousel ul.products li.product {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.woocommerce-carousel .yumyum-products-spacing {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.woocommerce-carousel .slick-slide > div {
display: flex;
height: 100%;
}
.woocommerce-carousel .slick-next.slick-disabled,
.woocommerce-carousel .slick-prev.slick-disabled {
opacity: 0.8;
cursor: not-allowed;
}
@media (min-width: 500px) and (max-width: 768px) {
.mobile-switcher-style-product-yes.elementor-widget-yumyum-products ul.products li.product {
flex: 0 0 50% !important;
max-width: 50% !important;
}
}
@media (min-width: 500px) and (max-width: 768px) {
.mobile-switcher-style-product-yes.elementor-widget-yumyum-products .woocommerce-carousel ul.products li.product {
flex: 0 0 100% !important;
max-width: 100% !important;
}
}
.elementor-widget-yumyum-products li:nth-child(even) .product-block-list {
flex-direction: row-reverse;
}
.elementor-widget-yumyum-products .yumyum-products-spacing {
padding: 0;
border: none;
border-radius: 0;
}
@media (min-width: 1440px) {
.elementor-widget-yumyum-products .product-block .product-transition {
width: 100%;
}
}
.elementor-widget-yumyum-products .count-review {
margin-bottom: 8px;
}
.elementor-widget-yumyum-products .count-review .star-rating {
margin-left: 5px;
}
.elementor-widget-yumyum-products .product-block-list {
display: flex;
height: 100%;
overflow: unset;
gap: 80px;
}
@media (max-width: 1024px) {
.elementor-widget-yumyum-products .product-block-list {
gap: 30px;
}
}
@media (max-width: 767px) {
.elementor-widget-yumyum-products .product-block-list {
flex-direction: column;
}
}
.elementor-widget-yumyum-products .product-block-list .right {
flex: 1;
padding: 0;
justify-content: center;
background-color: transparent;
}
@media (max-width: 767px) {
.elementor-widget-yumyum-products .product-block-list .right {
margin-right: 0;
align-items: center;
}
}
.elementor-widget-yumyum-products .product-block-list .right .woocommerce-loop-product__title {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 30px;
font-size: 1.875rem;
line-height: 1.1666666667;
text-align: right;
color: var(--e-global-color-secondary);
margin-bottom: 15px;
}
@media (min-width: 768px) {
.elementor-widget-yumyum-products .product-block-list .right .woocommerce-loop-product__title {
font-size: 50px;
font-size: 3.125rem;
line-height: 1.2;
}
}
@media (max-width: 425px) {
.elementor-widget-yumyum-products .product-block-list .right .woocommerce-loop-product__title {
text-align: center;
}
}
.elementor-widget-yumyum-products .product-block-list .right .price {
font-size: 38px;
font-size: 2.375rem;
line-height: 1.2;
gap: 15px;
margin-bottom: 40px;
}
.elementor-widget-yumyum-products .product-block-list .right .price ins {
font-size: 38px;
font-size: 2.375rem;
line-height: 1.2;
}
.elementor-widget-yumyum-products .product-block-list .right .price del {
font-size: 28px;
font-size: 1.75rem;
line-height: 1.2;
}
.elementor-widget-yumyum-products .product-block-list .right .woocommerce-product-rating {
font-size: 12px;
font-size: 0.75rem;
padding-bottom: 10px;
line-height: 1;
}
.elementor-widget-yumyum-products .product-block-list .right .woocommerce-product-rating .woocommerce-review-link {
font-size: 0px;
font-size: 0rem;
}
.elementor-widget-yumyum-products .product-block-list .right .product-attribute {
gap: 55px;
width: 100%;
}
.elementor-widget-yumyum-products .product-block-list .right .add_to_cart {
width: 100%;
display: flex;
}
.elementor-widget-yumyum-products .product-block-list .right .add_to_cart a {
padding: 15px 0;
}
@media (max-width: 425px) {
.elementor-widget-yumyum-products .product-block-list .right .add_to_cart {
justify-content: center;
}
}
.elementor-widget-yumyum-products .product-block-list .left {
margin-left: 0;
}
.elementor-widget-yumyum-products .product-block-list .count-review .star-rating {
margin-left: 5px;
}
.elementor-widget-yumyum-products ul.products .woocommerce-loop-product__title,
.elementor-widget-yumyum-products ul.products .wc-block-grid__product-title {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 24px;
font-size: 1.5rem;
line-height: 1;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-align: right;
}
.elementor-widget-yumyum-products .left {
max-width: 100px;
flex: 1;
margin-left: 30px;
position: relative;
}
@media (max-width: 767px) {
.elementor-widget-yumyum-products .left {
flex: unset;
max-width: 100%;
width: 100%;
margin: 0;
}
}
.elementor-widget-yumyum-products li.product:last-child, .elementor-widget-yumyum-products li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: unset;
}
.elementor-widget-yumyum-products li.product .product-category, .elementor-widget-yumyum-products li .product-category {
margin-bottom: 2px;
line-height: 1rem;
padding: 0;
}
.elementor-widget-yumyum-products li.product .woocommerce-loop-product__title, .elementor-widget-yumyum-products li .woocommerce-loop-product__title {
margin-bottom: 14px;
}
.elementor-widget-yumyum-products li.product .product-button, .elementor-widget-yumyum-products li .product-button {
margin-top: 9px;
}
.elementor-widget-yumyum-products li.product .time-sale, .elementor-widget-yumyum-products li .time-sale {
margin-bottom: 19px;
}
.elementor-widget-yumyum-products li.product .yumyum-gift-label, .elementor-widget-yumyum-products li .yumyum-gift-label {
position: absolute;
right: 0;
bottom: 0;
background-color: #2D81FF;
color: #ffffff;
padding: 5px 9px 4px 9px;
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
font-size: 14px;
font-size: 0.875rem;
line-height: 1.1;
text-transform: uppercase;
border-radius: 5px;
}
.elementor-widget-yumyum-products li.product .yumyum-gift-label:before, .elementor-widget-yumyum-products li .yumyum-gift-label:before {
font-family: "yumyum-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
font-size: 14px;
font-size: 0.875rem;
margin-left: 6px;
}
.elementor-widget-yumyum-products.prroduct-layout-list .yumyum-swiper {
padding-bottom: 30px;
}
.elementor-widget-yumyum-products.content-effects-yes .product-block-list {
padding: 19px 20px 19px 74px;
}
@media (max-width: 1200px) {
.elementor-widget-yumyum-products.content-effects-yes .product-block-list {
padding: 19px 20px 19px 55px;
}
}
@media (max-width: 768px) {
.elementor-widget-yumyum-products.content-effects-yes .product-block-list {
padding: 19px 20px 19px 20px;
}
}
.elementor-widget-yumyum-products.content-effects-yes .right {
flex-direction: unset;
justify-content: space-between;
gap: 50px;
margin: 0;
}
@media (max-width: 1440px) {
.elementor-widget-yumyum-products.content-effects-yes .right {
gap: 30px;
}
}
@media (max-width: 1200px) {
.elementor-widget-yumyum-products.content-effects-yes .right {
gap: 30px;
}
}
@media (max-width: 425px) {
.elementor-widget-yumyum-products.content-effects-yes .right {
flex-direction: column;
gap: 5px;
}
}
.elementor-widget-yumyum-products.content-effects-yes .right .categories_title {
width: 60%;
}
@media (max-width: 425px) {
.elementor-widget-yumyum-products.content-effects-yes .right .categories_title {
width: unset;
}
}
.elementor-widget-yumyum-products.content-effects-yes .right .rating_price {
position: relative;
width: 40%;
}
@media (max-width: 425px) {
.elementor-widget-yumyum-products.content-effects-yes .right .rating_price {
width: unset;
}
}
.elementor-widget-yumyum-products.content-effects-yes .right .rating_price .price {
position: absolute;
right: 0;
}
.price-column-yes .product-caption .product-caption-footer .price {
max-width: 100%;
width: 100%;
}
.price-column-yes .product-caption .product-price-stock {
justify-content: flex-start;
}
.elementor-widget-yumyum-search {
z-index: 99;
}
.elementor-widget-yumyum-search .widget {
padding: 0;
margin-bottom: 0;
border: none;
}
.elementor-widget-yumyum-search .widget form:before {
display: none;
}
.elementor-widget-yumyum-search .widget form .search-field {
background-color: transparent;
}
.elementor-widget-yumyum-search .widget form .search-field::placeholder {
color: var(--e-global-color-lighter);
font-size: 12px;
font-size: 0.75rem;
line-height: 24px;
font-weight: var(--e-global-typography-tertiary-font-weight);
font-family: var(--e-global-typography-tertiary-font-family);
}
.elementor-widget-yumyum-search .widget form .search-field:hover {
background-color: transparent;
}
.elementor-widget-yumyum-search .widget form input[type=search] {
padding: 7px 0px 7px 26px;
border-width: 0px 0px 0px 1px;
border-color: var(--e-global-color-border);
}
.elementor-widget-yumyum-search .widget form button[type=submit] {
font-size: 0;
left: 0;
right: auto;
top: 50%;
transform: translateY(-50%);
z-index: 3;
border: none;
width: 48px;
color: var(--e-global-color-lighter);
display: flex;
align-items: center;
}
.elementor-widget-yumyum-search .widget form button[type=submit]:before {
font-size: 20px;
z-index: 9;
font-family: "yumyum-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
color: var(--e-global-color-accent);
display: flex;
}
.elementor-widget-yumyum-search .widget form button[type=submit]:hover {
box-shadow: none;
}
.elementor-widget-yumyum-search .widget form button[type=submit]:hover:before {
color: var(--e-global-color-primary);
}
.elementor-widget-yumyum-search .woocommerce-product-search {
display: flex;
border-radius: 4px;
gap: 19px;
}
.elementor-widget-yumyum-search .woocommerce-product-search .search-by-category {
order: -1;
}
.elementor-widget-yumyum-search .woocommerce-product-search .search-by-category .input-dropdown-inner {
display: flex;
width: 100%;
transition: all 0.3s ease;
}
.elementor-widget-yumyum-search .woocommerce-product-search .search-by-category .input-dropdown-inner > a {
border: 1px solid var(--e-global-color-primary);
padding-left: 20px;
padding-right: 20px;
display: flex;
align-items: center;
gap: 11px;
color: #000;
font-size: 12px;
font-size: 0.75rem;
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
transition: all 0.3s ease;
width: 200px;
}
.elementor-widget-yumyum-search .woocommerce-product-search .search-by-category .input-dropdown-inner > a:before {
font-family: "yumyum-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
}
.elementor-widget-yumyum-search .woocommerce-product-search .search-by-category .input-dropdown-inner > a:after {
display: none;
}
.elementor-widget-yumyum-search .woocommerce-product-search .search-by-category .input-dropdown-inner:after {
display: none;
}
.elementor-widget-yumyum-search .woocommerce-product-search .search-by-category .input-dropdown-inner.dd-shown .list-wrapper {
display: block;
}
.elementor-widget-yumyum-search .woocommerce-product-search .search-by-category .list-wrapper {
background-color: transparent;
box-shadow: none;
}
.elementor-widget-yumyum-search .woocommerce-product-search .search-by-category .list-wrapper .yumyum-scroll-content {
width: 100%;
background-color: #ffffff;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
border: 1px solid var(--e-global-color-primary);
margin: 0;
}
.elementor-widget-yumyum-search .woocommerce-product-search .search-by-category ul {
list-style: none;
}
.elementor-widget-yumyum-search .woocommerce-product-search .search-by-category ul li a {
padding: 5px 15px;
}
.elementor-widget-yumyum-search .woocommerce-product-search .search-by-category .dd-shown > a {
color: var(--e-global-color-primary);
}
.elementor-widget-yumyum-search .woocommerce-product-search .search-by-category img {
width: 30px;
height: 30px;
object-fit: cover;
}
.elementor-widget-yumyum-search .site-header-search {
display: block;
}
.elementor-widget-yumyum-search .site-header-search .button-search-popup {
text-align: center;
}
.elementor-widget-yumyum-search .site-header-search .button-search-popup .yumyum-icon-search {
margin-bottom: 5px;
}
.elementor-widget-yumyum-search .site-header-search .button-search-popup .content {
display: block;
font-size: 14px;
font-size: 0.875rem;
color: var(--e-global-color-text);
}
.elementor-widget-yumyum-search .site-header-search .button-search-popup:hover {
color: var(--e-global-color-secondary);
}
.elementor-widget-yumyum-search .site-header-search .button-search-popup:hover .yumyum-icon-search {
color: var(--e-global-color-secondary);
}
.elementor-widget-yumyum-search .site-header-search .button-search-popup.layout-3 {
display: flex;
}
.elementor-widget-yumyum-search .site-header-search .button-search-popup.layout-3 i {
margin-left: 15px;
}
.elementor-widget-yumyum-search .site-header-search .button-search-popup:hover .content {
color: var(--e-global-color-primary);
}
.elementor-widget-yumyum-search .site-header-search .button-search-popup:hover .yumyum-icon-search {
color: var(--e-global-color-primary);
}
@media screen and (max-width: 767px) {
.elementor-widget-yumyum-search .site-header-search .button-search-popup .content {
display: none;
}
}
.yumyum-search-layout-2 .widget form:before, .yumyum-search-layout-3 .widget form:before {
display: none;
}
.yumyum-search-layout-2 .widget form input[type=search], .yumyum-search-layout-3 .widget form input[type=search] {
padding: 11px 20px 11px 0;
border-width: 1px 1px 1px 0px;
border-color: #E2E2E2;
color: var(--e-global-color-secondary);
border-radius: 0;
}
.yumyum-search-layout-2 .widget form button[type=submit], .yumyum-search-layout-3 .widget form button[type=submit] {
font-size: 12px;
font-size: 0.75rem;
text-transform: uppercase !important;
letter-spacing: 2px !important;
color: #fff;
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
padding: 0;
background-color: var(--e-global-color-primary);
width: 117px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border-radius: 0;
}
.yumyum-search-layout-2 .widget form button[type=submit]:before, .yumyum-search-layout-3 .widget form button[type=submit]:before {
display: none;
}
.yumyum-search-layout-2 .widget form button[type=submit]:hover, .yumyum-search-layout-3 .widget form button[type=submit]:hover {
background-color: var(--e-global-color-accent);
}
.yumyum-search-layout-2 .woocommerce-product-search {
gap: 0;
}
.yumyum-search-layout-2 .widget form {
background-color: #fff;
border-radius: 0;
}
.yumyum-search-layout-2 .widget form input[type=search] {
border-width: 0px 1px 0px 0px;
}
.yumyum-search-layout-2 .widget form .search-by-category .input-dropdown-inner > a {
border: none;
flex-direction: row-reverse;
justify-content: space-between;
padding-left: 20px;
padding-right: 15px;
}
.yumyum-search-layout-2 .widget form .search-by-category .input-dropdown-inner > a:before {
font-family: "yumyum-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
font-size: 6px;
font-size: 0.375rem;
}
.yumyum-search-layout-2 .widget form .search-by-category .input-dropdown-inner > a span {
width: initial;
}
.yumyum-search-layout-2 .widget form .search-by-category .input-dropdown-inner:hover > a {
color: #ffffff;
background-color: var(--e-global-color-primary);
}
.elementor-widget-ezyfik-slider-scrolling .elementor-slider-scrolling-item-wrapper {
display: flex;
white-space: nowrap;
}
.elementor-widget-ezyfik-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner {
display: inline-flex;
position: relative;
}
.elementor-widget-ezyfik-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item {
display: flex;
align-items: center;
transition: all ease 0.3s;
}
.elementor-widget-ezyfik-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-item-inner {
display: flex;
position: relative;
}
.elementor-widget-ezyfik-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-item-inner .scrolling-title {
margin: 0 50px;
line-height: 1;
}
@media (max-width: 568px) {
.elementor-widget-ezyfik-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-item-inner .scrolling-title {
margin: 0 30px;
}
}
.elementor-widget-ezyfik-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-item-inner .scrolling-title .title-scrolling {
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
color: var(--e-global-color-text);
font-size: 26px;
font-size: 1.625rem;
line-height: 1.1538;
text-transform: uppercase;
letter-spacing: 0;
}
.elementor-widget-ezyfik-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-item-inner .elementor-scrolling-icon {
display: flex;
align-items: center;
color: var(--e-global-color-text);
}
.elementor-widget-ezyfik-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-item-inner .elementor-scrolling-icon svg {
width: 32px;
height: 32px;
}
.scrolling-effects-yes.slider-rtl .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner {
animation-name: scrolling-rtl;
}
.scrolling-effects-yes.slider-ltr .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner {
animation-name: scrolling-ltr;
}
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper {
display: flex;
white-space: nowrap;
overflow: hidden;
}
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner {
display: inline-flex;
position: relative;
animation-iteration-count: infinite;
animation-timing-function: linear;
animation-duration: 25s;
}
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item {
display: flex;
align-items: center;
transition: all ease 0.3s;
}
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-item-inner {
display: flex;
position: relative;
align-items: center;
}
@keyframes scrolling-rtl {
100% {
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translate(100%);
}
}
@keyframes scrolling-ltr {
0% {
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translate(100%);
}
100% {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%);
}
}
.elementor-teambox-item:hover .team-image {
border-radius: 300px 300px 0 0;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.elementor-teambox-item .team-items {
position: relative;
}
.elementor-teambox-item .team-image {
overflow: hidden;
margin: 0 auto;
max-width: 100%;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
border-radius: 24px;
}
.elementor-teambox-item .team-image img {
width: 100%;
height: 100%;
margin: 0 auto;
object-fit: cover;
transition: all 0.4s ease;
position: relative;
}
.elementor-teambox-item .team-caption {
width: 100%;
text-align: center;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 20px 0 0;
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
}
.elementor-teambox-item .team-name {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 28px;
font-size: 1.75rem;
line-height: calc(33.6 / 28);
color: var(--e-global-color-secondary);
text-transform: uppercase;
text-align: center;
}
.elementor-teambox-item .team-job {
display: block;
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
font-size: 16px;
font-size: 1rem;
color: #333338;
line-height: 1.5;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
text-align: center;
}
.elementor-testimonial-item-wrapper .layout-2 .item-inner {
display: flex;
align-items: center;
}
@media (max-width: 768px) {
.elementor-testimonial-item-wrapper .layout-2 .item-inner {
flex-direction: column;
}
}
.elementor-testimonial-item-wrapper .layout-2 .icon {
font-size: 36px;
font-size: 2.25rem;
line-height: 1;
color: var(--e-global-color-primary);
position: relative;
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-rating {
color: var(--e-global-color-primary);
font-size: 15px;
line-height: 1;
letter-spacing: 4px;
display: flex;
margin-bottom: 21px;
}
@media (max-width: 768px) {
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-rating {
justify-content: center;
margin-bottom: 8px;
}
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-rating i {
margin-left: 0;
}
.elementor-testimonial-item-wrapper .layout-2 .title {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 44px;
font-size: 2.75rem;
line-height: calc(54 / 44);
color: var(--e-global-color-secondary);
padding-bottom: 30px;
border-bottom: 1px solid var(--e-global-color-border);
margin: 0 0 20px 0;
}
@media (max-width: 768px) {
.elementor-testimonial-item-wrapper .layout-2 .title {
padding-bottom: 15px;
margin-bottom: 15px;
}
}
.elementor-testimonial-item-wrapper .layout-2 .content {
font-family: var(--e-global-typography-primary-font-family);
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: var(--e-global-typography-primary-text-transform);
font-style: var(--e-global-typography-primary-font-style);
text-decoration: var(--e-global-typography-primary-text-decoration);
line-height: var(--e-global-typography-primary-line-height);
letter-spacing: var(--e-global-typography-primary-letter-spacing);
font-size: 21px;
font-size: 1.3125rem;
line-height: calc(30 / 21);
color: var(--e-global-color-secondary);
}
.elementor-testimonial-item-wrapper .layout-2 .testimonial-content-text {
display: flex;
align-items: flex-end;
gap: 12px;
}
@media (max-width: 768px) {
.elementor-testimonial-item-wrapper .layout-2 .testimonial-content-text {
justify-content: center;
}
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-image {
-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMTAgMjA5Ij48ZyBmaWxsPSJub25lIiBjbGFzcz0ibmMtaWNvbi13cmFwcGVyIj48cGF0aCBkPSJNMTAzLjM4NCAxLjIxNzMxQzEwNC4xODMgMC4xMjE0MDMgMTA1LjgxNyAwLjEyMTQwNSAxMDYuNjE2IDEuMjE3MzFMMTI0Ljc0NiAyNi4wODk0QzEyNS4zMDEgMjYuODUwNiAxMjYuMzExIDI3LjEyMTQgMTI3LjE3MiAyNi43Mzk2TDE1NS4zMDkgMTQuMjY0NUMxNTYuNTQ5IDEzLjcxNDggMTU3Ljk2NSAxNC41MzIyIDE1OC4xMDggMTUuODgwN0wxNjEuMzczIDQ2LjQ4NTNDMTYxLjQ3MyA0Ny40MjE5IDE2Mi4yMTMgNDguMTYxOSAxNjMuMTUgNDguMjYxOEwxOTMuNzU0IDUxLjUyNjRDMTk1LjEwMyA1MS42NzAyIDE5NS45MiA1My4wODYgMTk1LjM3IDU0LjMyNTdMMTgyLjg5NSA4Mi40NjIzQzE4Mi41MTMgODMuMzIzNCAxODIuNzg0IDg0LjMzNDMgMTgzLjU0NSA4NC44ODkxTDIwOC40MTcgMTAzLjAxOUMyMDkuNTEzIDEwMy44MTcgMjA5LjUxMyAxMDUuNDUyIDIwOC40MTcgMTA2LjI1MUwxODMuNTQ1IDEyNC4zOEMxODIuNzg0IDEyNC45MzUgMTgyLjUxMyAxMjUuOTQ2IDE4Mi44OTUgMTI2LjgwN0wxOTUuMzcgMTU0Ljk0NEMxOTUuOTIgMTU2LjE4NCAxOTUuMTAzIDE1Ny41OTkgMTkzLjc1NCAxNTcuNzQzTDE2My4xNSAxNjEuMDA4QzE2Mi4yMTMgMTYxLjEwOCAxNjEuNDczIDE2MS44NDggMTYxLjM3MyAxNjIuNzg0TDE1OC4xMDggMTkzLjM4OUMxNTcuOTY1IDE5NC43MzcgMTU2LjU0OSAxOTUuNTU1IDE1NS4zMDkgMTk1LjAwNUwxMjcuMTcyIDE4Mi41M0MxMjYuMzExIDE4Mi4xNDggMTI1LjMwMSAxODIuNDE5IDEyNC43NDYgMTgzLjE4TDEwNi42MTYgMjA4LjA1MkMxMDUuODE3IDIwOS4xNDggMTA0LjE4MyAyMDkuMTQ4IDEwMy4zODQgMjA4LjA1Mkw4NS4yNTQ0IDE4My4xOEM4NC42OTk1IDE4Mi40MTkgODMuNjg4NyAxODIuMTQ4IDgyLjgyNzUgMTgyLjUzTDU0LjY5MSAxOTUuMDA1QzUzLjQ1MTIgMTk1LjU1NSA1Mi4wMzU0IDE5NC43MzcgNTEuODkxNiAxOTMuMzg5TDQ4LjYyNzEgMTYyLjc4NEM0OC41MjcyIDE2MS44NDggNDcuNzg3MiAxNjEuMTA4IDQ2Ljg1MDUgMTYxLjAwOEwxNi4yNDYgMTU3Ljc0M0MxNC44OTc1IDE1Ny41OTkgMTQuMDgwMSAxNTYuMTg0IDE0LjYyOTcgMTU0Ljk0NEwyNy4xMDQ5IDEyNi44MDdDMjcuNDg2NyAxMjUuOTQ2IDI3LjIxNTggMTI0LjkzNSAyNi40NTQ2IDEyNC4zOEwxLjU4MjU0IDEwNi4yNTFDMC40ODY2MzcgMTA1LjQ1MiAwLjQ4NjY0IDEwMy44MTcgMS41ODI1NSAxMDMuMDE5TDI2LjQ1NDYgODQuODg5MUMyNy4yMTU4IDg0LjMzNDMgMjcuNDg2NyA4My4zMjM0IDI3LjEwNDkgODIuNDYyM0wxNC42Mjk3IDU0LjMyNTdDMTQuMDgwMSA1My4wODYgMTQuODk3NSA1MS42NzAyIDE2LjI0NiA1MS41MjY0TDQ2Ljg1MDUgNDguMjYxOEM0Ny43ODcyIDQ4LjE2MTkgNDguNTI3MiA0Ny40MjE5IDQ4LjYyNzEgNDYuNDg1M0w1MS44OTE2IDE1Ljg4MDdDNTIuMDM1NCAxNC41MzIyIDUzLjQ1MTIgMTMuNzE0OCA1NC42OTEgMTQuMjY0NUw4Mi44Mjc1IDI2LjczOTZDODMuNjg4NyAyNy4xMjE0IDg0LjY5OTUgMjYuODUwNiA4NS4yNTQ0IDI2LjA4OTRMMTAzLjM4NCAxLjIxNzMxWiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PC9nPjwvc3ZnPg==);
-webkit-mask-size: 100%;
-webkit-mask-position: center;
-webkit-mask-repeat: no-repeat;
display: flex;
overflow: hidden;
background-color: var(--e-global-color-primary);
width: 211px;
height: 211px;
min-width: 211px;
margin-left: 49px;
}
@media (max-width: 768px) {
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-image {
margin-left: 0;
margin-bottom: 1rem;
}
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-image img {
display: inline;
width: 100%;
height: 100%;
object-fit: cover;
}
.elementor-testimonial-item-wrapper .layout-2 .name {
display: flex;
align-items: center;
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
font-size: 20px;
font-size: 1.25rem;
color: var(--e-global-color-text);
line-height: 1.5rem;
font-weight: 700;
text-transform: capitalize;
}
.elementor-testimonial-item-wrapper .layout-2 .job {
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.5rem;
color: var(--e-global-color-lighter);
}
.elementor-testimonial-item-wrapper .layout-1 .item-inner {
padding: 40px 40px 58px 40px;
background: #FFFFFF;
border: 1px solid var(--e-global-color-primary);
border-radius: 30px;
gap: 39px;
display: flex;
flex-direction: column;
}
.elementor-testimonial-item-wrapper .layout-1 .testimonial-caption {
justify-content: space-between !important;
gap: 15px;
align-items: center;
display: flex;
opacity: 1;
visibility: visible;
height: auto;
}
.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-rating {
color: var(--e-global-color-primary);
font-size: 1rem;
line-height: 1;
letter-spacing: 4px;
display: flex;
}
.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-rating i {
margin-left: 0;
}
.elementor-testimonial-item-wrapper .layout-1 .title {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 21px;
font-size: 1.3125rem;
line-height: 25.2px;
color: var(--e-global-color-secondary);
margin: 8px 0 10px 0;
}
.elementor-testimonial-item-wrapper .layout-1 .content {
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
font-size: 20px;
font-size: 1.25rem;
line-height: 1.5;
color: var(--e-global-color-lighter);
font-weight: 600;
}
.elementor-testimonial-item-wrapper .layout-1 .name {
display: flex;
align-items: center;
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
font-size: 12px;
font-size: 0.75rem;
color: var(--e-global-color-text);
line-height: 19.14px;
font-weight: 700;
text-transform: capitalize;
margin-bottom: -1px;
}
.elementor-testimonial-item-wrapper .layout-1 .job {
font-size: 12px;
font-size: 0.75rem;
line-height: 1.25rem;
color: var(--e-global-color-lighter);
}
.elementor-testimonial-item-wrapper .layout-1 .icon i {
font-size: 12px;
font-size: 0.75rem;
color: var(--e-global-color-secondary);
}
.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-image img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 50%;
}
@media screen and (max-device-width: 880px) {
.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-rating {
margin-top: 16px;
}
}
@media (max-device-width: 425px) {
.elementor-testimonial-item-wrapper .layout-1 .item-inner {
padding: 0 15px 15px 15px;
}
.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-image img {
width: 70px;
height: 70px;
}
.elementor-testimonial-item-wrapper .layout-1 .item-inner {
position: relative;
width: 100%;
}
}
.elementor-testimonial-item-wrapper .layout-1.swiper-wrapper .testimonial-caption {
opacity: 0;
visibility: hidden;
height: 0;
}
.elementor-testimonial-item-wrapper .layout-1.swiper-wrapper .item-inner {
gap: 0;
}
.elementor-testimonial-item-wrapper .layout-1.swiper-wrapper .swiper-slide-active .content {
color: var(--e-global-color-secondary);
}
.elementor-testimonial-item-wrapper .layout-1.swiper-wrapper .swiper-slide-active .item-inner {
padding: 40px 40px 33px 40px;
background: #FFF7EA;
border-width: 1px 1px 5px 5px;
border-style: solid;
border-color: #000006;
gap: 40px;
}
.elementor-testimonial-item-wrapper .layout-1.swiper-wrapper .swiper-slide-active .testimonial-caption {
display: flex;
opacity: 1;
visibility: visible;
height: auto;
-ms-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-webkit-transition: all 0.5s linear;
transition: all 0.5s linear;
}
.show-hover-bottom-yes .elementor-testimonial-item-wrapper .inner {
position: relative;
}
.show-hover-bottom-yes .elementor-testimonial-item-wrapper .inner:after {
content: "";
height: 8px;
width: 0;
position: absolute;
bottom: 0;
right: 0;
background-color: var(--e-global-color-primary);
display: inline-block;
transition: all 0.3s ease;
}
.show-hover-bottom-yes .elementor-testimonial-item-wrapper .inner:hover:after {
width: 100%;
transition: all 0.3s ease;
}
.elementor-video-wrapper {
display: flex;
}
.elementor-video-popup {
display: inline-flex;
align-items: center;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
justify-content: center;
position: relative;
}
.elementor-video-popup .elementor-video-icon {
transform: translateX(-2px);
transition: transform 0.8s cubic-bezier(0.45, 0, 0.14, 1.03);
display: flex;
justify-content: center;
align-items: center;
}
.video-icon-effectsyes .elementor-video-popup {
display: inline-flex;
align-items: center;
justify-content: center;
}
.video-icon-effectsyes .elementor-video-popup .elementor-video-icon {
position: relative;
height: 60px;
width: 60px;
}
.video-icon-effectsyes .elementor-video-popup .elementor-video-icon .animation {
border: 2px solid #ffffff;
border-left: 2px solid rgba(255, 255, 255, 0.3);
border-bottom: 2px solid rgba(255, 255, 255, 0.3);
height: 100%;
width: 100%;
border-radius: 50%;
animation: loading 1.8s infinite linear;
}
.video-icon-effectsyes .elementor-video-popup .elementor-video-icon i {
position: absolute;
top: 50%;
right: 50%;
transform: translate(50%, -50%);
font-size: 12px;
}
.video-icon-effectsyes .elementor-video-popup .elementor-video-icon:hover .animation {
border: 2px solid var(--e-global-color-primary);
border-left: 2px solid rgba(255, 255, 255, 0.3);
border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.elementor-video-popup .video-content {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
display: inline-flex;
flex-direction: column;
}
.elementor-video-popup .video-icon-align-before {
margin-left: 5px;
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.elementor-video-popup .video-icon-align-after {
-webkit-box-ordinal-group: 16;
-ms-flex-order: 15;
order: 15;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
font-size: 24px;
border: none;
}
.mfp-image-holder .mfp-close:active, .mfp-image-holder .mfp-close:focus, .mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:active,
.mfp-iframe-holder .mfp-close:focus,
.mfp-iframe-holder .mfp-close:hover {
color: var(--e-global-color-primary);
background-color: transparent;
border: none;
}
@keyframes loading {
from {
transform: rotate(0deg);
}
to {
transform: rotate(-360deg);
}
}
@keyframes pulse {
from {
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
to {
box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
}
}
.elementor-widget-heading .elementor-heading-title {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
color: var(--e-global-color-secondary);
text-transform: uppercase;
transition: all 0.4s ease;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-small {
font-size: 14px;
font-size: 0.875rem;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
font-size: 16px;
font-size: 1rem;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-large {
font-size: 20px;
font-size: 1.25rem;
}
@media (min-width: 768px) {
.elementor-widget-heading .elementor-heading-title.elementor-size-large {
font-size: 24px;
font-size: 1.5rem;
}
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
font-size: 24px;
font-size: 1.5rem;
}
@media (min-width: 768px) {
.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
font-size: 34px;
font-size: 2.125rem;
}
}
.elementor-widget-heading .elementor-heading-title.elementor-size-default, .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
font-size: 30px;
font-size: 1.875rem;
}
@media (min-width: 1024px) {
.elementor-widget-heading .elementor-heading-title.elementor-size-default, .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
font-size: 68px;
font-size: 4.25rem;
line-height: calc(82 / 68);
}
}
.elementor-column-wrap:hover .text-editor-hover .elementor-text-editor > *:before {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.elementor-column-wrap .text-editor-hover .elementor-text-editor > * {
position: relative;
display: inline-block;
}
.elementor-column-wrap .text-editor-hover .elementor-text-editor > *:before {
position: absolute;
content: attr(data-hover);
color: var(--e-global-color-text);
clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
transition: clip-path 0.5s ease;
}
.animated-slide-column > .elementor-column-wrap {
transition: opacity 0s 0.6s, transform 1s 0.6s;
opacity: 0;
transform: translateX(20px) translateZ(0);
}
.animated-slide-column:after {
content: "";
margin: 0 0 0 -5px;
position: absolute;
top: 0;
left: 100%;
bottom: 100%;
right: 0;
background-color: var(--e-global-color-primary);
z-index: 3;
transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
}
.animated-slide-column.col-loaded {
overflow: hidden;
position: relative;
}
.animated-slide-column.col-loaded .elementor-column-wrap {
transform: translateX(0);
opacity: 1;
}
.animated-slide-column.col-loaded:after {
margin-left: 0;
left: -3px;
bottom: 0;
right: 100%;
}
.animated-bg-parallax {
overflow: hidden;
}
.animated-bg-parallax > .elementor-column-wrap {
overflow: hidden;
}
.animated-bg-parallax .img-banner-parallax {
position: absolute;
right: 0;
left: 0;
top: 0;
bottom: 0;
z-index: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.animated-bg-parallax .img-banner-parallax:not(.hover) {
transform: none !important;
}
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-img {
position: relative;
overflow: hidden;
}
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-img img {
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-title {
position: relative;
}
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-title:before {
content: "";
position: absolute;
width: 2px;
height: 0;
background-color: var(--e-global-color-primary);
top: -60px;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 1;
right: 0;
left: 0;
margin: 0 auto;
}
.elementor-widget-image-box.box-title-decor-yes:hover .elementor-image-box-title:before {
height: 50px;
}
.elementor-widget-image-box.box-title-decor-yes:hover .elementor-image-box-title a {
color: var(--e-global-color-primary);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-widget-image-box.box-title-decor-yes:hover img {
transform: scale(1.1);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.text-rotate {
-moz-transform: translateX(50%) translateY(-50%) rotate(90deg);
-webkit-transform: translateX(50%) translateY(-50%) rotate(90deg);
transform: translateX(50%) translateY(-50%) rotate(90deg);
}
.text-shadow {
-webkit-text-stroke: 3px #fff;
-webkit-text-fill-color: #FB9300;
}
.hover-style .elementor-cta__button-wrapper {
opacity: 0;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
transform: translateY(10px);
height: 0;
}
.hover-style .elementor-cta__title {
transform: translateY(0);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.hover-style .elementor-cta__content {
overflow: hidden;
}
.hover-style:hover .elementor-cta__title {
transform: translateY(-20px);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.hover-style:hover .elementor-cta__button-wrapper {
opacity: 1;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
transform: translateY(-10px);
}
.mask-text .elementor-counter > * {
color: transparent;
text-align: center;
font-size: 10em;
font-weight: 900;
background-image: url(//www.zendonerfranchise.fr/wp-content/themes/assets/images/ldp_mask.jpg);
background-size: contain;
background-clip: text;
-webkit-background-clip: text;
-ms-background-clip: text;
-moz-background-clip: text;
}
.e--ua-safari .mask-text .elementor-counter {
text-align: center;
}
.e--ua-safari .mask-text .elementor-counter > * {
display: inline;
}
.elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon {
display: flex;
font-size: 50px;
font-size: 3.125rem;
color: var(--e-global-color-text);
max-width: 100%;
}
.elementor-widget-icon-box .elementor-icon-box-title {
font-size: 20px;
font-size: 1.25rem;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
line-height: 1.4;
text-transform: capitalize;
color: var(--e-global-color-text);
}
.elementor-widget-icon-box .elementor-icon-box-description {
color: var(--e-global-color-text);
}
.elementor-widget-icon-box .elementor-icon-box-description a:not(:hover),
.elementor-widget-icon-box .elementor-icon-box-description span {
color: var(--e-global-color-text);
}
.elementor-widget-icon-box:hover {
cursor: pointer;
}
.elementor-widget-icon-box:hover .elementor-icon-box-title {
color: var(--e-global-color-primary);
}
.elementor-view-default .elementor-icon {
color: var(--e-global-color-primary);
border-color: var(--e-global-color-primary);
}
.elementor-view-stacked .elementor-icon {
background-color: #fff;
color: var(--e-global-color-primary);
}
.elementor-widget-icon-box.elementor-view-framed .elementor-icon {
border: 1px dashed;
border-color: #DDDADA;
}
.elementor-widget-icon-box.elementor-view-framed .elementor-icon:hover {
border: 1px solid var(--e-global-color-text);
}
.title-effects-yes .elementor-icon-box-title {
font-size: 86px;
font-size: 5.375rem;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
line-height: 1;
text-transform: capitalize;
color: var(--e-global-color-text);
}
.title-effects-yes .elementor-icon-box-title:before {
content: "";
position: absolute;
width: 100%;
height: 10px;
background-color: var(--e-global-color-primary);
bottom: 3px;
right: -1px;
transition: width 0.7s;
z-index: -1;
}
.enable-icon-effects-yes .elementor-icon-box-wrapper {
position: relative;
}
.enable-icon-effects-yes .elementor-icon-box-icon .elementor-icon {
position: relative;
width: unset;
display: inline-block;
animation: qodef-element-rotate 20s linear infinite;
}
.enable-icon-effects-yes .elementor-icon-box-icon .elementor-icon svg {
width: 286px;
height: 286px;
}
@keyframes qodef-element-rotate {
100% {
transform: rotate(360deg);
}
}
.enable-icon-effects-yes .elementor-icon-box-content {
position: absolute;
top: 50%;
right: 50%;
transform: translate(50%, -50%);
}
.elementor-image-box-wrapper .elementor-image-box-img {
width: 100%;
}
.elementor-image-box-wrapper .elementor-image-box-img img {
display: inline-block;
width: inherit;
}
.image-box-effects-yes .elementor-image-box-wrapper {
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.image-box-effects-yes .elementor-image-box-wrapper .elementor-image-box-img {
position: relative;
}
.image-box-effects-yes .elementor-image-box-wrapper .elementor-image-box-img .elementor-image-box-img-inner:before {
content: "";
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.8);
position: absolute;
top: 0;
right: 0;
opacity: 0;
border-radius: 24px;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.image-box-effects-yes .elementor-image-box-wrapper .elementor-image-box-img img {
box-shadow: 0 4px 30px 0 #0000001A;
}
.image-box-effects-yes .elementor-image-box-wrapper:hover .elementor-image-box-button {
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
opacity: 1;
}
.image-box-effects-yes .elementor-image-box-wrapper:hover .elementor-image-box-img-inner:before {
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
content: "";
width: 100%;
height: 100%;
top: 0;
opacity: 1;
}
.image-box-effects-yes .elementor-image-box-button {
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
padding: 1.25rem 2.5rem 1.25rem 2.25rem;
font-size: 16px;
font-size: 1rem;
border-radius: 12px;
white-space: nowrap;
background: #ffffff;
color: var(--e-global-color-text);
justify-content: center;
position: relative;
overflow: hidden;
display: inline-block;
border-width: 0px 0px 3px 3px;
border-style: solid;
border-color: #110A00;
gap: 10px;
text-transform: capitalize;
letter-spacing: 1px;
border: 1px solid var(--e-global-color-text);
opacity: 0;
position: absolute;
top: 33%;
transform: translate(47%, 35%);
line-height: 1.5;
}
.image-box-effects-yes .elementor-image-box-button span {
position: relative;
z-index: 2;
}
.image-box-effects-yes .elementor-image-box-button span i, .image-box-effects-yes .elementor-image-box-button span svg {
display: flex;
align-items: center;
justify-content: center;
}
.image-box-effects-yes .elementor-image-box-button:hover {
color: #ffffff;
background-color: var(--e-global-color-primary);
}
.image-box-effects-yes .elementor-image-box-button:hover .elementor-button-icon {
color: #ffffff;
}
.image-box-effects-yes .elementor-image-box-button i {
font-size: 12px;
font-size: 0.75rem;
margin-top: -3px;
}
.icon-list-hover-underline .elementor-icon-list-item a:hover .elementor-icon-list-text {
text-decoration: underline;
}
.image-style-yumyum-yes .elementor-image-box-img {
border: 1px dashed var(--e-global-color-border);
padding: 20px;
border-radius: 4px;
}
.image-style-yumyum-yes .elementor-image-box-img img {
border-radius: 4px;
}
.image-style-yumyum-yes .elementor-image-box-img-inner {
position: relative;
}
.image-style-yumyum-yes .elementor-image-box-img-inner:after {
content: "";
visibility: hidden;
opacity: 0;
position: absolute;
right: 0;
top: 0;
left: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.6);
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.image-style-yumyum-yes .elementor-button-wrapper {
position: absolute;
top: 50%;
right: 0;
left: 0;
z-index: 9;
visibility: hidden;
opacity: 0;
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.image-style-yumyum-yes .elementor-image-box-title {
font-size: 16px;
font-size: 1rem;
color: var(--e-global-color-text);
}
.image-style-yumyum-yes .elementor-image-box-title a {
color: var(--e-global-color-text);
}
.image-style-yumyum-yes .elementor-image-box-title a:hover {
color: var(--e-global-color-primary);
}
.yumyum-rotate-effect-yes {
position: relative;
}
.yumyum-rotate-effect-yes .elementor-icon:before {
content: "";
display: block;
position: relative;
background-color: var(--e-global-color-text);
-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjg2IiBoZWlnaHQ9IjI4NiIgdmlld0JveD0iMCAwIDI4NiAyODYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgo8cmVjdCB3aWR0aD0iMjg2IiBoZWlnaHQ9IjI4NiIgZmlsbD0idXJsKCNwYXR0ZXJuMCkiLz4KPGRlZnM+CjxwYXR0ZXJuIGlkPSJwYXR0ZXJuMCIgcGF0dGVybkNvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHdpZHRoPSIxIiBoZWlnaHQ9IjEiPgo8dXNlIHhsaW5rOmhyZWY9IiNpbWFnZTBfMTM2XzU0NjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTAuMDAzNTA0NjcpIHNjYWxlKDAuMDAyMzM2NDUpIi8+CjwvcGF0dGVybj4KPGltYWdlIGlkPSJpbWFnZTBfMTM2XzU0NjIiIHdpZHRoPSI0MjgiIGhlaWdodD0iNDMxIiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQWF3QUFBR3ZDQVlBQUFBSFhPRUNBQUFBR1hSRldIUlRiMlowZDJGeVpRQkJaRzlpWlNCSmJXRm5aVkpsWVdSNWNjbGxQQUFBQXlkcFZGaDBXRTFNT21OdmJTNWhaRzlpWlM1NGJYQUFBQUFBQUR3L2VIQmhZMnRsZENCaVpXZHBiajBpNzd1L0lpQnBaRDBpVnpWTk1FMXdRMlZvYVVoNmNtVlRlazVVWTNwcll6bGtJajgrSUR4NE9uaHRjRzFsZEdFZ2VHMXNibk02ZUQwaVlXUnZZbVU2Ym5NNmJXVjBZUzhpSUhnNmVHMXdkR3M5SWtGa2IySmxJRmhOVUNCRGIzSmxJRGt1TVMxak1EQXhJRGM1TGpFME5qSTRPVGszTnpjc0lESXdNak12TURZdk1qVXRNak02TlRjNk1UUWdJQ0FnSUNBZ0lDSStJRHh5WkdZNlVrUkdJSGh0Ykc1ek9uSmtaajBpYUhSMGNEb3ZMM2QzZHk1M015NXZjbWN2TVRrNU9TOHdNaTh5TWkxeVpHWXRjM2x1ZEdGNExXNXpJeUkrSUR4eVpHWTZSR1Z6WTNKcGNIUnBiMjRnY21SbU9tRmliM1YwUFNJaUlIaHRiRzV6T25odGNEMGlhSFIwY0RvdkwyNXpMbUZrYjJKbExtTnZiUzk0WVhBdk1TNHdMeUlnZUcxc2JuTTZlRzF3VFUwOUltaDBkSEE2THk5dWN5NWhaRzlpWlM1amIyMHZlR0Z3THpFdU1DOXRiUzhpSUhodGJHNXpPbk4wVW1WbVBTSm9kSFJ3T2k4dmJuTXVZV1J2WW1VdVkyOXRMM2hoY0M4eExqQXZjMVI1Y0dVdlVtVnpiM1Z5WTJWU1pXWWpJaUI0YlhBNlEzSmxZWFJ2Y2xSdmIydzlJa0ZrYjJKbElGQm9iM1J2YzJodmNDQXlOUzR4SUNoWGFXNWtiM2R6S1NJZ2VHMXdUVTA2U1c1emRHRnVZMlZKUkQwaWVHMXdMbWxwWkRvME1UazRRemd3UWpkRFJEQXhNVVZGUVVaQ01rVTJNams1TURjMU5EVkVOeUlnZUcxd1RVMDZSRzlqZFcxbGJuUkpSRDBpZUcxd0xtUnBaRG8wTVRrNFF6Z3dRemREUkRBeE1VVkZRVVpDTWtVMk1qazVNRGMxTkRWRU55SStJRHg0YlhCTlRUcEVaWEpwZG1Wa1JuSnZiU0J6ZEZKbFpqcHBibk4wWVc1alpVbEVQU0o0YlhBdWFXbGtPalF4T1RoRE9EQTVOME5FTURFeFJVVkJSa0l5UlRZeU9Ua3dOelUwTlVRM0lpQnpkRkpsWmpwa2IyTjFiV1Z1ZEVsRVBTSjRiWEF1Wkdsa09qUXhPVGhET0RCQk4wTkVNREV4UlVWQlJrSXlSVFl5T1Rrd056VTBOVVEzSWk4K0lEd3ZjbVJtT2tSbGMyTnlhWEIwYVc5dVBpQThMM0prWmpwU1JFWStJRHd2ZURwNGJYQnRaWFJoUGlBOFAzaHdZV05yWlhRZ1pXNWtQU0p5SWo4K2l2MzlGd0FBU3laSlJFRlVlTnJzblkxeElyc1NSblczYmdKc0JnK0hnRVBBSWVBUUlBUUlBVUtBRUV3SUpnUVRnZ2xoQ2VFK1pMZThvbWxwTkREQUFPZFVVYnZMd3ZBM28wOWZxOVg5ejMvLy9lY0Eya0MzMiszdC91akxMYkRlM1phYnpXYk5Od1R3MlB5RFlFRUxoS3E3KzJPdWhFb3o4N2VkY0czNXhpNHplV0NTQUFnV3dLRllmZXh1bllLSHIzYUQ2QXZmMnRsL2s4SHVqN2ZkYmVPLzgzQmpzZ0RYNWhkZkFWeVpOME9zbHJ2YnhIMkhBMlA2dThGMHpGZDJkbnBCdTNhM29meEdmM2JmL1lmLy9pVjBDNEREZ29lY3lRZjhqUDVsTjVQZlJJL3hBaldOSHJQZC9mZHZ2cjJ6L2k2ZklsWlp0N3U3amVMZkNnREJnbHNZNFB3c1BDUkxkS0lCelNkTExETFBtOHNNUHZDNmUvelNlTnk3MjEvZk1oOEhqZnlXWHFnK0N4KytsUWtHYTExd0VRZ0p3aW1EVzgrSGlkeDN3c1RBN1lmMnZNRE1KWXlVV3AvYW04Vm5SR2lWZXg0MGlrNTg4Y2t1VDk1TnVlOVFiWXovWGQ4eXZ5OEFnZ1h0RUt2ZEg5NzVWSzFuZkQzdXhFRnRWVEdvd3ZrRWE3MzVackc3dllwNHJkWGtZWmc1VC95NjR4QlJBd1FMcm9sT2x2QnJHUk81TFF6UkdoYUs0QUZHeUlsRi84c0oxa3I5RnVGM0xwMUFETVdCKzZTTk53azVBaUJZY0RGM05YVDdZVGsvcUQzdnhyS1ozSHo0YUtTZU5qWm0yWFdjVS96WURwbHFaL2xkKzJvU1lxYXk3KzRyK3Qzazl4NUVkL20va3hvUFIvTXZYd0ZFN3NZUE1OdUNSWFE5UUUzMHdPWkRTSklGR0I0YkJxK0ZjbVY3YnlQem1tdjF1ajEzbVBiZXR1ODBiSWgyTWxEcjk3dU52b04xQy9ZNTlTc21GSFVacUg4djJNc0ZDQmFjTXFBTzVkYUo3dmVEeWl3endIU1VPS1dFWTZrR3diNFNyRHFodmpyaTFwcXZXSDMrUWVheEx3MEl4RVVFeXdqcnBWTGJodzBMSUR3NGhBUWZWNno4WU9Jei9NYnVjT091LzdmZisvUnhZdWh0bVJzUVpUMWtVeWhZcXhyaUJ2WFBoNDc2VGplWmlVamZjTCtXcU1YSDIrYTJJa2h5aGc4YkQxam5BZ1FMdEZqTlhYVTVKRDl3V0duTFczVTgwem1JTzRzSHFZN3gyTFVldUJMSDJxalh2WVZNd1pDZ3NGSzNOb1l5QnpYY1VLL2dzWU9LeVV2NHZiMUkvWEhmR2FkK2t1U1RlVDc5NW1VNVR3RitJQ1Q0ZUdJVnI2dkVnOGxTQktFdnJpc1dyYkhiend4YnF3R3BueHFRQ2g2ci83K1hHU3ozMXJHOHVCa0pBTzFScTIrUm5jbXQ3ZlNxWEZOTmNhc1VMR1BqdUo0c3pXV0M4OHJhRitDd0hoTTlRUGlFaWEvS0VYN3czOTI4TUZWbCtHVkRmUlVEVlZVNGliQmdPeHhXeWhIMWxETmY2L0pNOGhnZFhseHBaK1VLdGpySStmTEd6d01JMW1PaUJXTmhPSU9GSVE1RDVSeld5cmoxTWk0ajk5aDdUN3k0QmRkdGlkQzI4UHlwN2E3RTVVK054L2hOeWI5bHdyUVgvaVU4Q0FqV1k2Sm52cW1CYVZIaHpCcHhXZkw2V3RBNk9LeXJUbUtXTlI1N1REanc0RndTbC85MVBzcUU2YVhpT1lCZ3dZM05qRHV5YU8wVEk5N2xOcTdJc3RxVU9CVEo2Tm9vSWVsbkJxcGN5bmJWWTljbDRpZml0cGRWU01tZnN3aFdLcDI5NHc0elBWZUdXK3VxU1ZIVjd6c3hmdXUxZWg5TVRnREJ1bUd4OGpOT1gxVjdLZ0lRcXFXSGRQVFVqRlJuNWVXRVpwRVNHaGxRdEhoMEUwSlQ5ZGk2RzRoeFdRMU9lcFNBYkd1a3MxdE9iRmh4RHVuZmJKMXBVYkkyM2lzZ1dIQmpnNHdYcFZ4YXVyOS9uaEN0T3M3b0lDeW9oS1lwbDFXblJCT0NkUVYzbFhpc0pXeEZ5UnV4UUphK1hpNVRVUFp2VFNYSzhGWVFhUUFFQ3k0Z1ZuNUFHQnNEaHpYUXpJMTlUVXMxU0F3eXptaWJjMW11M3BwUzhyRTFpOXZTZTZrOWdyVTB6czFPZ1h1cTNDeHViRHplSkI3WGs0YVRiM0pkOU9VYzlaTTZ2NWRyampORHNPQjZhTEh5RGZSODRWbS9TUDFrRE9oalE0U3FGc0Z6TStRNFc5QVN2MDVDL0tvZVcxcmNsbG56RlFRcnNUYTFxVGpXb21EUzBVbUVwU3VQRmJXNHlaMFRReEV1bkRpQ0JSZDJWM3JXdVlnWHZXVUFlWFdIS2NGVkYzOVNzT1Q0T3ZraTU3S09EUXV1Qzk5VFNWZ0t5czRuTFVLNTlhUXFkOVZ4NWVIQXlnbVRaQXI2Q2RoTXptZnI5WFNMbStERTlIbm1IL05PaUJEQmdndVBNWm5RU2l4YXVUQmVDTUhwV1c3T1paMHJMTmpOaWFoc0xvMEhxYkY2N1UyYksxM2NpN3RLVEVUV3h2L3ZiUzVQclRrWkdham1QaXRKYy9jYjIzOGJRcXBiM0d3bDJ2QVVSUnVXU3JURy9PUUlGbHlQVHVFTXRsOVRoQ29mRzgxV2x5YzRyRjZGMEU2bHB0eTcxSnZUbTAwbm5BSW5VVklUTU5SM3JIcHMzZFlrdWx6VnVIU3RTUjZueFdla293M1NJWG10SmtHc1p5RlljQ0UySmVJZ0RtcWJjV1pCYUhUb3NIYnloZnlmWG4vS0ZiRE5NVEZtN3FGRmh4NW9Gcm5xMzFERTRGQUw5Z2YwUk8zSnZiWXpSampRV2lmVjU0S3VwaEphM1pTZ093eXNNdWZDc2tZRUFCQXNhRXl0RHR0eGRIWFlMR0p0RER4YWhCcEp2bkNGNjFqRzR2ckdlRTh2THIxWUg1N3pLbDJONFVnU2lRNmhsZjJIcElqN2YzOFlFNTVaeFhtekxDeFdhN21zYnNYNzdocnVLbGRjbUtLNUNCWmNrWVhoUUlyR3FJSUJveXI1UXBkUUdxVEVUSzlKSk1JNEs4dk5pUmc5aWVPS2I4K3lSb0d6T3AxY2FLd252OVhRZU56RWNNcDFXcFBvYzJxaDNsUFZPdFBCT1ZTeGpvbWp1aVArK2UrLy8vZ1dyalBESGRhWWllcUIvME9jeGl4MXNmcDFIN2UvcnZCaVBkWjQzRWpDTmFuM0hJZUhGc0hwSkZwRkxDSVhwUmZKZlViYU0yZkMxYy9EVUNHbFh6QzRlN0dhR1k3bk0zWTBQa2tpK3YrcC9PNkx4UG5YbGZNNUZzYmYxblZodkphVFNjdzY0OGIwNDMvVHF1UjJvUi9XNVFlSXNDYlFsd3U1VnVLQXY5aDJoM2crNHFKTFBWNjNzUis2ZEVodXFRUXJIdUFtN2pCVGJKaDVMNFQwV29DSXlDbzZONE53aGI4SFo3MUlyRUVtVTlsbGNoVmNtay9VOFlkNFVxKy8yZDIvVU01cDZPd3duN1dXdHE1d2thdm8vRjZrcmh1WmpNVnJwUnVYWHhzREhOYmRpMVhZNk5pcGNqNE52TmFlYzlxOXhqK1p4LzVSN3lrM2EvMXcrOWw5LzZqUE4zZlZsU3BHRlFNTjNNNDUvYW1jODgrNUl5SGpOOHVSRzlmRlJ5eDZrdUdubmVDN2V1cFRRU0pQZUs1M2VxK0ozbDI1YzVienRVV3doblZaT3U1d1RhQU5wV09LTnhLcndVa25UZmlMK3NVZFp2dUZCSTlYcWNyQnhYOC9FN0JjWlhhOWJycEt1THkxY1oxb3hvYTcycFM4VDJsTStwd1FxL2VLQ2RhWG1OS1BxeDBRRXJ4d0JDWWhBSDcyMTNTSXJMSU9teEtzdlpDTUQ5UG9nY1NvRldjbVRiamJhUXNQcDFHbmoxYVl1RmpDVjVVWjJGZXZ0WFVuN3NHcnFKU3hrZXV5cXlhV2JGVEhZVDJRV3FWbmhNT0tOaC9IdXJraXdaTDNwUy9FOTNnL2xaRndVVEpBd1gyZnozNVM4aXdUbm0zQitaQ0tKRlJWMGREbjNheUJ4SW14NFFCSG9WS0dyTFZOS3Q0SFhCaldzQzdNYnVEL0x6UDdmR29pZzhuSWpqcFlFMGc4NThQbDA1MzNYQmw3b2FEaW5OSnJVeXNwbTZRZm85ZDE0M1V3UFZFNitUcEpySWNkWkVES1k2Y3ErdkJLSWdZTzYxNHUwRTZCVTFwbFpwOU56ZUM2RlRQV2xNc3FEYk1nVmxEaXdIVE55cjZVMmZJWmc2RitvQmFybFFwRmo4L2dyblNKcjVVbFZva29BZ1YwRWF5N0VLdSt6Q2JmcFA3ZE1ZdTBnNFlXZHp0SERqQSt0T05ud0trUUlsVW1vQzRqcDBxQXVlKzFvM2QzMklSMGI3dURYQXM2cVdOMjRuWHFCYkNYZXMxRTVBTVFyTHNTcTdIYjc4dnp0ZGNxSVZ3YmRUSG9DM0RhUUJ1RUlvZlYvV1l1S2ZCaFJGaEovUDdaVVdVQ21uRlp1VWxRZkMyOHFIVmVIYTA0VmF4NmhydWFWV1FiOWdzaks1OWtFcDRmc2dTYllaVVJqcmtJMmt3Y3pFWTVvWmxjbU4zb3ZybGM1RTA1cksyK3dPVENIY1lPVVZXN1hqdDZUVUZEb3VVM3U4djVOalFtVkl1RWNQU1Z1MXFjK0ZaMHlEMFhDa3lWRTdQRWJSaGQ2ejZWa0M0Q1o0S2tpMlpkMXJUcTJwVmJmQ0grbGhCRjBTSnc0WHN4TncxSGxRZkdocWhWSm1ZQU5IU3QvS1NNNTlMRVZZTFNRY0xHaWRmblZxSUdtOHh6ZE1MRlFhVU91YVkrMWZVMGFrQmN3WUNRWUhPenlGbUJJK2thSVlhZVhMUzFLMWNYT3F5dGhDekdjbUZORGJIeUZ4ZXpRcmpVdGJLUjBQUHF5SFA2UUl3a0pOZFAvSC90VUtBY1M3dXJTY0pkNlMwa2hNMFJySnRBTHpBN1Y3aG9LMkdFdGJwQTM0NThIM3JuZms2by9MclVxTFJxQU1BRmlRZituZ2hQU296ODVPNDlYbytOMEtIQWRVRW9jRzVFSUpiRzQ4NlJ4UWdJMWtWbWptdkRLZm1UK3RXbEM4cjJsT0E1ZFpIV2F1dHRsSG5xSUZSd28raHI1ajFPYkVqc3B6cHdYOFlFcmlyTFZhK3piVXZkRmFIQTg4SWFWcmtJeEFWZlZ4V1AxeTA3dkNnOHU3LzlmdUpzb3IyMXFzUmFXSEg5UFdPelpveC8zNGdVM05LMVo3V3RTUkV5RGNPbVkyc3ovS1RDWFZuWGo5VldoYlVySEZickxwYWVpTThmbWNtOXl5enZqOFROVTNGMUhScjg2cElxc2Z2UW5IQVJPYUI0aW1hdGhSVnZLSmFMZFdVSTFZdVVuRUdzNEphaUZpT1g3MEN0aFdXdHJwdjQrbG9YSkRLVlpoSnFkN1hLaVpXc0kwOVQ2MnlBWUowcVZrT1phVmtuV0VnTGY3ZEVTMFRCU3FMb2gvK1BoR3RkSUhoMVE0TXpRNmdvMmdtM0xGcFZHOXFmWThFd0N1YUc2eXAzelJkdEtrNnRYVlZFYU43bE9lOTF3L3p3RjBLQ2FiRXFkVFZyRVFXclE2cFBtaGdZRjlhMjREMVlvY0ZpNFpIOUlMZ3B1THVvaHhLaWxSVXVONjY5UmtLQmlXc3ptWEl2WWNrM2Q3aU9Oam0xYWdlQ0JhbUYzSm00bGJDUDZhQ3RncldIS1JIbkx0N3ZsRm9MSXdzSm9QTGEwWTBsZitldUc5MllOQ1ZDaVd2YW5FZ21DdnRtSjdtUWg1RGdJZHF1ZTRHWXlMNlJwWnpFT21Ob0lKc01kU2pEQ2lrTWFyUVNNZGZDK0lrQXFqVkxpYysySXBwUm1rbW8xNjRXQ2JIcUo4UnFJYzBrRVNzRTYrUlptZDdZTzdQQ0RXTGw5UUxyMktvbEpuczM5RWJDb2k3RFZXdGhBSkFrMS9sWVgvTjZzam14d3VtbGExZUpLdlJmSWtqaGFBVHJYTE15NXpLYmZ1WEVXeHRDMUN0d1NzV3RSRVFjanhJOEFBVHJSNWRTVVEyOU9UK1hTV2k1cTQzaDF1YkdPUEpTa1VVNDRDZERzTTZObGJuMHJrVkw3TDlldDZyVFNzUVN2QjVmUDBDU21USEpHOGNLSm9rWlJhSEFFbmNsZThhbWhuQytWTlJNOU05N2t6OEJ3U3BHaTg4dzUyUWlJVHB3VC9wNWlYcUJSYTFFMUZxWVA4NHphZW9BMld0R055VHR5UFgybnlSWStNUUo3V29tbVEzNjJsMzloQTFsajlXYk85emdITGFWckROaUZSY1NHQ0phQ0ZiZGt6d1dMU3Urclorek5tWmxQV2ZYQVp5NXcvWWlwYUZCSHhaOFpmTXZRUEgxUEhOMlNTVXJPckZJaFFJTmQrVW5rSXZvLzk0TjhWdkl0WnBMOWhnYTR3dWloV0NkRkVvWVZtMzBFekhSb3RYWEoxNGlhN0JmdXBHUTVva0FSNGxXVlFQSlNVVXloSFpYWHdWdW83MWJCMkhGcXVTS2lyMmVpRllDOW1IWko5T2JNV09xckJPV3FIdDI4RHlqejA1bGJ4NEFPUG02RG8xUyszTE4rZWpJc3FMTmlONTM1Wi8zSk1mUm1ZQmJpWUpVMVJxMXhHb3R4K3lvKzlpdjlZaUNKU2ZKd1AxTld3ODE5NnhNbjJEemRabVdsNm9pdE1abVgrZU1SVmRqbzZMUFRucm1sQVJvMWJpaHExb0U1elExeEdWVU1ENVlZdlUxWVpXLzYwUVFST3VSQkV2RTU4M1pOUUZqaXorcG1Gbjl6SzRxNHRJcHNkdHpVSFZLd1FEQTFjYU9lQXdJK3lJUGVtV0pXRzByanRkTHVMSzR3cncxZmlCYXdxOEhPT0hlSzhUSzR6Zmpmc1NaZlhKeXZMakRETUQzZ3N6QnluMVhjb0xxQmVFaHd3UkFhOUJyVjg0UUt6L1pmVzFDck5TNEV6dTFYdFc0ZzJEZGoxanBCZEdWc3l1a2h4T3FTbFNzZHR2T2VKN2VkOVUzOW1mRnJVUm1VVmdBQUs0L2Z1aGtLTDBGWmFRak02ZUlWWUZvZlNCWWp5Tlcvc2Qva2xSVEx3eFA3ckJ2MUVFYkQwbVlPSEJDQlptREsrTjVsdE1ieVlrN3dmSUR0TnBkeFdMelhOS3NNVk1BTjdzZUhvbFduQm44OE1zRmQ3ZUdWVGNHbk1qc2V6SVNNWW95QUkyVE5aNFZzVVlGY0J0anlHZENzTDZpSnlVWnZabmoxT3BNTEdQUG1tN0dkK2F3amxtd2xQMFMybWxaZGIwbXJyeDI0TS9odWZ3QmJtOG9TZHkvbExHa1ZLemVFNkpYYXkzS2oxR0kxUjBLbGppZ1kycnNhZGZUejFoMHEzWmc2Z1FmR0tFRUFHZ3hFcXJUMTNwUmNrVm00aHd6YldKanNPL2FVS01lS1lMVndoUE5hdnRSbVdGVFdwY3ZVenZ3VFI5Zm5OZFVpUldWS2dCdVI3U2UzZCtVOVVuSjh6SmlOVlBqeGtuVkxLSVdKdk5IRXEyNzNJZVZXRy9LaGdaOVVjem9uOG1XMS9KWTc1emVEUGUwa0ZsWjE5bkZNbG0vQXJoVGNtTGxCUytSZ0xHbzJ5UEwyTXhjVk5RQWg5V09rNlJyekk1R2RaeVdrZkczcnBoOVdiVURReHJzWFA3VUp5VmlCWERmVEEyeFdnUjNGb1VhNDBsenI4Nytxa1FMazdBLzlPNWJEdDIwdzRxY2p1bGVTcHhXSnUxMEpUT2pWWTJaanNXc05Kd0FBRGM3RmxsamplbWVvakVucE1lWHJvdE5YYjY0d0tiMGVBalc1VThRTFRTbU1PUkV5OWtGTEYwZDRaSjI5VjY0ZEtMR1VrNVkrbFlCSUZiNk9WK0Zia3ZDZUpsUTQxcHV3OVNFSE1GcXh3bmlmOEFQdDU5K21rejl6SWlXVlIyNWQ2Und4VjJBMTJ3Q0JrQ3NHamkrSDZQZUVtTDFJbTFPOUh2d0ZlaGZFYXoyaUpXZWJWU0czUkluMXNGSkZtWDM5WThSTGdCNEdMR3lsZ1FhY3ppWjVZbzlRVXlNaVMvM09FYmRZdEtGWHRoY2xxd1JKUkl4RGs0QWI5RWxRL0RGSFc0b2RpSmtmb0h6WGNLQkFQQ1lMRnhGZ3RZSll0VXZFU3NaczhKMm01aTdUSFcvS2NHU0dZMk8xeFpiNzR4b0hXVHErTmxKSkZ6ckN1SHFjZTBDUEJhWklyV2ZwNHdKMFI0cnE2VFRLUEZlTnVwOWRCR3M2NHJWMEIzdVBYaXRhNzNycHJ5TGNEMkxNRm9sV1RxT0Vrd0FqeTVhQ3pVbUhEV1JsVW01dGFHNHBEeFRKL0gzdStFbTFyQVNzZHpuVXpiS0hiTzVPQkxPc2N4Z2FLd0dBS2t4cGRhRzNzdzZlMlVTUlJSQ0RHU0xIK0N3em5jU1dFVWtSNmZ1NnE3cnRLTG4rUml5YjAweVFhd0FJRE9tRkRrdFA5NVVKSVVOY3UyTW9qMWFNWGVaRkhZTEljR3FmVklYRnkxNTdneXhBb0JDMFJwV1RNaXRhRTg4dmt5dFl5UXlCTGN1bldCMjA3UStKQ2cva2hYVHJkenJJSlV3TmxWdTdOandJQUJBWWt5eFV0NzMrdXhWN2JGeWRtRURMMFNoaUhiZjJZMG03N1lkeWEyc1lmWGxoOVUvVEtpa3ZNMElYVkVjR2RFQ2dETk90dmRFcE1ZZUs2dlFkbzdHTmkyM2tadklFcFFOY0ZaNitjQVovYWprWkpqSGx2d0lLKzljWVhnUUFNQVlVL3g0TWpMRXFuaVBsYXUzSERLNVo3RzZHWWNWL2RBZG1XM29EYnMvTGtyRTY4TWRKbWtzQ2wvanJLVldBQURYWmZ6WHdSZ2w0OTFuZ1dodDVQbDNYMzNuVm1zSnBqSnFKdUs2ZW1yV01UdmgrSVFGQWVDaVlwVVk1eWJ1YjcrOXdPb1IrbURkdEdESmoxblMydU5vWnlUSEh5QldBTkRRbUtYWG81THI2OGErcXJ0dkhYTFhnaFdkQVBPRVpjWVpBVUJiWFZZMkdXejNPTCtzRVVlS1hxVnhiSlB2eFl0aS81YjY5ZDEweDJINUFWOGNwWkVBNERiR0xCLzY4MVVybmpKaU5WWml0VHFEV0kzRndZMWw0by9EdXVDc0pkWGdyRlpwRkFDQUZveGxPdEhpdWNreHpIaU4wUG00OVJQL1gvZndJL3V3bnhTbzFRdVgyVjNtQUFBdFF5OXhMSnFlY0J2dFNEck9UZ1pCc0F5MTd6WDRRL2dFaTRraFd2TmNMUzRBZ0JhTWhYNU5LUTdQYlkzeHJLbXg4cXNSYlhSWC94Ykd5Rjh0K0lFKy9BSmpVOElsS2V3anQxK0h5K05yY2MzWkJBd0FMWFpYTWVldVYrckh5amdNT0c1N2I3OXJPNnlRbGg3S2xEUTFlL0Nod1JkRHRMNGFveUZhQU5BeWR4VmFGa1hEV0wzOW8wZU1rMXZsc2xvZkd2eDE1UitvcDlTK3lSL0R4MzE5R3hBZC96MjVJeWdBUU1PczFBVDc3SlYxRXMwaWUyME9EVjRsUzFERTRpUCtzYzdWYkN6cUZhTVRMNzdpdy9kYTFSZ0FiczVsaFkzRmxRMGJHeGgvNSs0d3F6cm11WTNaMWRkeVdGclZ6emFia0F6Q1ZETEdnTXNFQU5xQTdMV3l4cXFtWFZWcUM5RGVHTjNHcFpPTEM1WVJDcHhjSXYvZlNNYndzNGRYTGhNQWFKRm9MYzR4SG5hLzhVSTFkWWVWZ1h3NDhsa0pwUitqV3hjYXZHaEkwQWdGcm1YLzFLWGZnN2ZkcjJ3b0JvQjdSL2FoV2tJVkRNTXNlcXdYdGJnYnhrdWJxc0QvZStIWDA4VnFMOTZ5STByR0FBQzRaNkVLV1gvVzBvY2ZCMGZHcEgzazl0c3pUY1Y5dFlKZkYvenl4a3E1SnpnY0FJQ3pqTGRlcEQ0VFl1WEhYak9wUXNLUndYR0ZXcTJ0NFNJaHdVUlR4YUxxd3lIRjh0eDdFZ0FBN3NSVldWblJYOE9vSzJ6MDZJczZ0TEVoNUtVRTZ5Mmg5RXY1QXJlSjU4VnJYaXQ1TEpYWkFRQU1rWEhmSWNDdThkOSt3ais3OVhaTGx3b0orcmlvdGQvcHk3Wm1OcXJGNmU5OVY5MHFHZ0RnNFZ6Vjd1WmQxYnNoVnFGanhlUlVzZkxKRzlkT2RiOTBsbUJ1QnJEbm9JeU93aFBDZ2dBQWUyTnFiaE53Tm9KVmM5eWV5bXNjM2NYOTVnUXJ6QWJjZDM2LzVhcENiU3YvUmNkclhzWHA3MUZ5QitGREFMaG5zZEtUK25nY0haM2E5RkZ5RC96eDlYTE8xYXBnWEsyQlk0WGIycm9qR3BqSkYvelo1SThHQU5BeW9mTGozRnZDVmZsSTFlc3BycXJDVkxocnVxeXJGYitWREpSblp4ZTlqY1dxVHZyN1hCMERod1VBOXlSV0lSSE5LcTNreDhxWEU4VnFMSlArVkFSczhsQWh3WXpibWlabURLa05ibFgybURVdkFMaEgwZExWS05iaXFqWW5ISE1nNDJjMzVhcGtUTDFxbHVIWkJFdHNhMCsrQVA5RnJxbytiQ1ltbXhVZ1k1L1h4VXMrQVFCY1NMRGk4ZTZraWJrNHRxa1N3SmhXYlNkcVhMRGt5NXdudmdDL25yVEliVWlyeUhveDNWYmI2MThCQURROHpucEh0RGsyK2FGaWc3RnpOVFlaMzZ4Z2lkaTh1L3grS2Y4bFB4VWNLK3UyUlBpMnh1UDg1cmdKcHpRQWdDbFVYcVRHaVhGNksyTm9LNWRUR2hPc1JQa2xpOWZTekwwS3V4cHFYc1ZWaVAxOXo3ZStteHNBNEF4aUZZU3FXMlVFYW9yZjhsSWh3eWFydFd2RjlsWnlLWXJkbHcrMnFwTm1MbmIzUlZ5VVBuNElQY2FNRUNzQWdEMWg2Y3Y0MmE5NDZMYUdXTVhpNTQzRlJYb0xOdUt3MVA0bjU0d1d6L0tZemdreDE5emFtSE9FQWdFQTlKaHBiZnlOVFVVM2NseVZFYXFNK0Ywa2I2Q3BmVmo2Q3hrWmJtbHp5dTVvZWY2TDJGYjloY1lsOFFFQUhsbW9PdEYrS2t1c1FrSkZHRTkvbnVvU1NSalNzZGh2Vm41UG1JYitKVDViVTRJVlovU3R6aG1XazhYQVo1a2QvQWdrb1VBQVFLeCtoQ3BWc21raUxtb2g0K2xTamFWamNXWjF4ZThpMGEybTFyRDAybEpUWC82Ny9IV3Yyb1VzOEwxSWFtZVBGSFlBUUt4K052OWE1RGIrZXJINWlNWnlMMUNqUk81QUxIN2VQQ3d1YVJhYVdzT2F1djFTSHFPZzRDY2NzeS8yczdGakFnRGN1V2pwa04zS0ZaUzMyejNQNXdjTWxYTnFYZFdMcGtLQytzdVlaM3BjbFRJMWp0bm5sQVFBU0RLTEJPZEZhZ3V1QzU4WEMxQ3FCWlFQSjE1dENhWVJ3Wkk0cVA1U3BqdUIrUlNiZWd4TGQ1aGNNZWQ4QkFCSWpzVXJFYXFuMHFXU3FEcDdhZzl0TGZHTDE4Q2Fwc21OdzdrcUYvNkxtOVZkYTVJUHJydG92dEl5QkFDZ2tYRzdjcDJxcE9wRnRJbDRLTUw1ZEk3M2U0N1NUS2s2Z0VHNGFoVlNOTmF5cU1JT0FIRGFXRjFWOVdJbVlsVlZzTHdiQ1ZVc2VtZkpPVGhMdGZZSzFmWXM1TXZZRkI3dlB3UUxBT0Rrc2JtcTZzVlN4dGhOZ1RuNWNWUUdaK21ZY2M3MklsVkZGci9FeHhXa1JTSllBQUFuamNkZEdZdVRBaU5qNitwRXdZdHB2UHBGYmNFU0s5bDNGVzFDbEhEbHl0aG44L25sOWVKa2krZFRLbVlBQUR5UVVBWGprTnFmOVZVbHFDcDhWeEJDOUhnOTZFVUdaU1hWTks0cVdKOXV2L2JVb3RBbFZTbDhhTCs4VUxZelR1VFluR3N4RHdEZ0RnVkw1d0FVR1FVbGRya29tUk1OOFBWalYwYTdwNmNtSzduWEVxeUtEeCthTTY0TGpwR3psRnV4cHgxM21MeEJoaUFBUUQzUjBwdUpzemtFa2JrWVpJUnFHNW1WalJLNVAvRnIrWDFiMXhLc1lDMDdGYlp3V1dBeDY4UkNHLy9nQUFBUElsaWhtMGEyNm9XTXlRT1hqb0o1S3FOcVJ0V014bHpXTVNIQk9OKytXL0RCc3MyOUNtT2ppQlVBd0FtaWxYRlVReEdxRXZQd3UzRDVKMjQzMVZpaTNFbFpncUxJNGNObTNaRUkxNnBDdVBycVdDSE1TSEZiQUlEbUJLd2pZMjJWV2ZCdXJGZFhmS1FWU1JqTHQrS3lUaTduMUdRRHgvRGhPeFd1YXliaVJUc1FBSURMQzFWcElzWFhPcGRhQXl0S2ZEdFg4ZkxHOTJHSlV4cTZkTFdMb0xnSEMzWUFBSEJXd2Zxdllsd09obUtqeHZSNVhmRlJRdGZJUnVKZlRYOGgvb1BJRzNzV1ViSUl4Ulo5Y2R6M0V3cmtBZ0JBT2RhWTdNWEpGM0h3WWJ1RDdFRVJwL2krMHZFNkZERDN4MzV0NHMyZnJkS0ZZVUZMa3pRV2hBc0JBTTR5SHV0UW5YZFRyd1hQMHk3cjZSclJzVXJCa28xZ3FleVJ0VHRzQVJML255WWthWFFLWmdFendvVUFBSTJMMWpGclVuN005bDJKVjljY203T0NKVy95czBCZ3pzRUwyWUVBQUkwTGxnL3B2VVYzM1V3Mzk2bzFyQkkzZEE0MmlCVUF3RmtHVjcrMnRGSGovRTFRSWxnbE5GMk1sbXJzQUFEbkl4NWplN0syMVhyK3Jmai9GMmMzNTdJd2JXWG1pMGlsdmZ2WG9WNGdBTUQ1OEdOc1hHYlA1eXEwUHFwVmxDVVk3WXBtZnhVQXdCMXc3c3JxVnhNc3d6RlZGVWdNQ3I2a3Vqb0FRQ3NGNjZ5VjFWc2hXTkdIN1ViQ3hmNHFBSURiRXkxZFdmMTNtOGZwcG1vSmxsYjdEY0pGeDJBQWdPc0xWcWlzZmhQRzRrQ3c1QU40MVExOXJUWTFQM3hWNHkvUFdyNllCYWNNQU1CVlJhdDNLeWJDRWl5OUVPYy95TEtPZU5Vb3gwU1NCZ0RBNDRpajE0YSszRFoxKzJSWmd1WExiL1F5enFpdWVCWDF6Tm9kN2g5K1RnQ0F1eE9wYmlSU3NRNXNkK1ArNzFNRjY3UENGY1hpRlJvemJndmZkR3BQRngyRkFRRHVSNlI2a1VEbHRrSTkxd2xIbWtrWFVlcDYxVnBVd0x1dVZRM3gwajJ6bmtuRUFBQzRlWkVLdXRFdGZKb3ZwRHM1U2JEVW14aEVTdG1vZUFVVnJodkhCQUNBVm9oVVhYM3diQ0pCSzZvV1h5eFlseEl2QUFCb3ZVQ0Zxa2Q2UFNySE5taUJMeVJoVklzdnJyQnh5c1poeEFzQTRQNUZLaFNKcUZxUDBpNHFKT2l0aldQR3dqTXBqYkkxdFhINEtQRmlIeFlBUUN0RnFoYzVxVjZOcDNweGVxMXlUTHZqdjBVT3pXdkJ5OFVFeXhDdlFhRmRIQ0ZhQUFDdGNsTytJM0ZwMG9RM0h6NWlGc283RmFXcTYvMitwZHVhckxUMllQdDY4a2E4WXE3ck5sUXNqSFgrSmp3SUFOQXEwZklGY1ZPUnNwLzFLSEZHVzZPSWJtVzMrTjF6dkZpTmp4WXNzWUJ2R1dVOTJnMGx4TXZITmw4NVBRQUFXaVZZdWlCdVdJOWFwWVJJaGZpeXFlcWlCNStSS0JadklQNVhEdEFYRzFobC9ZNUNYTlJYQ2FaSXZDakZCQURRUHZ4WTM0dEVxbVNQN0RvU3JPRnVuRThsVzNURkdIV08wWlovL3ZlLy8ybTFNOS9NN3NXZkM1UzVKOGZac2hFWUFPQmhYRm1vK2g3d0ptVW1RdVpFRi9yTzdxTllYRGppWDNkWUtta2xsbTRWMVlEYVZ0ZzdmNHh4Zkp6ZC9TSFdPYU93TFFEQS9lTEgrTjJZdjRnRXlXdkJ0T0NwazFxbG1YWU9LeTUyVzV4ZUtLTGtMZURjVmFleVQ2aG1BUUJ3MXk3TDY4QzdLMCtEcjYwTHY5VEJsNlZ2VEJibTNselp2cXVwWklVQUFNQjl1aXdmVmZPR3B5cWozT3ZNOHpFbXhqdXNPSys5SkIyeEo2N0tVdEdWM0VLbFhpMW1MM1hUNHdFQTRPYmNWdENBa05mZ3czNWYyWWFuYkdYNlYvMjduMVBIVEFqUVAyY1VyMVdKUGZTdUtsNWtHeGFvTHdBQTNMYmJXcnUvQ1JlTjRSMlc3bjkxc045S3hHZnNvbzFlRWRrNDVPNjU3eUtFbnRvTnV3QUE0R0ZjV1MrMzM5YzdySVhieithWVM3K3FzSjRWc2dDMXEvSzI3clVneExlS0JLdkR6d0lBOFBEaTVFMVNUOHhTUDlJSS8zK2JsSzRFd2RKVmVIc3VuK2xSVk9Bd0VqWUFBSGhjZ2VwSHVoS0VLa1hQSlphTy9wVmFVRDZ6b3pRZHNXNHFZbDhKSFFBQTNLODQ5WlI3NnRVOFJQTHhYMGtYa3JYeExCVjBod24xODA0c3VRbFkxcmxjbkFFaXg0c0wzeTc1T1FFQTdrYWNRZ1dMV0p4T1hmcEpDcGJaWGlRcXNmUlZac2w5bDJhcWFuY2ZDaWF1b2hmVmIveUpxaGNBQURjclVIM2xucnBISG1xdGJxSEdZRllyL3JXT2RHUWR3TDc2VXpOQnJBQUFiazZrQm1KRytrY2VZaXRHSnRtcXlpZGFHQzZyVExDTytFRGRDcVdsTkJNQXdHMnlyU2xXSzJWZU9sV3RwQ1NYWWhQcGlLa252eHI4VUF1bGlLR2x5QXRpQlFCd20xUnNYVnJMT08vN1gvbHlTLzlJUGRxWk1qVWxpUmZ4NjVnQytXOURIOGdMMVlpZkZnRGdMdkhDMUl2KzdnVXFtZHNnM1Q2Y0VxQ3FwYVpObFdEOTRuY0FBSUFhN3VkTGtBcHFBc2JQS1VuT1dGZTVNZ1FMQUFDcWlOMVA2YjZxZFozbkdLRkhCQXNBQUdxajNVKy81bk5LMDk5WENCWUFBQnh2cjc2M09tMXJ1aXd2UGo0NzhLbEcwZk4xNU9qT2s5WU9BQUFQNGJMNnBZSWxhMXgxcXh1Rmlrcm0raGlDQlFBQUphenFDTmFSVGk1YlhJS1FJQUFBRk9sSjlQZHVWK1d0WHdJRUN3QUFTaDFXVE8vU2J3REJBZ0NBYW52MXZhNjA1N0l1L1I1WXd3SUFnRko4aFl1aURoNmxSTFZvL2Ezai9uYjY4SDh1ZDY4elFyQUFBS0N1eTZyZDA5QVFwSzY2WlorT3d3SUFnRVk0VVpBcUQ0OWdBUURBTWVMa0JXbmFvQ0RWRWl5ejR6QUFBRUJDdEpvVWpWQkJJL3daZW1KTm84ZjhkQi9HWVFFQXdMbllLS2NVV2xFbGt6WWlGeGU3TEFRTEFBQnFFMWU4MktoYmNFbWI0SXAyQWpUYy9URVA0bFBSRURKMEgzWktzQnlDQlFBQWRmbEtiYThxbzJTNHJCOEhWWkFTSHplTTdDQllBQUJRRzZuY1hnY3RUajEzV0RWRFl5WnpJRmdBQU5BNGt1NCsyTjNHZFFScjk3UkI3S29RTEFBQU9KZFFlVUVheXMxaXVudU1EeWt1RW1JMVYzZi9pQnRwN1FBQTBJUlE5Y1ZOOVF1ZjRrT0xvWEpHUjl5WURnV3Vkc0wyZ3NNQ0FJQW1oR29vUXBYYVJPeVRMbWJpdU9JSzd6MlhyL2p1MTc0bThSMDRMQUFBcUN0U0hSR2dzVXVzTndXaENxRS9lYzY3SzJ0TDRwLzdxaE04RUN3QUFLZ3JXRjU0VXFFL3YrYTBzQXJsRmdpZEY2cUZQUDhnOVIzQkFnQ0FKZ1JySlk1cVZYaU04SHd2WEY4YmpxdjJkckdHQlFBQWRZbXJYU3pGRWEzcUhLRHU0eEVzQUFBNGxvVTRxczJsWHBDUUlBQUEzQVE0TEFBQXVCaFJ3OGVELzNKMklvYS96eHU1QllJRkFBQjFSY2VucG9jMXJGUzJZTStsVTk3cjhwVjVpR0FCQUVCZGRNK3FpL0NMN3gwQUFHNEJIQllBQUp3VHY4Y3E5TGNLSWNLTjNKZHFWZUx2OTdVRmh3Z1dBQUNjZ2hlVUYzVmZkdU92Mm16czkyM05jaThnNjJRNExBQUFPQjRwbTdTNjlPdXloZ1VBQUplbVcvUHhmUVFMQUFCdVFiQndXQUFBY0RHMk5SOS9zQjdHR2hZQUFGd0N2K1lWc2dUWHh3Z2NnZ1VBQUdkSEdqa3VUamtHSVVFQUFMZ0pjRmdBQU5CRzlsTG5mYmZpYkhzUjJialZjWCtyNWE3NURnRUE0QnBVaFFSOWNVTy9PL25OcFN2eUFnQUFuQjFDZ2dBQVVKdHV0K3ZyL01YdFE4d0kzR2F6YWF3aUJvSUZBQURITUM4VXR0Ui9wWVRNQzkvV0VMNFpnZ1VBQU5lZ1grZituZkF0U0dzSEFJRFc0d3Z1MW5GWUhiNHlBQUF3OEJ1QzQxSktYWGRZTDlDNnJ4WjFCS3ZIYndJQUFBYkxxdVNLYnJmcnM4N0g4cy9WN3ZFdjBmOTFESTN4LzU0ZUsxZ0FBQURIa2pROVZuOHRxNEVqYTFnQUFGQUxTMHhxc2ozbVNWV0N0ZUduQVFBQXhhazVEZXRqSGw4VkVweTVndGdrQUFBOE5PY3UyN2V0RkN4ZlBCQ1hCUUFBRlZwUkV1TGJudm82SkYwQUFNQWxSTzMxMUdPUWRBRUFBRzJFTEVFQUFHaVU3Wm1PZTVEWVFVZ1FBQUJxSVlsNC8xeFFDTDl5S2JJTkhBRUFBTm9DRGdzQUFFNGk2azcvNVl6TzFaMGVod1VBQU1jS2xhOE42QnM1V2tWdGZVaHZIZjNwd3IrUEZUUUVDd0FBNmdxVmQxTnZMdDNUcW9TTnVuM1ZFNVQ5dndnV0FBQTBJbGh6Y1ZibndDZDB6S3dLU3dnV0FBRFVFU3Z2cXQ3VjNVdjNOK3puLzk5cUYxS1gwVTYwRmdnV0FBQTA1YTRPaENWNmJCQXUvMmMzRXJKU1FYdUpuUlpaZ2dBQVVJZFlhQllwc2ZKWWZhNlVvSVV1eE9FMmNQc0pIRjRjbjNCWUFBQndqTVA2cjhSZEhYbHM3N3plbFNnK2g2eENTak1CQUVBckVFZjJtbkowQ0JZQUFOVFNsZWp2Z3pPSWxrNXI3eUJZQUFCd0RQR2FWTjhuWVVnbzcrd0NpV0FCQUVBZGx1cmZQbVB3Y3lkYTcxTDU0aVIyeHhnaVdBQUFjTHJkK1U0em42bTd2Y1BxdTlNcVg0UTlYdFA5bC90YnhvbTBkZ0FBcUN0YWsrK01kRGRPdWFFYWJzcW5ybnNSakF2b0J2WXlFSEZZQUFCd2xHanQvbmh4K3lIQ1RjM0RCSUhxRzJLMTNyM0ducFBEWVFFQXdMR2l0UkozRkRZQjErMCszRTNjNzQrcDA5c1JMQUFBYUVTOE5rYzhiYXYrL2lXQXFjM0lWTG9BQUlDYmdEVXNBQUJBc0FBQUFCQXNBQUI0S0VpNkFBQ0FTbVJUNytiSTVJbzZyK0hUMjFkU0NIY1BraTRBQUtCS1NIejYrYWY4TTJUeitRb1VhNnVWL1FtdjQxdUxoR29adnRmV0NJY0ZBQUIxaUVzdWVRYzBrSnVUaWhkckViR051S05qWFZqY0IrdmdHQWdXQUFCVW1wOENvZWxGVG1rYmlWaHdZdHNLZDZWTE02MFJMQUFBcUlzWGo1azRyVjdCNHcrSzRlNEVhUjNFU3dSc25YRlh6Z28xc29ZRkFBRDE3TlozY2tSd1ZWWWR3RkpDYVNjZi92c0pNNHFnUFNOWUFBRFF0SUIxSXdIcnVSUGJqSGczSjhWMTl5QWtDQUFBSnlGSkZ2NjJUTGd3Zit2V09hUjFKdzRMQUFBdTZjSzZycnJaNDVPVmFZaGdBUURBdFVTc0Y0bFhFTER0VHF0K1c0OG5KQWdBQUZkQk1nWFhJbHlCNUVaa2Fna0NBTUMxaWNPRGF3UUxBQUJhaDZ4dGRSQXNBQUM0SlhlRllBRUFRSHROVml4V3VSSk9KRjBBQU1BMUNXV2ZmT0pGdG1ndWFlMEFBSEFURUJJRUFBQUVDd0FBb0NrdXRvYlY3WFpEMDYrdmpKRE5adlBLMXc4QUFLMFFMTW12RHlJVnB5NXUrZW9CQU5xTlZLQUlqUlZETitHcmpkOWZTUmZLL1N5c3hsbEhpTlRBNVJ0OXZlNWVaOGtwQVFEUVNxR2FPcnRBcmRjSFAzWXZMeTFld1dGOXVyODdqYmN1VTh2cFJKR0tIVmFIMHdJQW9KVmk5WjRabzBQRWJMNTdiQkN1aTVpUDRMRG11NzhQNVQ1ZjFmMnA4RU1Ga1NycGM3SVZWVjdockFBQVdpbFdmaXovT01KUVhHUjhENExsUmVjdHV2OVpxdWdpVWdBQWp5TllzWG54ckdVTTM4cVlQeXdRczlESWNXbnB5TW1DSlcvMFQvUkdmdG9USHlGUzRjMnVFU2tBZ0pzUkt6LysvNG51V2xyWjNHSncrcUlKSmVLMWtHTnRtaFNzdmJDZysxN0hLbmxEWjFWVUFBQzRpR0Q1OFg4ZTNmV1VFeG1WckRjb2VBbXZLWk5UTkNJV0xCMFdSS1FBQUI1SHNNYnVPelB3YTN3dnlXVXd4TXVMWGxYaTNXaDM3TVZKZ2lVditxZkNVWVY0NWdxUkFnQzRXOEZLdHFrdk9FNDNFcS9VTXRKUjI1cTBZT2tGdDFpa0dvbEJBZ0JBNndVcjY0U2lkYXhsYnQ5dWxBT2hrelZxT2JpVVlPbXdZS09iZThVMmhwM1RYdnpXaUNBQVFDc0V5NC9MSDlGZFBqUFFKK0ROak1lK3ViL3JWc3VxVW5zeTlyKzcvWERoUzkwaUZYdkZidzF4NmpYMFJmVGxBLzZSTnowVllmemMzZjh1WHhRQUFGd0pXZWFKQmNTTHpIUTNQdnR4ZWhyRzZXaTlLckF1T0xZWHY4bXArbUpWYTQ5RnE5K0FXRTFGcEZKWkpQNDFQaVJEQlFBQXJzZkVIZFo2OWV0UVl4bW5QOTFoY2w1UkZPNlVrbjg1d1lvUDJwTUZ0R1BGYWl3ZnRJVHBLYThGQUFDTnVLd1hsKzc4MjFWR3BqaTNRWnhaVE8wNmhGVU95N215L0hycnpma1BOalhlNEV5K2tKRmhQK2VjTWdBQTF4VXRTWWp3WTNSVnVLK09heHFlOEZ4YnNDVFd1RHhXQVNPMHMvSWYzRzlFOHh2SGZGcThyd3J2aFN2T1F1bmpzZ0FBTG9OZmlwRmtPMHU0L0JqOTdNZHRNUnFiQW9QalpMMXJvTzdySzAwNEt1RnVMMHN3T25ndnNvY3BhemZNMlVHMXAyc3JZclZOSENzdUJ6S3hzbElBQUtCUnNmSmpiK2pVRVVvb0xYSXRRMVNhK2twbkI2cE04NjBZbGE0NzNJOTFWQWI2dnlsTG1IbkRZVjJxSTI5aVpEeEdsM1JLZmduKy90M2pONjZzVGlFQUFEUkR2RGNxTE9HTXBXWEl6RElqb2czK05qSFdwRHp4K2xiSDJZbDdpMk8zUy8ycW84YTcyNGQ4cVBCR2g0azNyZE1WVnhVcWoxZ0JBRndXS3hRWW9tYytsZjFOUW5rdVpUWUtqNm5GYW5Uc0cvNVY0N0Z6WitmTkR5cFV0aXFkY2NwNUF3QndjWHdPZ1U5ajMyUUU3VjMyWWFYTWlTWWthK2d4M3p1cTExUEV5bU91WVJrdXlBdlF1L0VHWmpwOGFLeEpyU1M1UWg4eldGQXRlRTlVdndBQXVCeXlqRE4wK2IyMzNsR0ZkYTZyak5HbERrdUxpaytNZUUyc2Rla1B2REsrSEw4Rzlta2NkNFpZQVFCY0ZyK21KTWJpeWUxbmJzZDRNL0kxZGxlRkM2OHRXUEVhMDdvaWkwOS9DRXZVckJEaE1qU05CQUNBczdtcGFVcHNOdC80c0oydjFONTB1UEJrU2tPQ241Rm9aZFBPZFRwN3FrUzlyeUVZaVJ1cDdBQUE1eGVyZUhuSEc0ZFpWY2trS1pzM2NDMElGNVk2clBnTjlDbytXS3kwdWRURmhTajQ3MFExNEs2RURnRUFvQm5pTWJVdkx1bTlJaHN3RkhsNGRsY09GNVk2TE4wbjVkbEl0dWlKY3NlQ1ZidDh2Q1JqK05jYkhuc01BQUF3eDliUHpFTktIVmRJZmM4MWFQU3N4WEV0bXZvTXBZS2xQMmdvRmI5eGZ6ZUhIZFNKc3JJRGF3alZVY2NCQUlEYTQyeU1qNHhOU2tKN05jS0ZUN2tLR28wS2xyeXhxU3V2dkw0VkY3WnA2QXQ4emxYZkFBQ0F4b1ZyNFFvenR5WENOa3djcnpIVFVTeFk4cVo4cFl1cXBsdGVyRjZxQktid0N5dXlxQUFBMEFyaEN1SENVTDdQTTJvcUxGaExzQ3FjMWpheWt0dW1oQ3I2QWhaTldFb0FBRGl2Y01reHZ6WWk2d0s1RnhXczZNUDFJd1hkaU8xclRLamtPVDQyT3BmWFdaeGExZ01BQUM0clhFMXlsR0NkNlF0WTZ0RGY3cWx6OVR6V3NnQUF6aTljSlRrTEZ4ZXVzd2xXRTBvdHgvaUluQndaZ3dBQTV4V3J1RStXcDZyOTA4V0U2OWNaUG14WG5ORm5ScXo4Qi9ScGpxUGNoNVQvaXpjVjkxUGRNUUVBb0JGMEFRaS9GSk9yTVJqYWtjelAzVEcrTVlkMXJ0aW5xUDFIcFBEKzZVK2NVd0FBWjNkWGUxR3RHdVA4NUJ4SmNyOGErSURlOWJ3MTRhZ1NMbXVyWEJZbG13QUFMdU91Wm1vOERzVnhjNDdyYkZHd294MldLTEVYcW42VGppcnplbkd4M01aMlRnTUFnRG5PVnVZTWlPT2FLeDA0V3pIem94MldpRVczYVVlVklmNEN2RmpTcVJnQW9FRkVvTHlEMHZrRHFjZnI4WDJiY1Y3WGMxaWlya05SMThZZFZlTDFTSE1IQUVpUGtaMUxScDZNYnZSbmJSVjEwaHFXbE52WW5NbFJXZFpUT3pwY0ZnREFYL0g0YytFMS92R2wzTlhKRHV0U013YjVVbEkvQXUxSEFBREIybSswNjQzRDZKeGo0NlhkMWNrTzZ3SS93RmRETUpldVhUaEJyQUFBc2ZvYUsrTUlsUC83dXpSVFBGZjcrb3U2cTlZS2xxVEtlNkh5SVQvcnkvWXEvblJ1TlFjQXVCRldjdFA0RlBQUHBzT0U0cTdpek1EWkpkYk9XaFVTVEtSSTZoOWxkSTJpaXdBQU4rSzB4b21KL2xyR3ozVURyM09WYlVhdEVLeUNkYXF6eDJNQkFPNUV0TUsybjFRaGg5a3BqdWdhYTFlQlh5MzRja3ZXcVo0UUt3Q0FhcndRU1RXS0YzRlZtcTh4OTRTNnJGc3hFZUh2aTB0OXRxczVMRkZwSC83cm5tTVdBQUFBbFdIQ281ZFpaQit1YTZxYmNDc0ZpM1VxQUlDTGk1WWZkMzJZTU9XcUtzTjZFbXIwWS9maVdoR3Zpd25XSmRlcHZQSmZVdlVCQUc1RXVBWWlYTjI2WTdDcU5PU2pYNU5Mdi85ZkYvcVNMclpPSmE4MXA2STdBSUJTcE0xbXVmdmoyWSs1MXZEcEVudTNaQWxucUI1N1h3N3IwdXRVUm9kaWFnMENBTmpqWlUvY1ZqOWhKR1loVEtpcWFHeGxiTDM0c3MzWkJNc29qQnR6bG5XcTNXdDZzZXBGZHkxM0wvSEtxUWtBa0IyclUwVWExbktMM2RYa1drVWJ6aWxZdW5QbGx5TjFaOXBQSlNIQXFab2hQSk84QVFCUU5GN245bTc5Q05odVNIMisxdnM4MnhxVzZoUjgxdjFVa2JXTklkTVFBS0J3dks3WXUvWGpycTc1UHMrZUpTak9aM0d1L1ZReU0vQzdydU5RNEZVeVdBQUE3c1J4V1h1M3JqNnVuajFMME1jNno3ejVkNnpFYXUwS09tVUNBTnlJZUx4Zklldlpid3VLeCsxdEc4YlZmMi84aCt5N3d4TDNJNnBqQU1BZE9aMnZ5dWlTQlQyNTBQaW0yNVZNMmpDdXRyNkJZK2FIdEpJNmt0a3IwUzd0Rlp1S0FlQUd4amkveWZkTjNlMGpTSy9uWEorWG5JQ1A2QzQvWnI2MDRUdjU5d1ordEo3YjN5ZXdrYzF2Y3lWV3k0eFk5ZVdINzhoTVpjMytMQUJvT1JzUnFIako0MHRNZG1QWTZ4bkxJK2tFdHRia0E3VFdZVVhodm43aWgreXFmejlibHRWSWR3K3psQmRDaHdEUThnbDdpQXhaTlFBYjN3OWw3SitkdEtsUmJpc0ZhL2VsVFYyNjVxREZpNTV0eUEvOWxoQThzZ2dCNEphRXk1cDRlM3kwYWRSZ3RhQllJSk5HQU1INis0WEZCUlpMT0JBZkZRS01DVWtaU3k0QkFMZ3gwVXFOYTQxMUVsYXY1ZHJXaDdCVmdwV1lSWVFHWWVHTEd5aEIyMnZQbkptSm5IMnhFZ0RnekdOa1YwU3I5NGlUOGRZSWx2d1FuNGJJSEt3MUdYRldMMmF2amhBZ0FOeS9hT1hLS0xWcXplbWVCVXV2VzJWclZ2a1MrQzdkak95aFpoMEE4SkRDZFpGMUxRVEwvdkxmbFR0NnlvWHZaSmJoOXdxa1dwY2tRNERpNWdiUjYyM2w4UXN5QndIZ2hrVExqMkh2aWZGdmRHL2JkMzYxOUgydEM5YWFPbTYvZEVpTUR3RWVWR3IzSWlkSkhaL3VieCtZdm9pWC8vZW5oQnNCQUc2QmZ1Sit2OGIxZm0valdWc0ZxMU14cXhpSXU3SVdIbCtzOWFwbzkvYXc0blhuaUJZQTNJQzc4dU9VTGsxbmpXZFRCT3NNcm1yL3QrajJFeitTLy9LdDFFNmZlR0cyTHhHeDhyYTVtM2hkL1VQUFJSUUJBTm9vVnJxbDB0ZGtmWGNiR1E4ZlN3SGR6cTEvN2pabkNlNWxDR2JTT1QyNUdvS3BicHIrOGJOTU9yeVBLRDV4YVFEQUdjVEdqMHVEYUZ6eUUrMWxTWjNUeFByOWEwZ3VpeWJvZXN6YnlPTnVkbDJyTlE1TDFwdmlVTjdQREtJZ0JKZ1RxN254dy9uRnlMM3F3M0tNaWRKUVhCWUFOQ2xXWS9kM2FTSWVsM3hFeVVkMlBrUndjZ3pjWVNYMVpUU1dlVUY2Y24vM3J2Njh2THZ4ZGEwMlZyclEyWUpMWjZldnIyUzJzTTJjR05ZbTVHU2F1OHhjL3BRNE53Q0FtbU5iYVJXZk1CRmZaNDRWSWtlK2t2cHI1bkdwTW5jM3VUZTFqVWtYcjI1L1RTbFY5UEVsSTFiemhGaTlzQ2NMQUs3a3JJYkdwTnZmZEVaMFI1eFEwbWxKNk5EdlV4M2xYbGRFYWVRTzErbkhWMmdLZVgrQ0pTTDBXakh6U1BhOGtnM0Yrc1RZVk0xWU11SUlBSENLV0hYY1lUYmZzMHk2WDJTdGZIS0VhRzFLOW8yS3VPa3hjMzJMMGFOV3ByVkxwdC9FbUkwOHBZb3h5a254Ym9qT1drNk9kY0ZKTlRWZUV3RGdGUFI2MVVIaWc0akh5QkN0ajFQWG5CSVpoYSszK0VXMmRSOVcrQUdEWUZTRkFMc2lWajFEY0NyN1hrWFA3NmdaQ0UwZUFlQlU0bkZwbTVwMGl4UFNTeUtlby9lR1JoTjVwd1R6Sm91QS8ycjUrM3NWZHpTcm1EMVlHWVNMbk1nVlBKOWl1UURRQkIzbGJuSVRkYi9HL3RLZ2FPbUorS1J0TFVQdVJyQzgyRlJreXFUMkczaXhHaFZhWmV2NW8xditVUUdndFhRbG9wTWI5OVpOaUpZa24vWFV1SGpUV2MrdDdEaGMrR1BvRmlPeDJDeWFmcjZJVzE5T0FIOGllVXU5cEw4V0FFVGpSTWRvaDZTMzJKaHRrNXFja0J2alc5RnJJbGczTGxhcVpiVEZRbXcyVmQ0QkhsaW8zTisxb2oxaEVFZjFvWVNuam1ocHA1UVZyV2laSXhDeUVtOStjdjNyQmsrTXFTRTJJZDE5MGVUem94OCtsKzd1eGU4dTZuUUJ3RWxpMVpQYlhwS0RDSVVPeGZWS3hvMG9QS2lYUm9ZUzhyTjRNeWJpZHhFSituVmpKNGIva2NjSnNWa1ZQSDllK253NWtmd1AzeTE0YTBVbkh3RGNKUVBsZ0hwYVRHVHRhSEdrYUcxcml0Yk0vVjMvbXR4VHNZU2JFaXlaYll3TVcxMjV4MHBLUHVrRlMzT1BWalJqNmhvbmd0OEw5by83M21XK1VpZmZtR3NYNExHUXlNeWlTa3draEdlSjFtZFYvY0FLMFJvWTcrZkYzV0ZwdVZ0ZHd3ck5GMHRpd0xGZGQ0YlliUXNmbjByRzBDbnh2MW5QQW5nOEVyVUNyWFZ4cTc1ZlpmM0F6UGowTUowbGZ0M2ltNVpLNjg4MXNteTArQ3d6WW1lMU1KbGsxc2RtUm5nQUFCNlBpZUdBRGxMUm8vcCtNWldsbUpUVDJ1d1BkWlVWM2hHc2xzOTJVbUxsczJ2TUt1OHlRK29iajgvWmFxdkxKd0E4R0ptdzNWd0xpa3lBVHhHdDJTT09PM2NwV05LdDJOcS9NTXVrZ2xwMnZtUURjcGRMRmVDK2tYVndMengvY3B0M28rTGRlaUw3WGxPMHFqWUlQK1QrejE5M2VHSU5YYnA2eGFSSnNUS3FNRHRqZGdVQU55NVdNcWFFSXJaemFUbmZTNGpXeGgxV3FnaEMxRW1JbG41c1ZWVUxxNWt0Z25XRFlsVnJRN0U4NXlCN3NLUzBrN3hXVjUycmxIUUN1QytHaGtENEtJNnZwRDYyMHRJbGVlSTE0WjRzMFNvdXhXUk1sRGVQVXFqN1prc3pHVCtpdFpzOG0zbVRFTGpTSGVpV0szdWxRU1RBWGJxczBLS2piNWtxbDlqdmxCcGpmTkpZNGpYTVVrenVPMUZzSzhJNWRZZnRTaDVpM0xrYndaSWZQS3hkWFVPc1NndnUraXpDRmFudkFEYzV4Z3pGM1ZocjF6NjZjbEJWUXZhQTlrdkdpNHhvcFZnVVJvTVFyQmFmVU1PYzhCaTF0b0xBUFJXSWxiV0hvbFNzZ2tpdTNRMzNwQUY0Y05IcXlCZ3pOZjc3SzRQUFp4WkhUV0ZUYTFFemExMWR4cWVTS2pzUEpWWjNLVmlGSjl1bnF4RTZiTWlWNlpsVDBXc0NRR3ZIa3E0SWtyWDNjdVAraHZCeXBBb1M1TVR1UnhRZjdUdC9STUhTNGJ4TGlKVzVPOTE5bDRVaU5BaHcyMk5LM3gwbVlGa0NOaElSS3FxaUU0bGlQNXJvYmg1NW5md1JCZXVQY2xlVmhYTlBFU3Q1L3BzeEMzdkdYUUhjMWRqaWx3ckc3bkQ5Nldlc1NFeGVpYllnV09ZSnBkZXVmQVBHMTVyUENTZFlVWDhabzNsYmRrWUZBSGMxeGh4TWJCT0pGWWhXQWI4ZTdQTmFNNStxaysvZEVLdVhRckhxRzJLMVFLd0E3aGFkRFRqVFVaaW94NVhlTFB4R2l5SUVhKzljcVRsVE9ub1dGUFhUMGdJNTRiUUR1S29MOHB0OVB5OGtEdWFTZ2RFcTZldXRPZnJxSVZqUlNiSlJvalcwVG80b3pxei9yNDVsdDhUdWxTUUxnS3NKVlUvYUFVMUZIS1lYZU5sT1pqeGFHcUxWTXlhNjhLQU95N1BJeldna2pQZmg3RnFFNjhJTFkrN3NUQ0QyWFFGY1ViUFVkWG5RL1BBTWptcFlNWW4yNDVGT1QrL0wyamNvSGk1TFVBVGx3eENVbFp6UVZtcHFVWkpFcG56TDVCSDNUQUMwOE5yWEdidEZCUU5xSE4rUEg1K2w0NGRNa04vVUJObVBSVVJqY0ZnL1dEMXIraWVLMVZpY21SYXJWVk5pSmJIM0lhY3R3TkdZbGRHYk9yaEVVZlI0a1NwaWEzV1c4RWxaTDRnVkRrdWZMT0ZFSFdTcy9haHFrMTdCcHNHbkprS0JxazdpV2x3YmxlRUJUcnVXYWsxTWE0d3RIOGFZc0pKYnFJQ2hSV3lXYW9FRUR5NVk2dVFkcUpOckpUT2RiY1ZKbWFzVDlpVXNWbFhtSTkrbkZjWjhZbDBNNE9jYThkZEh2eVNpWWRRRUxkNWJXZU85MUNsaXk5NU1CT3RzRjhaQVhGWEhtRUhGSWNGRzFxNVNmYjUyeC82SFh3TzRIZzhtajY4RmtSSExCZm53L1V2REFscFZ4SFlyNHdSaVZjQXZ2b0phSjJCWFdnWG9SZEt2azg1OTk2eUpXVFo0TVI2NE4zNFJnQzkwRTliS2RIV0pudWlVOGthejh5U3IrRm5HQml0YTR5ZTRMNGdWZ25VT3NVb2xWWVRTS3pQMWYrdUd3Z3ZqUkZnQndRTDRacUVFb1ZzaVBMSUdyQ01nWThuMGEwcTB0bjVzMk4xK3UrOWtyMWY1ODBtU0s3aU9hMEJJc016V1cvdXFuSXRDZmtZNjY4bmh3RVFkdyt6eG84N0wvdjhXWkJ2QmcxeW5PbXhlbks1dXJBODN0dllNT0t4TFhnUlRHZnkxV0cwaVZ4WFEyWVpOdEFESWhUYldtZWVFTU9LSEpKVUEzUHExMkpYck1lVmtGbTYvaWsxb3NsakNRYlVKTnU0aVdMZkl4aDNHbnYyRjhXeWtsQS9WREcxejRnWHFCYkJmOGQ3MGMvcEtPTHN1VWNzTTRFYUVxaU5DNWFNWDR3b2gwY0l6TFFudlNWaHVZankzeHkrQVlOMk9XbjNQMmw0aTRmTFpSeU1kWmhDaDBHbnhKMTJrRmU3S0pRUlJaeExPaUpIRGplTW5ZTEZJalZQRllXVVN1YW9ScFlpZk96T2lGbk8rZmdUcjFrUXJaUG84WlZKbG13NEhEcFVBYnRReFY0YklqZFZ6dnRwbzh3dkNIVXdhNjRUNnRGTWExQWlMdjZxSVJDOFhob1RMUTlKRkF5RUxDVmZFTGF5ZlRqaWVWWXZzMWYydE1PM3h5UlNqekh2d0hHeEVsR1A3aTkxZndMMUkvQ28zU2dOYzRGb2F5T1J2THpLUXFFeVIzRFF2eGFkalVTdmVYNVZvdVBwQ1ZSa2MxajJGTERvTnVpdDlzYXpFMlduSHBaOFR2NGUxSVZiK0F2WUpKR08zbjBRU21reCtzdEFNMTVqdytYUFQ5NmR5My9zYkI5cEJKVUo5NHdxWEZVKysrcVUxT0NVMHFGOXJUbzhxQk91ZUJNczFJVmhHMHNTWFV6SkNHbnIyT2N5RlJUS1ZPWndLdFV4bGRncHdDYUVhUzJSQTErSWNHc2tTT3RRM1RJWDZKRkpnN2E4cUxwT2tCSzlyQ1dRb0pIQ0dGaVdBWUozbm9uUDdtWHliRTVNY3RGaE1KT3pSVFFtV2NTRXQ0dkJGVk9RM3hsK01DMmRYNXhqaXRPQ00xMHhYSmtWL2pNakEzbm1vUkdqdERxdWc1ODVUdmZiVmRZVnA3bkxOalF6QkcwU2ZJeTRrZ0FORHNOcFBWTjVsMjRDN3NwSW1GdEhGOW5OL1dHdVNNRWRmUFdkaVhQanh4UlQya0kxa0IzN1llUi9QS0tkY2dOQ3dVUFdsck5sblFqald4c1JKbjRNelZ4RHFFM2RtMWZBcmRsa1NodGZYODF3RTkwMkpiYWRDUEFIQmFvMW94YW52eXlNdlp1dUVuMFJKRUQxOVlTZFMzMmR4NGtUaXVBZWRreE1sYWdoelFGTmk1WjNJdTdQM0ZTNWxBdVV6Y2VPMW80N2hzamJHZVRxT3ozZHhiNStKMTZyY0xxS3ZGWGZZTyt2VHVEWm1qb3pjaS9BdlgwRWpvdVVGNE9tRVEralF5RW9sVGZTTW1haXVNYmd4U2pVTmplT21zcDNXeHNVTjBBUlc5dWxDSmxnYmRWOWZuYjh6NDNueHRvOVFBV1ByN0xxYlczV2ZkMjZ6a28zOWZ2SzNlK3hJM0pyNUVKa0Fra0dJdzNxY1VJbkxKRTJJUzlxckRDOGhqN0V4RzNTcDJXYzBFd1M0Tk10SVBQeTUvVnRDMGhzbEVFdW4xcDEweUMrVlVHRk0rc0pyUFJtUmp6cUpSZHVFNFBwalBpTldDTmFqb1VNVUN4V3k2eGxPU0Y5d1MzM2h5SVd1SFZqdTRqcXFESTJzVGZ6eG9SaXlwUjV1c2xXNkhyUVFKL0piMWsxeisvMnNLSUYxdkZ4eVV5aWZGbDVMcit2MnF6WVRSeVdoM2cwaDlCVnZYdG0zaUdBOTJnVS9WRUpoWFZ4YVNMcnVNRDQvT2NWZEpkYTY2c3djdzNyREd4bUdkMy9PZmxWL2tIMVRmMHBiY2RUbytiUjBoOVVtTEhHeHp2blE2bWZQdmNuZko2VXVTMTd2dzdnbS9IdDdxbW9PQ1FqV3ZjNU9zMGtUa1VEbGhHaWlReXNpaEYzbHJuSUR4c0J3WTlRZ2hIQStEY1JCZjBZRGVUYzZkeG9qRWZLelhOYktIWWI2dHBrb2d0VXphNWdRcTNkM21MRTd3bFVoV0krTVhpQmVKL3BuZFRQLzNyakR2U25XQmI0b2VDOUZidXlFUVM5c3NteTBRUjZjWnpJbDFTZThZL2I3cGQ3Y1lYM0xWQVNnQ2ZUNU9raWNNOFdodm9RUVd0czMxbTUvSGMwTDRETmRnUkdzaHc2cldFNHA4ZkJjckgyU3FCeXZ3NHlMekh1cDY4YXFXR2RjbkZrR1NtYnd0SEs0L25rNWxEMUdYcVRtaHZNMmY5ZW05K3pKT1YyNVNUaVI1ajdQSEhmbUtncnBxcjJWRStrS3ZPSHNRTEFlR2IxbmEybUZNaW9HOFZVaWxuN2dsaXJDR0pmS0pOU2hvL2p6K2tIU041djhMM0poQXpZdm4xMmcrdkpkajZQSjBTQnp6dnB6NDlWeVFBMjd1N0V4VVJzbXpnZTltYmhiVVRmUTZudlZWYUxsejgyblV6dUdRL093RCtzYWF2VXRJSy9paHFZWmQ5V3RjZUVGZDlXdjRhNTBINit0YTZaVHNuNmRyblo5WVkzTUVPVzl6N0Q3LzQySTIwWkVtclcxWm42VHVFM0RJcHBFREpSYlh1cnYzUkNPdnFzT081ZWNJNkgzVmE1YzAweGZTMzVmbGR0ZkQvWWl0TFFtYW42U3QvdS9sYnBPeGs1dEMyR3RDc0dDdzR2bkt6NmV1NDRUOTZjYU14NFU0cTNycnM1MG9lWUtCRmV0WiszVmdOc05ObHNaU0VlRWF0SXV4US82bWZZYmZjTTloZDlsSU1LMXpIeS8vbkZ6SlZpbnZGK3JwVWZxZkowWjE5Rk1oYlk3enQ1MEhFLzJQcHA2LzNBNUNBbTJHeXNrYURabWpIcGQ2WEJKemwwVnU3RVQwUVBDS3A3eDdtNy91Ty95VnFFWWIwNklRc0hoVUUreCswanJYNUpXUHBSUTNrL1IxVkJVTnFTYjcyN3ZtWkNxV1V6WlQxWmt6U1piQ1VJbU5mR2tvM09HUFhncmNUMXI5VHJEd29oRE1ya25LcVFiMXFtZUdHb1FMRGlQWUUwU0xzaXEycDRiK0lmRzR4dDNWMFpGKzYyMTl1YmRaaWpHS3dPSXY3Mks2SzRQSC83elhyLzJ6TWo2MStjRGJGNGVpcnVaeXQ5NzRRc1JJZXBHb2pUT2lQNkJZTlZrWFRFcHFVT2NjdjVWbTFPRWMrRUtLN1RMT2FWckVWYjF6R0tkNnNZZ0pOaHVEZ2FXVEFiZm9JYTc2aHFQUDVlN09xcGZtQXpBWDhrcElrSnZsa056aHkwaytxblhrTW9GM2NoUjVMNmpnVHkySjcvRFNnYlY1WlhYTnphWmM4UTdrby9vdnJHczVhd3pFNkh0a1o5bjZmYkRlRWNMVmxTemIyMlVhMXFvVGdiKzlCMGtFbzVtNm4wTTVmT3ZFaTRSRUN4b2tDZVpKWTRUWVkrZk1KRTczTk9WYzFkMTNkZ3BKTU9CZFl4YWF0RDJnNUdLL0hRTFB2Y2dKZXJ5WGM0TmR4cyt4MVNLcDg3VTg4YVo5OTVOVEVaR1J5U1JKRGVXKzk5dzl6NG1ibjk5eWYvOU9TTnlSeVd4eUd1dG8rL3BLelI3YkZKTVJmV0loUkxIb1RVcGtYTmhvYUlINHlQUE9XZ2hoQVJiakt3cFRHVEF5VldGN3BTNm1McHJYYWNnNGNCQmpZSHBXTkhMMVY2TTMwdFdPS01xQjcwSzEydDFacDRtYnFGbm1iNzEzSEVWOFhNT0s1UkFpci9qbmlHbS9STW5FS256N0Z6aFdGMmxvcDladDdUUzNOa2VnV0RCQllWclhiR1p0NnFjVTI1UVdSN3JyaVJzTnFqeldrMjROR01XcnhmbXJRR3FsL3ZPNURsdmhvaXMzTiswK3BnbU9qTWZNNUJ1S3o2WFIvZHhtb1lCM2toRU9DVTB0cjJFWUNVMkVnOVR6aThTcmErRUNzSi9DQmEwVE5EVTRHRnV1azIwSmFtOWRpV1phcC91YjhtZW1IY3A2VE4wK2MzQ3hhOVZjSXhOd1NCZWxXaWdxOXQvOVRpVHhmOFhTUVN4TXRFNmF2QmVSeUlYM3hiR2UrOGUrVnRuUlMrcTFoQXpUN3ptdXVidjBZK0szODZOVSt4Y1piY1d4b1NobTNrc0NSVjNDR3RZOTBPOGViSWp3akZTRzNUbnJyeWhZODVWdlZVOExPVzh6aEVPdEFiZDNoSGljTkNUekVnQW1LbnRBQ0VEMHJ2VTN3WGZuVlhCNFZobjA4bUljOWdnTzRzbUtGWm8wSld1T2Nsenh3V3VjT0RPRUdLV05UTzlQalUwSmhFa1ZPQ3c0QWJRUFlMOFFPYlR2VCtrUmZtSE1iaE5hb3BWMTZWcnRWVU5Fc2RtMTNVcjNKUWxXSjJDNDZ3ei83L09DUG55QkpmVVZKV090ZnBkT3BsSlRQeDlqWjNkdmJyMGR5Z0pZWjRsTENqblh0ZHdXYXhQSVZod2E0Z1l2Q1RjaHJuT2NVUkdsNTVoaDdZTC80akRDR0V6NjdpcnpHRFVrZHFCM1dNY2xuejJqZnJNeHdoZmlmaTJvYnBHeVRyV1R3a3dKZVNESXdWcnBWN2ZUNUJlWmRPMzdsL1ZtSWhJQ05Jbndud2E1MExIblMvUkExb0lJY0U3RTYzZHhmMGlvWkpVK0NhSVRLM3duQXhDT216MkdqdVJhTUY3Sm0wcE9obG5va1hwVFY1bkl3TnB1T2xLOHR1TTYraVdDbFljN3F2cVB0dEMxbXFnN21UT2liV2t1azlQRVY4Sk1mcmpXUFVjbCtyY0dMalRhd3NPWGJReE91RjBGN1NvUjdEZzlwM1dUT0w5OGViWDBPZm4yTkNjbFYyNFNndzJ1aTNGdXVJMWUwcFl1b21aODZwd0VQL0tGRlN2MlQzU1diZ1NOM01rVFRtUmJzVTVNWlBmcEdkOFozWE9yVm5HZlEzVkJPU1laSjR3S1JwbVBwTS83b3c2a2dnVzNKOXdOVm05b21mTWNKdDRiT1dBV3pqQVdwbUNLeGtJc3ludE5ZWFJuZkU3UGFmdythekJkL1hZWGhPZlZkelgzdVRHbURDVWtOb0RGK3BuTGtpb1FMQUFqcG5Gcit1NHNZb0I3eldxT1JqS0svVnJDbFl1VTdDSjJua3B6amFBUm80amJETHVIeXQ4RWhyY3F1OGlsRzVxd3EwczFlL2VkL1d6UXBmcXMyekVUZEh0RnhBc09HbFduV3BkMFhPSEdYZWJndVBGRmNCbmNxeTRaOU0ybFNRaWExQjZmVzBxNnlDYk00dE1uY0crV0NnbGhEY3ZkRStsb2NXdThUei9HaThOZkErckJnVExDOU5ZdnFmRmtWVlI0STRoU3hDT0dwZ3pWZEVicVc1aEpFS2t4TXFMMHJ1ejE3eFNicTBrRGY0Y0lyOHQvT3hocjF2cCsrb2Q4WDMrQ0VzREZUdXMzM2x3NVBjVE5tc2pWb0Jnd2RGWWxTRktCT3ZZTlpMS0NoZVJDem1WYmx1K1pBa0R6ZzFINkYzblNOelFrLzQrQ2xMSmUrcDRHK1ZHVDFwUEU3SFJKYkw2Ung0SHdJU1FJTlNaUVUraldYL1lIL01UdWpIQ2dac1RXdHBuTTlvU0EzdElxOS9JK3d3WmgwTTFLSjZTYUhEdUZIaWRZZWsveTdNZXlHVTlTbjlmdWMrbHkwN054SmtHcktydWRZUzI1dzVEclgxSHBYUkFzT0RTUkQyTDN0U0ExSmZCYzJrNGxWUENPbFVwMk1PU2dWMEcwNkZ5RjNYZDVMbm9GOXczUzdpTzRyMVl4dmU1a1ZZY0I2V2I2dFRmRTRmYk4wUTJGdDhKVnc4Z1dIQU4wVnFLYUUzVkFHVnRLajVhc0l3eVBOWStycUtCM1FpVk5TMUdUUi9QYWhkUzlMWFZFYXp3blNuaDk2SEJWU2E1SlZTV0NPdUNuUXQvTi9EZ3NJWUZkVVhMRDZEUDdyQk9uZkhRdzRHdnNHeFB5UWJYWHVIQVhuY1BWbTNuV2ZjcE5UOTdxUmgwS2lZQTJvMm1xcnEvSlNyOWUySHoxVXZtR1VlMVY3TEpiMWZnaWdFY0ZseGJ0UHlBNTBNOUUxbTdDTlhadXpsM0pZUGVYTW92cldUUVhWZTBjRThKMWw3VitSck9ZMzJFTzJuMDY2dDR2YlVyV3ljcnFpZVkrSHhiNVpyalBWU2hCYzJrMEMxdDVMZGVVU1lKRUN4b3UzaUZtbjlCdk1LYXhqSXpjTzRsUXNnYTJEb1NzYUtVOWtJNkJRNnJlOEx4bWtZblYvUXRJWkNOd0tYdnEyb0NNSEw3SWI2eGhBWlg2dlhDeHVOMUpGS0UvUURCZ3BzV3Ixbmh3QmtQdHFucUZ0dUNRYkdPdXlqWjZMczU4cldhUUNkVERESU9zckl2bHZWL09vd3BDVFZ4UHpXUER3M3FicjB2OG50UXh3K3VBbXRZY0VuOFRQNVZCSzAwZkxRcXVMK2pNZ0ZQRmF4U3gzWHl3RzNzZjlMT2RKajViS1Y5c2JwVjM2ZGtCNjdVSkVKdkIxZ2pWb0REZ2tkeFlCdjNkODBqRExKOTk3ZG5sNVY1bG5KWFMrWElmSWJieGdpZjlZejNZSWxmWHowbnRWRzU1TDNWUVdjRldwMTE1eUpzSzdmZlFxVm5mTlpWaGNQYVZrd28vR2Rjc3g0RkNCYkFvWWl0NGtGV010cmlJcmdwUjdBUTU5R0xCdjUzU2VnSVBiVjBzZGQxb1lzYjYvUnVjUy9qUXZlWG95U3JjT0lPTS9HR0xsMWR4QlMvaElOYlYwd29acHlWZ0dBQmxMdXcwcjFIVnN1TWJpUjJSV0loQ1FXeHkvTEgreENuRTZwbVdCdVZqOWxucHRlb3JQY1RHbkcrdVhvSklkM0VmV0Z0c2M1M0M0QmdBVFFvYmw1by9KNnd1U3RMQmM4NUlyKzI5bW00bXFSWW5yUHVYZlRacklhR0svWG5PbktyK2poTGQxckZFUUFFQzZCQlIvWVNoUkxqR29JOVY1aUdMcTZtUlB3MklsYXJDM3kyVVBTV01CMEFnZ1YzSmx4bXVDdXFHcjRwRkwrd2x5eDJOVnR4Tk11R25WV0hYdytnakgvKysrOC92Z1dBQ3lISkd5RVJZc3ZHVzRCeS9pL0FBSzlEU2g3cHhhTGNBQUFBQUVsRlRrU3VRbUNDIi8+CjwvZGVmcz4KPC9zdmc+Cg==);
-webkit-mask-size: 100%;
-webkit-mask-position: center center;
-webkit-mask-repeat: no-repeat;
width: 160px;
height: 160px;
z-index: 0;
animation: qodef-element-rotate 20s linear infinite;
text-align: center;
}
.yumyum-rotate-effect-yes .elementor-icon svg, .yumyum-rotate-effect-yes .elementor-icon i {
position: absolute;
top: 50%;
right: 50%;
transform: translate(50%, -50%);
}
.elementor-position-top .elementor-icon-box-icon {
width: 100% !important;
display: flex !important;
justify-content: center;
}
.elementor-image-box-wrapper {
position: relative;
transition: all 0.4s ease;
}
.elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 26px;
font-size: 1.625rem;
line-height: 1.153846;
color: var(--e-global-color-text);
text-transform: capitalize;
letter-spacing: 0;
}
.elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title:hover {
color: var(--e-global-color-primary);
}
.elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
font-size: 16px;
font-size: 1rem;
line-height: 24px;
color: var(--e-global-color-lighter);
font-family: var(--e-global-typography-text-font-family);
font-weight: 400;
}
.elementor-image-box-wrapper .elementor-image-box-content img {
object-fit: cover;
}
.elementor-widget-n-accordion .e-n-accordion-item {
border-radius: 20px;
transition: 0.3s all ease-in-out;
}
.elementor-widget-n-accordion .e-n-accordion-item:not([open]) .e-n-accordion-item-title .e-n-accordion-item-title-header:before {
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
width: 24px;
height: 24px;
}
.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title .e-n-accordion-item-title-header:before {
content: "";
}
.elementor-widget-n-accordion .e-n-accordion-item:not([open]) .e-n-accordion-item-title .e-n-accordion-item-title-header:before {
content: " ";
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
border: none;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon {
position: relative;
background: transparent;
transition: 0.3s all ease-in-out;
padding: 2px 0 0 0;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon span i, .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon i, .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon svg {
transition: 0.3s all ease-in-out;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-header {
gap: 16px;
width: 100%;
align-items: center;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-header:before {
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
width: 28px;
height: 28px;
font-family: "yumyum-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
font-size: 16px;
background-color: transparent;
border-radius: 50%;
border: 2px solid var(--e-global-color-primary);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: var(--e-global-color-primary);
}
@media (min-width: 880px) {
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-header:before {
letter-spacing: -1px;
}
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-header .e-n-accordion-item-title-text {
width: 89%;
}
.style-theme-yes .e-n-accordion-item {
border-bottom: 1px solid var(--e-global-color-border);
}
.style-theme-yes .e-n-accordion-item:first-child .e-n-accordion-item-title {
padding-top: 0;
}
.image-style-yumyum-yes.elementor-widget-image .elementor-widget-container a {
position: relative;
border-radius: 30px 0 30px 0;
}
.image-style-yumyum-yes.elementor-widget-image .elementor-widget-container a img {
transition: all 0.4s ease;
object-fit: cover;
border-radius: 30px 0 30px 0;
}
.image-style-yumyum-yes.elementor-widget-image .elementor-widget-container a:hover {
border-radius: 0;
}
.image-style-yumyum-yes.elementor-widget-image .elementor-widget-container a:hover img {
border-radius: 0;
transition: all 0.4s ease;
}
.yumyum-image-effect-yes .elementor-widget-container:before {
content: "";
width: 100%;
height: 100%;
background-color: transparent;
border: 1px solid #ffffff;
position: absolute;
top: -8px;
right: 11.5px;
}
.icon-list-style-yumyum-yes .elementor-icon-list-item .elementor-icon-list-text {
position: relative;
}
.icon-list-style-yumyum-yes .elementor-icon-list-item .elementor-icon-list-text:before {
content: "";
position: absolute;
width: 2px;
height: 4px;
right: auto;
left: 0;
bottom: 0;
background-color: #000000;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.icon-list-style-yumyum-yes .elementor-icon-list-item a:hover .elementor-icon-list-text:before {
width: 100%;
right: 0;
left: auto;
}
.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-text {
padding-right: 0;
}
.gradient-icon-list .elementor-icon-list-items .elementor-icon-list-icon svg {
color: #47B5A9;
width: 24px;
height: 24px;
}
.elementor-button {
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
padding: 1.25rem 2.5rem 1.25rem 2.25rem;
font-size: 16px;
font-size: 1rem;
border-radius: 12px;
white-space: nowrap;
background: #ffffff;
color: var(--e-global-color-text);
justify-content: center;
position: relative;
overflow: hidden;
display: inline-block;
border-width: 0px 0px 3px 3px;
border-style: solid;
border-color: #110A00;
gap: 10px;
text-transform: capitalize;
letter-spacing: 1px;
}
.elementor-button span {
position: relative;
z-index: 2;
}
.elementor-button span i, .elementor-button span svg {
display: flex;
align-items: center;
justify-content: center;
}
.elementor-button:hover {
color: #ffffff;
background-color: var(--e-global-color-primary);
}
.elementor-button:hover .elementor-button-icon {
color: #ffffff;
}
.elementor-button.elementor-size-xs {
padding: 0.25rem 1rem;
font-size: 12px;
font-size: 0.75rem;
border-radius: 12px;
}
.elementor-button.elementor-size-sm {
padding: 0.875rem 1.875rem;
font-size: 15px;
font-size: 0.9375rem;
border-radius: 12px;
}
.elementor-button.elementor-size-md {
padding: 1.25rem 2.5rem 1.25rem 2.25rem;
font-size: 16px;
font-size: 1rem;
border-radius: 12px;
}
.elementor-button.elementor-size-lg {
padding: 1.25rem 2.5rem;
font-size: 16px;
font-size: 1rem;
border-radius: 12px;
}
.elementor-button.elementor-size-xl {
padding: 1.5rem 3rem;
font-size: 16px;
font-size: 1rem;
border-radius: 12px;
}
.elementor-button.elementor-button-link {
display: inline-flex;
}
.elementor-element.elementor-button-outline .elementor-button .elementor-button-icon {
color: var(--e-global-color-secondary);
}
.elementor-element.elementor-button-info .elementor-button {
background-color: #3d9cd2;
border-color: #3d9cd2;
}
.elementor-element.elementor-button-success .elementor-button {
background-color: #0f834d;
border-color: #0f834d;
}
.elementor-element.elementor-button-warning .elementor-button {
background-color: #f0ad4e;
border-color: #f0ad4e;
}
.elementor-element.elementor-button-danger .elementor-button {
background-color: #d9534f;
border-color: #d9534f;
}
.elementor-button .elementor-button-icon {
line-height: 1;
font-size: 20px;
font-size: 1.25rem;
font-weight: 500;
display: flex;
align-items: center;
justify-content: center;
}
.elementor-button .elementor-button-icon i:before {
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.elementor-button .elementor-button-icon svg {
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.elementor-button-content-wrapper {
align-items: center;
}
.elementor-button-outline .elementor-button {
color: var(--e-global-color-secondary);
background-color: transparent;
border-width: 1px 1px 3px 3px;
border-style: solid;
border-color: var(--e-global-color-secondary);
letter-spacing: 1px;
}
.elementor-button-outline .elementor-button:hover {
background-color: var(--e-global-color-primary);
color: #FFFFFF;
}
.elementor-button-outline .elementor-button:hover .elementor-button-icon {
color: #FFFFFF;
}
.elementor-button-link .elementor-button {
font-size: 16px;
font-size: 1rem;
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
background-color: transparent;
padding: 0;
border: none;
border-radius: 0;
color: var(--e-global-color-secondary);
position: relative;
line-height: 1.6;
letter-spacing: 0;
text-transform: capitalize;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-button-link .elementor-button:hover {
color: var(--e-global-color-primary);
box-shadow: none;
}
.elementor-button-link .elementor-button:hover .elementor-button-icon {
color: var(--e-global-color-primary);
}
.elementor-widget-n-tabs {
--n-tabs-title-padding-right: 0;
--n-tabs-title-padding-left: 0;
--n-tabs-title-font-size: 21px;
--n-tabs-title-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
--n-tabs-title-color-hover: #FFFFFF;
--n-tabs-title-color-active: #FFFFFF;
--n-tabs-title-background-color: #FFF7EA;
--n-tabs-title-background-color-hover: var(--e-global-color-primary);
--n-tabs-title-background-color-active: var(--e-global-color-primary);
--n-tabs-title-gap: 20px;
}
.elementor-widget-n-tabs .e-n-tab-title {
position: relative;
display: flex;
padding: 11.5px 20px;
border-radius: 9px;
}
.elementor-widget-n-tabs .e-n-tab-title-text {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
line-height: calc(25.2 / 21);
text-transform: uppercase;
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i {
font-size: 18px;
}
.tabs-style-2 {
--n-tabs-title-padding-right: 0;
--n-tabs-title-padding-left: 0;
--n-tabs-title-font-size: 1.5rem;
--n-tabs-title-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
--n-tabs-title-color-hover: #FFFFFF;
--n-tabs-title-color-active: #FFFFFF;
--n-tabs-title-background-color: transparent;
--n-tabs-title-background-color-hover: var(--e-global-color-primary);
--n-tabs-title-background-color-active: var(--e-global-color-primary);
--n-tabs-title-border-color: transparent;
--n-tabs-title-gap: 5px;
}
.tabs-style-2 .e-n-tabs-heading {
border-radius: 30px;
position: relative;
background: #9867FF1A;
margin: 0 auto 20px auto;
box-shadow: 0px 0px 46px 0px #0000000D;
padding: 7px;
}
.tabs-style-2 .e-n-tab-title[aria-selected=true]:before {
width: 100%;
}
.tabs-style-2 .e-n-tab-title {
position: relative;
padding: 11px 42px 11px 42px;
display: flex;
flex-direction: column;
border-radius: 30px;
}
.tabs-style-2 .e-n-tab-title:first-child {
border-radius: 30px;
}
.tabs-style-2 .e-n-tab-title:last-child {
border-radius: 30px;
}
.tabs-style-2 .e-n-tab-title .e-n-tab-title-text {
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
text-transform: capitalize;
position: relative;
}
.tabs-style-2 .e-n-tab-title-text {
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.owcpv_item_form .owcpv_inner_form {
margin-bottom: 30px;
padding: 30px;
border: 1px solid var(--e-global-color-border);
border-radius: 24px;
}
.owcpv_item_form .field-label {
color: var(--e-global-color-text) !important;
font-weight: var(--e-global-typography-text-font-weight) !important;
}
.owcpv_wrapper .formbuilder-radio-group .ui-selector-resuilt {
border-radius: 30px !important;
padding: 11px 20px !important;
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
font-size: 16px;
font-size: 1rem;
justify-content: space-between;
}
.owcpv_wrapper .formbuilder-radio-group .ui-selector-resuilt:after {
font-family: "yumyum-icon";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: middle;
content: "";
}
.form-control:not(textarea, input[type=radio], input[type=checkbox], input[type=color]) {
padding: 11px 20px !important;
border-radius: 30px !important;
font-family: var(--e-global-typography-text-font-family);
font-weight: var(--e-global-typography-text-font-weight);
text-transform: var(--e-global-typography-text-text-transform);
font-style: var(--e-global-typography-text-font-style);
text-decoration: var(--e-global-typography-text-text-decoration);
line-height: var(--e-global-typography-text-line-height);
letter-spacing: var(--e-global-typography-text-letter-spacing);
font-size: 16px;
font-size: 1rem;
}
.owcpv_price_summary {
border: 1px solid var(--e-global-color-border) !important;
margin-bottom: 30px !important;
padding: 30px !important;
border-radius: 24px;
}
.elementor-widget-text-path .e-text-path svg {
overflow: visible;
}
.rotate-animation .e-text-path {
text-transform: uppercase;
}
.rotate-animation .e-text-path svg {
animation: effect 10s linear infinite;
overflow: visible;
}
@keyframes effect {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(-360deg);
}
}
.parallax-layer {
position: absolute;
}
.e-con {
--container-default-padding-right: 0;
--container-default-padding-left: 0;
}
.elementor_library-template-default .entry-header,
.elementor_library-template-default #post-navigation,
.elementor_library-template-default .entry-taxonomy {
display: none;
}
.header-absolute {
position: absolute !important;
width: 100%;
z-index: 99;
background-color: transparent !important;
}
:root {
--scroll-bar: 8px;
}
body:not(.has-scrollbar) .elementor-section.elementor-section-stretched {
width: 100vw !important;
margin-right: calc(-50vw + 50%) !important;
margin-left: calc(-50vw + 50%) !important;
right: 0 !important;
}
body.has-scrollbar .elementor-section.elementor-section-stretched {
width: calc(100vw - 20px) !important;
margin-right: calc(-50vw + 50% + 10px) !important;
margin-left: calc(-50vw + 50% + 10px);
right: 0 !important;
}
@supports (color: var(--scroll-bar)) {
body.has-scrollbar .elementor-section.elementor-section-stretched {
width: calc(100vw - var(--scroll-bar)) !important;
margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
margin-left: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
right: 0 !important;
}
}
.elementor-social-icons-wrapper .elementor-social-icon {
display: flex;
}
.elementor-social-icons-wrapper .elementor-social-icon:hover {
opacity: 1;
}
.enable-effects-yes .elementor-social-icons-wrapper .elementor-social-icon {
display: flex;
}
.c-primary {
color: var(--e-global-color-primary);
}
.elementor-widget-tabs .elementor-tab-title a {
display: flex;
align-items: center;
}
.underline-primary {
position: relative;
}
.underline-primary:before {
content: "";
position: absolute;
width: 100%;
height: 10px;
bottom: 10px;
right: 0;
background-color: #FFD8D2;
z-index: -1;
}
.sublink .elementor-column:hover img {
opacity: 0.8;
border-color: var(--e-global-color-primary) !important;
}
.sublink .elementor-column img {
transition: all 0.3s ease;
}
.btn-slider {
display: inline-flex;
align-items: center;
}
.btn-slider i {
margin-bottom: 2px;
}
.btn-slider i.left {
font-size: 10px;
font-size: 0.625rem;
margin-left: 7px;
width: 12px;
transition: all 0.15s ease;
}
.btn-slider i.right {
font-size: 10px;
font-size: 0.625rem;
margin-right: 0;
order: 15;
width: 0;
opacity: 0;
transition: all 0.15s ease;
}
.btn-slider:hover i.left {
width: 0;
opacity: 0;
margin-left: 0;
}
.btn-slider:hover i.right {
width: 12px;
opacity: 1;
margin-right: 7px;
}
.icon-shape-yes .elementor-icon {
position: relative;
}
.icon-shape-yes .elementor-icon i, .icon-shape-yes .elementor-icon svg {
z-index: 1;
}
.icon-shape-yes .elementor-icon i:after, .icon-shape-yes .elementor-icon svg:after {
content: "";
position: absolute;
top: 0;
left: -5px;
width: 24px;
height: 24px;
border-radius: 100%;
z-index: -1;
background-color: var(--e-global-color-primary);
transition: all 0.15s ease;
}
.icon-shape-yes:hover .elementor-icon i:after,
.icon-shape-yes:hover .elementor-icon svg:after {
background-color: var(--e-global-color-text);
transition: all 0.15s ease;
}
.elementor-widget-progress .progress-title {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-end;
}
.progress-title .elementor-progress-percentage {
padding-left: 0px;
}
.custom_shape_divider-yes > .e-con-inner > .elementor-shape,
.custom_shape_divider-yes > .elementor-shape {
display: block;
position: absolute;
z-index: 1;
right: 0;
left: 0;
height: 62px;
width: unset;
background-size: 1440px 62px;
animation: wave 10s linear infinite;
background-position: 100% 0;
background-repeat: repeat-x;
}
.custom_shape_divider-yes > .e-con-inner > .elementor-shape svg,
.custom_shape_divider-yes > .elementor-shape svg {
display: none;
visibility: hidden;
opacity: 0;
}
.custom_shape_divider-yes > .e-con-inner > .elementor-shape[data-negative=false].elementor-shape-bottom,
.custom_shape_divider-yes > .elementor-shape[data-negative=false].elementor-shape-bottom {
transform: unset;
}
.custom_shape_divider-yes > .e-con-inner > .elementor-shape-top,
.custom_shape_divider-yes > .elementor-shape-top {
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjYyIiB2aWV3Qm94PSIwIDAgMTQ0MCA2MiIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzc0N18xNDE1OSkiPjxwYXRoIGQ9Ik0xNDM5Ljk2IDIyLjE3MUMxMTQxLjg5IDIyLjE3MSA5OTkuNzkxIDYyIDcyMS4wMiA2MS45OTk5QzQ0Mi4yNDkgNjEuOTk5OSAyOTcuMjQyIDIyLjEzOCAzLjQ4NDg0ZS0wNiAyMi4xMzhMNS40MjAyMWUtMDYgLTAuMDAwMTI5NzAzTDE0NDAgLTMuODE0N2UtMDZMMTQzOS45NiAyMi4xNzFaIiBmaWxsPSIjZmZmZmZmIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNzQ3XzE0MTU5Ij48cmVjdCB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSI2MiIgZmlsbD0iI2ZmZmZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQ0MCA2Mikgcm90YXRlWigtMTgwKSByb3RhdGVZKC0xODApIi8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
}
.custom_shape_divider-yes > .e-con-inner > .elementor-shape-bottom,
.custom_shape_divider-yes > .elementor-shape-bottom {
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjYyIiB2aWV3Qm94PSIwIDAgMTQ0MCA2MiIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzc0N18xNDE0MykiPjxwYXRoIGQ9Ik0wLjA0MzQ1MTIgMzkuODI5QzI5OC4xMSAzOS44MjkgNDQwLjIwOSAwIDcxOC45OCAwQzk5Ny43NTEgMCAxMTQyLjc2IDM5Ljg2MTkgMTQ0MCAzOS44NjE5VjYySDBMMC4wNDM0NTEyIDM5LjgyOVoiIGZpbGw9IiNmZmZmZmYiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF83NDdfMTQxNDMiPjxyZWN0IHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjYyIiBmaWxsPSIjZmZmZmZmIi8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
}
.elementor-shape.elementor-shape-top {
top: -22px;
z-index: 1;
overflow: hidden;
position: absolute;
right: 0;
width: 100%;
line-height: 0;
direction: rtl;
}
.elementor-shape.elementor-shape-top svg {
width: auto;
}
.elementor-shape.elementor-shape-bottom {
transform: rotate(0deg) !important;
bottom: -23px;
z-index: 1;
}
.elementor-shape.elementor-shape-bottom svg {
width: auto;
}
.elementor-shape svg path {
fill-opacity: 1;
}
.moving-div {
animation: moveUpDown 2s infinite ease-in-out;
}
@keyframes moveUpDown {
0% {
transform: translateY(0);
}
50% {
transform: translateY(10px);
}
100% {
transform: translateY(0);
}
}@font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/quicksand-f5424fe5.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/quicksand-4ea6d8c4.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/quicksand-21dc8b9f.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/quicksand-f5424fe5.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/quicksand-4ea6d8c4.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/quicksand-21dc8b9f.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/quicksand-f5424fe5.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/quicksand-4ea6d8c4.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/quicksand-21dc8b9f.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/quicksand-f5424fe5.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/quicksand-4ea6d8c4.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/quicksand-21dc8b9f.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/quicksand-f5424fe5.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/quicksand-4ea6d8c4.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/quicksand-21dc8b9f.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-eb75501f.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-c1d546d3.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-b7906e6a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-e4fb188d.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-34da8ac8.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-eb75501f.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-c1d546d3.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-b7906e6a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-e4fb188d.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-34da8ac8.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-eb75501f.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-c1d546d3.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-b7906e6a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-e4fb188d.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-34da8ac8.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-eb75501f.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-c1d546d3.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-b7906e6a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-e4fb188d.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-34da8ac8.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-eb75501f.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-c1d546d3.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-b7906e6a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-e4fb188d.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-34da8ac8.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-eb75501f.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-c1d546d3.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-b7906e6a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-e4fb188d.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-34da8ac8.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-eb75501f.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-c1d546d3.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-b7906e6a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-e4fb188d.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-34da8ac8.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-eb75501f.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-c1d546d3.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-b7906e6a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-e4fb188d.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-34da8ac8.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-eb75501f.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-c1d546d3.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-b7906e6a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-e4fb188d.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Bitter';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-34da8ac8.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-dbee9663.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-8bb52880.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-5ac034bc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-05cbfd60.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-1f4c329b.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-dbee9663.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-8bb52880.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-5ac034bc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-05cbfd60.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-1f4c329b.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-dbee9663.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-8bb52880.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-5ac034bc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-05cbfd60.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-1f4c329b.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-dbee9663.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-8bb52880.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-5ac034bc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-05cbfd60.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-1f4c329b.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-dbee9663.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-8bb52880.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-5ac034bc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-05cbfd60.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-1f4c329b.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-dbee9663.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-8bb52880.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-5ac034bc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-05cbfd60.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-1f4c329b.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-dbee9663.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-8bb52880.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-5ac034bc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-05cbfd60.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-1f4c329b.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-dbee9663.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-8bb52880.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-5ac034bc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-05cbfd60.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-1f4c329b.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-dbee9663.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-8bb52880.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-5ac034bc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-05cbfd60.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bitter-1f4c329b.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {
font-family: 'Bangers';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bangers-4c26f19d.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Bangers';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bangers-35d29b43.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Bangers';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.zendonerfranchise.fr/wp-content/uploads/elementor/google-fonts/fonts/bangers-0d85d03e.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-threads:before{content:"\e9cb"}.fa-threads-square:before{content:"\e9cc"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-x-twitter:before{content:"\e9ca"}.fa-x-twitter-square:before{content:"\e9c9"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(//www.zendonerfranchise.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot);src:url(//www.zendonerfranchise.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//www.zendonerfranchise.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.zendonerfranchise.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff) format("woff"),url(//www.zendonerfranchise.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//www.zendonerfranchise.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:"Font Awesome 5 Free";font-weight:400}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//www.zendonerfranchise.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);src:url(//www.zendonerfranchise.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//www.zendonerfranchise.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.zendonerfranchise.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(//www.zendonerfranchise.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//www.zendonerfranchise.fr/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands";font-weight:400}