.product-card-wrapper{padding:6px}.product-card{display:flex;flex-direction:column;width:100%;position:relative;background:#f9fcff;border:1px solid #e3f3ff;box-sizing:border-box;border-radius:16px;padding:16px 16px 20px}.product-card__price{color:#fff;font-size:16px;background-color:#000;padding:4px 15px;margin-top:5px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;max-width:150px;text-align:center}.product-card__rate{display:flex;align-items:center;justify-content:center;width:50%}.product-card__user{width:50%;display:flex;justify-content:flex-end}.product-card__user__name{display:inline-block;margin-right:0!important;padding-right:10px;white-space:nowrap;text-overflow:ellipsis;overflow:auto}@media (max-width:767px){.product-card.responsive{margin:10px 0}.product-card.responsive .product-card__inner{display:flex}.product-card.responsive .product-card__thumbnail{max-width:250px;min-width:150px;padding-bottom:30%}.product-card.responsive .product-card__thumbnail__favorite,.product-card.responsive .product-card__thumbnail__price{display:none}.product-card.responsive .product-card__thumbnail__star{margin-top:10px;display:none;text-align:center}.product-card.responsive .product-card__thumbnail__star svg{margin-bottom:3px}.product-card.responsive .product-card__thumbnail__star span{font-size:14px}.product-card.responsive .product-card__img{border-radius:5px}.product-card.responsive .product-card__content{display:flex;flex-direction:column;padding:0;width:100%;margin-left:10px}.product-card.responsive .product-card__content__icon-user,.product-card.responsive .product-card__content__seller__name,.product-card.responsive .product-card__content__seller__star,.product-card.responsive .product-card__content__seller__title{display:none}.product-card.responsive .product-card__content__seller__description{font-weight:600;font-size:16px;display:flex;justify-content:space-between}.product-card.responsive .product-card__content__seller__description span{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.product-card.responsive .product-card__content__seller__description svg{min-width:24px}.product-card.responsive .product-card__content__seller__avatar-mobile{display:flex;justify-content:space-between;align-items:center;margin-top:16px;cursor:pointer}.product-card.responsive .product-card__content__seller__avatar-mobile img{width:18px;height:18px;border-radius:50%}.product-card.responsive .product-card__content__seller__avatar-mobile span{font-weight:300;margin-right:10px}.product-card.responsive .product-card__content__action{display:none}}.product-card__thumbnail{position:relative;cursor:pointer;width:100%;height:0;padding-bottom:60%}.product-card__thumbnail:hover .next,.product-card__thumbnail:hover .prev{visibility:visible;opacity:1;transition:opacity .3s,visibility .3s}.product-card__thumbnail .prev{left:0}.product-card__thumbnail .next,.product-card__thumbnail .prev{position:absolute;top:calc(50% - 23px);z-index:5;visibility:hidden;opacity:0;transition:opacity .3s,visibility .3s}.product-card__thumbnail .next{right:0}.product-card__thumbnail__slider{position:absolute;width:100%;height:100%;top:0;left:0}.product-card__thumbnail__slider .video{width:100%;height:100%;position:relative}.product-card__thumbnail__slider .video .play{position:absolute;top:15px;left:15px;z-index:5}.product-card__thumbnail__slider .slick-slider{width:100%;height:100%}.product-card__thumbnail__slider .slick-slider .slick-list{height:100%;border-radius:16px;outline:none}.product-card__thumbnail__slider .slick-slider .slick-list .slick-track,.product-card__thumbnail__slider .slick-slider .slick-list .slick-track .slick-slide{height:100%}.product-card__thumbnail__slider .slick-slider .slick-list .slick-track .slick-slide div{height:100%;width:100%}.product-card__thumbnail img{width:100%;height:100%;object-fit:cover;border-radius:16px;cursor:pointer}.product-card__thumbnail .transparent-img{border-radius:16px}.product-card__thumbnail__favorite{position:absolute;top:15px;right:15px}.product-card__thumbnail__favorite__icon{position:relative;background:#fff;border-radius:50%;padding:5px}.product-card__thumbnail__favorite svg g{fill:#5f6c7b}.product-card__thumbnail__price{position:absolute;bottom:20px;right:0;min-width:150px;background:#000;border-bottom-left-radius:22px;border-top-left-radius:22px;color:#fff;padding:5px;text-align:center}.product-card__thumbnail__price span{color:#fff;font-size:20px}.product-card__thumbnail__star{display:none}.product-card__content{display:grid;grid-template-columns:30px 1fr;margin-top:20px}.product-card__content__icon-user img{height:30px;width:30px;border-radius:50%;cursor:pointer;object-fit:cover}.product-card__content__seller{margin-left:16px}.product-card__content__seller__top{display:flex;justify-content:space-between;align-items:center}.product-card__content__seller__top__right{color:#4086ff;font-weight:700}.product-card__content__seller__level{display:none}@media (max-width:767px){.product-card__content__seller__level{display:flex;justify-content:space-between;align-items:center}}.product-card__content__seller__favorite{display:none}@media (max-width:767px){.product-card__content__seller__favorite{display:inline-block;position:relative}.product-card__content__seller__favorite svg{cursor:pointer}}.product-card__content__seller__title{font-size:12px}.product-card__content__seller__name{font-weight:700;cursor:pointer;word-break:break-word}.product-card__content__seller__description{font-size:16px;word-break:break-word;line-height:24px;height:46px;overflow:hidden;margin-top:4px}.product-card__content__seller__description span{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.product-card__content__seller__avatar-mobile{display:none}.product-card__content__seller__star{display:grid;grid-template-columns:3fr 1.5fr;margin-top:10px}.product-card__content__seller__star__icon{display:flex;align-items:center}.product-card__content__seller__star__icon img{width:14px;height:14px;margin-right:5px}.product-card__content__seller__star__rate{font-size:14px;line-height:26px}.product-card__content__action{text-align:center}.favorite-popup{position:absolute;top:20px;border-radius:6px;z-index:2;min-width:200px;right:30px;height:90%}.favorite-popup__content{max-height:80%;overflow:auto;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-bottom:none;border-top-left-radius:6px;border-top-right-radius:6px}.favorite-popup__content.-number{max-height:300px}.favorite-popup__content.-border{border-radius:6px;border-bottom:1px solid rgba(0,0,0,.15)}.favorite-popup__item{display:flex;align-items:center;padding:15px 10px;background-color:#fff}.favorite-popup__item.-border{border:1px solid rgba(0,0,0,.15);border-bottom-left-radius:6px;border-bottom-right-radius:6px}.favorite-popup__item svg{fill:#5f6c7b;margin-right:10px}.favorite-popup__item svg g{fill:#5f6c7b}.home-page__title{font-size:28px;font-weight:600;margin-bottom:20px}@media (max-width:767px){.home-page__title{font-size:20px;margin-bottom:15px}.home-page__expand-list{display:flex;flex-direction:column;align-items:center}.home-page__expand-list>.grid-gig{width:100%}}.home-page__more{margin-top:20px;display:inline-block;text-decoration:underline}.home-page__search{padding:0 13px}@media (max-width:767px){.home-page__popularity{flex-direction:row!important;flex-wrap:wrap}}.home-page__header{width:100%;height:600px;position:relative}.home-page__header .lazyload-wrapper{width:100%}.home-page__header .lazyload-wrapper img{width:100%;height:600px;object-fit:cover}@media (max-width:767px){.home-page__header{height:unset;background-image:unset;padding:0 30px}}@media (max-width:767px) and (max-width:767px){.home-page__header{padding:0 10px}}.home-page__header .slick-slider{height:600px}@media (max-width:767px){.home-page__header .slick-slider{display:none}}.home-page__header__image-slider{height:600px;object-fit:cover}.home-page__header__content{position:absolute;top:150px;width:600px;left:calc(50% - 300px)}@media (max-width:767px){.home-page__header__content{position:unset;max-width:unset;width:100%}}.home-page__header__content__title{font-size:34px;font-weight:700;color:#fff}@media (max-width:767px){.home-page__header__content__title{margin-top:22px;color:#5f6c7b;font-size:24px}}.home-page__header__content__title span{color:#4086ff;cursor:pointer}.home-page__header__content__description{color:#fff;margin-top:20px}@media (max-width:767px){.home-page__header__content__description{color:#5f6c7b}}.home-page__header__content__suggestion{margin-top:10px;color:#fff}@media (max-width:767px){.home-page__header__content__suggestion{color:#5f6c7b}}.home-page__header__content__search{margin-top:25px}.home-page__header__content__search input{height:60px;border-radius:30px;border:none}@media (max-width:767px){.home-page__header__content__search input{border:1px solid #efefef}}.home-page__header__content__search input:focus{border:none}.home-page__header__content__search .search-input__icon{width:20px;height:20px;top:20px}.home-page__header__content__search .search-input__icon.-search{background-repeat:no-repeat;background-size:cover}.home-page__header__characters{position:absolute;right:300px;bottom:450px}@media (max-width:767px){.home-page__header__characters{display:none}}.home-page__slider{margin-top:50px;display:flex;flex-direction:column;justify-content:center;align-items:center}.home-page__slider__wrapper{width:100%;max-width:1400px;padding:0 60px}@media (max-width:767px){.home-page__slider__wrapper{padding:0 10px}}.home-page__slider__wrapper__partner{width:100%}.home-page__slider__wrapper.-bottom{padding-bottom:50px;border-bottom:1px solid #efefef;margin-bottom:50px}.home-page__categories{margin-top:50px;display:flex;flex-direction:column;justify-content:center;align-items:center}.home-page__categories__wrapper{width:100%;max-width:1400px;padding:0 60px}@media (max-width:767px){.home-page__categories__wrapper{padding:0 10px}}.home-page__categories__wrapper .home-page__title{text-align:center}.home-page__categories__wrapper__content{display:flex;flex-direction:column}.home-page__categories__wrapper__content__card__title{position:absolute;width:100%;text-align:left;padding:0 15px;bottom:20px;font-size:20px;color:#fff;font-weight:700;z-index:2}.home-page__categories__wrapper__content img{border-radius:6px;width:100%}.home-page__categories__wrapper__content__first{display:grid;grid-template-columns:5fr 5fr 3fr;grid-gap:5px}.home-page__categories__wrapper__content__first__card{position:relative;width:100%;height:0;padding-bottom:75%}.home-page__categories__wrapper__content__first__card:last-child{padding-bottom:125%}.home-page__categories__wrapper__content__first__card img{width:100%;height:100%;position:absolute;object-fit:cover;cursor:pointer}@media (max-width:767px){.home-page__categories__wrapper__content__first{display:flex;flex-direction:column}}.home-page__categories__wrapper__content__second{display:grid;grid-template-columns:5fr 4fr 4fr;grid-gap:5px;margin-top:5px}@media (max-width:767px){.home-page__categories__wrapper__content__second{display:flex;flex-direction:column}}.home-page__categories__wrapper__content__second__card{position:relative;width:100%;height:0;padding-bottom:75%}.home-page__categories__wrapper__content__second__card img{width:100%;height:100%;position:absolute;object-fit:cover;cursor:pointer}.home-page__categories__wrapper__content__second__cards{display:grid;grid-template-rows:repeat(2,1fr);grid-gap:5px}.home-page__categories__wrapper__content__second__cards__item{position:relative;width:100%;height:0;padding-bottom:calc(47% - 2.5px)}.home-page__categories__wrapper__content__second__cards__item img{width:100%;height:100%;position:absolute;object-fit:cover;cursor:pointer}.home-page__most-view{margin-top:50px;display:flex;flex-direction:column;justify-content:center;align-items:center}.home-page__most-view__wrapper{width:100%;max-width:1400px;padding:0 60px}@media (max-width:767px){.home-page__most-view__wrapper{padding:0 10px}}.home-page__your-skill{margin-top:50px;display:flex;flex-direction:column;justify-content:center;align-items:center}.home-page__your-skill__wrapper{width:100%;max-width:1400px;padding:0 60px}@media (max-width:767px){.home-page__your-skill__wrapper{padding:0 10px}}.home-page__your-skill__wrapper__content{display:grid;grid-template-columns:1fr 1fr}@media (max-width:767px){.home-page__your-skill__wrapper__content{display:flex;flex-direction:column}}.home-page__your-skill__wrapper__content img{width:100%}.home-page__your-skill__wrapper__content__description{padding:0 20px}@media (max-width:767px){.home-page__your-skill__wrapper__content__description{padding:0}}.home-page__your-skill__wrapper__content__description__title{font-size:34px;font-weight:600;margin-bottom:20px}@media (max-width:767px){.home-page__your-skill__wrapper__content__description__title{font-size:24px;margin-top:52px}}.home-page__your-skill__wrapper__content__description__highlight{font-weight:700;margin:20px 0 10px}.home-page__tutorial{margin-top:50px;display:flex;flex-direction:column;justify-content:center;align-items:center}.home-page__tutorial__wrapper{width:100%;max-width:1400px;padding:0 60px}@media (max-width:767px){.home-page__tutorial__wrapper{padding:0 10px}}.home-page__tutorial__wrapper .home-page__title{text-align:center}.home-page__tutorial__wrapper .home-page__title span{font-size:16px}.home-page__tutorial__wrapper__content__first{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px}@media (max-width:767px){.home-page__tutorial__wrapper__content__first{display:flex;flex-direction:column}}.home-page__tutorial__wrapper__content__second{display:grid;grid-template-columns:.5fr 1fr 1fr .5fr;grid-gap:10px;margin-top:10px}@media (max-width:767px){.home-page__tutorial__wrapper__content__second{display:flex;flex-direction:column}}.home-page__start-selling{background:#d8eefe;height:292px;position:relative;width:100%;margin-top:50px}@media (max-width:767px){.home-page__start-selling{background-image:unset;padding:0 30px}}@media (max-width:767px) and (max-width:767px){.home-page__start-selling{padding:0 10px;height:420px}}.home-page__start-selling__content{position:absolute;height:292px;display:flex;flex-direction:column;margin-left:auto;margin-right:auto;width:100%;max-width:1400px;padding:0 60px;left:0;right:0;justify-content:center}.home-page__start-selling__content:first-child{align-items:flex-end}@media (max-width:1023px){.home-page__start-selling__content:first-child{display:none}}@media (max-width:767px){.home-page__start-selling__content{height:420px}}.home-page__start-selling__content img{height:292px;width:556px}.home-page__start-selling__content__title{font-size:34px;margin-bottom:10px;font-weight:600}.home-page__start-selling__content__description{max-width:500px}.home-page__start-selling__content__button{margin-top:30px}.home-page__marketplace{margin-top:50px;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:16px!important}.home-page__marketplace__wrapper{width:100%;max-width:1400px;padding:0 60px}@media (max-width:767px){.home-page__marketplace__wrapper{padding:0 10px}}.home-page__marketplace__wrapper__top{display:flex}@media (max-width:767px){.home-page__marketplace__wrapper__top{display:block;margin-right:0}}.home-page__marketplace__wrapper__top__container{width:100%}@media (max-width:767px){.home-page__marketplace__wrapper__top__container{width:100%;display:none}}.home-page__marketplace__wrapper__top__container_mobile{display:none}@media (max-width:767px){.home-page__marketplace__wrapper__top__container_mobile{width:100%;display:block}}.home-page__marketplace__wrapper__top__img{position:relative;height:0;padding-bottom:calc(45% + 10px)}@media (max-width:767px){.home-page__marketplace__wrapper__top__img{padding-bottom:calc(50% + 10px)}}.home-page__marketplace__wrapper__top__img img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover;cursor:pointer}.home-page__marketplace__wrapper__top__slide{width:100%;display:flex!important;position:relative}.home-page__marketplace__wrapper__top__slide__img{width:100%;height:auto}.home-page__marketplace__wrapper__top__slide__content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:space-between}.home-page__marketplace__wrapper__top__slide__content__left{height:100%;display:flex;flex-direction:column;padding-left:46px;padding-top:82px;min-width:72%}.home-page__marketplace__wrapper__top__slide__content__left__text{max-width:330px}.home-page__marketplace__wrapper__top__slide__content__left__text__title{font-size:48px;line-height:54px;font-weight:600;color:#fff}.home-page__marketplace__wrapper__top__slide__content__left__text__description{margin-top:24px;color:#fff}.home-page__marketplace__wrapper__top__slide__content__left__text__button{margin-top:36px;background-color:#d4eafd;width:180px;height:56px;border-radius:10px;border:none;color:#4086ff}.home-page__marketplace__wrapper__top__slide__content__right{display:flex;flex-direction:column;justify-content:center;padding:0 46px;margin-top:46px}.home-page__marketplace__wrapper__top__slide__content__right__title{margin-top:24px;font-size:30px;line-height:40px;font-weight:700}.home-page__marketplace__wrapper__top__slide__content__right__description{margin-top:10px}.home-page__marketplace__wrapper__top__slide__content__right__button{margin-top:50px;background-color:#4086ff;width:193px;height:56px;border-radius:100px;border:none;color:#fff}@media (max-width:1250px){.home-page__marketplace__wrapper__top__slide__content__right{padding:0 20px}.home-page__marketplace__wrapper__top__slide__content__right__title{font-size:28px;line-height:32px;font-weight:700}.home-page__marketplace__wrapper__top__slide__content__right__button{margin-top:30px}}.home-page__trending{margin-top:50px;display:flex;flex-direction:column;justify-content:center;align-items:center}.home-page__trending__wrapper{width:100%;max-width:1400px;padding:0 60px}@media (max-width:767px){.home-page__trending__wrapper{padding:0 10px}.home-page__trending__wrapper__content{display:block}}.home-page__trending__wrapper__content__ads img{width:100%}@media (max-width:767px){.home-page__trending__wrapper__content__ads{margin-bottom:32px}}.home-page__related{margin-top:50px;display:flex;flex-direction:column;justify-content:center;align-items:center}.home-page__related__wrapper{width:100%;max-width:1400px;padding:0 60px}@media (max-width:767px){.home-page__related__wrapper{padding:0 10px}}.home-page__related__wrapper__content{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:10px}@media (max-width:767px){.home-page__related__wrapper__content{grid-template-columns:repeat(2,1fr);grid-row:auto}}@media (min-width:768px) and (max-width:1023px){.home-page__related__wrapper__content{grid-template-columns:repeat(3,1fr);grid-row:auto}}.home-page__related__wrapper__content__item{position:relative;cursor:pointer}.home-page__related__wrapper__content__item__thumb{width:100%;height:0;padding-top:100%;margin-bottom:10px;position:relative}.home-page__related__wrapper__content__item img{width:100%;height:100%;position:absolute;top:0;object-fit:cover}.home-page__related__wrapper__content__item__title{width:100%;text-align:center;bottom:-35px;font-weight:600}.home-page__grid{margin-top:50px;display:flex;flex-direction:column;justify-content:center;align-items:center}.home-page__grid:last-child{margin-bottom:50px}.home-page__grid__wrapper{width:100%;max-width:1400px;padding:0 60px}@media (max-width:767px){.home-page__grid__wrapper{padding:0 10px}}.slick-dots{bottom:25px!important}.active-cursor{cursor:pointer}.grid-gig{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:auto;grid-gap:8px}.grid-gig.-small{grid-template-columns:repeat(3,1fr)}@media (min-width:768px) and (max-width:1023px){.grid-gig{grid-template-columns:repeat(3,1fr)}.grid-gig.-small{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.grid-gig,.grid-gig.-small{grid-template-columns:repeat(1,1fr)}}.grid-gig__see-more{text-decoration:underline}.auto-complete-search{position:relative}.auto-complete-search .search-input__input{padding-left:50px!important}.auto-complete-search .search-input__icon{right:20px}.auto-complete-search .dropdown-menu{bottom:0;width:100%;height:fit-content}.auto-complete-search .search-result-list{width:100%;position:absolute;background-color:#fff;text-align:left;padding:10px 0;border:1px solid #e0e0e0;border-radius:5px;height:auto;z-index:1}.auto-complete-search .search-result-list__item{display:block;cursor:pointer;padding:10px 30px;white-space:normal;text-overflow:ellipsis;overflow:hidden}.auto-complete-search .search-result-list__item--active{opacity:.5;background-color:#eee}.auto-complete-search .search-result-list__label{font-weight:600;padding:10px 20px;display:block}@font-face{font-family:Proxima Nova;src:url(https://res.cloudinary.com/dfa3kc55a/raw/upload/v1713860608/ProximaNovaRegular.otf)}@font-face{font-family:Proxima Nova;src:url(https://res.cloudinary.com/dfa3kc55a/raw/upload/v1713860752/ProximaNovaLight.otf);font-weight:300}@font-face{font-family:Proxima Nova;src:url(https://res.cloudinary.com/dfa3kc55a/raw/upload/v1713860852/ProximaNovaBold.otf);font-weight:700}@font-face{font-family:Proxima Nova;src:url(https://res.cloudinary.com/dfa3kc55a/raw/upload/v1713860951/ProximaNovaSemiBold.otf);font-weight:600}.invite-footer{position:fixed;bottom:0;height:150px;background-image:url(https://res.cloudinary.com/dfa3kc55a/image/upload/v1713856961/bg-alert-scroll.png);width:100%;background-repeat:no-repeat;background-size:cover;transition:.2s;z-index:9999;display:flex;align-items:center;justify-content:center}.invite-footer.hide{bottom:-150px;transition:.2s}.invite-footer__arrow{background:#3576e2;width:34px;height:34px;position:absolute;right:0;top:-34px;display:flex;justify-content:center;align-items:center;cursor:pointer}.invite-footer__body{display:flex;max-width:1400px;padding:15px 60px;align-items:center;width:100%}.invite-footer__body .title{font-size:32px;font-weight:600;color:#fff}.invite-footer__body .description{font-size:22px;color:#fff}.invite-footer__body button{margin-left:50px;width:166px;height:52px}