<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno &lt;m@tias.me&gt;
 */
@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px); } }
@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px); } }
@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); } }
@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); } }
@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); } }
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
.dropzone, .dropzone * {
    box-sizing: border-box; }

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px; }
.dropzone.dz-clickable {
    cursor: pointer; }
.dropzone.dz-clickable * {
    cursor: default; }
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer; }
.dropzone.dz-started .dz-message {
    display: none; }
.dropzone.dz-drag-hover {
    border-style: solid; }
.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5; }
.dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
.dropzone .dz-preview:hover {
    z-index: 1000; }
.dropzone .dz-preview:hover .dz-details {
    opacity: 1; }
.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd); }
.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1; }
.dropzone .dz-preview.dz-image-preview {
    background: white; }
.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none; }
.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline; }
.dropzone .dz-preview:hover .dz-details {
    opacity: 1; }
.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%; }
.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px; }
.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap; }
.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8); }
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis; }
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent; }
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px; }
.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px); }
.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10; }
.dropzone .dz-preview .dz-image img {
    display: block; }
.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px; }
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px; }
.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in; }
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite; }
.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden; }
.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out; }
.dropzone .dz-preview.dz-error .dz-error-message {
    display: block; }
.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto; }
.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white; }
.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626; }
.vue-dropzone{border:2px solid #e5e5e5;font-family:Arial,sans-serif;letter-spacing:.2px;color:#777;transition:.2s linear}.vue-dropzone:hover{background-color:#f6f6f6}.vue-dropzone&gt;i{color:#ccc}.vue-dropzone&gt;.dz-preview .dz-image{border-radius:0;width:100%;height:100%}.vue-dropzone&gt;.dz-preview .dz-image img:not([src]){width:200px;height:200px}.vue-dropzone&gt;.dz-preview .dz-image:hover img{transform:none;-webkit-filter:none}.vue-dropzone&gt;.dz-preview .dz-details{bottom:0;top:0;color:#fff;background-color:rgba(33,150,243,.8);transition:opacity .2s linear;text-align:left}.vue-dropzone&gt;.dz-preview .dz-details .dz-filename{overflow:hidden}.vue-dropzone&gt;.dz-preview .dz-details .dz-filename span,.vue-dropzone&gt;.dz-preview .dz-details .dz-size span{background-color:transparent}.vue-dropzone&gt;.dz-preview .dz-details .dz-filename:not(:hover) span{border:none}.vue-dropzone&gt;.dz-preview .dz-details .dz-filename:hover span{background-color:transparent;border:none}.vue-dropzone&gt;.dz-preview .dz-progress .dz-upload{background:#ccc}.vue-dropzone&gt;.dz-preview .dz-remove{position:absolute;z-index:30;color:#fff;margin-left:15px;padding:10px;top:inherit;bottom:15px;border:2px #fff solid;text-decoration:none;text-transform:uppercase;font-size:.8rem;font-weight:800;letter-spacing:1.1px;opacity:0}.vue-dropzone&gt;.dz-preview:hover .dz-remove{opacity:1}.vue-dropzone&gt;.dz-preview .dz-error-mark,.vue-dropzone&gt;.dz-preview .dz-success-mark{margin-left:auto;margin-top:auto;width:100%;top:35%;left:0}.vue-dropzone&gt;.dz-preview .dz-error-mark svg,.vue-dropzone&gt;.dz-preview .dz-success-mark svg{margin-left:auto;margin-right:auto}.vue-dropzone&gt;.dz-preview .dz-error-message{margin-left:auto;margin-right:auto;left:0;width:100%;text-align:center}.vue-dropzone&gt;.dz-preview .dz-error-message:after{display:none}:root{--white:#fff;--black:#000;--primary:#da1c2e;--primary-light:#fff3f4;--primary-dark:#b81726;--secondary:#ffc14a;--secondary-dark:#f2af2f;--tertiary:#b15dff;--quaternary:#245666;--senary:#84b3c2;--septenary:#2f3b48;--octonary:#0f141e;--nonary:#e8f6fa;--content-light:#F2FAFC;--content-medium:#e6f4f8;--content-dark:#0b4355;--radius-xs:4px;--radius-s:5px;--radius-m:8px;--radius-l:10px;--radius-xl:15px;--radius-xxl:22px;--radius-rounded:50%;--shadow-s:0 7px 19px 1px rgba(7, 48, 61, 0.07);--shadow-m:0 0 28px 2px rgba(0, 0, 0, 0.08);--shadow-l:0 5px 38px 7px rgba(0, 0, 0, 0.09);--text-1:#222;--text-2:#444;--text-3:#878787;--text-4:#437cc3;--text-5:#5b818e;--border-color:#e4ebf0}:root{--e-global-color-lprimary1:#da1c2e;--e-global-color-lprimary2:#b81726;--e-global-color-lprimary3:#fff3f4;--e-global-color-lsecondary1:#ffc14a;--e-global-color-lsecondary2:#f2af2f;--e-global-color-lsupport1:#b15dff;--e-global-color-lcardlabel:#ffa800}:root{--font-heading:"Comfortaa", cursive;--font-text:"Inter", sans-serif}html{font-size:100%;overflow-x:hidden}body{min-height:100vh;font-family:var(--font-text);font-weight:400;font-size:1rem;color:var(--text-1);overflow-x:hidden;scroll-behavior:smooth;text-rendering:optimizeSpeed}*{outline:none;border:0}*,*::after,*::before{-webkit-box-sizing:border-box;box-sizing:border-box}input[type=password],input[type=tel],input[type=text],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}blockquote,body,dd,dl,figcaption,figure,h1,h2,h3,h4,li,ol,p,ul{margin:0}ol,ul{padding:0;list-style:none}li{list-style:none}a{font-family:inherit;text-decoration:none;color:inherit}img{max-width:100%;height:auto}button{cursor:pointer;border:none;background-color:transparent;color:var(--text-1);font-family:inherit}input[type=text],input[type=email],input[type=number],input[type=tel],input[type=text],input[type=url],input[type=password],textarea{color:var(--text-1);font-size:16px;line-height:28px;width:100%;background:var(--white);padding:17px
30px 17px 27px;border-radius:var(--radius-l);border:1px
solid var(--border-color);font-family:inherit}input[type=text]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=url]::placeholder,input[type=password]::placeholder,textarea::placeholder{color:var(--text-1) !important;opacity:1;font-size:16px;font-weight:400}input,select,textarea{color:var(--text-1);font-family:inherit}select{border-radius:var(--radius-l);border:1px
solid var(--border-color);padding:17px
60px 17px 27px;font-size:16px;line-height:28px;font-family:inherit;margin:0;background:url(/wp-content/themes/listivo-package/listivo/assets/css/assets/img/arrow-down.png) no-repeat right transparent;background-color:var(--white);background-size:11px 7px;-webkit-appearance:none;background-position:right 30px top 27px;cursor:pointer;transition:0.2s ease}select:hover{border-color:var(--e-global-color-lprimary1)}.listivo-grid{display:flex;flex-direction:row;flex-wrap:wrap}.listivo-grid__element--auto{width:auto}.listivo-grid__element--1of1{width:100%}.listivo-grid__element--1of2{width:50%}.listivo-grid__element--1of3{width:33.333333333%}.listivo-grid__element--1of4{width:25%}.listivo-grid__element--1of5{width:20%}.listivo-grid__element--1of6{width:16.666666666%}.listivo-grid__element--1of7{width:14.2857142857%}.listivo-grid__element--1of8{width:12.5%}.listivo-grid__element--1of9{width:11.111111111%}@media (min-width: 1200px){.listivo-hide-desktop{display:none}.listivo-grid__element--desktop-1of1{width:100%}.listivo-grid__element--desktop-1of2{width:50%}.listivo-grid__element--desktop-1of3{width:33.3333%}.listivo-grid__element--desktop-1of4{width:25%}.listivo-grid__element--desktop-1of5{width:20%}.listivo-grid__element--desktop-1of6{width:16.6666%}}@media (min-width: 900px) and (max-width: 1199px){.listivo-hide-tablet{display:none}.listivo-grid__element--tablet-1of1{width:100%}.listivo-grid__element--tablet-1of2{width:50%}.listivo-grid__element--tablet-1of3{width:33.3333%}.listivo-grid__element--tablet-1of4{width:25%}.listivo-grid__element--tablet-1of5{width:20%}.listivo-grid__element--tablet-1of6{width:16.6666%}}@media (max-width: 899px){.listivo-hide-mobile{display:none}.listivo-grid__element--mobile-1of1{width:100%}.listivo-grid__element--mobile-1of2{width:50%}.listivo-grid__element--mobile-1of3{width:33.3333%}.listivo-grid__element--mobile-1of4{width:25%}.listivo-grid__element--mobile-1of5{width:20%}.listivo-grid__element--mobile-1of6{width:16.6666%}}.listivo-position-static{position:static !important}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{line-height:1.27;font-family:var(--font-heading);font-family:var(--font-text);font-size:42px;line-height:48px;font-weight:700}@media (min-width: 1025px){.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:70px;line-height:77px;font-weight:800}}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{line-height:1.27;font-family:var(--font-heading);font-size:30px;letter-spacing:-0.3px;font-weight:700}@media screen and (min-width: 768px){.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:42px;letter-spacing:-1.05px}}@media screen and (min-width: 1200px){.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:54px;letter-spacing:-1.35px}}.elementor-widget-heading .elementor-heading-title.elementor-size-large{line-height:1.27;font-family:var(--font-heading);font-size:28px;letter-spacing:-0.28px}@media screen and (min-width: 768px){.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:42px;letter-spacing:-1.05px}}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{line-height:1.27;font-family:var(--font-heading);line-height:1.2;font-weight:700;font-size:26px !important;letter-spacing:-0.26px}@media screen and (min-width: 768px){.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:36px !important;letter-spacing:-0.36px}}.elementor-widget-heading .elementor-heading-title.elementor-size-small{line-height:1.27;font-family:var(--font-heading);font-weight:700;font-size:24px !important;letter-spacing:-0.24px}@media screen and (min-width: 768px){.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:30px !important;letter-spacing:-0.3px}}.elementor-widget-heading .elementor-heading-title.elementor-size-default{line-height:1.27;font-family:var(--font-heading);font-weight:700;font-size:22px;letter-spacing:-0.22px}@media screen and (min-width: 768px){.elementor-widget-heading .elementor-heading-title.elementor-size-default{font-size:24px;letter-spacing:-0.24px}}.listivo-font-xxl{line-height:1.27;font-family:var(--font-heading);font-family:var(--font-text);font-size:42px;line-height:48px;font-weight:700}@media (min-width: 1025px){.listivo-font-xxl{font-size:70px;line-height:77px;font-weight:800}}.listivo-font-xl{line-height:1.27;font-family:var(--font-heading);font-size:30px;letter-spacing:-0.3px;font-weight:700}@media screen and (min-width: 768px){.listivo-font-xl{font-size:42px;letter-spacing:-1.05px}}@media screen and (min-width: 1200px){.listivo-font-xl{font-size:54px;letter-spacing:-1.35px}}.listivo-font-l{line-height:1.27;font-family:var(--font-heading);font-size:28px;letter-spacing:-0.28px}@media screen and (min-width: 768px){.listivo-font-l{font-size:42px;letter-spacing:-1.05px}}.listivo-font-m{line-height:1.27;font-family:var(--font-heading);line-height:1.2;font-weight:700;font-size:26px;letter-spacing:-0.26px}@media screen and (min-width: 768px){.listivo-font-m{font-size:36px;letter-spacing:-0.36px}}.listivo-font-s{line-height:1.27;font-family:var(--font-heading);font-weight:700;font-size:24px;letter-spacing:-0.24px}@media screen and (min-width: 768px){.listivo-font-s{font-size:30px;letter-spacing:-0.3px}}.listivo-font-xs{line-height:1.27;font-family:var(--font-heading);font-weight:700;font-size:22px;letter-spacing:-0.22px}@media screen and (min-width: 768px){.listivo-font-xs{font-size:24px;letter-spacing:-0.24px}}.elementor-widget-container .elementor-counter .elementor-counter-number-wrapper{line-height:1.27;font-family:var(--font-heading);font-size:30px;letter-spacing:-0.3px;font-weight:700;margin-bottom:24px}@media screen and (min-width: 768px){.elementor-widget-container .elementor-counter .elementor-counter-number-wrapper{font-size:42px;letter-spacing:-1.05px}}@media screen and (min-width: 1200px){.elementor-widget-container .elementor-counter .elementor-counter-number-wrapper{font-size:54px;letter-spacing:-1.35px}}.elementor-widget-container .elementor-counter .elementor-counter-title{line-height:1.27;font-family:var(--font-heading);font-weight:700;font-size:22px;letter-spacing:-0.22px}@media screen and (min-width: 768px){.elementor-widget-container .elementor-counter .elementor-counter-title{font-size:24px;letter-spacing:-0.24px}}.elementor-custom-embed-play{text-shadow:none !important;opacity:1 !important;border-radius:var(--radius-rounded) !important;width:75px !important;height:75px !important;box-shadow:var(--shadow-l) !important;background-color:var(--white) !important;transition:0.2s ease}.elementor-custom-embed-play
i{opacity:1;font-size:25px;line-height:75px;color:var(--e-global-color-lprimary1);text-shadow:none;transition:0.2s ease}.elementor-custom-embed-play i:before{content:"\f04b";font-weight:900;font-family:"Font Awesome 5 Free"}.elementor-custom-embed-play:hover{background-color:var(--e-global-color-lprimary1) !important}.elementor-custom-embed-play:hover
i{color:#fff}.elementor-widget-text-editor{font-size:16px;line-height:28px}.listivo-user-contact
textarea{height:204px}a.listivo-user__name{transition:0.2s ease}a.listivo-user__name:hover{color:var(--e-global-color-lprimary1)}.listivo-user-contact-form
textarea{height:130px}.listivo-user-contact-form .listivo-button{width:auto}.listivo-user-phone-whatsapp-buttons .listivo-phone-hidden,
.listivo-user-phone-whatsapp-buttons .listivo-whatsapp
a{border-color:#cee1e6}.woocommerce-checkout-payment{background:transparent !important;padding:0;border:0
solid transparent}.woocommerce-checkout-payment&gt;.wc_payment_methods{padding:0
!important}.woocommerce-checkout-payment&gt;.wc_payment_methods&gt;li:last-of-type:first-of-type{padding-left:0 !important}.woocommerce-checkout-payment &gt; .wc_payment_methods &gt; li:last-of-type:first-of-type label:after,
.woocommerce-checkout-payment &gt; .wc_payment_methods &gt; li:last-of-type:first-of-type label:before{display:none !important}.woocommerce-checkout-payment&gt;.wc_payment_methods&gt;li.woocommerce-notice.woocommerce-notice--info.woocommerce-info{padding-left:50px !important}.woocommerce-checkout-payment #payment div.form-row{padding:25px
10px 0px 10px !important}.woocommerce-checkout-payment .wc-stripe-elements-field,
.woocommerce-checkout-payment .wc-stripe-iban-element-field{border:1px
solid var(--border-color);border-radius:10px;margin:5px
0;padding:10px
35px;background-color:transparent;outline:0}.woocommerce-checkout-payment
fieldset{padding:0}.woocommerce-checkout-payment label[for=card-element]{display:none}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.listivo-testimonials .listivo-swiper-pagination{display:none}
/*!**/
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=number],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type=url],
.wpcf7
textarea{border-radius:var(--radius-l);border:1px
solid var(--border-color);font-size:16px;font-weight:400;line-height:24px;padding:20px
24px;font-family:var(--font-text);margin-bottom:15px;width:100%;float:left}.wpcf7 .ajax-loader{display:none}.wpcf7__heading{font-size:24px;font-weight:700;letter-spacing:0.24px;font-family:var(--font-heading);margin-bottom:35px}.wpcf7 .wpcf7-submit{justify-content:space-between;margin-top:20px}@media screen and (min-width: 768px){.wpcf7 .wpcf7-submit{margin-top:35px}}.wpcf7 .wpcf7-submit[disabled]:hover{background-color:var(--e-global-color-lprimary1);color:var(--white)}.wpcf7 .wpcf7-submit[disabled]:hover .listivo-button__icon{background-color:var(--e-global-color-lprimary2)}.listivo-checkbox-policy{float:left}.listivo-checkbox-policy span.wpcf7-list-item{display:inline-block}.listivo-checkbox-policy .wpcf7-form-control-wrap{display:block;margin-bottom:10px;margin-top:-4px}.listivo-checkbox-policy .wpcf7-list-item{display:block;margin:0;top:15px;position:relative}@media (min-width: 1025px){.listivo-checkbox-policy .wpcf7-list-item{top:20px;position:relative}}.listivo-checkbox-policy .wpcf7-list-item
a{text-decoration:underline;transition:0.2s ease}@media (min-width: 1024px){.listivo-checkbox-policy .wpcf7-list-item a:hover{color:var(--e-global-color-lprimary1)}}.listivo-checkbox-policy .wpcf7-acceptance
label{position:relative;cursor:pointer;width:100%;float:left;font-weight:700;margin-bottom:6px;display:block}.listivo-checkbox-policy .wpcf7-acceptance input[type=checkbox]{position:absolute;visibility:hidden;width:20px;height:20px;top:0;left:0px}.listivo-checkbox-policy .wpcf7-acceptance input[type=checkbox]+span:before{display:block;position:absolute;content:"";border-radius:var(--radius-xs);height:20px;width:20px;left:0px;top:0px;border:1px
solid rgba(0, 0, 0, 0.1);background:var(--white)}.listivo-checkbox-policy .wpcf7-acceptance input[type=checkbox]+span:after{display:block;position:absolute;content:"\f00c";position:absolute;font-family:"Font Awesome 5 Free";left:5px;font-weight:900;color:var(--white);font-size:11px;top:2px;height:20px;width:20px;top:0px;left:0;visibility:hidden;text-align:center;background:var(--e-global-color-lprimary1);border-radius:var(--radius-xs)}.listivo-checkbox-policy .wpcf7-acceptance input[type=checkbox]:checked+span:before{background:transparent}.listivo-checkbox-policy .wpcf7-acceptance input[type=checkbox]:checked+span:after{visibility:visible}.listivo-checkbox-policy .wpcf7-list-item-label{padding-left:31px;display:inline-block;font-size:16px;line-height:20px;font-weight:normal;float:left}.listivo-contact-3-fields{display:flex;align-items:center;flex-direction:column}.listivo-contact-3-fields:after{clear:both;content:"";display:table}.listivo-contact-3-fields&gt;div{float:left;width:100%;margin:0
8px}@media screen and (min-width: 768px){.listivo-contact-3-fields{margin:0
-8px;flex-direction:row;justify-content:space-between}.listivo-contact-3-fields&gt;div{float:left;width:33.33%;margin:0
8px}}.listivo-contact-2-fields{display:flex;align-items:center;flex-direction:column}.listivo-contact-2-fields:after{clear:both;content:"";display:table}.listivo-contact-2-fields&gt;div{float:left;width:100%;margin:0
8px}@media screen and (min-width: 768px){.listivo-contact-2-fields{margin:0
-8px;flex-direction:row;justify-content:space-between}.listivo-contact-2-fields&gt;div{float:left;width:50%;margin:0
8px}}.listivo-checkbox-policy-white .wpcf7-list-item-label{color:var(--white) !important}@media screen and (min-width: 768px){.listivo-contact-additional-spacings input[type=text],
.listivo-contact-additional-spacings input[type=email],
.listivo-contact-additional-spacings input[type=number],
.listivo-contact-additional-spacings input[type=tel],
.listivo-contact-additional-spacings input[type=text],
.listivo-contact-additional-spacings input[type=url],
.listivo-contact-additional-spacings
textarea{margin-bottom:30px}.listivo-contact-additional-spacings .wpcf7-submit{margin-top:15px}.listivo-contact-additional-spacings .listivo-contact-3-fields&gt;div{margin:0
15px}}@media screen and (min-width: 768px) and (min-width: 768px){.listivo-contact-additional-spacings .listivo-contact-3-fields{margin:0
-15px}.listivo-contact-additional-spacings .listivo-contact-3-fields&gt;div{margin:0
15px}}.wpcf7-form-control-wrap{display:block;position:relative}.wpcf7-form-control-wrap:after{clear:both;content:"";display:table}.wpcf7-not-valid{border:1px
solid red !important}.wpcf7-not-valid::placeholder{color:red !important}.wpcf7-not-valid-tip{white-space:nowrap;box-shadow:1px 1px 0 0 rgba(196, 196, 196, 0.24);position:absolute;left:0;bottom:-15px;display:inline-block;background:#232732;padding:7px
15px;font-size:14px !important;line-height:1 !important;color:#fff;margin:4px
12px -6px 8px;border-radius:4px;z-index:2}.wpcf7-not-valid-tip:after{content:"";position:absolute;top:-9px;left:20px;width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:9px solid #232732}.wpcf7-response-output{margin:20px
0 0 0 !important;border:1px
solid var(--e-global-color-lprimary1) !important;background:var(--e-global-color-lprimary3);color:var(--e-global-color-lprimary1);font-size:14px;line-height:16px;padding:15px
!important;border-radius:10px;text-align:center;min-height:48px !important}.listivo-subscribe{background:var(--white);border-radius:var(--radius-xl);max-width:540px;padding:15px;margin-left:auto;margin-right:auto}@media screen and (min-width: 768px){.listivo-subscribe{max-width:none;padding:0
10px 0 30px;margin:0;height:85px;display:flex;align-items:center}}.listivo-subscribe input[type=email]{border:none;font-weight:400;flex-grow:1;font-size:18px;width:100%;text-align:center}.listivo-subscribe input[type=email]::placeholder{font-size:18px}@media (max-width: 767px){.listivo-subscribe input[type=email]{border:1px
solid var(--border-color);margin-bottom:10px}}@media screen and (min-width: 768px){.listivo-subscribe input[type=email]{width:auto;padding-left:0;text-align:left}}@media (max-width: 767px){.listivo-subscribe .listivo-button{padding-right:15px;padding-left:15px}.listivo-subscribe .listivo-button .listivo-button__icon{display:none}}@media screen and (max-width: 767px) and (min-width: 768px){.listivo-subscribe{margin-top:0;width:auto}}@media (min-width: 768px) and (max-width: 1024px){.listivo-subscribe .listivo-button{width:auto}}@media (min-width: 1025px) and (max-width: 1100px){.listivo-heading-mc4wp .elementor-heading-title.elementor-size-large{font-size:32px !important;max-width:420px}}@media (min-width: 1101px) and (max-width: 1199px){.listivo-heading-mc4wp .elementor-heading-title.elementor-size-large{font-size:36px !important;max-width:470px}}.listivo-button-outline-v1{position:relative;background-color:var(--white);border:1px
solid var(--border-color);border-radius:var(--radius-m);font-weight:500;height:46px;padding:0
15px 0 23px;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;transition:0.2s ease;font-size:14px;line-height:25px;cursor:pointer}.listivo-button-outline-v1__icon{height:calc(100% + 2px);display:flex;align-items:center;color:var(--white);background-color:var(--content-medium);padding:0
13px 0 22px;clip-path:polygon(22% 0, 100% 0, 100% 100%, 0% 100%);transition:0.2s ease;margin-right:-15px;margin-left:16px}.listivo-button-outline-v1__icon
svg{transition:0.2s ease;fill:var(--senary)}.listivo-button-outline-v1:hover{border-color:var(--e-global-color-lprimary1);background:var(--e-global-color-lprimary1);color:var(--white)}.listivo-button-outline-v1:hover .listivo-button-outline-v1__icon{background:var(--e-global-color-lprimary2)}.listivo-button-outline-v1:hover
svg{fill:var(--white)}.listivo-button-outline{position:relative;background-color:var(--white);border:1px
solid var(--border-color);border-radius:var(--radius-m);font-weight:600;height:57px;padding:0
20px 0 25px;display:inline-flex;align-items:center;justify-content:center;transition:0.2s ease;font-size:16px;line-height:25px;cursor:pointer}.listivo-button-outline:hover{border-color:var(--e-global-color-lprimary1)}.listivo-button-outline .listivo-button-outline__icon{border-top-right-radius:var(--radius-m);border-bottom-right-radius:var(--radius-m);height:calc(100% + 2px);display:flex;align-items:center;color:var(--white);background-color:var(--e-global-color-lprimary1);padding:0
22px 0 35px;clip-path:polygon(22% 0, 100% 0, 100% 100%, 0% 100%);transition:0.2s ease;margin-right:-21px;margin-left:21px;position:relative;right:-1px}.listivo-button-outline--v2 .listivo-button-outline__icon{background-color:var(--content-dark)}.listivo-button-outline--v2:hover{border-color:var(--content-dark)}.listivo-button-outline--v3{font-size:14px;padding:0
15px 0 23px;height:46px}.listivo-button-outline--v3 .listivo-button-outline__icon{background-color:var(--content-medium);padding:0
13px 0 22px;margin-right:-16px;margin-left:16px}.listivo-button-outline--v3 .listivo-button-outline__icon
svg{transition:0.2s ease;fill:var(--senary)}.listivo-button-outline--v3 .listivo-button-outline__icon
i{transition:0.2s ease;color:var(--senary)}.listivo-button-outline--v3:hover{border-color:var(--content-dark)}.listivo-button-outline--v3:hover .listivo-button-outline__icon{background:var(--content-dark)}.listivo-button-outline--v3:hover
svg{fill:var(--white)}.listivo-button-outline--v4{padding-right:89px;text-align:center;width:100%;height:54px;text-transform:uppercase}.listivo-button-outline--v4 .listivo-button-outline__icon{height:100%;position:absolute;right:0;top:0;margin-right:0}.listivo-button-outline--v4 .listivo-button-outline__icon
svg{height:20px;stroke:#fff}.listivo-button-outline--v5{font-size:14px;padding:0
15px 0 23px;height:50px}.listivo-button-outline--v5 .listivo-button-outline__icon{background-color:var(--content-medium);padding:0
13px 0 22px;margin-right:-16px;margin-left:16px}.listivo-button-outline--v5 .listivo-button-outline__icon
i{transition:0.2s ease;color:var(--content-dark)}.listivo-button-outline--v5:hover{border-color:var(--e-global-color-lprimary1);background:var(--e-global-color-lprimary1);color:var(--white)}.listivo-button-outline--v5:hover .listivo-button-outline__icon{background:var(--e-global-color-lprimary2)}.listivo-button-outline--v5:hover
i{color:var(--white)}.listivo-button-outline-v6{position:relative;background-color:var(--white);border:2px
solid var(--e-global-color-lprimary1);border-radius:var(--radius-m);font-weight:600;height:61px;padding:0
20px 0 25px;display:inline-flex;align-items:center;justify-content:center;transition:0.2s ease;font-size:16px;line-height:25px;cursor:pointer;text-transform:uppercase}.listivo-button-outline-v6:hover{border-color:var(--e-global-color-lprimary1)}.listivo-button-outline-v6 .listivo-button-outline__icon{border-top-right-radius:var(--radius-m);border-bottom-right-radius:var(--radius-m);height:calc(100% + 2px);display:flex;align-items:center;color:var(--white);background-color:var(--e-global-color-lprimary1);padding:0
22px 0 35px;clip-path:polygon(22% 0, 100% 0, 100% 100%, 0% 100%);transition:0.2s ease;margin-right:-21px;margin-left:21px}.listivo-button-outline-v6:hover{color:var(--e-global-color-lprimary1)}@media (max-width: 767px){.listivo-button--envelope-animation{width:100% !important;padding:0
!important;text-align:center !important;display:block}.listivo-button--envelope-animation .listivo-button__icon{display:none}}.listivo-button--envelope-animation .fa-envelope{display:none;position:relative;top:2px}.listivo-button--envelope-animation:not(:disabled):hover .fa-envelope{display:inline}.listivo-button--envelope-animation:not(:disabled):hover .fa-envelope-open{display:none}.listivo-button-pill{padding:13px
27px;background:var(--e-global-color-lprimary1);border-radius:var(--radius-xxl);color:var(--white);font-size:14px;line-height:18px;font-weight:500;transition:0.2s ease}.listivo-button-pill:hover{background-color:var(--e-global-color-lsecondary1)}.listivo-button--with-progress-animation{min-width:120px}.listivo-button--with-progress-animation
span{transition:0.2s ease}.listivo-button--with-progress-animation .listivo-loader{position:absolute;opacity:0;z-index:0}.listivo-button--with-progress-animation.listivo-button--with-progress-animation--active
span{opacity:0}.listivo-button--with-progress-animation.listivo-button--with-progress-animation--active .listivo-loader{opacity:1;z-index:5;transform:scale(0.6)}.listivo-loader{z-index:2;opacity:1;position:absolute;left:0;height:30px;margin:0
auto;right:0;width:120px;transition:0.2s ease;background-image:url("data:image/svg+xml, %3Csvg width='120' height='30' viewBox='0 0 120 30' xmlns='http://www.w3.org/2000/svg' fill='%23fff' class='listivo-animation-svg' %3E%3Ccircle cx='15' cy='15' r='15'%3E%3Canimate attributeName='r' from='15' to='15' begin='0s' dur='0.8s' values='15;9;15' calcMode='linear' repeatCount='indefinite'/%3E%3Canimate attributeName='fill-opacity' from='1' to='1' begin='0s' dur='0.8s' values='1;.5;1' calcMode='linear' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='60' cy='15' r='9' fill-opacity='0.3'%3E%3Canimate attributeName='r' from='9' to='9' begin='0s' dur='0.8s' values='9;15;9' calcMode='linear' repeatCount='indefinite'/%3E%3Canimate attributeName='fill-opacity' from='0.5' to='0.5' begin='0s' dur='0.8s' values='.5;1;.5' calcMode='linear' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='105' cy='15' r='15'%3E%3Canimate attributeName='r' from='15' to='15' begin='0s' dur='0.8s' values='15;9;15' calcMode='linear' repeatCount='indefinite'/%3E%3Canimate attributeName='fill-opacity' from='1' to='1' begin='0s' dur='0.8s' values='1;.5;1' calcMode='linear' repeatCount='indefinite'/%3E%3C/circle%3E%3C/svg%3E")}.listivo-loader-big{display:block;width:100%;padding:100px
0 130px 0}.listivo-loader-big .listivo-loader{background-image:url("data:image/svg+xml, %3Csvg width='120' height='30' viewBox='0 0 120 30' xmlns='http://www.w3.org/2000/svg' fill='%230b4355' class='listivo-animation-svg' %3E%3Ccircle cx='15' cy='15' r='15'%3E%3Canimate attributeName='r' from='15' to='15' begin='0s' dur='0.8s' values='15;9;15' calcMode='linear' repeatCount='indefinite'/%3E%3Canimate attributeName='fill-opacity' from='1' to='1' begin='0s' dur='0.8s' values='1;.5;1' calcMode='linear' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='60' cy='15' r='9' fill-opacity='0.3'%3E%3Canimate attributeName='r' from='9' to='9' begin='0s' dur='0.8s' values='9;15;9' calcMode='linear' repeatCount='indefinite'/%3E%3Canimate attributeName='fill-opacity' from='0.5' to='0.5' begin='0s' dur='0.8s' values='.5;1;.5' calcMode='linear' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='105' cy='15' r='15'%3E%3Canimate attributeName='r' from='15' to='15' begin='0s' dur='0.8s' values='15;9;15' calcMode='linear' repeatCount='indefinite'/%3E%3Canimate attributeName='fill-opacity' from='1' to='1' begin='0s' dur='0.8s' values='1;.5;1' calcMode='linear' repeatCount='indefinite'/%3E%3C/circle%3E%3C/svg%3E")}.listivo-loader-chat{display:block;width:100%;position:relative;padding:0}.listivo-loader-chat .listivo-loader{background-image:url("data:image/svg+xml, %3Csvg width='120' height='30' viewBox='0 0 120 30' xmlns='http://www.w3.org/2000/svg' fill='%230b4355' class='listivo-animation-svg' %3E%3Ccircle cx='15' cy='15' r='15'%3E%3Canimate attributeName='r' from='15' to='15' begin='0s' dur='0.8s' values='15;9;15' calcMode='linear' repeatCount='indefinite'/%3E%3Canimate attributeName='fill-opacity' from='1' to='1' begin='0s' dur='0.8s' values='1;.5;1' calcMode='linear' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='60' cy='15' r='9' fill-opacity='0.3'%3E%3Canimate attributeName='r' from='9' to='9' begin='0s' dur='0.8s' values='9;15;9' calcMode='linear' repeatCount='indefinite'/%3E%3Canimate attributeName='fill-opacity' from='0.5' to='0.5' begin='0s' dur='0.8s' values='.5;1;.5' calcMode='linear' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='105' cy='15' r='15'%3E%3Canimate attributeName='r' from='15' to='15' begin='0s' dur='0.8s' values='15;9;15' calcMode='linear' repeatCount='indefinite'/%3E%3Canimate attributeName='fill-opacity' from='1' to='1' begin='0s' dur='0.8s' values='1;.5;1' calcMode='linear' repeatCount='indefinite'/%3E%3C/circle%3E%3C/svg%3E")}.listivo-primary-button, .wp-block-search .wp-block-search__button,
.widget.widget_search.widget_block .wp-block-search__button, .woocommerce-form-coupon button.button,
.listivo-post input[type=submit]{background-color:var(--e-global-color-lprimary1);color:#fff;font-family:var(--font-text);font-size:18px;font-weight:400;text-transform:uppercase;display:inline-flex;align-items:center;padding:0;border-radius:8px;overflow:hidden;transition:0.2s ease;min-height:57px;height:1px}.listivo-primary-button:hover, .wp-block-search .wp-block-search__button:hover,
.widget.widget_search.widget_block .wp-block-search__button:hover, .woocommerce-form-coupon button.button:hover,
.listivo-post input[type=submit]:hover{background-color:var(--e-global-color-lsecondary1)}.listivo-primary-button:hover .listivo-primary-button__icon, .wp-block-search .wp-block-search__button:hover .listivo-primary-button__icon,
.widget.widget_search.widget_block .wp-block-search__button:hover .listivo-primary-button__icon, .woocommerce-form-coupon button.button:hover .listivo-primary-button__icon,
.listivo-post input[type=submit]:hover .listivo-primary-button__icon{background-color:var(--e-global-color-lsecondary2)}.listivo-primary-button__text{padding:0
30px;font-weight:500;display:block;flex:1;text-align:center}.listivo-primary-button__icon{padding-left:31px;padding-right:21px;background-color:var(--e-global-color-lprimary2);display:flex;height:100%;align-items:center;clip-path:polygon(22% 0, 100% 0, 100% 100%, 0% 100%);transition:0.2s ease}.listivo-primary-button__icon
svg{stroke:#fff;width:24px}.listivo-primary-button__icon
img{width:24px}.listivo-primary-button--full-width{width:100%}@media only screen and (max-width: 767px){.listivo-primary-button--mobile-full-width{width:100%}}@media (min-width: 768px) and (max-width: 1199px){.listivo-primary-button--tablet-full-width{width:100%}}.listivo-primary-button--icon .listivo-primary-button__text{padding-right:20px}@media (max-width: 768px){.listivo-primary-button--hide-icon-mobile .listivo-primary-button__text{padding:0
30px}.listivo-primary-button--hide-icon-mobile .listivo-primary-button__icon{display:none}}@media (min-width: 768px) and (max-width: 1025px){.listivo-primary-button--hide-icon-tablet .listivo-primary-button__text{padding:0
30px}.listivo-primary-button--hide-icon-tablet .listivo-primary-button__icon{display:none}}.listivo-primary-button--loading{position:relative}.listivo-primary-button--loading:before{content:"";position:absolute;width:120px;height:30px;z-index:2;transform:scale(0.6);left:50%;top:50%;margin-left:-60px;margin-top:-15px;background-image:url("data:image/svg+xml, %3Csvg width='120' height='30' viewBox='0 0 120 30' xmlns='http://www.w3.org/2000/svg' fill='%23fff' class='listivo-animation-svg' %3E%3Ccircle cx='15' cy='15' r='15'%3E%3Canimate attributeName='r' from='15' to='15' begin='0s' dur='0.8s' values='15;9;15' calcMode='linear' repeatCount='indefinite'/%3E%3Canimate attributeName='fill-opacity' from='1' to='1' begin='0s' dur='0.8s' values='1;.5;1' calcMode='linear' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='60' cy='15' r='9' fill-opacity='0.3'%3E%3Canimate attributeName='r' from='9' to='9' begin='0s' dur='0.8s' values='9;15;9' calcMode='linear' repeatCount='indefinite'/%3E%3Canimate attributeName='fill-opacity' from='0.5' to='0.5' begin='0s' dur='0.8s' values='.5;1;.5' calcMode='linear' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='105' cy='15' r='15'%3E%3Canimate attributeName='r' from='15' to='15' begin='0s' dur='0.8s' values='15;9;15' calcMode='linear' repeatCount='indefinite'/%3E%3Canimate attributeName='fill-opacity' from='1' to='1' begin='0s' dur='0.8s' values='1;.5;1' calcMode='linear' repeatCount='indefinite'/%3E%3C/circle%3E%3C/svg%3E")}.listivo-primary-button--loading:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background-color:var(--e-global-color-lprimary1)}.listivo-primary-button--height-46{height:47px;min-height:47px}.listivo-primary-button--height-61{height:61px;min-height:61px}.listivo-primary-button--height-65{height:65px;min-height:65px}.listivo-primary-outline-button{border-radius:8px;border:1px
solid #e4ebf0;background-color:#fff;color:#222;font-family:var(--font-text);font-size:16px;font-weight:400;text-transform:uppercase;display:inline-flex;transition:0.2s ease;min-height:54px;height:1px;align-items:center;overflow:hidden}.listivo-primary-outline-button:hover{border-color:var(--e-global-color-lprimary1)}.listivo-primary-outline-button__text{padding:0
20px;display:block;flex:1;text-align:center;transition:0.2s ease;font-weight:600}.listivo-primary-outline-button__icon{color:#fff;background-color:var(--e-global-color-lprimary1);display:flex;height:calc(100% + 1px);align-items:center;justify-content:center;clip-path:polygon(22% 0, 100% 0, 100% 100%, 0% 100%);transition:0.2s ease;width:55px;padding-left:7px;position:relative;right:-1px;top:-1px}.listivo-primary-outline-button__icon
svg{width:24px;stroke:#fff}.listivo-primary-outline-button__icon
img{width:24px}.listivo-primary-outline-button--full-width{width:100%}.listivo-primary-outline-button--height-57{height:57px}.listivo-checkbox:after{clear:both;content:"";display:table}@media (min-width: 1024px){.listivo-checkbox:hover{color:var(--e-global-color-lprimary1) !important}.listivo-checkbox:hover
label{color:var(--e-global-color-lprimary1) !important}}.listivo-checkbox
label{transition:0.2s ease}.listivo-checkbox
input{position:absolute;opacity:0}.listivo-checkbox input+label{font-size:16px;line-height:20px;display:block;position:relative;cursor:pointer;min-height:20px;padding:0
0 0 30px}.listivo-checkbox input+label:before{position:absolute;top:0;left:0;content:"";display:inline-block;vertical-align:text-top;width:20px;height:20px;background:var(--white);border:1px
solid #ddd;border-radius:var(--radius-xs)}.listivo-checkbox input:disabled+label{color:#b8b8b8;cursor:auto}.listivo-checkbox input:disabled+label:before{box-shadow:none;background:red}.listivo-checkbox input:checked+label:before{background:var(--e-global-color-lprimary1);border-color:var(--e-global-color-lprimary1)}.listivo-checkbox input:checked+label:after{content:"\f00c";position:absolute;font-family:"Font Awesome 5 Free";left:5px;font-weight:900;color:var(--white);font-size:11px;top:0}.listivo-checkbox input:checked+label{color:var(--septenary)}.listivo-checkbox--big input+label:before{width:30px;height:30px}.listivo-checkbox--big input+label{padding-top:5px;padding-left:48px}.listivo-listing-carousel-with-tabs .listivo-arrow{border-radius:var(--radius-rounded);width:3.75rem;height:3.75rem;background-color:var(--white);border:0.0625rem solid var(--border-color);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-m);transition:all 0.3s}.listivo-listing-carousel-with-tabs .listivo-arrow
svg{color:#222}.listivo-listing-carousel-with-tabs .listivo-arrow i, .listivo-listing-carousel-with-tabs .listivo-arrow
svg{transition:0.2s ease}@media (min-width: 1024px){.listivo-listing-carousel-with-tabs .listivo-arrow:hover{background-color:var(--content-dark);border:0.0625rem solid var(--content-dark)}.listivo-listing-carousel-with-tabs .listivo-arrow:hover
svg{fill:#fff !important}.listivo-listing-carousel-with-tabs .listivo-arrow:hover
i{color:var(--white);transition:0.2s ease}}.listivo-pagination .listivo-pagination-desktop{display:none}@media (min-width: 768px){.listivo-pagination .listivo-pagination-desktop{display:flex}}.listivo-pagination .listivo-pagination-mobile{display:none}@media (max-width: 767px){.listivo-pagination .listivo-pagination-mobile{display:block;margin-top:-10px;margin-bottom:-10px}}.listivo-pagination--blog{margin-top:70px;margin-bottom:70px}@media screen and (min-width: 1025px){.listivo-pagination--blog{margin-top:90px;margin-bottom:50px}}.listivo-pagination--listings{margin-top:70px}@media (max-width: 767px){.listivo-pagination--listings{margin-top:50px}}.listivo-pagination-desktop{align-items:center;justify-content:flex-start;flex-wrap:wrap;flex-direction:row;line-height:55px;color:var(--septenary);display:none}.listivo-pagination-desktop .listivo-pagination-desktop__inner{margin:0
auto -10px auto}.listivo-pagination-desktop .listivo-pagination-desktop__arrow{display:inline-block;float:left;width:50px;height:50px;line-height:48px;border-radius:var(--radius-rounded);cursor:pointer;text-align:center;border:1px
solid transparent;transition:0.2s ease}.listivo-pagination-desktop .listivo-pagination-desktop__arrow
i{font-size:14px;line-height:50px;vertical-align:top}@media (min-width: 1024px){.listivo-pagination-desktop .listivo-pagination-desktop__arrow:hover{border-color:var(--e-global-color-lprimary1)}.listivo-pagination-desktop .listivo-pagination-desktop__arrow:hover
*{color:var(--e-global-color-lprimary1)}}.listivo-pagination-desktop .listivo-pagination-desktop__arrow--left{margin-right:5px}.listivo-pagination-desktop .listivo-pagination-desktop__arrow--right{margin-left:5px}.listivo-pagination-desktop .listivo-pagination-desktop__arrow--disabled{visibility:hidden}.listivo-pagination-desktop .listivo-pagination-desktop__page{display:inline-block;width:50px;text-align:center;float:left;font-size:16px;line-height:48px;margin-right:5px;padding-left:10px;padding-right:10px;margin-bottom:10px;margin-left:5px;transition:0.2s ease;border-radius:var(--radius-rounded);border:1px
solid var(--border-color);cursor:pointer}@media (min-width: 1024px){.listivo-pagination-desktop .listivo-pagination-desktop__page:hover{color:var(--e-global-color-lprimary1);border-color:var(--e-global-color-lprimary1)}.listivo-pagination-desktop .listivo-pagination-desktop__page:hover
a{color:var(--e-global-color-lprimary1)}}.listivo-pagination-desktop .listivo-pagination-desktop__page:first-child{margin-left:0px}.listivo-pagination-desktop .listivo-pagination-desktop__page:last-child{margin-right:0px}.listivo-pagination-desktop .listivo-pagination-desktop__page:not(.listivo-pagination-desktop__page--active):hover{color:var(--e-global-color-lprimary1);border:1px
solid var(--e-global-color-lprimary1)}.listivo-pagination-desktop .listivo-pagination-desktop__page--active{background:var(--e-global-color-lprimary1) !important;border-color:var(--e-global-color-lprimary1) !important;color:var(--white) !important}.listivo-pagination-desktop .listivo-pagination-desktop__page--active:hover{color:var(--white)}.listivo-pagination-desktop .listivo-pagination-desktop__page--dots{border-color:transparent !important;color:#222 !important;cursor:initial}.listivo-pagination-desktop .listivo-pagination-desktop__page--dots:hover{color:#222;border-color:transparent;cursor:initial}.listivo-pagination-mobile{font-size:24px;line-height:24px;text-align:center;display:flex;align-items:center;justify-content:center}.listivo-pagination-mobile
span{display:inline-block}.listivo-pagination-mobile .listivo-pagination-mobile__start{color:var(--e-global-color-lprimary1);margin-right:10px}.listivo-pagination-mobile .listivo-pagination-mobile__end{margin-left:10px}.listivo-pagination-mobile .listivo-pagination-mobile__arrow{display:inline-block;min-width:50px;line-height:48px;border-radius:var(--radius-rounded);height:50px;text-align:center;font-size:16px;cursor:pointer;border:1px
solid var(--border-color)}.listivo-pagination-mobile .listivo-pagination-mobile__arrow--disabled{opacity:0;z-index:-1}.listivo-pagination-mobile .listivo-pagination-mobile__arrow--left{margin-right:17px}.listivo-pagination-mobile .listivo-pagination-mobile__arrow--right{margin-left:17px}.listivo-menu-classic{min-height:100px;background:var(--content-dark)}.listivo-menu-classic .listivo-menu__wrapper .listivo-logo{min-width:0;padding-right:50px}.listivo-menu-classic .listivo-menu__container&gt;.menu&gt;ul&gt;div&gt;a{color:#fff}.listivo-menu-classic .listivo-menu-classic__inner{max-width:1650px;margin-left:auto;margin-right:auto}@media screen and (min-width: 1200px){.listivo-menu-classic .listivo-menu&gt;.menu-item&gt;.listivo-menu__link{text-align:center}}.listivo-menu-classic .listivo-logo,
.listivo-menu-classic .listivo-menu&gt;.menu-item&gt;.listivo-menu__link{color:var(--white) !important}@media (max-width: 1199px){.listivo-menu-classic .listivo-logo{justify-content:start}}.listivo-menu-classic .listivo-menu-icon{fill:var(--white)}@media (min-width: 1200px){.listivo-menu-classic .listivo-menu&gt;.menu-item{margin-right:35px}}.listivo-menu-classic .listivo-menu-icon-wrapper{background:#FFFFFF1A}.listivo-menu-classic .listivo-menu-hover+.menu&gt;ul{display:flex;align-items:center;flex-wrap:wrap;padding-top:40px;padding-bottom:40px}.listivo-menu-classic .listivo-menu-hover+.menu&gt;ul&gt;div{font-size:16px;font-weight:500;margin-right:35px}@media (max-width: 1199px){.listivo-menu-classic .listivo-mobile-menu__nav &gt; .menu ul&gt;div{padding-top:21px;padding-bottom:21px;border-bottom:1px solid var(--content-dark)}.listivo-menu-classic .listivo-mobile-menu__nav &gt; .menu ul &gt; div .listivo-menu__link{font-size:20px;line-height:28px;font-weight:400;color:var(--white);padding-left:25px;padding-right:25px}.listivo-menu-classic .listivo-mobile-menu__nav &gt; .menu ul&gt;div:last-of-type{border:none;margin-bottom:-35px}}.listivo-layout{padding:0
15px}@media screen and (min-width: 1025px){.listivo-layout{padding:0
30px;display:flex;justify-content:center;flex-wrap:nowrap}}.listivo-layout__content{padding-right:0;margin:50px
auto 0;width:100%;max-width:750px}@media screen and (min-width: 1025px){.listivo-layout__content{margin-top:70px;margin-bottom:50px;max-width:780px;margin-left:initial;margin-right:initial;padding-right:30px}}.listivo-layout__content--no-sidebar{max-width:1140px;margin-left:auto;margin-right:auto;padding:0}.listivo-layout__sidebar{margin-left:auto;margin-right:auto;width:100%;margin-top:50px;margin-bottom:50px;max-width:750px}@media screen and (min-width: 1025px){.listivo-layout__sidebar{margin-top:70px;margin-bottom:100px;margin-left:initial;margin-right:initial;width:360px}}@media (min-width: 1025px) and (max-width: 1200px){.listivo-layout__sidebar{min-width:360px}}.listivo-layout__sidebar .wp-block-calendar{padding:0
!important;margin:0
!important}.listivo-layout__sidebar .wp-block-quote{margin:0}.listivo-layout__sidebar .wp-block-quote
cite{margin-top:10px;display:block}.listivo-layout__sidebar .widget.widget_block&gt;ul{list-style-type:disc}.listivo-layout__sidebar .widget.widget_block&gt;ol{list-style-type:disc}.listivo-layout__sidebar .widget.widget_block &gt; ul, .listivo-layout__sidebar .widget.widget_block&gt;ol{margin-left:20px}.listivo-layout__sidebar .widget.widget_block &gt; ul li, .listivo-layout__sidebar .widget.widget_block &gt; ol
li{list-style:initial}.listivo-posts--archive{margin-bottom:50px}.listivo-post{color:var(--text-2);font-size:16px;line-height:1.75}.listivo-post
a{transition:0.2s ease}@media screen and (min-width: 768px){.listivo-post{overflow:hidden;border:1px
solid var(--border-color);padding:0
45px;border-radius:var(--radius-l);margin-bottom:50px}}.listivo-post-inner:after{clear:both;content:"";display:table}.listivo-post-inner&gt;*:last-child{margin-bottom:35px}.listivo-post-inner&gt;*:last-child:after{clear:both;content:"";display:table}@media screen and (min-width: 768px){.listivo-post-inner&gt;*:last-child{margin-bottom:35px}}.listivo-post-inner
iframe{max-width:100%}.listivo-post-inner pre, .listivo-post-inner
code{font-family:monospace;white-space:pre-wrap;word-wrap:break-word}.listivo-post-inner .wp-block-latest-posts,
.listivo-post-inner .wp-block-archives{margin-bottom:25px !important}@media screen and (min-width: 768px){.listivo-post-inner .wp-block-latest-posts,
.listivo-post-inner .wp-block-archives{margin-bottom:35px !important}}.listivo-post-content{padding-bottom:25px}.listivo-post-text{margin-top:25px;margin-bottom:25px}@media screen and (min-width: 768px){.listivo-post-text{margin-top:35px;margin-bottom:35px}}.listivo-post-text&gt;*:last-child{margin-bottom:0}.listivo-post-text:after{clear:both;content:"";display:table}.listivo-post-widget-image{height:400px;position:relative;margin-bottom:25px;border-radius:var(--radius-l)}@media screen and (min-width: 768px){.listivo-post-widget-image{margin-bottom:0;margin-left:-45px;margin-right:-45px}}.listivo-post-widget-image
img{display:block;border-radius:var(--radius-l);transition:0.2s ease;width:100%;height:100%;left:0;top:0;object-fit:cover}.listivo-post-image{margin-bottom:25px;border-radius:var(--radius-l)}@media screen and (min-width: 768px){.listivo-post-image{margin-bottom:0;margin-left:-45px;margin-right:-45px}}.listivo-post-image
img{display:block;border-radius:var(--radius-l);transition:0.2s ease}@media screen and (min-width: 768px){.listivo-post-content-end{display:flex;justify-content:space-between}}.listivo-post-social-share{margin:35px
0 0px 0}@media screen and (min-width: 768px){.listivo-post-social-share{margin:15px
0 35px 0}}@media (max-width: 767px){.listivo-post-social-share .listivo-social-share{text-align:left}}@media screen and (min-width: 768px){.page .listivo-post{padding-top:25px;padding-bottom:25px}}.listivo-post h1,
.listivo-post h2,
.listivo-post h3,
.listivo-post h4,
.listivo-post h5,
.listivo-post
h6{font-family:var(--font-heading);color:#222732;line-height:1.24;margin-top:25px;margin-bottom:25px}@media screen and (min-width: 768px){.listivo-post h1,
.listivo-post h2,
.listivo-post h3,
.listivo-post h4,
.listivo-post h5,
.listivo-post
h6{margin-top:35px;margin-bottom:35px}}.listivo-post
h1{line-height:1.27;font-family:var(--font-heading);font-size:28px;letter-spacing:-0.28px}@media screen and (min-width: 768px){.listivo-post
h1{font-size:42px;letter-spacing:-1.05px}}.listivo-post
h2{line-height:1.27;font-family:var(--font-heading);line-height:1.2;font-weight:700;font-size:26px;letter-spacing:-0.26px}@media screen and (min-width: 768px){.listivo-post
h2{font-size:36px;letter-spacing:-0.36px}}.listivo-post
h3{line-height:1.27;font-family:var(--font-heading);font-weight:700;font-size:24px;letter-spacing:-0.24px}@media screen and (min-width: 768px){.listivo-post
h3{font-size:30px;letter-spacing:-0.3px}}.listivo-post
h4{line-height:1.27;font-family:var(--font-heading);font-weight:700;font-size:22px;letter-spacing:-0.22px}@media screen and (min-width: 768px){.listivo-post
h4{font-size:24px;letter-spacing:-0.24px}}.listivo-post
h5{line-height:1.27;font-family:var(--font-heading);font-size:20px;font-weight:700;letter-spacing:-0.2px}.listivo-post
h6{line-height:1.27;font-family:var(--font-heading);font-size:20px;font-weight:700;letter-spacing:-0.2px;font-size:18px}.listivo-post&gt;a{color:var(--e-global-color-lprimary1)}.listivo-post&gt;a:hover{text-decoration:underline}.listivo-post
hr{border:none;border-bottom:1px solid #444}.listivo-post ul
li{list-style-type:disc}.listivo-post ol
li{list-style-type:decimal}.listivo-post ul,
.listivo-post
ol{padding:0
0 0 20px;line-height:20px;margin-left:0;margin-top:25px;margin-bottom:25px}@media screen and (min-width: 768px){.listivo-post ul,
.listivo-post
ol{margin-top:35px;margin-bottom:35px}}.listivo-post ul ul,
.listivo-post ul ol,
.listivo-post ol ul,
.listivo-post ol
ol{margin-top:10px;margin-bottom:10px}.listivo-post ul li,
.listivo-post ol
li{margin-bottom:10px}.listivo-post ul li:last-of-type,
.listivo-post ol li:last-of-type{margin-bottom:0}.listivo-post
p{margin-top:25px;margin-bottom:25px}@media screen and (min-width: 768px){.listivo-post
p{margin-top:35px;margin-bottom:35px}}.listivo-post input[type=password]{max-width:300px;margin-right:7px;margin-left:12px}.listivo-post input[type=submit]{padding:0
30px;cursor:pointer;height:64px}.listivo-post
big{font-size:2em;font-weight:700}.listivo-post
table{color:#181d28;text-align:left;border-collapse:collapse;font-size:16px;line-height:20px}.listivo-post table th,
.listivo-post table
td{padding:10px;border:1px
solid #e5e5e5}.listivo-post
figure.alignleft{margin-right:25px}@media screen and (min-width: 768px){.listivo-post
figure.alignleft{margin-right:35px}}.listivo-post
figure.alignright{margin-left:25px}@media screen and (min-width: 768px){.listivo-post
figure.alignright{margin-left:35px}}.listivo-post
figure.aligncenter{margin-left:auto;margin-right:auto}.listivo-post
dl{width:100%;overflow:hidden;padding:0;margin:0}.listivo-post dl
dt{line-height:1.27;font-family:var(--font-heading);font-size:20px;font-weight:700;letter-spacing:-0.2px;padding:0;margin:0
0 15px 0}.listivo-post dl
dd{padding:0;margin:0
0 35px 0}.listivo-post
table{margin-bottom:25px}@media screen and (min-width: 768px){.listivo-post
table{margin-bottom:35px}}.listivo-post-author{display:flex;align-items:center}.listivo-post-author
img{width:50px;height:50px;border-radius:50%;float:left;margin-right:12px}.listivo-post-author-image
img{margin-right:12px}.listivo-styled-list{margin-left:9px !important}.listivo-styled-list:after{clear:both;content:"";display:table}.listivo-styled-list
li{width:100%;position:relative;padding:0
40px 0 0;margin-right:-30px;float:left;text-align:left;color:var(--text-2);font-weight:500}.listivo-styled-list li::marker{color:transparent}.listivo-styled-list li:before{content:url("data:image/svg+xml; utf8,&lt;svg version='1.0' xmlns='http://www.w3.org/2000/svg' width='13px' viewBox='0 0 121.000000 121.000000' preserveAspectRatio= 'xMidYMid meet' &gt;&lt;g transform= 'translate(0.000000,121.000000) scale(0.100000,-0.100000)' fill= 'rgb(218, 28, 46)' stroke= 'none'&gt; &lt;path d= 'M1127 1196 c-3 -8 -23 -18 -44 -21 -21 -3 -67 -14 -103 -25 -124 -35 -185 -51 -240 -64 -30 -7 -71 -18 -90 -24 -40 -13 -128 -37 -210 -56 -30 -7 -77 -21 -103 -30 -26 -9 -57 -16 -67 -16 -11 0 -46 -9 -77 -19 -32 -11 -76 -22 -98 -26 -46 -8 -65 -21 -65 -44 0 -21 820 -841 841 -841 23 0 36 19 44 65 4 22 15 66 26 98 10 31 19 66 19 77 0 10 7 41 16 67 9 26 23 73 30 103 19 82 43 170 56 210 6 19 17 60 24 90 13 55 29 116 64 240 11 36 22 82 25 103 3 21 13 41 21 44 9 3 14 19 14 44 0 39 0 39 -39 39 -25 0 -41 -5 -44 -14z m-78 -149 c11 -14 -1 -90 -32 -192 -19 -65 -35 -126 -51 -195 -7 -30 -20 -77 -29 -105 -20 -63 -44 -151 -62 -234 -15 -64 -38 -111 -55 -111 -12 0 -610 598 -610 610 0 17 47 40 111 55 83 18 171 42 234 62 28 9 75 22 105 29 70 16 131 32 195 52 48 14 148 38 171 41 6 0 17 -5 23 -12z '/&gt;&lt;/g&gt;&lt;/svg&gt;");display:block;width:13px;height:13px;margin:0
0 0 -27px;position:absolute;left:0;top:0}.listivo-blog-heading-content{margin-bottom:-12px !important}@media screen and (min-width: 768px){.listivo-blog-spacing-big{margin-top:60px !important;margin-bottom:60px !important}}.listivo-blog-remove-content-gaps{display:flex}@media screen and (min-width: 768px){.listivo-blog-remove-content-gaps{margin-right:-45px;margin-left:-45px}}.listivo-blog-remove-content-gaps&gt;.wp-block-column:first-of-type{margin-bottom:25px}@media screen and (min-width: 768px){.listivo-blog-remove-content-gaps&gt;.wp-block-column:first-of-type{margin-bottom:0;margin-right:15px}}@media screen and (min-width: 768px){.listivo-blog-remove-content-gaps&gt;.wp-block-column:last-of-type{margin-left:15px}}.listivo-post-meta{border-bottom:1px solid var(--border-color);padding-bottom:13px;margin-bottom:25px;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center}.listivo-post-meta
a{transition:0.2s ease}@media screen and (min-width: 768px){.listivo-post-meta{padding:20px
0 8px 0}}.listivo-post-meta:after{clear:both;content:"";display:table}.listivo-post-meta__single{margin-bottom:12px;display:inline-block;font-size:14px;line-height:18px;margin-right:15px;font-weight:500;position:relative}@media screen and (min-width: 768px){.listivo-post-meta__single{margin-right:35px;width:auto}.listivo-post-meta__single
span{float:left}}.listivo-post-meta__single a:hover{color:var(--e-global-color-lprimary1)}.listivo-post-meta__single
i{font-size:16px;line-height:18px;color:var(--e-global-color-lprimary1);margin-right:8px;float:left}@media (min-width: 768px){.listivo-post-meta__single:after{content:"";position:absolute;top:50%;margin-top:-2px;right:-19px;height:5px;width:5px;border-radius:50%;background:var(--e-global-color-lsupport1)}.listivo-post-meta__single:last-of-type:after{display:none}}.listivo-post-meta__single
svg{position:relative;top:1px;height:16px;float:left;fill:var(--e-global-color-lprimary1);margin-right:7px}.listivo-post-meta__single--date
svg{height:16px}.listivo-post-meta__single--user
svg{height:16px}.listivo-post-meta__single--comments
svg{top:2px;height:13px}.listivo-post-meta__single--categories
i{font-size:14px;position:relative;top:3px;line-height:13px;color:var(--e-global-color-lprimary1);margin-right:8px}.listivo-post-meta__single--categories
span{float:initial;display:inline}.post-nav-links{width:100%;margin:70px
0;font-family:var(--font-heading);font-size:24px;font-weight:700;letter-spacing:0.24px;display:flex;align-items:center}.post-nav-links .post-page-numbers{font-family:var(--font-text);display:inline-block;width:50px;text-align:center;font-size:16px;font-weight:400;line-height:48px;margin-right:5px;margin-left:5px;padding-left:10px;padding-right:10px;cursor:pointer;transition:0.2s ease;border:1px
solid var(--border-color);border-radius:50%;letter-spacing:0}.post-nav-links .post-page-numbers:first-child{margin-left:35px}.post-nav-links .post-page-numbers.current{background:var(--e-global-color-lprimary1);color:var(--white)}.post-nav-links .post-page-numbers.current:hover{color:var(--white)}.post-nav-links .post-page-numbers:hover{color:var(--e-global-color-lprimary1);border-color:var(--e-global-color-lprimary1)}.listivo-post-inner+p.post-nav-links{margin-top:15px}h1.listivo-post-title{line-height:1.27;font-family:var(--font-heading);font-size:28px;letter-spacing:-0.28px;margin-bottom:25px;word-break:break-word}@media screen and (min-width: 768px){h1.listivo-post-title{font-size:42px;letter-spacing:-1.05px}}@media screen and (min-width: 768px){h1.listivo-post-title{margin-top:40px;margin-bottom:35px}}h1.listivo-post-title b, h1.listivo-post-title
strong{font-weight:900}.listivo-post-tags{margin:25px
0 0 0 !important}@media screen and (min-width: 768px){.listivo-post-tags{margin:15px
0 35px 0 !important}}.listivo-post-tags:after{clear:both;content:"";display:table}.listivo-post blockquote:not(.has-text-color){color:var(--white);background:var(--content-dark)}.listivo-post .listivo-post-inner&gt;blockquote{margin-top:25px;margin-bottom:25px}@media screen and (min-width: 768px){.listivo-post .listivo-post-inner&gt;blockquote{margin-top:35px;margin-bottom:35px;margin-left:-45px;margin-right:-45px}}.listivo-post
blockquote{position:relative;font-size:24px;font-family:var(--font-heading);line-height:1.333;font-weight:700;overflow:hidden;padding:30px
20px !important;background:var(--white)}.listivo-post blockquote
cite{font-style:normal}@media screen and (min-width: 768px){.listivo-post
blockquote{padding:75px
70px !important}}.listivo-post blockquote
p{padding:0;margin:0
0 25px 0}.listivo-post blockquote a:hover{text-decoration:underline}.listivo-post blockquote
strong{font-weight:900}.listivo-post blockquote cite, .listivo-post blockquote
em{font-family:var(--font-heading);font-size:18px;font-weight:700;display:block}.listivo-post blockquote
cite{text-align:left}.listivo-post blockquote
br{display:none}.listivo-post blockquote:after{content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='95' height='71' viewBox='0 0 95 71'%3E%3Cg%3E%3Cg clip-path='url(%23clip-7263)' opacity='.1'%3E%3Cpath fill='%23fff' d='M41.365.685c0 18.168-.248 28.483-.445 32.137-.589 18.369-3.458 31.774-8.608 40.216-5.15 8.443-14.149 12.664-27.001 12.664L1.044 70.594c7.063 0 11.845-2.395 14.346-7.183 2.502-4.792 3.43-12.807 3.43-22.781H.03V.685zm52.607 0c0 18.168.198 28.681 0 32.336-.588 18.368-2.92 31.575-8.07 40.017-5.15 8.443-14.15 12.664-27.001 12.664l-4.268-15.108c7.064 0 11.846-2.395 14.347-7.183 2.502-4.792 4.325-12.807 4.325-22.781H52.638V.685z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");font-size:95px;position:absolute;bottom:0px;right:45px;height:71px;width:95px;text-align:left}.wp-block-quote{margin-top:25px;margin-bottom:25px}@media screen and (min-width: 768px){.wp-block-quote{margin-top:35px;margin-bottom:35px;margin-left:-45px;margin-right:-45px}}.wp-block-quote.blockquote{margin-top:25px;margin-bottom:25px;background:var(--content-dark);color:var(--white)}@media screen and (min-width: 768px){.wp-block-quote.blockquote{margin-top:35px;margin-bottom:35px;margin-left:-45px;margin-right:-45px}}.wp-block-quote.blockquote cite, .wp-block-quote.blockquote
em{color:#85a1aa}.wp-block-quote cite, .wp-block-quote
em{color:#85a1aa}.wp-block-pullquote{padding:0;background:var(--content-light);text-align:left}.wp-block-pullquote
blockquote{max-width:none !important}.wp-block-pullquote[style*=border-color]{border:5px
solid transparent}.wp-block-column .wp-block-quote{margin-left:0;margin-right:0;padding:30px
25px !important}.wp-block-column .wp-block-quote
p{margin-bottom:5px}.has-background{position:relative}.has-background
blockquote{position:static;background:inherit}.has-background blockquote
cite{color:inherit}.listivo-blog-title{margin:0;text-align:center;padding:70px
15px;background:url("/wp-content/themes/listivo-package/listivo/assets/css/assets/img/header-bg.jpg") no-repeat;background-size:cover;line-height:1.27;font-family:var(--font-heading);font-size:30px;letter-spacing:-0.3px;font-weight:700}@media screen and (min-width: 768px){.listivo-blog-title{font-size:42px;letter-spacing:-1.05px}}@media screen and (min-width: 1200px){.listivo-blog-title{font-size:54px;letter-spacing:-1.35px}}@media screen and (min-width: 1200px){.listivo-blog-title{padding-top:120px;padding-bottom:120px}}.listivo-404{text-align:center;margin:50px
0}@media screen and (min-width: 768px){.listivo-404{margin:70px
0}}.listivo-404 .listivo-shape
svg{width:219px !important}.listivo-404-img{width:100%}@media (max-width: 767px){.listivo-404-img{max-width:360px}}.listivo-404-title{color:var(--content-dark);font-size:178px;font-weight:900;line-height:1em;margin-top:-129px}@media (max-width: 767px){.listivo-404-title{margin-top:-60px;font-size:100px}}.listivo-404-subtitle{font-family:var(--font-heading);font-weight:700;font-size:30px;line-height:1.27;letter-spacing:-0.3px;margin:21px
0 60px 0}@media (max-width: 767px){.listivo-404-subtitle{margin-bottom:30px}}.listivo-footer{background:#061b23;padding:70px
15px}@media screen and (min-width: 1200px){.listivo-footer{padding-top:100px;padding-bottom:100px}}.listivo-footer__inner{text-align:center;color:#bababa}.alignleft{display:inline;float:left;margin-right:20px;margin-top:5px;margin-bottom:5px}.alignright{display:inline;float:right;margin-left:20px;margin-top:5px;margin-bottom:5px}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.wp-caption{max-width:100%;margin-bottom:25px !important}@media screen and (min-width: 768px){.wp-caption{margin-bottom:35px !important}}.wp-block-separator{background:var(--border-color);height:1px;margin-top:35px;margin-bottom:35px}.wp-block-separator.is-style-dots{border:none;border-style:dashed;border-left:0;border-right:0;border-top:0}.wp-block-separator.is-style-dots:before{content:none}.wp-block-image{margin-top:25px;margin-bottom:25px;line-height:0}@media screen and (min-width: 768px){.wp-block-image{margin-top:35px;margin-bottom:35px}}.wp-block-image .alignright,
.wp-block-image .alignleft,
.wp-block-image
figure{margin-top:5px;margin-bottom:5px}.wp-block-image
figcaption{margin-bottom:0;font-size:14px;font-weight:400;line-height:17px;margin-top:5px}.wp-block-image figcaption,
.wp-block-embed
figcaption{margin-bottom:0;color:var(--text-2);font-family:Inter;font-size:12px;font-weight:500;margin-top:10px}.wp-block-gallery .blocks-gallery-grid{padding-left:0}.wp-block-gallery .blocks-gallery-caption{margin-bottom:30px}.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption .wp-caption-text{margin:6px
0 0 0;font-size:13px}.wp-caption-text{text-align:left}.wp-caption.alignleft{margin:0;padding:5px
0 5px 0}.wp-caption.alignright{margin:0;padding:5px
0 5px 0}.screen-reader-text{display:none;overflow:hidden}.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail{max-width:100%;height:auto}.iframe-wrapper
iframe{max-height:500px}.bypostauthor{display:block}.mejs-container{margin-bottom:30px}.clearfix:after{clear:both;content:"";display:table}.wp-block-gallery:after{clear:both;content:"";display:table}.wp-block-embed{margin-top:25px;margin-bottom:25px}@media screen and (min-width: 768px){.wp-block-embed{margin-top:35px;margin-bottom:35px}}.gallery{margin:0
-5px 35px}.gallery .gallery-item{padding:0
5px;margin:0
0 15px 0}.gallery
a{position:relative;display:block}.gallery-item{display:inline-block;text-align:left;vertical-align:top;width:100%;max-width:100%}.gallery-item
img{width:100%;display:block}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}@media (max-width: 767px){.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item{max-width:100%}}.gallery-caption{display:block;font-size:12px;line-height:14px;margin:0;font-style:italic;text-align:center;padding:10px
10px 0 10px}.tiled-gallery-item
a{position:relative;display:block;overflow:hidden}.tiled-gallery-item a:after{content:"";position:absolute;top:2px;left:2px;display:block;height:99%;opacity:0;width:99%;background:var(--black)}@media (min-width: 1024px){.tiled-gallery-item a:hover:after{background:var(--black);opacity:0.3}}.sticky{border-color:var(--e-global-color-lprimary1) !important}.wp-block-button
a{border-radius:var(--radius-l);font-size:17px;line-height:21px;font-weight:600;padding:16px
25px 16px 25px;margin-bottom:10px}.wp-block-button a:hover{text-decoration:none}.wp-block-button.is-style-squared
a{border-radius:0 !important}.wp-block-button:not(.is-style-outline) a{background:var(--e-global-color-lprimary1)}.wp-block-button:not(.is-style-outline) a:hover{background:var(--e-global-color-lsecondary1)}.wp-block-button.is-style-outline
a{border-color:var(--e-global-color-lprimary1);color:var(--e-global-color-lprimary1)}.wp-block-button.is-style-outline a:hover{background:var(--e-global-color-lprimary1);color:#fff}.wp-block-button:not(.is-style-outline) .wp-block-button__link{color:var(--white)}.wp-block-button__link{transition:0.2s ease}.is-style-outline&gt;.wp-block-button__link:not(.has-text-color),.wp-block-button__link.is-style-outline:not(.has-text-color){color:var(--e-global-color-lprimary1)}.wp-block-columns{margin-top:25px;margin-bottom:25px}@media (min-width: 1200px){.wp-block-columns{margin-top:35px;margin-bottom:35px}}.wp-block-columns-no-gaps{margin-left:-15px;margin-right:-15px}@media (min-width: 768px){.wp-block-columns-no-gaps{margin-left:-30px;margin-right:-30px}}@media (min-width: 1200px){.wp-block-columns-no-gaps{margin-left:-45px;margin-right:-45px}}.wp-block-cover{margin-top:25px;margin-bottom:25px}@media screen and (min-width: 768px){.wp-block-cover{margin-top:35px;margin-bottom:35px}}.wp-block-cover p.wp-block-cover-text{color:#fff}.wp-block-cover.alignleft,.wp-block-cover.alignright{margin-top:5px;margin-bottom:5px}.wp-block-latest-posts,.wp-block-latest-comments,.wp-block-archives{padding-left:0 !important}.wp-block-latest-posts li::marker,
.wp-block-latest-comments li::marker,
.wp-block-archives li::marker{color:transparent !important}.listivo-blog-card-wrapper{width:100%}.listivo-blog-card-wrapper:last-child .listivo-blog-card{margin-bottom:0}.listivo-blog-card{border-radius:var(--radius-l);overflow:hidden;border:1px
solid var(--border-color);background-color:var(--white);margin-bottom:30px}.listivo-blog-card
img{border-radius:var(--radius-l)}@media screen and (min-width: 1200px){.listivo-blog-card{margin-bottom:70px}}.listivo-blog-card__image-static
img{display:block}.listivo-blog-card__content{padding:25px
20px}@media screen and (min-width: 600px){.listivo-blog-card__content{padding:45px}}@media (min-width: 1025px) and (max-width: 1100px){.listivo-blog-card__content{padding:25px
20px}}.listivo-blog-card__title{line-height:1.27;font-family:var(--font-heading);font-weight:700;font-size:24px;letter-spacing:-0.24px;text-align:center;margin-bottom:15px;display:block;word-wrap:break-word}@media screen and (min-width: 768px){.listivo-blog-card__title{font-size:30px;letter-spacing:-0.3px}}.listivo-blog-card__title
a{transition:0.2s ease}@media screen and (min-width: 600px){.listivo-blog-card__title{text-align:left;margin-bottom:20px}}.listivo-blog-card__title a:hover{color:var(--e-global-color-lprimary1)}.listivo-blog-card__author{margin:0
6px 15px;font-size:14px;line-height:18px;font-weight:400}.listivo-blog-card__author:after{clear:both;content:"";display:table}@media screen and (min-width: 600px){.listivo-blog-card__author{display:flex;align-items:center;margin:0;float:left}.listivo-blog-card__author:after{content:none}}.listivo-blog-card__author
img{float:left;width:50px;height:50px;border-radius:50%}.listivo-blog-card__author
a{transition:0.2s ease;white-space:nowrap}.listivo-blog-card__author a:hover{color:var(--e-global-color-lprimary1)}.listivo-blog-card__author
i{float:left;color:var(--e-global-color-lprimary1);margin-right:7px;top:1px;position:relative;font-size:16px}.listivo-blog-card__author
span{float:left}.listivo-blog-card__author
svg{float:left;fill:var(--e-global-color-lprimary1);margin-right:8px;width:16px;transition:0.2s ease}.listivo-blog-card__author-avatar-link{margin-right:12px}.listivo-blog-card__author-avatar-link
img{transition:0.2s ease}.listivo-blog-card__author-avatar-link:hover
img{filter:brightness(1.05)}.listivo-blog-card__date{font-size:14px;line-height:18px;text-align:center;margin:0
6px 15px}@media screen and (min-width: 600px){.listivo-blog-card__date{margin:0;text-align:left}}.listivo-blog-card__date
span{float:left}.listivo-blog-card__date
svg{float:left;fill:var(--e-global-color-lprimary1);margin-right:8px;width:16px;transition:0.2s ease}.listivo-blog-card__date
i{float:left;color:var(--e-global-color-lprimary1);margin-right:7px;font-size:16px}.listivo-blog-card__excerpt{color:var(--text-2);margin-bottom:25px;text-align:center;font-size:15px;line-height:26px}@media screen and (min-width: 600px){.listivo-blog-card__excerpt{margin-bottom:35px;text-align:left;font-size:16px;line-height:28px}}.listivo-blog-card__bottom{width:100%}@media screen and (min-width: 600px){.listivo-blog-card__bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border-color);padding-top:35px;margin-top:35px}}.listivo-blog-card__meta--top{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center}.listivo-blog-card__meta--top:after{clear:both;content:"";display:table}@media screen and (min-width: 600px){.listivo-blog-card__meta--top{display:none}}.listivo-blog-card__meta--top .listivo-blog-card__author
img{float:left;width:30px;margin-top:-5px;height:30px}.listivo-blog-card__meta--bottom{display:none}@media screen and (min-width: 600px){.listivo-blog-card__meta--bottom{display:flex;align-items:center}}.listivo-blog-card__bottom-button{margin-left:auto;text-align:center;margin-top:25px}@media screen and (min-width: 600px){.listivo-blog-card__bottom-button{margin-top:0;text-align:center}}.listivo-blog-card__dot{display:none;width:5px;height:5px;margin-left:15px;margin-right:15px;background:var(--e-global-color-lsupport1);border-radius:var(--radius-rounded)}@media screen and (min-width: 600px){.listivo-blog-card__dot{display:inline-block}}@media (min-width: 1024px){.elementor-widget-container .listivo-blog-card__image-static{position:relative;height:400px;display:block}.elementor-widget-container .listivo-blog-card__image-static
img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.elementor-widget-container .listivo-post-image{position:relative;height:400px;display:block}.elementor-widget-container .listivo-post-image
img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}}
/*!* Comment notes - e.g. "Your email address will not be published. Required fields are marked" *!*/

/*!* Logged in - only textarea + post comment button *!*/

/*!* Comment cookie consent - e.g. "Save my name, email, and website in this browser for the next time I comment." *!*/

/*!* Comments *!*/
.listivo-user-address-wrapper{display:flex;width:100%}.listivo-user-address{display:flex;padding-left:30px;position:relative}.listivo-user-address
svg{stroke:var(--e-global-color-lprimary1);height:20px;position:absolute;left:0;top:0}.listivo-hero:after{clear:both;content:"";display:table}.listivo-hero .listivo-popular-wrapper{margin-top:30px}@media (min-width: 1025px){.listivo-hero .listivo-popular-wrapper{margin-top:45px}}@media (max-width: 1024px){.listivo-hero .listivo-popular{color:#fff;margin-bottom:5px;max-width:548px;margin-left:auto;margin-right:auto}.listivo-hero .listivo-popular
a{color:#fff}}@media (min-width: 768px) and (max-width: 1024px){.listivo-hero .listivo-popular{max-width:none;justify-content:center}}.listivo-hero .listivo-shape-triangle{position:absolute;top:-10px;left:46px}.listivo-hero .listivo-shape-triangle
svg{fill:var(--e-global-color-lsupport1)}@media (max-width: 1024px){.listivo-hero{min-width:auto !important}}.listivo-hero__inner{max-width:1710px;padding-left:15px;padding-right:15px;margin:auto}@media screen and (min-width: 1025px){.listivo-hero__inner{padding-left:30px;padding-right:30px}}.listivo-hero__top{position:relative}@media (min-width: 1025px){.listivo-hero__top{display:inline-block}}.listivo-hero__top
h1{color:#fff;text-align:center}@media (min-width: 1025px){.listivo-hero__top
h1{color:#222;text-align:left}}.listivo-pretty-heading{font-family:var(--font-heading);font-weight:700;font-style:normal;line-height:normal;font-size:20px;text-align:center;color:#fff;position:relative;z-index:2;letter-spacing:-0.6px}@media (min-width: 1025px){.listivo-pretty-heading{font-size:24px;text-align:left;color:var(--e-global-color-lprimary1)}}.listivo-pretty-heading
svg{position:absolute;right:33px;top:-64px;width:36px;height:39px;fill:#eff9fc}@media (max-width: 1024px){.listivo-pretty-heading
svg{display:none}}.listivo-hero__main{position:relative;display:inline-block;z-index:20;margin-top:45px;margin-bottom:45px;width:100%}@media (min-width: 768px){.listivo-hero__main{margin-top:70px;margin-bottom:70px}}@media (min-width: 1025px){.listivo-hero__main{margin-top:100px;margin-bottom:100px}}.listivo-hero__search-form{margin-top:30px;margin-left:auto;margin-right:auto}@media (max-width: 1024px){.listivo-hero__search-form{max-width:540px}}@media (min-width: 1025px){.listivo-hero__search-form{max-width:none;margin-top:60px}}.listivo-hero__cloud{display:none}@media (min-width: 1025px){.listivo-hero__cloud{display:block;position:absolute;top:-30px;left:-59px}}.listivo-hero__images{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%}@media (min-width: 1025px){.listivo-hero__images{opacity:1;left:50%;height:645px}}@media (min-width: 1025px){.listivo-hero__images{left:630px}}@media (min-width: 1400px){.listivo-hero__images{left:700px}}@media (min-width: 1724px){.listivo-hero__images{left:820px}}.listivo-hero__image:after{content:"";width:100%;height:100%;display:block;position:absolute;left:0;right:0;background:rgba(0, 0, 0, 0.5);z-index:3}@media (min-width: 1025px){.listivo-hero__image:after{display:none}}.listivo-hero__images-container{display:flex;position:relative;height:100%}.listivo-hero__circle-pattern{position:absolute;top:6px;left:-102px;background:url("/wp-content/themes/listivo-package/listivo/assets/css/assets/img/pattern.png") no-repeat;width:121px;height:133px;z-index:0}.listivo-hero__image{position:relative;width:100%;height:100%;overflow:hidden}@media (min-width: 1025px){.listivo-hero__image{width:600px;clip-path:url(#listivo-hero-image)}}@media (min-width: 1200px){.listivo-hero__image{width:300px}}@media (min-width: 1260px){.listivo-hero__image{width:350px}}@media (min-width: 1281px){.listivo-hero__image{width:400px}}@media (min-width: 1500px){.listivo-hero__image{width:450px}}@media (min-width: 1600px){.listivo-hero__image{width:500px}}@media (min-width: 1800px){.listivo-hero__image{width:600px}}.listivo-hero__image
img{width:100%;height:100% !important;object-fit:cover;position:absolute;top:0;left:0}.listivo-hero__image--second{display:none}.listivo-hero__image--second
img{display:none}@media (min-width: 1200px){.listivo-hero__image--second{display:block;margin-top:15px;margin-left:25px}.listivo-hero__image--second
img{display:block}}.listivo-hero__arrow{display:none}@media (min-width: 1025px){.listivo-hero__arrow{display:block;position:absolute;right:-97px;bottom:-13px}.listivo-hero__arrow
svg{fill:var(--e-global-color-lprimary1);width:71px;height:71px;transform:scaleX(-1)}}.listivo-hero__image-clip{z-index:-1;position:absolute;right:100vw;pointer-events:none;width:600px;height:630px;transform:translateZ(0) !important;will-change:transform !important}.listivo-hero__subheading{position:relative;margin-bottom:10px}@media (min-width: 1025px){.listivo-hero__subheading{margin-bottom:15px}}.listivo-hero__wave
svg{fill:var(--e-global-color-lsupport1);position:absolute;bottom:35px;left:-95px}@media (max-width: 1024px){.listivo-hero__wave{display:none}}.listivo-hero__arrow-up
svg{fill:var(--e-global-color-lsupport1);position:absolute;bottom:-81px;left:53px}@media (max-width: 1024px){.listivo-hero__arrow-up{display:none}}.listivo-hero-search-v2{display:flex;align-items:center;justify-content:center;background-position:center;background-size:cover;position:relative;height:auto}@media (min-width: 1025px){.listivo-hero-search-v2{height:800px}}.listivo-hero-search-v2__content{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:10;width:100%;padding:0
15px}.listivo-hero-search-v2__arrow{position:absolute;right:-78px;top:3px;width:55px;height:41px;fill:#fff;display:none}@media (min-width: 1025px){.listivo-hero-search-v2__arrow{display:block}}.listivo-hero-search-v2__arrow
svg{width:100%;height:100%;transform:scaleX(-1)}.listivo-hero-search-v2__heading{color:#fff;font-family:var(--font-heading);font-size:48px;font-weight:700;text-align:center;letter-spacing:-1.2px;margin-bottom:35px;position:relative;margin-top:100px}@media (max-width: 1024px){.listivo-hero-search-v2__heading{max-width:500px}}.listivo-hero-search-v2__heading
span{position:relative}.listivo-hero-search-v2__heading span:after{content:url("data:image/svg+xml; utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 165 8' %3E%3Cpath d='M 164.10 1.11 C 163.56 2.58 164.25 4.89 161.99 4.68 C 144.33 5.01 126.66 4.60 109.00 5.15 C 73.38 6.40 37.76 6.90 2.12 6.96 C 1.77 6.37 1.41 5.78 1.06 5.19 C 13.81 2.39 26.06 2.99 38.98 2.49 C 45.99 2.19 52.99 2.25 60.00 2.10 C 94.53 1.30 129.59 -0.69 164.10 1.11 Z' fill='%23ffc14a'/%3E%3C/svg%3E");width:88%;position:absolute;bottom:-15px;left:-5px;z-index:-1}.listivo-hero-search-v2__search-form{display:flex;align-items:center;justify-content:center;width:100%}@media (max-width: 1024px){.listivo-hero-search-v2__search-form{max-width:540px !important}}.listivo-hero-search-v2__search-form&gt;div{width:100%}.listivo-hero-search-v2__mask{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:0.75}.listivo-hero-search-v2__terms{margin-top:72px;width:100%;display:flex;justify-content:center;flex-wrap:wrap}.listivo-hero-search-v2__term{margin:0
13.5px;margin-bottom:27px;display:flex;flex-direction:column;min-width:100px;padding:15px
10px;height:90px;border-radius:10px;border:1px
solid #fff;align-items:center;justify-content:space-between;color:#fff;font-family:var(--font-textnt);font-size:11px;font-weight:400;text-align:center;text-transform:uppercase;transition:0.2s ease}.listivo-hero-search-v2__term:hover{background-color:var(--e-global-color-lprimary1);border-color:var(--e-global-color-lprimary1)}.listivo-hero-search-v2__icon{width:35px}.listivo-hero-search-v2__icon
svg{width:100%;height:auto;fill:#fff}.listivo-hero-search-v3{margin:0
auto;position:relative;max-width:1650px;display:flex}@media (min-width: 1200px){.listivo-hero-search-v3{min-height:775px;padding-top:175px}}.listivo-hero-search-v3__content{max-width:1200px;width:100%;padding:0
15px;position:relative;z-index:10;display:flex;flex-direction:column;margin:0
auto}@media (max-width: 1199px){.listivo-hero-search-v3__content{align-items:center;padding-bottom:60px}.listivo-hero-search-v3__content .listivo-hero-search-v3__search-form{margin-top:60px}.listivo-hero-search-v3__content .listivo-hero-search-v3__heading{font-size:42px;line-height:48px;font-weight:700}.listivo-hero-search-v3__content .listivo-hero-search-v3__small-heading{font-size:30px;margin-bottom:12px}.listivo-hero-search-v3__content .listivo-hero-search-v3__wave{display:none}.listivo-hero-search-v3__content .listivo-hero-search-v3__circle{display:none}}@media (min-width: 1200px){.listivo-hero-search-v3__content{flex-direction:row;justify-content:space-between}}.listivo-hero-search-v3__heading-container{display:flex;flex-direction:column;margin-top:170px;position:relative}.listivo-hero-search-v3__small-heading{color:var(--e-global-color-lprimary1);font-family:var(--font-text);font-size:38px;font-weight:400;letter-spacing:-0.95px;margin-bottom:24px}.listivo-hero-search-v3__heading{color:var(--text-1);font-family:var(--font-text);font-size:70px;line-height:77px;font-weight:800;position:relative}@media (max-width: 1199px){.listivo-hero-search-v3__heading{text-align:center}}.listivo-hero-search-v3__heading
span{position:relative}.listivo-hero-search-v3__heading span:after{content:url("data:image/svg+xml; utf8,&lt;svg version='1.0' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 913.000000 42.000000' preserveAspectRatio='xMidYMid meet'&gt;&lt;g transform='translate(0.000000,42.000000) scale(0.100000,-0.100000)' fill='rgb(255, 193, 74)' stroke='none'&gt;&lt;path d='M7962 404 c-11 -12 -33 -14 -100 -12 -48 1 -240 -1 -427 -5 -187 -4 -506 -10 -710 -13 -354 -5 -415 -7 -603 -19 -185 -11 -867 -23 -1392 -25 -124 -1 -360 -6 -525 -11 -385 -14 -451 -15 -1170 -23 -411 -5 -646 -12 -745 -22 -86 -9 -301 -17 -530 -20 -244 -3 -422 -10 -485 -19 -90 -13 -202 -18 -640 -30 -77 -2 -189 -11 -250 -19 -60 -9 -151 -16 -202 -16 -50 0 -103 -4 -116 -9 -33 -13 -40 -47 -21 -109 l17 -52 193 0 c123 0 194 4 194 10 0 6 14 10 30 10 17 0 30 -4 30 -10 0 -15 107 -13 112 2 5 13 100 18 562 32 115 4 263 11 330 16 67 5 312 14 546 20 234 5 529 14 655 20 234 10 529 16 1255 25 637 8 931 14 1270 25 173 5 506 15 740 21 675 17 689 17 820 28 69 5 217 10 330 11 271 1 727 18 815 30 39 5 254 9 478 10 452 0 580 9 635 46 l32 22 -32 23 c-20 14 -50 24 -77 26 -26 1 -111 7 -191 13 -80 5 -187 10 -238 11 -65 0 -96 5 -106 15 -17 16 -106 19 -106 4 0 -5 -9 -10 -20 -10 -11 0 -20 5 -20 10 0 6 -61 10 -162 10 -133 -1 -165 -4 -176 -16z '/&gt;&lt;/g&gt;&lt;/svg&gt;");width:85%;position:absolute;bottom:-12px;left:0;margin-top:-15px;z-index:-1}.listivo-hero-search-v3__circle{position:absolute;width:158px;height:175px;bottom:-202px;left:433px}.listivo-hero-search-v3__circle
svg{width:100%;height:100%}.listivo-hero-search-v3__wave{position:absolute;left:-101px;top:-63px;width:65px;height:35px}.listivo-hero-search-v3__wave
svg{width:100%}.listivo-hero-search-v3__search-form{max-width:540px;width:100%}.listivo-hero-search-v3__search-form .listivo-field{display:flex;flex-direction:column}.listivo-hero-search-v3__search-form .listivo-field--1{grid-area:unset;grid-gap:20px}.listivo-hero-search-v3__search-form .listivo-field--2{grid-area:unset;grid-gap:20px}.listivo-hero-search-v3__search-form .listivo-field--3{grid-area:unset;grid-gap:20px}.listivo-hero-search-v3__search-form .listivo-field--4{grid-area:unset;grid-gap:20px}.listivo-hero-search-v3__mask-outer{position:absolute;top:-823px;left:195px;z-index:2;width:100%}.listivo-hero-search-v3__mask-outer
svg{width:1984px;height:1613px}.listivo-hero-search-v3__mask-outer svg
path{fill:var(--e-global-color-lprimary3)}.listivo-hero-search-v3__mask-inner{position:absolute;top:-853px;left:174px;z-index:3}.listivo-hero-search-v3__mask-inner
svg{width:1984px;height:1613px}.listivo-hero-search-v3__mask-inner svg
path{fill:var(--e-global-color-lprimary1)}.listivo-hero-search-v3__mask-left{position:absolute;top:-50px;left:-790px}.listivo-hero-search-v3__mask-left
svg{width:909px;height:810px}.listivo-hero-search-v3__mask-left svg
path{fill:var(--e-global-color-lprimary3)}.listivo-hero-search-v3 .listivo-field--double{grid-area:span 1/span 1}.listivo-breadcrumbs-wrapper{overflow:hidden;max-width:100%;margin-bottom:-7px;display:flex}.listivo-breadcrumbs-wrapper--center .listivo-breadcrumbs{justify-content:center}.listivo-breadcrumbs-wrapper--right .listivo-breadcrumbs{justify-content:flex-end}.listivo-breadcrumbs-wrapper:after{clear:both;content:"";display:table}.listivo-breadcrumbs{min-height:10px;display:flex;flex-wrap:wrap}.listivo-breadcrumbs:after{clear:both;content:"";display:table}.listivo-breadcrumbs__single{display:inline-block;color:var(--text-5);white-space:nowrap}.listivo-breadcrumbs__link{display:inline-block;margin-bottom:7px;float:left;transition:0.2s ease}.listivo-breadcrumbs__link:hover{color:var(--e-global-color-lprimary1) !important}.listivo-breadcrumbs__last{color:var(--text-5);margin-bottom:7px}@media (max-width: 767px){.listivo-breadcrumbs__last{padding-right:15px;margin-right:15px}}.listivo-breadcrumbs__separator{display:inline-block;position:relative;margin-left:13px;margin-right:13px}.listivo-breadcrumbs__separator
svg{fill:var(--e-global-color-lprimary1)}.listivo-breadcrumbs{width:100%}@media (max-width: 767px){.listivo-breadcrumbs{display:flex;overflow-x:auto;flex-wrap:nowrap;white-space:nowrap}.listivo-breadcrumbs&gt;*{width:auto;display:inline-flex}.listivo-breadcrumbs&gt;*:first-child{margin-left:15px}.listivo-breadcrumbs&gt;*:last-child{margin-right:15px;padding-right:0}}.listivo-tabs{display:flex;flex-wrap:wrap;margin-bottom:-15px}.listivo-tabs .listivo-tab{border-radius:var(--radius-m);cursor:pointer;height:41px;line-height:41px;display:flex;align-items:center;font-size:16px;font-weight:500;font-style:normal;letter-spacing:normal;text-align:center;padding:0
30px;margin-right:15px;transition:0.2s ease;background:var(--white);margin-bottom:15px}@media screen and (min-width: 1025px){.listivo-tabs .listivo-tab{background:transparent}}.listivo-tabs .listivo-tab:last-of-type{margin-right:0}@media screen and (min-width: 1025px){.listivo-tabs .listivo-tab:hover{color:var(--white);background-color:var(--e-global-color-lprimary1);box-shadow:var(--shadow-m)}}.listivo-tabs .listivo-tab--active{color:var(--white);background-color:var(--e-global-color-lprimary1) !important;box-shadow:var(--shadow-m);border-radius:var(--radius-m)}@media (max-width: 767px){.listivo-tabs{display:flex;overflow-x:auto;flex-wrap:nowrap;white-space:nowrap}.listivo-tabs .listivo-tab{border:1px
solid var(--border-color);background:#fff}.listivo-tabs .listivo-tab--active{background:var(--e-global-color-lprimary1);border-color:var(--e-global-color-lprimary1)}.listivo-tabs&gt;*{width:auto;display:inline-flex}.listivo-tabs&gt;*:first-child{margin-left:15px}.listivo-tabs&gt;*:last-child{margin-right:15px !important}}.listivo-services{margin:0
-15px -35px}@media (min-width: 768px){.listivo-services{display:flex;flex-wrap:wrap;justify-content:space-between}}.listivo-service-wrapper{padding:0
15px;margin-left:auto;margin-right:auto;margin-bottom:35px}@media screen and (min-width: 1025px){.listivo-service-wrapper{display:flex;width:33.333%;padding:0
5px;margin-left:0;margin-right:0}}@media screen and (min-width: 1025px){.listivo-service-wrapper{padding:0
15px}}.listivo-service{max-width:100%;border-radius:var(--radius-l);border:1px
solid var(--border-color);display:flex;align-items:center;margin:0
auto 0 auto;position:relative;padding:40px
30px;flex-direction:column}@media screen and (min-width: 768px){.listivo-service{flex-direction:row;padding:45px}}@media screen and (min-width: 1025px){.listivo-service{flex-direction:column;padding:50px
35px}}@media (min-width: 1100px){.listivo-service{padding:70px
35px}}.listivo-service--no-border{border:0
solid transparent !important}@media screen and (min-width: 1025px){.listivo-service__arrow{content:"";position:absolute;top:50%;margin-top:-52px;right:-4.0625rem;width:8.25rem;height:2.75rem;z-index:1}.listivo-service__arrow
svg{width:132px;height:44px}.listivo-service__arrow
path{fill:var(--e-global-color-lprimary1)}}.listivo-service .listivo-service__image{padding:0
0 30px 0}@media screen and (min-width: 768px){.listivo-service .listivo-service__image{padding:0
35px 0 0}}@media screen and (min-width: 1025px){.listivo-service .listivo-service__image{padding:0
10px 45px 10px}}.listivo-service .listivo-service__image
img{display:block}@media (max-width: 767px){.listivo-service .listivo-service__image
img{height:190px}}@media (min-width: 768px) and (max-width: 1024px){.listivo-service .listivo-service__image
img{height:initial;min-width:190px}}@media screen and (min-width: 1025px){.listivo-service .listivo-service__image
img{height:190px}}.listivo-service__content{display:flex;flex-direction:column;align-items:center;max-width:320px}@media screen and (min-width: 768px){.listivo-service__content{max-width:none}}.listivo-service__title{width:100%;line-height:1.27;font-family:var(--font-heading);font-weight:700;font-size:22px;letter-spacing:-0.22px;margin-bottom:15px;text-align:center;display:block}@media screen and (min-width: 768px){.listivo-service__title{font-size:24px;letter-spacing:-0.24px}}@media screen and (min-width: 768px){.listivo-service__title{text-align:left}}@media (min-width: 768px) and (max-width: 1024px){.listivo-service__title{font-size:30px;letter-spacing:-0.3px;width:90%;margin-right:auto}}@media screen and (min-width: 1025px){.listivo-service__title{margin-bottom:20px;text-align:center}}.listivo-service__text{color:var(--text-2);line-height:28px;text-align:center}@media screen and (min-width: 768px){.listivo-service__text{text-align:left}}@media screen and (min-width: 1025px){.listivo-service__text{text-align:center}}.listivo-testimonials{position:relative;max-width:1920px;margin-top:-30px;margin-left:auto;margin-right:auto}.listivo-testimonials__inner{width:100%;margin:0}.listivo-testimonials__arrows{display:none;flex-wrap:wrap;position:absolute;top:50%;margin-top:-4rem;z-index:1;width:100%}@media (min-width: 1024px){.listivo-testimonials__arrows{display:flex}}.listivo-testimonials__arrow-prev{position:absolute;left:15px}.listivo-testimonials__arrow-next{position:absolute;right:15px}@media (min-width: 1200px){.listivo-testimonials .listivo-swiper-slide-prev .listivo-testimonial{margin-left:45px;margin-right:-15px}.listivo-testimonials .listivo-swiper-slide-active .listivo-testimonial{margin-left:15px;margin-right:15px}.listivo-testimonials .listivo-swiper-slide-next .listivo-testimonial{margin-right:45px;margin-left:-15px}}.listivo-testimonials .listivo-swiper-slide-prev,
.listivo-testimonials .listivo-swiper-slide-next{cursor:pointer}.listivo-testimonials .listivo-swiper-slide-active .listivo-testimonial{box-shadow:var(--shadow-m)}.listivo-testimonials .listivo-swiper-slide-active .listivo-testimonial__icon
i{color:var(--e-global-color-lprimary1)}@media (max-width: 767px){.listivo-testimonials .listivo-swiper-slide{padding-left:15px;padding-right:15px}.listivo-testimonials .listivo-swiper-slide .listivo-testimonial{max-width:540px;margin-left:auto;margin-right:auto}}.listivo-testimonial{border-radius:var(--radius-l);border:1px
solid var(--border-color);background-color:var(--white);padding:50px
30px;margin-left:15px;margin-right:15px;margin-top:30px;transition:box-shadow 0.2s;position:relative}@media screen and (min-width: 1025px){.listivo-testimonial{padding:45px
55px}}@media (min-width: 768px){.listivo-testimonial{margin-left:auto;margin-right:auto}}.listivo-testimonial__top{text-align:center}@media screen and (min-width: 1025px){.listivo-testimonial__top{text-align:left;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap}}.listivo-testimonial__image{width:100px;height:100px;border-radius:var(--radius-rounded);overflow:hidden;margin:0
auto 20px}@media screen and (min-width: 1025px){.listivo-testimonial__image{margin:0
25px 0 0}}.listivo-testimonial__image
img{display:block;object-fit:cover !important;width:100px !important;height:100px !important}.listivo-testimonial__top-content{margin-right:auto;display:flex;flex-direction:column;position:relative;z-index:2}.listivo-testimonial__top-content .listivo-testimonial__top-content__name{font-size:20px;letter-spacing:-0.2px;font-family:var(--font-heading);font-weight:700;margin-bottom:4px}.listivo-testimonial__top-content .listivo-testimonial__top-content__title{font-size:14px;color:var(--text-2)}.listivo-testimonial__text{margin-right:auto;display:flex;flex-direction:column;color:var(--text-2);font-size:16px;font-weight:400;line-height:28px;text-align:center}@media screen and (min-width: 1025px){.listivo-testimonial__text{text-align:left}}.listivo-testimonial__icon{position:absolute;z-index:1;top:35px;right:45px}@media (min-width: 1400px){.listivo-testimonial__icon{top:73px;right:55px}}.listivo-testimonial__icon
i{transition:color 0.2s ease;color:#e4f5f9;font-size:45px}.listivo-testimonial__stars{margin:10px
auto 0;display:flex;flex-wrap:wrap}@media screen and (min-width: 1025px){.listivo-testimonial__stars{margin:10px
0 0 0}}.listivo-testimonial__star{margin-right:0.1875rem;color:#edb510;font-size:11px}.listivo-testimonial__star:last-child{margin-right:0}.listivo-testimonial__bottom{margin-top:2rem;text-align:center}@media screen and (min-width: 1025px){.listivo-testimonial__bottom{text-align:left}}.listivo-testimonial__via{margin-top:34px;position:relative;background-color:var(--content-light);font-size:14px;border-radius:var(--radius-m);height:50px;padding:0
25px;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;transition:0.2s ease}.listivo-testimonial__via--with-icon{padding:0
25px 0 25px}.listivo-testimonial__via-icon{margin-left:15px;margin-right:-25px;height:100%;display:flex;align-items:center;justify-content:center;color:var(--senary);background-color:var(--content-medium);clip-path:polygon(30% 0, 100% 0, 100% 100%, 0% 100%);padding:18px
16px 17px 21px;transition:0.2s ease}@media (min-width: 1280px){.listivo-app .listivo-testimonials .listivo-swiper-slide{width:33.333%}.listivo-app .listivo-testimonials .listivo-swiper-slide:nth-child(1){padding-left:45px}.listivo-app .listivo-testimonials .listivo-swiper-slide:nth-child(2){padding-right:22px;padding-left:22px}.listivo-app .listivo-testimonials .listivo-swiper-slide:nth-child(3){padding-right:45px}}a.listivo-testimonial__via:hover{background:var(--e-global-color-lprimary1);color:#fff}a.listivo-testimonial__via:hover .listivo-testimonial__via-icon{background-color:var(--e-global-color-lprimary2);color:#fff}@media (min-width: 1280px) and (max-width: 1500px){.listivo-testimonial{padding:50px
40px}.listivo-testimonial__image{width:80px;height:80px;margin:0
15px 0 0}.listivo-testimonial__image
img{display:block;object-fit:cover !important;width:80px !important;height:80px !important}.listivo-testimonial__icon{position:absolute;z-index:1;top:68px;right:41px}}.listivo-phone{transition:0.2s ease}.listivo-phone-with-icon{color:var(--e-global-color-lprimary1);position:relative;padding-left:40px;min-height:41px}.listivo-phone-with-icon
svg{position:absolute;top:0;left:0;fill:var(--content-dark);height:41px}.listivo-phone-with-icon
span{font-size:30px;font-weight:700;float:left;font-family:var(--font-text)}.listivo-phone-hidden{width:100%;height:95px;border-radius:var(--radius-l);border:1px
solid var(--border-color);display:flex;align-items:center;justify-content:center;transition:0.2s ease}.listivo-phone-hidden&gt;*{transition:0.2s ease}.listivo-phone-hidden
svg{margin-right:14px;font-size:35px;color:var(--content-dark);color:var(--e-global-color-lprimary1)}.listivo-phone-hidden:hover{border-color:var(--content-dark)}.listivo-phone-hidden__placeholder,.listivo-phone-hidden__number{font-size:24px;line-height:24px;font-weight:800;color:var(--e-global-color-lprimary1)}.listivo-phone-hidden__reveal{font-size:18px;font-weight:400;padding-left:20px;color:#222}@media screen and (min-width: 768px){.listivo-user__hidden-phone--v2
svg{height:47px !important;width:auto !important}.listivo-user__hidden-phone--v2 .listivo-phone-hidden__col{display:flex;flex-direction:column;text-align:left}.listivo-user__hidden-phone--v2 .listivo-phone-hidden__col .listivo-phone-hidden__reveal{margin-top:5px;padding-left:0}}.listivo-cta{position:relative;width:100%;background-size:cover;display:flex}@media screen and (min-width: 1025px){.listivo-cta{height:600px}}.listivo-cta__background{position:absolute;left:0;top:0;width:100%;height:100% !important;object-fit:cover;z-index:2}.listivo-cta__top{display:inline-block;position:relative}.listivo-cta__triangle{position:absolute;right:15px;top:-29px}@media screen and (min-width: 768px){.listivo-cta__triangle{right:-48px}}.listivo-cta__triangle
svg{fill:var(--e-global-color-lsupport1);width:29px;height:29px}.listivo-cta__inner{position:relative;max-width:1200px;z-index:10;width:100%;padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto;text-align:center}@media screen and (min-width: 1025px){.listivo-cta__inner{padding-left:30px;padding-right:30px}}@media screen and (min-width: 1025px){.listivo-cta__inner{text-align:left}}.listivo-cta__arrow{position:absolute;top:195px;width:8.25rem;height:10.75rem;z-index:1}@media screen and (min-width: 768px){.listivo-cta__arrow{right:191px}}@media screen and (min-width: 1025px){.listivo-cta__arrow{right:206px}}.listivo-cta__arrow
svg{fill:var(--e-global-color-lsecondary1)}@media (max-width: 1024px){.listivo-cta__arrow{display:none}}.listivo-cta::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.75);z-index:9}.listivo-cta__first-image{position:absolute;overflow:hidden;z-index:1;top:126px;width:92px;height:92px;border-radius:var(--radius-rounded);border:6px
solid var(--white);right:360px}@media screen and (min-width: 1025px){.listivo-cta__first-image{right:375px}}.listivo-cta__first-image
img{display:block;position:absolute;width:100%;height:100% !important;left:0;top:0;object-fit:cover}@media (max-width: 1024px){.listivo-cta__first-image{display:none}}.listivo-cta__second-image{position:absolute;overflow:hidden;z-index:1;top:342px;right:15px;width:136px;height:136px;border-radius:var(--radius-rounded);border:8px
solid var(--white)}@media screen and (min-width: 768px){.listivo-cta__second-image{right:30px}}.listivo-cta__second-image
img{display:block;position:absolute;width:100%;height:100% !important;left:0;top:0;object-fit:cover}@media (max-width: 1024px){.listivo-cta__second-image{display:none}}.listivo-cta__left{position:relative;display:flex;flex-wrap:wrap;flex-direction:column;padding-top:70px;padding-bottom:70px}@media screen and (min-width: 1025px){.listivo-cta__left{padding-top:100px;padding-bottom:100px}}@media screen and (min-width: 1025px){.listivo-cta__left{padding-top:184px;padding-bottom:160px}}.listivo-cta__small-text{color:var(--white);font-size:24px;font-weight:700;letter-spacing:-0.6px;margin-bottom:20px;display:inline-block;font-family:var(--font-heading)}.listivo-cta__text{position:relative;color:var(--white);margin-bottom:30px;line-height:1.27;font-family:var(--font-heading);font-size:30px;letter-spacing:-0.3px;font-weight:700}@media screen and (min-width: 768px){.listivo-cta__text{margin-bottom:40px}}@media screen and (min-width: 768px){.listivo-cta__text{font-size:42px;letter-spacing:-1.05px}}@media screen and (min-width: 1200px){.listivo-cta__text{font-size:54px;letter-spacing:-1.35px}}@media (max-width: 414px){.listivo-cta__text{font-size:26px}}.listivo-cta__text
span{position:relative;white-space:nowrap}.listivo-cta__text span:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 364 9' %3E%3Cpath d='M 40.01 0.75 C 76.35 0.99 112.64 1.27 148.98 1.82 C 166.98 1.74 185.00 1.93 203.00 2.01 C 223.22 2.31 243.46 2.02 263.68 2.48 C 281.79 3.26 299.91 2.62 318.00 3.57 C 328.67 3.99 339.34 3.84 349.99 4.48 C 354.44 4.64 358.78 4.44 363.14 5.56 C 362.37 6.72 361.59 7.87 360.78 9.00 L 359.90 9.00 C 351.89 8.35 344.01 8.66 336.00 8.45 C 309.34 7.82 282.66 7.38 256.00 7.01 C 208.01 6.61 159.98 6.66 112.00 5.80 C 92.00 5.77 72.00 5.01 52.00 4.97 C 40.33 4.76 28.66 4.72 17.00 4.30 C 11.09 4.02 5.76 4.73 0.00 2.87 L 0.00 2.65 C 13.13 0.90 26.78 0.94 40.01 0.75 Z' fill='%23ffc14a'/%3E%3C/svg%3E");width:100%;position:absolute;left:0;margin-top:-15px;z-index:4;bottom:-10px}@media screen and (min-width: 768px){.listivo-cta__text span:after{bottom:-13px}}@media screen and (min-width: 1200px){.listivo-cta__text span:after{bottom:-17px}}.listivo-social-profiles__single{display:inline-block;width:32px;height:32px;border-radius:var(--radius-rounded);background:var(--content-dark);color:var(--white);margin-right:7px;font-size:14px;text-align:center;line-height:34px;transition:0.2s ease}.listivo-social-profiles__single:hover{background:var(--e-global-color-lprimary1)}.listivo-social-profiles--user .listivo-social-profiles__single{width:35px;height:35px;background:var(--white);color:rgba(11, 67, 85, 0.6)}.listivo-social-profiles--user .listivo-social-profiles__single:hover{color:var(--white);background:var(--e-global-color-lprimary1)}.listivo-social-share{margin:0
-3px;min-width:110px;text-align:right}.listivo-social-share .listivo-social-share__single{width:44px;height:44px;line-height:44px;text-align:center;background-color:#97cdde;border-radius:var(--radius-rounded);margin:0
3px;display:inline-block;color:var(--white);transition:0.2s ease}.listivo-social-share .listivo-social-share__single:hover{filter:brightness(120%)}.listivo-social-share .listivo-social-share__single--twitter{background-color:#38a8e0}.listivo-social-share .listivo-social-share__single--facebook{background-color:#0084ff}.listivo-social-share .listivo-social-share__single--messenger{background-color:#0084ff}@media (min-width: 1025px){.listivo-social-share .listivo-social-share__single--messenger{display:none}}.listivo-social-share .listivo-social-share__single--whatsapp{background-color:#25d366}@media (min-width: 1025px){.listivo-social-share .listivo-social-share__single--whatsapp{display:none}}.listivo-separator{overflow-x:hidden;display:flex}.listivo-separator
svg{fill:var(--border-color)}.listivo-images-with-terms-v2{display:grid;grid-template-columns:repeat(1, 1fr);grid-gap:30px}@media (min-width: 360px){.listivo-images-with-terms-v2{grid-template-columns:repeat(auto-fit, minmax(300px, 1fr))}}.listivo-images-with-terms-v2__term{width:100%;height:314px;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.listivo-images-with-terms-v2__image{position:absolute;left:0;top:0;width:100% !important;height:100% !important;object-fit:cover;z-index:2}.listivo-images-with-terms-v2__label{color:#fff;font-family:var(--font-heading);font-size:30px;font-weight:700;letter-spacing:-0.3px;position:relative;z-index:10;pointer-events:none;text-align:center}.listivo-images-with-terms-v2__count{display:flex;align-items:center;border-radius:20px;background-color:#fff;color:#222;font-family:var(--font-text);font-size:14px;font-weight:500;padding:0
25px;height:40px;margin-top:26px;position:relative;z-index:10;pointer-events:none}.listivo-images-with-terms-v2__mask{background-image:linear-gradient(24deg, var(--e-global-color-lsecondary1) 0%, var(--e-global-color-lprimary1) 100%);opacity:0.2;position:absolute;left:0;top:0;width:100%;height:100%;z-index:4;transition:0.2s ease}.listivo-images-with-terms-v2__mask:hover{opacity:0.86}.listivo-images-with-terms-v2__dark-mask{background-color:#000;opacity:0.65;position:absolute;left:0;top:0;width:100%;height:100%;z-index:3}.listivo-listing-list{display:flex;flex-direction:column;width:100%;align-items:center}.listivo-listing-list__grid{max-width:1530px;width:100%;display:grid;grid-column-gap:30px;grid-row-gap:40px;grid-template-columns:repeat(auto-fill, minmax(285px, 1fr));position:relative;z-index:10}.listivo-listing-list__grid .listivo-listing-card{margin-bottom:0}.listivo-listing-list__button{margin-top:80px;display:flex;justify-content:center}.listivo-listing-list__decoration-outer{position:absolute;left:0;top:0;width:645px;height:990px}.listivo-listing-list__decoration-outer
path{opacity:0.45}.listivo-listing-list__decoration-inner{position:absolute;left:0;top:111px;width:495px;height:729px}.listivo-blog-posts-v1{display:flex;flex-direction:column}.listivo-blog-posts-v1__top{display:flex;justify-content:space-between}.listivo-blog-posts-v1__button{display:flex;justify-content:right;align-items:end}@media (max-width: 700px){.listivo-blog-posts-v1__button{display:none}}.listivo-blog-posts-v1__button
svg{fill:#fff;width:7px}.listivo-blog-posts-v1__button-mobile{margin-top:40px;display:flex;width:100%;justify-content:center}.listivo-blog-posts-v1__button-mobile
svg{fill:#fff;width:7px}@media (min-width: 701px){.listivo-blog-posts-v1__button-mobile{display:none}}.listivo-blog-posts-v1__content{margin-top:60px;display:grid;grid-column-gap:30px;grid-row-gap:40px;grid-template-columns:repeat(auto-fit, minmax(320px, 1fr))}.listivo-blog-card-v3{display:flex;flex-direction:column}.listivo-blog-card-v3__image{width:100%;height:270px;border-radius:10px;background-color:#ccc;position:relative;margin-bottom:45px;display:block;overflow:hidden}.listivo-blog-card-v3__image
img{object-fit:cover;position:absolute;left:0;top:0;width:100%;height:100%}.listivo-blog-card-v3__categories{display:flex;flex-wrap:wrap;margin-bottom:19px;color:var(--e-global-color-lsecondary2);font-family:var(--font-text);font-size:16px}.listivo-blog-card-v3__category{color:var(--e-global-color-lsecondary2);font-family:var(--font-text);font-size:16px;font-weight:500;margin-left:3px}.listivo-blog-card-v3__category:first-child{margin-left:0}.listivo-blog-card-v3__label{color:#222;font-family:var(--font-heading);font-size:24px;font-weight:700;letter-spacing:-0.24px}.listivo-blog-card-v3__metas{margin-top:30px;display:flex;flex-wrap:wrap}.listivo-blog-card-v3__meta{color:#555;font-family:var(--font-text);font-size:14px;font-weight:400;display:flex;align-items:center}.listivo-blog-card-v3__meta:before{width:5px;height:5px;border-radius:3px;background-color:var(--e-global-color-lprimary1);margin:0
10px;content:""}.listivo-blog-card-v3__meta:first-child:before{content:none}.listivo-blog-card-v3__meta
svg{stroke:var(--e-global-color-lprimary1);margin-right:10px;width:18px;height:18px}.listivo-terms{display:flex;flex-wrap:wrap;justify-content:center;margin:0
-15px -45px -15px}@media screen and (min-width: 768px){.listivo-terms{margin:0
-15px -60px -15px}}.listivo-term-single-wrapper{padding:0
15px;width:100%;max-width:360px}.listivo-term-single-wrapper:after{clear:both;content:"";display:table}@media (min-width: 500px){.listivo-term-single-wrapper{max-width:initial;width:50%}}@media (min-width: 1024px){.listivo-term-single-wrapper{width:33.33333%}}.listivo-term-single-wrapper&gt;svg{position:absolute;right:100vw;pointer-events:none;z-index:-1}.listivo-term-container{position:relative;padding-top:91.7%;margin-bottom:45px}@media (min-width: 768px) and (max-width: 780px){.listivo-term-container{margin-bottom:45px}}@media screen and (min-width: 768px){.listivo-term-container{margin-bottom:60px}}.listivo-term-single{position:absolute;left:0;top:0;width:100%;text-align:center;display:flex;align-items:center;justify-content:center;overflow:hidden}.listivo-term-single__image{width:100%;height:100% !important;object-fit:cover}@media (min-width: 1199px){.listivo-term-single__image{height:325px !important}}.listivo-term-single__name{width:100%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);color:var(--white);position:absolute;left:0;height:100%;background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));background-image:-o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);background-image:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);line-height:1.27;font-family:var(--font-heading);font-weight:700;font-size:24px;letter-spacing:-0.24px}@media screen and (min-width: 768px){.listivo-term-single__name{font-size:30px;letter-spacing:-0.3px}}@media (min-width: 768px) and (max-width: 780px){.listivo-term-single__name{font-size:24px}}.listivo-term-single__count{position:absolute;left:0;bottom:-90px;width:100%;height:5.625rem;background-color:var(--e-global-color-lprimary1);display:flex;padding-top:0.875rem;justify-content:center;transition:bottom 300ms ease}.listivo-term-single__count
span{color:var(--white);font-weight:500}.listivo-term-single:hover .listivo-term-single__count{bottom:0px}.listivo-main-categories-wrapper{margin:0
-15px}.listivo-main-categories{position:relative;display:flex;width:100%;flex-wrap:wrap;justify-content:center}@media (min-width: 768px) and (max-width: 1199px){.listivo-main-categories{max-width:900px;margin-left:auto;margin-right:auto}}.listivo-main-categories .listivo-main-category-wrapper{padding:0
15px 30px;position:relative}@media (min-width: 359px) and (max-width: 500px){.listivo-main-categories .listivo-main-category-wrapper{width:100%;max-width:360px}.listivo-main-categories .listivo-main-category-wrapper .listivo-main-category{padding-top:45px;padding-bottom:45px}}.listivo-main-categories .listivo-main-category{display:flex;flex-direction:column;align-items:center;min-width:204px;border-radius:var(--radius-l);padding:1.75rem;box-shadow:var(--shadow-s);transition:all 500ms ease}@media (min-width: 1200px){.listivo-main-categories .listivo-main-category{width:100%}}@media screen and (min-width: 1025px){.listivo-main-categories .listivo-main-category:hover{background-color:var(--content-dark)}.listivo-main-categories .listivo-main-category:hover .listivo-main-category__bottom
span{color:var(--white)}.listivo-main-categories .listivo-main-category:hover .listivo-main-category__overlay, .listivo-main-categories .listivo-main-category:hover .listivo-main-category__icon-m{fill:var(--quaternary) !important}.listivo-main-categories .listivo-main-category:hover .listivo-main-category__icon{color:#fff;fill:var(--white)}}.listivo-main-categories .listivo-main-category__top{position:relative;width:6.625rem;height:6.4375rem;margin-bottom:1.375rem}.listivo-main-categories .listivo-main-category__bottom
span{line-height:1.27;font-family:var(--font-heading);font-weight:700;font-size:22px;letter-spacing:-0.22px;transition:0.2s ease}@media screen and (min-width: 768px){.listivo-main-categories .listivo-main-category__bottom
span{font-size:24px;letter-spacing:-0.24px}}.listivo-main-categories .listivo-main-category__overlay{position:absolute;top:0;left:0;width:6.625rem;height:6.4375rem;z-index:0;-webkit-transition:all 450ms ease;-o-transition:all 450ms ease;transition:all 450ms ease;fill:var(--content-light)}.listivo-main-categories .listivo-main-category__icon{position:relative;z-index:1;width:4.375rem;margin-top:1.125rem;margin-left:1.25rem;fill:var(--text-1);transition:all 300ms ease;text-align:center}.listivo-main-categories .listivo-main-category__icon
i{font-size:54px;line-height:61px}.listivo-main-categories .listivo-main-category__icon
svg{height:54px;width:54px}.listivo-main-categories .listivo-main-category__icon-m{position:absolute;-webkit-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;fill:var(--content-light)}.listivo-main-categories .listivo-main-category__icon-m--left-top{top:-9px;left:-36px}.listivo-main-categories .listivo-main-category__icon-m--left-bottom{bottom:-26px;left:-36px}.listivo-main-categories .listivo-main-category__icon-m--right-bottom{bottom:-26px;right:-36px}.listivo-main-categories .listivo-main-category__icon-m--right-top{right:-9px;top:-36px}.listivo-main-category .listivo-icon-standard{display:block}.listivo-main-category .listivo-icon-hovered{display:none}@media screen and (min-width: 1025px){.listivo-main-category:hover .listivo-icon-standard{display:none}.listivo-main-category:hover .listivo-icon-hovered{display:block}}.listivo-field{width:100%}@media (min-width: 1024px){.listivo-field--double{grid-area:span 1/span 2}.listivo-field--1{display:grid;grid-gap:12px;grid-template-columns:repeat(2, 0.5fr);grid-area:span 1/span 2}.listivo-field--2{display:grid;grid-gap:12px;grid-template-columns:repeat(3, 0.3333fr);grid-area:span 1/span 3}.listivo-field--3{display:grid;grid-gap:12px;grid-template-columns:repeat(4, 0.25fr);grid-area:span 1/span 4}.listivo-field--4{display:grid;grid-gap:12px;grid-template-columns:repeat(5, 0.2fr);grid-area:span 1/span 5}}.listivo-field__fields{display:grid;grid-gap:12px;grid-template-columns:repeat(1, 1fr)}@media (min-width: 575px){.listivo-field__fields{grid-template-columns:repeat(2, 0.5fr)}}@media (max-width: 1500px){}.listivo-field__icon{position:absolute;height:80%;top:10%;width:60px;right:1px;text-align:right;padding-right:36px;border-top-right-radius:var(--radius-l) !important;border-bottom-left-radius:var(--radius-l) !important;cursor:pointer}.listivo-field__icon:after{content:"";font-family:"Font Awesome 5 Free";font-weight:900;cursor:pointer;position:absolute;top:50%;margin-top:-10px;height:20px;font-size:14px;line-height:20px}.listivo-field__icon--clear:after{content:"\f00d";display:inline-block;font-size:14px;transition:0.2s ease;z-index:3}.listivo-field__icon--clear:hover:after{color:var(--e-global-color-lprimary1)}.listivo-field__icon--arrow:after{content:"\f078";display:inline-block}.listivo-field__location .listivo-field__icon--clear{background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 30%, white 100%)}.listivo-field--active
input{border:1px
solid var(--content-dark);color:var(--content-dark)}.listivo-field--active .listivo-field__location{border:1px
solid var(--content-dark)}.listivo-field--keyword{position:relative}.listivo-field--keyword .listivo-keyword-icon
svg{position:absolute;left:27px;top:50%;margin-top:-12px;z-index:2;width:24px;height:24px}.listivo-field--keyword input[type=text]{padding-left:60px !important}.listivo-field--keyword .listivo-select__option{font-weight:700}@media (min-width: 1024px){.listivo-field--keyword .listivo-select__options{max-height:none}}.listivo-field__location{color:var(--text-1);font-size:16px;line-height:28px;width:100%;background:var(--white);padding:17px
30px 17px 27px;border-radius:var(--radius-l);border:1px
solid var(--border-color);font-family:inherit;display:flex;padding:0}.listivo-field__location-input{position:relative;width:100%}.listivo-field__location-input--my-location input[type=text]{padding-left:60px}.listivo-field__location-input input[type=text]{width:100%;border:none !important}.listivo-field__location-input
svg{position:absolute;top:50%;margin-top:-12px;left:27px;z-index:2;cursor:pointer;width:24px;height:24px}.listivo-field__set-my-location
i{position:absolute;top:50%;margin-top:-14px;left:24px;z-index:20;font-size:16px;cursor:pointer;padding:6px}.listivo-field__set-my-location:hover
i{color:var(--e-global-color-lprimary1)}.listivo-field__set-my-location .listivo-field__set-my-location-label{opacity:0;white-space:nowrap;box-shadow:var(--shadow-s);position:absolute;left:0;bottom:-19px;display:inline-block;background:#232732;padding:7px
15px;font-size:14px !important;line-height:1 !important;color:var(--white);margin:4px
12px -6px 8px;border-radius:var(--radius-xs);z-index:9998;transition:all 0.2s ease}.listivo-field__set-my-location .listivo-field__set-my-location-label:after{content:"";position:absolute;top:-9px;left:20px;width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:9px solid #232732}@media (min-width: 1024px){.listivo-field__set-my-location svg:hover + .listivo-field__set-my-location-label,
.listivo-field__set-my-location i:hover+.listivo-field__set-my-location-label{opacity:1}}.listivo-field__location-radius{white-space:nowrap;position:relative}.listivo-field__location-radius .listivo-select{box-shadow:none !important}.listivo-field__location-radius .listivo-select__dropdown{padding-top:0 !important;padding-bottom:0 !important}.listivo-field__location-radius:after{content:"";position:absolute;top:50%;left:0;margin-top:-14px;height:28px;width:1px;background:var(--border-color)}.listivo-field__location-radius .listivo-select__field{border:none;min-width:150px;padding-right:63px;text-align:center}.listivo-fields{display:flex;width:100%;flex-direction:column}.listivo-fields-primary{background:var(--nonary);padding-top:20px;padding-bottom:20px}@media screen and (min-width: 768px){.listivo-fields-primary{padding-top:30px;padding-bottom:30px}}.listivo-fields-primary input[type=text], .listivo-fields-primary input[type=number]{line-height:32px}@media screen and (min-width: 1025px){.listivo-fields-primary{padding-left:15px;padding-right:15px}}.listivo-fields-primary:after{clear:both;content:"";display:table}.listivo-fields-primary .listivo-field__location,
.listivo-fields-primary .listivo-field--keyword input[type=text]{box-shadow:0 0 28px 2px rgba(6, 46, 59, 0.15) !important}.listivo-fields-primary__inner{max-width:1170px;margin-left:auto;margin-right:auto;width:100%;position:relative;padding:0
15px;display:grid;grid-template-columns:repeat(1, 1fr);grid-gap:15px}@media (min-width: 1024px){.listivo-fields-primary__inner{grid-template-columns:repeat(2, 1fr);grid-gap:30px}}.listivo-fields-primary__inner .listivo-field .listivo-relative&gt;input{box-shadow:0 0 28px 2px rgba(6, 46, 59, 0.15) !important}.listivo-fields-primary__inner .listivo-field .listivo-field__fields{grid-gap:30px}.listivo-fields-primary__inner .listivo-field .listivo-select{box-shadow:0 0 28px 2px rgba(6, 46, 59, 0.15);border-radius:var(--radius-l)}.listivo-fields-primary__inner .listivo-field--1{display:grid;grid-gap:30px}.listivo-fields-primary__inner .listivo-field--2{display:grid;grid-gap:30px}.listivo-fields-primary__inner .listivo-field--3{display:grid;grid-gap:30px}.listivo-fields-primary__inner .listivo-field--4{display:grid;grid-gap:30px}.listivo-fields-primary__inner .listivo-field__fields{grid-template-columns:repeat(1, 1fr)}@media (min-width: 1024px){.listivo-fields-primary__inner .listivo-field__fields{grid-template-columns:repeat(2, 0.5fr)}}.listivo-fields-secondary{background:var(--content-light)}.listivo-fields-secondary__inner{display:grid;grid-template-columns:repeat(auto-fill, minmax(250px, 0.5fr));grid-gap:30px;max-width:1200px;margin-left:auto;margin-right:auto;width:100%;padding-top:15px;padding-bottom:15px;padding-left:15px;padding-right:15px}.listivo-fields-secondary__inner .listivo-field .listivo-field__fields{grid-gap:30px}.listivo-fields-secondary__inner .listivo-field--1{grid-gap:30px}.listivo-fields-secondary__inner .listivo-field--2{grid-gap:30px}.listivo-fields-secondary__inner .listivo-field--3{grid-gap:30px}.listivo-fields-secondary__inner .listivo-field--4{grid-gap:30px}@media screen and (min-width: 768px){.listivo-fields-secondary__inner{padding-top:30px;padding-bottom:30px}}@media screen and (min-width: 1025px){.listivo-fields-secondary__inner{padding-left:30px;padding-right:30px}}.listivo-results-bar{display:flex;margin:0
auto;padding:20px
15px 0px;flex-direction:column;align-items:start}@media screen and (min-width: 768px){.listivo-results-bar{flex-direction:row;padding:35px
15px 0;justify-content:space-between}}@media screen and (min-width: 1025px){.listivo-results-bar{padding-left:30px;padding-right:30px}}@media screen and (min-width: 1200px){.listivo-results-bar{padding:45px
15px 0;max-width:1170px}}.listivo-results-bar__count{margin-bottom:20px}.listivo-results-bar__count-big{line-height:1.27;font-family:var(--font-heading);line-height:1.2;font-weight:700;font-size:26px;letter-spacing:-0.26px;padding-bottom:20px;padding-top:4px;margin-right:10px}@media screen and (min-width: 768px){.listivo-results-bar__count-big{font-size:36px;letter-spacing:-0.36px}}@media (min-width: 768px){.listivo-results-bar__count-big{display:inline-block}}.listivo-results-bar__count-big
svg{display:block;width:117px;fill:var(--e-global-color-lsecondary1);position:absolute}.listivo-results-bar__count
h1{line-height:1.27;font-family:var(--font-heading);font-size:20px;font-weight:700;letter-spacing:-0.2px;display:inline-block}@media (min-width: 768px){.listivo-results-bar__count
h1{padding-right:10px}}@media screen and (min-width: 768px){.listivo-results-bar__count{margin-bottom:0}}@media screen and (min-width: 768px){.listivo-results-bar__right{display:flex;margin-left:auto;align-items:center}}.listivo-results-bar__sort{min-width:100%}.listivo-results-bar__sort .listivo-select{min-width:215px;height:60px}@media (min-width: 600px){.listivo-results-bar__sort{min-width:initial}}@media screen and (min-width: 768px){.listivo-results-bar__sort{display:flex;align-items:center;margin-right:20px}}.listivo-results-bar__sort-label{font-weight:600;margin-right:25px;display:none}@media screen and (min-width: 768px){.listivo-results-bar__sort-label{display:block;min-width:100px;text-align:right}}.listivo-results-bar__grids{display:none}@media (min-width: 500px){.listivo-results-bar__grids{display:flex}}.listivo-results-bar__grid{width:60px;height:60px;text-align:center;border-radius:var(--radius-l);border:1px
solid var(--border-color);cursor:pointer;transition:0.2s ease}@media screen and (min-width: 768px){.listivo-results-bar__grid{margin-left:8px}}.listivo-results-bar__grid
svg{position:relative;top:14px;height:30px;cursor:pointer;transition:0.2s ease}.listivo-results-bar__grid:hover{border-color:var(--e-global-color-lprimary1)}.listivo-results-bar__grid:hover
svg{stroke:var(--e-global-color-lprimary1)}.listivo-results-bar__grid--active{border-color:var(--e-global-color-lprimary1);background:var(--e-global-color-lprimary1)}.listivo-results-bar__grid--active
svg{stroke:var(--white)}.listivo-results-bar__grid--active:hover
svg{stroke:var(--white)}@media (max-width: 767px){.listivo-results-bar{position:relative}.listivo-results-bar__grids{position:absolute;top:20px;right:15px}.listivo-results-bar__grid{right:10px;width:42px;height:42px;margin-left:6px}.listivo-results-bar__grid
svg{height:17px;top:12px}}.listivo-results-user{margin-bottom:-20px}@media screen and (min-width: 768px){.listivo-results-user{margin-bottom:-45px}}.listivo-results-user .listivo-results-bar{padding-top:0}.listivo-user-results{margin-left:-15px;margin-right:-15px}.listivo-user-results .listivo-cards{max-width:none}.listivo-user-results .listivo-listing-card__user{display:none}.listivo-select{position:relative;height:64px}.listivo-select--disabled .listivo-select__dropdown{display:none}.listivo-select--disabled
*{cursor:not-allowed !important}.listivo-select--disabled .listivo-select__field{color:#444 !important;background-color:#f6f6f6 !important}.listivo-select--disabled .listivo-field__icon--arrow{display:none}.listivo-select__active-text{background:var(--e-global-color-lprimary1);color:var(--white)}.listivo-select__count{margin-left:auto;padding-left:3px}.listivo-select__value{word-break:break-word}.listivo-select__field{color:var(--text-1);font-size:16px;line-height:28px;width:100%;background:var(--white);padding:17px
30px 17px 27px;border-radius:var(--radius-l);border:1px
solid var(--border-color);font-family:inherit;padding-right:60px;cursor:pointer;height:100%}.listivo-select__field&gt;div{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.listivo-select__field--active .listivo-select__field{border:1px
solid var(--content-dark);color:var(--content-dark)}.listivo-select__no-options{margin-bottom:-46px;padding:30px
27px}.listivo-select__option--disabled{cursor:not-allowed !important;background:transparent !important;opacity:0.5 !important}.listivo-select__option--disabled:active,.listivo-select__option--disabled:focus,.listivo-select__option--disabled:hover{color:initial}.listivo-select__placeholder{position:absolute;top:50%;left:58px;height:32px;line-height:32px;margin-top:-16px;background:var(--white)}.listivo-select__search{margin-top:7px;padding:0
15px 0}@media (min-width: 1024px){.listivo-select__search{padding:25px
30px 0}}.listivo-select__search input[type=text]{cursor:pointer}.listivo-select__search input[type=text]{line-height:33px}.listivo-select__search__inner{position:relative}.listivo-select__search__inner input[type=text]{padding-top:5px !important;padding-bottom:5px !important}.listivo-select__mobile-dropdown-top{padding:30px
15px 0;min-height:90px}@media (min-width: 1024px){.listivo-select__mobile-dropdown-top{display:none}}.listivo-select__mobile-title{padding-right:60px;line-height:1.27;font-family:var(--font-heading);font-weight:700;font-size:22px;letter-spacing:-0.22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (min-width: 768px){.listivo-select__mobile-title{font-size:24px;letter-spacing:-0.24px}}.listivo-select__mobile-close{position:absolute;text-align:center;line-height:30px;top:30px;right:15px;width:30px;height:30px}.listivo-select__mobile-dropdown-bottom{margin-top:auto;text-align:center;padding:0
15px 35px}@media (min-width: 1024px){.listivo-select__mobile-dropdown-bottom{padding-left:30px;padding-right:30px}}@media screen and (min-width: 768px){.listivo-select__mobile-dropdown-bottom{display:none}}.listivo-select__dropdown{box-shadow:var(--shadow-s);padding:0;border-radius:var(--radius-l);background-color:var(--white);position:absolute;margin-top:5px;top:100%;left:0;width:100%;z-index:10000}.listivo-select__options{padding-bottom:23px;padding-top:23px;max-height:360px;overflow-y:auto}.listivo-select__options::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 0 rgba(0, 0, 0, 0);position:relative;background-color:#f1f1f1}.listivo-select__options::-webkit-scrollbar{width:10px;background-color:#DBDBDB}.listivo-select__options::-webkit-scrollbar-thumb{background-color:var(--content-dark);border-radius:var(--radius-m) !important}.listivo-select__option{cursor:pointer;padding:12px
30px;display:flex}.listivo-select__option .fa-square,
.listivo-select__option .fa-check-square{position:relative;top:1px;margin-right:10px;font-size:20px}.listivo-select__option .fa-chevron-right{font-size:9px;position:relative;top:-2px;margin:0
3px}.listivo-select__option:hover{color:var(--e-global-color-lprimary1)}.listivo-select__option--active{color:var(--e-global-color-lprimary1)}.listivo-select__option--highlight-row{background:var(--nonary)}.listivo-select__option--highlight-text{color:var(--e-global-color-lprimary1)}.listivo-select__in-category{font-weight:400}
/*!* Pac - Google Maps Adress Dropdown *!*/
.listivo-popular-wrapper:after{clear:both;content:"";display:table}.listivo-popular{color:var(--black);display:flex;flex-wrap:wrap}@media (max-width: 1023px){.listivo-popular{justify-content:center}}.listivo-popular__label{font-weight:600;display:inline-block;float:left;margin-right:11px}@media (max-width: 599px){.listivo-popular__label{width:100%;margin-right:0;margin-bottom:15px;text-align:center}}.listivo-popular__comma{display:inline-block;margin-right:5px}.listivo-popular__glue{white-space:nowrap}.listivo-popular
a{color:var(--black);display:inline-block;white-space:nowrap;transition:0.2s ease;position:relative}@media screen and (min-width: 768px){.listivo-popular
a{color:var(--text-2)}.listivo-popular a:after{content:"";background:var(--e-global-color-lprimary1);height:1px;width:80%;bottom:-3px;display:block;position:absolute;left:0;right:0;opacity:0;margin:0
auto;transition:0.2s ease}.listivo-popular a:hover{color:var(--e-global-color-lprimary1)}.listivo-popular a:hover:after{width:100%;bottom:-1px;opacity:1}}.listivo-searches-list{margin:0
-15px}.listivo-searches-list__inner{display:flex;flex-wrap:wrap;width:100%}.listivo-searches-list__column{width:100%;padding:0
15px}@media (max-width: 767px){.listivo-searches-list__column{margin-bottom:45px}}@media screen and (min-width: 768px){.listivo-searches-list__column{width:33.333%}}.listivo-searches-list__column
a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listivo-searches-list__column a:hover{color:var(--e-global-color-lprimary1)}.listivo-searches-list__title{display:flex;flex-direction:column;line-height:1.27;font-family:var(--font-heading);font-weight:700;font-size:22px;letter-spacing:-0.22px;margin-bottom:35px}@media screen and (min-width: 768px){.listivo-searches-list__title{font-size:24px;letter-spacing:-0.24px}}.listivo-searches-list__title
svg{margin-top:12px;width:117px;fill:var(--e-global-color-lsecondary1)}.listivo-cards-list{max-width:1200px;margin-left:auto;margin-right:auto;margin-top:20px}@media screen and (min-width: 768px){.listivo-cards-list{margin-top:35px}}@media screen and (min-width: 1025px){.listivo-cards-list{padding-left:15px;padding-right:15px}}.listivo-cards-list__inner{width:100%;display:flex;flex-wrap:wrap;margin-bottom:-20px}@media screen and (min-width: 768px){.listivo-cards-list__inner{margin-bottom:-45px}}.listivo-cards-list__inner .listivo-listing-card{padding:0
15px}@media (min-width: 500px){.listivo-cards-list__inner .listivo-listing-card{width:50%}}@media (min-width: 1023px){.listivo-cards-list__inner .listivo-listing-card{width:33.33333333%}}.listivo-cards-list-v2{display:grid;grid-template-columns:repeat(auto-fill, minmax(285px, 1fr));grid-column-gap:30px;grid-row-gap:45px;margin:0
auto;padding:0
15px;margin-top:20px}@media (min-width: 1200px){.listivo-cards-list-v2{max-width:1140px}}.listivo-cards-list-v2 .listivo-listing-card{margin-bottom:0}@media screen and (min-width: 768px){.listivo-cards-list-v2{margin-top:35px}}@media (min-width: 1025px){.listivo-cards-list-v2{padding:0
30px}}@media (min-width: 1200px){.listivo-cards-list-v2{padding:0}}.listivo-listing-card{width:100%;margin-bottom:25px}@media screen and (min-width: 700px){.listivo-listing-card{margin-bottom:45px}}.listivo-listing-card__inner{display:flex;flex-direction:column;background-color:var(--white);border-radius:var(--radius-l);border:1px
solid var(--border-color);overflow:hidden;height:100%;justify-content:space-between;position:relative;transition:box-shadow 0.2s ease}.listivo-listing-card__inner:hover{cursor:pointer;box-shadow:var(--shadow-s)}.listivo-listing-card__link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.listivo-listing-card__top{position:relative;overflow:hidden;border-radius:var(--radius-l);background-color:#ccc;padding-bottom:75%;display:flex}.listivo-listing-card__top::before{content:"";position:absolute;bottom:0;left:0;width:100%;background-image:linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0) 100%);height:122px;z-index:1}.listivo-listing-card__preview{position:absolute;top:0;left:0;width:100%;height:100% !important;object-fit:cover;z-index:0}.listivo-listing-card__favorite{z-index:335;margin-left:auto;text-align:right;min-width:40px;padding:0
!important}.listivo-listing-card__favorite
svg{width:24px;height:24px}.listivo-listing-card__labels{left:0;top:0;width:100%;padding:25px;position:absolute;pointer-events:none;display:flex;flex-wrap:wrap}.listivo-listing-card__label{font-weight:400;background-color:var(--e-global-color-lcardlabel);color:#fff;font-size:14px;line-height:18px;border-radius:5px;padding:9px
15px;margin-right:10px;margin-bottom:10px}.listivo-listing-card__user{position:absolute;z-index:2;bottom:25px;left:25px;display:flex;flex-wrap:wrap;align-items:center}.listivo-listing-card__user-image{width:50px;height:50px;border-radius:var(--radius-rounded);overflow:hidden;margin-right:9px}.listivo-listing-card__user-name{color:var(--white);font-weight:500;font-size:14px}.listivo-listing-card__main{position:relative}.listivo-listing-card__main-head{padding:25px
25px 0}.listivo-listing-card__footer{position:relative;border-top:1px solid var(--border-color);margin-top:20px;padding:21px
25px;display:flex;width:100%;align-items:center;align-content:space-between}.listivo-listing-card__name{font-size:22px;letter-spacing:-0.22px;font-family:var(--font-heading);font-weight:700;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;transition:color 0.2s ease}.listivo-listing-card__features{width:100%}.listivo-listing-card__features
ul{display:flex;flex-wrap:wrap;position:relative;max-height:28px;overflow:hidden}.listivo-listing-card__features ul&gt;li{font-size:14px;line-height:28px;font-weight:400;display:block}.listivo-listing-card__features ul&gt;li:before{content:"";display:inline-block;width:6px;height:6px;max-width:6px;max-height:6px;top:-2px;margin-left:10px;margin-right:10px;background:var(--content-dark);border-radius:var(--radius-rounded);position:relative}.listivo-listing-card__features ul&gt;li:first-of-type:before{display:none}.listivo-listing-card__features ul&gt;li:last-child{margin-right:0}@media (min-width: 500px) and (max-width: 700px){.listivo-listing-card__features{display:none}}.listivo-listing-card__price{font-size:22px;font-family:var(--font-heading);font-weight:700;color:var(--content-dark);display:block;margin-top:20px}.listivo-listing-card__location{font-size:14px;line-height:16px;font-weight:400;display:flex;flex-wrap:wrap;align-items:center;position:relative;padding-left:20px}.listivo-listing-card__location
svg{height:18px;position:absolute;left:-2px;top:-1px}.listivo-listing-card__added{font-size:12px;color:var(--text-3);display:block}.listivo-swiper-slide .listivo-listing-card{height:100% !important;margin-bottom:0}.listivo-listing-card-v2{display:flex;flex-direction:column;border-radius:10px;border:1px
solid #eee;background-color:#fff;transition:box-shadow 0.2s ease}.listivo-listing-card-v2:hover{box-shadow:var(--shadow-s)}.listivo-listing-card-v2__image{border-radius:10px;background-color:#ccc;position:relative;height:270px;overflow:hidden}.listivo-listing-card-v2__image
img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.listivo-listing-card-v2__labels{position:absolute;top:0;left:0;padding:25px;width:100%;pointer-events:none;display:flex;flex-wrap:wrap}.listivo-listing-card-v2__label{font-weight:400;background-color:var(--e-global-color-lcardlabel);color:#fff;font-size:14px;line-height:18px;border-radius:5px;padding:9px
15px;z-index:10;margin-right:10px;margin-bottom:10px}.listivo-listing-card-v2__favorite{z-index:10;border-radius:var(--radius-rounded);color:#222;display:flex;align-items:center;flex-direction:column}.listivo-listing-card-v2__favorite
svg{width:24px;height:24px}.listivo-listing-card-v2__content{padding:40px
30px}.listivo-listing-card-v2__bottom{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.listivo-listing-card-v2__name{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;color:#222;font-family:var(--font-heading);font-size:24px;font-weight:700;letter-spacing:-0.24px;transition:color 0.2s ease}.listivo-listing-card-v2__price{color:var(--e-global-color-lprimary1);font-family:var(--font-heading);font-size:30px;font-weight:700;letter-spacing:-0.3px}.listivo-listing-carousel--simple{max-width:1560px;margin:0
auto}.listivo-listing-carousel--simple .listivo-listing-carousel__header{display:flex;flex-direction:column;align-items:center}@media screen and (min-width: 768px){.listivo-listing-carousel--simple .listivo-listing-carousel__header{margin-bottom:60px;justify-content:space-between;flex-direction:row}}.listivo-listing-carousel--simple .listivo-listing-carousel__nav{display:flex;align-items:center}.listivo-listing-carousel--simple .listivo-listing-carousel__nav .listivo-button-pill{margin-right:25px}.listivo-listing-carousel--simple .listivo-listing-carousel__nav .listivo-arrow:last-of-type{margin-left:5px}.listivo-listing-carousel--simple .listivo-listing-carousel__nav--desktop{display:none}@media screen and (min-width: 768px){.listivo-listing-carousel--simple .listivo-listing-carousel__nav--desktop{display:flex}}.listivo-listing-carousel--simple .listivo-listing-carousel__nav--mobile{display:flex;text-align:center;justify-content:center;margin:0
auto;width:100%}.listivo-listing-carousel--simple .listivo-listing-carousel__nav--mobile .listivo-arrow{margin:0
5px}@media screen and (min-width: 768px){.listivo-listing-carousel--simple .listivo-listing-carousel__nav--mobile{display:none}}.listivo-listing-carousel--simple .listivo-button-pill{display:none}@media screen and (min-width: 768px){.listivo-listing-carousel--simple .listivo-button-pill{display:inline-block}}.listivo-listing-carousel--simple .listivo-listing-carousel__more-button-mobile{margin-top:30px;text-align:center}@media (min-width: 768px){.listivo-listing-carousel--simple .listivo-listing-carousel__more-button-mobile{display:none}}.listivo-listing-carousel--simple .listivo-listing-carousel__heading{line-height:1.27;font-family:var(--font-heading);font-weight:700;font-size:24px;letter-spacing:-0.24px;display:flex;flex-direction:column}@media screen and (min-width: 768px){.listivo-listing-carousel--simple .listivo-listing-carousel__heading{font-size:30px;letter-spacing:-0.3px}}@media (max-width: 767px){.listivo-listing-carousel--simple .listivo-listing-carousel__heading{margin-bottom:30px;text-align:center}}.listivo-listing-carousel--simple .listivo-listing-carousel__heading
svg{margin-top:5px;width:157px;fill:var(--e-global-color-lsecondary1)}@media (max-width: 767px){.listivo-listing-carousel--simple .listivo-listing-carousel__heading
svg{margin-left:auto;margin-right:auto}}.listivo-listing-carousel--simple .listivo-swiper-slide{height:auto}.listivo-listing-carousel--simple .listivo-swiper-container{padding-bottom:35px}@media screen and (min-width: 768px){.listivo-listing-carousel--simple .listivo-swiper-container{margin-bottom:-35px}}@media (min-width: 500px){.listivo-listing-carousel--simple .listivo-swiper-container{margin-left:-15px;margin-right:-15px;padding-left:15px;padding-right:15px}}.listivo-listing-carousel-with-tabs:after{clear:both;content:"";display:table}.listivo-listing-carousel-with-tabs__header{display:none}.listivo-listing-carousel-with-tabs__header .listivo-heading__small-text{padding-left:0;max-width:fit-content}@media screen and (min-width: 768px){.listivo-listing-carousel-with-tabs__header{display:flex;justify-content:space-between}}.listivo-listing-carousel-with-tabs__nav{display:none;align-items:flex-end;margin-top:30px}@media screen and (min-width: 768px){.listivo-listing-carousel-with-tabs__nav{display:flex}}.listivo-listing-carousel-with-tabs__nav button:first-of-type{margin-right:10px}.listivo-listing-carousel-with-tabs__tabs{margin-top:30px}@media screen and (min-width: 1200px){.listivo-listing-carousel-with-tabs__tabs{margin-top:60px}}.listivo-listing-carousel-with-tabs__carousel{margin-top:45px;position:relative}@media (max-width: 767px){.listivo-listing-carousel-with-tabs__carousel{padding-left:15px;padding-right:15px}}@media screen and (min-width: 1200px){.listivo-listing-carousel-with-tabs__carousel&gt;.listivo-swiper-container{width:1570px;left:0;top:0;padding:0
20px 20px;margin:0
-20px}}.listivo-listing-carousel-with-tabs__carousel .listivo-swiper-slide{margin-right:30px;height:auto;width:100%}.listivo-listing-carousel-with-tabs__carousel .listivo-listing-card-v3__gallery .listivo-swiper-slide{margin-right:0}@media (min-width: 500px){.listivo-listing-carousel-with-tabs__carousel &gt; .listivo-swiper-container .listivo-swiper-wrapper .listivo-swiper-slide{width:calc(50% - 15px)}}@media (min-width: 1024px){.listivo-listing-carousel-with-tabs__carousel .listivo-swiper-slide{width:calc(33.3333% - 20px)}}@media (min-width: 1280px){.listivo-listing-carousel-with-tabs__carousel .listivo-swiper-slide{width:calc(25% - 23px)}}.listivo-listing-carousel-with-tabs-heading-mobile .listivo-heading__small-text{margin-left:15px;margin-right:15px;padding-left:0;padding-right:40px;width:fit-content}.listivo-listing-carousel-with-tabs-heading-mobile
h2{padding-left:15px;text-align:left !important}@media screen and (min-width: 768px){.listivo-listing-carousel-with-tabs-heading-mobile{display:none}}.listivo-listing-carousel__listings .listivo-swiper-slide{margin-right:30px;height:auto;width:100%}@media (min-width: 500px){.listivo-listing-carousel__listings .listivo-swiper-slide{width:calc(50% - 15px)}}@media (min-width: 1024px){.listivo-listing-carousel__listings .listivo-swiper-slide{width:calc(33.3333% - 20px)}}@media (min-width: 1280px){.listivo-listing-carousel__listings .listivo-swiper-slide{width:calc(25% - 23px)}}.listivo-listing__date{font-size:14px;line-height:28px}.listivo-listing__date-label{font-weight:400}.listivo-listing__date-value{font-weight:800}.listivo-listing-description{color:var(--text-2);font-size:16px;font-weight:400;line-height:28px}.listivo-listing-description
p{margin-bottom:25px}@media screen and (min-width: 768px){.listivo-listing-description
p{margin-bottom:35px}}.listivo-listing-description p:last-of-type{margin-bottom:0}.listivo-listing-description ul
li{padding-left:27px;position:relative}.listivo-listing-description ul li:before{content:"";position:absolute;left:0;top:8px;width:13px;height:13px;background-image:url('data:image/svg+xml;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29.000000 29.000000"&gt;&lt;g transform="translate(0.000000,29.000000) scale(0.100000,-0.100000)" stroke="red"&gt;&lt;path d="M185 259 c-38 -11 -94 -27 -124 -35 l-54 -15 99 -100 c64 -65 101 -94 105 -86 6 11 69 240 69 251 0 9 -20 6 -95 -15z m73 -16 c-36 -142 -54 -203 -58 -203 -9 0 -164 159 -159 163 6 5 191 55 208 56 8 1 12 -6 9 -16z"&gt;&lt;/path&gt;&lt;/g&gt; &lt;/svg&gt;')}.listivo-listing-image{height:360px;position:relative;cursor:pointer}.listivo-listing-image:after{clear:both;content:"";display:table}@media (min-width: 450px){.listivo-listing-image{height:480px}}.listivo-listing-image
img{border-radius:var(--radius-l);display:block;position:absolute;width:100%;height:100%;left:0;top:0;object-fit:cover}.listivo-listing-meta{font-size:14px;line-height:28px;font-weight:400}.listivo-listing-meta__value{font-weight:800}.listivo-whatsapp
a{display:block;text-align:center;color:#222;width:100%;border:1px
solid var(--border-color);font-size:20px;line-height:29px;padding:25px
15px;border-radius:10px;font-weight:400;cursor:pointer;transition:0.2s ease}.listivo-whatsapp a
i{margin-right:5px;font-size:35px;color:var(--content-dark);line-height:0;top:5px;position:relative}.listivo-whatsapp a
strong{font-weight:800}.listivo-whatsapp a:hover{border-color:var(--content-dark)}.listivo-whatsapp--v2
a{border-color:#cee1e6}@media screen and (min-width: 768px){.listivo-whatsapp--v2
a{display:flex;flex-direction:row;justify-content:center;padding:0;align-items:center;height:95px}.listivo-whatsapp--v2 a
i{top:0;font-size:47px;margin-right:14px;line-height:initial !important}.listivo-whatsapp--v2 a .listivo-whatsapp__text-chat-via{font-size:18px;line-height:18px;margin-bottom:5px;font-weight:400}.listivo-whatsapp--v2 a .listivo-whatsapp__text-whatsapp{font-size:24px;line-height:24px;font-weight:800}.listivo-whatsapp--v2 a .listivo-whatsapp__texts{display:flex;flex-direction:column;text-align:left}}.listivo-listing-embed{position:relative;padding-bottom:56.25%;height:0}.listivo-listing-embed
iframe{position:absolute;top:0;left:0;width:100%;height:100%}
/*!* Accordion *!*/

/*!* Loan Calculator *!*/
.listivo-user-date{color:var(--text-2);font-size:14px;font-weight:400;text-align:left}.listivo-user-image{display:block;position:relative;overflow:hidden;padding-bottom:100%;transition:0.2s ease}.listivo-user-image
img{display:block;position:absolute;width:100%;height:100% !important;left:0;top:0;object-fit:cover}a.listivo-user-image:hover{filter:brightness(1.1)}.listivo-panel__header{padding:30px
15px}.listivo-panel__header
h1{line-height:1.27;font-family:var(--font-heading);line-height:1.2;font-weight:700;font-size:26px;letter-spacing:-0.26px}@media screen and (min-width: 768px){.listivo-panel__header
h1{font-size:36px;letter-spacing:-0.36px}}@media (min-width: 900px){.listivo-panel__header{padding-top:50px;padding-bottom:50px}}.listivo-panel__header-inner{max-width:1140px;margin:0
auto;display:flex;align-items:center}@media (max-width: 900px){.listivo-panel__header-inner{flex-direction:column}}.listivo-panel__header-buttons{display:flex;margin-left:auto}.listivo-panel__header-buttons
a{margin-left:25px}@media (max-width: 900px){.listivo-panel__header-buttons{display:none}}.listivo-panel__menu-wrapper{background-color:#edf8fb;padding:15px}@media screen and (min-width: 768px){.listivo-panel__menu-wrapper{padding:22px
15px}}.listivo-panel__menu{margin:0
auto;max-width:1140px;display:flex}@media (max-width: 1170px){.listivo-panel__menu-wrapper{padding-left:0;padding-right:0}.listivo-panel__menu{overflow:auto}.listivo-panel__menu-pill:first-of-type{margin-left:15px}}.listivo-panel__menu-pill{padding:20px
28px;border-radius:6px;font-size:18px;line-height:21px;margin-right:15px;font-weight:500;background:#d9edf2;white-space:nowrap;display:flex;align-items:center;transition:0.2s ease}.listivo-panel__menu-pill
svg{transition:0.2s ease;height:24px;margin-right:10px}.listivo-panel__menu-pill
i{transition:0.2s ease;margin-right:10px;line-height:21px}.listivo-panel__menu-pill:hover{background:var(--content-dark);color:#fff}.listivo-panel__menu-pill:hover
svg{stroke:#fff}.listivo-panel__menu-pill:hover
i{color:#fff}.listivo-panel__menu-pill--active{background:var(--e-global-color-lprimary1) !important;color:#fff}.listivo-panel__menu-pill--active
svg{stroke:#fff}.listivo-panel__menu-pill--current-package,.listivo-panel__menu-pill--buy-package{display:none}@media (max-width: 900px){.listivo-panel__menu-pill--current-package,.listivo-panel__menu-pill--buy-package{display:flex}}.listivo-panel__menu-pill--logout{display:none}@media (max-width: 1199px){.listivo-panel__menu-pill--logout{display:flex}}.listivo-panel-card{margin-bottom:25px;transition:0.2s ease}@media screen and (min-width: 768px){.listivo-panel-card{margin-bottom:45px}}.listivo-panel-card:last-of-type{margin-bottom:0}.listivo-panel-card__inner{display:flex;width:100%;flex-direction:column;transition:0.2s ease;background-color:var(--white);border-radius:var(--radius-l);border:1px
solid var(--border-color);height:100%;position:relative;margin-bottom:35px}@media (min-width: 500px){.listivo-panel-card__inner{flex-direction:row}}.listivo-panel-card__inner:hover{box-shadow:var(--shadow-s)}.listivo-panel-card__left{position:relative;min-height:100%}@media (min-width: 500px){.listivo-panel-card__left{display:flex}}.listivo-panel-card__preview{display:block;padding-bottom:75%;min-width:120px;position:relative;border-radius:var(--radius-l);overflow:hidden;background-color:#ccc}@media (min-width: 360px){.listivo-panel-card__preview{min-width:130px}}@media (min-width: 400px){.listivo-panel-card__preview{min-width:170px}}@media (min-width: 500px){.listivo-panel-card__preview{min-width:170px}}@media (min-width: 600px){.listivo-panel-card__preview{min-width:220px}}@media screen and (min-width: 768px){.listivo-panel-card__preview{min-width:300px}}@media (min-width: 500px){.listivo-panel-card__preview{border-top-right-radius:0;border-bottom-right-radius:0}}.listivo-panel-card__preview:hover&gt;img{filter:brightness(1.05)}.listivo-panel-card__preview
img{position:absolute;top:0;left:0;width:100%;height:100% !important;object-fit:cover;transition:0.2s ease}.listivo-panel-card__content{width:100%;padding:20px;flex-direction:column;display:flex}@media screen and (min-width: 768px){.listivo-panel-card__content{padding:45px
50px}}.listivo-panel-card__top{display:flex;width:100%;flex-direction:column}@media screen and (min-width: 1025px){.listivo-panel-card__top{flex-direction:row;justify-content:space-between}}.listivo-panel-card__name{line-height:1.27;font-family:var(--font-heading);font-weight:700;font-size:22px;letter-spacing:-0.22px;margin-bottom:20px;display:block;transition:0.2s ease}@media screen and (min-width: 768px){.listivo-panel-card__name{font-size:24px;letter-spacing:-0.24px}}.listivo-panel-card__name:hover{color:var(--e-global-color-lprimary1)}.listivo-panel-card__price{font-size:30px;margin-bottom:20px;font-family:var(--font-heading);font-weight:700;color:var(--content-dark);display:block}@media screen and (min-width: 1025px){.listivo-panel-card__price{padding-left:15px}}.listivo-panel-card__dates{display:flex;flex-wrap:wrap;margin-bottom:20px;line-height:28px}.listivo-panel-card__date{display:flex;flex-wrap:wrap;margin-right:15px}.listivo-panel-card__date-label{font-weight:700;margin-right:5px}.listivo-panel-card__actions{margin-top:15px;margin-bottom:35px}.listivo-panel-card__actions a, .listivo-panel-card__actions
button{display:inline-block;position:relative;line-height:30px;font-size:18px;color:var(--text-5);margin-right:50px;transition:0.2s ease}.listivo-panel-card__actions a:hover, .listivo-panel-card__actions button:hover{color:var(--e-global-color-lprimary1)}@media (max-width: 767px){.listivo-panel-card__actions a, .listivo-panel-card__actions
button{margin-right:20px}}.listivo-panel-card__actions a:after, .listivo-panel-card__actions button:after{content:"";display:block;position:absolute;right:-25px;top:0;width:1px;height:30px;background-color:#ddd}@media (max-width: 767px){.listivo-panel-card__actions a:after, .listivo-panel-card__actions button:after{display:none}}.listivo-panel-card__actions a:last-child:after, .listivo-panel-card__actions button:last-child:after{display:none}.listivo-panel-card__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}@media (min-width: 500px){.listivo-panel-card__bottom{margin-bottom:-15px}}.listivo-panel-card__bottom-left{display:flex;margin-bottom:15px}@media (max-width: 500px){.listivo-panel-card__bottom-left{width:100%}}.listivo-panel-card__bottom-right{display:none}@media (min-width: 500px){.listivo-panel-card__bottom-right{margin-bottom:15px;display:flex}}.listivo-panel-card__bottom-mobile{padding:10px
0;width:100%}.listivo-panel-card__bottom-mobile:after{clear:both;content:"";display:table}@media (min-width: 500px){.listivo-panel-card__bottom-mobile{display:none}}.listivo-panel-card__stat{position:relative;padding:12px
17px;line-height:22px;border-radius:var(--radius-s);background-color:#edf8fb;font-size:14px;font-weight:500;margin-right:10px;white-space:nowrap}@media (max-width: 500px){.listivo-panel-card__stat{width:100%;text-align:center}}.listivo-panel-card__stat
i{font-size:16px;color:var(--e-global-color-lprimary1);margin-right:7px}.listivo-panel-card__stat:hover&gt;.listivo-panel-card__stat-label{transform:translate3d(0, 0, 0);visibility:visible;opacity:1}.listivo-panel-card__stat-label{position:absolute;bottom:-54px;padding:10px
20px;font-size:14px;line-height:17px;font-weight:500;color:#fff;border-radius:var(--radius-l);white-space:nowrap;z-index:2;box-shadow:var(--shadow-s);transition:all 0.25s ease;transform:translate3d(0, 15px, 0);visibility:hidden;opacity:0;background:#222}.listivo-panel-card__stat-label:before{transition:all 0.25s ease;position:absolute;content:"";display:block;left:22px;top:-8px;width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:8px solid #222}.listivo-panel-card__label{position:absolute;top:30px;left:30px;font-size:16px;color:var(--white);border-radius:5px;padding:7px
13px;z-index:2}.listivo-panel-card__label--active{background:#10b981}.listivo-panel-card__label--pending{background:#fbbf24}.listivo-panel-card__label--draft{background:#1d4ed8}.listivo-package-name-inner{border-radius:22px;background:var(--content-dark);font-size:14px;line-height:20px;padding:12px
24px;color:#fff;margin-bottom:20px;display:inline-block}.listivo-package-name-inner
i{margin-right:3px}.listivo-panel-listings-bar{display:flex;width:100%;max-width:1170px;padding:0
15px;margin:30px
auto 35px}@media screen and (min-width: 768px){.listivo-panel-listings-bar{margin-top:50px}}@media screen and (min-width: 1025px){.listivo-panel-listings-bar{padding-left:30px;padding-right:30px}}.listivo-panel-listings-bar .listivo-simplest-search{min-width:100%}@media (min-width: 600px){.listivo-panel-listings-bar .listivo-simplest-search{min-width:initial}}@media (max-width: 1023px){.listivo-panel-listings-bar .listivo-results-bar__sort{margin-right:20px;margin-bottom:20px}}.listivo-panel-listings-bar .listivo-results-bar__sort-label{display:none}@media (min-width: 1200px){.listivo-panel-listings-bar .listivo-results-bar__sort-label{display:block}}@media (max-width: 1023px){.listivo-panel-listings-bar{margin-bottom:0;flex-wrap:wrap}}.listivo-panel-listings-bar__left{display:flex}.listivo-panel-listings-bar__right{display:flex;margin-left:auto;flex-wrap:wrap}@media (max-width: 1023px){.listivo-panel-listings-bar__right{width:100%;margin-bottom:20px}}.listivo-panel-listings-bar__menu{display:flex;align-items:center}.listivo-panel-listings-bar__menu-link{font-size:18px;font-weight:500;margin-right:25px;margin-bottom:25px;transition:0.2s ease;cursor:pointer}@media (min-width: 1024px){.listivo-panel-listings-bar__menu-link{margin-right:35px;margin-bottom:0}}.listivo-panel-listings-bar__menu-link
svg{transition:0.2s ease;fill:#eee;display:inline}.listivo-panel-listings-bar__menu-link:hover{color:var(--e-global-color-lprimary1)}.listivo-panel-listings-bar__menu-link:hover
svg{fill:var(--e-global-color-lsecondary1)}.listivo-panel-listings-bar__menu-link--active{color:var(--e-global-color-lprimary1)}.listivo-panel-listings-bar__menu-link--active
svg{fill:var(--e-global-color-lsecondary1)}.listivo-panel-listings-bar__menu-link-text{display:block}@media (min-width: 1024px){.listivo-panel-listings-bar__menu-link-text{padding:0
11px;margin-bottom:0}}.listivo-panel-count{padding:0
15px;max-width:1170px}@media screen and (min-width: 768px){.listivo-panel-count{margin:45px
auto}}.listivo-favorite-list{margin-bottom:50px !important}@media screen and (min-width: 768px){.listivo-favorite-list{margin-bottom:70px !important}}.listivo-add-listing-wrapper{background:var(--content-light);padding-left:15px;padding-right:15px}@media screen and (min-width: 1025px){.listivo-add-listing-wrapper{padding-left:30px;padding-right:30px}}.listivo-add-listing-wrapper:after{clear:both;content:"";display:table}.listivo-add-listing{max-width:1170px;margin-left:auto;margin-right:auto;padding-top:30px;margin-bottom:50px !important}@media screen and (min-width: 768px){.listivo-add-listing{margin-bottom:70px !important}}@media screen and (min-width: 768px){.listivo-add-listing{padding-top:50px}}.listivo-add-listing-fields{max-width:1170px;margin:0
auto}.listivo-add-listing-section{padding:30px
25px;background:#fff;border-radius:10px;margin-bottom:30px}.listivo-add-listing-section .listivo-checkbox{margin:20px
0}@media (min-width: 700px){.listivo-add-listing-section .listivo-checkbox{margin:35px
0 35px 10px}}.listivo-add-listing-section__map{height:400px}@media (min-width: 900px){.listivo-add-listing-section{padding:50px
45px;margin-bottom:45px}}.listivo-add-listing-notice{width:100%;border-radius:10px;border:1px
solid rgba(83, 163, 193, 0.2);background-color:#e6f6fc;margin-bottom:60px;text-align:center;padding:28px
15px}.listivo-add-listing-notice
a{color:var(--content-dark);text-decoration:underline}.listivo-required-asterisk{color:#da1c2d}.listivo-submit-fields-wrapper{margin:0
-15px;margin-bottom:-25px}@media (min-width: 900px){.listivo-submit-fields-wrapper{margin-bottom:-35px}}.listivo-submit-fields-wrapper:after{clear:both;content:"";display:table}.listivo-submit-field{float:left;width:100%;margin-bottom:25px;padding:0
15px;position:relative}@media (min-width: 900px){.listivo-submit-field{width:33.3333%;margin-bottom:35px}}.listivo-submit-field-label-small{display:block;width:100%;font-size:18px;font-weight:500;color:#222;margin-bottom:15px}.listivo-submit-field-label-small::after{content:" ";white-space:pre}.listivo-submit-field--number input[type=text], .listivo-submit-field--price input[type=text]{padding-right:90px}.listivo-submit-field-sign{position:absolute;right:30px;bottom:0px;line-height:64px}.listivo-submit-field-label-big{line-height:1.27;font-family:var(--font-heading);line-height:1.2;font-weight:700;font-size:26px;letter-spacing:-0.26px;margin-bottom:35px}@media screen and (min-width: 768px){.listivo-submit-field-label-big{font-size:36px;letter-spacing:-0.36px}}.listivo-submit-field-label-big .fa-check-circle{color:green;position:relative;margin-right:3px}.listivo-submit-field--name{width:100%}@media screen and (min-width: 768px){.listivo-submit-field--name .listivo-submit-field-name-inner{width:calc(66.66% - 10px)}}@media (max-width: 899px){.listivo-submit-field-multi .listivo-submit-field-label-small{display:none}.listivo-submit-field-multi .listivo-submit-field:first-of-type .listivo-submit-field-label-small{display:block}}.listivo-submit-field-active .listivo-submit-field-sign{display:none}.listivo-submit-field-active input[type=text]{color:var(--content-dark);border:1px
solid var(--content-dark)}@media screen and (min-width: 768px){.listivo-submit-field-name-inner{width:calc(50% - 10px)}}.listivo-has-error input[type=text]{border:1px
solid red !important;color:red !important}.listivo-has-error input[type=text]::placeholder{color:red !important}.listivo-has-error .listivo-select__field{border:1px
solid red !important;color:red !important}.listivo-has-error .listivo-submit-field-sign,
.listivo-has-error .listivo-field__icon:after,
.listivo-has-error .listivo-submit-field-label-small,
.listivo-has-error .listivo-submit-field-label-big{color:red}.listivo-panel-plain-header{background:#fff;padding:60px
0}.listivo-panel-plain-header__inner{margin:0
auto;max-width:1200px;padding-right:15px;padding-left:15px}@media screen and (min-width: 1025px){.listivo-panel-plain-header__inner{padding-right:30px;padding-left:30px}}.listivo-panel-plain-header
h1{line-height:1.27;font-family:var(--font-heading);line-height:1.2;font-weight:700;font-size:26px;letter-spacing:-0.26px}@media screen and (min-width: 768px){.listivo-panel-plain-header
h1{font-size:36px;letter-spacing:-0.36px}}.listivo-add-video__description{margin-top:-15px;margin-bottom:20px}@media (min-width: 730px){.listivo-add-video__input{width:640px}}@media (min-width: 900px){.listivo-add-video__input{width:calc(50% - 10px)}}.listivo-add-video__preview{margin-top:20px;max-width:640px;margin-right:auto}.listivo-add-video__preview
iframe{width:640px;height:382px}@media (max-width: 500px){.listivo-add-video__preview
iframe{height:250px}}@media (max-width: 730px){.listivo-add-video__preview
iframe{height:300px}}.listivo-multi-checkbox{display:flex;flex-wrap:wrap;width:100%;margin-bottom:-20px;flex-direction:column}@media screen and (min-width: 768px){.listivo-multi-checkbox{margin-bottom:-35px;flex-direction:row}}.listivo-multi-checkbox .listivo-checkbox{margin:0
0 20px 0;padding-right:15px;padding-bottom:5px}@media screen and (min-width: 768px){.listivo-multi-checkbox .listivo-checkbox{margin-bottom:35px;width:50%}}@media screen and (min-width: 1025px){.listivo-multi-checkbox .listivo-checkbox{width:33.33%}}.listivo-multi-checkbox .listivo-checkbox input:checked+label:after{left:9px;font-size:12px;top:6px}.listivo-multi-checkbox-button{width:100%;margin-top:15px;margin-bottom:20px}@media screen and (min-width: 768px){.listivo-multi-checkbox-button{margin-bottom:35px}}.listivo-add-listing-submit-button{text-align:right}.listivo-form__section{border-radius:20px;padding:30px
15px 30px 15px;border:1px
solid var(--border-color)}@media (min-width: 900px){.listivo-form__section{padding:65px
15px 101px 15px}}.listivo-form__section--dropzone{padding:0;position:relative;overflow:hidden}.listivo-form__section--dropzone .vue-dropzone{display:flex;flex-wrap:wrap;border:0;font-family:inherit !important;position:relative;z-index:2;padding:30px
15px 80px 15px;background:transparent}@media (min-width: 900px){.listivo-form__section--dropzone .vue-dropzone{padding:30px
20px 80px 20px}}.listivo-form__section--dropzone .vue-dropzone .dz-default.dz-message{transition:all 0.2s ease}.listivo-form__section--dropzone .vue-dropzone:hover{background:transparent}.listivo-form__section--dropzone .vue-dropzone:hover .dz-default.dz-message{color:var(--e-global-color-lprimary1)}.listivo-form__section--dropzone .vue-dropzone:hover + .listivo-form__gallery__bottom .listivo-form__gallery__add-photos{color:var(--e-global-color-lprimary1)}.listivo-form__section--dropzone .vue-dropzone .dz-preview.dz-image-preview{background:transparent !important}.listivo-form__section--dropzone .vue-dropzone .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:10px;left:50%;top:50%;margin-top:-4px;width:100px;margin-left:-50px;background:#fff;-webkit-transform:scale(1);border-radius:4px;overflow:hidden}.listivo-form__section--dropzone .vue-dropzone .dz-progress .dz-upload{background-color:var(--e-global-color-lprimary1) !important}.listivo-form__section--dropzone .vue-dropzone .dz-error .dz-error-message{opacity:1 !important;position:absolute;top:10px !important;height:calc(100% - 20px);width:calc(100% - 20px);padding:15px;display:flex !important;vertical-align:middle !important;left:10px;margin:0;display:flex;align-items:center;font-size:13px;line-height:16px}.listivo-form__section--dropzone .vue-dropzone .dz-error .dz-error-message
span{display:block;text-align:center;width:100%}.listivo-form__section--dropzone .vue-dropzone .dz-preview{position:relative;width:50%;margin:0;padding:10px;border-radius:10px;overflow:hidden}@media screen and (min-width: 768px){.listivo-form__section--dropzone .vue-dropzone .dz-preview{width:25%}}@media screen and (min-width: 1025px){.listivo-form__section--dropzone .vue-dropzone .dz-preview{width:20%}}@media screen and (min-width: 1200px){.listivo-form__section--dropzone .vue-dropzone .dz-preview{width:16.666%}}.listivo-form__section--dropzone .vue-dropzone .dz-preview .dz-remove{border:0;font-size:0}.listivo-form__section--dropzone .vue-dropzone .dz-preview .dz-image{border-radius:10px !important;position:relative;padding-bottom:100%}.listivo-form__section--dropzone .vue-dropzone .dz-preview .dz-image
img{display:block;position:absolute;width:100%;height:100% !important;left:0;top:0;object-fit:cover}.listivo-form__section--dropzone .vue-dropzone .dz-preview .dz-image img[src$=svg]{width:50px !important;height:50px !important;top:50% !important;left:0 !important;margin:-25px auto 0 !important;right:0 !important}.listivo-form__section--dropzone .vue-dropzone .dz-preview.dz-complete .dz-remove{right:10px;top:10px;padding:10px
0 0 0;width:50px;height:50px;opacity:1;text-align:center;display:flex;position:absolute !important;background:rgba(255, 255, 255, 0.5) !important;transition:all 0.2s ease}@media (max-width: 767px){.listivo-form__section--dropzone .vue-dropzone .dz-preview.dz-complete .dz-remove{width:100%;height:100%;border:0
solid transparent !important}}.listivo-form__section--dropzone .vue-dropzone .dz-preview.dz-complete .dz-remove:hover{text-decoration:none !important}.listivo-form__section--dropzone .vue-dropzone .dz-preview.dz-complete .dz-remove:after{border:1px
solid var(--border-color);display:block;padding:0
!important;margin:0
!important;content:"\f00d";font-family:"Font Awesome 5 Free";font-size:20px;background:#fff;height:40px;line-height:40px;color:#000;text-align:center;width:40px;border-radius:50%}@media (max-width: 767px){.listivo-form__section--dropzone .vue-dropzone .dz-preview.dz-complete .dz-remove:after{position:absolute;left:15px;right:0;top:50%;margin:-37px auto 0 !important;border:1px
solid var(--border-color);font-size:20px;width:50px;height:50px;line-height:50px}}.listivo-form__section--dropzone .vue-dropzone .dz-preview .dz-details{display:none}.listivo-form__section--dropzone .vue-dropzone .dz-preview .dz-image{border-radius:10px;overflow:hidden;background:#222732 !important}.listivo-form__section--dropzone .vue-dropzone .dz-preview .dz-image
img{border-radius:10px}.listivo-form__section--dropzone .vue-dropzone .dz-preview .dz-error-mark,
.listivo-form__section--dropzone .vue-dropzone .dz-preview .dz-success-mark{display:none}.listivo-form__section--dropzone .vue-dropzone .dz-preview:hover .dz-image
img{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;-webkit-filter:none;filter:none}.listivo-form__section--dropzone .vue-dropzone .dz-preview.dz-complete
img{cursor:move;cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.listivo-form__section--dropzone .vue-dropzone .dz-preview.dz-complete img:active{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}.listivo-form__section--dropzone .vue-dropzone .dz-preview
img{object-fit:cover;position:absolute;left:0;top:0;width:100%;height:100%}.listivo-form__section--dropzone .dz-remove{z-index:1001 !important}.listivo-form__section--dropzone .dz-default.dz-message{font-size:24px;color:#444;margin:37px
auto 0 auto;display:flex;align-items:center;transition:color 0.2s ease}.listivo-form__section--dropzone .dz-default.dz-message
span{display:inline-flex;align-items:center}.listivo-form__section--dropzone .dz-default.dz-message span
i{color:var(--e-global-color-lprimary1);font-size:30px;margin-right:14px}.listivo-form__gallery__bottom{position:absolute;padding:0
20px;bottom:35px;display:flex;width:100%;justify-content:flex-end}@media (min-width: 900px){.listivo-form__gallery__bottom{padding:0
30px}}.listivo-form__gallery__counter{font-size:14px;line-height:22px;font-weight:400;color:#444}.listivo-form__gallery__add-photos{display:flex;align-items:center;font-size:14px;font-weight:500;color:#99a1b2;cursor:pointer;margin-right:auto;transition:0.2s ease}.listivo-form__gallery__add-photos
i{color:var(--e-global-color-lprimary1);font-size:22px;margin-right:13px;right:1px;top:-7px}.listivo-form__gallery__add-photos:hover{color:var(--e-global-color-lprimary1)}.listivo-form__section--attachments .dz-image
img{position:absolute !important;left:0 !important;right:0 !important;top:25px !important;width:60px !important;height:60px !important;margin:0
auto !important}.listivo-form__section--attachments .dz-details{display:flex !important;justify-content:center !important;align-items:center !important;text-align:center;flex-direction:column;opacity:1 !important;width:calc(100% - 20px) !important;min-width:initial !important;height:calc(100% - 20px) !important;border-radius:10px !important;left:10px !important;top:10px !important;background:rgba(0, 0, 0, 0.7) !important;padding:15px
10px !important;line-height:1.2 !important;cursor:move !important;cursor:grab !important;cursor:-moz-grab !important;cursor:-webkit-grab !important}.listivo-form__section--attachments .dz-size{opacity:0;margin-bottom:0;transition:0.2s ease}.listivo-form__section--attachments .dz-size
span{padding:0
!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listivo-form__section--attachments .dz-filename{opacity:0;max-width:130px !important;transition:0.2s ease}.listivo-form__section--attachments .dz-filename
span{padding:0
!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listivo-form__section--attachments .dz-success .dz-size,
.listivo-form__section--attachments .dz-success .dz-filename{opacity:1}.listivo-settings{display:flex;width:100%;max-width:1170px;margin:50px
auto 0 auto;flex-direction:column;padding:0
15px;margin-bottom:50px !important;margin:30px
auto 0 auto}@media screen and (min-width: 768px){.listivo-settings{margin-bottom:70px !important}}@media screen and (min-width: 768px){.listivo-settings{margin-top:50px}}.listivo-settings-fields-wrapper{margin:0
-15px}.listivo-settings-fields{display:flex;width:100%;flex-direction:column;flex-wrap:wrap;margin-bottom:-15px}@media screen and (min-width: 768px){.listivo-settings-fields{margin-bottom:-35px}}.listivo-settings-fields__button{margin-top:35px}.listivo-settings-field{margin-bottom:35px;padding:0
15px;position:relative}@media screen and (min-width: 768px){.listivo-settings-field{width:50%}}.listivo-settings-field-label{display:block;width:100%;margin-bottom:15px;font-size:18px;font-weight:500;color:#222}.listivo-settings-field-label
i{display:none}@media (min-width: 420px){.listivo-settings-field-label
i{display:inline;color:var(--content-dark);margin-right:4px}}.listivo-settings-field-label
svg{display:none;height:24px;position:relative;top:6px;margin-right:0px;stroke:var(--content-dark)}@media (min-width: 420px){.listivo-settings-field-label
svg{display:inline}}.listivo-settings-field--full{width:100%}.listivo-settings-field--change-email{margin-top:35px}.listivo-settings-field--description{width:100%}.listivo-settings-field--description:after{clear:both;content:"";display:table}.listivo-settings-field--description
textarea{float:left;min-height:250px}.listivo-settings-field--map{width:100%}.listivo-settings-field--map .listivo-checkbox{padding:35px
0 35px 15px}.listivo-settings-map{width:100%;height:400px;border-radius:10px}.listivo-settings-avatar{padding:30px;border-radius:10px;border:1px
solid #e4ebf0;display:flex;align-items:center;justify-content:center;transition:0.2s ease;flex-direction:column;cursor:pointer}@media screen and (min-width: 768px){.listivo-settings-avatar{flex-direction:row}}.listivo-settings-avatar:hover{background:#f4f4f4}.listivo-settings-avatar--transparent-bg .listivo-settings-avatar__image{background-color:transparent}.listivo-settings-avatar__image{min-width:150px;height:150px;overflow:hidden;border-radius:8px;background-color:var(--content-dark);text-align:center;position:relative}.listivo-settings-avatar__image
img{position:absolute;width:100%;height:100%;left:0;top:0;object-fit:cover}.listivo-settings-avatar__image
svg{height:150px}.listivo-settings-avatar__text{margin-top:20px;width:100%;text-align:center;line-height:1.27;font-family:var(--font-heading);font-weight:700;font-size:22px;letter-spacing:-0.22px}@media screen and (min-width: 768px){.listivo-settings-avatar__text{font-size:24px;letter-spacing:-0.24px}}@media screen and (min-width: 768px){.listivo-settings-avatar__text{margin-left:60px;margin-right:auto;text-align:left;width:auto;margin-top:0}}.tdf-panel-remove-button{position:absolute;top:41px;cursor:pointer;height:40px;line-height:40px;width:40px;text-align:center;border-radius:50%;border:1px
solid #e4ebf0;background-color:#fff;left:139px;z-index:3;outline:0
solid transparent !important;transition:0.2s ease}.tdf-panel-remove-button:after{font-family:"Font Awesome 5 Free";font-weight:900;content:"\f00d";color:#000;font-size:20px}.tdf-panel-remove-button:hover{background:#f2f2f2}.listivo-settings-whats-app{margin-top:15px}.listivo-chat-send-form
textarea{height:280px;margin-bottom:30px}.listivo-chat-wrapper{padding:0
15px}.listivo-chat{display:flex;max-width:1140px;padding:30px
25px;border-radius:10px;margin-bottom:50px !important;position:relative}@media (max-width: 899px){.listivo-chat{margin-top:30px;padding:25px;border:1px
solid var(--border-color)}}@media (min-width: 900px){.listivo-chat{padding:0
30px;margin:50px
auto 0 auto;border:1px
solid var(--border-color)}}@media screen and (min-width: 768px){.listivo-chat{margin-bottom:70px !important}}.listivo-chat .listivo-chat__loader{left:0;text-align:center;right:0;height:38px;margin-bottom:30px}.listivo-chat .listivo-chat__loader
svg{width:50px;height:34px;fill:var(--e-global-color-lprimary1)}.listivo-chat .listivo-chat__users{display:flex;width:360px;flex-direction:column;margin-right:30px}@media (min-width: 900px){.listivo-chat .listivo-chat__users{padding-bottom:30px;padding-top:30px;padding-right:30px;border-right:1px solid var(--border-color)}}@media (min-width: 1024px){.listivo-chat .listivo-chat__users{width:450px}}.listivo-chat .listivo-chat__user{display:flex;cursor:pointer;margin-bottom:10px;padding:25px
0 25px 0;width:100%;align-items:center;transition:0.2s ease}@media (min-width: 900px){.listivo-chat .listivo-chat__user{padding:25px
30px 25px 25px;border-left:3px solid transparent}.listivo-chat .listivo-chat__user:hover{border-color:var(--content-dark)}}@media (max-width: 899px){.listivo-chat .listivo-chat__user{border-bottom:1px solid var(--border-color)}.listivo-chat .listivo-chat__user:first-of-type{margin-top:10px}.listivo-chat .listivo-chat__user:last-of-type{border-bottom:none}}@media (min-width: 900px){.listivo-chat .listivo-chat__user--active{border-color:var(--content-dark);background:var(--nonary)}.listivo-chat .listivo-chat__user--active .listivo-chat__avatar-big__placeholder{background:#fff}}.listivo-chat .listivo-chat__user--not-seen{background-color:var(--e-global-color-lprimary3) !important}.listivo-chat .listivo-chat__user-details{padding-left:85px;width:100%}@media screen and (min-width: 1025px){.listivo-chat .listivo-chat__user-details{padding-left:100px}}.listivo-chat .listivo-chat__user-name{line-height:1.27;font-family:var(--font-heading);font-size:20px;font-weight:700;letter-spacing:-0.2px;margin-bottom:11px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listivo-chat .listivo-chat__intro{font-size:12px;font-weight:500;color:#444;display:flex}.listivo-chat .listivo-chat__intro-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listivo-chat .listivo-chat__intro-date{white-space:nowrap}.listivo-chat .listivo-chat__conversation{display:flex;flex-direction:column;flex:1;padding-top:30px;padding-bottom:30px}.listivo-chat .listivo-chat__messages{background:var(--nonary)}.listivo-chat .listivo-chat__message-wrapper{display:flex;flex-direction:column}.listivo-chat .listivo-chat__message-wrapper--me{justify-content:flex-end}.listivo-chat .listivo-chat__message-wrapper--me .listivo-chat__text{background:rgba(0, 112, 250, 0.1)}.listivo-chat .listivo-chat__message-wrapper:nth-last-child(1) .listivo-chat__text{margin-bottom:50px}.listivo-chat .listivo-chat__message-wrapper:nth-last-child(1) .listivo-chat__avatar-small img,
.listivo-chat .listivo-chat__message-wrapper:nth-last-child(1) .listivo-chat__avatar-small__placeholder{bottom:50px}.listivo-chat .listivo-chat__text{padding:10px
15px;background:#fff;margin-bottom:10px;border-radius:10px;font-weight:400;font-size:16px;line-height:1.5;word-break:break-word}.listivo-chat .listivo-chat__text
a{text-decoration:underline !important}.listivo-chat .listivo-chat__editor{background:#FFF;height:138px;width:100%;resize:vertical;color:var(--text-1);font-size:16px;line-height:28px;width:100%;background:var(--white);padding:17px
30px 17px 27px;border-radius:var(--radius-l);border:1px
solid var(--border-color);font-family:inherit;box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.07) !important;border-radius:10px !important;font-size:16px !important;line-height:27px !important;padding:20px
!important;margin:0
0 15px 0;float:left}.listivo-chat .listivo-chat__editor-label{font-weight:bold;font-size:22px;line-height:32px;color:#1E232C}.listivo-chat .listivo-chat__button{margin-top:7px;text-align:right}.listivo-chat__message{display:flex;position:relative}@media (min-width: 900px){.listivo-chat__message{width:calc(50% + 60px)}}.listivo-chat__message-wrapper--me .listivo-chat__message{margin-left:auto}.listivo-chat__message-wrapper--other .listivo-chat__message{margin-right:auto}.listivo-chat__time{text-align:center;color:#6F6F6F;font-size:11px;line-height:1.3;margin:0
0 10px 0;width:100%}.listivo-chat__avatar-big{min-width:70px;min-height:70px;max-width:70px;max-height:70px;overflow:hidden;border-radius:50%;position:absolute}.listivo-chat__avatar-big__placeholder{border-radius:50%;display:block;content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:var(--nonary);text-align:center;font-size:20px;line-height:70px;background-size:cover;z-index:0;color:var(--content-dark)}.listivo-chat__avatar-small__placeholder{border-radius:50%;display:block;content:"";width:45px;height:45px;position:absolute;bottom:10px;left:0;text-align:center;font-size:16px;line-height:45px;background:#fff;color:var(--content-dark);background-size:cover;z-index:0}.listivo-chat__avatar-small{margin-right:15px;width:45px;height:45px}.listivo-chat__avatar-small
img{border-radius:50%;position:absolute;bottom:10px;width:45px;height:45px}.listivo-chat__message-wrapper--me .listivo-chat__text{margin-left:auto}.listivo-chat__message-wrapper--me .listivo-chat__avatar-small{display:none}.listivo-chat__load-more{text-align:center;margin-bottom:30px}.listivo-chat__load-more .listivo-button{font-weight:600;height:40px;padding:0
20px;border-radius:8px;font-size:14px;text-transform:initial}@media (min-width: 900px){.listivo-chat__listing-info__arrow{display:none}}.listivo-chat__listing-info__arrow__inner{height:50px;width:50px;text-align:center;background:#f2f5fb;color:var(--content-dark);margin-right:24px;border-radius:50%;line-height:50px}.listivo-chat__listing-info__user-actions__inner{display:flex;align-items:center}@media (min-width: 900px){.listivo-chat__listing-info__user-actions__inner{justify-content:space-between}}@media (max-width: 899px){.listivo-chat__listing-info__user-actions__inner{margin-bottom:15px;padding-left:15px;flex-wrap:wrap}}.listivo-chat__listing-info__heading{line-height:1.27;font-family:var(--font-heading);font-weight:700;font-size:22px;letter-spacing:-0.22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:50px}@media screen and (min-width: 768px){.listivo-chat__listing-info__heading{font-size:24px;letter-spacing:-0.24px}}@media (min-width: 900px){.listivo-chat__listing-info__heading{margin-bottom:30px}}@media (min-width: 900px){.listivo-chat__listing-info__heading--mobile{display:none}}@media (max-width: 899px){.listivo-chat__listing-info__heading--desktop{display:none}}.listivo-chat__top{margin-bottom:5px;border-radius:5px}.listivo-chat__top
select{color:var(--text-1);font-size:16px;line-height:28px;width:100%;background:var(--white);padding:17px
30px 17px 27px;border-radius:var(--radius-l);border:1px
solid var(--border-color);font-family:inherit}.listivo-chat__top__options{display:flex;width:100%;align-items:center;justify-content:space-between}.listivo-chat__messages-top{min-height:200px;padding:30px
28px 0px 45px;height:50vh;overflow-y:scroll}.listivo-chat__messages-bottom{padding:30px
45px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:var(--content-dark)}@media (max-width: 899px){.listivo-chat__messages-bottom .listivo-button,
.listivo-chat__messages-bottom
textarea{display:none}.listivo-chat__messages-bottom input[type=text]{padding:15px
!important}}@media (min-width: 900px){.listivo-chat__messages-bottom
form{width:100%;flex-direction:row}.listivo-chat__messages-bottom form .listivo-chat__editor{height:159px}.listivo-chat__messages-bottom form input[type=text]{display:none}.listivo-chat__messages-bottom form .listivo-chat__button{margin-left:10px;margin-top:auto}.listivo-chat__messages-bottom form .listivo-chat__button
i{margin-right:0}}@media (max-width: 899px){.listivo-chat__tab--users .listivo-chat__conversation{display:none}.listivo-chat__tab--users .listivo-chat .listivo-chat__users{width:100% !important;margin-right:0 !important}.listivo-chat__tab--messages .listivo-chat__users{display:none}.listivo-chat__tab--messages .listivo-chat .listivo-chat__conversation{display:flex;background:#fff;padding:15px
0px;flex-direction:column;flex:1;position:fixed;width:100%;height:100vh;top:0;left:0;z-index:9999999999999;overflow-y:scroll}.listivo-chat__tab--messages .listivo-chat__listing-info{position:fixed;padding-top:15px;top:0;left:0;width:100%;background:#fff;z-index:2}.listivo-chat__tab--messages .listivo-chat__messages-top{padding:15px
15px 30px 15px;min-height:initial !important;max-height:none !important;height:calc(100vh - 97px - 80px)}.listivo-chat__tab--messages .listivo-chat__messages-bottom{padding:15px}}.listivo-chat__title-chats{color:#222732;font-size:30px;line-height:38px;font-weight:900;margin-bottom:20px}@media (max-width: 899px){.listivo-chat__title-chats{margin-top:40px}}.listivo-chat__dot{min-width:5px;max-width:5px;min-height:5px;max-height:5px;margin-left:5px;position:relative;top:5px;margin-right:5px;display:inline-block;background:var(--e-global-color-lsupport1);border-radius:var(--radius-rounded)}@media (max-width: 899px){.listivo-chat__visit-profile{display:none}}@media (min-width: 900px){.listivo-chat__visit-profile{margin-left:auto;margin-bottom:30px}}@media (max-width: 899px){.listivo-chat .listivo-chat__messages{background:var(--nonary);top:80px;position:fixed;width:100%;left:0}.listivo-chat__conversation{padding-left:0;padding-right:0;padding-bottom:97px !important}.listivo-chat__conversation .listivo-chat__messages-bottom{position:fixed;bottom:0px;left:0;right:15px;width:100%;border-radius:0}}.listivo-card-image-placeholder{width:100%;height:100%;background:#f9f9f9;position:absolute;top:0;left:0;z-index:2;text-align:center;transition:0.2s ease}.listivo-card-image-placeholder:hover{background:#f4f4f4}.listivo-card-image-placeholder
i{font-size:30px;line-height:30px;height:20px;position:absolute;top:50%;left:0;right:0;margin:-15px auto 0}@media (min-width: 1024px) and (max-width: 1280px){.listivo-moderation-main{height:100%}.listivo-moderation-main .listivo-moderation-main__inner{height:100%}.listivo-moderation-main .listivo-moderation-main__image{min-height:100%}.listivo-moderation-actions,.listivo-moderation-status{height:100%;justify-content:center;display:flex;align-items:center}}.listivo-panel-my-listings{max-width:1170px;margin:0
auto;padding:0
15px;margin-bottom:50px !important}@media screen and (min-width: 768px){.listivo-panel-my-listings{margin-bottom:70px !important}}.listivo-panel-content-wide{max-width:1650px;margin:0
auto;padding:0
15px;margin-bottom:50px !important}@media screen and (min-width: 768px){.listivo-panel-content-wide{margin-bottom:70px !important}}@media screen and (min-width: 1025px){.listivo-panel-content-wide{padding-left:30px;padding-right:30px}}.listivo-simplest-search{position:relative;max-height:60px;overflow:hidden;border-radius:10px}.listivo-simplest-search input[type=text]{height:60px}.listivo-simplest-search__button{position:absolute;right:0;top:0;line-height:60px;height:100px;border:0;cursor:pointer;background-color:#edf8fb;color:#fff;padding:0
21px 0 32px;clip-path:polygon(22% 0, 100% 0, 100% 100%, 0% 100%);border-top-right-radius:var(--radius-l);border-bottom-left-radius:var(--radius-l)}.listivo-simplest-search__button
svg{height:60px;fill:var(--content-dark)}.listivo-panel-content-heading-wrapper{border:1px
solid #e4ebf0;border-radius:10px;margin-top:50px;padding:50px
15px;text-align:center;max-width:1140px;margin-left:auto;margin-right:auto;margin-bottom:50px !important}@media screen and (min-width: 768px){.listivo-panel-content-heading-wrapper{margin-bottom:70px !important}}.listivo-panel-content-heading{line-height:1.27;font-family:var(--font-heading);line-height:1.2;font-weight:700;font-size:26px;letter-spacing:-0.26px}@media screen and (min-width: 768px){.listivo-panel-content-heading{font-size:36px;letter-spacing:-0.36px}}.listivo-panel-content-heading__arrow{margin-top:45px;margin-bottom:35px}.listivo-panel-content-heading__arrow
svg{width:83px;color:var(--content-dark);transform:rotate(180deg)}
/*!* 11. Other *!*/
.listivo-main-menu{display:none}.listivo-header{position:relative;z-index:10000}.listivo-menu__desktop{position:relative}.listivo-menu__desktop .listivo-menu__container{top:-1px}.listivo-menu__desktop .listivo-submenu .menu-item-has-children:after{font-family:"Font Awesome 5 Free";font-weight:900;content:"\f054";transition:all 0.2s ease;position:absolute;z-index:2;top:19px;right:35px;pointer-events:none;font-size:9px}.listivo-menu__container{position:relative}.listivo-menu-hover{height:1px;background-color:var(--e-global-color-lprimary1);position:absolute;left:0;top:20px;margin-top:1px;z-index:10;transition:all ease 0.5s}.listivo-menu-mobile-sticky-active .listivo-mobile-menu__wrapper{background:var(--white)}.listivo-menu-sticky-active .listivo-menu__wrapper{position:fixed;background:var(--white);animation:listivo-slide-down 0.5s;box-shadow:var(--shadow-s)}@keyframes listivo-slide-down{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}.listivo-menu-sticky-active .listivo-menu__wrapper:before{height:0}.admin-bar.listivo-menu-sticky-active .listivo-menu__wrapper{top:32px}.admin-bar.listivo-menu-sticky-active .listivo-menu__wrapper .listivo-menu__more{display:flex}.listivo-menu__wrapper{z-index:1000;display:flex;align-items:center;justify-content:space-between;left:0;top:0;width:100%;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}@media screen and (min-width: 1025px){.listivo-menu__wrapper{padding-left:30px;padding-right:30px}}@media (min-width: 1200px){.listivo-menu__wrapper .listivo-logo{min-width:200px}}@media (min-width: 1536px){.listivo-menu__wrapper .listivo-logo{min-width:168px}}@media (min-width: 1600px){.listivo-menu__wrapper .listivo-logo{min-width:200px}}@media (min-width: 1710px){.listivo-menu__wrapper .listivo-logo{min-width:255px}}.listivo-menu__wrapper .listivo-logo
img{width:auto;height:40px}.listivo-menu__wrapper .listivo-menu-item-depth-0&gt;a{position:relative;white-space:nowrap}.listivo-menu__wrapper .listivo-logo.listivo-logo--sticky{display:none}.listivo-menu__wrapper .listivo-menu__left{display:flex;align-items:center}.listivo-menu__wrapper .listivo-menu__left
svg{margin-top:7px;margin-right:20px}.listivo-menu .listivo-menu__link{transition:0.2s ease;align-items:center;height:100%;padding:0;display:flex;font-size:16px;font-weight:500;border-top:1px solid transparent}.listivo-menu .menu-item{z-index:2;height:100%;position:relative}.listivo-menu .menu-item:hover&gt;.listivo-menu__link{color:var(--e-global-color-lprimary1)}@media screen and (min-width: 1200px){.listivo-menu .menu-item.menu-item-has-children:hover:after{color:var(--e-global-color-lprimary1)}}.listivo-menu .menu-item:hover&gt;.listivo-submenu{transform:translate3d(0, 0, 0);visibility:visible;opacity:1}@media screen and (min-width: 1200px){.listivo-menu&gt;.menu-item-has-children&gt;.listivo-menu__link:after{font-family:"Font Awesome 5 Free";font-weight:900;display:inline-block;content:"\f078";margin-left:15px;transition:0.2s ease;font-size:9px}}.listivo-menu&gt;.menu-item:first-child{margin-left:0}.listivo-menu-sticky-active .listivo-logo{display:none}.listivo-menu-sticky-active .listivo-logo.listivo-logo--sticky{display:block}body.listivo-menu-transparent:not(.listivo-menu-sticky-active):not(.listivo-menu-mobile-sticky-active) .listivo-mobile-menu__wrapper,
body.listivo-menu-transparent:not(.listivo-menu-sticky-active):not(.listivo-menu-mobile-sticky-active) .listivo-menu__wrapper{background-color:transparent !important}body.listivo-menu-transparent{margin-top:-1px !important}body.listivo-menu-transparent .listivo-header__container{position:relative}body.listivo-menu-transparent .listivo-header__inner{position:absolute;width:100%;left:0;top:0}.elementor-editor-mode.listivo-menu-transparent .listivo-mobile-menu__wrapper,
.elementor-editor-mode.listivo-menu-transparent .listivo-menu__wrapper{position:relative !important;background:transparent !important}.elementor-editor-mode.listivo-menu-transparent .listivo-header{pointer-events:none !important}.elementor-editor-mode.listivo-menu-transparent .listivo-header
*{pointer-events:none !important}.elementor-editor-mode.listivo-menu-transparent .listivo-header:after{content:"TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON TRANSPARENT MENU TURNED ON";white-space:normal !important;display:block;background:black !important;height:100%;width:150%;font-size:24px;position:absolute;font-weight:700;color:rgba(255, 255, 255, 0.2);top:0;left:0;overflow:hidden}.elementor-editor-mode.listivo-menu-transparent .listivo-header__inner{position:relative !important}.listivo-menu-sticky-active .listivo-menu__wrapper{height:107px !important}.listivo-menu__more{display:flex;height:107px;align-items:center;padding-right:1px}.listivo-menu-desktop-login-register-link{position:relative;display:flex;align-items:center;margin-right:25px}.listivo-menu-desktop-login-register-link:after{clear:both;content:"";display:table}@media (min-width: 1710px){.listivo-menu-desktop-login-register-link{margin-right:50px}}.listivo-menu-desktop-dashboard-link{display:flex;align-items:center}.listivo-menu-desktop-login-register-link
a{transition:0.2s ease}.listivo-menu-desktop-login-register-link a:hover{color:var(--e-global-color-lprimary1)}.listivo-menu-desktop-login-register-link__user-icon{margin-right:12px}.listivo-menu-desktop-login-register-link__register-text,.listivo-menu-desktop-login-register-link__login-text{display:inline-block}.listivo-menu-desktop-login-register-link__separator{display:inline-block;height:18px;width:1px;background:#50514f;margin-left:20px;margin-right:20px}.listivo-menu__desktop .listivo-menu{height:107px;display:flex;align-items:center}.listivo-menu__desktop .listivo-menu .listivo-menu-item-depth-0{margin:0
30px 0 0}.listivo-menu__desktop .listivo-menu .listivo-menu-item-depth-0:last-child{margin-right:0}.listivo-menu__more .listivo-menu-item-depth-0{display:inline}.listivo-menu__more .listivo-menu-item-depth-0
.far{font-family:"Font Awesome 5 Free" !important;font-weight:400 !important}.listivo-menu__more .listivo-menu-item-depth-0
.fas{font-family:"Font Awesome 5 Free" !important;font-weight:900 !important}.listivo-logo{font-size:30px;font-weight:700;font-family:var(--font-heading)}.listivo-logo
img{margin-top:-7px}@media (max-width: 1024px){.listivo-logo{display:flex;align-items:center;justify-content:center}.listivo-logo
a{display:flex;align-items:center;justify-content:center}}.listivo-menu__limit-width{max-width:1650px;margin-left:auto !important;margin-right:auto !important;z-index:1000;display:flex;align-items:center;justify-content:space-between;width:100%}.listivo-menu-mobile-sticky-active .listivo-mobile-menu__wrapper{position:fixed;width:100%;z-index:99999999;top:0;left:0}@media (min-width: 601px){.listivo-menu-mobile-sticky-active .admin-bar .listivo-hide-desktop{top:46px}}@media (min-width: 783px){.listivo-menu-mobile-sticky-active .admin-bar .listivo-hide-desktop{top:32px}}html:not(.listivo-menu-sticky-active) .listivo-menu-static-dark .listivo-mobile-menu__wrapper,
html:not(.listivo-menu-sticky-active) .listivo-menu-static-dark .listivo-menu__wrapper{background:var(--content-dark)}.listivo-button--menu-submit{text-transform:uppercase}.listivo-button--menu-submit
svg{width:18px;height:18px;fill:#fff}.listivo-mobile-menu__wrapper{position:relative;z-index:100000;display:flex;flex-direction:row;align-items:center;padding:25px
15px}@media screen and (min-width: 1025px){.listivo-mobile-menu__wrapper{padding-left:30px;padding-right:30px}}.listivo-mobile-menu__wrapper .listivo-mobile-menu__logo, .listivo-mobile-menu__wrapper .listivo-mobile-menu__hamburger, .listivo-mobile-menu__wrapper .listivo-mobile-menu__login{height:50px;flex-grow:1;display:flex;flex-direction:column;justify-content:center}.listivo-mobile-menu__wrapper .listivo-mobile-menu__login{text-align:right;width:50px;max-width:50px}.listivo-mobile-menu__wrapper .listivo-mobile-menu__login
i{font-size:24px}.listivo-mobile-menu__wrapper .listivo-mobile-menu__hamburger{width:50px;max-width:50px}.listivo-mobile-menu__wrapper .listivo-mobile-menu__logo{text-align:center}.listivo-mobile-menu__wrapper .listivo-mobile-menu__logo.listivo-mobile-menu__logo--right{text-align:right}.listivo-mobile-menu__wrapper .listivo-mobile-menu__logo.listivo-mobile-menu__logo--left{text-align:left}.listivo-mobile-menu__wrapper .listivo-mobile-menu__logo
img{height:40px;width:auto}@media (min-width: 1200px){.listivo-mobile-menu__wrapper .listivo-mobile-menu__logo
img{height:32px}}.listivo-mobile-menu__wrapper .listivo-mobile-menu__nav{margin-bottom:35px;text-align:left}.listivo-mobile-menu__wrapper .listivo-mobile-menu__open__content{padding:0;margin-bottom:20px}.listivo-mobile-menu__wrapper .listivo-mobile-menu__open{transform:translateX(-100%);transition:0.2s all ease-out;position:fixed;background-color:#05232d;left:0;top:0;right:0;bottom:0;overflow-y:scroll;z-index:999999}@media (min-width: 450px){.listivo-mobile-menu__wrapper .listivo-mobile-menu__open{max-width:400px}}.listivo-mobile-menu__wrapper .listivo-mobile-menu__open.listivo-active{transform:translateX(0)}.listivo-mobile-menu__wrapper .listivo-mobile-menu__open .listivo-menu&gt;.menu-item-has-children&gt;.listivo-menu__link{display:flex;align-items:center;justify-content:space-between}.listivo-mobile-menu__wrapper .listivo-mobile-menu__open .menu-item-has-children{position:relative}.listivo-mobile-menu__wrapper .listivo-mobile-menu__open .menu-item-has-children:after{font-family:"Font Awesome 5 Free";font-weight:900;content:"\f078";color:var(--white);font-size:16px;position:absolute;right:28px;top:25px}.listivo-mobile-menu__wrapper .listivo-mobile-menu__open .listivo-mobile-menu__open__top{display:flex;align-items:center;justify-content:space-between;background:var(--content-dark);height:100px;padding-left:25px;padding-right:25px}.listivo-mobile-menu__wrapper .listivo-mobile-menu__open .listivo-menu&gt;.menu-item{border-bottom:1px solid var(--content-dark)}.listivo-mobile-menu__wrapper .listivo-mobile-menu__open .listivo-menu&gt;.menu-item&gt;a{padding-top:21px;padding-bottom:21px}.listivo-mobile-menu__wrapper .listivo-mobile-menu__open .menu-item .listivo-menu__link{display:block;font-size:20px;line-height:28px;font-weight:300;color:var(--white);padding-left:25px;padding-right:25px}.listivo-mobile-menu__wrapper .listivo-mobile-menu__open .menu-item.menu-item-has-children--open&gt;.listivo-submenu{display:block}.listivo-mobile-menu__wrapper .listivo-mobile-menu__open .listivo-submenu{display:none;padding:0;margin-top:0}.listivo-mobile-menu__wrapper .listivo-mobile-menu__open .listivo-submenu .listivo-menu__link{border-top:1px solid var(--content-dark);padding:21px
20px 21px 50px}.listivo-mobile-menu__wrapper .listivo-mobile-menu__open .listivo-mobile-menu__currency-switcher{border-top:1px solid #e2e3e7;padding-top:20px;color:#99a1b2;font-size:20px;display:flex;align-items:center;height:60px;cursor:pointer}.listivo-mobile-menu__wrapper .listivo-mobile-menu__open .listivo-mobile-menu__currency-switcher
select{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;padding:0
30px 0 0;margin-left:10px;margin-right:5px;font-size:20px;border:none;color:var(--octonary);font-weight:bold;z-index:2}.listivo-mobile-menu__wrapper .listivo-mobile-menu__open .listivo-mobile-menu__currency-switcher .fa-angle-down{position:relative;left:-30px}.listivo-mobile-menu__wrapper .listivo-submenu--level-1{padding-left:20px !important}.listivo-mobile-menu__wrapper .listivo-submenu--level-2{padding-left:20px !important}.listivo-mobile-menu__wrapper .listivo-submenu--level-3{padding-left:20px !important}.listivo-mobile-menu__wrapper .listivo-submenu--level-4{padding-left:20px !important}.listivo-mobile-menu__info{margin-bottom:35px;padding-left:20px;padding-right:20px;font-weight:300;color:#bbb;font-size:20px;line-height:28px}.listivo-mobile-menu__info
a{font-weight:300;color:#fff;margin-bottom:15px;display:block}.listivo-mobile-menu__info-social{display:flex}.listivo-mobile-menu__info-email,.listivo-mobile-menu__info-phone{margin-bottom:22px}.listivo-mobile-menu__info-social{margin-top:35px}.listivo-mobile-menu-mask{position:fixed;top:0;right:0;left:0;width:0px;float:left;height:100%;background:var(--black);opacity:0;transition:opacity 0.5s ease;z-index:1000}@media (min-width: 450px){.listivo-mobile-menu__open.listivo-active+.listivo-mobile-menu-mask{width:100%;opacity:0.7}}.listivo-mobile-menu__open__top__x{position:relative;top:4px;padding-left:5px;margin-left:auto}.listivo-mobile-menu__open__top__x
svg{fill:var(--white)}@media (max-width: 1200px){.listivo-mobile-menu__wrapper--mobile-simple-menu{flex-direction:row-reverse !important}.listivo-mobile-menu__wrapper--mobile-simple-menu .listivo-logo{text-align:left}.listivo-mobile-menu__wrapper--mobile-simple-menu .listivo-mobile-menu__hamburger{width:50px;text-align:right}}.listivo-menu-icon-wrapper{width:50px;height:50px;border-radius:8px;background-color:var(--content-dark);text-align:center;align-content:center;justify-content:center;display:flex}.listivo-menu-icon-wrapper
svg{height:100%;display:flex;fill:#fff}.listivo-user-icon-wrapper{width:50px;height:50px;border-radius:8px;background-color:var(--content-dark);text-align:center;margin-left:auto}.listivo-user-icon-wrapper
svg{height:26px;margin-top:12px;margin-right:0;fill:#fff}@media screen and (min-width: 1200px){.listivo-submenu{transition:all 0.25s;transform:translate3d(0, 15px, 0);visibility:hidden;opacity:0;background:var(--white);border:1px
solid var(--border-color);box-shadow:var(--shadow-s);color:var(--octonary);font-size:16px;position:absolute;left:-20px;min-width:260px;border-radius:var(--radius-m);padding:21px
0;margin-top:-11px}.listivo-submenu .listivo-submenu{left:calc(100% - 10px);top:-11px !important}.listivo-submenu .listivo-submenu.listivo-submenu--level-2{top:0}.listivo-submenu .menu-item{padding:0
35px}.listivo-submenu .listivo-menu__link{font-size:16px;line-height:20px;padding-top:12px;padding-bottom:12px;padding-right:30px;font-weight:400;border-bottom:1px solid #ddd}.listivo-submenu&gt;.menu-item:last-child&gt;.listivo-menu__link{border-bottom:none;padding-bottom:13px}.listivo-submenu.listivo-submenu--level-0:after{content:"";display:block;position:absolute;top:-10px;left:21px;width:0;height:0;border-left:11px solid transparent;border-right:11px solid transparent;border-bottom:11px solid var(--white)}.listivo-submenu.listivo-submenu--level-0:before{content:"";display:block;position:absolute;top:-12px;left:20px;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid #e7edf3}}.logged-in .listivo-menu-desktop-login-register-link:hover{position:relative}.logged-in .listivo-menu-desktop-login-register-link:hover .listivo-menu-item-depth-0&gt;a{color:var(--e-global-color-lprimary1)}.logged-in .listivo-menu-desktop-login-register-link:hover .listivo-menu-item-depth-0&gt;a:before{content:"";display:block;position:absolute;bottom:-40px;height:40px;left:0;width:100%;background:transparent;cursor:pointer}.listivo-desktop-user-menu{width:300px;z-index:100000;border-radius:var(--radius-m);padding-bottom:20px;box-shadow:var(--shadow-s);background:var(--white);position:absolute;top:51px;left:0;padding-top:30px}.listivo-desktop-user-menu
hr{border-top:1px solid #99a1b2}.listivo-desktop-user-menu
a{transition:0.2s ease}.listivo-desktop-user-menu:after{content:"";display:block;position:absolute;top:-10px;left:21px;width:0;height:0;border-left:11px solid transparent;border-right:11px solid transparent;border-bottom:11px solid var(--white)}.listivo-desktop-user-menu:before{content:"";display:block;position:absolute;top:-12px;left:20px;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid #e7edf3}.listivo-desktop-user-menu:hover{opacity:1;visibility:visible}.logged-in .listivo-top-bar__element--panel:hover .listivo-desktop-user-menu{display:block}.listivo-desktop-user-menu__name{font-family:var(--font-heading);font-size:20px;font-weight:700}.listivo-desktop-user-menu__name
a{display:block;width:190px;margin-left:10px;white-space:nowrap;line-height:60px;overflow:hidden;text-overflow:ellipsis}.listivo-desktop-user-menu__email{font-size:12px;line-height:30px;font-weight:900}.listivo-desktop-user-menu__manage-account{position:absolute;top:18px;right:15px;line-height:13px;font-size:16px;cursor:pointer}.listivo-desktop-user-menu__manage-account
i{color:var(--e-global-color-lprimary1)}.listivo-desktop-user-menu__menu-links{font-size:16px;line-height:20px;font-weight:500;padding-top:30px}.listivo-desktop-user-menu__menu-links .listivo-desktop-user-menu__menu-link,
.listivo-desktop-user-menu__menu-links
a{display:flex;align-items:center;position:relative;padding:10px
40px 10px 0;padding-left:25px;padding-right:25px;color:var(--octonary)}.listivo-desktop-user-menu__menu-links .listivo-desktop-user-menu__menu-link:first-child,
.listivo-desktop-user-menu__menu-links a:first-child{padding-top:0}.listivo-desktop-user-menu__menu-links .listivo-desktop-user-menu__menu-link svg,
.listivo-desktop-user-menu__menu-links a
svg{width:20px;margin-right:10px;stroke:var(--content-dark);transition:0.2s ease;position:relative}.listivo-desktop-user-menu__menu-links .listivo-desktop-user-menu__menu-link i,
.listivo-desktop-user-menu__menu-links a
i{margin-right:20px;color:var(--content-dark);font-size:18px;transition:0.2s ease}.listivo-desktop-user-menu__menu-links .listivo-desktop-user-menu__menu-link:hover,
.listivo-desktop-user-menu__menu-links a:hover{color:var(--e-global-color-lprimary1)}.listivo-desktop-user-menu__menu-links .listivo-desktop-user-menu__menu-link:hover i,
.listivo-desktop-user-menu__menu-links a:hover
i{color:var(--e-global-color-lprimary1)}.listivo-desktop-user-menu__menu-links .listivo-desktop-user-menu__menu-link:hover svg,
.listivo-desktop-user-menu__menu-links a:hover
svg{stroke:var(--e-global-color-lprimary1)}.listivo-desktop-user-menu__menu-links
hr{border:0
solid transparent;border-top:1px solid #ddd;margin-top:13px !important;padding-bottom:13px !important;margin-left:25px !important;margin-right:25px !important}.listivo-desktop-user-menu__menu-links__count-msg{border-radius:var(--radius-rounded);text-align:center;font-size:14px;height:26px;width:26px;line-height:26px;color:var(--white);background:var(--e-global-color-lprimary1);position:absolute;right:25px;top:7px;padding-left:0;padding-right:0}.listivo-desktop-user-menu__menu-links__count-pending{border-radius:var(--radius-rounded);text-align:center;font-size:14px;height:26px;width:26px;line-height:26px;color:var(--white);background:#fbbf24;position:absolute;right:25px;top:7px;padding-left:0;padding-right:0}.listivo-desktop-user-menu__menu-links__count-listings{border-radius:var(--radius-rounded);text-align:center;font-size:14px;height:26px;width:26px;line-height:26px;color:var(--white);background:#10b981;position:absolute;right:25px;top:7px;padding-left:0;padding-right:0}.listivo-desktop-user-menu__menu-links__count-fav{border-radius:var(--radius-rounded);text-align:center;font-size:14px;padding:0;height:26px;width:26px;line-height:26px;color:var(--white);background:var(--e-global-color-lsupport1);position:absolute;right:25px;top:7px;padding-left:0;padding-right:0}.listivo-desktop-user-menu__top{padding-bottom:25px;padding-left:25px;padding-right:25px;border-bottom:1px solid #ddd}.listivo-desktop-user-menu__top-inner{width:100%;display:flex;align-items:center}.listivo-desktop-user-menu__top-inner
i{transition:0.2s ease}.listivo-desktop-user-menu__top-inner .listivo-avatar{transition:0.2s ease}.listivo-desktop-user-menu__top-inner:hover{color:var(--e-global-color-lprimary1)}.listivo-desktop-user-menu__top-avatar{display:inline-block;width:60px;min-width:60px;height:60px;background:#eff0f1;border-radius:var(--radius-rounded);position:relative;overflow:hidden}.listivo-desktop-user-menu__top-avatar
img{display:block;position:absolute;width:100%;height:100% !important;left:0;top:0;object-fit:cover}.listivo-header--no-submit-button .listivo-desktop-user-menu{left:auto;right:0}.listivo-header--no-submit-button .listivo-desktop-user-menu:before{left:auto;right:32px}.listivo-header--no-submit-button .listivo-desktop-user-menu:after{right:33px;left:auto}.listivo-menu-desktop-login-register-link:hover&gt;.listivo-submenu{transform:translate3d(0, 0, 0);visibility:visible;opacity:1}.listivo-menu-user-icon{width:32px;height:32px;margin-right:12px;stroke:#222;transition:0.2s ease}.listivo-desktop-user-menu--currency{width:initial;z-index:100000;position:absolute;top:51px;left:0;padding-top:0}.listivo-desktop-user-menu--currency .listivo-desktop-user-menu__menu-link{cursor:pointer}.listivo-desktop-user-menu--currency .listivo-desktop-user-menu__menu-link .fa-circle{display:inline}.listivo-desktop-user-menu--currency .listivo-desktop-user-menu__menu-link .fa-dot-circle{display:none}.listivo-desktop-user-menu--currency .listivo-desktop-user-menu__menu-link--currency-active .fa-circle{display:none}.listivo-desktop-user-menu--currency .listivo-desktop-user-menu__menu-link--currency-active .fa-dot-circle{display:inline}.listivo-links-vertical
a{font-size:16px;line-height:normal;font-weight:400;margin-bottom:21px;overflow:hidden;position:relative;display:inline-block;transition:0.2s ease;text-transform:capitalize}.listivo-links-vertical a:before{content:"";display:block;position:absolute;top:7px;left:0;background:var(--e-global-color-lprimary1);border-radius:var(--radius-rounded);width:6px;height:6px;transition:all 0.2s ease;opacity:0}@media screen and (min-width: 1025px){.listivo-links-vertical a:hover{padding-left:15px}.listivo-links-vertical a:hover:before{opacity:1}}.listivo-links-vertical li:last-of-type
a{margin-bottom:0}@media (max-width: 1024px){.elementor-widget-lst_simple_menu .listivo-links-vertical{margin-top:-20px;margin-bottom:-20px}.elementor-widget-lst_simple_menu .listivo-links-vertical
li{display:flex;width:100%}.elementor-widget-lst_simple_menu .listivo-links-vertical li
a{border-bottom:1px solid #E4EBF026;padding-bottom:20px;padding-top:20px;padding-right:25px;display:block;margin:0;width:100%;position:relative}.elementor-widget-lst_simple_menu .listivo-links-vertical li a:before{top:50%;margin-top:-3px;right:0}.elementor-widget-lst_simple_menu .listivo-links-vertical li a:after{font-family:"Font Awesome 5 Free" !important;font-weight:900;content:"\f054";font-size:12px;color:#fff;margin-left:auto;display:inline-block;position:absolute;top:50%;margin-top:-7px;right:0}.elementor-widget-lst_simple_menu .listivo-links-vertical li:last-of-type
a{border-bottom:none}}.listivo-address--with-icon .listivo-address__inner{display:inline-block;position:relative;padding-left:25px}.listivo-attributes-v2{color:#222732;font-size:16px;line-height:20px;display:grid;grid-column-gap:30px;grid-row-gap:15px}.listivo-attributes-v2__attribute{display:flex}.listivo-attributes-v2__name{font-weight:700;width:50%;padding-right:6px}.listivo-attributes-v2__value{width:50%}.listivo-show-more-wrapper{margin-top:15px}.listivo-show-more{cursor:pointer;background:transparent;border:none;padding:0;margin:0;font-size:inherit;color:var(--e-global-color-lprimary1)}.listivo-see-map{color:var(--text-4);font-size:16px;font-weight:400;transition:0.2s ease}.listivo-see-map:hover{color:var(--content-dark)}.listivo-listing__map{width:100%;height:300px;border-radius:10px}@media screen and (min-width: 768px){.listivo-listing__map{height:360px}}@media screen and (min-width: 1025px){.listivo-listing__map{height:400px}}.listivo-map{border-radius:var(--radius-l)}.listivo-map-marker{position:relative;top:-22.5px;left:-22.5px}.listivo-map-marker__big-circle{background-color:var(--e-global-color-lprimary1);width:45px;height:45px;border-radius:var(--radius-rounded);opacity:0.3;position:absolute;left:0;top:0}.listivo-map-marker__small-circle{background-color:var(--e-global-color-lprimary1);width:25px;height:25px;border-radius:var(--radius-rounded);position:absolute;left:10px;top:10px}.listivo-listing-map-anchor{position:absolute;top:-30px}.gm-style
img{max-width:none !important}.listivo-map-marker-hide{display:none}.listivo-heading{position:relative;z-index:10}@media screen and (min-width: 768px){.listivo-heading{display:flex;flex-direction:column}}.listivo-heading--left .listivo-heading__small-text-content{text-align:left}.listivo-heading--left .listivo-heading__text
h2{text-align:left}.listivo-heading--right .listivo-heading__small-text-content{text-align:right}.listivo-heading--right .listivo-heading__text
h2{text-align:right}.listivo-heading--center .listivo-heading__small-text-content{text-align:center}.listivo-heading--center .listivo-heading__text
h2{text-align:center}.listivo-heading__small-text{position:relative;display:flex;align-items:center;font-weight:300;color:#444;margin-bottom:10px}@media screen and (min-width: 768px){.listivo-heading__small-text{margin-bottom:16px;display:flex;flex-wrap:wrap;align-items:center;font-size:18px}}.listivo-heading__small-text__svg-1{width:25px;height:1px;margin-right:20px}.listivo-heading__small-text__svg-1
svg{position:absolute;fill:#666}.listivo-heading__small-text__svg-2{width:25px;height:1px;margin-left:20px}.listivo-heading__small-text__svg-2
svg{position:absolute;fill:#666}.listivo-heading__text
h2{line-height:1.27;font-family:var(--font-heading);font-size:30px;letter-spacing:-0.3px;font-weight:700;text-align:center}@media screen and (min-width: 768px){.listivo-heading__text
h2{font-size:42px;letter-spacing:-1.05px}}@media screen and (min-width: 1200px){.listivo-heading__text
h2{font-size:54px;letter-spacing:-1.35px}}.listivo-heading__main{position:relative;text-align:center}@media screen and (min-width: 768px){.listivo-heading__main{text-align:left;display:inline-flex}}.listivo-heading .listivo-heading__arrow{width:83px;height:62px}.listivo-heading .listivo-heading__arrow
svg{fill:var(--e-global-color-lprimary1)}@media screen and (min-width: 768px){.listivo-heading .listivo-heading__arrow
svg{margin-top:-11px}}@media (max-width: 767px){.listivo-heading .listivo-heading__arrow{position:static;display:block;text-align:center;width:100%;height:62px;left:0;margin-top:15px}.listivo-heading .listivo-heading__arrow
svg{text-align:center;width:83px;height:63px}}@media screen and (min-width: 768px){.listivo-heading--arrow_right_bottom .listivo-heading__text{padding-left:137px;padding-right:137px}}.listivo-heading--arrow_right_bottom .listivo-heading__arrow{transform:scaleX(-1)}@media screen and (min-width: 768px){.listivo-heading--arrow_right_bottom .listivo-heading__arrow{position:absolute;bottom:0;right:0}}@media screen and (min-width: 768px){.listivo-heading--arrow_left_bottom .listivo-heading__text{padding-left:137px;padding-right:137px}}@media screen and (min-width: 768px){.listivo-heading--arrow_left_bottom .listivo-heading__arrow{position:absolute;bottom:0;left:0}}@media (max-width: 399px){.listivo-heading--triangle h2,
.listivo-heading--triangle_left
h2{padding-left:0;padding-right:0}.listivo-heading--triangle .listivo-heading__triangle,
.listivo-heading--triangle_left .listivo-heading__triangle{display:none}}@media (min-width: 400px){.listivo-heading--triangle h2,
.listivo-heading--triangle_left
h2{padding-left:34px;padding-right:34px}}@media screen and (min-width: 768px){.listivo-heading--triangle h2,
.listivo-heading--triangle_left
h2{padding-left:59px;padding-right:59px}}@media screen and (min-width: 1200px){.listivo-heading--triangle h2,
.listivo-heading--triangle_left
h2{padding-left:116px;padding-right:116px}}.listivo-heading--triangle_left .listivo-heading__triangle{position:absolute;top:-10px;left:0px;width:1.8125rem;height:1.8125rem}.listivo-heading--triangle_left .listivo-heading__triangle
svg{fill:var(--e-global-color-lsecondary1)}@media (max-width: 399px){.listivo-heading--triangle_left .listivo-heading__triangle{left:-10px}}.listivo-heading--triangle .listivo-heading__triangle{position:absolute;top:-10px;right:0px;width:1.8125rem;height:1.8125rem}.listivo-heading--triangle .listivo-heading__triangle
svg{fill:var(--e-global-color-lprimary1)}@media (max-width: 400px){.listivo-heading--triangle .listivo-heading__triangle{right:-10px}}.listivo-heading--center{align-items:center;margin:auto;display:flex;width:100%;flex-direction:column}.listivo-heading--right{align-items:flex-end}.listivo-heading-listing-attachments{line-height:1.27;font-family:var(--font-heading);font-weight:700;font-size:24px;letter-spacing:-0.24px;margin-bottom:35px}@media screen and (min-width: 768px){.listivo-heading-listing-attachments{font-size:30px;letter-spacing:-0.3px}}.listivo-heading-listing-location{line-height:1.27;font-family:var(--font-heading);font-weight:700;font-size:24px;letter-spacing:-0.24px;margin-bottom:35px}@media screen and (min-width: 768px){.listivo-heading-listing-location{font-size:30px;letter-spacing:-0.3px}}.listivo-listing-location{padding-top:35px}.listivo-heading-listing-embed{line-height:1.27;font-family:var(--font-heading);line-height:1.2;font-weight:700;font-size:26px;letter-spacing:-0.26px;margin-bottom:35px}@media screen and (min-width: 768px){.listivo-heading-listing-embed{font-size:36px;letter-spacing:-0.36px}}.listivo-large-heading{line-height:1.27;font-family:var(--font-heading);font-family:var(--font-text);font-size:42px;line-height:48px;font-weight:700}@media (min-width: 1025px){.listivo-large-heading{font-size:70px;line-height:77px;font-weight:800}}.listivo-large-heading
span{position:relative}.listivo-large-heading span:after{content:url("data:image/svg+xml; utf8,&lt;svg version='1.0' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 913.000000 42.000000' preserveAspectRatio='xMidYMid meet'&gt;&lt;g transform='translate(0.000000,42.000000) scale(0.100000,-0.100000)' fill='rgb(255, 193, 74)' stroke='none'&gt;&lt;path d='M7962 404 c-11 -12 -33 -14 -100 -12 -48 1 -240 -1 -427 -5 -187 -4 -506 -10 -710 -13 -354 -5 -415 -7 -603 -19 -185 -11 -867 -23 -1392 -25 -124 -1 -360 -6 -525 -11 -385 -14 -451 -15 -1170 -23 -411 -5 -646 -12 -745 -22 -86 -9 -301 -17 -530 -20 -244 -3 -422 -10 -485 -19 -90 -13 -202 -18 -640 -30 -77 -2 -189 -11 -250 -19 -60 -9 -151 -16 -202 -16 -50 0 -103 -4 -116 -9 -33 -13 -40 -47 -21 -109 l17 -52 193 0 c123 0 194 4 194 10 0 6 14 10 30 10 17 0 30 -4 30 -10 0 -15 107 -13 112 2 5 13 100 18 562 32 115 4 263 11 330 16 67 5 312 14 546 20 234 5 529 14 655 20 234 10 529 16 1255 25 637 8 931 14 1270 25 173 5 506 15 740 21 675 17 689 17 820 28 69 5 217 10 330 11 271 1 727 18 815 30 39 5 254 9 478 10 452 0 580 9 635 46 l32 22 -32 23 c-20 14 -50 24 -77 26 -26 1 -111 7 -191 13 -80 5 -187 10 -238 11 -65 0 -96 5 -106 15 -17 16 -106 19 -106 4 0 -5 -9 -10 -20 -10 -11 0 -20 5 -20 10 0 6 -61 10 -162 10 -133 -1 -165 -4 -176 -16z '/&gt;&lt;/g&gt;&lt;/svg&gt;");width:85%;position:absolute;bottom:-12px;left:0;margin-top:-15px;z-index:-1}.listivo-subheading{position:relative;text-align:center}.listivo-subheading__text{position:relative;text-align:center;font-weight:300}@media screen and (min-width: 768px){.listivo-subheading__text{font-size:24px;letter-spacing:-0.3px}}@media screen and (min-width: 1025px){.listivo-subheading__text{font-size:30px;letter-spacing:-0.3px}}.listivo-subheading__arrow{position:absolute;width:5.1875rem;height:3.875rem}.listivo-subheading__arrow
svg{fill:var(--e-global-color-lprimary1)}.listivo-subheading__arrow--left-up{top:-1.875rem;left:5rem;transform:rotate(180deg) scaleX(-1)}.listivo-subheading__arrow--left-down{bottom:-1.875rem;left:5rem}.listivo-subheading__arrow--right-down{bottom:-1.875rem;right:5rem;transform:scaleX(-1)}@media screen and (min-width: 1200px){.listivo-subheading--right-up{display:inline-block;padding-left:137px;padding-right:137px}.listivo-subheading--right-up .listivo-subheading__arrow{transform:rotate(180deg);top:-30px;right:15px}}.listivo-subheading--right-up
svg{display:none}@media screen and (min-width: 1200px){.listivo-subheading--right-up
svg{display:inline-block}}@media screen and (min-width: 1025px){.listivo-subheading--right-bottom{display:inline-block;padding-left:137px;padding-right:137px}.listivo-subheading--right-bottom .listivo-subheading__arrow{transform:rotate(180deg);top:-30px;right:15px}}.listivo-profiles{display:flex;flex-wrap:wrap;margin:0
-10px -20px -10px}@media screen and (min-width: 1025px){.listivo-profiles{margin:0
-15px -50px -15px}}.listivo-profiles__col{width:100%;padding:0
10px}@media screen and (min-width: 768px){.listivo-profiles__col{width:50%}}@media screen and (min-width: 1025px){.listivo-profiles__col{width:33.33333%;padding:0
15px}}.listivo-profiles__col .listivo-profile{margin-bottom:20px}@media screen and (min-width: 1025px){.listivo-profiles__col .listivo-profile{margin-bottom:50px}}@media (min-width: 1024px){.listivo-profiles__col .listivo-profile:hover .listivo-profile__image-wrapper:after{background-image:linear-gradient(to top, #000 15%, rgba(0, 0, 0, 0) 100%);height:100%}}@media (max-width: 1023px){.listivo-profiles__col .listivo-profile .listivo-profile__image-wrapper:after{background-image:linear-gradient(to top, #000 15%, rgba(0, 0, 0, 0) 100%);height:250px}}.listivo-profile{display:block;position:relative;border-radius:var(--radius-l);overflow:hidden;cursor:pointer}@media (min-width: 1024px){.listivo-profile:hover .listivo-profile__hidden{opacity:1;bottom:45px}.listivo-profile:hover .listivo-profile__visible{margin-bottom:165px}}@media (max-width: 1023px){.listivo-profile .listivo-profile__hidden{opacity:1;bottom:20px}.listivo-profile .listivo-profile__visible{margin-bottom:120px}}.listivo-profile__link-profile{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}.listivo-profile__image-wrapper{width:100%;padding-top:100%}.listivo-profile__image-wrapper
img{position:absolute;left:0;top:0;width:100%;height:100% !important;object-fit:cover}.listivo-profile__image-wrapper:after{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:200px;background-image:linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0) 100%);opacity:0.8;transition:0.2s ease}.listivo-profile__details{text-align:center;position:absolute;bottom:0;left:0;width:100%}.listivo-profile__visible{position:relative;margin-bottom:45px;transition:0.2s ease}.listivo-profile__title{color:var(--white);line-height:1.27;font-family:var(--font-heading);font-weight:700;font-size:22px;letter-spacing:-0.22px;margin-bottom:5px}@media screen and (min-width: 768px){.listivo-profile__title{font-size:24px;letter-spacing:-0.24px}}@media (min-width: 1024px){.listivo-profile__title{margin-bottom:11px}}.listivo-profile__subtitle{font-size:16px;font-weight:400;margin-bottom:15px;color:var(--white)}.listivo-profile__hidden{position:absolute;width:100%;bottom:-105px;transition:0.2s ease}.listivo-profile__phone{display:inline-block;position:relative;z-index:4;margin:0
auto 10px auto;color:var(--white);font-size:16px;font-weight:500;line-height:40px;border-radius:var(--radius-xxl);padding:0
20px;background-color:rgba(255, 255, 255, 0.2);transition:0.2s ease}@media (min-width: 1024px){.listivo-profile__phone{margin-bottom:25px}}.listivo-profile__phone:hover{color:#fff;background:rgba(255, 255, 255, 0.3)}.listivo-profile__phone
i{font-size:16px;margin-right:4px}.listivo-profile__phone
svg{width:16px;margin-right:4px;fill:var(--white);position:relative;top:3px}.listivo-profile__social-icon{position:relative;z-index:4}.listivo-profile__social-icon .listivo-social-profiles__single{background:var(--white);color:rgba(11, 67, 85, 0.6);width:40px;height:40px;line-height:40px;font-size:15px;margin-right:2px}.listivo-profile__social-icon .listivo-social-profiles__single:hover{background:var(--e-global-color-lprimary1);color:#fff}.listivo-social-profiles--user .listivo-social-profiles__single{margin-right:2px}.listivo-social-profiles--user .listivo-social-profiles__single:last-of-type{margin-right:0}.listivo-profile--single .listivo-profile__hidden{opacity:1;bottom:20px}@media (min-width: 1024px){.listivo-profile--single .listivo-profile__hidden{bottom:45px}}.listivo-sms
a{display:block;text-align:center;color:#222;width:100%;border:1px
solid var(--border-color);font-size:20px;line-height:29px;padding:25px
15px;border-radius:10px;font-weight:400;cursor:pointer;transition:0.2s ease}.listivo-sms a
i{margin-right:5px;font-size:35px;color:var(--content-dark);line-height:0;top:5px;position:relative}.listivo-sms a
strong{font-weight:800}.listivo-sms a:hover{border-color:var(--content-dark)}.listivo-template-placeholder{background:var(--content-light);padding:100px
15px;text-align:center;line-height:1.27;font-family:var(--font-heading);line-height:1.2;font-weight:700;font-size:26px;letter-spacing:-0.26px}@media screen and (min-width: 768px){.listivo-template-placeholder{font-size:36px;letter-spacing:-0.36px}}.listivo-template-placeholder
svg{margin-bottom:15px;fill:#222}.listivo-shape{font-size:0}.listivo-shape-line:after{clear:both;content:"";display:table}.listivo-shape-line
svg{width:112px;fill:var(--e-global-color-lsecondary1)}.listivo-shape-triangle
svg{width:29px;fill:var(--e-global-color-lprimary1)}.listivo-shape-dots{background:url("/wp-content/themes/listivo-package/listivo/assets/css/assets/img/pattern_2.png") no-repeat;width:119px;height:129px}.listivo-shape-arrow-1
svg{width:83px;fill:var(--e-global-color-lprimary1)}.listivo-shape-ox
svg{width:36px;fill:var(--e-global-color-lprimary1)}.listivo-direction
a{display:block;text-align:center;color:#222;width:100%;border:1px
solid var(--border-color);font-size:20px;line-height:29px;padding:25px
15px;border-radius:10px;font-weight:400;cursor:pointer;transition:0.2s ease}.listivo-direction a
i{margin-right:5px;font-size:35px;color:var(--content-dark);line-height:0;top:5px;position:relative}.listivo-direction a
strong{font-weight:800}.listivo-direction a:hover{border-color:var(--content-dark)}.listivo-avatar{background:url("/wp-content/themes/listivo-package/listivo/assets/css/assets/img/avatar.png") no-repeat;background-size:cover;z-index:0;border-radius:50%;overflow:hidden;border:1px
solid var(--border-color);min-height:60px;min-width:60px;display:flex;align-items:center;justify-content:center;content:"";background:#fff;font-size:20px;background-size:cover;color:var(--content-dark)}.listivo-avatar
svg{width:40%;height:40%}@media screen and (min-width: 1025px){.listivo-col-180px-width-desktop{max-width:185px !important;min-width:185px !important}.listivo-col-180px-width-desktop+.elementor-column{width:calc(100% - 185px) !important}}
/*!* Access - Login / Register *!*/

/*!* Error Information *!*/
.listivo-related-blog-posts__label{color:#222;font-family:var(--font-heading);font-size:36px;font-weight:700;letter-spacing:-0.9px}.listivo-related-blog-posts__list{margin-top:35px;display:grid;grid-column-gap:30px;grid-row-gap:20px}@media (min-width: 440px){.listivo-related-blog-posts__list{grid-template-columns:repeat(auto-fill, minmax(317px, 1fr))}}.listivo-blog-card-v2{display:flex;flex-direction:column;border-radius:10px;border:1px
solid #e4ebf0;background-color:#fff;transition:all 0.3s;overflow:hidden}.listivo-blog-card-v2:hover{box-shadow:0 7px 19px 1px rgba(7, 48, 61, 0.07);border-radius:10px;background-color:#fff}.listivo-blog-card-v2__image{display:block;border-radius:10px;height:270px;position:relative;width:100%;overflow:hidden}.listivo-blog-card-v2__image
img{left:0;top:0;width:100%;height:100%;object-fit:cover}.listivo-blog-card-v2__content{padding:45px
35px;display:flex;flex-direction:column;justify-content:space-between;flex:1}.listivo-blog-card-v2__head{border-bottom:1px solid #e4ebf0;padding-bottom:25px}.listivo-blog-card-v2__label{display:block;color:#222;font-family:var(--font-heading);font-size:24px;font-weight:700;line-height:32px;letter-spacing:-0.24px;transition:color 0.3s}.listivo-blog-card-v2__label:hover{color:var(--e-global-color-lprimary1)}.listivo-blog-card-v2__meta{display:flex;font-size:12px;margin-top:20px}.listivo-blog-card-v2__value{display:flex;align-items:center;color:#222;font-family:var(--font-text);font-size:14px;font-weight:400;margin-left:12px;transition:color 0.3s}.listivo-blog-card-v2__value--link:hover{color:var(--e-global-color-lprimary1)}.listivo-blog-card-v2__value
svg{width:16px;height:16px;stroke:var(--e-global-color-lprimary1);margin-right:7px}.listivo-blog-card-v2__value:before{content:"";width:5px;height:5px;border-radius:3px;background-color:var(--e-global-color-lsupport1);display:block;margin-right:10px}.listivo-blog-card-v2__value:first-child{margin-left:0;padding-left:0}.listivo-blog-card-v2__value:first-child:before{content:none}.listivo-blog-card-v2__text{color:#444;font-family:var(--font-text);font-size:16px;font-weight:400;font-style:normal;letter-spacing:normal;line-height:28px;margin-top:24px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.listivo-blog-card-v2__button{margin-top:35px}.listivo-hierarchical-terms{display:grid;grid-column-gap:30px;grid-row-gap:40px;grid-template-columns:repeat(auto-fill, minmax(320px, 1fr))}.listivo-hierarchical-term{border-radius:10px;overflow:hidden;background-color:#fff;display:flex;flex-direction:column;justify-content:space-between;transition:0.2s ease}.listivo-hierarchical-term__main{display:flex;flex-direction:column}.listivo-hierarchical-term__heading{display:flex;align-items:center;color:#444;font-family:var(--font-text);font-size:16px;font-weight:400;line-height:34px;padding:35px}.listivo-hierarchical-term__icon{display:flex;align-items:center;justify-content:center;margin-right:15px;width:70px;height:70px;border-radius:35px;background-color:var(--e-global-color-lprimary3);overflow:hidden;font-size:32px;transition:0.2s ease}.listivo-hierarchical-term__name{color:#222;font-family:var(--font-heading);font-size:26px;font-weight:700;letter-spacing:-0.26px;height:70px;display:flex;align-items:center;transition:0.2s ease}.listivo-hierarchical-term__list{display:flex;flex-direction:column;padding:0
40px 35px}.listivo-hierarchical-term__item{color:#444;font-family:var(--font-text);font-size:16px;font-weight:400;line-height:34px;margin-top:8px;display:flex;justify-content:space-between;transition:0.2s ease}.listivo-hierarchical-term__item:hover{color:var(--e-global-color-lprimary1)}.listivo-hierarchical-term__item:first-child{margin-top:0}.listivo-hierarchical-term__bottom{display:flex;align-items:center;justify-content:center;border-top:1px solid #eee}.listivo-hierarchical-term__link{color:var(--e-global-color-lprimary1);font-family:var(--font-text);font-size:18px;font-weight:500;transition:0.2s ease;display:flex;align-items:center;justify-content:center;width:100%;height:73px}.listivo-hierarchical-term__link
svg{margin-left:8px;width:20px}.listivo-info-section{display:flex}@media (max-width: 960px){.listivo-info-section{padding:0
15px}}.listivo-info-section__image{flex:1;height:550px;position:relative;margin-right:70px}@media (max-width: 960px){.listivo-info-section__image{display:none}}.listivo-info-section__image
img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;z-index:10}.listivo-info-section__image-decoration{position:absolute;z-index:2;left:-80px;bottom:-60px}.listivo-info-section__image-decoration
path{fill:var(--e-global-color-lprimary3)}.listivo-info-section__content{display:flex;flex-direction:column;max-width:610px;width:100%}@media (max-width: 960px){.listivo-info-section__content{margin:0
auto}}.listivo-info-section__heading{display:flex;flex-direction:column;line-height:1.27;font-family:var(--font-heading);line-height:1.2;font-weight:700;font-size:26px;letter-spacing:-0.26px}@media screen and (min-width: 768px){.listivo-info-section__heading{font-size:36px;letter-spacing:-0.36px}}.listivo-info-section__heading
svg{width:117px;margin-top:15px}.listivo-info-section__text{color:var(--text-2);font-family:var(--font-text);font-size:16px;font-weight:400;line-height:28px;margin-top:35px}.listivo-info-section__text
p{margin-top:25px}.listivo-info-section__text p:first-child{margin-top:0}.listivo-info-section__text
strong{color:var(--text-1);font-family:var(--font-text);font-size:18px;font-weight:500;line-height:26px}.listivo-info-section__attributes{display:grid;grid-gap:20px;margin-top:50px;grid-template-columns:repeat(1, 1fr)}@media (min-width: 620px){.listivo-info-section__attributes{grid-template-columns:repeat(2, 1fr)}}.listivo-info-section__attribute{display:flex;align-items:center;min-height:65px}@media (max-width: 619px){.listivo-info-section__attribute{max-width:300px}}.listivo-info-section__attribute-value{color:var(--text-1);font-family:var(--font-heading);font-size:72px;font-weight:400;line-height:30px;letter-spacing:-5px}.listivo-info-section__attribute-text{color:var(--text-1);font-family:var(--font-text);font-size:18px;font-weight:500;line-height:27px;letter-spacing:-0.18px;margin-left:14px}.listivo-info-section__button{margin-top:65px}.listivo-services-v2{display:grid;grid-column-gap:85px;grid-row-gap:67px;grid-template-columns:repeat(auto-fit, minmax(270px, 1fr))}.listivo-service-v2{display:flex;flex-direction:column;padding-left:30px;position:relative}.listivo-service-v2__icon{text-align:center}.listivo-service-v2__icon
i{color:var(--e-global-color-lprimary1);font-size:60px}.listivo-service-v2__icon
svg{width:50px;height:50px}.listivo-service-v2__name{margin-top:20px;color:#222;font-family:var(--font-heading);font-size:24px;font-weight:700;letter-spacing:-0.24px;text-align:center}.listivo-service-v2__description{margin-top:22px;color:#444;font-family:var(--font-text);font-size:16px;font-weight:400;line-height:28px;text-align:center}.listivo-car-form__inner .woocommerce-error,
.listivo-car-form__inner .woocommerce-info,
.listivo-car-form__inner .woocommerce-message{background:#fff;border-radius:5px;border:1px
solid}.listivo-car-form__inner .woocommerce-error{background:#fff5f6}.listivo-widget-posts,.widget_tag_cloud,.widget_pages,.widget_meta,.widget_recent_entries,.widget_nav_menu,.widget_categories,.widget_archive,.widget_recent_comments,.widget_rss,.widget_calendar,.wp-block-group{border-radius:var(--radius-l);background-color:var(--content-light);padding:30px
25px}@media screen and (min-width: 768px){.listivo-widget-posts,.widget_tag_cloud,.widget_pages,.widget_meta,.widget_recent_entries,.widget_nav_menu,.widget_categories,.widget_archive,.widget_recent_comments,.widget_rss,.widget_calendar,.wp-block-group{padding:50px
45px}}.wp-block-latest-posts li,
.wp-block-archives-list li,
.wp-block-categories
li{list-style:none !important}.wp-block-group:after{clear:both;content:"";display:table}.listivo-widget-posts,.widget-area,.widget{margin-bottom:30px}@media screen and (min-width: 768px){.listivo-widget-posts,.widget-area,.widget{margin-bottom:45px}}.widget-area,.widget{width:100%}.widget-area svg, .widget-area a, .widget-area *:after, .widget-area *:before,
.widget svg,
.widget a,
.widget *:after,
.widget *:before{transition:0.2s ease}.widget-area select,
.widget
select{width:100%;border-radius:var(--radius-l);font-size:initial;border:1px
solid rgba(0, 0, 0, 0.1)}.widget-area .mejs-container,
.widget .mejs-container{margin-bottom:0}.widget-area .sub-menu,
.widget .sub-menu{margin-top:12px}.widget-area:after,.widget:after{clear:both;content:"";display:table}.widget select:hover{border-color:var(--e-global-color-lprimary1)}.widget:last-of-type{margin-bottom:0}.widget_nav_menu ul li:last-child
a{border-bottom:0}.wp-block-calendar,.wp-block-archives-dropdown{margin-top:35px;margin-bottom:35px}.widget .listivo-widget-title,
.widget_pages .listivo-widget-title,
.widget_meta .listivo-widget-title,
.widget_recent_entries .listivo-widget-title,
.widget_nav_menu .listivo-widget-title,
.widget_categories .listivo-widget-title,
.widget_archive .listivo-widget-title{margin-bottom:0}.widget .listivo-widget-title .listivo-widget-title__text,
.widget_pages .listivo-widget-title .listivo-widget-title__text,
.widget_meta .listivo-widget-title .listivo-widget-title__text,
.widget_recent_entries .listivo-widget-title .listivo-widget-title__text,
.widget_nav_menu .listivo-widget-title .listivo-widget-title__text,
.widget_categories .listivo-widget-title .listivo-widget-title__text,
.widget_archive .listivo-widget-title .listivo-widget-title__text{margin-bottom:0}.wp-block-archives
li{margin-bottom:0;line-height:20px}.wp-block-latest-posts,
.wp-block-archives,
.widget_pages ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_nav_menu ul,
.widget_categories ul,
.widget_archive
ul{padding:0;margin:0
!important;width:100%;float:left;list-style-type:none}.wp-block-latest-posts li,
.wp-block-archives li,
.widget_pages ul li,
.widget_meta ul li,
.widget_recent_entries ul li,
.widget_nav_menu ul li,
.widget_categories ul li,
.widget_archive ul
li{padding-top:12px;padding-bottom:12px;padding-left:27px;color:rgba(68, 68, 68, 0.3);font-size:16px;font-weight:500;text-align:right;position:relative}.wp-block-latest-posts li:after,
.wp-block-archives li:after,
.widget_pages ul li:after,
.widget_meta ul li:after,
.widget_recent_entries ul li:after,
.widget_nav_menu ul li:after,
.widget_categories ul li:after,
.widget_archive ul li:after{clear:both;content:"";display:table}.wp-block-latest-posts li:first-child,
.wp-block-archives li:first-child,
.widget_pages ul li:first-child,
.widget_meta ul li:first-child,
.widget_recent_entries ul li:first-child,
.widget_nav_menu ul li:first-child,
.widget_categories ul li:first-child,
.widget_archive ul li:first-child{margin-top:0}.wp-block-latest-posts li:last-child,
.wp-block-archives li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_categories ul li:last-child,
.widget_archive ul li:last-child{padding-bottom:0;border:none}.wp-block-latest-posts li a,
.wp-block-archives li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_recent_entries ul li a,
.widget_nav_menu ul li a,
.widget_categories ul li a,
.widget_archive ul li
a{position:relative;padding:0
40px 0 0;margin-right:-30px;float:left;text-align:left;color:var(--text-2)}.wp-block-latest-posts li a:before,
.wp-block-archives li a:before,
.widget_pages ul li a:before,
.widget_meta ul li a:before,
.widget_recent_entries ul li a:before,
.widget_nav_menu ul li a:before,
.widget_categories ul li a:before,
.widget_archive ul li a:before{content:url("data:image/svg+xml; utf8,&lt;svg version='1.0' xmlns='http://www.w3.org/2000/svg' width='13px' viewBox='0 0 121.000000 121.000000' preserveAspectRatio= 'xMidYMid meet' &gt;&lt;g transform= 'translate(0.000000,121.000000) scale(0.100000,-0.100000)' fill= 'rgb(218, 28, 46)' stroke= 'none'&gt; &lt;path d= 'M1127 1196 c-3 -8 -23 -18 -44 -21 -21 -3 -67 -14 -103 -25 -124 -35 -185 -51 -240 -64 -30 -7 -71 -18 -90 -24 -40 -13 -128 -37 -210 -56 -30 -7 -77 -21 -103 -30 -26 -9 -57 -16 -67 -16 -11 0 -46 -9 -77 -19 -32 -11 -76 -22 -98 -26 -46 -8 -65 -21 -65 -44 0 -21 820 -841 841 -841 23 0 36 19 44 65 4 22 15 66 26 98 10 31 19 66 19 77 0 10 7 41 16 67 9 26 23 73 30 103 19 82 43 170 56 210 6 19 17 60 24 90 13 55 29 116 64 240 11 36 22 82 25 103 3 21 13 41 21 44 9 3 14 19 14 44 0 39 0 39 -39 39 -25 0 -41 -5 -44 -14z m-78 -149 c11 -14 -1 -90 -32 -192 -19 -65 -35 -126 -51 -195 -7 -30 -20 -77 -29 -105 -20 -63 -44 -151 -62 -234 -15 -64 -38 -111 -55 -111 -12 0 -610 598 -610 610 0 17 47 40 111 55 83 18 171 42 234 62 28 9 75 22 105 29 70 16 131 32 195 52 48 14 148 38 171 41 6 0 17 -5 23 -12z '/&gt;&lt;/g&gt;&lt;/svg&gt;");display:block;width:13px;height:13px;margin:0
0 0 -27px;position:absolute;left:0;top:0}.wp-block-latest-posts li a:hover,
.wp-block-archives li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover{color:var(--e-global-color-lprimary1)}.wp-block-latest-posts li .post-date,
.wp-block-archives li .post-date,
.widget_pages ul li .post-date,
.widget_meta ul li .post-date,
.widget_recent_entries ul li .post-date,
.widget_nav_menu ul li .post-date,
.widget_categories ul li .post-date,
.widget_archive ul li .post-date{color:#98A4B1;float:left;width:100%;margin-top:-6px;margin-bottom:16px;font-size:12px}.wp-block-latest-posts li:last-child,
.wp-block-archives li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_categories ul li:last-child,
.widget_archive ul li:last-child{border:none}.wp-block-latest-posts li:last-child .post-date,
.wp-block-archives li:last-child .post-date,
.widget_pages ul li:last-child .post-date,
.widget_meta ul li:last-child .post-date,
.widget_recent_entries ul li:last-child .post-date,
.widget_nav_menu ul li:last-child .post-date,
.widget_categories ul li:last-child .post-date,
.widget_archive ul li:last-child .post-date{margin-bottom:0}.wp-block-latest-posts li ul,
.wp-block-archives li ul,
.widget_pages ul li ul,
.widget_meta ul li ul,
.widget_recent_entries ul li ul,
.widget_nav_menu ul li ul,
.widget_categories ul li ul,
.widget_archive ul li
ul{margin-top:12px !important;padding-left:15px;margin-left:-27px !important;width:calc(100% + 27px)}.wp-block-latest-posts .menu, .wp-block-latest-posts &gt; ul,
.wp-block-archives .menu,
.wp-block-archives &gt; ul,
.widget_pages ul .menu,
.widget_pages ul &gt; ul,
.widget_meta ul .menu,
.widget_meta ul &gt; ul,
.widget_recent_entries ul .menu,
.widget_recent_entries ul &gt; ul,
.widget_nav_menu ul .menu,
.widget_nav_menu ul &gt; ul,
.widget_categories ul .menu,
.widget_categories ul &gt; ul,
.widget_archive ul .menu,
.widget_archive ul&gt;ul{display:block;margin-top:-12px}.wp-block-latest-posts{margin-top:-12px}.wp-block-latest-posts&gt;ul{margin-top:0}.widget_pages&gt;ul&gt;li:first-child,.widget_meta&gt;ul&gt;li:first-child,.widget_recent_entries&gt;ul&gt;li:first-child,.widget_nav_menu&gt;ul&gt;li:first-child,.widget_categories&gt;ul&gt;li:first-child,.widget_archive&gt;ul&gt;li:first-child,ul.wp-block-latest-posts&gt;li:first-child,ul.menu&gt;li:first-child{padding-top:0 !important}.wp-block-latest-posts__list.is-grid
li{padding-top:0 !important}.wp-block-latest-posts,.wp-block-archives{padding-left:0 !important}.wp-block-latest-posts li,
.wp-block-archives
li{text-align:left;line-height:20px !important;margin-bottom:0 !important}.widget_search input[type=search]::-ms-clear{display:none;width:0;height:0}.widget_search input[type=search]::-ms-reveal{display:none;width:0;height:0}.widget_search input[type=search]::-webkit-search-decoration,
.widget_search input[type=search]::-webkit-search-cancel-button,
.widget_search input[type=search]::-webkit-search-results-button,
.widget_search input[type=search]::-webkit-search-results-decoration{display:none}.wp-block-search__inside-wrapper{margin-top:10px}.wp-block-search__inside-wrapper .wp-block-search__input{padding:0
30px;background:var(--white);border:1px
solid #e5e5e5;border-radius:var(--radius-l)}.listivo-blog-search{width:100%;position:relative;border-radius:var(--radius-l)}.listivo-blog-search input[type=submit]{display:none}.listivo-blog-search input[type=search]{margin-bottom:0;font-size:16px;line-height:25px;width:100%;background:var(--white);padding:17px
31px 17px 31px;border-radius:var(--radius-l);border:1px
solid var(--border-color)}.listivo-blog-search-no-results{border-radius:var(--radius-l);border:1px
solid var(--border-color);padding:45px
45px}.listivo-blog-search-no-results:after{clear:both;content:"";display:table}.listivo-blog-search-no-results
h3{line-height:1.27;font-family:var(--font-heading);font-size:28px;letter-spacing:-0.28px;margin-bottom:35px}@media screen and (min-width: 768px){.listivo-blog-search-no-results
h3{font-size:42px;letter-spacing:-1.05px}}.listivo-blog-search-no-results
h4{line-height:1.27;font-family:var(--font-heading);font-size:20px;font-weight:700;letter-spacing:-0.2px;margin-bottom:35px}.widget.widget_search:not(.widget_block) .listivo-blog-search__button-search{position:absolute;right:-1px;top:0;line-height:61px;border:0;cursor:pointer;background-color:var(--e-global-color-lprimary1);color:var(--white);padding:0
25px 0 37px;clip-path:polygon(30% 0, 100% 0, 100% 100%, 0% 100%);border-top-right-radius:var(--radius-l);border-bottom-right-radius:var(--radius-l);transition:0.2s ease}.widget.widget_search:not(.widget_block) .listivo-blog-search__button-search:hover{background-color:var(--e-global-color-lsecondary1)}.widget.widget_search:not(.widget_block) .listivo-blog-search__button-search
svg{top:4px;position:relative}.wp-block-search .wp-block-search__inside-wrapper,
.widget.widget_search.widget_block .wp-block-search__inside-wrapper{margin-top:22px;border-radius:var(--radius-l);border:1px
solid var(--border-color)}.wp-block-search input[type=search],
.widget.widget_search.widget_block input[type=search]{color:var(--text-1);font-size:16px;background:var(--white);padding:16px
30px 16px 30px;font-family:inherit;border-right:0;line-height:25px;border:none}.wp-block-search .wp-block-search__button,
.widget.widget_search.widget_block .wp-block-search__button{display:block;line-height:61px;border:0;margin-left:0;cursor:pointer;min-width:132px;background-color:var(--e-global-color-lprimary1);color:var(--white);padding:0
30px;transition:0.2s ease}.wp-block-calendar,.widget_calendar{max-width:360px}.wp-block-calendar table,
.widget_calendar
table{position:relative;margin-bottom:0;table-layout:fixed;word-wrap:normal;width:100%;border:0;border-spacing:6px}.wp-block-calendar table caption,
.widget_calendar table
caption{font-size:16px;line-height:16px;padding-bottom:15px;margin-bottom:9px;font-weight:600;color:#444;border-bottom:1px solid #cee1e6}.wp-block-calendar table th,
.widget_calendar table
th{background:transparent;border:0;padding:6px}.wp-block-calendar table td,
.widget_calendar table
td{border:0;padding:6px}.wp-block-calendar table thead *,
.widget_calendar table thead
*{color:var(--text-2);font-size:16px;font-weight:700}.wp-block-calendar table thead th,
.widget_calendar table thead
th{text-align:center}.wp-block-calendar table tbody,
.widget_calendar table
tbody{cursor:default}.wp-block-calendar table tbody *,
.widget_calendar table tbody
*{color:var(--text-2);font-size:16px;font-weight:400}.wp-block-calendar table tbody td,
.widget_calendar table tbody
td{text-align:center;position:relative}.wp-block-calendar table tbody a,
.widget_calendar table tbody
a{color:#fff;border-radius:50%;height:30px !important;margin-top:-5px;margin-bottom:-5px;line-height:30px;width:30px !important;background:var(--e-global-color-lprimary1);display:block;transition:0.2s ease}.wp-block-calendar table tbody a:hover,
.widget_calendar table tbody a:hover{background:var(--e-global-color-lsecondary1)}.wp-block-calendar #today a,
.widget_calendar #today
a{color:#fff;border-radius:50%;height:30px !important;margin-top:-5px;margin-bottom:-5px;line-height:30px;width:30px !important;background:var(--e-global-color-lprimary1);display:block;transition:0.2s ease}.wp-block-calendar #today a:hover,
.widget_calendar #today a:hover{background:var(--e-global-color-lsecondary1)}.wp-block-calendar .wp-calendar-nav,
.widget_calendar .wp-calendar-nav{padding:0
25px;border-radius:var(--radius-l);border:1px
solid var(--border-color);background-color:var(--white);line-height:50px;margin-top:10px}@media screen and (min-width: 768px){.wp-block-calendar .wp-calendar-nav,
.widget_calendar .wp-calendar-nav{margin-top:9px}}.wp-block-calendar .wp-calendar-nav a:hover,
.widget_calendar .wp-calendar-nav a:hover{color:var(--e-global-color-lprimary1)}.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev{display:inline-block}.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev{float:left}.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-next{float:right}.wp-block-calendar .wp-calendar-nav tbody tr,
.widget_calendar .wp-calendar-nav tbody
tr{text-align:center}.wp-block-calendar .wp-calendar-nav tfoot,
.widget_calendar .wp-calendar-nav
tfoot{width:100%}.wp-block-calendar .wp-calendar-nav tfoot td,
.widget_calendar .wp-calendar-nav tfoot
td{padding:0
6px}.wp-block-calendar .wp-calendar-nav #prev,
.widget_calendar .wp-calendar-nav
#prev{text-align:left}.wp-block-calendar .wp-calendar-nav #next,
.widget_calendar .wp-calendar-nav
#next{text-align:right}.wp-block-calendar{padding:25px;border-radius:var(--radius-l);background-color:var(--content-light)}@media screen and (min-width: 768px){.wp-block-calendar{padding:50px
45px}}.wp-block-calendar
a{text-decoration:none !important}.widget_recent_comments
ul{list-style-type:none;margin:0;padding:0}.widget_recent_comments&gt;ul,#xrecentcomments{position:relative}.wp-block-latest-comments__comment-meta,.recentcomments{padding:0
0 20px 27px;position:relative;font-size:16px;line-height:22px;color:var(--text-2)}.wp-block-latest-comments__comment-meta:after,.recentcomments:after{font-family:"Font Awesome 5 Free";content:"\f075";position:absolute;z-index:2;top:1px;left:0;pointer-events:none;font-size:16px;color:var(--e-global-color-lprimary1)}.wp-block-latest-comments__comment-meta:last-child,.recentcomments:last-child{padding-bottom:0}.wp-block-latest-comments__comment-meta a,
.recentcomments
a{display:inline !important;padding:0
!important;margin:0
!important}.wp-block-latest-comments__comment-meta a:hover,
.recentcomments a:hover{color:var(--e-global-color-lprimary1)}.wp-block-latest-comments__comment-meta:first-child,.recentcomments:first-child{margin-top:0}.wp-block-latest-comments__comment-meta:last-child,.recentcomments:last-child{margin-bottom:0}.wp-block-latest-comments{margin-left:0 !important}.wp-block-latest-comments .wp-block-latest-comments__comment{margin-bottom:20px}.wp-block-latest-comments .wp-block-latest-comments__comment:last-of-type{margin-bottom:0}.has-avatars.wp-block-latest-comments .wp-block-latest-comments__comment-meta{padding-left:0}.has-avatars.wp-block-latest-comments .wp-block-latest-comments__comment-meta:after{display:none}.has-avatars.wp-block-latest-comments .wp-block-latest-comments__comment-meta:after,
.has-avatars.wp-block-latest-comments .recentcomments:after{display:none}.wp-block-latest-comments__comment-excerpt
p{margin-top:0 !important}.has-excerpts.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt{margin-top:-20px}.has-excerpts.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt
p{font-size:16px;line-height:24px;margin:0}.widget_rss
ul{margin:0;list-style-type:none;margin-bottom:16px}.widget_rss ul
li{padding-bottom:35px;margin-bottom:35px;border-bottom:1px solid #cee1e6}.widget_rss ul li:after{clear:both;content:"";display:table}.widget_rss ul li:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.widget_rss .rss-widget-icon{display:none}.widget_rss
.rsswidget{display:block}.widget_rss
ul{margin-bottom:0}.widget_rss ul
.rsswidget{font-weight:600;font-size:18px;line-height:20px;margin-bottom:13px}.widget_rss ul .rsswidget:hover{color:var(--e-global-color-lprimary1)}.widget_rss .rss-date{margin-bottom:24px;float:left;color:#222;font-family:var(--font-text);font-size:12px;line-height:14px;font-weight:400}.widget_rss
.rssSummary{float:left;width:100%;color:var(--text-2);font-size:16px;line-height:28px;margin-bottom:24px}.widget_rss
cite{float:left;width:100%;font-size:16px;font-weight:700;font-style:normal;color:var(--content-dark)}ul.wp-block-rss{margin:0;padding-left:0;list-style-type:none;margin-bottom:16px}ul.wp-block-rss a:hover{color:var(--e-global-color-lprimary1)}ul.wp-block-rss
li{padding-bottom:20px;list-style-type:none;margin-bottom:20px;border-bottom:1px solid #cee1e6}ul.wp-block-rss li:after{clear:both;content:"";display:table}ul.wp-block-rss li:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.wp-block-tag-cloud,.listivo-post-tags__inner,.tagcloud{margin-bottom:-12px;display:flex;flex-direction:row;flex-wrap:wrap}.wp-block-tag-cloud a,
.listivo-post-tags__inner a,
.tagcloud
a{display:inline-block;border-radius:var(--radius-xxl);box-shadow:var(--shadow-s) !important;background-color:var(--white);line-height:22px;padding:10px
23px;margin-bottom:12px;transition:0.2s ease;font-size:14px !important;font-weight:400;color:var(--text-2);border:1px
solid transparent;margin-right:10px}@media (min-width: 1024px){.wp-block-tag-cloud a:hover,
.listivo-post-tags__inner a:hover,
.tagcloud a:hover{border:1px
solid var(--e-global-color-lprimary1);background:var(--e-global-color-lprimary1);color:var(--white)}}.wp-block-search__label,
.widget.widget_block .wp-block-group__inner-container h2,.listivo-widget-title{line-height:1.27;font-family:var(--font-heading);font-weight:700;font-size:22px;letter-spacing:-0.22px;padding-bottom:25px}@media screen and (min-width: 768px){.wp-block-search__label,
.widget.widget_block .wp-block-group__inner-container h2,.listivo-widget-title{font-size:24px;letter-spacing:-0.24px}}.wp-block-search__label:after,
.widget.widget_block .wp-block-group__inner-container h2:after,.listivo-widget-title:after{clear:both;content:"";display:table}.wp-block-search__label:after,
.widget.widget_block .wp-block-group__inner-container h2:after,.listivo-widget-title:after{content:url("data:image/svg+xml; utf8,&lt;svg version='1.0' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 913.000000 42.000000' preserveAspectRatio='xMidYMid meet'&gt;&lt;g transform='translate(0.000000,42.000000) scale(0.100000,-0.100000)' fill='rgb(255, 193, 74)' stroke='none'&gt;&lt;path d='M7962 404 c-11 -12 -33 -14 -100 -12 -48 1 -240 -1 -427 -5 -187 -4 -506 -10 -710 -13 -354 -5 -415 -7 -603 -19 -185 -11 -867 -23 -1392 -25 -124 -1 -360 -6 -525 -11 -385 -14 -451 -15 -1170 -23 -411 -5 -646 -12 -745 -22 -86 -9 -301 -17 -530 -20 -244 -3 -422 -10 -485 -19 -90 -13 -202 -18 -640 -30 -77 -2 -189 -11 -250 -19 -60 -9 -151 -16 -202 -16 -50 0 -103 -4 -116 -9 -33 -13 -40 -47 -21 -109 l17 -52 193 0 c123 0 194 4 194 10 0 6 14 10 30 10 17 0 30 -4 30 -10 0 -15 107 -13 112 2 5 13 100 18 562 32 115 4 263 11 330 16 67 5 312 14 546 20 234 5 529 14 655 20 234 10 529 16 1255 25 637 8 931 14 1270 25 173 5 506 15 740 21 675 17 689 17 820 28 69 5 217 10 330 11 271 1 727 18 815 30 39 5 254 9 478 10 452 0 580 9 635 46 l32 22 -32 23 c-20 14 -50 24 -77 26 -26 1 -111 7 -191 13 -80 5 -187 10 -238 11 -65 0 -96 5 -106 15 -17 16 -106 19 -106 4 0 -5 -9 -10 -20 -10 -11 0 -20 5 -20 10 0 6 -61 10 -162 10 -133 -1 -165 -4 -176 -16z '/&gt;&lt;/g&gt;&lt;/svg&gt;");width:119px;margin-top:-15px}.listivo-widget-posts__row{position:relative;border-bottom:1px solid var(--border-color);padding-left:85px;padding-bottom:35px;padding-top:35px}.listivo-widget-posts__row:first-of-type{padding-top:0}.listivo-widget-posts__row:first-of-type .listivo-widget-posts__image
img{top:0}.listivo-widget-posts__row:last-of-type{border-bottom:none;padding-bottom:0}.listivo-widget-posts__image a:hover
img{filter:brightness(1.05)}.listivo-widget-posts__image
img{position:absolute;width:70px;height:70px;border-radius:50%;top:35px;left:0;transition:0.2s ease}.listivo-widget-posts__title{display:block;min-height:44px;margin-bottom:12px;font-weight:600;font-size:18px;line-height:22px;transition:0.2s ease}.listivo-widget-posts__title:hover{color:var(--e-global-color-lprimary1)}.listivo-widget-posts__date{font-size:12px;font-weight:400}img.lazyload{opacity:0}.listivo-email{transition:0.2s ease}@media (min-width: 768px) and (max-width: 1199px){.listivio-tablet-order-1{order:1}.listivio-tablet-order-2{order:2}.listivio-tablet-order-3{order:3}.listivio-tablet-order-4{order:4}}.listivo-clearfix:after,.clearfix:after{clear:both;content:"";display:table}.listivo-rotate-180{transform:rotate(180deg) !important}.listivo-margin-left-auto{margin-left:auto !important}.listivo-set-new-password-button-wrapper{margin-top:30px}.listivo-clearfix:after,.clearfix:after{clear:both;content:"";display:table}.listivo-alignment-justify .listivo-button{width:100%;margin-left:auto}.listivo-alignment-justify .listivo-button .listivo-button__text{width:100%;text-align:center}.listivo-alignment-justify .listivo-button .listivo-button__icon{margin-left:auto}.listivo-alignment-left{text-align:left}.listivo-alignment-right{text-align:right}.listivo-alignment-center{text-align:center}@media (min-width: 768px) and (max-width: 1024px){.listivo-alignment-tablet-left{text-align:left}}@media (min-width: 768px) and (max-width: 1024px){.listivo-alignment-tablet-center{text-align:center}}@media (min-width: 768px) and (max-width: 1024px){.listivo-alignment-tablet-right{text-align:right}}@media (max-width: 767px){.listivo-alignment-mobile-left{text-align:left}}@media (max-width: 767px){.listivo-alignment-mobile-center{text-align:center}}@media (max-width: 767px){.listivo-alignment-mobile-right{text-align:right}}.listivo-rotate-svg-deg-180{transform:rotate(180deg)}.listivo-relative{position:relative}@media (max-width: 899px){.listivo-mobile-overflow-hidden{overflow:hidden}}@media screen and (min-width: 1025px){.listivo-no-wrap-desktop .elementor-widget-wrap{flex-wrap:nowrap !important}}@media (min-width: 768px) and (max-width: 1024px){.listivo-tablet-order-1{order:1}}@media (min-width: 768px) and (max-width: 1024px){.listivo-tablet-order-2{order:2}}@media (min-width: 768px) and (max-width: 1024px){.listivo-tablet-order-3{order:3}}@media (min-width: 768px) and (max-width: 1024px){.listivo-tablet-order-4{order:4}}.pswp{z-index:99999999999999 !important}.pswp__caption__center{text-align:center}.listivo-bg-100-auto{background-size:100% auto !important}.listivo-padding-none{padding:0
!important}.listivo-posts{display:grid}.listivo-gallery-mosaic{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));grid-gap:12px}@media (min-width: 850px){.listivo-gallery-mosaic{grid-template-columns:repeat(2, minmax(0, 1fr))}}.listivo-gallery-mosaic__main{position:relative;overflow:hidden}@media (max-width: 849px){.listivo-gallery-mosaic__main{border-radius:var(--radius-l)}}@media (min-width: 850px){.listivo-gallery-mosaic__main{border-top-left-radius:var(--radius-l);border-bottom-left-radius:var(--radius-l)}}.listivo-gallery-mosaic__main
img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.listivo-gallery-mosaic__images{grid-template-columns:repeat(2, 1fr);grid-gap:12px;display:none}@media (min-width: 850px){.listivo-gallery-mosaic__images{display:grid}}.listivo-gallery-mosaic__image-wrapper{overflow:hidden}@media (min-width: 850px){.listivo-gallery-mosaic__image-wrapper:nth-child(2){border-top-right-radius:var(--radius-l)}.listivo-gallery-mosaic__image-wrapper:nth-child(4){border-bottom-right-radius:var(--radius-l)}}.listivo-gallery-mosaic__image{position:relative}.listivo-gallery-mosaic__image
img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.listivo-gallery-mosaic__image--placeholder{background-color:#f9f9f9}.listivo-gallery-mosaic__preview{cursor:pointer;transition:all 0.3s ease}.listivo-gallery-mosaic__preview:hover{filter:brightness(1.1)}.listivo-gallery-mosaic__preview--hidden{display:none}.listivo-gallery-mosaic__button{position:absolute;bottom:25px;right:35px;padding:13px
18px 13px 13px;border-radius:var(--radius-s);border:1px
solid var(--black);background-color:var(--white);line-height:14px;font-size:14px;font-weight:500;transition:0.2s ease}.listivo-gallery-mosaic__button
svg{height:14px;float:left;fill:#222;margin-right:8px;transition:0.2s ease}.listivo-gallery-mosaic__button:hover{color:var(--content-dark);border-color:var(--content-dark)}.listivo-gallery-mosaic__button:hover
svg{fill:var(--content-dark)}.listivo-listing-carousel-with-tabs__carousel .listivo-swiper-slide{}.listivo-copyrights{box-shadow:unset !important}/*! elementor-icons - v5.41.0 - 14-05-2025 */
@font-face{font-family:eicons;src:url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.41.0);src:url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.41.0#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.41.0) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.41.0) format("woff"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.41.0) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.41.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}/*! elementor - v3.29.0 - 04-06-2025 */
.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner&gt;.elementor-widget-spacer,.e-con&gt;.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var( --container-widget-align-self,initial );--flex-shrink:0}.e-con-inner&gt;.elementor-widget-spacer&gt;.elementor-widget-container,.e-con&gt;.elementor-widget-spacer&gt;.elementor-widget-container{height:100%;width:100%}.e-con-inner&gt;.elementor-widget-spacer&gt;.elementor-widget-container&gt;.elementor-spacer,.e-con&gt;.elementor-widget-spacer&gt;.elementor-widget-container&gt;.elementor-spacer{height:100%}.e-con-inner&gt;.elementor-widget-spacer&gt;.elementor-widget-container&gt;.elementor-spacer&gt;.elementor-spacer-inner,.e-con&gt;.elementor-widget-spacer&gt;.elementor-widget-container&gt;.elementor-spacer&gt;.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner&gt;.elementor-widget-spacer:not(:has(&gt;.elementor-widget-container))&gt;.elementor-spacer,.e-con&gt;.elementor-widget-spacer:not(:has(&gt;.elementor-widget-container))&gt;.elementor-spacer{height:100%}.e-con-inner&gt;.elementor-widget-spacer:not(:has(&gt;.elementor-widget-container))&gt;.elementor-spacer&gt;.elementor-spacer-inner,.e-con&gt;.elementor-widget-spacer:not(:has(&gt;.elementor-widget-container))&gt;.elementor-spacer&gt;.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner&gt;.elementor-widget-spacer.elementor-widget-empty,.e-con&gt;.elementor-widget-spacer.elementor-widget-empty{min-height:22px;min-width:22px;position:relative}.e-con-inner&gt;.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con&gt;.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{height:22px;inset:0;margin:auto;padding:0;position:absolute;width:22px}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.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:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.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:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.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:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.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:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.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:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.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:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.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:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.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:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.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:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.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:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.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:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.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:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.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:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.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:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.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:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.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:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.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:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.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:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.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:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.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:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.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:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.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:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.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:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.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:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.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:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.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:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.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:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.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:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.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:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.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:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.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:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.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:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.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:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.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:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.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:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.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:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.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:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.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:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.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:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.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:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.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:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.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:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.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:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.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:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.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:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.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:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.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:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.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:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.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:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.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:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.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:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.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:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.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:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.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:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.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:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.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:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.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:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.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:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.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:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.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:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.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:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.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:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.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:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.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:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.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:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.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:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.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:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.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:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.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:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.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:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.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:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.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:'Red Hat Display';font-style:italic;font-weight:300;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/redhatdisplay-8vis7wur0m80wwyf0qcxzzyzuotg-a6tty_9cq.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:'Red Hat Display';font-style:italic;font-weight:300;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/redhatdisplay-8vis7wur0m80wwyf0qcxzzyzuotg-a6jty8.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:'Red Hat Display';font-style:italic;font-weight:400;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/redhatdisplay-8vis7wur0m80wwyf0qcxzzyzuotg-a6tty_9cq.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:'Red Hat Display';font-style:italic;font-weight:400;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/redhatdisplay-8vis7wur0m80wwyf0qcxzzyzuotg-a6jty8.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:'Red Hat Display';font-style:italic;font-weight:500;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/redhatdisplay-8vis7wur0m80wwyf0qcxzzyzuotg-a6tty_9cq.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:'Red Hat Display';font-style:italic;font-weight:500;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/redhatdisplay-8vis7wur0m80wwyf0qcxzzyzuotg-a6jty8.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:'Red Hat Display';font-style:italic;font-weight:600;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/redhatdisplay-8vis7wur0m80wwyf0qcxzzyzuotg-a6tty_9cq.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:'Red Hat Display';font-style:italic;font-weight:600;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/redhatdisplay-8vis7wur0m80wwyf0qcxzzyzuotg-a6jty8.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:'Red Hat Display';font-style:italic;font-weight:700;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/redhatdisplay-8vis7wur0m80wwyf0qcxzzyzuotg-a6tty_9cq.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:'Red Hat Display';font-style:italic;font-weight:700;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/redhatdisplay-8vis7wur0m80wwyf0qcxzzyzuotg-a6jty8.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:'Red Hat Display';font-style:italic;font-weight:800;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/redhatdisplay-8vis7wur0m80wwyf0qcxzzyzuotg-a6tty_9cq.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:'Red Hat Display';font-style:italic;font-weight:800;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/redhatdisplay-8vis7wur0m80wwyf0qcxzzyzuotg-a6jty8.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:'Red Hat Display';font-style:italic;font-weight:900;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/redhatdisplay-8vis7wur0m80wwyf0qcxzzyzuotg-a6tty_9cq.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:'Red Hat Display';font-style:italic;font-weight:900;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/redhatdisplay-8vis7wur0m80wwyf0qcxzzyzuotg-a6jty8.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:'Red Hat Display';font-style:normal;font-weight:300;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/redhatdisplay-8viq7wur0m80wwyf0qcxzzyzuotg8z6hvys.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:'Red Hat Display';font-style:normal;font-weight:300;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/redhatdisplay-8viq7wur0m80wwyf0qcxzzyzuotg_t6h.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:'Red Hat Display';font-style:normal;font-weight:400;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/redhatdisplay-8viq7wur0m80wwyf0qcxzzyzuotg8z6hvys.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:'Red Hat Display';font-style:normal;font-weight:400;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/redhatdisplay-8viq7wur0m80wwyf0qcxzzyzuotg_t6h.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:'Red Hat Display';font-style:normal;font-weight:500;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/redhatdisplay-8viq7wur0m80wwyf0qcxzzyzuotg8z6hvys.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:'Red Hat Display';font-style:normal;font-weight:500;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/redhatdisplay-8viq7wur0m80wwyf0qcxzzyzuotg_t6h.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:'Red Hat Display';font-style:normal;font-weight:600;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/redhatdisplay-8viq7wur0m80wwyf0qcxzzyzuotg8z6hvys.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:'Red Hat Display';font-style:normal;font-weight:600;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/redhatdisplay-8viq7wur0m80wwyf0qcxzzyzuotg_t6h.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:'Red Hat Display';font-style:normal;font-weight:700;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/redhatdisplay-8viq7wur0m80wwyf0qcxzzyzuotg8z6hvys.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:'Red Hat Display';font-style:normal;font-weight:700;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/redhatdisplay-8viq7wur0m80wwyf0qcxzzyzuotg_t6h.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:'Red Hat Display';font-style:normal;font-weight:800;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/redhatdisplay-8viq7wur0m80wwyf0qcxzzyzuotg8z6hvys.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:'Red Hat Display';font-style:normal;font-weight:800;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/redhatdisplay-8viq7wur0m80wwyf0qcxzzyzuotg_t6h.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:'Red Hat Display';font-style:normal;font-weight:900;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/redhatdisplay-8viq7wur0m80wwyf0qcxzzyzuotg8z6hvys.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:'Red Hat Display';font-style:normal;font-weight:900;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/redhatdisplay-8viq7wur0m80wwyf0qcxzzyzuotg_t6h.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:'Lexend Deca';font-style:normal;font-weight:100;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/lexenddeca-k2f1fzfyk-dhse0uppuwq5qojy_kza.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:'Lexend Deca';font-style:normal;font-weight:100;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/lexenddeca-k2f1fzfyk-dhse0uppuwq5qpjy_kza.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:'Lexend Deca';font-style:normal;font-weight:100;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/lexenddeca-k2f1fzfyk-dhse0uppuwq5qnjy8.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:'Lexend Deca';font-style:normal;font-weight:200;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/lexenddeca-k2f1fzfyk-dhse0uppuwq5qojy_kza.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:'Lexend Deca';font-style:normal;font-weight:200;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/lexenddeca-k2f1fzfyk-dhse0uppuwq5qpjy_kza.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:'Lexend Deca';font-style:normal;font-weight:200;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/lexenddeca-k2f1fzfyk-dhse0uppuwq5qnjy8.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:'Lexend Deca';font-style:normal;font-weight:300;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/lexenddeca-k2f1fzfyk-dhse0uppuwq5qojy_kza.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:'Lexend Deca';font-style:normal;font-weight:300;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/lexenddeca-k2f1fzfyk-dhse0uppuwq5qpjy_kza.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:'Lexend Deca';font-style:normal;font-weight:300;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/lexenddeca-k2f1fzfyk-dhse0uppuwq5qnjy8.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:'Lexend Deca';font-style:normal;font-weight:400;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/lexenddeca-k2f1fzfyk-dhse0uppuwq5qojy_kza.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:'Lexend Deca';font-style:normal;font-weight:400;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/lexenddeca-k2f1fzfyk-dhse0uppuwq5qpjy_kza.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:'Lexend Deca';font-style:normal;font-weight:400;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/lexenddeca-k2f1fzfyk-dhse0uppuwq5qnjy8.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:'Lexend Deca';font-style:normal;font-weight:500;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/lexenddeca-k2f1fzfyk-dhse0uppuwq5qojy_kza.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:'Lexend Deca';font-style:normal;font-weight:500;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/lexenddeca-k2f1fzfyk-dhse0uppuwq5qpjy_kza.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:'Lexend Deca';font-style:normal;font-weight:500;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/lexenddeca-k2f1fzfyk-dhse0uppuwq5qnjy8.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:'Lexend Deca';font-style:normal;font-weight:600;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/lexenddeca-k2f1fzfyk-dhse0uppuwq5qojy_kza.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:'Lexend Deca';font-style:normal;font-weight:600;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/lexenddeca-k2f1fzfyk-dhse0uppuwq5qpjy_kza.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:'Lexend Deca';font-style:normal;font-weight:600;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/lexenddeca-k2f1fzfyk-dhse0uppuwq5qnjy8.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:'Lexend Deca';font-style:normal;font-weight:700;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/lexenddeca-k2f1fzfyk-dhse0uppuwq5qojy_kza.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:'Lexend Deca';font-style:normal;font-weight:700;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/lexenddeca-k2f1fzfyk-dhse0uppuwq5qpjy_kza.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:'Lexend Deca';font-style:normal;font-weight:700;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/lexenddeca-k2f1fzfyk-dhse0uppuwq5qnjy8.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:'Lexend Deca';font-style:normal;font-weight:800;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/lexenddeca-k2f1fzfyk-dhse0uppuwq5qojy_kza.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:'Lexend Deca';font-style:normal;font-weight:800;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/lexenddeca-k2f1fzfyk-dhse0uppuwq5qpjy_kza.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:'Lexend Deca';font-style:normal;font-weight:800;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/lexenddeca-k2f1fzfyk-dhse0uppuwq5qnjy8.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:'Lexend Deca';font-style:normal;font-weight:900;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/lexenddeca-k2f1fzfyk-dhse0uppuwq5qojy_kza.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:'Lexend Deca';font-style:normal;font-weight:900;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/lexenddeca-k2f1fzfyk-dhse0uppuwq5qpjy_kza.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:'Lexend Deca';font-style:normal;font-weight:900;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/lexenddeca-k2f1fzfyk-dhse0uppuwq5qnjy8.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:'Ubuntu';font-style:italic;font-weight:300;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icp6kvjbnbylgokejzftvycn4ffgg.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:'Ubuntu';font-style:italic;font-weight:300;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icp6kvjbnbylgokejzftvyln4ffgg.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Ubuntu';font-style:italic;font-weight:300;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icp6kvjbnbylgokejzftvydn4ffgg.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Ubuntu';font-style:italic;font-weight:300;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icp6kvjbnbylgokejzftvymn4ffgg.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Ubuntu';font-style:italic;font-weight:300;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icp6kvjbnbylgokejzftvybn4ffgg.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:'Ubuntu';font-style:italic;font-weight:300;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icp6kvjbnbylgokejzftvypn4e.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:'Ubuntu';font-style:italic;font-weight:400;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icu6kvjbnbylgokej75l0mwfg.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:'Ubuntu';font-style:italic;font-weight:400;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icu6kvjbnbylgokej7wl0mwfg.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Ubuntu';font-style:italic;font-weight:400;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icu6kvjbnbylgokej74l0mwfg.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Ubuntu';font-style:italic;font-weight:400;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icu6kvjbnbylgokej73l0mwfg.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Ubuntu';font-style:italic;font-weight:400;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icu6kvjbnbylgokej76l0mwfg.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:'Ubuntu';font-style:italic;font-weight:400;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icu6kvjbnbylgokej70l0k.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:'Ubuntu';font-style:italic;font-weight:500;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icp6kvjbnbylgokejyhtfycn4ffgg.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:'Ubuntu';font-style:italic;font-weight:500;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icp6kvjbnbylgokejyhtfyln4ffgg.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Ubuntu';font-style:italic;font-weight:500;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icp6kvjbnbylgokejyhtfydn4ffgg.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Ubuntu';font-style:italic;font-weight:500;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icp6kvjbnbylgokejyhtfymn4ffgg.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Ubuntu';font-style:italic;font-weight:500;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icp6kvjbnbylgokejyhtfybn4ffgg.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:'Ubuntu';font-style:italic;font-weight:500;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icp6kvjbnbylgokejyhtfypn4e.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:'Ubuntu';font-style:italic;font-weight:700;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icp6kvjbnbylgokejzpslycn4ffgg.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:'Ubuntu';font-style:italic;font-weight:700;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icp6kvjbnbylgokejzpslyln4ffgg.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Ubuntu';font-style:italic;font-weight:700;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icp6kvjbnbylgokejzpslydn4ffgg.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Ubuntu';font-style:italic;font-weight:700;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icp6kvjbnbylgokejzpslymn4ffgg.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Ubuntu';font-style:italic;font-weight:700;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icp6kvjbnbylgokejzpslybn4ffgg.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:'Ubuntu';font-style:italic;font-weight:700;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icp6kvjbnbylgokejzpslypn4e.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:'Ubuntu';font-style:normal;font-weight:300;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icv6kvjbnbylgoc1czjvwynl4u.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:'Ubuntu';font-style:normal;font-weight:300;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icv6kvjbnbylgoc1czjtgynl4u.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Ubuntu';font-style:normal;font-weight:300;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icv6kvjbnbylgoc1czjvgynl4u.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Ubuntu';font-style:normal;font-weight:300;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icv6kvjbnbylgoc1czjs2ynl4u.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Ubuntu';font-style:normal;font-weight:300;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icv6kvjbnbylgoc1czjvmynl4u.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:'Ubuntu';font-style:normal;font-weight:300;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icv6kvjbnbylgoc1czjsgyn.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:'Ubuntu';font-style:normal;font-weight:400;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4ics6kvjbnbylgokcg72j00.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:'Ubuntu';font-style:normal;font-weight:400;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4ics6kvjbnbylgokew72j00.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Ubuntu';font-style:normal;font-weight:400;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4ics6kvjbnbylgokcw72j00.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Ubuntu';font-style:normal;font-weight:400;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4ics6kvjbnbylgokfa72j00.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Ubuntu';font-style:normal;font-weight:400;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4ics6kvjbnbylgokcq72j00.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:'Ubuntu';font-style:normal;font-weight:400;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4ics6kvjbnbylgokfw72.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:'Ubuntu';font-style:normal;font-weight:500;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icv6kvjbnbylgocjc3jvwynl4u.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:'Ubuntu';font-style:normal;font-weight:500;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icv6kvjbnbylgocjc3jtgynl4u.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Ubuntu';font-style:normal;font-weight:500;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icv6kvjbnbylgocjc3jvgynl4u.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Ubuntu';font-style:normal;font-weight:500;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icv6kvjbnbylgocjc3js2ynl4u.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Ubuntu';font-style:normal;font-weight:500;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icv6kvjbnbylgocjc3jvmynl4u.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:'Ubuntu';font-style:normal;font-weight:500;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icv6kvjbnbylgocjc3jsgyn.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:'Ubuntu';font-style:normal;font-weight:700;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icv6kvjbnbylgocxcvjvwynl4u.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:'Ubuntu';font-style:normal;font-weight:700;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icv6kvjbnbylgocxcvjtgynl4u.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'Ubuntu';font-style:normal;font-weight:700;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icv6kvjbnbylgocxcvjvgynl4u.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Ubuntu';font-style:normal;font-weight:700;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icv6kvjbnbylgocxcvjs2ynl4u.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF}@font-face{font-family:'Ubuntu';font-style:normal;font-weight:700;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icv6kvjbnbylgocxcvjvmynl4u.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:'Ubuntu';font-style:normal;font-weight:700;font-display:swap;src:url(https://vincsepetim.com/wp-content/uploads/elementor/google-fonts/fonts/ubuntu-4icv6kvjbnbylgocxcvjsgyn.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}</pre></body></html>