@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:Outfit,sans-serif}html,body{height:100%;width:100%;display:flex;flex-direction:column}a{text-decoration:none;color:inherit}ul{list-style:none}h1{font-size:42px;font-weight:700;line-height:46px;text-align:center}@media screen and (max-width: 768px){h1{font-size:32px;font-weight:700;line-height:36px}}.h2,h2{font-size:38px;font-weight:600;line-height:47px;text-align:center}.h2 span,h2 span{color:#16f;font-size:38px}@media screen and (max-width: 768px){.h2,h2{font-size:28px;line-height:35px}.h2 span,h2 span{font-size:28px}}h3{font-size:18px;font-weight:600;line-height:22px;color:#16f;overflow-wrap:anywhere}h4{font-size:24px;font-weight:400;line-height:30px;text-align:center}@media screen and (max-width: 768px){h4{font-size:20px;line-height:25px}}span{font-size:20px;line-height:25px;font-weight:600}[x-cloak]{display:none!important}body{height:fit-content}body .modal-close-button{display:none}body.modal-style nav{display:none}@media screen and (max-width: 768px){body.modal-style .navbar__message{display:none}body.modal-style footer{display:none}body.modal-style .modal-close-button{position:absolute;display:block;top:16px;right:16px;z-index:895}}body.no-scroll{overflow:hidden}.grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;gap:36px 24px;max-width:1280px;margin:2rem auto}.grid__item{cursor:pointer;position:relative;width:100%;margin:0 auto}.grid__item .background__image__wrapper{overflow:hidden;width:100%;border-radius:12px;height:250px;position:relative}.grid__item .background__image__wrapper .background__image{width:100%;height:250px;object-fit:cover;transition:transform cubic-bezier(.175,.885,.25,1.275) .4s}.grid__item .background__image__wrapper .background__image.archived{filter:grayscale(100%)}.grid__item .background__image__wrapper .background__image:hover{transform:scale(1.05);z-index:1}.grid__item--check{pointer-events:none;position:absolute;display:flex;align-items:center;gap:6px;background:rgba(255,255,255,.8);color:#16f;font-weight:600;font-size:12px;border-radius:32px;padding:6px 14px 6px 8px;top:.5rem;left:.5rem}.grid__item--favorite{cursor:pointer;position:absolute;background:rgba(38,40,49,.1019607843);backdrop-filter:blur(5px);border-radius:50%;width:43px;height:43px;top:.5rem;right:.5rem;z-index:2;user-select:none}.grid__item--favorite img{-webkit-tap-highlight-color:transparent;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:22px;height:22px}.grid__item--edit{cursor:pointer;position:absolute;background:rgba(38,40,49,.1019607843);backdrop-filter:blur(5px);border-radius:50%;width:43px;height:43px;top:.5rem;right:.5rem;z-index:2;user-select:none}.grid__item--edit img{-webkit-tap-highlight-color:transparent;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:26px;height:26px}.grid__item__content{padding:12px 0;display:flex;flex-direction:column;gap:8px}.grid__item__content--title{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:8px}.grid__item__content--title .location{display:flex;flex-direction:row;align-items:center}.grid__item__content--subtitle{display:flex;justify-content:space-between;margin-bottom:-5px}.grid__item__content--subtitle small{color:#9294af;font-size:14px}.grid__item__content--subtitle .location{display:flex;align-items:flex-start;gap:4px}.grid__item__content--subtitle .location small{color:#121b27}.grid__item__content--subtitle .location img{margin-top:-4px;width:24px;height:24px}.grid__item__content--infos{display:flex;flex-direction:row;justify-content:space-between;gap:8px}.grid__item__content--infos .infos{display:flex;flex-direction:column;justify-content:space-between}.grid__item__content--infos .location{white-space:nowrap}.grid__item__content--infos .location img{vertical-align:middle}.grid__item__content small{display:inline-block;color:#9294af;font-size:14px}.grid__item__content small .dot__divider{display:inline-block;width:4px;height:4px;border-radius:50%;background-color:#9294af;margin:0 2px 2px}.grid__item.sponsored{max-width:628px;grid-column:span 2;grid-row:span 2}.grid__item.sponsored .background__image__wrapper{height:400px;max-height:none}.grid__item.sponsored .background__image__wrapper .background__image{height:400px;object-fit:cover}@media screen and (max-width: 768px){.grid__item.sponsored{grid-column:span 1;grid-row:span 1}.grid__item.sponsored .background__image__wrapper,.grid__item.sponsored .background__image__wrapper .background__image{max-height:200px}}.grid--show__more{color:#16f;font-size:16px;font-weight:500;align-items:center;justify-content:center;border:1px solid #1166ff;padding:12px 24px;border-radius:42px;display:inline-flex;margin:0 auto;gap:8px}@media screen and (max-width: 768px){.grid--show__more{display:flex}}@media screen and (max-width: 768px){.grid{grid-template-columns:repeat(1,1fr);gap:20px 0;margin:2rem 1rem}}.comeback-top{display:none;justify-content:center;align-items:center;position:fixed;bottom:1rem;right:1rem;z-index:1000;background:#ffffff;border:1px solid #000000;border-radius:50%;width:40px;height:40px;cursor:pointer}@media screen and (max-width: 768px){.comeback-top{z-index:889}}.comeback-top img{width:15px}footer{background:rgb(17,30,47);background:linear-gradient(90deg,rgb(17,30,47) 0%,rgb(17,49,103) 50%,rgb(17,30,47) 100%);position:relative}footer .blur{pointer-events:none}footer .blur img{position:absolute;top:0;width:100%;height:100%}footer .content{width:100%;max-width:1280px;margin:0 auto;padding:60px 0;color:#fff;z-index:10}footer .content__top{display:flex;justify-content:space-between}footer .content__top--left{display:flex;flex-direction:column;gap:14px}footer .content__top--left span{width:55%;font-size:14px;font-weight:400;text-wrap:nowrap}@media screen and (max-width: 768px){footer .content__top--left{flex-direction:row;align-items:center;justify-content:space-between}footer .content__top--left span{text-wrap:inherit;word-wrap:break-word}}footer .content__top--right{display:flex;align-items:center;gap:32px}footer .content__top--right ul{display:flex;gap:32px}footer .content__top--right ul li{font-size:14px;font-weight:500}footer .content__top--right button{background:#ffffff;color:#000}@media screen and (max-width: 768px){footer .content__top--right button{font-size:18px;padding:12px 32px}}footer .content hr{border:1px solid #ffffff;opacity:.1;margin:24px 0}footer .content__bottom{display:flex;justify-content:space-between;align-items:center;font-weight:300;font-size:14px}footer .content__bottom--right ul{display:flex;gap:24px}footer .content__bottom--right ul li{font-size:14px;font-weight:300}footer .content__bottom--right--social-media a{margin-right:12px}footer .content__bottom--right--social-media a:last-of-type{margin-right:0}footer .content__bottom--right--social-media img{vertical-align:middle;width:24px}@media screen and (max-width: 768px){footer .content{padding-left:1rem;padding-right:1rem;margin:0 auto;padding-top:40px}footer .content__top{flex-direction:column;align-items:center;gap:40px}footer .content__top--left img{width:90px}footer .content__top--right{flex-direction:column;align-items:center;gap:16px;width:100%}footer .content__top--right ul{flex-direction:row;align-items:center;gap:32px;padding-bottom:1rem}footer .content__top--right ul li{font-size:16px}footer .content__top--right a{display:inline-block;width:100%}footer .content__top--right a button{width:100%;font-size:14px}footer .content__bottom{flex-direction:column-reverse;align-items:flex-start}footer .content__bottom ul{margin-bottom:24px;flex-direction:column;align-items:left}footer .content__bottom ul li{font-weight:100;opacity:.75;transition:opacity .2s ease}footer .content__bottom ul li:hover{opacity:1}}.navbar{position:sticky;top:0;z-index:890}.navbar__message{width:100%;background:#FEB941;padding:0 24px;line-height:60px;height:60px;color:#fff;text-align:center}.navbar__message.success{background:#4caf50}.navbar__message a{text-decoration:underline}@media screen and (max-width: 768px){.navbar__message{height:auto;line-height:1.6em;padding:24px}}.navbar__inner{z-index:890;font-weight:500;width:100%;padding:15px 24px;background:#ffffff;color:#121b27;display:flex;align-items:center;box-shadow:3px 3px 8px #00000014}.navbar__inner--modal{box-shadow:none}.navbar__inner .profil-link{display:flex;align-items:center;position:relative;font-size:13px}.navbar__inner .profil-link img{width:36px;height:36px;border-radius:50%;object-fit:cover}.navbar__inner .profil-link span{font-weight:400;font-size:14px;line-height:unset}.navbar__inner--logo{margin-right:40px}.navbar__inner--logo img{height:36px;width:auto}.navbar__inner--links{display:flex;gap:28px;align-items:center}.navbar__inner--links a{font-size:16px}.navbar__inner--right{margin-left:auto;display:flex;align-items:center;gap:24px}.navbar__inner--right .auth-links{display:flex;align-items:center;gap:32px}.navbar__inner--right .auth-links a{display:flex;flex-direction:column;gap:10px;font-size:14px;font-weight:400}.navbar__inner--right .notification{position:relative;display:flex;align-items:center}.navbar__inner--right .notification__header{display:flex;justify-content:space-between;align-items:center}.navbar__inner--right .notification .notification__toggle{position:relative;cursor:pointer;display:flex;flex-direction:column;gap:10px;font-size:14px;font-weight:400}.navbar__inner--right .notification .notification__toggle img{height:32px;width:auto}.navbar__inner--right .notification .notification__content{flex-direction:column;position:absolute;top:2rem;right:0;width:350px;background:#ffffff;color:#121b27;padding:8px 0 16px;border-radius:18px;box-shadow:0 0 50px #121b2740;z-index:890}@media screen and (max-width: 768px){.navbar__inner--right .notification .notification__content{right:unset;left:-60px}}.navbar__inner--right .notification .notification__content--title{padding:8px 16px;font-size:14px}.navbar__inner--right .notification .notification__content--allread{padding:8px 16px;font-size:10px;font-style:normal;font-weight:400;line-height:normal;color:#2196f3;cursor:pointer}.navbar__inner--right .notification .notification__content--list{height:400px;overflow:auto}.navbar__inner--right .notification .notification__content--item{display:flex;flex-direction:row;gap:16px;position:relative;padding:8px 16px;font-size:13px}.navbar__inner--right .notification .notification__content--item a{width:auto}.navbar__inner--right .notification .notification__content--item span{font-size:16px;font-weight:500}.navbar__inner--right .notification .notification__content--item p{font-weight:400;color:#9294af;min-width:250px;max-width:350px;font-size:12px}.navbar__inner--right .notification .notification__content--item .timestamp{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:8px;color:#9294af;font-size:10px;font-weight:400;text-align:right;white-space:nowrap}.navbar__inner--right .notification .notification__content--item .timestamp .dot__divider{display:inline-block;width:8px;height:8px;border-radius:50%;background:#1166ff;margin:0 4px}.navbar__inner--right .notification .notification__content--item:hover{background:#efeff3}.navbar__inner--right .notification .notification__content--item.read{color:#9294af}.navbar__inner--right .notification .notification__content--item.read .dot__divider{display:none}.navbar__inner--right .notification .notification__content.active{display:flex}.navbar__inner--right .talk-link{position:relative;cursor:pointer}.navbar__inner--right .talk-link img,.navbar__inner--right .favorite-link img{height:32px;width:auto}.navbar__inner--right .more__options__menu{position:absolute;top:32px;right:8px;background:#ffffff;box-shadow:0 14px 100px #0000001a;border-radius:6px;padding:14px 12px;width:188px;flex-direction:column;gap:14px;z-index:100}.navbar__inner--right .more__options__menu span{display:inline-block;cursor:pointer;font-size:14px;font-weight:500;line-height:22px}.navbar__inner--right .more__options__menu span#undelete__conversation{display:none}.navbar__inner--right .more__options__menu.active{display:flex}@media screen and (max-width: 768px){.navbar__inner{display:none}}.navbar__inner--mobile{display:none;gap:16px;height:84px}@media screen and (max-width: 768px){.navbar__inner--mobile{z-index:890;display:flex;align-items:center;justify-content:space-between}}.navbar__inner--mobile .menu-trigger{position:relative}.navbar__inner--mobile .menu-title{font-weight:500;font-size:24px}.navbar__inner--mobile .menu-icon{display:flex;align-items:center;justify-content:center;height:32px;width:auto}.currency__dropdown{position:relative;display:flex;align-items:center}.currency__dropdown .currency__dropdown--trigger{display:flex;align-items:center;cursor:pointer}.currency__dropdown .currency__dropdown--icon{width:24px;height:auto}.currency__dropdown .currency{font-size:20px}.currency__dropdown .dropdown__arrow{margin-left:8px}.currency__dropdown .dropdown__arrow.open{transform:rotate(180deg)}.currency__dropdown .currency__dropdown__content{display:flex;flex-direction:column;position:absolute;top:2rem;left:0;width:80px;background:#ffffff;color:#121b27;padding:8px 0;border-radius:4px;box-shadow:0 0 10px #0003;z-index:890}.currency__dropdown .currency__dropdown__content--item{display:flex;align-items:center;gap:8px;padding:8px 16px}.currency__dropdown .currency__dropdown__content--item:hover{background:#efeff3}.language__dropdown{position:relative;display:flex;align-items:center}.language__dropdown .language__dropdown--trigger{display:flex;align-items:center;cursor:pointer}.language__dropdown .language__dropdown--icon{width:24px;height:24px;margin-right:4px}.language__dropdown .dropdown__arrow{margin-left:8px}.language__dropdown .dropdown__arrow.open{transform:rotate(180deg)}.language__dropdown .language__dropdown__content{display:flex;flex-direction:column;position:absolute;top:2rem;left:0;width:100px;background:#ffffff;color:#121b27;padding:8px 0;border-radius:4px;box-shadow:0 0 10px #0003;z-index:890}.language__dropdown .language__dropdown__content--item{display:flex;align-items:center;gap:8px;padding:8px 16px}.language__dropdown .language__dropdown__content--item:hover{background:#efeff3}.alert-icon{position:absolute;top:-3px;right:8px;width:12px;height:12px;background:#f44336;border-radius:50%}@media screen and (max-width: 768px){.alert-icon{top:-1px;right:-3px}}.sidebar{z-index:890;position:fixed;display:flex;flex-direction:column;background-color:#fff;top:0;right:0;width:400px;height:100dvh;overflow:hidden}.sidebar__title{padding:24px;display:flex;align-items:center;font-family:Outfit;font-size:20px;font-style:normal;font-weight:600;gap:12px}.sidebar__title__back_button{transform:rotate(180deg)}.sidebar__title__close_button{margin-left:auto}@media screen and (max-width: 768px){.sidebar__title{position:absolute;background-color:#fff;width:100%}}.sidebar__inner{overflow:auto;padding:16px 24px;flex:1}.sidebar__inner .title{font-size:16px;font-weight:600;color:#121b27;padding-bottom:16px}.sidebar__inner .separator{height:1px;background:#9294af;margin:14px 0}.sidebar__inner .sidebar__links{margin-top:14px}.sidebar__inner .sidebar__links a{display:block;padding:16px 0;color:#121b27;font-weight:500;font-size:18px}.sidebar__inner .sidebar__item{padding:14px 0;display:flex;align-items:center;gap:8px}.sidebar__inner .sidebar__item .sidebar__item__icon{display:flex;align-items:center;justify-content:center;position:relative}.sidebar__inner .sidebar__item .sidebar__item__icon img{width:18px;height:auto}.sidebar__inner .sidebar__item .sidebar__item_text{font-weight:500}.sidebar__inner .notification__content--allread{display:flex;padding-bottom:18px;color:#16f;font-size:16px;cursor:pointer;font-weight:500}.sidebar__inner .notification__content--list{display:flex;flex-direction:column;gap:20px}.sidebar__inner .notification__content--item{display:flex;flex-direction:row;gap:16px;font-size:18px;line-height:25px}.sidebar__inner .notification__content--item .dot__divider{align-self:center;display:inline-block;width:10px;height:10px;border-radius:50%;background:#f44336;padding:0 5px}.sidebar__inner .notification__content--item.read .dot__divider{display:none}.sidebar__inner .notification__content--item p{font-weight:400;word-wrap:break-word;text-wrap:inherit}.sidebar__inner .notification__content--item .timestamp{text-wrap:nowrap;font-weight:400;font-size:13px;color:#9294af}.sidebar__inner .messages__content--allread{display:flex;padding-bottom:18px;color:#16f;font-size:16px;cursor:pointer;font-weight:500}.sidebar__inner .messages__content--list{display:flex;flex-direction:column;gap:25px}@media screen and (max-width: 768px){.sidebar__inner .messages__content--list{gap:0}}.sidebar__inner .messages__content--list .messagesList{display:flex}.sidebar__inner .messages__content--item{display:flex;flex-direction:row;align-items:center;gap:10px;font-size:18px;line-height:25px;cursor:pointer}.sidebar__inner .messages__content--item .alert-icon{display:none}@media screen and (max-width: 768px){.sidebar__inner .messages__content--item{position:relative;margin:0 -16px;padding:16px}.sidebar__inner .messages__content--item.unread{background-color:#e7f0ff}.sidebar__inner .messages__content--item.unread .alert-icon{display:flex;width:14px;height:14px;top:26px;right:18px}}.sidebar__inner .messages__content--item .dot__divider{display:inline-block;width:10px;height:10px;border-radius:50%;background:#f44336;padding:0 5px}.sidebar__inner .messages__content--item.read .dot__divider{display:none}.sidebar__inner .messages__content--item img{width:60px;height:60px;border-radius:10px;object-fit:cover}.sidebar__inner .messages__content--item .info{margin:0;gap:2px}.sidebar__inner .messages__content--item .info--title{font-size:14px;font-weight:600;text-wrap-style:pretty}.sidebar__inner .messages__content--item .info--user{text-wrap:nowrap;font-weight:400;font-size:13px;color:#6c6f8b}@media screen and (max-width: 768px){.sidebar__inner .messages__content--item .info--user span{text-wrap:nowrap;font-weight:400;font-size:13px;color:#6c6f8b}}.sidebar__inner .messages__content--item .timestamp{align-self:end;text-wrap:nowrap;font-weight:400;font-size:10px;color:#9294af;display:flex;flex-direction:column;text-align:right;line-height:normal}@media screen and (max-width: 768px){.sidebar__inner{padding:16px 16px 86px}}.sidebar__footer{display:grid;gap:14px;padding:20px 24px}.sidebar__footer .buttons{display:flex;align-items:center;justify-content:space-between}.sidebar__footer button{display:flex;align-items:center;justify-content:center;font-size:14px;padding:12px 24px;margin-bottom:12px}.sidebar__footer button span{font-size:inherit;margin-left:8px}.sidebar__footer button:last-child{margin-bottom:0}.sidebar--talk .navbar__inner{background-color:#f8f8f8;height:60px;padding-bottom:0}.sidebar--talk .info{background-color:#f8f8f8;display:flex;flex-direction:row;align-items:center;width:100%;margin:0;padding:16px 16px 24px;gap:13px}.sidebar--talk .info img{width:56px;height:56px;object-fit:cover;border-radius:8px}.sidebar--talk .info--content{display:flex;flex-direction:column;gap:8px}.sidebar--talk .info--content--title{font-size:14px;font-weight:400}.sidebar--talk .info--content--username{font-weight:600;font-size:16px;line-height:20px}.sidebar--talk .status__block,.sidebar--talk .status__blocked,.sidebar--talk .status__deleted,.sidebar--talk .status__deleted__user,.sidebar--talk .status__deleted__by__other,.sidebar--talk .status__deleted__by__me{display:none}.sidebar--talk.block .messages__inbox--top img{filter:grayscale(100%)}.sidebar--talk.block .messages__inbox--top .status{display:none}.sidebar--talk.block .messages__inbox--top .status__block{display:block!important}.sidebar--talk.block .messages__inbox--top .status__blocked,.sidebar--talk.block .messages__inbox--top .status__deleted,.sidebar--talk.block .messages__inbox--top .status__deleted__by__other,.sidebar--talk.block .messages__inbox--top .status__deleted__user,.sidebar--talk.block .messages__inbox--top .status__deleted__by__me{display:none}.sidebar--talk.block .messages__inbox--chat .avatar{filter:grayscale(100%)}.sidebar--talk.block .dot{display:none}.sidebar--talk.blocked .messages__inbox img:not(.send__icon),.sidebar--talk.deleted .messages__inbox img:not(.send__icon),.sidebar--talk.deleted__user .messages__inbox img:not(.send__icon),.sidebar--talk.deleted__by__user .messages__inbox img:not(.send__icon),.sidebar--talk.deleted__by__other .messages__inbox img:not(.send__icon),.sidebar--talk.deleted__by__me .messages__inbox img:not(.send__icon){filter:grayscale(100%)}.sidebar--talk.blocked .messages__inbox--chat__item .avatar,.sidebar--talk.deleted .messages__inbox--chat__item .avatar,.sidebar--talk.deleted__user .messages__inbox--chat__item .avatar,.sidebar--talk.deleted__by__user .messages__inbox--chat__item .avatar,.sidebar--talk.deleted__by__other .messages__inbox--chat__item .avatar,.sidebar--talk.deleted__by__me .messages__inbox--chat__item .avatar{display:none}.sidebar--talk.blocked .messages__inbox--chat__item.to>div>div,.sidebar--talk.deleted .messages__inbox--chat__item.to>div>div,.sidebar--talk.deleted__user .messages__inbox--chat__item.to>div>div,.sidebar--talk.deleted__by__user .messages__inbox--chat__item.to>div>div,.sidebar--talk.deleted__by__other .messages__inbox--chat__item.to>div>div,.sidebar--talk.deleted__by__me .messages__inbox--chat__item.to>div>div{background:#9294af}.sidebar--talk.blocked .messages__inbox--bottom,.sidebar--talk.deleted .messages__inbox--bottom,.sidebar--talk.deleted__user .messages__inbox--bottom,.sidebar--talk.deleted__by__user .messages__inbox--bottom,.sidebar--talk.deleted__by__other .messages__inbox--bottom,.sidebar--talk.deleted__by__me .messages__inbox--bottom,.sidebar--talk.blocked .more__options__menu span,.sidebar--talk.deleted .more__options__menu span,.sidebar--talk.deleted__user .more__options__menu span,.sidebar--talk.deleted__by__user .more__options__menu span,.sidebar--talk.deleted__by__other .more__options__menu span,.sidebar--talk.deleted__by__me .more__options__menu span{display:none}.sidebar--talk.blocked .more__options__menu span#delete__conversation,.sidebar--talk.deleted .more__options__menu span#delete__conversation,.sidebar--talk.deleted__user .more__options__menu span#delete__conversation,.sidebar--talk.deleted__by__user .more__options__menu span#delete__conversation,.sidebar--talk.deleted__by__other .more__options__menu span#delete__conversation,.sidebar--talk.deleted__by__me .more__options__menu span#delete__conversation{display:block}.sidebar--talk.blocked .status,.sidebar--talk.blocked .status__block,.sidebar--talk.blocked .status__deleted,.sidebar--talk.blocked .status__deleted__user,.sidebar--talk.blocked .status__deleted__by__other,.sidebar--talk.blocked .status__deleted__by__me{display:none!important}.sidebar--talk.blocked .status__blocked{display:block!important}.sidebar--talk.deleted .status,.sidebar--talk.deleted .status__block,.sidebar--talk.deleted .status__blocked,.sidebar--talk.deleted .status__deleted__user,.sidebar--talk.deleted .status__deleted__by__other,.sidebar--talk.deleted .status__deleted__by__me{display:none!important}.sidebar--talk.deleted .status__deleted{display:block!important}.sidebar--talk.deleted__user .status,.sidebar--talk.deleted__user .status__block,.sidebar--talk.deleted__user .status__blocked,.sidebar--talk.deleted__user .status__deleted,.sidebar--talk.deleted__user .status__deleted__by__me,.sidebar--talk.deleted__user .status__deleted__by__other{display:none!important}.sidebar--talk.deleted__user .status__deleted__user{display:block!important}.sidebar--talk.deleted__by__me .status,.sidebar--talk.deleted__by__me .status__block,.sidebar--talk.deleted__by__me .status__blocked,.sidebar--talk.deleted__by__me .status__deleted,.sidebar--talk.deleted__by__me .status__deleted__by__pther{display:none!important}.sidebar--talk.deleted__by__me .status__deleted__by__me{display:block!important}.sidebar--talk.block img:not(.send__icon){filter:grayscale(100%)}.sidebar--talk.block .status,.sidebar--talk.block .status__deleted,.sidebar--talk.block .status__deleted__user,.sidebar--talk.block .status__deleted__by__other,.sidebar--talk.block .status__deleted__by__me{display:none!important}.sidebar--talk.block .status__block{display:block!important}.sidebar--talk.block img#more__options__trigger{display:block}.sidebar--talk.block .more__options__menu span#undelete__conversation{display:none}.sidebar--talk.deleted__by__other .status,.sidebar--talk.deleted__by__other .status__blocked,.sidebar--talk.deleted__by__other .status__deleted,.sidebar--talk.deleted__by__other .status__deleted__user,.sidebar--talk.deleted__by__other .status__deleted__by__me{display:none!important}.sidebar--talk.deleted__by__other .status__deleted__by__other{display:block!important}.sidebar--talk.deleted__by__other .status,.sidebar--talk.deleted__by__other .status__blocked,.sidebar--talk.deleted__by__other .status__deleted,.sidebar--talk.deleted__by__other .status__deleted__user,.sidebar--talk.deleted__by__other .status__deleted__by__other{display:none!important}.sidebar--talk.deleted__by__other .status__deleted__by__me{display:block!important}.sidebar--talk .sidebar__inner{margin-top:0;padding-top:24px;padding-right:24px;margin-bottom:90px;overflow-y:scroll}.sidebar--talk .sidebar__inner .messages__content--list{gap:30px;overflow-y:scroll}.sidebar--talk .sidebar__inner .messages__content--list form{position:absolute;bottom:0;width:95%;margin:auto}.sidebar--talk .sidebar__inner .messages__inbox--chat__item{align-items:flex-start}.sidebar--talk .sidebar__inner .messages__inbox--chat__item.to{display:flex;justify-content:end}.sidebar--talk .sidebar__inner .messages__inbox--chat__item.last{padding-bottom:1em}@media screen and (max-width: 768px){.sidebar{width:100vw;right:auto;left:0}}@media screen and (max-width: 768px){.sidebar--with-title .sidebar__inner{padding-top:86px}}.sidebar__overlay{z-index:890;position:fixed;top:0;left:0;width:100vw;height:100dvh;background-color:#00000080}@media screen and (max-width: 768px){.sidebar__overlay{display:none}}.button,button{font-weight:500;cursor:pointer;background:linear-gradient(to right,#2bbbed,#1166ff);color:#fff;border-radius:42px;padding:12px 24px;border:0;display:flex;align-items:center;justify-content:center;font-size:14px}.button.border-radius-sm,button.border-radius-sm{border-radius:16px}.button.double-column,button.double-column{justify-content:space-between!important}.button img,button img{height:18px;width:auto;margin-right:8px}.button.transparent,button.transparent{background:transparent;color:#16f!important;border:1px solid #1166ff}.button.black-text,button.black-text{border:1px solid #9294af;color:#000!important}.button.alert,button.alert{width:fit-content;background:linear-gradient(to right,#ef5350,#f44336)}.button .small-text,button .small-text{font-family:Outfit;font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#6c6f8b}.button .button__left,button .button__left{display:flex;flex-direction:column;gap:8px}.button .button__left .button__top,button .button__left .button__top{display:flex;align-items:center}.button{color:#fff!important}.button--full{width:100%}.carousel{width:100%;height:100%}.carousel:hover .flickity-prev-next-button.next{transform:translate(-15px)}.carousel:hover .flickity-prev-next-button.previous{transform:translate(15px)}.carousel__item{width:100%;position:relative;overflow:hidden}.carousel .flickity-prev-next-button{z-index:880;background:#ffffff;transition:transform cubic-bezier(.175,.885,.25,1.275) .4s;top:45%}.carousel .flickity-prev-next-button.next{transform:translate(60px)}.carousel .flickity-prev-next-button.previous{transform:translate(-60px)}.carousel .flickity-prev-next-button svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;fill:#121b27}.carousel .flickity-prev-next-button:disabled{opacity:.6;pointer-events:all}.carousel .flickity-page-dots{bottom:10px}.carousel .flickity-page-dots .dot{width:6px;height:6px;opacity:.5;margin:0 5px;background:white}.carousel .flickity-page-dots .dot.is-selected{opacity:1;width:8px;height:8px;margin-bottom:-1px}.switch__wrapper{margin-top:1.5rem;border-radius:46px;background-color:#9294af26;padding:3px;width:100%;max-width:260px;margin-left:auto;margin-right:auto}.switch__wrapper .switch__tabs{display:flex;align-items:center;justify-content:center;text-align:center;position:relative}.switch__wrapper .switch__tabs:after{content:"";position:absolute;width:50%;top:0;transition:left .4s;border-radius:46px;box-shadow:0 2px 15px #0000001a;background:linear-gradient(106.07deg,#2bbbed 0%,#1166ff 56.11%);height:100%;z-index:0}.switch__wrapper .switch__tabs.left:after{left:0}.switch__wrapper .switch__tabs.right:after{left:50%}.switch__wrapper .switch__tabs .tab{color:#121b27;display:inline-block;width:50%;padding:14px 0;z-index:1;position:relative;cursor:pointer;transition:color .4s;font-size:15px;font-weight:500;line-height:normal;user-select:none}.switch__wrapper .switch__tabs .tab.active{color:#fff}.toggle{display:flex}.toggle input[type=checkbox]{height:0;width:0;visibility:hidden}.toggle label{cursor:pointer;text-indent:-9999px;width:50px;height:26px;background:#e6e6ea;display:block;border-radius:100px;position:relative}.toggle label:after{content:"";position:absolute;top:2px;left:2px;width:22px;height:22px;background:#fff;border-radius:90px;transition:.3s}.toggle input:checked+label{background:#1166ff}.toggle input:checked+label:after{left:calc(100% - 2px);transform:translate(-100%)}.advanced-search{padding:24px 0;background-color:#f8f8f8}.advanced-search .search{position:relative;max-width:1280px;margin:0 auto}.advanced-search .search__form{width:90%}.advanced-search .search__filters{display:flex;gap:24px;margin-top:24px}.advanced-search .search__filters__switch{display:flex;align-items:center;gap:8px}.advanced-search .search__filters__switch span{color:#121b27;font-size:13px}.advanced-search .search__filters__button{cursor:pointer;background:#ffffff;color:#121b27;border:1px solid rgba(108,111,139,.2509803922);border-radius:6px;display:flex;align-items:center;padding:8px 12px;gap:8px}.advanced-search .search__filters__button .label{display:block;font-family:Outfit;font-size:13px;font-style:normal;font-weight:400;line-height:normal}.advanced-search .search__filters__button .count{display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#16f;color:#fff;font-family:Outfit;font-size:13px;font-style:normal;font-weight:400;line-height:normal;width:20px;height:20px}.advanced-search__filters .simple-search{margin-bottom:16px}.advanced-search__filters .form__column{gap:12px}.advanced-search__filters label.label__title{padding-top:28px;padding-bottom:4px;font-weight:600}@media screen and (max-width: 768px){.advanced-search{padding:24px 16px}.advanced-search .search{width:auto}.advanced-search .search__filters{gap:8px}.advanced-search .search .search__form{display:none}.advanced-search .search .search__filters{margin-top:0}.advanced-search .search .search__filters__switch{display:none}.advanced-search .search .search__filters__button--localisation{flex:1}.advanced-search .search .search__filters__button--sidebar .label{display:none}}.simple-search{flex:1}.simple-search input{width:100%;padding:8px 16px;border:0;border-radius:68px;box-shadow:0 0 40px #0000001a;appearance:none}.simple-search input:focus{border:1px solid #1166ff}.simple-search--advanced input{box-shadow:3px 3px 8px #00000014}.search{width:100%;position:relative}.search__form{background:#ffffff;display:flex;justify-content:space-between;width:100%;border-radius:68px;padding:5px 7px 5px 10px;box-shadow:0 0 40px #0000001a;font-size:16px}.search__input{flex:1;display:flex;align-self:center;border:none;outline:none;padding:0 10px;color:#6c6f8b;font-size:16px}.search__input::placeholder{font-size:16px;color:#6c6f8b}.search__button{padding:0;z-index:1;display:flex;justify-content:center;align-items:center;border-radius:50%;width:40px;height:40px}.search__button img{margin-right:0;height:22px}.navigation-search{position:relative;width:30px;height:40px;display:flex;margin-right:20px}.navigation-search__form{position:absolute;top:0;left:0;width:30px;transition:width .3s ease-in-out}.navigation-search__form input{width:0;padding:0;border:0;border-radius:68px;box-shadow:0 0 40px #0000001a;height:40px;appearance:none}.navigation-search__form button{position:absolute;top:5px;right:5px;width:20px;height:20px;display:flex;background:#ffffff;justify-content:center;align-items:center;cursor:pointer;padding:15px}.navigation-search__form button img{margin:0}.navigation-search--open .navigation-search__form{width:450px}.navigation-search--open .navigation-search__form input{width:100%;padding:0 16px}.navigation-search--open .navigation-search__form input:focus{border:1px solid #1166ff}.search-categories{position:fixed;z-index:890;top:100px;left:10%;width:80%;max-height:650px;margin-top:.5rem;background-color:#fff;border-radius:17px;border-color:#f8f8f8;border-width:1px;border-style:solid;gap:0;display:flex}.search-categories--unverified{top:160px}.search-categories__parents{width:30%;overflow:auto}.search-categories__parents li{background-color:#f9f9f9}.search-categories__children{flex:1;overflow:auto}.search-categories__children--see-all{margin:1rem auto;width:75%}.search-categories__children--see-all small{padding-left:8px;font-size:unset}.search-categories__children--see-all small span{font-size:unset;line-height:unset;font-weight:unset}.search-categories-overlay{z-index:790;position:fixed;top:0;left:0;width:100vw;height:100dvh;background-color:#00000080}.breadcrumbs{text-align:center;padding:0 16px}.breadcrumbs li{display:inline-block;font-weight:500;font-size:13px;color:#ffffff81;white-space:nowrap;overflow:hidden}.breadcrumbs li:not(:first-child):before{content:">";padding:0 6px;color:#ffffff81}.breadcrumbs li:last-child{color:#fff}.breadcrumbs.blog li{color:#121b27}.breadcrumbs.blog li:not(:first-child):before{color:#67697a}.error__message{color:red;font-size:14px;font-weight:medium}.seo-block{max-width:1280px;width:100%;margin:2rem auto}.seo-block h1,.seo-block h2{font-size:38px;font-weight:600;line-height:47px;text-align:center;width:60%;margin:0 auto}.seo-block p{text-align:center;margin-top:1rem;font-size:16px;font-weight:400;line-height:24px}.seo-block p a{color:#16f;text-decoration:underline}#toast{position:fixed;top:0;right:0;z-index:9999;padding:1rem;margin:1rem;background-color:#333;color:#fff;border-radius:.25rem;box-shadow:0 0 10px #00000080;animation:slideIn .5s;width:300px;display:none}@media screen and (max-width: 768px){#toast{width:100%;margin:0;border-radius:0}}#toast.active{display:block}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}#toast.success{background-color:#28a745}#toast.error{background-color:#dc3545}#toast.warning{background-color:#ffc107}#toast.info{background-color:#17a2b8}#toast .toast__message{margin:0;padding:0;font-size:.9em;line-height:1.6em;width:100%;padding-right:1.5rem}#toast .toast__close{position:absolute;top:0;right:0;cursor:pointer}#toast .toast__close svg{width:1rem;height:1rem;margin:1rem}#toast .toast__close svg path{fill:#fff}.categories-slider{position:relative;max-width:1280px;margin:0 auto 50px}@media screen and (max-width: 768px){.categories-slider{margin-bottom:30px}}.categories-slider__container{display:flex;position:relative}.categories-slider__container ul{margin:0;padding:0;position:relative;width:100%}.categories-slider__container li{list-style:none;padding:0 20px}.categories-slider__container div.js-flickity{margin:0;padding:0;position:relative;width:100%}.categories-slider__container div.js-flickity div{padding:0 20px}.categories-slider__item{display:flex;flex-direction:column;align-items:center}.categories-slider__item img{width:168px;height:168px;object-fit:cover;border-radius:50%}.categories-slider__item span{display:block;font-size:.9rem;line-height:1rem;font-weight:400;text-align:center;width:168px;padding-top:1rem;margin:0 auto}@media screen and (max-width: 768px){.categories-slider__container li{padding:0 15px}.categories-slider__item img{width:90px;height:90px}.categories-slider__item span{width:80px}}.categories-list{background-color:#f8f8f8}.categories-list .categories-list__container{position:relative;max-width:1280px;margin:0 auto;padding-top:40px}@media screen and (max-width: 768px){.categories-list .categories-list__container:after{content:"";position:absolute;top:0;right:0;width:20px;height:100%;pointer-events:none;background:linear-gradient(to left,rgba(0,0,0,.1),rgba(0,0,0,0));z-index:1}.categories-list .categories-list__container .h2{padding:0 20px}}.categories-list .categories-list__container ul{display:grid;grid-template-columns:repeat(3,1fr);justify-content:space-between;gap:40px 30px;padding:40px 0 80px}@media screen and (max-width: 768px){.categories-list .categories-list__container ul{padding:40px 20px 80px;grid-template-rows:repeat(3,1fr);grid-auto-flow:column;gap:32px;overflow-x:scroll;overflow-y:hidden;scrollbar-width:none}}.categories-list .categories-list__container ul li{position:relative}@media screen and (max-width: 768px){.categories-list .categories-list__container ul li{position:static}}.categories-list .categories-list__container ul li .name{white-space:nowrap;padding:16px 8px}.categories-list .categories-list__container ul li .name .name-header{cursor:pointer;display:flex;align-items:center;gap:10px}.categories-list .categories-list__container ul li .name .name-header img{padding-top:5px}.categories-list .categories-list__container ul li .name .name-header .text{flex:1;display:flex;align-items:center;gap:10px}.categories-list .categories-list__container ul li .name .name-header .text span{font-size:16px;font-weight:400}.categories-list .categories-list__container ul li .name:hover{background-color:#6c6f8b40}.categories-list .categories-list__container ul li .categories-list__subcategories{position:absolute;top:-10vh;left:0;background-color:#fff;padding:20px;border-radius:5px;border:1px solid #1166ff;box-shadow:0 0 10px #0000001a;width:auto;height:auto;max-height:800px;overflow-y:scroll;z-index:1}@media screen and (max-width: 768px){.categories-list .categories-list__container ul li .categories-list__subcategories{top:5%;left:50%;transform:translate(-50%)}}.categories-list .categories-list__container ul li .categories-list__subcategories .parent-name{display:flex;align-items:center;gap:10px;margin-bottom:20px}.categories-list .categories-list__container ul li .categories-list__subcategories .parent-name span{flex:1;font-size:16px;font-weight:400}.categories-list .categories-list__container ul li .categories-list__subcategories ul{display:flex;flex-direction:column;gap:10px;padding:0}.categories-list .categories-list__container ul li .categories-list__subcategories ul li .name{display:block;cursor:pointer}.categories-list .categories-list__container ul li .categories-list__subcategories ul li .name span{flex:none;font-size:16px;font-weight:400}.categories-list .categories-list__container ul li .categories-list__subcategories ul li .name span.count{padding-left:5px;color:#6c6f8b}.categories-search-list ul{list-style:none;padding:0;margin:0}@media screen and (max-width: 768px){.categories-search-list ul{margin:0}}.categories-search-list ul li{padding:10px 24px 10px 16px;display:flex;align-items:center;justify-content:space-between;height:55px;gap:16px;cursor:pointer}@media screen and (max-width: 768px){.categories-search-list ul li{padding:15px 16px}}.categories-search-list ul li:hover{background-color:#f9f9f9}.categories-search-list ul li:first-of-type{border-top-left-radius:17px}.categories-search-list ul li:last-of-type{border-bottom-left-radius:17px}.categories-search-list ul li a{display:flex;align-items:center;justify-content:space-between;width:100%;gap:16px}.categories-search-list ul li .name{display:flex;align-items:center;gap:16px;padding-right:20px}.categories-search-list ul li .name img{width:20px;image-rendering:crisp-edges}.categories-search-list ul li .name span{display:block;color:#121b27;font-size:15px;font-style:normal;font-weight:400;line-height:160%;flex:1}.categories-search-list ul li .count{display:block;color:#6c6f8b;font-size:15px;font-style:normal;font-weight:400;line-height:160%;text-align:right}.categories-search-list ul li.selected{background:linear-gradient(0deg,rgba(255,255,255,.9) 0%,rgba(255,255,255,.9) 100%),#16F}.categories-search-list ul li.selected .name img{filter:brightness(0) saturate(100%) invert(27%) sepia(75%) saturate(2105%) hue-rotate(209deg) brightness(103%) contrast(110%)}.categories-search-list ul li.selected .count{color:#16f}.form{display:flex;flex-direction:column}@media screen and (max-width: 768px){.form{flex-direction:column;gap:12px}}.form__row{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media screen and (max-width: 768px){.form__row{width:100%;grid-template-columns:1fr}.form__row.reverse{display:flex;flex-direction:column-reverse}}.form__column{display:flex;flex-direction:column;gap:32px}.form__column.align-left{align-items:flex-start}@media screen and (max-width: 768px){.form__column{width:100%}}.form label.price-toggle{margin-top:24px}@media screen and (max-width: 768px){.form label.price-toggle{margin-top:0}}.form__input{display:flex;flex-direction:column;gap:8px}.form__input--oneline{display:flex;flex-direction:row;gap:24px}@media screen and (max-width: 768px){.form__input--oneline{flex-direction:column;gap:12px}}.form__input label{margin-top:0;font-family:Outfit;font-size:16px;font-style:normal;font-weight:500;line-height:160%;letter-spacing:.038px;color:#121b27}.form__input label .small{font-size:14px;font-weight:400;color:#6c6f8b}.form__input input,.form__input select{padding:16px;border:1px solid #f0f0f0;border-radius:12px;font-size:16px;font-weight:400;color:#6c6f8b;outline:none}.form__input input.currency__input,.form__input select.currency__input{margin-right:8px}.form__input select{appearance:none;background-image:url(/build/assets/dropdown-c7caa58d.svg);background-repeat:no-repeat;background-position:right 1em top 50%,0,0;background-size:1em auto,100%;padding-right:32px}@media screen and (max-width: 768px){.form__input select{width:100%}}.form__input select.currency__selector{background-position:right .5em top 50%,0,0}@media screen and (max-width: 768px){.form__input select.currency__selector{width:auto}}.form__input textarea{padding:16px;border:1px solid #f0f0f0;border-radius:12px;font-size:16px;font-weight:400;color:#6c6f8b;outline:none}.form__alert{border-radius:8px;padding:12px 16px;transition:all .3s ease;display:flex;align-items:center;gap:20px}.form__alert img{display:none}.form__alert p{font-size:14px;line-height:1.3em;font-weight:200;color:#121b27;width:80%}.form__alert--info{background-color:#e7f0ff;border:1px solid #E7F0FF}.form__alert--warning{background-color:#de9c0c1a;border:1px solid #DE9C0C}.form__alert--warning img{display:block}.form__radio,.form__checkbox{width:100%;display:flex;align-items:center;justify-content:space-between;padding-right:1rem}.form__radio label,.form__checkbox label{margin-top:0;font-size:14px;color:#121b27}.form__radio input,.form__checkbox input{width:16px;height:16px;border-radius:50%;cursor:pointer;border:1px solid #9294af}.form__plans{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media screen and (max-width: 768px){.form__plans{grid-template-columns:1fr}}.form__plan{border:1px solid #f0f0f0;border-radius:12px;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.form__plan small{color:#4f5164}.form__plan__radio{border:1px solid #f0f0f0;border-radius:12px;background-color:#f9f9f9;padding:16px;margin-top:16px;display:flex;align-items:center;position:relative;cursor:pointer;color:#121b27;width:100%;justify-content:space-between}.form__plan__radio.left--align{justify-content:flex-start}.form__plan__radio__left{display:flex;justify-content:center;align-items:center}.form__plan__radio__right span{font-weight:500!important}.form__plan__radio input{appearance:none;border:1px solid #4f5164;margin-right:15px;width:20px;height:20px;border-radius:50%;outline:none}.form__plan__radio input:before{content:"";display:block;width:14px;height:14px;margin:2px;border-radius:50%;transition:.3s}.form__plan__radio input:checked{border:1px solid #1166ff}.form__plan__radio input:checked:before{background-color:#16f}.form__plan__radio span{font-size:14px;font-weight:400;color:#121b27}.form__plan__radio:hover,.form__plan__radio:has(input:checked){border:1px solid #1166ff}.form__plan__radio:hover input,.form__plan__radio:has(input:checked) input{border-color:#16f!important;accent-color:#1166ff}.form__plan--premium{border:1px solid #fff;color:#fff;background:linear-gradient(90deg,rgba(17,30,47,.25) 0%,rgba(91,135,193,.25) 0%,rgba(24,125,250,.25) 50%,rgba(110,134,175,.25) 100%),url(/build/assets/background-cf13d88c.jpg);background-size:cover;background-position:right;background-repeat:no-repeat}.form__plan--premium small{padding-top:4px;color:#f9f9f9}.form .price__row{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.form .price__row .price__input{width:70%;margin-top:1rem;position:relative;display:flex;flex-direction:row;align-items:center;gap:0}.form .price__row .price__input .currency{padding:10px 0;width:60px;text-align:center;border:1px solid rgba(146,148,175,.2);border-radius:6px 0 0 6px;cursor:pointer}.form .price__row .price__input .currency__input{border-radius:0}.form .price__row .price__input .currency__selector{padding:10px;border:1px solid rgba(146,148,175,.2);border-radius:0 6px 6px 0;cursor:pointer}.form .price__row .price__input .currency__selector:focus{border:2px solid #000000}.form .price__row .price{width:auto}@media screen and (max-width: 768px){.form .price__row{flex-direction:column;align-items:flex-start}}.signin .form__input{width:100%;padding:17px 20px;border:1px solid rgba(165,165,176,.3490196078);border-radius:6px;background:transparent;font-size:14px;outline:none}.signin .form__input ::placeholder{color:#67697a}.page-modal-header{margin-top:0}@media screen and (max-width: 768px){.page-modal-header{display:none}}.page-modal-header__top{display:flex;justify-content:space-between;align-items:center;padding:20px;gap:20px}.home .hero__banner{position:relative;width:100%;height:500px;color:#fff}.home .hero__banner__filter{position:absolute;top:0;left:0;width:100%;height:100%}.home .hero__banner__background{overflow:hidden;position:absolute;top:0;left:0;width:100%;height:100%}.home .hero__banner__background img{width:100%;height:100%;object-fit:cover}.home .hero__banner__background .mobile{display:none}.home .hero__banner__content{max-width:1280px;margin:0 auto;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.home .hero__banner__content--title{margin-top:-5rem;font-size:42px;line-height:46px}.home .hero__banner__content--subtitle{padding-top:1rem;padding-bottom:2rem;font-size:20px;font-weight:300}.home .hero__banner__content--search{width:80%;margin:0 auto}@media screen and (max-width: 768px){.home .hero__banner__content--search{width:100%}}@media screen and (max-width: 768px){.home .hero__banner__content{padding:0 16px}.home .hero__banner__content--title,.home .hero__banner__content--subtitle{text-align:left}}.home .categories-slider{margin-top:calc(-84px - .5rem)}@media screen and (max-width: 768px){.home .categories-slider{margin-top:calc(-40px - .5rem)}}.home .cards-list{display:flex;flex-direction:column;max-width:1280px;overflow:hidden;padding-bottom:24px;margin:0 auto}.home .cards-list--head{display:flex;flex-direction:row;justify-content:space-between;align-items:baseline}.home .cards-list--head h2{text-align:left;font-size:32px}.home .cards-list--head h2 span{font-size:32px}@media screen and (max-width: 768px){.home .cards-list--head h2,.home .cards-list--head h2 span{font-size:24px}}.home .cards-list--head span{color:#16f}.home .cards-list--head a{color:#16f;text-decoration:underline;font-size:16px;font-weight:500}@media screen and (max-width: 768px){.home .cards-list--head a{font-size:14px;font-weight:400}}@media screen and (max-width: 768px){.home .cards-list--head{margin:0 16px}}.home .cards-list .grid{margin:2rem 0}.home .cards-list .grid__item{max-width:410px}.home .cards-list .grid__item .background__image__wrapper{overflow:hidden;width:100%;border-radius:12px;height:250px}.home .cards-list .grid__item .background__image__wrapper .background__image{height:250px}@media screen and (max-width: 768px){.home .cards-list .grid{display:none}}.home .cards-list .grid.mobile{display:none}@media screen and (max-width: 768px){.home .cards-list .grid.mobile{display:inline;position:relative;margin-left:.5rem;overflow:hidden}.home .cards-list .grid.mobile .flickity-prev-next-button{display:none}.home .cards-list .grid.mobile .flickity-prev-next-button:disabled{display:none}.home .cards-list .grid.mobile .flickity-page-dots{display:none}.home .cards-list .grid.mobile .grid__item{width:-moz-available;width:-webkit-fill-available;width:fill-available;margin:0 0 0 16px;padding-left:16px}.home .cards-list .grid.mobile .grid__item:last-of-type{padding-right:16px}.home .cards-list .grid.mobile .grid__item--check{left:1.5rem}}@media screen and (max-width: 768px){.home .cards-list{display:block}.home .cards-list .grid--show__more{margin:2rem}}.home .articles-list{overflow:hidden;display:flex;flex-direction:column;max-width:1280px;padding-bottom:48px;margin:6rem auto 0}.home .articles-list .grid__item{max-width:410px}.home .articles-list .grid__item .background__image__wrapper{overflow:hidden;width:100%;border-radius:12px;height:340px}.home .articles-list .grid__item .background__image__wrapper .background__image{height:340px}@media screen and (max-width: 768px){.home .articles-list .grid{display:none}}.home .articles-list .grid.mobile{display:none}@media screen and (max-width: 768px){.home .articles-list .grid.mobile{display:inline;position:relative;margin-left:.5rem;overflow:hidden}.home .articles-list .grid.mobile .flickity-prev-next-button{display:none}.home .articles-list .grid.mobile .flickity-prev-next-button:disabled{display:none}.home .articles-list .grid.mobile .flickity-page-dots{display:none}.home .articles-list .grid.mobile .grid__item{width:354px;margin:20px 12px 0 0}}@media screen and (max-width: 768px){.home .articles-list{display:block}.home .articles-list .grid--show__more{margin:2rem}}.home .latest__offers{color:#121b27;margin-top:2rem;max-width:1280px;margin:0 auto}.home .latest__offers h2{text-align:left}.home .brands{margin-top:2rem;padding:0 12px}.home .brands .brands__carousel{position:relative;max-width:1350px;margin:1em auto}.home .brands .brands__carousel .flickity-prev-next-button{background:transparent}.home .brands .brands__carousel .flickity-prev-next-button:disabled{display:none}.home .brands .brands__carousel .flickity-page-dots{display:none}.home .brands .brands__carousel .brands__wrapper{max-width:1280px;margin:2rem auto;display:flex;justify-content:space-between;width:100%;overflow:hidden}.home .brands .brands__carousel .brands__wrapper--row{width:100%;display:flex;justify-content:space-around}@media screen and (max-width: 768px){.home .brands .brands__carousel .brands__wrapper--row{justify-content:center;width:100%}}.home .brands .brands__carousel .brands__wrapper--item:nth-child(n+3){display:flex}@media screen and (max-width: 768px){.home .brands .brands__carousel .brands__wrapper--item:nth-child(n+3){display:none}}.home .brands .brands__carousel .brands__wrapper--item{width:100%;max-width:172px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.home .brands .brands__carousel .brands__wrapper--item>div:first-child{width:100%;height:100px;display:flex;justify-content:center;align-items:center;margin-bottom:.75rem;pointer-events:none}.home .brands .brands__carousel .brands__wrapper--item>div:first-child img{width:auto;height:100%;object-fit:contain}@media screen and (max-width: 768px){.home .brands .brands__carousel .brands__wrapper{flex-direction:column;gap:24px}}.home .brands .brands__carousel.mobile{display:none}@media screen and (max-width: 768px){.home .brands .brands__carousel.mobile{display:block}}@media screen and (max-width: 768px){.home .brands .brands__carousel{display:none}}.home .sponsored__offers{overflow:hidden;padding-top:4rem;background:linear-gradient(289.56deg,#f7f7f7 0%,rgba(247,247,247,.5) 100.61%)}.home .sponsored__offers .grid{grid-template-columns:repeat(6,1fr)}.home .sponsored__offers .grid__item{max-width:410px}.home .sponsored__offers .grid__item .background__image__wrapper{overflow:hidden;width:100%;border-radius:12px;height:340px}.home .sponsored__offers .grid__item .background__image__wrapper .background__image{height:340px}@media screen and (max-width: 768px){.home .sponsored__offers .grid__item{max-width:361px}.home .sponsored__offers .grid__item .background__image__wrapper,.home .sponsored__offers .grid__item .background__image__wrapper .background__image{max-height:300px}}.home .sponsored__offers .grid__item:nth-child(n+4){margin-top:1rem}@media screen and (max-width: 768px){.home .sponsored__offers .grid{display:none}}.home .sponsored__offers .grid.mobile{display:none}@media screen and (max-width: 768px){.home .sponsored__offers .grid.mobile{display:inline;position:relative;margin-left:.5rem;overflow:hidden}.home .sponsored__offers .grid.mobile .flickity-prev-next-button{display:none}.home .sponsored__offers .grid.mobile .flickity-prev-next-button:disabled{display:none}.home .sponsored__offers .grid.mobile .flickity-page-dots{display:none}.home .sponsored__offers .grid.mobile .grid__item{width:354px;margin:20px 12px 0 0}}.home .sponsored__offers .grid--show__more{display:none}@media screen and (max-width: 768px){.home .sponsored__offers .grid--show__more{display:block;margin-top:2rem;text-align:center}}.home .offers__banner{max-width:1280px;width:100%;margin:2rem auto}.home .offers__banner .banner{background-image:url(/build/assets/background-cf13d88c.jpg);background-position:center;background-repeat:no-repeat;position:relative;height:260px;border-radius:12px;overflow:hidden}.home .offers__banner .banner .banner__background{background:rgb(17,30,47);background:linear-gradient(90deg,rgba(17,30,47,0) 0%,rgba(91,135,193,0) 0%,rgb(24,125,250) 50%,rgba(110,134,175,0) 100%);opacity:.5;position:absolute;height:100%;width:100%}.home .offers__banner .banner .banner__content{height:100%;padding:65px 60px;color:#fff;display:flex;justify-content:space-between;align-items:center}.home .offers__banner .banner .banner__content--text{display:flex;flex-direction:column;z-index:10;max-width:550px}.home .offers__banner .banner .banner__content--text span{font-size:38px;font-weight:600;line-height:42px;text-align:left}.home .offers__banner .banner .banner__content--text p{margin-top:1rem;font-size:22px;line-height:30px;font-weight:lighter}.home .offers__banner .banner .banner__content--button{z-index:10;padding:16px 48px;background:linear-gradient(90deg,#2bbbed 0%,#1166ff 50%);box-shadow:0 0 50px #16f;font-size:14px;position:relative}@media screen and (max-width: 768px){.home .offers__banner .banner{height:100%;border-radius:0;margin:0 auto;margin-top:5rem;background-position:right;background-size:cover}.home .offers__banner .banner .banner__content{padding:100px 30px;flex-direction:column}.home .offers__banner .banner .banner__content--text{max-width:320px}.home .offers__banner .banner .banner__content--text h3{font-size:32px;font-weight:500;line-height:36px}.home .offers__banner .banner .banner__content--text p{margin-top:.5rem;font-size:20px;line-height:28px}.home .offers__banner .banner .banner__content--button{margin-top:1.5rem;width:100%;max-width:320px}}.home .offers__banner .stats{margin-top:3rem;display:flex;justify-content:space-around;text-align:center;gap:24px}.home .offers__banner .stats__item{display:flex;flex-direction:column;justify-content:center;align-items:center}.home .offers__banner .stats__item img{width:80px;height:80px}.home .offers__banner .stats__item span{margin-top:10px;font-size:32px;font-weight:700;line-height:40px;color:#16f}.home .offers__banner .stats__item p{color:#121b27}@media screen and (max-width: 768px){.home .offers__banner .stats__item img{width:64px;height:64px}.home .offers__banner .stats__item h4{margin-top:20px;font-size:26px;line-height:28px}}@media screen and (max-width: 768px){.home .offers__banner .stats{flex-direction:column;justify-content:center}}.offers .hero__banner{position:relative;width:100%;color:#fff;padding:3.5rem 0}.offers .hero__banner.archived .hero__banner__background{display:none}.offers .hero__banner.archived:after{background:linear-gradient(to right,#111a26 40%,#9294af 140%)}.offers .hero__banner__background{overflow:hidden;position:absolute;top:0;left:0;width:100%;height:100%}.offers .hero__banner__background img:not(.blur){width:100%;height:100%;object-fit:cover}.offers .hero__banner__background .blur{position:absolute;top:0;right:0;width:100%;height:100%}.offers .hero__banner__background .mobile{display:none}@media screen and (max-width: 768px){.offers .hero__banner__background .mobile{display:block;width:100%;object-fit:cover}.offers .hero__banner__background .desktop{display:none}}.offers .hero__banner__content{max-width:800px;margin:0 auto;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.offers .hero__banner__content--title{margin-bottom:.5rem;font-size:34px;overflow-wrap:anywhere;text-align:center;line-height:46px}@media screen and (max-width: 768px){.offers .hero__banner__content--title{margin-top:0;margin-bottom:.5rem;font-size:26px;line-height:25px}}.offers .hero__banner__content__categories{display:flex;gap:12px;justify-content:space-between;width:100%}@media screen and (max-width: 768px){.offers .hero__banner__content__categories{width:90%;flex-wrap:wrap;max-width:361px;margin-bottom:.5rem}}.offers .hero__banner__content__categories--chip{cursor:pointer;font-size:14px;padding:12px 16px;border-radius:44px;text-align:center;background:rgba(255,255,255,.08);box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(3px)}@media screen and (max-width: 768px){.offers .hero__banner__content__categories--chip{width:100%;max-width:156px;white-space:nowrap;margin:0 auto}}@media screen and (max-width: 768px){.offers .hero__banner__content__categories--chip:nth-child(5),.offers .hero__banner__content__categories--chip:nth-child(6){display:none}}.offers .hero__banner__content--link{margin-top:1.5rem;font-size:16px;font-weight:500;display:flex;align-items:center;gap:6px}@media screen and (max-width: 768px){.offers .hero__banner__content--link{margin-top:1rem}}.offers .hero__banner:after{content:"";position:absolute;z-index:-1;bottom:0;left:0;width:100%;height:100%;background:#111a26}.offers__list{width:100%;margin-top:2rem}.offers__list__top{width:100%;max-width:1280px;margin:0 auto}.offers__list__top h1{text-align:left;font-size:32px}.offers__list__top h2{width:100%;text-align:left;font-size:14px;font-weight:400;line-height:normal;padding-top:16px}.offers__list__top--filters{width:100%;display:flex;justify-content:flex-end;gap:14px;align-items:center}.offers__list__top--filters .pro{display:flex;align-items:center;gap:8px}.offers__list__top--filters .pro span{color:#121b27;font-size:13px}.offers__list__top--filters .advanced__filters{background:rgba(146,148,175,.1490196078);display:flex;align-items:center;gap:10px;border-radius:6px;padding:12px;width:fit-content}.offers__list__top--filters .advanced__filters:hover{background:rgba(165,167,194,.1098039216)}.offers__list__top--filters .advanced__filters--chip{display:none;color:#fff!important;background:#1166ff;border-radius:50px;width:22px;height:22px;padding-top:2px}.offers__list__top--filters .advanced__filters span{color:#121b27;font-size:13px;line-height:normal}@media screen and (max-width: 768px){.offers__list__top--filters{justify-content:center}}@media screen and (max-width: 768px){.offers__list__top{flex-direction:column;gap:1rem;margin:0 1rem}.offers__list__top h1,.offers__list__top h2{text-align:left}.offers__list__top--filters{gap:10px}}.offers__list .selected__filters{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:1.5rem auto;width:95%;max-width:1280px}.offers__list .selected__filters__item{cursor:default;display:flex;flex-direction:row-reverse;align-items:center;gap:14px;padding:3px 3px 3px 10px;border-radius:34px;background:rgba(146,148,175,.1490196078);color:#121b27;font-size:14px;font-weight:500}.offers__list .selected__filters__item:hover{background:rgba(165,167,194,.1098039216)}.offers__list .selected__filters__item--clear{cursor:pointer;top:0;right:0}@media screen and (max-width: 768px){.offers__list .selected__filters{justify-content:center}}.offers__list .filters .search__filters{position:relative}.offers__list .filters .search__filters input{width:100%;padding:12px 18px;border-radius:46px;border:none;outline:none;font-size:14px;color:#6c6f8b;background:#efeff3}.offers__list .filters .search__filters input::placeholder{color:#6c6f8b}.offers__list .filters .search__filters img{position:absolute;top:50%;right:14px;transform:translateY(-50%);width:24px;height:24px;cursor:pointer}.offers__list .filters__menu{z-index:200;position:fixed;overflow:auto;padding:24px 16px;top:0;right:-100%;width:100%;max-width:392px;height:100%;background-color:#fff;box-shadow:0 0 10px #0003;transition:right .5s ease;border-radius:16px 0 0 16px}.offers__list .filters__menu .top{display:flex;justify-content:space-between;align-items:center;font-size:18px;font-weight:600;margin-bottom:1rem}.offers__list .filters__menu .content{display:flex;flex-direction:column;gap:1rem;height:93%;margin:0 .5rem}.offers__list .filters__menu .content .categories,.offers__list .filters__menu .content .sub-categories{font-size:16px;font-weight:500;display:flex;flex-direction:column;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid #efeff3}.offers__list .filters__menu .content .categories__button,.offers__list .filters__menu .content .sub-categories__button{background:#efeff3;border-radius:8px;padding:12px 18px;display:flex;justify-content:space-between;align-items:center;color:#121b279d;font-weight:400;font-size:14px}.offers__list .filters__menu .content .categories__button select,.offers__list .filters__menu .content .sub-categories__button select{background:none;border:none;font-size:14px;width:100%;color:#121b279d}.offers__list .filters__menu .content .categories__item,.offers__list .filters__menu .content .sub-categories__item{display:flex;flex-direction:column;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid #efeff3}.offers__list .filters__menu .content .categories__item .radio,.offers__list .filters__menu .content .categories__item .checkbox,.offers__list .filters__menu .content .sub-categories__item .radio,.offers__list .filters__menu .content .sub-categories__item .checkbox{width:100%;display:flex;align-items:center;justify-content:space-between;padding-right:1rem}.offers__list .filters__menu .content .categories__item .radio label,.offers__list .filters__menu .content .categories__item .checkbox label,.offers__list .filters__menu .content .sub-categories__item .radio label,.offers__list .filters__menu .content .sub-categories__item .checkbox label{font-size:14px;color:#121b27}.offers__list .filters__menu .content .categories__item .radio input,.offers__list .filters__menu .content .categories__item .checkbox input,.offers__list .filters__menu .content .sub-categories__item .radio input,.offers__list .filters__menu .content .sub-categories__item .checkbox input{width:16px;height:16px;border-radius:50%;cursor:pointer;border:1px solid #9294af}.offers__list .filters__menu .content .categories__bottom,.offers__list .filters__menu .content .sub-categories__bottom{display:flex;justify-content:space-between;align-items:flex-end;font-size:14px;color:#121b27;height:100%}.offers__list .filters__menu .content .categories__bottom .clear__filters,.offers__list .filters__menu .content .sub-categories__bottom .clear__filters{cursor:pointer;margin-bottom:.75rem}.offers__list .filters__menu .content .categories__bottom .apply__filters,.offers__list .filters__menu .content .sub-categories__bottom .apply__filters{cursor:pointer}.offers__list .filters__menu .content .sub-categories{display:none}.offers__list .filters__menu .content .sub-categories.active{display:flex}.offers__list .filters__menu .filter__close{width:32px;height:32px;border-radius:50%;border:1px solid #9294af;padding:.5rem;cursor:pointer}.offers__list .filters .categories__menu,.offers__list .filters .sub-categories__menu{z-index:999;position:fixed;padding:24px 16px;display:none;top:0;width:100%;right:-100%;max-width:392px;height:100%;background-color:#fff;box-shadow:0 0 10px #0003;transition:right .5s ease;border-radius:16px 0 0 16px}.offers__list .filters .categories__menu .top,.offers__list .filters .sub-categories__menu .top{display:flex;justify-content:space-between;align-items:center;font-size:18px;font-weight:600;margin-bottom:1rem}.offers__list .filters .categories__menu .top .filter__back,.offers__list .filters .sub-categories__menu .top .filter__back{cursor:pointer;margin-left:1rem}.offers__list .filters .categories__menu .top .filter__close,.offers__list .filters .sub-categories__menu .top .filter__close{width:32px;height:32px;border-radius:50%;border:1px solid #9294af;padding:.5rem;cursor:pointer}.offers__list .filters .categories__menu .content,.offers__list .filters .sub-categories__menu .content{margin:0 .5rem}.offers__list .filters .categories__menu .content ul,.offers__list .filters .sub-categories__menu .content ul{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #efeff3;display:flex;flex-direction:column;gap:.15rem}.offers__list .filters .categories__menu .content ul li:first-child,.offers__list .filters .sub-categories__menu .content ul li:first-child{margin-bottom:1rem}.offers__list .filters .categories__menu .content ul li,.offers__list .filters .sub-categories__menu .content ul li{cursor:pointer;background:rgba(239,239,243,.5019607843);border-radius:8px;padding:12px 18px;display:flex;justify-content:space-between;color:#121b279d;font-weight:400;font-size:14px}.offers__list .filters .categories__menu .content ul li.active,.offers__list .filters .sub-categories__menu .content ul li.active{color:#16f;background:#efeff3}.offers__list .filters__overlay{display:none;position:fixed;z-index:100;top:0;left:0;width:100%;height:100%;background-color:#00000080}.offers__list .banner{position:relative;height:260px;border-radius:12px;overflow:hidden;max-width:1280px;margin:0 auto;background-image:url(/build/assets/background-cf13d88c.jpg);background-position:center;background-repeat:no-repeat}.offers__list .banner .banner__background{background:rgb(17,30,47);background:linear-gradient(90deg,rgba(17,30,47,0) 0%,rgba(91,135,193,0) 0%,rgb(24,125,250) 50%,rgba(110,134,175,0) 100%);opacity:.5;position:absolute;height:100%;width:100%}.offers__list .banner .banner__brand{width:100%;padding:20px;display:flex;border-radius:12px;background-color:#9294af14}.offers__list .banner .banner__brand img{width:84px;height:84px;border-radius:100%;object-fit:cover;margin-right:20px}.offers__list .banner .banner__brand--text{flex:1}.offers__list .banner .banner__brand--text h3{font-size:16px;font-weight:500;line-height:22px}.offers__list .banner .banner__brand--text p{font-size:16px;line-height:26px}.offers__list .banner .banner__content{height:100%;padding:65px 60px;color:#fff;display:flex;justify-content:space-between;align-items:center}.offers__list .banner .banner__content--text{display:flex;flex-direction:column;z-index:10;max-width:550px}.offers__list .banner .banner__content--text span{font-size:38px;font-weight:600;line-height:42px;text-align:left}.offers__list .banner .banner__content--text p{margin-top:1rem;font-size:22px;line-height:30px;font-weight:lighter}.offers__list .banner .banner__content--button{z-index:10;padding:16px 48px;background:linear-gradient(90deg,#2bbbed 0%,#1166ff 50%);box-shadow:0 0 50px #16f;font-size:14px;position:relative}@media screen and (max-width: 768px){.offers__list .banner{height:100%;border-radius:0;margin:0 auto;margin-top:5rem;background-position:right;background-size:cover}.offers__list .banner .banner__brand{border-radius:0;flex-direction:column}.offers__list .banner .banner__brand img{margin-right:0;margin-bottom:20px}.offers__list .banner .banner__content{padding:100px 30px;flex-direction:column}.offers__list .banner .banner__content--text{max-width:320px}.offers__list .banner .banner__content--text h3{font-size:32px;font-weight:500;line-height:36px}.offers__list .banner .banner__content--text p{margin-top:.5rem;font-size:20px;line-height:28px}.offers__list .banner .banner__content--button{margin-top:1.5rem;width:100%;max-width:320px}}.offers__list .banner--brand{background-image:none;background-position:unset;background-repeat:unset}.offers__list .pagination{display:flex;align-items:center;justify-content:center;margin:3rem auto}.offers__list .pagination img{padding:8px}.offers__list .pagination img.rotate_180{transform:rotate(180deg)}.offers__list .pagination img,.offers__list .pagination .page__number{margin:0 4px;cursor:pointer;border-radius:4px;text-align:center;user-select:none;color:#72809b;font-size:14px;font-weight:500}.offers__list .pagination img:hover,.offers__list .pagination .page__number:hover{background-color:#f2f2f2}.offers__list .pagination .page__number{padding:8px 12px}.offers__list .pagination .page__number.active{background-color:#16f;color:#fff}.offers__list .other{margin-bottom:3rem}.offers .profil__annonces{width:95%;max-width:1280px;padding:3rem 0;margin:0 auto}@media screen and (max-width: 768px){.offers .profil__annonces .profil__annonces__table{display:none}}.offers .delete__modal{display:none;z-index:999;position:fixed;padding:28px 20px;left:50%;top:50%;transform:translate(-50%,-50%);width:95%;max-width:680px;background-color:#fff;box-shadow:0 0 10px #0003;transition:top .5s ease;border-radius:16px}.offers .delete__modal .photos__wrapper{margin-top:.5rem}.offers .delete__modal.active{display:flex;flex-direction:column;gap:.5rem}.offers .delete__modal--buttons{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:1.5rem}.offers .delete__modal--buttons button{padding:10px 20px;border-radius:8px;border:none;outline:none;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease}.offers .delete__modal--buttons button:first-child{background:none;color:#121b27;border:1px solid rgba(146,148,175,.2)}.offers .delete__modal--buttons button:first-child:hover{background:#f9f9f9}.offers .delete__modal--buttons button:last-child{background:#1166ff;color:#fff}.offers .delete__modal--buttons button:last-child:hover{background:#004fdd}.offers .delete__modal--buttons button:last-child.alert{background:linear-gradient(to right,#ef5350,#f44336)}.offers .delete__modal--buttons button:last-child.alert:hover{background:linear-gradient(to right,#c62828,#b71c1c)}.offers .delete__modal__overlay{display:none;position:fixed;z-index:900;top:0;left:0;width:100%;height:100%;background-color:#00000080}.offers .delete__modal__overlay.active{display:block}.search__list{display:flex;flex-direction:column;gap:32px;width:95%;max-width:1280px;margin:2rem auto;color:#121b27}.search__list h1{text-align:left;font-size:32px}.search__list h2{margin-top:-16px;width:100%;text-align:left;font-size:14px;font-weight:400;line-height:normal}.search__list__profiles{display:flex;flex-direction:column;gap:32px;margin-bottom:1rem}.search__list__profiles--carousel{position:relative;width:100%}.search__list__profiles--carousel .flickity-prev-next-button{background:transparent}.search__list__profiles--carousel .flickity-prev-next-button.next{right:-3rem}.search__list__profiles--carousel .flickity-prev-next-button.previous{left:-3rem}.search__list__profiles--carousel .flickity-prev-next-button:disabled{display:none}.search__list__profiles--carousel .flickity-page-dots{display:none}.search__list__profiles--carousel--item{display:flex;align-items:center;justify-content:space-between;width:360px;margin-right:2rem}.search__list__profiles--carousel--item .left{display:flex;align-items:center;gap:14px}.search__list__profiles--carousel--item .left .avatar{width:80px;height:80px}.search__list__profiles--carousel--item .left>div{display:flex;flex-direction:column;align-items:start}.search__list__profiles--carousel--item .left>div span:first-child{font-size:20px;font-weight:600}.search__list__profiles--carousel--item .left>div span:last-child{font-size:16px;font-weight:400}.search__list__profiles--carousel--item .right small{color:#9294af;font-size:14px}.search__list__profiles--carousel--item>div:first-child{width:100%;text-align:center}.search__list__profiles--carousel--item>div:first-child img{width:128px;height:128px;object-fit:cover}@media screen and (max-width: 768px){.search__list__profiles--carousel{display:none}}.search__list__profiles--carousel.mobile{display:none;overflow:hidden}.search__list__profiles--carousel.mobile .search__list__profiles--carousel--item img{width:96px;height:96px;object-fit:cover}@media screen and (max-width: 768px){.search__list__profiles--carousel.mobile{display:block}.search__list__profiles--carousel.mobile .right{display:none}}.search__list__item{cursor:pointer;position:relative;width:100%;display:flex}.search__list__item .left{display:flex;align-items:center;width:100%;gap:28px}.search__list__item .left .background__image__wrapper{overflow:hidden;width:100%;max-width:366px;border-radius:12px;position:relative}.search__list__item .left .background__image__wrapper .favorite{cursor:pointer;position:absolute;background:rgba(38,40,49,.1019607843);backdrop-filter:blur(5px);border-radius:50%;width:43px;height:43px;top:.5rem;right:.5rem;z-index:2;user-select:none}.search__list__item .left .background__image__wrapper .favorite img{-webkit-tap-highlight-color:transparent;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:22px;height:22px}.search__list__item .left .background__image__wrapper .carousel{max-height:250px}.search__list__item .left .background__image__wrapper .background__image{display:flex;justify-content:center;align-items:center;height:250px;width:100%;object-fit:cover;transition:transform cubic-bezier(.175,.885,.25,1.275) .4s}.search__list__item .left .background__image__wrapper .background__image.archived{filter:grayscale(100%)}.search__list__item .left .background__image__wrapper .background__image:hover{transform:scale(1.05);z-index:1}@media screen and (max-width: 768px){.search__list__item .left .background__image__wrapper .background__image{height:250px}}@media screen and (max-width: 768px){.search__list__item .left .background__image__wrapper{max-width:100%}}.search__list__item .left a{width:100%}.search__list__item .left .content{padding:12px 0;width:100%;display:flex;flex-direction:column;gap:8px}.search__list__item .left .content .subtitle{display:flex;justify-content:space-between}.search__list__item .left .content .subtitle small{color:#9294af;font-size:14px}.search__list__item .left .content .subtitle .location{display:none}.search__list__item .left .content h3{font-size:24px;padding-bottom:.5rem}.search__list__item .left .content h3.mobile{display:none}.search__list__item .left .content h4{font-size:24px}.search__list__item .left .content .other__info{display:flex;flex-direction:row;align-items:center;gap:8px}.search__list__item .left .content .other__info div{display:flex;align-items:center;gap:3px;font-weight:500}.search__list__item .left .content .other__info div img{margin-right:6px}.search__list__item .left .content .other__info div span{color:#9294af;font-weight:400;font-size:16px;line-height:normal}.search__list__item .left .content .other__info div.dot__divider{width:6px;height:6px;border-radius:50%;background-color:#b0b1b8;margin:0 3px}@media screen and (max-width: 768px){.search__list__item .left .content .other__info{flex-direction:column;align-items:flex-start;gap:4px}.search__list__item .left .content .other__info div{font-size:16px;gap:2px}.search__list__item .left .content .other__info div span{font-size:14px}}.search__list__item .left .content span{font-size:24px}.search__list__item .right{display:flex;align-items:flex-start;gap:4px}.search__list__item .right small{text-wrap:nowrap;color:#121b27}.search__list__item .right img{margin-top:-4px;width:24px;height:24px}@media screen and (max-width: 768px){.search__list__item{flex-direction:column;margin:0 auto}.search__list__item .left{flex-direction:column;align-items:flex-start;gap:0}.search__list__item .left .content{gap:6px}.search__list__item .left .content h3{display:none;font-size:18px;padding-bottom:0}.search__list__item .left .content span{font-size:18px}.search__list__item .left .content .subtitle{display:flex;flex-direction:row;gap:24px}.search__list__item .left .content .subtitle h3.mobile{display:block}.search__list__item .left .content .subtitle .location{display:flex;align-items:flex-start;gap:4px}.search__list__item .left .content .subtitle .location small{color:#121b27}.search__list__item .left .content .subtitle .location img{margin-top:-4px;width:24px;height:24px}.search__list__item .left .content .other__info{gap:6px}.search__list__item .right{display:none}}.details{width:95%;margin:2rem auto;max-width:1300px}.details__banner{width:100%;position:relative}.details__banner img{width:100%;height:100%;max-height:537px;object-fit:cover;cursor:pointer;border-radius:12px}.details__banner iframe{width:100%;height:537px;max-height:537px;border-radius:12px}.details__banner span{position:absolute;bottom:0;right:0;margin:1rem!important;padding:4px 16px;background-color:#fff;font-size:16px!important;opacity:.9;transition:opacity .5s ease;cursor:pointer;border-radius:12px}.details__banner span:hover{opacity:1}.details__breadcrumbs .breadcrumbs{text-align:left}.details__breadcrumbs .breadcrumbs li{color:#9294af}.details__breadcrumbs .breadcrumbs li:last-of-type{color:#121b27}.details__breadcrumbs .breadcrumbs li:not(:first-child):before{color:#9294af}.details__info{margin-top:2rem;display:flex;justify-content:space-between;align-items:flex-start;color:#121b27}.details__info__content{width:100%;max-width:856px}.details__info__content--top{padding-bottom:1.5rem;border-bottom:1px solid #efeff3}.details__info__content--top .left{display:flex;flex-direction:column;overflow-wrap:anywhere}.details__info__content--top .left .translation{margin-top:4px;margin-bottom:8px;font-size:13px;color:#9294af}.details__info__content--top .left .translation:hover{text-decoration:underline}.details__info__content--top .left .translation#btn-display-translation{display:none}.details__info__content--top .left span{font-size:26px;font-weight:600;margin-top:4px}@media screen and (max-width: 768px){.details__info__content--top .left span{max-width:90%}}.details__info__content--top .left h1{font-size:26px;font-weight:600;padding-top:16px;text-align:left;color:#16f}.details__info__content--top .left h2{font-size:16px;font-weight:400;line-height:28px;color:#9294af;text-align:left}.details__info__content--top .left small{margin-top:24px;font-size:13px;color:#9294af}.details__info__content--top .right{display:flex;flex-direction:column;align-items:flex-end;gap:28px}.details__info__content--top .right div{display:flex;align-items:center;gap:28px}.details__info__content--top .right img{cursor:pointer;max-width:22px}@media screen and (max-width: 768px){.details__info__content--top{padding-bottom:1rem}.details__info__content--top .right{gap:16px;align-items:flex-start}}.details__info__content--video{padding:20px 0;border-bottom:1px solid #efeff3}.details__info__content--video iframe{width:100%;height:537px;max-height:537px;border-radius:12px}.details__info__content--description{padding:20px 0;border-bottom:1px solid #efeff3;width:100%}.details__info__content--description span{font-size:18px;font-weight:600}.details__info__content--description p{font-weight:300;margin-top:8px;line-height:24px}.details__info__content--tags{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:12px;margin-top:12px;padding-bottom:20px;border-bottom:1px solid #efeff3}.details__info__content--tags div.row{display:flex;align-items:center;gap:8px;width:100%;font-weight:500}.details__info__content--tags div.row img{width:24px;height:24px}.details__info__content--tags div.row a,.details__info__content--tags div.row span{font-weight:400;color:#9294af;font-size:16px;line-height:normal}.details__info__content--offers{padding:20px 0;display:flex;flex-direction:column;gap:8px}.details__info__content--offers h2{text-align:left;font-size:18px;font-weight:600}.details__info__content--offers .list{display:flex;flex-wrap:wrap;gap:24px}.details__info__content--offers .list .grid__item{max-width:416px;margin:6px 0}.details__info__content--offers .list .grid__item .background__image__wrapper,.details__info__content--offers .list .grid__item .background__image__wrapper .background__image{height:250px}@media screen and (max-width: 768px){.details__info__content--offers .list .grid__item{cursor:pointer;position:relative;width:100%;margin:0 auto}}@media screen and (max-width: 768px){.details__info__content--offers .list{grid-template-columns:repeat(1,1fr);display:grid;flex-direction:column;grid-template-rows:auto;gap:20px 0;width:100%;max-width:1280px;margin:1rem auto}}.details__info__content--bottom{padding:20px 0;display:flex;flex-direction:column;align-items:center}.details__info__content--bottom a{color:#16f;font-size:16px;font-weight:500;align-items:center;justify-content:center;border:1px solid #1166ff;padding:12px 24px;border-radius:42px;display:inline-flex;margin:0 auto;gap:8px}@media screen and (max-width: 768px){.details__info__content--bottom a{display:flex}}.details__info__sticky{position:sticky;top:120px;width:100%;max-width:406px}.details__info__profile{display:flex;flex-direction:column;width:100%;gap:16px;padding:18px;border:1px solid rgba(146,148,175,.1490196078);border-radius:12px;background:#f9f9f9}.details__info__profile.mobile{display:none;position:unset;margin-top:1rem}.details__info__profile--top{display:flex;justify-content:space-between;align-items:center}.details__info__profile--top .verified__icon{display:flex;align-items:center;gap:6px;border-radius:34px;background:rgba(146,148,175,.2509803922);padding:4px 10px}.details__info__profile--top .verified__icon img{pointer-events:none;width:28px;height:28px}.details__info__profile--top .verified__icon span{font-size:12px;font-weight:500;color:#000}.details__info__profile--top span{font-size:14px;color:#9294af}.details__info__profile--avatar{display:flex;justify-content:space-between;align-items:center}.details__info__profile--avatar div:first-child{display:flex;align-items:center;gap:14px}.details__info__profile--avatar div:first-child>div:first-child{position:relative}.details__info__profile--avatar div:first-child>div:first-child img{width:80px;height:80px;border-radius:50%;object-fit:cover}.details__info__profile--avatar div:first-child>div:first-child .dot{position:absolute;bottom:3px;right:3px;border:2px solid #ffffff;width:14px;height:14px;border-radius:50%;background:#27ae60}.details__info__profile--avatar div:first-child .info{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.details__info__profile--avatar div:first-child .info span{font-size:20px;font-weight:600}.details__info__profile--avatar div:first-child .info small{font-size:16px}.details__info__profile--bottom{display:flex;flex-direction:column;gap:24px;padding-bottom:12px}.details__info__profile--bottom a{cursor:pointer;background:linear-gradient(to right,#2bbbed,#1166ff);color:#fff;border-radius:42px;padding:12px 16px;border:0;font-size:14px;text-align:center}.details__info__profile--bottom a.disabled{background:#e0e0e0;color:#121b27;cursor:not-allowed;pointer-events:none}.details__info__profile--bottom span{font-size:14px;font-weight:500;text-align:center}.details__info__profile--bottom--favorite{display:flex;align-items:center;justify-content:center;gap:12px}.details__info__profile--bottom--favorite .favorite__icon{display:inline-block;cursor:pointer;background:rgba(38,40,49,.1019607843);backdrop-filter:blur(5px);border-radius:50%;width:35px;height:35px;z-index:2;user-select:none;position:relative}.details__info__profile--bottom--favorite .favorite__icon img{-webkit-tap-highlight-color:transparent;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:22px;height:22px}.details__info__profile--bottom--favorite .favorite__icon--add,.details__info__profile--bottom--favorite .favorite__icon--remove{display:none}.details__info__profile--bottom--favorite .favorite__icon--add.active,.details__info__profile--bottom--favorite .favorite__icon--remove.active{display:inline-block}.details__info__profile--bottom .modal__trigger{cursor:pointer}.details__info__profile--bottom .mobile{display:none}@media screen and (max-width: 768px){.details__info__profile--bottom .desktop{display:none}.details__info__profile--bottom .mobile{display:flex}}@media screen and (max-width: 768px){.details__info__profile{display:none;position:relative;max-width:unset}.details__info__profile.mobile{display:flex}}.details__info__share{margin:16px}.details__info__share a{display:inline-block}.details__info__share a:not(:first-of-type){margin-left:20px}.details__info__share a img{width:22px}@media screen and (max-width: 768px){.details__info__share{display:none}}@media screen and (max-width: 768px){.details__info{margin-top:0;flex-direction:column-reverse;gap:1rem}.details__info__content--top{flex-direction:column;align-items:flex-start;gap:12px}}.details--archived .details__banner img{filter:grayscale(100%);cursor:default}.details__banner__modal{display:none;z-index:999;position:fixed;left:50%;transform:translate(-50%,-50%);top:50%;width:90%;align-items:center;max-width:1280px}.details__banner__modal img{width:100%;object-fit:cover;cursor:pointer}.details__banner__modal .slide__container{width:100%;max-height:868px;overflow:hidden;display:flex;justify-content:center;align-items:center}.details__banner__modal .slide__container .details__banner__modal__images{width:100%;display:flex;transition:transform .3s ease}.details__banner__modal .slide__container .details__banner__modal__images>div{width:100%;display:flex}.details__banner__modal .slide__container .details__banner__modal__images>div img{width:1130px;object-fit:scale-down;height:auto;max-height:868px;overflow:hidden}.details__banner__modal__overlay{display:none;position:fixed;z-index:900;top:0;left:0;width:100%;height:100%;background-color:#121b27d9}@media screen and (max-width: 393px){.details__banner__modal{width:100%}.details__banner__modal .slide__container .details__banner__modal__images>div img{object-fit:contain;max-height:190px}}@media (min-width: 393px) and (max-width: 768px){.details__banner__modal{width:100%}.details__banner__modal .slide__container .details__banner__modal__images>div img{object-fit:scale-down;max-height:250px}}@media (min-width: 769px) and (max-width: 1024px){.details__banner__modal{width:100%}.details__banner__modal .slide__container .details__banner__modal__images>div img{object-fit:contain;max-height:400px}}@media (min-width: 1025px) and (max-width: 1440px){.details__banner__modal{width:100%;max-width:1000px}.details__banner__modal .slide__container .details__banner__modal__images>div img{object-fit:contain;max-height:600px}}.report__modal{z-index:999;position:fixed;padding:28px 20px;left:50%;transform:translate(-50%,-50%);top:-50%;width:100%;max-width:580px;background-color:#fff;box-shadow:0 0 10px #0003;transition:top .5s ease;border-radius:16px}.report__modal .form__row{display:flex;flex-direction:column;align-items:start;gap:20px;margin:20px 0}.report__modal .form__row label{font-size:16px;font-weight:500}.report__modal .form__row textarea{width:100%;padding:12px;border:1px solid rgba(146,148,175,.2509803922);border-radius:12px;resize:vertical;height:120px}.report__modal .modal_close{float:right}.report__modal .radio__list{display:flex;flex-direction:column;gap:20px;margin-top:20px}.report__modal .radio__list--item{display:flex;align-items:center;gap:8px}.report__modal .radio__list--item span{font-size:16px;font-weight:500}.report__modal button{padding-left:24px;padding-right:24px;margin:0 auto}.report__modal__overlay{display:none;position:fixed;z-index:900;top:0;left:0;width:100%;height:100%;background-color:#00000080}.other__offers{overflow:hidden;padding-top:4rem;background:linear-gradient(289.56deg,#f7f7f7 0%,rgba(247,247,247,.5) 100.61%)}.other__offers .grid{grid-template-columns:repeat(4,1fr)}.other__offers .grid__item .background__image__wrapper{overflow:hidden;width:100%;border-radius:12px}@media screen and (max-width: 768px){.other__offers .grid__item{max-width:361px}.other__offers .grid__item .background__image__wrapper,.other__offers .grid__item .background__image__wrapper .background__image{max-height:300px}}@media screen and (max-width: 768px){.other__offers .grid{display:none}}.other__offers .grid.mobile{display:none}@media screen and (max-width: 768px){.other__offers .grid.mobile{display:inline;position:relative;margin-left:.5rem;overflow:hidden}.other__offers .grid.mobile .flickity-prev-next-button{display:none}.other__offers .grid.mobile .flickity-prev-next-button:disabled{display:none}.other__offers .grid.mobile .flickity-page-dots{display:none}.other__offers .grid.mobile .grid__item{width:354px;margin:20px 12px 0 0}}.other__offers .grid--show__more{display:none}@media screen and (max-width: 768px){.other__offers .grid--show__more{display:block;margin:2rem 1rem;text-align:center}}.toast__notification{position:fixed;z-index:999;bottom:1rem;right:1rem;width:100%;max-width:fit-content;padding:8px 16px;border-radius:12px;background-color:#28a745;color:#fff;box-shadow:0 0 10px #0003;opacity:0;transition:opacity .5s ease}.toast__notification.active{opacity:1}.toast__notification--content{display:flex;align-items:center;gap:8px}.toast__notification--content img{width:24px;height:24px}.toast__notification--content span{font-size:14px;font-weight:500}.blog{width:95%;margin:2rem auto;max-width:1300px}.blog__title{font-size:16px;font-weight:600;color:#121b27;display:flex;justify-content:center}.blog__filters{margin-top:1rem;display:flex;flex-wrap:wrap;text-wrap:nowrap;justify-content:center;gap:14px}.blog__filters--chip{cursor:pointer;font-size:13px;font-weight:600;padding:6px 12px;border:1px solid #121b27;border-radius:36px;line-height:25px}.blog__filters--chip.active,.blog__filters--chip:hover{background-color:#121b27;color:#fff}.blog .blog__articles{overflow:hidden}.blog .blog__articles .grid{grid-template-columns:repeat(3,1fr)}.blog .blog__articles .grid__item{max-width:410px;margin-top:1rem}.blog .blog__articles .grid__item .background__image__wrapper{overflow:hidden;width:100%;border-radius:12px;height:340px}.blog .blog__articles .grid__item .background__image__wrapper .background__image{height:340px;border-radius:18px;object-fit:cover}.blog .blog__articles .grid__item h2{font-size:18px;font-weight:600;line-height:22px;color:#16f;text-align:left}@media screen and (max-width: 768px){.blog .blog__articles .grid{grid-template-columns:repeat(1,1fr)}}.blog .blog__articles .grid.mobile{display:none}@media screen and (max-width: 768px){.blog .blog__articles .grid.mobile{display:inline;position:relative;margin-left:.5rem;overflow:hidden}.blog .blog__articles .grid.mobile .flickity-prev-next-button{display:none}.blog .blog__articles .grid.mobile .flickity-prev-next-button:disabled{display:none}.blog .blog__articles .grid.mobile .flickity-page-dots{display:none}.blog .blog__articles .grid.mobile .grid__item{width:354px;margin:20px 12px 0 0}}.blog .blog__articles .pagination{display:flex;align-items:center;justify-content:center;margin:3rem auto}.blog .blog__articles .pagination img{padding:8px}.blog .blog__articles .pagination img.rotate_180{transform:rotate(180deg)}.blog .blog__articles .pagination img,.blog .blog__articles .pagination .page__number{margin:0 4px;cursor:pointer;border-radius:4px;text-align:center;user-select:none;color:#72809b;font-size:14px;font-weight:500}.blog .blog__articles .pagination img:hover,.blog .blog__articles .pagination .page__number:hover{background-color:#f2f2f2}.blog .blog__articles .pagination .page__number{padding:8px 12px}.blog .blog__articles .pagination .page__number.active{background-color:#16f;color:#fff}.blog .blog__articles .grid--show__more{cursor:pointer;font-size:14px;font-weight:600;padding:8px 28px;border:1px solid #121b27;border-radius:36px;color:#121b27;width:fit-content;margin:2rem auto}.blog .blog__articles .grid--show__more:hover{background-color:#121b27;color:#fff}.blog__details{width:95%;margin:2rem auto;max-width:1300px}.blog__details__top{display:flex;justify-content:space-between;align-items:center}.blog__details__top .right{display:flex;align-items:center;gap:28px}.blog__details__top .right img{cursor:pointer}@media screen and (max-width: 768px){.blog__details__top .right{display:none}}.blog__details__content{margin-top:-1rem;color:#121b27}.blog__details__content h1{text-align:left;font-size:34px;font-weight:700;line-height:42px;color:#16f}.blog__details__content small{margin-top:1rem;font-size:14px;color:#9294af;display:flex;justify-content:center;align-items:center;gap:3px}.blog__details__content small .dot__divider{width:6px;height:6px;border-radius:50%;background-color:#b0b1b8;margin:0 3px}.blog__details__content .socials{display:none}.blog__details__content .socials img{cursor:pointer}@media screen and (max-width: 768px){.blog__details__content .socials{margin:1rem 0;display:flex;align-items:center;gap:28px}}.blog__details__content__banner{margin-top:40px}.blog__details__content__banner img{width:100%;height:100%;object-fit:cover;border-radius:12px}.blog__details__content__banner--description{margin:1rem 0;line-height:30px;font-weight:500;color:#121b27}.blog__details__content__banner .mobile__banner{display:none}@media screen and (max-width: 768px){.blog__details__content__banner .desktop__banner{display:none}.blog__details__content__banner .mobile__banner{display:block;margin:1rem 0;width:100%;height:100%;object-fit:cover}}.blog__details__content__post{margin-top:2.5rem}.blog__details__content__post h2{color:#16f;text-transform:uppercase;font-size:26px;line-height:32px;text-align:left}.blog__details__content__post h3{color:#121b27;font-size:20px;line-height:24px}.blog__details__content__post h4{color:#121b27;font-size:18px;line-height:24px;text-align:left}.blog__details__content__post p{margin:1.5rem 0;line-height:30px;font-weight:300;color:#67697a}.blog__details__content__post ul{margin:1.5rem 0;line-height:30px;list-style:circle;list-style-position:inside}.blog__details__content__post ul li{padding-bottom:15px;font-weight:300;color:#67697a}.blog__details__content__post a{color:#16f;font-weight:500}.blog__details__content__post img{display:block;margin:1.5rem 0;width:100%;border-radius:12px}.blog__details__content__social{text-align:center}.blog__details__content__social span{font-size:18px;font-weight:500}.blog__details__content__social--links{padding-top:1.5rem;display:flex;justify-content:center;align-items:center;gap:28px}.blog__details__content__social--links img{cursor:pointer;max-width:22px}.blog__details__content__author{display:flex;align-items:center;justify-content:space-between;margin-top:2rem;gap:1rem;background:rgba(146,148,175,.0784313725);padding:18px;border-radius:20px}.blog__details__content__author--left{display:flex;align-items:center;gap:20px}.blog__details__content__author--left img{width:84px;height:84px;border-radius:50%}.blog__details__content__author--left div{display:flex;flex-direction:column;gap:4px}.blog__details__content__author--left div span{font-weight:400;font-size:16px;line-height:normal}.blog__details__content__author--left div p{margin-top:5px;font-size:16px;font-weight:300;line-height:26px;max-width:840px}.blog__details__content__author--right{display:flex;align-items:center;gap:28px;padding-right:64px}.blog__details__content__author--right img{cursor:pointer}@media screen and (max-width: 768px){.blog__details__content__author{flex-direction:column;gap:1rem}.blog__details__content__author--left img{width:64px;height:64px}.blog__details__content__author--left div span,.blog__details__content__author--left div p{font-size:14px}.blog__details__content__author--right{padding-right:0}}.blog__details .blog__articles{overflow:hidden;margin:4rem 0 0}.blog__details .blog__articles h4{font-size:38px;font-weight:600}.blog__details .blog__articles h5{font-size:20px;font-weight:600;color:#16f}.blog__details .blog__articles--section__title{display:block;line-height:30px;text-align:center;font-size:38px;font-weight:600}.blog__details .blog__articles .grid{grid-template-columns:repeat(3,1fr)}.blog__details .blog__articles .grid__item{max-width:410px}.blog__details .blog__articles .grid__item .background__image__wrapper{overflow:hidden;width:100%;border-radius:12px;height:340px}.blog__details .blog__articles .grid__item .background__image__wrapper .background__image{height:340px;border-radius:18px;object-fit:cover}@media screen and (max-width: 768px){.blog__details .blog__articles .grid{display:none}}.blog__details .blog__articles .grid.mobile{display:none}@media screen and (max-width: 768px){.blog__details .blog__articles .grid.mobile{display:inline;position:relative;margin-left:.5rem;overflow:hidden}.blog__details .blog__articles .grid.mobile .flickity-prev-next-button{display:none}.blog__details .blog__articles .grid.mobile .flickity-prev-next-button:disabled{display:none}.blog__details .blog__articles .grid.mobile .flickity-page-dots{display:none}.blog__details .blog__articles .grid.mobile .grid__item{width:354px;margin:20px 12px 0 0}}.blog__details .blog__articles--show-more{text-align:center;margin:2rem auto}.signin{position:relative;overflow-y:auto;width:100%;min-height:100vh;display:flex;align-items:center;flex-direction:column;justify-content:flex-start;margin-top:0;padding:2rem 0;background:url(/build/assets/bg__signin-0e966e05.jpg);background-size:auto 100%;background-repeat:no-repeat;background-position:center}.signin.signin--center{justify-content:center}.signin__background{top:0;left:0;width:100%;height:100%;position:absolute;object-fit:cover}.signin__overlay{position:absolute;top:0;left:0;width:100%;height:100%}.signin__blur{position:absolute;top:0;right:0;width:100%;height:100%}.signin__form{position:relative;z-index:1;background:#ffffff;width:90%;max-width:428px;padding:32px 0;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.signin__form--logo{width:106px}.signin__form__forgot{text-align:center;width:100%;max-width:380px}.signin__form__forgot span{font-size:16px;color:#121b27;font-weight:500;line-height:normal}.signin__form__forgot p{color:#67697a}@media screen and (max-width: 768px){.signin__form__forgot{max-width:320px}}.signin__form__confirm--title{text-align:center;width:100%;max-width:324px;font-size:16px;font-weight:400;line-height:normal}.signin__form__confirm--email{text-align:center;width:90%;max-width:372px;font-size:18px;background:#efeff3;padding:12px 0;border-radius:8px;font-size:16px;font-weight:400;line-height:normal}.signin__form__confirm--info{padding:14px;width:90%;max-width:372px;text-align:center;font-size:14px;border:1px solid #2d9cdb;border-radius:6px;background:rgba(45,156,219,.1490196078)}.signin__form--title h1{font-size:30px;font-weight:600;line-height:37px}.signin__form--title span{font-size:16px;font-weight:400;line-height:normal}.signin__form--inputs{display:flex;flex-direction:column;gap:10px;width:90%;max-width:372px}.signin__form--inputs small{display:none;margin-top:-8px;color:red;font-size:12px;font-weight:500;line-height:normal}.signin__form--inputs small.active,.signin__form--inputs small.error__message{display:block}.signin__form--type{margin-top:-10px;display:flex;flex-direction:column;gap:10px;width:90%;max-width:360px}.signin__form--type span{font-weight:500;font-size:16px;line-height:normal}.signin__form--type--radios{display:flex;justify-content:space-between}.signin__form--type--radios .radio{width:100%;display:flex;align-items:center;gap:8px}.signin__form--type--radios .radio label{font-size:14px;color:#121b27}.signin__form--type--radios .radio input{width:20px;height:20px;border-radius:50%;cursor:pointer}.signin__form--type small{display:none;color:red;font-size:12px;font-weight:500;line-height:normal}.signin__form--type small.active{display:block}.signin__form--fields{width:90%;max-width:360px;justify-content:space-between}.signin__form--fields>div{display:flex;flex-direction:column;margin-bottom:15px}.signin__form--fields>div label{font-weight:500;font-size:16px;line-height:normal;padding-bottom:5px}.signin__form--fields>div select{padding:10px 32px 10px 10px;font-size:16px;border:1px solid rgba(165,165,176,.3490196078);border-radius:6px;appearance:none;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18" fill="black"><path d="M7 10l5 5 5-5z"/></svg>');background-repeat:no-repeat;background-position:right 10px top 50%;background-size:18px;cursor:pointer;font-size:14px;width:100%}.signin__form--fields>div select:focus{outline:none;border-color:#16f}.signin__form--fields>div input{padding:10px}.signin__form--fields>div option{background-color:#fff;color:#333}.signin__form a{font-size:14px;font-weight:500;color:#16f}.signin__form--submit{margin-top:-10px;width:90%;max-width:372px;font-size:16px;padding:14px}.signin__form--bottom{display:flex;flex-direction:column;align-items:center;gap:4px}.signin__form--bottom span{font-size:20px;font-weight:600;line-height:29px}.signin__form--bottom span.small{font-size:16px}.signin__form--bottom p{font-size:14px;font-weight:400;line-height:normal;text-align:center;width:300px;margin:0 auto;padding-bottom:10px}.signin__form--bottom .button{padding:12px 64px;font-size:16px}.signin__back__button{position:absolute;bottom:32px;background:rgba(255,255,255,.1490196078);z-index:1;font-size:14px;width:174px}@media screen and (max-width: 768px){.signin__form{gap:22px}.signin__form--logo{width:72px}.signin__form__forgot{max-width:320px}.signin__form--title h1{font-size:20px;font-weight:600;line-height:29px}.signin__form--title span{font-size:14px;font-weight:400;line-height:normal}.signin__form--inputs{gap:12px}.signin__form--inputs input{padding:12px 16px}.signin__form--type{margin-top:-8px;gap:8px}.signin__form--type span{font-size:14px;font-weight:500;line-height:normal}.signin__form--type--radios{gap:4px}.signin__form--type--radios .radio label{font-size:12px}.signin__form--type--radios .radio input{width:16px;height:16px}.signin__form--submit{padding:12px}.signin__form--bottom{gap:2px;margin-top:-8px}.signin__form--bottom span{font-size:20px}.signin__form--bottom span.small{font-size:14px}}@media screen and (max-height: 860px){.signin{padding-bottom:32px}.signin__form{margin-top:32px}.signin__back__button{position:relative;bottom:-32px}}@media screen and (max-width: 768px){.signin{justify-content:flex-start}}@media screen and (max-width: 768px) and (orientation: landscape){.signin,.signin.signin--center{justify-content:flex-start}}.top__categories{width:95%;margin:2rem auto;max-width:1280px}.top__categories .categories__carousel{position:relative}.top__categories .categories__carousel .flickity-prev-next-button{background:transparent}.top__categories .categories__carousel .flickity-prev-next-button.next{right:-3rem}.top__categories .categories__carousel .flickity-prev-next-button.previous{left:-3rem}.top__categories .categories__carousel .flickity-page-dots{display:none}.top__categories .categories__carousel .categories__wrapper{margin:2rem auto;display:flex;gap:1rem;justify-content:space-between;width:100%}.top__categories .categories__carousel .categories__wrapper--item{width:100%;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:10px}.top__categories .categories__carousel .categories__wrapper--item h3{font-size:16px;font-weight:500;text-align:center}.top__categories .categories__carousel .categories__wrapper--item>div:first-child{width:100%;max-width:211px}.top__categories .categories__carousel .categories__wrapper--item>div:first-child img{width:100%;height:100%;object-fit:cover;border-radius:12px}@media screen and (max-width: 768px){.top__categories .categories__carousel .categories__wrapper--item>div:first-child{max-width:none;width:236px}}@media screen and (max-width: 768px){.top__categories .categories__carousel .categories__wrapper--item{max-width:236px}}@media screen and (max-width: 768px){.top__categories .categories__carousel{display:none}}.top__categories .categories__carousel.mobile{display:none;margin-top:1rem;overflow:hidden}@media screen and (max-width: 768px){.top__categories .categories__carousel.mobile{display:block}}.top__categories .categories__carousel.mobile .categories__wrapper--item{margin-right:24px}.sub__categories{width:95%;margin:2rem auto 4rem;max-width:1280px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;color:#121b27}.sub__categories__item--top{display:flex;align-items:center;justify-content:space-between;padding:0 12px}.sub__categories__item--top.multiple{cursor:pointer}.sub__categories__item--top a{max-width:80%;display:block}.sub__categories__item--top h4{font-size:16px;font-weight:500;text-align:left}.sub__categories__item--top img{cursor:pointer}.sub__categories__item--list{margin-top:1rem;display:none;flex-direction:column}.sub__categories__item--list a{cursor:pointer;background:#efeff3;border-radius:8px;padding:12px 18px;display:flex;justify-content:space-between;font-size:14px}.sub__categories__item--list a:not(:first-child){margin-top:.25rem}.sub__categories__item--list a h5{display:flex;align-items:center;gap:.25rem;font-size:14px;font-weight:400}.sub__categories__item--list a h5 span{color:#16f;font-size:14px;line-height:normal}.sub__categories__item--list.active{display:flex}.sub__categories__item:nth-child(n+4){margin-top:1rem}@media screen and (max-width: 768px){.sub__categories{grid-template-columns:repeat(1,1fr)}}.profil{width:95%;max-width:1280px;margin:1rem auto;color:#121b27}@media screen and (max-width: 768px){.profil{width:100%;padding:1rem;margin:0}}.profil__banner{position:relative}.profil__banner--background{width:100%;height:250px;background-color:#121b27d9;border-radius:16px;object-fit:cover}.profil__banner--badge{position:absolute;top:15px;right:15px;display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:34px;background:#ffffff;z-index:1;border:1px solid rgba(146,148,175,.2509803922)}.profil__banner--badge img{width:28px;height:28px}.profil__banner--badge span{font-size:14px}.profil__banner .verified__icon{position:absolute;top:1rem;right:1rem;z-index:1;display:flex;align-items:center;gap:6px;border-radius:34px;background:#ffffff;padding:6px 10px}.profil__banner .verified__icon img{pointer-events:none;width:28px;height:28px}.profil__banner .verified__icon span{font-size:12px;font-weight:500;color:#000}.profil__banner--content{display:flex;justify-content:space-between;margin:-1.5rem 1.5rem 3rem 4rem}.profil__banner--content .left{display:flex;align-items:center;gap:1rem}.profil__banner--content .left .avatar{width:120px;height:120px;object-fit:cover;margin-top:-10px;border-radius:50%;border:4px solid #ffffff}.profil__banner--content .left>div{display:flex;flex-direction:column;margin-top:-10px}.profil__banner--content .left>div .socials__icons{display:flex;align-items:center;gap:32px;margin-bottom:8px}.profil__banner--content .left>div .socials__icons img{cursor:pointer}.profil__banner--content .left>div small{color:#fff;font-size:16px;font-weight:300}.profil__banner--content .left>div .about{display:flex;flex-direction:column;margin-top:24px}.profil__banner--content .left>div .about .title{font-size:24px;font-weight:600;line-height:normal;text-align:left}.profil__banner--content .left>div .about .title .pseudo{color:#9294af;font-weight:500;font-size:18px}.profil__banner--content .left>div .about .subtitle,.profil__banner--content .left>div .about .website{font-size:16px;font-weight:400;line-height:20px}.profil__banner--content .left>div .about .website{color:#9294af}.profil__banner--content .right{display:flex;align-items:baseline;margin-top:2rem;gap:24px}.profil__banner--content .right>div{display:flex;align-items:center;gap:4px}.profil__banner--content.socials__hidden{margin-top:-2.5rem}.profil__banner--content.socials__hidden .left>div .socials__icons{display:none}@media screen and (max-width: 768px){.profil__banner--background{height:210px;object-fit:cover;object-position:center}.profil__banner--badge{top:.5rem;right:.5rem}.profil__banner small{position:absolute;top:1rem;left:1rem;color:#fff}.profil__banner--content{flex-direction:column;margin:-3.5rem 0 0}.profil__banner--content .left{flex-direction:column}.profil__banner--content .left .about{margin-top:0;text-align:center}.profil__banner--content .left .about h1{text-align:center}.profil__banner--content .right{margin-top:1rem;justify-content:center;padding-bottom:2rem}.profil__banner--content .socials__icons{display:flex;justify-content:center;align-items:center;margin:1rem 0;gap:16px}.profil__banner--content .socials__icons img{cursor:pointer}}.profil__description .about .title{font-size:24px;font-weight:600;line-height:normal;text-align:left}.profil__description .socials__icons{margin-top:2rem}.profil__description .socials__icons div{display:flex;justify-content:left;gap:3rem;margin-top:16px}.profil__description .socials__icons div img{width:40px;border-radius:5px}.profil__description span{font-size:20px;font-weight:600}.profil__description p{margin-top:8px;font-weight:300;line-height:26px}.profil__annonces__table{display:block}.profil__annonces__grid{display:none}.profil__annonces__grid .grid__item{padding:8px 12px;background-color:#f8f8f8;border:1px solid rgba(108,111,139,.2509803922);border-radius:12px;cursor:default}.profil__annonces__grid .grid__item h3{color:#121b27}.profil__annonces__grid .grid__item h3 img{vertical-align:middle}.profil__annonces__grid .grid__item--favorite{top:1rem;right:1.25rem}.profil__annonces__grid .grid__item--check{top:1rem;left:1.25rem}.profil__annonces__grid .grid__item--action{display:flex;flex-direction:row;gap:16px}.profil__annonces__grid .grid__item--action a{flex:2 1 100%}.profil__annonces__grid .grid__item--action button{text-wrap:nowrap;width:100%}.profil__annonces__grid .grid__item--action button.light{cursor:pointer;background:#F8F8F8;color:#16f;border:2px solid #1166ff;border-radius:42px;padding:10px 24px;display:flex;align-items:center;justify-content:center;font-size:14px}.profil__annonces__table{display:flex;flex-direction:column;gap:16px}.profil__annonces__table--ad{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;padding:10px 12px;gap:16px;border:1px rgba(108,111,139,.2509803922) solid;background-color:#f8f8f8;color:#9294af;border-radius:12px}.profil__annonces__table--ad.archived{opacity:.5}.profil__annonces__table--ad img.cover{flex-shrink:0;width:180px;height:110px;object-fit:cover;border-radius:12px}.profil__annonces__table--ad .main{display:flex;flex-direction:row;gap:16px;align-items:center;justify-content:flex-start;flex:1 0 40%}.profil__annonces__table--ad .main.favorite{flex:1 1 40%}.profil__annonces__table--ad .main .title{display:flex;flex-direction:column;gap:0;justify-content:flex-start}.profil__annonces__table--ad .main .title div{display:flex;align-items:center;gap:8px}.profil__annonces__table--ad .main .title div h2{font-size:20px;line-height:25px;font-weight:600;text-align:left;color:#121b27}.profil__annonces__table--ad .main .title div img{vertical-align:middle}.profil__annonces__table--ad .main .title div:last-child span{font-size:16px;font-weight:400;color:#9294af}.profil__annonces__table--ad .price{flex:0 0 10%;text-align:center;text-wrap:nowrap}.profil__annonces__table--ad .type{flex:0 0 10%;text-align:center}.profil__annonces__table--ad .views{flex:0 0 5%;text-align:center;white-space:nowrap}.profil__annonces__table--ad .views img{vertical-align:middle;width:24px;opacity:.4;padding:2px 0;margin-top:-2px;margin-right:4px}.profil__annonces__table--ad .status{flex:0 0 10%;text-align:center}.profil__annonces__table--ad .status span{display:inline-block;color:#122750;background:rgba(0,204,69,.2);padding:7px 21px;border-radius:20px;font-size:16px;font-weight:400}.profil__annonces__table--ad .status span.archived,.profil__annonces__table--ad .status span.suspended{background:rgba(252,159,0,.5019607843)}.profil__annonces__table--ad .link{flex:0 1 10%;text-align:end;display:flex;flex-direction:row;gap:16px;align-items:center;justify-content:end}.profil__annonces__table--ad .link--show--page{flex:0 1 auto}.profil__annonces__table--ad .link a{display:inline-flex}.profil__annonces__table--ad .link a button{text-wrap:nowrap}.profil__annonces__table--ad .link a button.light{cursor:pointer;background:#F8F8F8;color:#16f;border:2px solid #1166ff;border-radius:42px;padding:10px 24px;display:flex;align-items:center;justify-content:center;font-size:14px}.profil__annonces__table--ad .link a button small{padding-left:6px}.profil__annonces__table--ad .link .icon{padding:8px;background-color:#1166ff1a;border-radius:50%;cursor:pointer}.profil__annonces__table--ad .link .icon img{vertical-align:middle}.profil__annonces--no-ads{margin:3rem 0 5rem}.profil__annonces--no-ads span{font-size:16px!important;font-weight:400!important;line-height:20px}.profil__annonces--no-ads span a{color:#16f}@media screen and (max-width: 768px){.profil__annonces{margin-top:2rem}.profil__annonces__table{display:none}.profil__annonces__grid{display:grid}.profil__annonces__grid.grid{margin:2rem 0}.profil__annonces h2{font-size:18px;text-align:left}.profil__annonces h3{margin-top:6px}.profil__annonces span:last-child{font-size:20px}.profil__annonces .left{display:flex;align-items:center;gap:12px}.profil__annonces .left .chip{font-weight:500;font-size:12px;color:#122750;background:rgba(0,204,69,.2);padding:.1rem .8rem;border-radius:20px}.profil__annonces .left .chip.archived,.profil__annonces .left .chip.suspended{background:rgba(252,159,0,.5019607843)}.profil__annonces .left .vues{font-size:13px;font-weight:400}}.profil__annonces{margin:3rem 0 5rem}.profil__annonces__table{margin-top:2rem;width:100%;border-collapse:collapse}.profil__annonces__table .archived .chip span,.profil__annonces__table .suspended .chip span{background:rgba(252,159,0,.5019607843)}.profil__annonces__table .archived td img,.profil__annonces__table .suspended td img{filter:grayscale(100%)}.profil__annonces__table .archived .annonce span,.profil__annonces__table .suspended .annonce span{color:#9294af}.profil__annonces__table th{text-align:center;font-size:16px;font-weight:600;padding:0 1rem 1rem;border-bottom:2px solid #efeff3}.profil__annonces__table th:nth-child(2){text-align:left}.profil__annonces__table td{padding:.5rem 1rem;border-bottom:1px solid #efeff3}.profil__annonces__table td img{width:108px;border-radius:8px}.profil__annonces__table td .promote--check{width:24px}.profil__annonces__table .chip{width:auto;text-align:center}.profil__annonces__table .chip span{font-weight:500;font-size:12px;color:#122750;background:rgba(0,204,69,.2);padding:.4rem 1rem;border-radius:20px;text-wrap:nowrap}.profil__annonces__table .annonce{display:flex;align-items:center;gap:1.5rem}.profil__annonces__table .annonce span{color:#16f;font-weight:600;font-size:18px}.profil__annonces__table .categorie{width:184px}.profil__annonces__table .vues,.profil__annonces__table .status{width:120px}.profil__annonces__table .categorie,.profil__annonces__table .vues,.profil__annonces__table .status{text-align:center}.profil__annonces__table .edit{cursor:pointer;width:56px}.profil__annonces__table .edit img{width:24px;height:24px}.pagination{display:flex;justify-content:space-between;align-items:center;width:95%;margin:0 auto;max-width:1280px}.pagination .numbers__of__results{display:flex;align-items:center;margin-top:-2.5rem;gap:32px;color:#121b27}.pagination .numbers__of__results .search__dropdown{width:64px;margin-top:-2.4rem}.pagination .numbers__of__results .search__dropdown--list{top:0;left:16px;background:#efeff3}.pagination .numbers__of__results .search__dropdown--list div{width:64px}.pagination .numbers__of__results .search__dropdown input{padding:20px 12px;margin-left:1rem;border-radius:8px;background:#efeff3}.pagination .numbers__of__results .search__dropdown:before{top:15px;right:0}.pagination .numbers__of__results span{font-size:14px;font-weight:300}@media screen and (max-width: 768px){.pagination .numbers__of__results{display:none}}.pagination .pages{display:flex;align-items:center;justify-content:center;margin-bottom:3rem}.pagination .pages img:first-child{transform:rotate(180deg)}.pagination .pages img{padding:8px}.pagination .pages img,.pagination .pages .page__number{margin:0 4px;cursor:pointer;border-radius:4px;text-align:center;user-select:none;color:#72809b;font-size:14px;font-weight:500}.pagination .pages img:hover,.pagination .pages .page__number:hover{background-color:#f2f2f2}.pagination .pages .page__number{padding:8px 12px}.pagination .pages .page__number.active{background-color:#16f;color:#fff}@media screen and (max-width: 768px){.pagination{justify-content:center}}.info{width:95%;max-width:1280px;margin:1rem auto;display:flex;flex-direction:column}.info__row{display:flex;padding:1.5rem 0;border-bottom:1px solid #efeff3}.info__row.last{border-bottom:none}.info__row--left{display:flex;width:100%;flex-direction:column;gap:6px}.info__row--left .title{font-size:20px;font-weight:600;color:#16f}.info__row--left .title--alert{color:#f44336}.info__row--left small{max-width:80%}.info__row--right{width:100%;display:flex}.info__row--right.form{width:100%;flex-direction:column}.info__row--right .radio{width:100%;max-width:200px;display:flex;align-items:center;gap:8px}.info__row--right .radio label{font-size:14px;color:#121b27}.info__row--right .radio input{width:20px;height:20px;border-radius:50%;cursor:pointer}.info__row--right .profil__banner--background{height:210px}.info__row--right .profil__banner .edit__banner{position:absolute;bottom:7.5rem;right:1rem;z-index:1}@media screen and (max-width: 768px){.info__row--right .profil__banner .edit__banner{top:1.5rem}}.info__row--right .profil__banner .edit__banner input[type=file]{display:none}.info__row--right .profil__banner .edit__banner label{cursor:pointer;padding:10px 20px;background:#ffffff;color:#16f;border-radius:42px;font-size:14px;font-weight:500}.info__row--right .profil__banner--content .left{position:relative}.info__row--right .profil__banner--content .left .edit__avatar{position:absolute;bottom:-.25rem;right:0rem;z-index:1;box-shadow:0 0 30px #00000040;border-radius:42px}@media screen and (max-width: 768px){.info__row--right .profil__banner--content .left .edit__avatar{right:30%}}.info__row--right .profil__banner--content .left .edit__avatar input[type=file]{display:none}.info__row--right .profil__banner--content .left .edit__avatar label{cursor:pointer;border-radius:42px;padding:10px 12px;background:#ffffff;color:#16f;font-size:14px;font-weight:500}.info__row--right .form{display:flex;flex-direction:column;gap:1.5rem;color:#121b27}.info__row--right .form__row{display:flex;flex-direction:column;gap:10px;position:relative}.info__row--right .form__row.radios{flex-direction:row;align-items:center;gap:24px}.info__row--right .form__row.radios .radio{width:fit-content;display:flex;align-items:center;gap:8px}.info__row--right .form__row.radios .radio label{font-size:14px;color:#121b27}.info__row--right .form__row.radios .radio input{width:20px;height:20px;border-radius:50%;cursor:pointer}.info__row--right .form__row label{font-weight:500}.info__row--right .form__row input,.info__row--right .form__row textarea,.info__row--right .form__row select{padding:12px;border-radius:8px;background:#efeff3;border:none;font-size:14px;resize:none}.info__row--right .form__row select{padding-right:0;border-right:12px solid transparent}.info__row--right .form__row .categories__dropdown,.info__row--right .form__row .sub__categories__dropdown,.info__row--right .form__row .sports__dropdown,.info__row--right .form__row .sub__sports__dropdown,.info__row--right .form__row .brands__dropdown,.info__row--right .form__row .areas__dropdown,.info__row--right .form__row .countries__dropdown,.info__row--right .form__row .radios{position:relative}.info__row--right .form__row .categories__dropdown input,.info__row--right .form__row .sub__categories__dropdown input,.info__row--right .form__row .sports__dropdown input,.info__row--right .form__row .sub__sports__dropdown input,.info__row--right .form__row .brands__dropdown input,.info__row--right .form__row .areas__dropdown input,.info__row--right .form__row .countries__dropdown input,.info__row--right .form__row .radios input{width:100%;cursor:pointer;outline:none}.info__row--right .form__row .categories__dropdown .dropdown__arrow,.info__row--right .form__row .sub__categories__dropdown .dropdown__arrow,.info__row--right .form__row .sports__dropdown .dropdown__arrow,.info__row--right .form__row .sub__sports__dropdown .dropdown__arrow,.info__row--right .form__row .brands__dropdown .dropdown__arrow,.info__row--right .form__row .areas__dropdown .dropdown__arrow,.info__row--right .form__row .countries__dropdown .dropdown__arrow,.info__row--right .form__row .radios .dropdown__arrow{position:absolute;top:50%;right:1rem;transform:translateY(-50%);pointer-events:none}.info__row--right .form__row .categories__dropdown--content,.info__row--right .form__row .sub__categories__dropdown--content,.info__row--right .form__row .sports__dropdown--content,.info__row--right .form__row .sub__sports__dropdown--content,.info__row--right .form__row .brands__dropdown--content,.info__row--right .form__row .areas__dropdown--content,.info__row--right .form__row .countries__dropdown--content,.info__row--right .form__row .radios--content{display:none;position:absolute;top:100%;left:0;width:100%;max-height:200px;overflow-y:auto;background:#ffffff;border-radius:8px;box-shadow:0 0 30px #00000040;z-index:1;padding:1rem 0;flex-direction:column}.info__row--right .form__row .categories__dropdown--content.active,.info__row--right .form__row .sub__categories__dropdown--content.active,.info__row--right .form__row .sports__dropdown--content.active,.info__row--right .form__row .sub__sports__dropdown--content.active,.info__row--right .form__row .brands__dropdown--content.active,.info__row--right .form__row .areas__dropdown--content.active,.info__row--right .form__row .countries__dropdown--content.active,.info__row--right .form__row .radios--content.active{display:flex}.info__row--right .form__row .categories__dropdown--content__item,.info__row--right .form__row .sub__categories__dropdown--content__item,.info__row--right .form__row .sports__dropdown--content__item,.info__row--right .form__row .sub__sports__dropdown--content__item,.info__row--right .form__row .brands__dropdown--content__item,.info__row--right .form__row .areas__dropdown--content__item,.info__row--right .form__row .countries__dropdown--content__item,.info__row--right .form__row .radios--content__item{padding:.5rem 1rem;cursor:pointer;font-size:14px;font-weight:500;color:#121b27}.info__row--right .form__row .categories__dropdown--content__item:hover,.info__row--right .form__row .sub__categories__dropdown--content__item:hover,.info__row--right .form__row .sports__dropdown--content__item:hover,.info__row--right .form__row .sub__sports__dropdown--content__item:hover,.info__row--right .form__row .brands__dropdown--content__item:hover,.info__row--right .form__row .areas__dropdown--content__item:hover,.info__row--right .form__row .countries__dropdown--content__item:hover,.info__row--right .form__row .radios--content__item:hover{background:#efeff3}.info__row--right .form__row .categories__dropdown.active .dropdown__arrow,.info__row--right .form__row .sub__categories__dropdown.active .dropdown__arrow,.info__row--right .form__row .sports__dropdown.active .dropdown__arrow,.info__row--right .form__row .sub__sports__dropdown.active .dropdown__arrow,.info__row--right .form__row .brands__dropdown.active .dropdown__arrow,.info__row--right .form__row .areas__dropdown.active .dropdown__arrow,.info__row--right .form__row .countries__dropdown.active .dropdown__arrow,.info__row--right .form__row .radios.active .dropdown__arrow{transform:translateY(-50%) rotate(180deg)}.info__row--right .form__row .categories__dropdown select,.info__row--right .form__row .sub__categories__dropdown select,.info__row--right .form__row .sports__dropdown select,.info__row--right .form__row .sub__sports__dropdown select,.info__row--right .form__row .brands__dropdown select{width:100%;font-size:14px;outline:none;border-radius:8px;background:#efeff3}.info__row--right .form__row .categories__dropdown select ::placeholder,.info__row--right .form__row .sub__categories__dropdown select ::placeholder,.info__row--right .form__row .sports__dropdown select ::placeholder,.info__row--right .form__row .sub__sports__dropdown select ::placeholder,.info__row--right .form__row .brands__dropdown select ::placeholder{color:#67697a}.info__row--right .form__row.sub__category,.info__row--right .form__row.sports,.info__row--right .form__row.sub__sports,.info__row--right .form__row.brands,.info__row--right .form__row.radios{display:none}.info__row--right .form__row .price{display:flex;flex-direction:row;align-items:center;gap:8px;font-size:13px;height:0;margin:1rem 0 .5rem}.info__row--right .form__row .price span{font-size:13px;font-weight:400}.info__row--right .form__row .price .toggle{display:block;margin-bottom:.75rem}.info__row--right .form__row.two__items{flex-direction:row;gap:24px}.info__row--right .form__row.two__items>div{width:100%;display:flex;flex-direction:column;gap:10px}.info__row--right .form__row.two__items>div input{width:100%}.info__row--right .form__row.two__items .tel{width:66%}@media screen and (max-width: 768px){.info__row--right .form__row.two__items .tel{width:33%}}.info__row--right .form__row.two__items .public__number{width:100%;max-width:200px;flex-direction:row;align-items:center;margin-top:1rem;gap:8px;font-size:13px}.info__row--right .form__row.two__items .public__number span{font-size:13px;font-weight:400}.info__row--right .form__row.two__items .public__number .toggle{display:block;margin-bottom:1rem}.info__row--right .form__row.two__items .price{width:33%;flex-direction:row;align-items:center;margin-top:1.25rem;gap:8px;font-size:13px}.info__row--right .form__row.two__items .price span{font-size:13px;font-weight:400}.info__row--right .form__row.two__items .price .toggle{display:block;margin-bottom:1rem}@media screen and (max-width: 768px){.info__row--right .form__row.two__items .price{width:33%}}.info__row--right .form__row.two__items.disabled{opacity:.4;pointer-events:none}@media screen and (max-width: 768px){.info__row{flex-direction:column;gap:1.5rem}.info__row--right .radio{max-width:100%}.info__row--right .profil__banner--content{margin-left:1.5rem}}.info button{width:fit-content;margin:2rem 0}.messages{width:95%;max-width:1280px;max-height:70vh;margin:3rem auto;border:1px solid rgba(146,148,175,.2);border-radius:12px;display:flex;color:#121b27}.messages__sidebar{width:35%;max-width:480px;padding:24px 14px;border-right:1px solid rgba(146,148,175,.2);overflow-y:auto}.messages__sidebar--title{font-size:24px}.messages__sidebar--searchbar{margin-top:2rem;position:relative}.messages__sidebar--searchbar input{width:100%;padding:8px 10px 8px 36px;border-radius:8px;border:1px solid rgba(146,148,175,.2);outline:none;font-size:14px;color:#6c6f8b;background:transparent}.messages__sidebar--searchbar input::placeholder{font-size:15px;color:#9294af}.messages__sidebar--searchbar img{position:absolute;top:50%;left:8px;transform:translateY(-50%);width:20px;height:20px;cursor:pointer}.messages__sidebar__conversations{display:flex;flex-direction:column;margin-top:1.25rem;gap:8px}.messages__sidebar__conversations--item{display:flex;align-items:flex-end;justify-content:space-between;border-radius:12px;padding:12px;cursor:pointer;border:1px solid transparent}.messages__sidebar__conversations--item>div{display:flex;align-items:center;gap:10px;height:70px}.messages__sidebar__conversations--item>div>div{display:flex;flex-direction:column;gap:4px}.messages__sidebar__conversations--item>div>div img{width:68px;height:68px;border-radius:8px;object-fit:cover}.messages__sidebar__conversations--item>div>div .title{font-size:16px;font-weight:500;white-space:nowrap;overflow:hidden;max-width:190px;text-overflow:ellipsis}.messages__sidebar__conversations--item>div>div .last__message{font-size:14px;color:#9294af}.messages__sidebar__conversations--item>div>div .name{font-size:14px;font-weight:100}.messages__sidebar__conversations--item>div>div .name .dot{display:inline-block;margin-bottom:-3px;margin-right:5px;width:12px;height:12px;border-radius:50%}.messages__sidebar__conversations--item>div>div .name .dot--online{background:#27ae60}.messages__sidebar__conversations--item>div>div .name .dot--offline{background:#eb5757}.messages__sidebar__conversations--item small{font-size:14px;color:#9294af}.messages__sidebar__conversations--item.unread{background:#E7F0FF;position:relative}.messages__sidebar__conversations--item.unread .alert-icon{top:16px;right:16px}.messages__sidebar__conversations--item:hover{background:#f9f9f9}.messages__sidebar__conversations--item.active{border:1px solid #1166ff}.messages__sidebar__conversations--item.active small,.messages__sidebar__conversations--item.active .last__message,.messages__sidebar__conversations--item.active .name{font-weight:400}.messages__sidebar__conversations--item.deleted{color:#9294af}.messages__sidebar__conversations--item.deleted small,.messages__sidebar__conversations--item.deleted .last__message,.messages__sidebar__conversations--item.deleted .name{font-weight:400;color:#9294af}.messages__inbox{width:65%;display:flex;flex-direction:column}.messages__inbox--top{padding:10px 24px;display:flex;align-items:center;justify-content:space-between}.messages__inbox--top .left{display:flex;align-items:center;gap:8px}.messages__inbox--top .left>div:first-child{position:relative}.messages__inbox--top .left>div:first-child img{width:60px;height:60px;border-radius:50%;object-fit:cover}.messages__inbox--top .left>div:first-child .dot{position:absolute;bottom:3px;right:3px;border:2px solid #ffffff;width:14px;height:14px;border-radius:50%;background:#27ae60}.messages__inbox--top .left>div:last-child{display:flex;flex-direction:column}.messages__inbox--top .left>div:last-child span{font-size:18px;font-weight:500;overflow-wrap:anywhere}.messages__inbox--top .left>div:last-child small{font-size:14px;color:#929fb1}.messages__inbox--top .left>div:last-child .status__block,.messages__inbox--top .left>div:last-child .status__blocked,.messages__inbox--top .left>div:last-child .status__deleted,.messages__inbox--top .left>div:last-child .status__deleted__user,.messages__inbox--top .left>div:last-child .status__deleted__by__me,.messages__inbox--top .left>div:last-child .status__deleted__by__other{display:none}.messages__inbox--top .right{position:relative}.messages__inbox--top .right #more__options__trigger{cursor:pointer;padding:10px}.messages__inbox--top .right .more__options__menu{position:absolute;top:32px;right:8px;background:#ffffff;box-shadow:0 14px 100px #0000001a;border-radius:6px;padding:14px 12px;width:188px;flex-direction:column;gap:14px;z-index:100}.messages__inbox--top .right .more__options__menu span{display:inline-block;cursor:pointer;font-size:14px;font-weight:500;line-height:22px}.messages__inbox--top .right .more__options__menu span#undelete__conversation{display:none}.messages__inbox--top .right .more__options__menu.active{display:flex}.messages__inbox--chat{padding:20px 14px;display:flex;flex-direction:column;gap:24px;min-height:250px;max-height:500px;overflow-y:auto;background:#f9f9f9;border-bottom:1px solid rgba(146,148,175,.2);border-top:1px solid rgba(146,148,175,.2)}.messages__inbox--chat>div{display:flex;flex-direction:column}.messages__inbox--chat__separator{font-size:12px;color:#929fb1;white-space:nowrap;text-align:center}@media screen and (max-width: 768px){.messages__inbox--chat__separator{padding-bottom:15px}}.messages__inbox--chat__item>div{display:flex;flex-direction:column;gap:12px;width:100%;max-width:500px;width:fit-content}.messages__inbox--chat__item>div>div{padding:8px 12px;display:flex;max-width:fit-content;flex-direction:column;gap:12px}.messages__inbox--chat__item>div>div img{width:100%;height:100%;max-width:350px;max-height:350px;object-fit:cover;border-radius:12px}.messages__inbox--chat__item>div>div small{font-size:13px;align-self:flex-end}.messages__inbox--chat__item.to{margin-left:auto}.messages__inbox--chat__item.to>div>div{background:#1166ff;color:#fff;border-radius:16px 16px 0}.messages__inbox--chat__item.from{display:flex;align-items:flex-end;gap:10px}.messages__inbox--chat__item.from .avatar{width:56px;height:56px;border-radius:50%;object-fit:cover}@media screen and (max-width: 768px){.messages__inbox--chat__item.from .avatar{width:40px;height:40px}}.messages__inbox--chat__item.from>div>div{background:#efeff3;border-radius:16px 16px 16px 0;color:#121b27}.messages__inbox--chat__item.from>div>div small{color:#929fb1}.messages__inbox--chat__item.last{padding-bottom:1em}.messages__inbox--bottom{display:flex;align-items:center;justify-content:space-between;padding:16px;gap:16px}.messages__inbox--bottom>div{position:relative;width:100%}.messages__inbox--bottom>div .file__input{position:absolute;left:14px;bottom:11px}.messages__inbox--bottom>div .file__input input[type=file]{display:none}.messages__inbox--bottom>div .file__input .file__icon{cursor:pointer;left:12px;width:20px;height:20px}.messages__inbox--bottom>div input[type=text],.messages__inbox--bottom>div textarea{width:100%;padding:14px;border-radius:12px;border:1px solid rgba(146,148,175,.2);font-size:16px}.messages__inbox--bottom>div input[type=text]::placeholder,.messages__inbox--bottom>div textarea::placeholder{color:#929fb1}.messages__inbox--bottom .send__icon{cursor:pointer}.messages__inbox.block .messages__inbox--top img{filter:grayscale(100%)}.messages__inbox.block .messages__inbox--top .status{display:none}.messages__inbox.block .messages__inbox--top .status__block{display:block!important}.messages__inbox.block .messages__inbox--top .status__blocked,.messages__inbox.block .messages__inbox--top .status__deleted,.messages__inbox.block .messages__inbox--top .status__deleted__by__me,.messages__inbox.block .messages__inbox--top .status__deleted__by__other,.messages__inbox.block .messages__inbox--top .status__deleted__user{display:none}.messages__inbox.block .messages__inbox--chat .avatar{filter:grayscale(100%)}.messages__inbox.block .dot{display:none}.messages__inbox.blocked .messages__inbox--top img,.messages__inbox.deleted .messages__inbox--top img,.messages__inbox.deleted__user .messages__inbox--top img{filter:grayscale(100%)}.messages__inbox.blocked .messages__inbox--chat__item .avatar,.messages__inbox.deleted .messages__inbox--chat__item .avatar,.messages__inbox.deleted__user .messages__inbox--chat__item .avatar{display:none}.messages__inbox.blocked .messages__inbox--chat__item.to>div>div,.messages__inbox.deleted .messages__inbox--chat__item.to>div>div,.messages__inbox.deleted__user .messages__inbox--chat__item.to>div>div{background:#9294af}.messages__inbox.blocked .messages__inbox--bottom,.messages__inbox.deleted .messages__inbox--bottom,.messages__inbox.deleted__user .messages__inbox--bottom,.messages__inbox.blocked .dot,.messages__inbox.deleted .dot,.messages__inbox.deleted__user .dot,.messages__inbox.blocked .more__options__menu span,.messages__inbox.deleted .more__options__menu span,.messages__inbox.deleted__user .more__options__menu span{display:none}.messages__inbox.blocked .more__options__menu span#delete__conversation,.messages__inbox.deleted .more__options__menu span#delete__conversation,.messages__inbox.deleted__user .more__options__menu span#delete__conversation{display:block}.messages__inbox.blocked .messages__inbox--top .status,.messages__inbox.blocked .messages__inbox--top .status__block,.messages__inbox.blocked .messages__inbox--top .status__deleted,.messages__inbox.blocked .messages__inbox--top .status__deleted__user,.messages__inbox.blocked .messages__inbox--top .status__deleted__by__other{display:none!important}.messages__inbox.blocked .messages__inbox--top .status__blocked{display:block!important}.messages__inbox.deleted .messages__inbox--top .status,.messages__inbox.deleted .messages__inbox--top .status__block,.messages__inbox.deleted .messages__inbox--top .status__blocked,.messages__inbox.deleted .messages__inbox--top .status__deleted__user,.messages__inbox.deleted .messages__inbox--top .status__deleted__by__other{display:none!important}.messages__inbox.deleted .messages__inbox--top .status__deleted{display:block!important}.messages__inbox.deleted__user .messages__inbox--top .status,.messages__inbox.deleted__user .messages__inbox--top .status__block,.messages__inbox.deleted__user .messages__inbox--top .status__blocked,.messages__inbox.deleted__user .messages__inbox--top .status__deleted{display:none!important}.messages__inbox.deleted__user .messages__inbox--top .status__deleted__user{display:block!important}.messages__inbox.block .messages__inbox--top .status,.messages__inbox.block .messages__inbox--top .status__blocked,.messages__inbox.block .messages__inbox--top .status__deleted,.messages__inbox.block .messages__inbox--top .status__deleted__user,.messages__inbox.block .messages__inbox--top .status__deleted__by__other{display:none!important}.messages__inbox.block .messages__inbox--top img#more__options__trigger{display:block}.messages__inbox.block .messages__inbox--top .more__options__menu span#undelete__conversation{display:none}.messages__inbox.deleted__by__other .messages__inbox--top .status,.messages__inbox.deleted__by__other .messages__inbox--top .status__blocked,.messages__inbox.deleted__by__other .messages__inbox--top .status__deleted,.messages__inbox.deleted__by__other .messages__inbox--top .status__deleted__user{display:none!important}.messages__inbox.deleted__by__other .messages__inbox--top .status__deleted__by__other{display:block!important}@media screen and (max-width: 768px){.messages{flex-direction:column;margin:2rem auto;max-height:unset}.messages__sidebar{width:100%;max-width:none;border-right:none;border-bottom:1px solid rgba(146,148,175,.2)}.messages__sidebar__conversations--item>div img{width:50px;height:50px}.messages__sidebar__conversations--item>div>div .title{font-size:14px}.messages__sidebar__conversations--item>div>div .last__message{font-size:12px}.messages__sidebar__conversations--item>div>div .name{font-size:12px}.messages__inbox{width:100%;border-right:none;max-height:600px}.messages__inbox--top{padding:10px 24px}.messages__inbox--top .left>div:first-child img{width:50px;height:50px}.messages__inbox--top .left>div:last-child span{font-size:16px}.messages__inbox--top .left>div:last-child small{font-size:12px}.messages__inbox--top .right #more__options__trigger{padding:8px}.messages__inbox--top .right .more__options__menu{padding:12px;width:160px}.messages__inbox--top .right .more__options__menu span{font-size:12px}.messages__inbox--chat{padding:20px 14px;min-height:300px}.messages__inbox--chat__item>div>div img{max-width:300px;max-height:300px}.messages__inbox--chat__item>div>div small{font-size:12px}.messages__inbox--bottom{padding:16px 14px}.messages__inbox--bottom>div .file__input{left:10px;bottom:8px}.messages__inbox--bottom>div .file__input .file__icon{width:18px;height:18px}.messages__inbox--bottom>div input[type=text],.messages__inbox--bottom>div textarea{padding:12px;font-size:16px}}.delete__conversation__modal,.undelete__conversation__modal{z-index:999;position:fixed;padding:28px 20px;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;max-width:680px;background-color:#fff;box-shadow:0 0 10px #0003;transition:top .5s ease;border-radius:16px}@media screen and (max-width: 768px){.delete__conversation__modal,.undelete__conversation__modal{width:90%}}.delete__conversation__modal.active,.undelete__conversation__modal.active{display:flex;flex-direction:column;gap:2rem}.delete__conversation__modal__buttons,.undelete__conversation__modal__buttons{display:flex;align-items:center;justify-content:flex-end;gap:12px}@media screen and (max-width: 768px){.delete__conversation__modal__buttons,.undelete__conversation__modal__buttons{padding-top:1rem}}.delete__conversation__modal__buttons button,.undelete__conversation__modal__buttons button{padding:10px 20px;border-radius:8px;border:none;outline:none;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease}@media screen and (max-width: 768px){.delete__conversation__modal__buttons button,.undelete__conversation__modal__buttons button{width:50%}}.delete__conversation__modal__buttons button:first-child,.undelete__conversation__modal__buttons button:first-child{background:none;color:#121b27;border:1px solid rgba(146,148,175,.2)}.delete__conversation__modal__buttons button:first-child:hover,.undelete__conversation__modal__buttons button:first-child:hover{background:#f9f9f9}.delete__conversation__modal__buttons button:last-child,.undelete__conversation__modal__buttons button:last-child{background:#e74c3c;display:flex;align-items:center}.delete__conversation__modal__buttons button:last-child:hover,.undelete__conversation__modal__buttons button:last-child:hover{background:#c0392b}.delete__conversation__modal__buttons button:last-child span,.undelete__conversation__modal__buttons button:last-child span{font-size:inherit;line-height:inherit;font-weight:400}.delete__conversation__modal__buttons button .spinner,.undelete__conversation__modal__buttons button .spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.delete__conversation__modal__buttons button .path,.undelete__conversation__modal__buttons button .path{stroke:#fff;stroke-linecap:round}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.delete__conversation__modal__overlay,.undelete__conversation__modal__overlay{position:fixed;z-index:900;top:0;left:0;width:100%;height:100%;background-color:#00000080}.delete__conversation__modal__overlay.active,.undelete__conversation__modal__overlay.active{display:block}.my-account{width:95%;max-width:1280px;margin:48px auto;display:flex;flex-direction:column}.my-account__card{display:flex;padding:24px;border:2px solid #f0f0f0;border-radius:16px;align-items:center}@media screen and (max-width: 768px){.my-account__card{padding:12px}}.my-account__card__icon{width:80px;height:80px;border-radius:8px;background-color:#1166ff1a;display:flex;justify-content:center;align-items:center}.my-account__card__icon img{height:50px;width:auto}.my-account__card__text{position:relative;margin-left:24px;flex:1}.my-account__card__text h2{margin:0;font-size:20px;font-weight:400;color:#121b27;text-align:left;line-height:30px;padding-bottom:4px}.my-account__card__text p{margin:0;font-size:16px;color:#6c6f8b;text-align:left}.my-account__card__left{display:flex;align-items:center;flex:1}@media screen and (max-width: 768px){.my-account__card__right span{display:none}}.my-account__card__picture{width:120px;height:120px;border-radius:50%;background-color:#9294af}.my-account__card__picture img{width:100%;height:100%;object-fit:cover;border-radius:50%}@media screen and (max-width: 768px){.my-account__card__picture{width:64px;height:64px}}.my-account__card__info{margin-left:24px}.my-account__card__name{font-size:24px;font-weight:500;padding-bottom:5px;color:#121b27}@media screen and (max-width: 768px){.my-account__card__name{font-size:18px}}.my-account__card__type{font-size:16px;color:#6c6f8b}@media screen and (max-width: 768px){.my-account__card__type{font-size:14px}}.my-account__card__arrow{position:absolute;top:0;right:0}.my-account__card__link{display:flex;align-items:center}.my-account__card__link span{color:#16f;font-size:16px;font-weight:500;padding-right:10px;text-decoration:underline}.my-account__card--ad{background:linear-gradient(90deg,rgba(17,30,47,.25) 0%,rgba(91,135,193,.25) 0%,rgba(24,125,250,.25) 50%,rgba(110,134,175,.25) 100%),url(/build/assets/background-cf13d88c.jpg);background-size:cover;background-position:right;background-repeat:no-repeat}.my-account__card--ad p{color:#fff;font-weight:200}.my-account__card--ad h2{color:#fff}.my-account__card--ad button{margin-top:20px;width:100%}.my-account__card--ad .my-account__card__text{margin-left:0}.my-account__title{margin-bottom:20px}.my-account__title h1{text-align:left;font-size:32px;font-weight:600;margin:0}.my-account__header{display:grid;grid-template-columns:2fr 1fr;margin-bottom:40px;gap:20px}@media screen and (max-width: 768px){.my-account__header .my-account__card--ad{display:none}}.my-account__content{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}@media screen and (max-width: 768px){.my-account__content .my-account__card{border:0}.my-account__content .my-account__card .my-account__card__arrow{display:none}}.my-account__footer{display:flex;justify-content:flex-start;margin-top:20px}.my-account__footer__link{display:flex;align-items:center;justify-content:center;padding:10px 20px;border:1px solid #6c6f8b;border-radius:42px;color:#6c6f8b}.my-account__footer__link span{font-size:16px;font-weight:400;text-decoration:underline}.my-account__footer__link img{margin-left:10px}.my-account__mobile-ad{margin-top:20px;display:none}@media screen and (max-width: 768px){.my-account__header,.my-account__content{grid-template-columns:1fr}.my-account__mobile-ad{display:block}.my-account__footer{margin-top:20px}}.notifications{display:flex;flex-direction:column;gap:24px}.notifications span{font-size:16px;font-weight:500;color:#121b27}.notifications__item{display:flex;align-items:center;justify-content:space-between}.notifications__item .options{display:flex;align-items:center;gap:32px}.notifications__item .options__item{display:flex;align-items:center;gap:8px}@media screen and (max-width: 768px){.notifications__item{flex-direction:column;gap:16px}}.iban{display:flex;flex-direction:column;gap:24px}.iban__content{display:flex;align-items:center;justify-content:space-between;border:1px solid #9294af;border-radius:6px;background:#efeff3;color:#121b27;padding:17px 20px;width:100%;max-width:640px}.iban__content--info{display:flex;flex-direction:column;gap:6px}.iban__content--info span{font-weight:500}.iban__content--info small{font-size:16px}.iban__content--actions{display:flex;align-items:center;gap:11px}.iban__content--actions img{cursor:pointer}.iban__content--actions img:first-child{width:28px;height:28px}.iban__payment{color:#16f;font-weight:500;cursor:pointer}.danger__zone{display:flex;flex-direction:column;gap:12px}.danger__zone span{font-size:14px;font-weight:500;color:#121b27;cursor:pointer;width:fit-content}.photos label:not(.photos__wrapper__file--label) span{font-size:16px;font-weight:400;color:#9294af;line-height:normal}.photos small{font-size:14px;font-weight:400;color:#9294af}.photos__wrapper__file{position:relative;width:100%;height:100px;border-radius:8px;background:#efeff3}.photos__wrapper__file--label{padding:12px;width:100%;height:100%;display:flex;cursor:pointer;flex-direction:column;justify-content:center;align-items:center}.photos__wrapper__file--label span{font-size:14px;font-weight:500;color:#121b27}.photos__wrapper__file--label img{width:48px;height:48px}.photos__wrapper__file input[type=file]{display:none}.photos__wrapper__file:hover{background:rgba(239,239,243,.5490196078)}.photos__wrapper__images{position:relative;display:grid;margin-top:10px;grid-template-columns:repeat(4,1fr);gap:10px}.photos__wrapper__images--item{position:relative;width:100%;height:150px;border-radius:8px;background:#efeff3;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.photos__wrapper__images--item span{font-size:14px;font-weight:500;color:#9294af}.photos__wrapper__images--item--delete{position:absolute;top:5px;right:5px;z-index:1;width:20px;height:20px;border-radius:50%;padding:3px;background:#efeff3;cursor:pointer}.photos__wrapper__images--item--delete:hover{background:#ffffff}.photos__wrapper__images--item__img{padding:8px;border-radius:12px;width:100%;height:100%;object-fit:cover}.photos__wrapper__images--item .placeholder{width:48px;height:48px}.photos__wrapper__images--item:hover{background:rgba(239,239,243,.5490196078)}.photos__wrapper__images--item:has(.photos__wrapper__images--item--delete){cursor:grab}@media screen and (max-width: 768px){.photos__wrapper__images{grid-template-columns:repeat(2,1fr)}}.photos__wrapper__images button{position:absolute;bottom:20px;right:50%;width:360px;padding:20px 0;transform:translate(50%);z-index:1;background:#1166ff;color:#fff;font-size:16px}.photos__wrapper__images--item:nth-child(n+5){display:none}.info__depot__container{width:100%;max-width:1280px;display:flex;flex-direction:column;margin:0 auto;padding:48px 24px 122px;gap:32px}@media screen and (max-width: 768px){.info__depot__container{padding:24px 16px}}.info__depot__footer{width:100%;max-width:1280px;display:flex;flex-direction:column;margin:0 auto;padding:24px;gap:32px}@media screen and (max-width: 768px){.info__depot__footer{padding:24px 16px}}.info__depot__footer a{font-size:16px;text-decoration:underline}.info__depot__footer button span{font-size:16px;font-weight:500;margin-right:.5rem}.info__depot__footer button img{height:24px;filter:invert(1)}@media screen and (max-width: 768px){.info__depot__footer button{width:100%;padding:12px 32px}}.info__depot__step__subtitle{margin-top:-20px;font-family:Outfit;font-size:16px;font-style:normal;font-weight:400;line-height:normal;color:#6c6f8b}.info__depot__step__subtitle span{font-weight:inherit;line-height:inherit;font-size:inherit}.info__depot__step__title{margin-top:-16px;width:75%;font-family:Outfit;font-size:32px;font-style:normal;font-weight:600;line-height:normal;color:#121b27;text-wrap:balance}@media screen and (max-width: 768px){.info__depot__step__title{font-size:24px;width:90%}.info__depot__step__subtitle{font-size:14px}}.info__depot__buttons{display:flex;justify-content:space-between;align-items:center}.info__depot__buttons__actions{display:flex;gap:32px}.info__depot__buttons__actions .archive{color:#4f5164;background:none;border:1px solid #4f5164;text-decoration:underline;padding:10px 24px}.info__depot__buttons__actions .archive img{filter:none;margin-right:0}@media screen and (max-width: 768px){.info__depot__buttons a{display:none}.info__depot__buttons__actions{width:100%;gap:8px}.info__depot__buttons__actions .archive{margin-left:0;padding:10px}.info__depot__buttons__actions .archive span{display:none}}.info__depot__login{margin-top:32px;font-family:Outfit;font-size:18px}.info__depot__login__title{color:#6c6f8b;padding-bottom:10px}.info__depot__login a{display:inline-flex;justify-content:center;padding:12px 24px;background:transparent;border:1px solid #1166ff;color:#16f;font-weight:400;border-radius:42px;font-size:18px}@media screen and (max-width: 768px){.info__depot__login a{display:flex}}.info__depot__bottom{position:fixed;bottom:0;left:0;width:100%;background-color:#f9f9f9}.info__depot__bottom .form-progress{display:none!important}@media screen and (max-width: 768px){.info__depot__bottom{background-color:#fff}.info__depot__bottom .form-progress{display:flex!important}}.info__depot__bottom.edit__form{position:sticky;padding-left:80px;padding-right:80px;margin-top:6em;z-index:2}@media screen and (max-width: 768px){.info__depot__bottom.edit__form{margin-top:2em;padding:0}.info__depot__bottom.edit__form button{margin-left:0;width:auto}.info__depot__bottom.edit__form button.right__button{width:100%}}.info__depot .categories-search-list ul{display:grid;grid-template-columns:repeat(3,1fr);gap:33px}.info__depot .categories-search-list ul li.selected{border-radius:4px}@media screen and (max-width: 768px){.info__depot .categories-search-list ul{display:flex;flex-direction:column;gap:1rem}}.info__depot .form-progress{width:100%;display:flex;justify-content:space-between;align-items:center;gap:20px}@media screen and (max-width: 768px){.info__depot .form-progress{gap:4px}}.info__depot .form-progress__step{flex:1;height:8px;background-color:#9294af}@media screen and (max-width: 768px){.info__depot .form-progress__step{background-color:#6c6f8b40}}.info__depot .form-progress__step.active{background-color:#16f}@media screen and (max-width: 768px){.info__depot{margin-bottom:105px}}.no__images__modal{display:none;z-index:999;position:fixed;margin:28px 0;padding:28px 20px;left:50%;top:50%;transform:translate(-50%,-50%);width:95%;max-width:680px;max-height:90vh;background-color:#fff;box-shadow:0 0 10px #0003;transition:top .5s ease;border-radius:16px}.no__images__modal .photos__wrapper{margin-top:.5rem}.no__images__modal.active{display:flex;flex-direction:column;gap:.5rem}.no__images__modal--buttons{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:1.5rem}.no__images__modal--buttons button{padding:10px 20px;border-radius:8px;border:none;outline:none;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease}.no__images__modal--buttons button:first-child{background:#1166ff;color:#fff}.no__images__modal--buttons button:first-child:hover{background:#004fdd}.no__images__modal--buttons button:last-child{background:none;color:#121b27;border:1px solid rgba(146,148,175,.2)}.no__images__modal--buttons button:last-child:hover{background:#f9f9f9}.no__images__modal__overlay{display:none;position:fixed;z-index:900;top:0;left:0;width:100%;height:100%;background-color:#00000080}.no__images__modal__overlay.active{display:block}@media screen and (max-width: 768px){.no__images__modal{margin:12px 0;top:0;transform:translate(-50%)}}.offers-edit .photos label:not(.photos__wrapper__file--label) span{font-size:16px;font-weight:400;color:#9294af;line-height:normal}.offers-edit .photos small{font-size:14px;font-weight:400;color:#9294af}.offers-edit .photos__wrapper__file{position:relative;width:100%;height:100px;border-radius:8px;background:#efeff3}.offers-edit .photos__wrapper__file--label{padding:12px;width:100%;height:100%;display:flex;cursor:pointer;flex-direction:column;justify-content:center;align-items:center}.offers-edit .photos__wrapper__file--label span{font-size:14px;font-weight:500;color:#121b27}.offers-edit .photos__wrapper__file--label img{width:48px;height:48px}.offers-edit .photos__wrapper__file input[type=file]{display:none}.offers-edit .photos__wrapper__file:hover{background:rgba(239,239,243,.5490196078)}.offers-edit .photos__wrapper__images{position:relative;display:grid;margin-top:10px;grid-template-columns:repeat(4,1fr);gap:10px}.offers-edit .photos__wrapper__images--item{position:relative;width:100%;height:150px;border-radius:8px;background:#efeff3;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.offers-edit .photos__wrapper__images--item span{font-size:14px;font-weight:500;color:#9294af}.offers-edit .photos__wrapper__images--item--delete{position:absolute;top:5px;right:5px;z-index:1;width:20px;height:20px;border-radius:50%;padding:3px;background:#efeff3;cursor:pointer}.offers-edit .photos__wrapper__images--item--delete:hover{background:#ffffff}.offers-edit .photos__wrapper__images--item__img{padding:8px;border-radius:12px;width:100%;height:100%;object-fit:cover}.offers-edit .photos__wrapper__images--item .placeholder{width:48px;height:48px}.offers-edit .photos__wrapper__images--item:hover{background:rgba(239,239,243,.5490196078)}.offers-edit .photos__wrapper__images--item:has(.photos__wrapper__images--item--delete){cursor:grab}@media screen and (max-width: 768px){.offers-edit .photos__wrapper__images{grid-template-columns:repeat(2,1fr)}}.offers-edit .photos__wrapper__images button{position:absolute;bottom:20px;right:50%;width:360px;padding:20px 0;transform:translate(50%);z-index:1;background:#1166ff;color:#fff;font-size:16px}.offers-edit .photos__wrapper__images--item:nth-child(n+5){display:none}.offers-edit .info__depot{width:95%;max-width:1280px;margin:1rem auto}.offers-edit .info__depot .banner__suspended{background:rgba(252,159,0,.0509803922);border:2px solid #fc9f00;border-radius:12px;padding:20px}.offers-edit .info__depot .banner__suspended h3{font-size:16px;line-height:25px;font-weight:600;color:inherit}.offers-edit .info__depot form{display:flex;gap:24px}.offers-edit .info__depot form .form{width:100%}.offers-edit .info__depot form label{margin-top:0}@media screen and (max-width: 768px){.offers-edit .info__depot form{flex-direction:column;align-items:center;gap:12px}}.offers-edit .info__depot .left{width:100%;display:flex;flex-direction:column}.offers-edit .info__depot .left .logout__message{margin:1rem 0;background:rgba(17,102,255,.0509803922);border-radius:12px;padding:28px;display:flex;flex-direction:column;color:#121b27}.offers-edit .info__depot .left .logout__message__title{font-size:26px;font-weight:600;margin-bottom:.5rem}.offers-edit .info__depot .left .logout__message__text{font-size:18px;font-weight:400;margin-bottom:1rem}.offers-edit .info__depot .left .logout__message div{display:flex;align-items:center;gap:14px}.offers-edit .info__depot .left .logout__message div a{font-weight:500;cursor:pointer;background:linear-gradient(to right,#2bbbed,#1166ff);color:#fff;border-radius:42px;padding:12px 16px;border:0}.offers-edit .info__depot .left .logout__message div a:last-of-type{background:transparent;border:1px solid #1166ff;color:#16f}.offers-edit .info__depot .left .offers__type{margin:2rem 0}.offers-edit .info__depot .left .offers__type__title{font-size:20px;font-weight:500;margin-bottom:.5rem}.offers-edit .info__depot .left .offers__type__selection{display:flex;align-items:center;gap:24px;margin-top:1rem}.offers-edit .info__depot .left .offers__type__selection__item{position:relative;display:flex;align-items:center;gap:20px;padding:20px;border:2px solid rgba(146,148,175,.2);border-radius:12px;width:100%;max-width:450px;cursor:pointer;box-shadow:0 14px 54px #00000008}.offers-edit .info__depot .left .offers__type__selection__item input{width:24px;height:24px;cursor:pointer}.offers-edit .info__depot .left .offers__type__selection__item label{cursor:pointer}.offers-edit .info__depot .left .offers__type__selection__item label div{display:flex;flex-direction:column}.offers-edit .info__depot .left .offers__type__selection__item label div span{font-size:16px}.offers-edit .info__depot .left .offers__type__selection__item label div small{font-size:14px;font-weight:400;width:100%}.offers-edit .info__depot .left .offers__type__selection__item label .pricing{position:absolute;top:22px;right:20px;color:#9294af;font-weight:400;font-size:14px}.offers-edit .info__depot .left .offers__type__selection__item.active{border:2px solid #1166ff;background:rgba(12,107,233,.0509803922)}@media screen and (max-width: 768px){.offers-edit .info__depot .left .offers__type__selection{flex-direction:column;gap:12px}.offers-edit .info__depot .left .offers__type__selection__item{max-width:100%}}.offers-edit .info__depot .left .info__row--left{max-width:300px}@media screen and (max-width: 768px){.offers-edit .info__depot .left .info__row--left{max-width:unset}}.offers-edit .info__depot .left .info__row textarea.error,.offers-edit .info__depot .left .info__row input.error,.offers-edit .info__depot .left .info__row select.error{border:1px solid #f44336}.offers-edit .info__depot .left .info__row label small{padding-left:6px;font-weight:400;color:#9294af}.offers-edit .info__depot .left .info__row .price__row{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.offers-edit .info__depot .left .info__row .price__row .price__input{width:70%;margin-top:1rem;position:relative;display:flex;flex-direction:row;align-items:center;gap:0}.offers-edit .info__depot .left .info__row .price__row .price__input .currency{padding:10px 0;width:60px;text-align:center;border:1px solid rgba(146,148,175,.2);border-radius:6px 0 0 6px;cursor:pointer}.offers-edit .info__depot .left .info__row .price__row .price__input .currency__input{border-radius:0}.offers-edit .info__depot .left .info__row .price__row .price__input .currency__selector{padding:10px;border:1px solid rgba(146,148,175,.2);border-radius:0 6px 6px 0;cursor:pointer}.offers-edit .info__depot .left .info__row .price__row .price__input .currency__selector:focus{border:2px solid #000000}.offers-edit .info__depot .left .info__row .price__row .price{width:auto}@media screen and (max-width: 768px){.offers-edit .info__depot .left .info__row .price__row{flex-direction:column;align-items:flex-start}}.offers-edit .info__depot .left .autocomplete__location-1,.offers-edit .info__depot .left .autocomplete__location-2,.offers-edit .info__depot .left .autocomplete__location-3{display:none;position:absolute;top:100%;left:0;width:100%;max-height:200px;overflow-y:auto;background:#ffffff;border-radius:8px;box-shadow:0 0 30px #00000040;z-index:1;padding:1rem 0;flex-direction:column}.offers-edit .info__depot .left .autocomplete__location-1.active,.offers-edit .info__depot .left .autocomplete__location-2.active,.offers-edit .info__depot .left .autocomplete__location-3.active{display:flex}.offers-edit .info__depot .left .autocomplete__location-1 li,.offers-edit .info__depot .left .autocomplete__location-2 li,.offers-edit .info__depot .left .autocomplete__location-3 li{padding:.5rem 1rem;cursor:pointer;font-size:14px;font-weight:500;color:#121b27}.offers-edit .info__depot .left .autocomplete__location-1 li:hover,.offers-edit .info__depot .left .autocomplete__location-2 li:hover,.offers-edit .info__depot .left .autocomplete__location-3 li:hover{background:#efeff3}.offers-edit .info__depot .left .right__button{background:#1166ff;font-size:16px;margin-left:auto}@media screen and (max-width: 768px){.offers-edit .info__depot .left{max-width:700px}.offers-edit .info__depot .left .right__button{display:none}}.offers-edit .info__depot .boost__banner{position:sticky;top:3rem;margin-top:2rem;display:flex;flex-direction:column;gap:1rem;height:100%}.offers-edit .info__depot .boost__banner__top{width:360px;height:340px;background-image:url(/build/assets/boost__banner-b8db1371.jpg);background-size:cover;background-position:center;border-radius:8px;overflow:hidden;color:#fff;display:flex;flex-direction:column;align-items:center}.offers-edit .info__depot .boost__banner__top .blur{position:absolute;top:0;right:0;width:250px;height:250px}.offers-edit .info__depot .boost__banner__top ul{display:flex;flex-direction:column;gap:12px;padding:20px}.offers-edit .info__depot .boost__banner__top ul li{display:flex;align-items:center;gap:12px;font-size:14px}.offers-edit .info__depot .boost__banner__top p{text-align:center}.offers-edit .info__depot .boost__banner__top p span{font-size:20px;font-weight:500}.offers-edit .info__depot .boost__banner__top button{background:#ffffff;color:#121b27;padding:16px 52px;font-size:16px;margin:1rem 0 0;z-index:1}.offers-edit .info__depot .boost__banner__top a{font-size:14px;margin-top:1rem;z-index:1}.offers-edit .info__depot .boost__banner__top a.button{background:#ffffff;color:#121b27;padding:16px 52px;font-size:16px;margin:1rem 0 0;border-radius:42px}.offers-edit .info__depot .boost__banner__extended__time{display:none;flex-direction:column;gap:10px}.offers-edit .info__depot .boost__banner__extended__time__title{font-weight:600;font-size:18px}.offers-edit .info__depot .boost__banner__extended__time__item{position:relative;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px;border:2px solid rgba(146,148,175,.2);border-radius:12px;width:100%;max-width:450px;cursor:pointer;box-shadow:0 14px 54px #00000008}.offers-edit .info__depot .boost__banner__extended__time__item>div{display:flex;align-items:center;gap:10px}.offers-edit .info__depot .boost__banner__extended__time__item>div input{width:18px;height:18px;cursor:pointer}.offers-edit .info__depot .boost__banner__extended__time__item>div span{font-size:16px}.offers-edit .info__depot .boost__banner__extended__time__item--price{font-size:16px;font-weight:400}.offers-edit .info__depot .boost__banner__extended__time__item.active{border:2px solid #1166ff;background:rgba(12,107,233,.0509803922)}.offers-edit .info__depot .boost__banner .right__button{display:none;background:#1166ff;font-size:16px;margin-left:auto}.offers-edit .info__depot .boost__banner:last-of-type{margin-top:0}@media screen and (max-width: 768px){.offers-edit .info__depot .boost__banner{position:relative;margin-bottom:1.5rem;width:100%;top:unset;margin-top:1rem}.offers-edit .info__depot .boost__banner__top{width:100%}.offers-edit .info__depot .boost__banner__extended__time__item{max-width:unset}.offers-edit .info__depot .boost__banner .right__button{display:flex}}.offers-edit .info__depot.disabled .left>*:not(.logout__message),.offers-edit .info__depot.disabled .boost__banner{opacity:.4;pointer-events:none}.offers-edit .no__images__modal{display:none;z-index:999;position:fixed;margin:28px 0;padding:28px 20px;left:50%;top:50%;transform:translate(-50%,-50%);width:95%;max-width:680px;max-height:90vh;background-color:#fff;box-shadow:0 0 10px #0003;transition:top .5s ease;border-radius:16px}.offers-edit .no__images__modal .photos__wrapper{margin-top:.5rem}.offers-edit .no__images__modal.active{display:flex;flex-direction:column;gap:.5rem}.offers-edit .no__images__modal--buttons{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:1.5rem}.offers-edit .no__images__modal--buttons button{padding:10px 20px;border-radius:8px;border:none;outline:none;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease}.offers-edit .no__images__modal--buttons button:first-child{background:#1166ff;color:#fff}.offers-edit .no__images__modal--buttons button:first-child:hover{background:#004fdd}.offers-edit .no__images__modal--buttons button:last-child{background:none;color:#121b27;border:1px solid rgba(146,148,175,.2)}.offers-edit .no__images__modal--buttons button:last-child:hover{background:#f9f9f9}.offers-edit .no__images__modal__overlay{display:none;position:fixed;z-index:900;top:0;left:0;width:100%;height:100%;background-color:#00000080}.offers-edit .no__images__modal__overlay.active{display:block}@media screen and (max-width: 768px){.offers-edit .no__images__modal{margin:12px 0;top:0;transform:translate(-50%)}}.offers-edit .bottom__buttons{display:flex;justify-content:space-between;align-items:center}.offers-edit .bottom__buttons .left__button{background:#121b27;color:#fff;padding:12px 20px}.offers-boost .form{display:flex;flex-direction:column}@media screen and (max-width: 768px){.offers-boost .form{flex-direction:column-reverse}}.offers-boost__mobile-title{display:none;background-color:#f8f8f8;padding:24px 16px;font-size:20px;font-weight:500;color:#121b27}@media screen and (max-width: 768px){.offers-boost__mobile-title{display:flex;align-items:center}}.offers-boost__content{width:95%;max-width:1280px;margin:1rem auto;display:grid;grid-template-columns:1fr 2fr;gap:48px}@media screen and (max-width: 768px){.offers-boost__content{gap:24px;grid-template-columns:1fr;padding-bottom:100px}}.offers-boost__description h1{font-size:24px;font-weight:400;text-align:left}.offers-boost__description ul{list-style:none;margin-top:1rem;padding:0;width:100%}.offers-boost__description ul li{font-size:20px;line-height:1.8em;font-weight:300;margin-bottom:.5rem;color:#6c6f8b}@media screen and (max-width: 768px){.offers-boost__description ul li{font-size:16px}}.offers-boost__description ul li{position:relative;padding-left:1.5rem;background-image:url(/build/assets/blue-check-3e3be3c8.svg);background-repeat:no-repeat;background-size:1rem;background-position:left}.offers-boost__footer{margin-top:240px;padding:24px 80px;background-color:#f8f8f8;display:flex;justify-content:space-between;align-items:center}.offers-boost__footer button span{font-weight:inherit;font-size:inherit}@media screen and (max-width: 768px){.offers-boost__footer{margin-top:0;padding:0 16px 24px;width:100%}.offers-boost__footer button{display:none}}.offers-boost__ad{display:flex;justify-content:space-between;align-items:center;gap:24px}.offers-boost__ad__content__title{font-size:24px;font-weight:400;color:#6c6f8b}@media screen and (max-width: 768px){.offers-boost__ad__content__title{font-size:16px}}.offers-boost__ad__content__price{padding-top:10px;color:#121b27;font-weight:500}@media screen and (max-width: 768px){.offers-boost__ad__content__price{font-size:16px}}.offers-boost__ad__image{width:150px;border-radius:5px}.offers-boost__ad__image img{width:100%;border-radius:5px}.offers-boost__cta-price{padding-left:5px}.offers-boost__footer-mobile{display:none;position:fixed;bottom:0;left:0;width:100%;z-index:1000;align-items:center;padding:24px 16px;background-color:#f8f8f8}.offers-boost__footer-mobile button{width:100%}.offers-boost__footer-mobile button span{font-weight:inherit;font-size:inherit}@media screen and (max-width: 768px){.offers-boost__footer-mobile{display:flex;justify-content:space-between}}.price__plans{width:95%;margin:2rem auto}.price__plans__toggle{display:flex;align-items:center;justify-content:center;gap:16px}.price__plans__toggle label{font-size:16px;font-weight:400}.price__plans__cards{position:relative;display:flex;justify-content:center;margin-top:2rem}.price__plans__cards--item{background:#ffffff;border-radius:24px;border:1px solid rgba(146,148,175,.1490196078);margin:20px;padding:30px 20px 100px;width:400px;text-align:center;color:#121b27;position:relative}.price__plans__cards--item h2{color:#121b27;font-size:28px;font-weight:600;margin-bottom:2rem;margin-top:1rem}.price__plans__cards--item .price{font-size:32px;font-weight:700;display:flex;flex-direction:row;justify-content:center;gap:1rem}.price__plans__cards--item .price span{align-self:center;font-size:18px;font-weight:400;color:#9294af}.price__plans__cards--item .or{margin:.5rem 0;font-size:20px;font-weight:500}.price__plans__cards--item ul{margin-top:2rem;list-style:none;display:flex;flex-direction:column;gap:20px}.price__plans__cards--item ul li{display:flex;align-items:center;text-align:left;gap:14px}.price__plans__cards--item--footer,.price__plans__cards--item form{position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.price__plans__cards--item--footer button,.price__plans__cards--item form button{text-wrap:nowrap}.price__plans__cards--item.most__popular{width:438px;color:#fff;background:#1166ff;position:relative}.price__plans__cards--item.most__popular .chip{position:absolute;top:-22px;left:50%;transform:translate(-50%);background:#eb5757;border:1px solid #ffffff;border-radius:32px;padding:10px 24px;text-wrap:nowrap}.price__plans__cards--item.most__popular h3{color:#fff}.price__plans__cards--item.most__popular .price{color:#fff;margin-top:1.5rem}.price__plans__cards--item.most__popular .price span{color:#fff;font-weight:300}.price__plans__cards--item.most__popular button{background:#eb5757}.price__plans__cards--item.subscription .price{margin-top:.5rem}@media screen and (max-width: 768px){.price__plans__toggle label{font-size:14px}.price__plans__cards{flex-direction:column;align-items:center;gap:2rem}.price__plans__cards--item{width:95%;max-width:400px;margin:0}.price__plans__cards--item ul{align-items:center}.price__plans__cards--item ul li{width:300px;justify-content:flex-start}.price__plans__cards--item.most__popular{width:95%;max-width:400px}}.price__details{width:95%;max-width:1280px;margin:2rem auto}.price__details__title{display:flex;flex-direction:column;align-items:center}.price__details__title span{font-weight:500;font-size:28px}@media screen and (max-width: 768px){.price__details__title span{font-size:24px}}.price__details__table{display:flex;justify-content:center;margin:3rem 0}.price__details__table--col div{height:80px;padding:0 16px;display:flex;justify-content:center;align-items:center;border:1px solid rgba(146,148,175,.2)}.price__details__table--col div p{text-align:center}.price__details__table--col .title{display:flex;align-items:center;flex-direction:column;height:100px;width:228px;gap:2px}.price__details__table--col .title span{text-transform:uppercase}.price__details__table--col img{width:26px;height:26px}.price__details__table--col:first-child{width:596px}.price__details__table--col:first-child :first-child{border:none}.price__details__table--col:first-child div{justify-content:flex-start;border-left:none;border-right:none}.price__details__table--col:first-child div:not(:last-child){border-bottom:none}.price__details__table--col:nth-child(2)>div,.price__details__table--col:nth-child(3)>div{border-right:none}.price__details__table--col:nth-child(2)>div:not(:last-child),.price__details__table--col:nth-child(3)>div:not(:last-child){border-bottom:none}.price__details__table--col:last-child>div:not(:last-child){border-bottom:none}@media screen and (max-width: 768px){.price__details__table{margin-left:28rem}}.banner__contact{position:relative;width:100%;max-width:1280px;margin:0 auto 4rem;height:600px;border-radius:14px;overflow:hidden;background:#121b27}.banner__contact .banner__background{position:absolute;height:100%;width:600px;height:400px;top:0;right:0}.banner__contact .banner__background__image{width:100%;height:100%;object-fit:cover}.banner__contact .banner__background__blur{position:absolute;width:800px;height:800px;top:-50%;left:-50%;opacity:.4}.banner__contact .banner__content{height:100%;padding:45px 65px;color:#fff;display:flex;flex-direction:column;justify-content:space-between}.banner__contact .banner__content--text{display:flex;flex-direction:column;z-index:10}.banner__contact .banner__content--text span{font-size:38px;font-weight:700;line-height:42px;text-align:left}.banner__contact .banner__content--text p{margin-top:.5rem;font-size:24px;line-height:30px;font-weight:lighter}.banner__contact .banner__content--text ul{margin-top:2rem;list-style:none;display:flex;flex-direction:column;gap:24px}.banner__contact .banner__content--text ul li{display:flex;align-items:center;gap:14px;font-weight:lighter}.banner__contact .banner__content--text small{font-size:14px;margin-top:1.5rem;font-weight:lighter}.banner__contact .banner__content--button{z-index:10;padding:16px 0;width:260px;margin:0 auto -1rem;background:#ffffff;color:#121b27;font-size:14px;font-weight:600}@media screen and (max-width: 768px){.banner__contact{height:100%;border-radius:0;margin:0 auto;margin-top:3rem;margin-bottom:-1.25rem}.banner__contact .banner__content{padding:50px 15px;flex-direction:column}.banner__contact .banner__content--text span{font-size:28px;line-height:36px}.banner__contact .banner__content--text p{margin-top:.5rem;font-size:20px;line-height:28px}.banner__contact .banner__content--button{margin:3rem auto 1rem}}.contact{width:95%;max-width:1280px;margin:3em auto 5rem;display:flex;min-height:45vh;justify-content:center;align-items:center;gap:60px;color:#121b27}.contact__left{width:50%;display:flex;flex-direction:column;justify-content:center;position:relative;height:20vh;row-gap:2rem}.contact__left .contact__info{display:flex;align-items:center;gap:1rem}.contact__left .contact__socials{display:flex;gap:2rem}.contact__left .contact__socials img{cursor:pointer;width:36px}.contact .form{width:50%;display:flex;flex-direction:column;gap:1.5rem;color:#121b27}.contact .form__row{display:flex;flex-direction:column;gap:10px;position:relative}.contact .form__row label{font-weight:500}.contact .form__row label .asterisk{color:red;font-size:16px}.contact .form__row input,.contact .form__row textarea{padding:12px;border-radius:8px;background:#efeff3;border:none;font-size:14px;resize:none}.contact .form__row .categories__dropdown{position:relative}.contact .form__row .categories__dropdown input{width:100%;cursor:pointer;outline:none}.contact .form__row .categories__dropdown .dropdown__arrow{position:absolute;top:50%;right:1rem;transform:translateY(-50%);pointer-events:none}.contact .form__row .categories__dropdown--content{display:none;position:absolute;top:100%;left:0;width:100%;max-height:200px;overflow-y:auto;background:#ffffff;border-radius:8px;box-shadow:0 0 30px #00000040;z-index:1;padding:1rem 0;flex-direction:column}.contact .form__row .categories__dropdown--content.active{display:flex}.contact .form__row .categories__dropdown--content__item{padding:.5rem 1rem;cursor:pointer;font-size:14px;font-weight:500;color:#121b27}.contact .form__row .categories__dropdown--content__item:hover{background:#efeff3}.contact .form__row .categories__dropdown.active .dropdown__arrow{transform:translateY(-50%) rotate(180deg)}.contact .form__row.two__items{flex-direction:row;gap:24px}.contact .form__row.two__items>div{width:100%;display:flex;flex-direction:column;gap:10px}.contact .form__row.two__items>div input{width:100%}.contact .form button{margin-left:auto}@media screen and (max-width: 768px){.contact{flex-direction:column;gap:3rem}.contact__left{width:100%;margin-bottom:2rem}.contact__left p{margin-bottom:1rem}.contact__left .contact__socials{position:relative;margin-top:1rem}.contact .form{width:100%}}.page-error{display:flex;flex:1;margin:0 auto;width:90%;min-height:85vh;justify-content:center;align-items:center;flex-direction:column}.page-error h1,.page-error p{margin-bottom:20px}.page .hero__banner{position:relative;width:100%;color:#fff;padding:3.5rem 0}.page .hero__banner__background{overflow:hidden;position:absolute;top:0;left:0;width:100%;height:100%}.page .hero__banner__background img:not(.blur){width:100%;height:100%;object-fit:cover}.page .hero__banner__background .blur{position:absolute;top:0;right:0;width:100%;height:100%}.page .hero__banner__background .mobile{display:none}@media screen and (max-width: 768px){.page .hero__banner__background .mobile{display:block;width:100%;object-fit:cover}.page .hero__banner__background .desktop{display:none}}.page .hero__banner__content{max-width:800px;margin:0 auto;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.page .hero__banner__content--title{margin-bottom:.5rem;font-size:34px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:800px}@media screen and (max-width: 768px){.page .hero__banner__content--title{margin-top:0;margin-bottom:.5rem;max-width:600px}}.page .hero__banner__content__categories{display:flex;gap:12px;justify-content:space-between;width:100%}@media screen and (max-width: 768px){.page .hero__banner__content__categories{width:90%;flex-wrap:wrap;max-width:361px;margin-bottom:.5rem}}.page .hero__banner__content__categories--chip{cursor:pointer;font-size:14px;padding:12px 16px;border-radius:44px;text-align:center;background:rgba(255,255,255,.08);box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(3px)}@media screen and (max-width: 768px){.page .hero__banner__content__categories--chip{width:100%;max-width:156px;white-space:nowrap;margin:0 auto}}@media screen and (max-width: 768px){.page .hero__banner__content__categories--chip:nth-child(5),.page .hero__banner__content__categories--chip:nth-child(6){display:none}}.page .hero__banner__content--link{margin-top:1.5rem;font-size:16px;font-weight:500;display:flex;align-items:center;gap:6px}@media screen and (max-width: 768px){.page .hero__banner__content--link{margin-top:1rem}}.page .hero__banner:after{content:"";position:absolute;z-index:-1;bottom:0;left:0;width:100%;height:100%;background:#111a26}.page__content{padding:3rem 0;width:95%;max-width:800px;margin:0 auto;display:flex;flex-direction:column;font-size:16px;line-height:1.5;gap:2rem}.page__content h2{font-size:24px;margin-bottom:1rem;text-align:left}.page__content section{display:flex;flex-direction:column;margin:30px 0}.page__content p{margin-bottom:1rem}.page__content p.warning{padding:20px;background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.page__content p.info{padding:20px;background:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.page__content p.success{padding:20px;background:#d4edda;color:#155724;border:1px solid #c3e6cb}.page__content ul{margin-bottom:1rem;padding-left:1rem;list-style:disc}.page__content ul li{margin-bottom:.5rem}@media screen and (max-width: 768px){.page__content{padding:2rem 0}}
