:root{--adm-radius-s:4px;--adm-radius-m:8px;--adm-radius-l:12px;--adm-font-size-1:9px;--adm-font-size-2:10px;--adm-font-size-3:11px;--adm-font-size-4:12px;--adm-font-size-5:13px;--adm-font-size-6:14px;--adm-font-size-7:15px;--adm-font-size-8:16px;--adm-font-size-9:17px;--adm-font-size-10:18px;--adm-color-primary:#1677ff;--adm-color-success:#00b578;--adm-color-warning:#ff8f1f;--adm-color-danger:#ff3141;--adm-color-yellow:#ff9f18;--adm-color-orange:#ff6430;--adm-color-wathet:#e7f1ff;--adm-color-text:#333;--adm-color-text-secondary:#666;--adm-color-weak:#999;--adm-color-light:#ccc;--adm-color-border:#eee;--adm-color-background:#fff;--adm-color-highlight:var(--adm-color-danger);--adm-color-white:#fff;--adm-color-box:#f5f5f5;--adm-color-text-light-solid:var(--adm-color-white);--adm-color-text-dark-solid:#000;--adm-color-fill-content:var(--adm-color-box);--adm-font-size-main:var(--adm-font-size-5);--adm-font-family:-apple-system,blinkmacsystemfont,"Helvetica Neue",helvetica,segoe ui,arial,roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif;--adm-border-color:var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary:#3086ff;--adm-color-success:#34b368;--adm-color-warning:#ffa930;--adm-color-danger:#ff4a58;--adm-color-yellow:#ffa930;--adm-color-orange:#e65a2b;--adm-color-wathet:#0d2543;--adm-color-text:#e6e6e6;--adm-color-text-secondary:#b3b3b3;--adm-color-weak:grey;--adm-color-light:#4d4d4d;--adm-color-border:#2b2b2b;--adm-color-box:#0a0a0a;--adm-color-background:#1a1a1a;--adm-color-background-body:var(--adm-color-background);--adm-border-color:var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity .2s ease-in-out}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size:1;height:calc(var(--size) / 2 * 2px);width:0;position:fixed;left:-100vw;top:-100vh;pointer-events:none}.adm-button,div.adm-px-tester{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.adm-button{--color:var(--adm-color-text-light-solid);--text-color:var(--adm-button-text-color,var(--adm-color-text));--background-color:var(--adm-button-background-color,var(--adm-color-background));--border-radius:var(--adm-button-border-radius,4px);--border-width:var(--adm-button-border-width,1px);--border-style:var(--adm-button-border-style,solid);--border-color:var(--adm-button-border-color,var(--adm-color-border));color:var(--text-color);background-color:var(--background-color);position:relative;display:inline-block;box-sizing:border-box;height:auto;padding:7px 12px;margin:0;font-size:var(--adm-font-size-9);line-height:1.4;text-align:center;border:var(--border-width) var(--border-style) var(--border-color);border-radius:var(--border-radius);cursor:pointer;transition:opacity .15s ease}.adm-button:focus{outline:none}.adm-button:before{position:absolute;top:0;left:0;transform:translate(calc(var(--border-width) * -1),calc(var(--border-width) * -1));width:100%;height:100%;background-color:var(--adm-color-text-dark-solid);border:var(--border-width) var(--border-style) var(--adm-color-text-dark-solid);border-radius:var(--border-radius);opacity:0;content:" ";box-sizing:content-box}.adm-button:active:before{opacity:.08}.adm-button-default.adm-button-fill-outline{--background-color:transparent;--border-color:var(--adm-color-text)}.adm-button-default.adm-button-fill-none{--background-color:transparent;--border-width:0px}.adm-button:not(.adm-button-default){--text-color:var(--adm-color-text-light-solid);--background-color:var(--color);--border-color:var(--color)}.adm-button:not(.adm-button-default).adm-button-fill-outline{--text-color:var(--color);--background-color:transparent}.adm-button:not(.adm-button-default).adm-button-fill-none{--text-color:var(--color);--background-color:transparent;--border-width:0px}.adm-button-primary{--color:var(--adm-color-primary)}.adm-button-success{--color:var(--adm-color-success)}.adm-button-danger{--color:var(--adm-color-danger)}.adm-button-warning{--color:var(--adm-color-warning)}.adm-button-block{display:block;width:100%}.adm-button-disabled{cursor:not-allowed;opacity:.4}.adm-button-disabled:active:before{display:none}.adm-button.adm-button-mini{padding-top:3px;padding-bottom:3px;font-size:var(--adm-font-size-main)}.adm-button.adm-button-mini.adm-button-shape-rounded{padding-left:9px;padding-right:9px}.adm-button.adm-button-small{padding-top:3px;padding-bottom:3px;font-size:var(--adm-font-size-7)}.adm-button.adm-button-large{padding-top:11px;padding-bottom:11px;font-size:var(--adm-font-size-10)}.adm-button.adm-button-shape-rounded{--border-radius:1000px}.adm-button.adm-button-shape-rectangular{--border-radius:0}.adm-button-loading{vertical-align:bottom}.adm-button-loading-wrapper{display:flex;height:1.4em;align-items:center;justify-content:center}.adm-button-loading-wrapper>.adm-loading{opacity:.6}.adm-dot-loading{display:inline-block}.adm-image-viewer-content{width:100vw;height:100vh;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.adm-image-viewer-footer{position:absolute;width:100%;bottom:0;z-index:1}.adm-image-viewer-slides{height:100%;position:relative;z-index:1;cursor:grab;touch-action:none}.adm-image-viewer-slides-inner{height:100%;white-space:nowrap}.adm-image-viewer-slides-inner>*{margin-right:16px}.adm-image-viewer-slide{position:relative;width:100%;height:100%;display:inline-block}.adm-image-viewer-control{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;cursor:grab;touch-action:none}.adm-image-viewer-image-wrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.adm-image-viewer-image-wrapper img{display:block;max-width:100%;max-height:100%}.adm-image-viewer-indicator{position:absolute;z-index:2;left:50%;top:12px;transform:translateX(-50%);color:var(--adm-color-border);font-size:var(--adm-font-size-6)}.adm-mask{--z-index:var(--adm-mask-z-index,1000);position:fixed;z-index:var(--z-index);display:block}.adm-mask,.adm-mask-aria-button{top:0;left:0;width:100%;height:100%}.adm-mask-aria-button{position:absolute;z-index:0;pointer-events:none}.adm-mask-content{z-index:1}.adm-safe-area{--multiple:var(--adm-safe-area-multiple,1);display:block;width:100%}.adm-safe-area-position-top{padding-top:calc(env(safe-area-inset-top) * var(--multiple))}.adm-safe-area-position-bottom{padding-bottom:calc(env(safe-area-inset-bottom) * var(--multiple))}.adm-modal{--z-index:var(--adm-modal-z-index,1000);---z-index:var(--z-index)}.adm-modal .adm-center-popup{--z-index:var(---z-index)}.adm-modal-body{width:100%;max-height:70vh;font-size:var(--adm-font-size-6);overflow:hidden;display:flex;flex-direction:column}.adm-modal-body>*{flex:none}.adm-modal-body>.adm-modal-content{flex:auto}.adm-modal-body:not(.adm-modal-with-image){padding-top:20px}.adm-modal-image-container{margin-bottom:12px;max-height:40vh;overflow-y:scroll}.adm-modal-header,.adm-modal-title{margin-bottom:8px;padding:0 12px}.adm-modal-title{font-weight:700;font-size:var(--adm-font-size-10);line-height:25px;text-align:center}.adm-modal-content{padding:0 12px 12px;max-height:70vh;overflow-x:hidden;overflow-y:auto;font-size:var(--adm-font-size-7);line-height:1.4;color:var(--adm-color-text)}.adm-modal-footer{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:8px 12px 12px}.adm-modal-footer-empty{padding:0;height:8px}.adm-modal-footer.adm-space{--gap-vertical:20px}.adm-modal-footer .adm-modal-button{font-size:var(--adm-font-size-10);line-height:25px}.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary){padding-top:0;padding-bottom:0}.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary):before{display:none}.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary):active{opacity:.7}.adm-image{--width:var(--adm-image-width,auto);--height:var(--adm-image-height,auto);width:var(--width);height:var(--height);display:block;overflow:hidden}.adm-image-img{width:100%;height:100%}.adm-image-tip{position:relative;background-color:var(--adm-color-fill-content);height:100%;min-height:24px;min-width:24px}.adm-image-tip>svg{width:24px;height:24px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:var(--adm-color-weak)}.adm-auto-center{display:flex;justify-content:center}.adm-auto-center-content{flex:0 1 auto}.adm-space-item{flex:none}.adm-space{display:inline-flex;--gap:8px;--gap-vertical:var(--gap);--gap-horizontal:var(--gap)}.adm-space-vertical{flex-direction:column}.adm-space-vertical>.adm-space-item{margin-bottom:var(--gap-vertical)}.adm-space-vertical>.adm-space-item:last-child{margin-bottom:0}.adm-space-horizontal{flex-direction:row}.adm-space-horizontal>.adm-space-item{margin-right:var(--gap-horizontal)}.adm-space-horizontal>.adm-space-item:last-child{margin-right:0}.adm-space-horizontal.adm-space-wrap{flex-wrap:wrap;margin-bottom:calc(var(--gap-vertical) * -1)}.adm-space-horizontal.adm-space-wrap>.adm-space-item{padding-bottom:var(--gap-vertical)}.adm-space.adm-space-block{display:flex}.adm-space-align-center{align-items:center}.adm-space-align-start{align-items:flex-start}.adm-space-align-end{align-items:flex-end}.adm-space-align-baseline{align-items:baseline}.adm-space-justify-center{justify-content:center}.adm-space-justify-start{justify-content:flex-start}.adm-space-justify-end{justify-content:flex-end}.adm-space-justify-between{justify-content:space-between}.adm-space-justify-around{justify-content:space-around}.adm-space-justify-evenly{justify-content:space-evenly}.adm-space-justify-stretch{justify-content:stretch}.adm-center-popup{--background-color:var(--adm-center-popup-background-color,var(--adm-color-background));--border-radius:var(--adm-center-popup-border-radius,8px);--max-width:var(--adm-center-popup-max-width,75vw);--min-width:var(--adm-center-popup-min-width,280px);--z-index:var(--adm-center-popup-z-index,1000);position:fixed;z-index:var(--z-index)}.adm-center-popup .adm-center-popup-mask{z-index:0}.adm-center-popup-wrap{position:fixed;z-index:1;top:50%;left:50%;width:auto;min-width:var(--min-width);max-width:var(--max-width);transform:translate(-50%,-50%)}.adm-center-popup-body{background-color:var(--background-color);border-radius:var(--border-radius)}.adm-center-popup-close{position:absolute;z-index:100;right:8px;top:8px;cursor:pointer;padding:4px;font-size:18px;color:var(--adm-color-weak)}.adm-page-indicator{display:flex;width:auto;--dot-color:var(--adm-color-light);--active-dot-color:var(--adm-color-primary);--dot-size:3px;--active-dot-size:13px;--dot-border-radius:1px;--active-dot-border-radius:var(--dot-border-radius);--dot-spacing:3px}.adm-page-indicator-dot{display:block;width:var(--dot-size);height:var(--dot-size);border-radius:var(--dot-border-radius);background:var(--dot-color)}.adm-page-indicator-dot:last-child{margin-right:0}.adm-page-indicator-dot-active{border-radius:var(--active-dot-border-radius);background:var(--active-dot-color)}.adm-page-indicator-color-white{--dot-color:hsla(0,0%,100%,.5);--active-dot-color:var(--adm-color-text-light-solid)}.adm-page-indicator-horizontal{flex-direction:row}.adm-page-indicator-horizontal .adm-page-indicator-dot{margin-right:var(--dot-spacing)}.adm-page-indicator-horizontal .adm-page-indicator-dot-active{width:var(--active-dot-size)}.adm-page-indicator-vertical{flex-direction:column}.adm-page-indicator-vertical .adm-page-indicator-dot{margin-bottom:var(--dot-spacing)}.adm-page-indicator-vertical .adm-page-indicator-dot-active{height:var(--active-dot-size)}.adm-popup{--z-index:var(--adm-popup-z-index,1000);position:fixed;z-index:var(--z-index)}.adm-popup-body{position:fixed;background-color:var(--adm-color-background);z-index:calc(var(--z-index) + 10)}.adm-popup-body .adm-popup-close-icon{position:absolute;z-index:100}.adm-popup-body-position-bottom{width:100%;bottom:0;left:0}.adm-popup-body-position-bottom .adm-popup-close-icon{right:8px;top:8px}.adm-popup-body-position-top{width:100%;top:0;left:0}.adm-popup-body-position-top .adm-popup-close-icon{right:8px;bottom:8px}.adm-popup-body-position-left{height:100%;top:0;left:0}.adm-popup-body-position-left .adm-popup-close-icon{right:8px;top:8px}.adm-popup-body-position-right{height:100%;top:0;right:0}.adm-popup-body-position-right .adm-popup-close-icon{left:8px;top:8px}.adm-popup-close-icon{cursor:pointer;padding:4px;font-size:18px;line-height:1;color:var(--adm-color-weak)}.adm-spin-loading{--color:var(--adm-color-weak);--size:32px;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;animation:adm-spin-loading-rotate .8s linear infinite}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.adm-swiper{--height:auto;--width:100%;--border-radius:0;--track-padding:0;--slide-size:100%;--track-offset:0%;display:block;width:var(--width);height:var(--height);position:relative;border-radius:var(--border-radius);z-index:0;overflow:hidden}.adm-swiper-track{width:100%;height:100%;white-space:nowrap;padding:var(--track-padding)}.adm-swiper-track-allow-touch-move{cursor:grab}.adm-swiper-track-inner{width:100%;height:100%;overflow:visible;position:relative;display:flex;flex-wrap:nowrap}.adm-swiper-slide,.adm-swiper-slide-placeholder{width:100%;height:100%;display:block;position:relative;white-space:unset;flex:none}.adm-swiper-item{display:block;width:100%;height:100%;white-space:normal}.adm-swiper-horizontal .adm-swiper-track-allow-touch-move{touch-action:pan-y}.adm-swiper-horizontal .adm-swiper-indicator{position:absolute;bottom:6px;left:50%;transform:translateX(-50%)}.adm-swiper-horizontal .adm-swiper-track{transform:translateX(var(--track-offset))}.adm-swiper-horizontal .adm-swiper-track-inner{flex-direction:row;width:var(--slide-size)}.adm-swiper-vertical .adm-swiper-track-allow-touch-move{touch-action:pan-x}.adm-swiper-vertical .adm-swiper-indicator{position:absolute;right:6px;top:50%;transform:translateY(-50%)}.adm-swiper-vertical .adm-swiper-track{transform:translateY(var(--track-offset))}.adm-swiper-vertical .adm-swiper-track-inner{flex-direction:column;height:var(--slide-size)}.adm-toast-mask .adm-toast-wrap{position:fixed;top:0;left:0;width:100%;height:100%;text-align:center}.adm-toast-mask .adm-toast-main{display:inline-block;position:relative;top:50%;transform:translateY(-50%);width:auto;max-width:204px;max-height:70%;overflow:auto;color:#fff;word-break:break-all;background-color:rgba(0,0,0,.7);border-radius:8px;pointer-events:all;font-size:var(--adm-font-size-7);line-height:1.5;box-sizing:border-box;text-align:left;text-align:initial}.adm-toast-mask .adm-toast-main-text{padding:12px;min-width:0}.adm-toast-mask .adm-toast-main-icon{padding:35px 12px;min-width:150px}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{text-align:center;margin-bottom:8px;font-size:36px;line-height:1}.adm-toast-loading{--size:48px;margin:0 auto 8px}.affix_affixEntry__8NXWZ{box-sizing:border-box;margin-top:14px;transform:translateX(30px)}.affix_entryAffix__jAoNY{position:relative;display:flex;width:44px;height:44px;align-items:center;justify-content:center;box-sizing:border-box;padding:10px;border-radius:44px;box-shadow:0 8px 10px -5px rgba(0,0,0,.04),0 16px 24px 2px rgba(0,0,0,.02),0 6px 30px 5px rgba(0,0,0,.02);cursor:pointer;line-height:normal;background-color:#fff;transition:all .3s ease}.affix_entryAffix__jAoNY .affix_iconEntry__jPM_6{width:20px;height:20px;background:url(https://www.coupert.com/img/icon-menu-droplist.svg?v=2.5) no-repeat 50%/contain;transition:all .3s ease}.affix_entryAffix__jAoNY:hover{background-color:rgba(239,61,47,.078)}.affix_entryAffix__jAoNY:hover .affix_iconEntry__jPM_6{transform:translateY(2px);background:url(https://www.coupert.com/img/icon-menu-droplist-selected-1.svg?v=2.5) no-repeat 50%/contain}.affix_popover__Bx6_9 .affix_badge__zOC0W{position:absolute;top:2px;right:2px;display:flex;align-items:center;justify-content:center;width:8px;height:8px}.affix_popover__Bx6_9 .affix_badge__zOC0W .ant-badge-status-dot{width:8px;height:8px}.affix_popoverContent__DtSAY .ant-popover-content{max-width:292px}.affix_popoverContent__DtSAY .ant-popover-inner{border-radius:8px!important}.affix_popoverContent__DtSAY .ant-popover-inner-content{padding:0!important}.affix_popoverContent__DtSAY .ant-popover-arrow{right:1px;width:16px;height:16px}.affix_showTrackingDropList__nHGfX .ant-popover-inner{border-radius:16px!important}.affix_showTrackingDropList__nHGfX .ant-popover-arrow{width:24px;height:24px}.affix_trackingListPopover__VfpBF{padding:8px 12px}.affix_trackingListPopover__VfpBF .affix_trackingListText__bfi7P{cursor:pointer;color:#fff;text-align:right;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.affix_trackingListPopover__VfpBF .affix_trackingListText__bfi7P:hover{text-decoration:underline}.affix_trackingDropListPopover__H6GTg{min-width:292px;box-sizing:border-box;padding:20px;border-radius:16px;background:linear-gradient(180deg,#eefffb,#fff 45.59%)}.affix_trackingDropListPopover__H6GTg .affix_close__6OAgO{position:absolute;top:10px;right:10px;display:flex;align-items:center;justify-content:center;width:20px;height:20px;cursor:pointer}.affix_trackingDropListPopover__H6GTg .affix_close__6OAgO i{color:#999;font-size:18px}.affix_trackingDropListPopover__H6GTg .affix_title__bFwcD{color:#121212;font-size:14px;font-style:normal;font-weight:400;line-height:22px;text-align:left;cursor:pointer}.affix_trackingDropListPopover__H6GTg .affix_subTitle__w9Ip5{margin-top:4px;color:#121212;font-size:18px;font-style:normal;font-weight:700;line-height:26px;text-align:left;cursor:pointer}.affix_trackingDropListPopover__H6GTg .affix_textUnderline__6Y_q2{text-decoration:underline}.affix_trackingDropListPopover__H6GTg .affix_dropList__fi1Hk{display:flex;align-items:center;justify-content:space-between;gap:8px;box-sizing:border-box;margin-top:16px}.affix_trackingDropListPopover__H6GTg .affix_dropList__fi1Hk .affix_list__5yUAn{display:flex;gap:8px;flex:1 1}.affix_trackingDropListPopover__H6GTg .affix_dropList__fi1Hk .affix_list__5yUAn .affix_item__afP5U{position:relative;display:flex;width:102px;height:102px;flex:0 0 102px;align-items:center;justify-content:center;box-sizing:border-box;padding:16px;border:1.159px solid #eee;border-radius:10px;cursor:pointer;background:#fff}.affix_trackingDropListPopover__H6GTg .affix_dropList__fi1Hk .affix_list__5yUAn .affix_item__afP5U img{max-width:100%;max-height:100%}.affix_trackingDropListPopover__H6GTg .affix_dropList__fi1Hk .affix_list__5yUAn .affix_item__afP5U:hover{box-shadow:0 2px 12px 0 rgba(0,0,0,.08)}.affix_trackingDropListPopover__H6GTg .affix_dropList__fi1Hk .affix_list__5yUAn .affix_item__afP5U .affix_percentBadge__kRX7b{position:absolute;top:0;left:0;display:inline-flex;padding:3px 6px;justify-content:center;align-items:center;border-radius:10px 6px 6px 0;background:linear-gradient(284deg,#ff7e35 11.06%,#ff3c21 95.76%);pointer-events:none}.affix_trackingDropListPopover__H6GTg .affix_dropList__fi1Hk .affix_list__5yUAn .affix_item__afP5U .affix_percentBadge__kRX7b span{color:#fff;font-size:12px;font-style:normal;font-weight:700;line-height:normal;text-align:center}.affix_trackingDropListPopover__H6GTg .affix_dropList__fi1Hk .affix_goTrackingList__hulC3{display:flex;width:32px;height:32px;flex:0 0 32px;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;background:#f6f6f6;transition:all .3s ease}.affix_trackingDropListPopover__H6GTg .affix_dropList__fi1Hk .affix_goTrackingList__hulC3 i{font-size:18px;color:#64645f}.affix_trackingDropListPopover__H6GTg .affix_dropList__fi1Hk .affix_goTrackingList__hulC3:hover{background:#eee}.affix_trackingDropListPopover__H6GTg .affix_background__RniOD{position:absolute;top:0;right:12px;width:74px;height:46px;pointer-events:none}.affix_trackingDropListPopover__H6GTg .affix_background__RniOD img{max-width:100%;max-height:100%}.component_container__JyFmt .component_body__TOGce{max-width:1440px;margin-right:auto;margin-left:auto;box-sizing:border-box;padding:0 40px}.component_atSuccessRate__bBU6T{color:#333;font-size:13px;font-style:normal;font-weight:400;line-height:normal;text-align:left}.component_atSuccessRate__bBU6T .component_short__SRWnH{display:inline}.component_atSuccessRate__bBU6T .component_full__zT9lB{display:none}.component_iconCashBackCouponGroup__uWcTM{display:flex;align-items:center;gap:4px;border-radius:8px}.component_iconCashBackCouponGroup__uWcTM .component_item__4CbpT{display:flex;justify-content:flex-start;align-items:center;gap:4px}.component_iconCashBackCouponGroup__uWcTM .component_item__4CbpT .component_text__G3Dbz{color:#333;font-size:14px;font-style:normal;font-weight:600;line-height:22px;text-align:left}.component_iconCashBackCouponGroup__uWcTM .component_item__4CbpT .component_text__G3Dbz span{display:none}.component_iconCashBackCouponGroup__uWcTM .component_item__4CbpT .component_icon__f5n4w{display:flex;justify-content:center;align-items:center}.component_iconCashBackCouponGroup__uWcTM .component_item__4CbpT .component_couponTag__QVAo1{margin-top:2px;width:14px;height:14px}.component_iconCashBackCouponGroup__uWcTM .component_item__4CbpT .component_noCashbackTag__znL_f{margin-left:0}.component_iconCashBackCouponGroup__uWcTM:hover .component_item__4CbpT .component_text__G3Dbz span{display:inline}.component_iconCashBackCouponGroup__uWcTM:hover .component_item__4CbpT .component_atSuccessRate__bBU6T .component_short__SRWnH{display:none}.component_iconCashBackCouponGroup__uWcTM:hover .component_item__4CbpT .component_atSuccessRate__bBU6T .component_full__zT9lB{display:inline}.component_trackPriceButton__Skb8o{display:inline-flex;justify-content:center;align-items:center;gap:8px;box-sizing:border-box;padding:7px 16px;border:1px solid #e6e6e6;border-radius:8px;cursor:pointer;background:#fff;transition:all .2s ease}.component_trackPriceButton__Skb8o:hover{background:#f8f8f8}.component_card__ZoCdO .component_cardTitle__OmNB_{display:flex;align-items:center;gap:6px}.component_card__ZoCdO .component_cardTitle__OmNB_ .component_cardTitleText__vtRfL{color:#121212;font-size:20px;font-weight:600;line-height:28px;text-align:left}.component_card__ZoCdO .component_cardTitle__OmNB_ .component_tooltipContent__2FJlj{display:inline-block;vertical-align:middle;margin-top:4px}.component_card__ZoCdO .component_cardTitle__OmNB_ .component_tooltipContent__2FJlj i{display:flex;align-items:center;justify-content:center;width:18px;height:18px;color:#ccc;font-size:18px}.component_card__ZoCdO .component_cardExtra__s21BC{color:#999;font-size:12px;font-style:normal;font-weight:400;line-height:22px}.component_card__ZoCdO .component_cardBody__sCePY{margin-top:24px}.component_noSignSubscribeModal__Wb4LI .component_originalProduct__0cRFy{display:flex;width:100%;justify-content:flex-start;align-items:center;gap:16px;border-radius:8px;background:#f6f6f6;padding:8px}.component_noSignSubscribeModal__Wb4LI .component_originalProduct__0cRFy .component_productImage__hXur2{position:relative;flex:0 0 48px;width:48px;height:48px;border-radius:6px;background:#fff}.component_noSignSubscribeModal__Wb4LI .component_originalProduct__0cRFy .component_productImage__hXur2 .component_image__Aq9E4{position:absolute;top:0;right:0;bottom:0;left:0;max-width:100%;max-height:100%;margin:auto}.component_noSignSubscribeModal__Wb4LI .component_originalProduct__0cRFy .component_productImageLoading__tfNDT{background:#f6f6f6}.component_noSignSubscribeModal__Wb4LI .component_originalProduct__0cRFy .component_title__4Nusn{color:#333;font-family:Noto Sans,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:12px;font-style:normal;font-weight:400;line-height:normal;text-align:left;-webkit-line-clamp:2;text-overflow:ellipsis;word-break:break-all;overflow:hidden;display:-webkit-box;white-space:normal!important;width:100%;-webkit-box-orient:vertical}.component_noSignSubscribeModal__Wb4LI .component_titleWrapper__gchaF{margin-top:32px}.component_noSignSubscribeModal__Wb4LI .component_titleWrapper__gchaF .component_mainTitle__XKHcm{color:#000;font-size:18px;font-style:normal;font-weight:600;line-height:normal;text-align:center}.component_noSignSubscribeModal__Wb4LI .component_titleWrapper__gchaF .component_subTitle__urwd9{color:#333;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin-top:8px}.component_noSignSubscribeModal__Wb4LI .component_button__DLUwt{width:261px;margin:32px auto 0;display:flex;height:38px;padding:10px 44px;justify-content:center;align-items:center;gap:10px;background:#f03d30;color:#fff;text-align:center;border-radius:12px;font-size:14px;font-style:normal;font-weight:600;border:none;line-height:normal;box-sizing:border-box;box-shadow:none;outline:none;cursor:pointer}.component_noSignSubscribeModal__Wb4LI .component_button__DLUwt:hover{background:#cc0e00}.component_textareaContainer__qkVw_{position:relative;box-sizing:border-box;display:flex;margin-top:16px}.component_textareaContainer__qkVw_ textarea{width:100%;display:flex;height:60px;padding:8px 16px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch;border-radius:8px;border:1px solid #eee;background:#fff;color:#333;font-size:14px;font-style:normal;font-weight:400;line-height:normal;resize:none;outline:none;box-sizing:border-box}.component_textareaContainer__qkVw_ textarea::-moz-placeholder{color:#ccc;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.component_textareaContainer__qkVw_ textarea:-ms-input-placeholder{color:#ccc;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.component_textareaContainer__qkVw_ textarea::placeholder{color:#ccc;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.component_textareaContainer__qkVw_ .component_counter__hPZ79{position:absolute;bottom:4px;right:6px;color:#999;text-align:right;font-family:Noto Sans,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.component_textareaContainer__qkVw_ .component_focusTextarea__To2zM{border:1px solid #666}.component_textareaContainer__qkVw_ .component_focusCounter__NAnCQ{color:#666}.component_cardTooltip__Kq6of{font-size:12px;max-width:320px}.component_cardTooltip__Kq6of .ant-tooltip-inner{background:#121212;opacity:.92;min-height:unset;border-radius:4px!important;padding:1px 6px!important}.component_padding4And8__gtMg1 .ant-tooltip-inner{padding:4px 8px!important}.component_optionStoreTrustedIcon__kQjTI{display:flex;align-items:center;justify-content:center;margin-top:-1px;gap:4px}.component_optionStoreTrustedIcon__kQjTI img{width:18px;height:18px}.component_breathingAnimationBox__tMQek{animation:component_red-pulse__J74ZV 1.66s ease 3 normal none running;animation-delay:.5s}@keyframes component_red-pulse__J74ZV{0%{box-shadow:0 0 0 0 rgba(255,73,28,.547)}70%{box-shadow:0 0 0 16px rgba(199,52,52,0)}to{box-shadow:0 0 0 0 rgba(199,52,52,0)}}.product_product__8ZkHL{position:relative;box-sizing:border-box;border-radius:12px;cursor:pointer;transition:all .3s ease}.product_product__8ZkHL .product_imageContainer__ROtmX{position:relative;width:100%;padding-top:100%}.product_product__8ZkHL .product_imageContainer__ROtmX .product_image__fOmrW{position:absolute;top:0;left:0;display:flex;width:100%;height:100%;justify-content:center;align-items:center;box-sizing:border-box;padding:40px;border-radius:12px;overflow:hidden}.product_product__8ZkHL .product_imageContainer__ROtmX .product_image__fOmrW img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.product_product__8ZkHL .product_content__b08X3{box-sizing:border-box;margin-top:8px;padding:0 8px 8px}.product_product__8ZkHL .product_content__b08X3 .product_name__O9Xm6{color:#999;font-size:12px;font-weight:400;line-height:normal;text-align:left}.product_product__8ZkHL .product_content__b08X3 .product_title__8LO4N{margin-top:2px;color:#222;font-size:14px;font-weight:400;line-height:normal;text-align:left;-webkit-line-clamp:2;text-overflow:ellipsis;word-break:break-all;overflow:hidden;display:-webkit-box;white-space:normal!important;width:100%;-webkit-box-orient:vertical}.product_product__8ZkHL .product_content__b08X3 .product_priceBlock__VYFWU{margin-top:6px}.product_product__8ZkHL .product_content__b08X3 .product_priceBlock__VYFWU .product_price__OsEBZ{color:#222;font-size:18px;font-weight:600;line-height:24px;text-align:left}.product_product__8ZkHL .product_content__b08X3 .product_priceBlock__VYFWU .product_cashbackContainer__gDxgG{display:flex;justify-content:flex-start;align-items:center;gap:4px;margin-top:2px}.product_product__8ZkHL .product_content__b08X3 .product_priceBlock__VYFWU .product_cashbackContainer__gDxgG .product_cashbackIcon__WP_zw{margin-top:1px}.product_product__8ZkHL .product_content__b08X3 .product_priceBlock__VYFWU .product_cashbackContainer__gDxgG .product_cashbackText__CPAgc{color:#ff8000;font-size:14px;font-weight:600;line-height:normal;text-transform:capitalize;text-align:left}.product_product__8ZkHL .product_content__b08X3 .product_seeMoreButton__woGr6{margin-top:12px;min-height:32px;max-height:unset;height:auto;box-sizing:border-box;border:none;box-shadow:none;border-radius:100px;color:#f03d30;font-size:14px;font-weight:600;line-height:normal;text-align:center;white-space:unset;background:#fff2f2;outline:none}.product_product__8ZkHL .product_content__b08X3 .product_seeMoreButton__woGr6:hover{background:#f03d30;color:#fff}@media(max-width:1080px),(max-width:768px){.product_product__8ZkHL .product_content__b08X3 .product_seeMoreButton__woGr6{font-size:12px;height:28px;padding:0;background:transparent;text-align:left}.product_product__8ZkHL .product_content__b08X3 .product_seeMoreButton__woGr6 span{text-decoration:underline}}.product_product__8ZkHL .product_hotView__VbfKF{position:absolute;top:12px;right:12px;color:#222;font-size:14px;font-weight:400;line-height:normal}.product_product__8ZkHL:hover{background:#fff;box-shadow:0 138px 39px 0 transparent,0 88px 35px 0 rgba(0,0,0,.01),0 50px 30px 0 rgba(0,0,0,.02),0 22px 22px 0 rgba(0,0,0,.04),0 6px 12px 0 rgba(0,0,0,.04)}.product-section_productGridSection__sPER3{display:flex;flex-direction:column;gap:24px}.product-section_productGridSection__sPER3 .product-section_sectionHeadContainer__VjFze .product-section_sectionHeader__xPHJD{display:flex;justify-content:space-between;align-items:center}.product-section_productGridSection__sPER3 .product-section_sectionHeadContainer__VjFze .product-section_sectionHeader__xPHJD .product-section_title__oRENg{color:#121212;font-size:20px;font-style:normal;font-weight:700;line-height:28px;text-align:left}.product-section_productGridSection__sPER3 .product-section_sectionHeadContainer__VjFze .product-section_sectionHeader__xPHJD .product-section_extra__iIcJn{color:#999;text-align:right;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.product-section_productGridSection__sPER3 .product-section_sectionHeadContainer__VjFze .product-section_sectionSubtitle__E2p51{color:#999;font-size:14px;font-style:normal;font-weight:400;line-height:normal;text-align:left}.product-section_productGridSection__sPER3 .product-section_sectionBody__0KeoS .product-section_gridCol1__ZLSyX{grid-template-columns:repeat(1,1fr)}.product-section_productGridSection__sPER3 .product-section_sectionBody__0KeoS .product-section_gridCol2__Af1MD{grid-template-columns:repeat(2,1fr)}.product-section_productGridSection__sPER3 .product-section_sectionBody__0KeoS .product-section_gridCol3__gJlU_{grid-template-columns:repeat(3,1fr)}.product-section_productGridSection__sPER3 .product-section_sectionBody__0KeoS .product-section_gridCol4__tkQWO{grid-template-columns:repeat(4,1fr)}.product-section_productGridSection__sPER3 .product-section_sectionBody__0KeoS .product-section_gridCol5__0tdqJ{grid-template-columns:repeat(5,1fr)}.product-section_productGridSection__sPER3 .product-section_sectionBody__0KeoS .product-section_products__6CVu_{display:grid}@media(max-width:1280px){.product-section_productGridSection__sPER3 .product-section_sectionBody__0KeoS .product-section_products__6CVu_{grid-template-columns:repeat(4,1fr)}}@media(max-width:1080px){.product-section_productGridSection__sPER3 .product-section_sectionBody__0KeoS .product-section_products__6CVu_{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.product-section_productGridSection__sPER3 .product-section_sectionBody__0KeoS .product-section_products__6CVu_{grid-template-columns:repeat(2,1fr);gap:12px!important}}.pcp_subscribeEntryAffix__pTMNx{box-sizing:border-box;margin-top:14px;transform:translateX(30px)}.pcp_subscribeEntryAffix__pTMNx .pcp_subscribeEntryAffixContent__kkA7b .pcp_entryAffix__EImIE{display:flex;width:44px;height:44px;align-items:center;justify-content:center;box-sizing:border-box;padding:10px;border-radius:44px;box-shadow:0 8px 10px -5px rgba(0,0,0,.04),0 16px 24px 2px rgba(0,0,0,.02),0 6px 30px 5px rgba(0,0,0,.02);cursor:pointer;line-height:normal;background-color:#fff;transition:all .3s ease}.pcp_subscribeEntryAffix__pTMNx .pcp_subscribeEntryAffixContent__kkA7b .pcp_entryAffix__EImIE .pcp_iconEntry__RLwnF{width:20px;height:20px;background:url(https://www.coupert.com/img/icon-menu-droplist.svg?v=2.5) no-repeat 50%/contain}.pcp_subscribeEntryAffix__pTMNx .pcp_subscribeEntryAffixContent__kkA7b .pcp_entryAffix__EImIE:hover{background-color:rgba(239,61,47,.078)}.pcp_subscribeEntryAffix__pTMNx .pcp_subscribeEntryAffixContent__kkA7b .pcp_entryAffix__EImIE:hover .pcp_iconEntry__RLwnF{background:url(https://www.coupert.com/img/icon-menu-droplist-selected-1.svg?v=2.5) no-repeat 50%/contain}.pcp_topProducts__y2xjo{margin:0 auto;width:1340px}@media(max-width:768px){.pcp_topProducts__y2xjo{width:100%;background-color:#fff;padding:28px 12px 0}}@media(max-width:1080px){.pcp_topProducts__y2xjo{width:100%;background-color:#fff;padding:28px 12px 0}}.pcp_topProducts__y2xjo .pcp_product__82T0t{border:1px solid #e6e6e6}.pcp_topProducts__y2xjo .pcp_product__82T0t .pcp_productContent__7btI3{padding:0 8px 12px}.pcp_topProducts__y2xjo .pcp_viewAll__oX7Y9{cursor:pointer;color:#999;text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-decoration:underline}@keyframes antCheckboxEffect{0%{transform:scale(1);opacity:.5}to{transform:scale(1.6);opacity:0}}.ant-checkbox{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum","tnum";position:relative;top:.2em;line-height:1;white-space:nowrap;outline:none;cursor:pointer}.ant-checkbox-input:focus+.ant-checkbox-inner,.ant-checkbox-wrapper:hover .ant-checkbox-inner,.ant-checkbox:hover .ant-checkbox-inner{border-color:#f03d30}.ant-checkbox-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #f03d30;border-radius:2px;visibility:hidden;animation:antCheckboxEffect .36s ease-in-out;animation-fill-mode:backwards;content:""}.ant-checkbox-wrapper:hover .ant-checkbox:after,.ant-checkbox:hover:after{visibility:visible}.ant-checkbox-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;direction:ltr;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;border-collapse:separate;transition:all .3s}.ant-checkbox-inner:after{position:absolute;top:50%;left:21.5%;display:table;width:5.71428571px;height:9.14285714px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(0) translate(-50%,-50%);opacity:0;transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;content:" "}.ant-checkbox-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;cursor:pointer;opacity:0}.ant-checkbox-checked .ant-checkbox-inner:after{position:absolute;display:table;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(1) translate(-50%,-50%);opacity:1;transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;content:" "}.ant-checkbox-checked .ant-checkbox-inner{background-color:#f03d30;border-color:#f03d30}.ant-checkbox-disabled{cursor:not-allowed}.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after{border-color:rgba(0,0,0,.25);animation-name:none}.ant-checkbox-disabled .ant-checkbox-input{cursor:not-allowed;pointer-events:none}.ant-checkbox-disabled .ant-checkbox-inner{background-color:#f5f5f5;border-color:#d9d9d9!important}.ant-checkbox-disabled .ant-checkbox-inner:after{border-color:#f5f5f5;border-collapse:separate;animation-name:none}.ant-checkbox-disabled+span{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-checkbox-disabled:hover:after,.ant-checkbox-wrapper:hover .ant-checkbox-disabled:after{visibility:hidden}.ant-checkbox-wrapper{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum","tnum";display:inline-flex;align-items:baseline;line-height:unset;cursor:pointer}.ant-checkbox-wrapper:after{display:inline-block;width:0;overflow:hidden;content:"\a0"}.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled{cursor:not-allowed}.ant-checkbox-wrapper+.ant-checkbox-wrapper{margin-left:8px}.ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item input[type=checkbox]{width:14px;height:14px}.ant-checkbox+span{padding-right:8px;padding-left:8px}.ant-checkbox-group{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum","tnum";display:inline-block}.ant-checkbox-group-item{margin-right:8px}.ant-checkbox-group-item:last-child{margin-right:0}.ant-checkbox-group-item+.ant-checkbox-group-item{margin-left:0}.ant-checkbox-indeterminate .ant-checkbox-inner{background-color:#fff;border-color:#d9d9d9}.ant-checkbox-indeterminate .ant-checkbox-inner:after{top:50%;left:50%;width:8px;height:8px;background-color:#f03d30;border:0;transform:translate(-50%,-50%) scale(1);opacity:1;content:" "}.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after{background-color:rgba(0,0,0,.25);border-color:rgba(0,0,0,.25)}.ant-checkbox-rtl{direction:rtl}.ant-checkbox-group-rtl .ant-checkbox-group-item{margin-right:0;margin-left:8px}.ant-checkbox-group-rtl .ant-checkbox-group-item:last-child{margin-left:0!important}.ant-checkbox-group-rtl .ant-checkbox-group-item+.ant-checkbox-group-item{margin-left:8px}.nps_container__j9Eg9{width:360px;padding:32px 20px 20px;border-radius:12px;background-color:#fff;position:fixed;bottom:0;right:94px;max-height:600px;overflow-y:auto;box-shadow:0 0 20px 0 rgba(0,0,0,.1)}.nps_container__j9Eg9::-webkit-scrollbar{width:4px}.nps_container__j9Eg9::-webkit-scrollbar-thumb{min-height:65px;max-width:65px;background:#ccc;border-radius:12px}.nps_container__j9Eg9>i{position:absolute;top:8px;right:14px;cursor:pointer;font-size:14px}.nps_container__j9Eg9 .nps_npsIcon__OvIh0{width:48px;height:48px;background-color:#fff;border-radius:56px;display:flex;justify-content:center;align-items:center;position:fixed;bottom:76px;right:16px;cursor:pointer;z-index:1}.nps_container__j9Eg9 .nps_title__5y2re{color:#000;font-size:14px;font-weight:600;text-align:left;line-height:23px}.nps_container__j9Eg9 .nps_scoreContainer___VY7m{display:flex;justify-content:space-between;margin:12px 0}.nps_container__j9Eg9 .nps_scoreContainer___VY7m .nps_scoreItem___byCM{width:26px;height:26px;border-radius:6px;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;color:#000}.nps_container__j9Eg9 .nps_scoreContainer___VY7m .nps_scoreItem___byCM.nps_active__4WqFE{background:#f53e24;color:#fff}.nps_container__j9Eg9 .nps_scoreText__IrSXB{display:flex;justify-content:space-between;margin:12px 0 0}.nps_container__j9Eg9 .nps_scoreText__IrSXB>div{color:#999;font-size:12px;font-weight:400}.nps_container__j9Eg9 .nps_scoreText__IrSXB>div:first-child{text-align:left}.nps_container__j9Eg9 .nps_scoreText__IrSXB>div:last-child{text-align:right}.nps_container__j9Eg9 .nps_scoreText__IrSXB .nps_active__4WqFE{color:#000}.nps_container__j9Eg9 .nps_questionPanel__3BFhB{border-radius:8px;background:#f8f8f8;padding:12px;margin-top:10px}.nps_container__j9Eg9 .nps_questionPanel__3BFhB .nps_questionTitle__g_a4h{margin-bottom:10px;font-weight:500}.nps_container__j9Eg9 .nps_questionPanel__3BFhB .nps_options__7opei .ant-checkbox-group{display:flex;flex-direction:column;gap:10px}.nps_container__j9Eg9 .nps_questionPanel__3BFhB .nps_options__7opei .ant-checkbox{top:0}.nps_container__j9Eg9 .nps_questionPanel__3BFhB .nps_options__7opei .ant-checkbox-inner{border-radius:4px;border:1px solid #666}.nps_container__j9Eg9 .nps_questionPanel__3BFhB .nps_options__7opei .ant-checkbox-checked .ant-checkbox-inner{border:1px solid transparent}.nps_container__j9Eg9 .nps_questionPanel__3BFhB .nps_options__7opei .ant-checkbox-group-item{display:flex;align-items:center;line-height:18px;font-size:12px}.nps_container__j9Eg9 .nps_commentTitle__uSpFD{color:#666;font-size:12px;text-align:left;line-height:18px;margin-top:10px;margin-bottom:10px}.nps_container__j9Eg9 .nps_commentBoxWrapper__07XFw{position:relative;flex:0 0 auto;width:100%;height:100px}.nps_container__j9Eg9 .nps_commentBoxWrapper__07XFw .nps_commentBox__nPBN9{display:inline-flex;justify-content:flex-start;align-items:flex-start;gap:10px;padding:10px;border-radius:8px;border:1px solid #eee;background-color:#fff;width:100%;height:100%;overflow:auto;resize:none;box-sizing:border-box}.nps_container__j9Eg9 .nps_commentBoxWrapper__07XFw .nps_commentBox__nPBN9:focus{border:1px solid #eee;outline:none}.nps_container__j9Eg9 .nps_commentBoxWrapper__07XFw .nps_commentBox__nPBN9::-moz-placeholder{color:#ccc;font-size:14px;font-weight:400!important}.nps_container__j9Eg9 .nps_commentBoxWrapper__07XFw .nps_commentBox__nPBN9:-ms-input-placeholder{color:#ccc;font-size:14px;font-weight:400!important}.nps_container__j9Eg9 .nps_commentBoxWrapper__07XFw .nps_commentBox__nPBN9::placeholder{color:#ccc;font-size:14px;font-weight:400!important}.nps_container__j9Eg9 .nps_commentBoxWrapper__07XFw .nps_text__vrRbs{color:#ccc;font-family:Noto Sans,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:12px;font-style:normal;font-weight:400;line-height:normal;position:absolute;bottom:6px;right:20px}.nps_container__j9Eg9 .nps_commentBoxWrapper__07XFw.nps_popupCommentBoxWrapper__bvdqM{height:88px}.nps_container__j9Eg9 .nps_submitBtn__EwCo4{width:100%;height:40px;border-radius:20px;margin-top:16px;display:flex;justify-content:center;align-items:center;color:#fff;font-size:14px;font-weight:600;background:linear-gradient(105deg,#ff7e35 7.84%,#ff3c21 90.08%)}.nps_container__j9Eg9 .nps_submitBtn__EwCo4.nps_disabled__8V__f{background:#ccc;cursor:not-allowed}.nps_sentFeedback__51WDk{position:absolute;top:0;left:0;background:#009e6f;color:#fff;font-family:Noto Sans,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:14px;height:40px;display:flex;justify-content:center;align-items:center;width:100%;z-index:2147483649}.nps_sentFeedback__51WDk .nps_icon__XhHOm{font-size:14px;margin-right:4px;color:#fff}.Banner_banner__hrQU4{display:flex;width:1340px;justify-content:space-between;align-items:center;margin:100px auto 35px;position:relative;min-height:515px}@media only screen and (max-width:810px){.Banner_banner__hrQU4{width:100%;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px 36px;margin:0}}.Banner_banner_left__447O6{display:flex;width:778px;flex-direction:column;align-items:flex-start;flex-shrink:0}@media only screen and (max-width:810px){.Banner_banner_left__447O6{width:100%}}.Banner_banner_intro__5gpna{color:#222;font-size:18px;font-weight:400;line-height:normal;text-align:left;margin-bottom:32px}@media only screen and (max-width:810px){.Banner_banner_intro__5gpna{font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin:4px 0 16px;text-align:center}}.Banner_banner_title__8vBGI{color:#222;font-size:64px;font-weight:700;line-height:76px;text-transform:uppercase;text-align:left;margin-bottom:8px}.Banner_banner_title__8vBGI span{color:#f03d30}@media only screen and (max-width:810px){.Banner_banner_title__8vBGI{font-size:28px;line-height:normal;text-align:center}}.Banner_button_wrapper__QWrnS{display:flex;align-items:center;gap:20px;margin-bottom:24px}@media only screen and (max-width:810px){.Banner_button_wrapper__QWrnS{width:100%;margin-bottom:12px}}.Banner_button__e1mgA{width:-moz-fit-content;width:fit-content;min-width:240px;height:56px;padding:10px;background:#f03d30;border-radius:12px;display:inline-flex;justify-content:center;align-items:center;color:#fff;font-size:18px;font-weight:600;word-wrap:break-word;border:none;cursor:pointer}.Banner_button__e1mgA:hover{background:#cc260f}@media only screen and (max-width:810px){.Banner_button__e1mgA{width:100%;min-width:100%;display:flex;height:48px;padding:10px;justify-content:center;align-items:center;gap:10px;align-self:stretch;border-radius:6px;background:#f03d30;font-size:14px;font-style:normal;font-weight:600;line-height:normal}}.Banner_installed__6Jqyd{color:#4cba3c;font-size:20px;font-weight:600;display:flex;align-items:center;gap:10px}.Banner_rating__kZZP8{display:inline-flex;justify-content:flex-start;align-items:center;gap:6px;width:100%}@media only screen and (max-width:810px){.Banner_rating__kZZP8{gap:4px;justify-content:center}}.Banner_rating__kZZP8 img{width:96px;height:24px}@media only screen and (max-width:810px){.Banner_rating__kZZP8 img{width:auto;height:16px}}.Banner_stars__YcYlJ{display:flex;justify-content:flex-start;align-items:center;gap:6px}.Banner_stars__YcYlJ i{font-size:14px;color:#fff}.Banner_ratingText__kFx7e{color:#666;text-align:center;font-size:18px;font-weight:400;line-height:normal}@media only screen and (max-width:810px){.Banner_ratingText__kFx7e{font-size:12px;font-style:normal;font-weight:400;line-height:normal}}.Banner_banner_right__pV5VH{width:700px;height:565px;flex-shrink:0;position:absolute;bottom:0;right:0}.Banner_banner_right__pV5VH img{width:100%;height:100%}@media only screen and (max-width:810px){.Banner_banner_right__pV5VH{margin-top:24px;position:static;width:343px;height:277px;background:url(https://www.coupert.com/img/Img_hero_influencer-program_m.png?v=2.5) no-repeat 50%;background-size:contain}.Banner_banner_right__pV5VH img{display:none}}.Collaborate_Collaborate__19zNl{width:1340px;margin:0 auto;display:flex;padding:80px 0;flex-direction:column;align-items:center;align-self:stretch;scroll-margin-top:20px}@media only screen and (max-width:810px){.Collaborate_Collaborate__19zNl{width:100%;padding:0 16px 32px;gap:0}}.Collaborate_Collaborate__19zNl .Collaborate_title__QvNz8{color:#000;font-size:44px;font-weight:700;line-height:normal;text-transform:uppercase;margin-bottom:0}@media only screen and (max-width:810px){.Collaborate_Collaborate__19zNl .Collaborate_title__QvNz8{font-size:24px;text-align:center}}.Collaborate_Collaborate__19zNl .Collaborate_desc__099eM{color:#666;text-align:center;font-size:20px;font-style:normal;font-weight:400;line-height:32px;max-width:1100px;margin:12px auto 32px}.Collaborate_Collaborate__19zNl .Collaborate_desc__099eM span{color:#f03d30}@media only screen and (max-width:810px){.Collaborate_Collaborate__19zNl .Collaborate_desc__099eM{width:100%;font-size:14px;line-height:normal;margin:4px auto 16px}}.Collaborate_Collaborate__19zNl .Collaborate_checkWrap__ipAZ6{display:flex;padding:8px;align-items:center;border-radius:12px;background:#f0f0f0}@media only screen and (max-width:810px){.Collaborate_Collaborate__19zNl .Collaborate_checkWrap__ipAZ6{padding:4px;border-radius:8px}}.Collaborate_Collaborate__19zNl .Collaborate_checkWrap__ipAZ6 .Collaborate_checkItem__2em65{display:flex;padding:10px 24px;justify-content:center;align-items:center;gap:10px;align-self:stretch;border-radius:8px;background:#fff;color:#000;text-align:center;font-size:18px;font-style:normal;font-weight:500;line-height:normal;cursor:default}@media only screen and (max-width:810px){.Collaborate_Collaborate__19zNl .Collaborate_checkWrap__ipAZ6 .Collaborate_checkItem__2em65{font-size:14px;padding:10px}}.Collaborate_Collaborate__19zNl .Collaborate_checkWrap__ipAZ6 .Collaborate_checkItemActive__bi5eL{background:#f0f0f0;color:#666;cursor:pointer;font-weight:400}@media only screen and (max-width:810px){.Collaborate_Collaborate__19zNl .Collaborate_content__q3uPf{width:100%}}.Collaborate_Collaborate__19zNl .Collaborate_CollaborateLink__l0_lz{display:flex;padding:80px 64px;justify-content:space-between;align-items:center;border-radius:24px;background:#ffce5e;width:1417px;margin-top:32px}@media only screen and (max-width:810px){.Collaborate_Collaborate__19zNl .Collaborate_CollaborateLink__l0_lz{padding:16px;border-radius:8px;width:100%;margin-top:16px;flex-direction:column}}.Collaborate_Collaborate__19zNl .Collaborate_CollaborateLink__l0_lz .Collaborate_left__wrxnF{width:660px;text-align:left}@media only screen and (max-width:810px){.Collaborate_Collaborate__19zNl .Collaborate_CollaborateLink__l0_lz .Collaborate_left__wrxnF{width:100%}}.Collaborate_Collaborate__19zNl .Collaborate_CollaborateLink__l0_lz .Collaborate_left__wrxnF .Collaborate_title__QvNz8{color:#222;font-size:36px;font-style:normal;font-weight:600;line-height:normal;text-transform:none}@media only screen and (max-width:810px){.Collaborate_Collaborate__19zNl .Collaborate_CollaborateLink__l0_lz .Collaborate_left__wrxnF .Collaborate_title__QvNz8{font-size:18px;text-align:left}}.Collaborate_Collaborate__19zNl .Collaborate_CollaborateLink__l0_lz .Collaborate_left__wrxnF .Collaborate_desc__099eM{color:#222;font-size:18px;font-style:normal;font-weight:400;line-height:normal;margin:12px 0 40px}@media only screen and (max-width:810px){.Collaborate_Collaborate__19zNl .Collaborate_CollaborateLink__l0_lz .Collaborate_left__wrxnF .Collaborate_desc__099eM{font-size:14px;text-align:left;margin:4px 0 16px}}.Collaborate_Collaborate__19zNl .Collaborate_CollaborateLink__l0_lz .Collaborate_left__wrxnF .Collaborate_linkWrap__wN3uh{display:flex;align-items:center;justify-content:center}@media only screen and (max-width:810px){.Collaborate_Collaborate__19zNl .Collaborate_CollaborateLink__l0_lz .Collaborate_left__wrxnF .Collaborate_linkWrap__wN3uh{flex-direction:column;align-items:flex-start;gap:16px}}.Collaborate_Collaborate__19zNl .Collaborate_CollaborateLink__l0_lz .Collaborate_left__wrxnF .Collaborate_link__s3CbM{display:flex;width:500px;height:64px;padding:10px;align-items:center;gap:10px;border-radius:12px 0 0 12px;background:#fff;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;color:#222;text-overflow:ellipsis;font-size:18px;font-style:normal;font-weight:400;line-height:44px;flex:1 0;white-space:nowrap}@media only screen and (max-width:810px){.Collaborate_Collaborate__19zNl .Collaborate_CollaborateLink__l0_lz .Collaborate_left__wrxnF .Collaborate_link__s3CbM{display:-webkit-box;height:48px;padding:10px;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;align-self:stretch;border-radius:8px;background:#fff;width:100%;flex:auto;line-height:28px}}.Collaborate_Collaborate__19zNl .Collaborate_CollaborateLink__l0_lz .Collaborate_left__wrxnF .Collaborate_itemContentButton__L3myc{display:flex;width:160px;height:64px;padding:10px;justify-content:center;align-items:center;gap:10px;border-radius:0 12px 12px 0;background:#222;overflow:hidden;color:#fff;text-overflow:ellipsis;font-size:18px;font-style:normal;font-weight:500;line-height:normal;cursor:pointer}.Collaborate_Collaborate__19zNl .Collaborate_CollaborateLink__l0_lz .Collaborate_left__wrxnF .Collaborate_itemContentButton__L3myc:hover{opacity:.8}@media only screen and (max-width:810px){.Collaborate_Collaborate__19zNl .Collaborate_CollaborateLink__l0_lz .Collaborate_left__wrxnF .Collaborate_itemContentButton__L3myc{width:100%;display:flex;height:44px;padding:10px;justify-content:center;align-items:center;gap:10px;align-self:stretch;border-radius:8px;background:#1f1f1f}}.Collaborate_Collaborate__19zNl .Collaborate_CollaborateLink__l0_lz .Collaborate_right__sQCv3{width:539px;height:336px}@media only screen and (max-width:810px){.Collaborate_Collaborate__19zNl .Collaborate_CollaborateLink__l0_lz .Collaborate_right__sQCv3{width:100%;height:auto;margin-top:16px}}.Collaborate_Collaborate__19zNl .Collaborate_CollaborateLink__l0_lz .Collaborate_right__sQCv3 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.Collaborate_Collaborate__19zNl .Collaborate_CollaborateInput__2jt1M{display:flex;width:1200px;padding:32px;flex-direction:column;align-items:center;border-radius:24px;background:#f6f6f6;margin-top:32px}.Collaborate_Collaborate__19zNl .Collaborate_CollaborateInput__2jt1M #collaborateForm{width:100%}.Collaborate_Collaborate__19zNl .Collaborate_CollaborateInput__2jt1M .ant-select-selector{height:100%}.Collaborate_Collaborate__19zNl .Collaborate_CollaborateInput__2jt1M .form-row{display:flex;gap:20px;width:100%;margin-bottom:20px}.Collaborate_Collaborate__19zNl .Collaborate_CollaborateInput__2jt1M .form-row .ant-form-item{flex:1 1;margin-bottom:0}.Collaborate_Collaborate__19zNl .Collaborate_CollaborateInput__2jt1M .form-row-single{width:100%;margin-bottom:0;display:flex;justify-content:center}.Collaborate_Collaborate__19zNl .Collaborate_CollaborateInput__2jt1M .form-row-single:last-child{margin-top:32px}@media only screen and (max-width:810px){.Collaborate_Collaborate__19zNl .Collaborate_CollaborateInput__2jt1M .form-row-single:last-child{margin-top:0}}.Collaborate_Collaborate__19zNl .Collaborate_CollaborateInput__2jt1M .form-row-single .ant-form-item{margin-bottom:0}.Collaborate_Collaborate__19zNl .Collaborate_CollaborateInput__2jt1M .form-row-double{display:flex;gap:20px;width:100%;margin-bottom:20px}@media only screen and (max-width:810px){.Collaborate_Collaborate__19zNl .Collaborate_CollaborateInput__2jt1M .form-row-double{flex-direction:column;gap:12px}}.Collaborate_Collaborate__19zNl .Collaborate_CollaborateInput__2jt1M .form-row-double .ant-form-item{flex:1 1;margin-bottom:0}.Collaborate_Collaborate__19zNl .Collaborate_CollaborateInput__2jt1M .ant-select-multiple .ant-select-selection-item{height:30px!important}.Collaborate_Collaborate__19zNl .Collaborate_CollaborateInput__2jt1M .ant-select-multiple .ant-select-selection-item-content{line-height:30px}.Collaborate_Collaborate__19zNl .Collaborate_CollaborateInput__2jt1M .ant-btn.ant-btn-primary{width:320px;height:64px;border-radius:8px;font-size:20px;font-weight:600}@media only screen and (max-width:810px){.Collaborate_Collaborate__19zNl .Collaborate_CollaborateInput__2jt1M .ant-btn.ant-btn-primary{width:100%;height:44px;border-radius:8px;font-size:14px;font-weight:600;margin-top:20px}.Collaborate_Collaborate__19zNl .Collaborate_CollaborateInput__2jt1M .ant-form-item{width:100%}.Collaborate_Collaborate__19zNl .Collaborate_CollaborateInput__2jt1M{width:100%;padding:16px;border-radius:8px;margin-top:16px}}.ant-btn-primary{background-color:#f03d30}.ant-select-selector{border-color:#ececec!important;box-shadow:none!important}.ant-btn.ant-btn-primary[disabled]{background-color:#c6c6c6;color:#fff;border-color:#c6c6c6}.ant-collapse{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum","tnum";background-color:#fafafa;border:1px solid #d9d9d9;border-bottom:0;border-radius:2px}.ant-collapse>.ant-collapse-item{border-bottom:1px solid #d9d9d9}.ant-collapse>.ant-collapse-item:last-child,.ant-collapse>.ant-collapse-item:last-child>.ant-collapse-header{border-radius:0 0 2px 2px}.ant-collapse>.ant-collapse-item>.ant-collapse-header{position:relative;display:flex;flex-wrap:nowrap;align-items:flex-start;padding:12px 16px;color:rgba(0,0,0,.85);line-height:1.5715;cursor:pointer;transition:all .3s,visibility 0s}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow{display:inline-block;margin-right:12px;font-size:12px;vertical-align:-1px}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow svg{transition:transform .24s}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-header-text{flex:auto}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-extra{margin-left:auto}.ant-collapse>.ant-collapse-item>.ant-collapse-header:focus{outline:none}.ant-collapse>.ant-collapse-item .ant-collapse-header-collapsible-only{cursor:default}.ant-collapse>.ant-collapse-item .ant-collapse-header-collapsible-only .ant-collapse-header-text{flex:none;cursor:pointer}.ant-collapse>.ant-collapse-item .ant-collapse-icon-collapsible-only{cursor:default}.ant-collapse>.ant-collapse-item .ant-collapse-icon-collapsible-only .ant-collapse-expand-icon{cursor:pointer}.ant-collapse>.ant-collapse-item.ant-collapse-no-arrow>.ant-collapse-header{padding-left:12px}.ant-collapse-icon-position-end>.ant-collapse-item>.ant-collapse-header{position:relative;padding:12px 40px 12px 16px}.ant-collapse-icon-position-end>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow{position:absolute;top:50%;right:16px;left:auto;margin:0;transform:translateY(-50%)}.ant-collapse-content{color:rgba(0,0,0,.85);background-color:#fff;border-top:1px solid #d9d9d9}.ant-collapse-content>.ant-collapse-content-box{padding:16px}.ant-collapse-content-hidden{display:none}.ant-collapse-item:last-child>.ant-collapse-content{border-radius:0 0 2px 2px}.ant-collapse-borderless{background-color:#fafafa;border:0}.ant-collapse-borderless>.ant-collapse-item{border-bottom:1px solid #d9d9d9}.ant-collapse-borderless>.ant-collapse-item:last-child,.ant-collapse-borderless>.ant-collapse-item:last-child .ant-collapse-header{border-radius:0}.ant-collapse-borderless>.ant-collapse-item:last-child{border-bottom:0}.ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content{background-color:transparent;border-top:0}.ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box{padding-top:4px}.ant-collapse-ghost{background-color:transparent;border:0}.ant-collapse-ghost>.ant-collapse-item{border-bottom:0}.ant-collapse-ghost>.ant-collapse-item>.ant-collapse-content{background-color:transparent;border-top:0}.ant-collapse-ghost>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box{padding-top:12px;padding-bottom:12px}.ant-collapse .ant-collapse-item-disabled>.ant-collapse-header,.ant-collapse .ant-collapse-item-disabled>.ant-collapse-header>.arrow{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-collapse-rtl{direction:rtl}.ant-collapse-rtl.ant-collapse.ant-collapse-icon-position-end>.ant-collapse-item>.ant-collapse-header{position:relative;padding:12px 16px 12px 40px}.ant-collapse-rtl.ant-collapse.ant-collapse-icon-position-end>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow{position:absolute;top:50%;right:auto;left:16px;margin:0;transform:translateY(-50%)}.ant-collapse-rtl .ant-collapse>.ant-collapse-item>.ant-collapse-header{padding:12px 40px 12px 16px}.ant-collapse-rtl.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow{margin-right:0;margin-left:12px}.ant-collapse-rtl.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow svg{transform:rotate(180deg)}.ant-collapse-rtl.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-extra{margin-right:auto;margin-left:0}.ant-collapse-rtl.ant-collapse>.ant-collapse-item.ant-collapse-no-arrow>.ant-collapse-header{padding-right:12px;padding-left:0}.Faq_faqsContainer__eji2r{padding:80px 0;background:#fff;border-radius:12px;display:flex;flex-direction:column;align-items:center}@media only screen and (max-width:810px){.Faq_faqsContainer__eji2r{padding:16px;border-radius:8px;margin-top:0}}.Faq_faqsContainer__eji2r .Faq_faqsTitle__QE65N{color:#222;text-align:center;font-size:48px;font-weight:600;line-height:normal;margin-bottom:56px}@media only screen and (max-width:810px){.Faq_faqsContainer__eji2r .Faq_faqsTitle__QE65N{font-size:24px;margin-bottom:16px}}.Faq_faqsContainer__eji2r .Faq_fqaQuestion__P4BGj{font-size:24px;font-weight:400;color:#222;max-width:calc(100% - 40px);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media only screen and (max-width:810px){.Faq_faqsContainer__eji2r .Faq_fqaQuestion__P4BGj{font-size:14px}}.Faq_faqsContainer__eji2r .Faq_fqaAnswer__ijIUb{font-size:20px;color:#222;margin:0;font-weight:400;line-height:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media only screen and (max-width:810px){.Faq_faqsContainer__eji2r .Faq_fqaAnswer__ijIUb{font-size:14px;color:#666}}.Faq_faqsContainer__eji2r .ant-collapse{width:1340px}@media only screen and (max-width:810px){.Faq_faqsContainer__eji2r .ant-collapse{width:100%}}.Faq_faqsContainer__eji2r .ant-collapse-item{padding:24px;border-radius:16px;border:1px solid #e6e6e6;background:#fff;margin-bottom:24px}@media only screen and (max-width:810px){.Faq_faqsContainer__eji2r .ant-collapse-item{padding:12px;border-radius:8px;margin-bottom:12px}}.Faq_faqsContainer__eji2r .ant-collapse-borderless{background:#fff}.Faq_faqsContainer__eji2r .ant-collapse-icon-position-end .ant-collapse-item{border-color:#e9e9e9;background:#fff}.Faq_faqsContainer__eji2r .ant-collapse-icon-position-end .ant-collapse-item .ant-collapse-header{padding:0;flex-direction:row-reverse;align-items:center}.Faq_faqsContainer__eji2r .ant-collapse-icon-position-end .ant-collapse-item-active .ant-collapse-header{padding:0 0 12px}.Faq_faqsContainer__eji2r .ant-collapse-content .ant-collapse-content-box{padding:0!important}.Faq_faqsContainer__eji2r .ant-collapse-borderless>.ant-collapse-item:last-child{border-bottom:1px solid #d9d9d9!important;border-radius:16px;margin-bottom:0!important}.Faq_faqsContainer__eji2r .ant-collapse-arrow{position:unset!important;transform:unset!important}.Faq_expandIcon__50PPa{width:32px;height:32px;border-radius:50%;border:1px solid #000;display:flex!important;align-items:center;justify-content:center}@media only screen and (max-width:810px){.Faq_expandIcon__50PPa{width:20px;height:20px}.Faq_expandIcon__50PPa svg{width:10px;height:10px}}.LookingFor_frameParent__jm4mc{width:1340px;margin:0 auto;display:flex;padding:80px 0;flex-direction:column;align-items:center;gap:56px;align-self:stretch}@media only screen and (max-width:810px){.LookingFor_frameParent__jm4mc{width:100%;padding:0 16px;gap:16px}}.LookingFor_frameParent__jm4mc .LookingFor_title__K_oiA{color:#000;font-size:44px;font-weight:700;line-height:normal;text-transform:uppercase;margin-bottom:0}@media only screen and (max-width:810px){.LookingFor_frameParent__jm4mc .LookingFor_title__K_oiA{font-size:24px}}.LookingFor_frameParent__jm4mc .LookingFor_contentWrapper__lummx{width:100%}@media only screen and (max-width:810px){.LookingFor_frameParent__jm4mc .LookingFor_contentWrapper__lummx{width:100%;overflow-x:auto}}.LookingFor_frameParent__jm4mc .LookingFor_content__WDEls{display:flex;justify-content:space-between;align-items:center;align-self:stretch}@media only screen and (max-width:810px){.LookingFor_frameParent__jm4mc .LookingFor_content__WDEls{width:632px;gap:16px}}.LookingFor_frameParent__jm4mc .LookingFor_content__WDEls .LookingFor_item__xTZgK{display:flex;flex-direction:column;align-items:center;gap:16px;width:424px;height:500px;position:relative;justify-content:end;padding:20px}@media only screen and (max-width:810px){.LookingFor_frameParent__jm4mc .LookingFor_content__WDEls .LookingFor_item__xTZgK{width:200px;height:240px;border-radius:8px;padding:10px}}.LookingFor_frameParent__jm4mc .LookingFor_content__WDEls .LookingFor_item__xTZgK img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;z-index:1}.LookingFor_frameParent__jm4mc .LookingFor_content__WDEls .LookingFor_item__xTZgK .LookingFor_title__K_oiA{color:#000;font-size:20px;font-weight:400;line-height:normal;text-transform:none;display:flex;width:384px;padding:20px;justify-content:center;align-items:center;gap:10px;border-radius:16px;background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:2}@media only screen and (max-width:810px){.LookingFor_frameParent__jm4mc .LookingFor_content__WDEls .LookingFor_item__xTZgK .LookingFor_title__K_oiA{min-height:64px;width:100%;font-size:12px;padding:8px;border-radius:8px;align-items:self-start}}.SimpleSteps_SimpleSteps__DygPR{display:flex;width:1340px;padding:160px 0 80px;flex-direction:column;align-items:center;gap:56px;margin:0 auto}@media only screen and (max-width:810px){.SimpleSteps_SimpleSteps__DygPR{width:100%;padding:32px 16px;gap:0}}.SimpleSteps_SimpleSteps__DygPR .SimpleSteps_titleWrap__vMFeN{display:flex;justify-content:space-between;align-items:flex-end;align-self:stretch}@media only screen and (max-width:810px){.SimpleSteps_SimpleSteps__DygPR .SimpleSteps_titleWrap__vMFeN{flex-direction:column;gap:4px}}.SimpleSteps_SimpleSteps__DygPR .SimpleSteps_titleWrap__vMFeN .SimpleSteps_right__VV_v3{color:#666;font-family:Noto Sans;font-size:20px;font-style:normal;font-weight:400;line-height:normal;width:505px}@media only screen and (max-width:810px){.SimpleSteps_SimpleSteps__DygPR .SimpleSteps_titleWrap__vMFeN .SimpleSteps_right__VV_v3{font-size:14px;line-height:normal;width:100%;text-align:center}}.SimpleSteps_SimpleSteps__DygPR .SimpleSteps_titleWrap__vMFeN .SimpleSteps_left__9p_WD{color:#222;font-size:48px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;width:505px;margin-bottom:0}@media only screen and (max-width:810px){.SimpleSteps_SimpleSteps__DygPR .SimpleSteps_titleWrap__vMFeN .SimpleSteps_left__9p_WD{font-size:24px;line-height:normal;width:100%;text-align:center}}.SimpleSteps_SimpleSteps__DygPR .SimpleSteps_content__hqCEK{display:flex;justify-content:space-between;align-items:center;align-self:stretch}@media only screen and (max-width:810px){.SimpleSteps_SimpleSteps__DygPR .SimpleSteps_content__hqCEK{flex-direction:column;gap:44px;margin-top:16px}}.SimpleSteps_SimpleSteps__DygPR .SimpleSteps_content__hqCEK .SimpleSteps_item__Hz9Cx{display:flex;padding:56px 32px 32px;flex-direction:column;align-items:flex-start;border-radius:20px;background:#f6f6f6;position:relative;width:392px}@media only screen and (max-width:810px){.SimpleSteps_SimpleSteps__DygPR .SimpleSteps_content__hqCEK .SimpleSteps_item__Hz9Cx{width:100%;padding:16px;border-radius:8px}.SimpleSteps_SimpleSteps__DygPR .SimpleSteps_content__hqCEK .SimpleSteps_item__Hz9Cx svg{height:20px;width:auto}}.SimpleSteps_SimpleSteps__DygPR .SimpleSteps_content__hqCEK .SimpleSteps_item__Hz9Cx .SimpleSteps_arrow__5K8_L{position:absolute;top:50%;transform:translateY(-50%);right:-56px}@media only screen and (max-width:810px){.SimpleSteps_SimpleSteps__DygPR .SimpleSteps_content__hqCEK .SimpleSteps_item__Hz9Cx .SimpleSteps_arrow__5K8_L{width:20px;height:20px;right:50%;bottom:-32px;top:auto;transform:rotate(90deg) translateY(-50%)}}.SimpleSteps_SimpleSteps__DygPR .SimpleSteps_content__hqCEK .SimpleSteps_item__Hz9Cx .SimpleSteps_title__8igSv{color:#222;font-family:Noto Sans;font-size:24px;font-style:normal;font-weight:500;line-height:normal;margin:32px 0 12px}@media only screen and (max-width:810px){.SimpleSteps_SimpleSteps__DygPR .SimpleSteps_content__hqCEK .SimpleSteps_item__Hz9Cx .SimpleSteps_title__8igSv{font-size:16px;margin:16px 0 4px}}.SimpleSteps_SimpleSteps__DygPR .SimpleSteps_content__hqCEK .SimpleSteps_item__Hz9Cx .SimpleSteps_desc__OMT88{color:#666;text-align:left;font-size:16px;font-style:normal;font-weight:400;line-height:normal}@media only screen and (max-width:810px){.SimpleSteps_SimpleSteps__DygPR .SimpleSteps_content__hqCEK .SimpleSteps_item__Hz9Cx .SimpleSteps_desc__OMT88{font-size:12px;line-height:normal}}.StartEarning_startEarning__2TUvV{width:1340px;margin:0 auto;display:flex;padding:80px 0;flex-direction:column;align-items:center;align-self:stretch}@media only screen and (max-width:810px){.StartEarning_startEarning__2TUvV{width:100%;padding:32px 16px;gap:0}}.StartEarning_startEarning__2TUvV .StartEarning_title__Ro__W{color:#000;font-size:44px;font-weight:700;line-height:normal;text-transform:uppercase;margin-bottom:0}@media only screen and (max-width:810px){.StartEarning_startEarning__2TUvV .StartEarning_title__Ro__W{font-size:24px;text-align:center}}.StartEarning_startEarning__2TUvV .StartEarning_desc__XMI62{color:#666;text-align:center;font-size:20px;font-style:normal;font-weight:400;line-height:32px;max-width:1100px;margin:12px auto 32px}.StartEarning_startEarning__2TUvV .StartEarning_desc__XMI62 span{color:#f03d30}@media only screen and (max-width:810px){.StartEarning_startEarning__2TUvV .StartEarning_desc__XMI62{width:100%;font-size:14px;line-height:normal;margin:4px auto 16px}}.StartEarning_startEarning__2TUvV .StartEarning_checkWrap__W0YE1{display:flex;padding:8px;align-items:center;border-radius:12px;background:#f0f0f0}@media only screen and (max-width:810px){.StartEarning_startEarning__2TUvV .StartEarning_checkWrap__W0YE1{padding:4px;border-radius:8px}}.StartEarning_startEarning__2TUvV .StartEarning_checkWrap__W0YE1 .StartEarning_checkItem__mPzXY{display:flex;padding:10px 24px;justify-content:center;align-items:center;gap:10px;align-self:stretch;border-radius:8px;background:#fff;color:#000;text-align:center;font-size:18px;font-style:normal;font-weight:500;line-height:normal;cursor:default}@media only screen and (max-width:810px){.StartEarning_startEarning__2TUvV .StartEarning_checkWrap__W0YE1 .StartEarning_checkItem__mPzXY{font-size:14px;padding:10px}}.StartEarning_startEarning__2TUvV .StartEarning_checkWrap__W0YE1 .StartEarning_checkItemActive__N2xrn{background:#f0f0f0;color:#666;cursor:pointer;font-weight:400}.StartEarning_startEarning__2TUvV .StartEarning_content__choH5{margin-top:32px;display:flex;width:1340px;padding:64px 128px 64px 64px;justify-content:space-between;align-items:center;border-radius:24px;background:#f6f6f6}@media only screen and (max-width:810px){.StartEarning_startEarning__2TUvV .StartEarning_content__choH5{width:100%;padding:16px;border-radius:8px;margin-top:16px}}.StartEarning_startEarning__2TUvV .StartEarning_content__choH5 .StartEarning_itemContent__z_xcd{display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width:810px){.StartEarning_startEarning__2TUvV .StartEarning_content__choH5 .StartEarning_itemContent__z_xcd{flex-direction:column;gap:16px}}.StartEarning_startEarning__2TUvV .StartEarning_content__choH5 .StartEarning_itemContent__z_xcd .StartEarning_right__lmJs0{width:420px;height:420px}@media only screen and (max-width:810px){.StartEarning_startEarning__2TUvV .StartEarning_content__choH5 .StartEarning_itemContent__z_xcd .StartEarning_right__lmJs0{width:100%;height:auto}}.StartEarning_startEarning__2TUvV .StartEarning_content__choH5 .StartEarning_itemContent__z_xcd .StartEarning_right__lmJs0 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.StartEarning_startEarning__2TUvV .StartEarning_content__choH5 .StartEarning_itemContent__z_xcd .StartEarning_left__z01N8{width:720px;display:flex;flex-direction:column;gap:32px}@media only screen and (max-width:810px){.StartEarning_startEarning__2TUvV .StartEarning_content__choH5 .StartEarning_itemContent__z_xcd .StartEarning_left__z01N8{width:100%;gap:8px}}.StartEarning_startEarning__2TUvV .StartEarning_content__choH5 .StartEarning_itemContent__z_xcd .StartEarning_left__z01N8 .StartEarning_itemContentTitle__9oovW{color:#222;font-size:32px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:0}@media only screen and (max-width:810px){.StartEarning_startEarning__2TUvV .StartEarning_content__choH5 .StartEarning_itemContent__z_xcd .StartEarning_left__z01N8 .StartEarning_itemContentTitle__9oovW{font-size:18px}}.StartEarning_startEarning__2TUvV .StartEarning_content__choH5 .StartEarning_itemContent__z_xcd .StartEarning_left__z01N8 .StartEarning_itemContentDescWrap__7bhRK{display:flex;flex-direction:column;gap:20px}@media only screen and (max-width:810px){.StartEarning_startEarning__2TUvV .StartEarning_content__choH5 .StartEarning_itemContent__z_xcd .StartEarning_left__z01N8 .StartEarning_itemContentDescWrap__7bhRK{gap:8px}}.StartEarning_startEarning__2TUvV .StartEarning_content__choH5 .StartEarning_itemContent__z_xcd .StartEarning_left__z01N8 .StartEarning_itemContentDesc__3HLbG{color:#222;font-size:20px;font-style:normal;font-weight:400;line-height:normal;padding-left:24px;position:relative}@media only screen and (max-width:810px){.StartEarning_startEarning__2TUvV .StartEarning_content__choH5 .StartEarning_itemContent__z_xcd .StartEarning_left__z01N8 .StartEarning_itemContentDesc__3HLbG{font-size:14px;padding-left:16px;margin-bottom:8px}}.StartEarning_startEarning__2TUvV .StartEarning_content__choH5 .StartEarning_itemContent__z_xcd .StartEarning_left__z01N8 .StartEarning_itemContentDesc__3HLbG:before{content:"";display:inline-block;width:8px;height:8px;background:#222;border-radius:50%;position:absolute;top:10px;left:0}@media only screen and (max-width:810px){.StartEarning_startEarning__2TUvV .StartEarning_content__choH5 .StartEarning_itemContent__z_xcd .StartEarning_left__z01N8 .StartEarning_itemContentDesc__3HLbG:before{width:4px;height:4px;top:8px}}.StartEarning_startEarning__2TUvV .StartEarning_content__choH5 .StartEarning_itemContent__z_xcd .StartEarning_left__z01N8 .StartEarning_itemContentButton__VsOjM{display:flex;width:200px;height:56px;padding:10px;justify-content:center;align-items:center;gap:10px;color:#fff;font-size:20px;font-style:normal;font-weight:600;line-height:normal;cursor:pointer;border-radius:12px;background:#1f1f1f}.StartEarning_startEarning__2TUvV .StartEarning_content__choH5 .StartEarning_itemContent__z_xcd .StartEarning_left__z01N8 .StartEarning_itemContentButton__VsOjM:hover{opacity:.8}@media only screen and (max-width:810px){.StartEarning_startEarning__2TUvV .StartEarning_content__choH5 .StartEarning_itemContent__z_xcd .StartEarning_left__z01N8 .StartEarning_itemContentButton__VsOjM{font-size:14px;padding:10px;border-radius:8px;width:100%;height:44px}}.WhyWork_whyWork__X9AC7{display:flex;width:1340px;padding:80px 48px;flex-direction:column;align-items:center;gap:56px;border-radius:24px;background:url(https://www.coupert.com/img/Bg_why_influencer-program_page.png?v=2.5) no-repeat;background-size:100% 100%;background-color:#c80037;margin:0 auto}@media only screen and (max-width:810px){.WhyWork_whyWork__X9AC7{width:calc(100% - 32px);padding:16px;gap:0;margin:0 16px;background:url(https://www.coupert.com/img/Bg_why_influencer-program_m.png?v=2.5) no-repeat;background-size:100% 100%;background-color:#c80037;border-radius:8px}}.WhyWork_whyWork__X9AC7 .WhyWork_title__1ssNl{color:#fff;font-size:48px;font-weight:700;line-height:normal;text-transform:uppercase;margin-bottom:0}@media only screen and (max-width:810px){.WhyWork_whyWork__X9AC7 .WhyWork_title__1ssNl{font-size:24px;width:100%;text-align:center}}.WhyWork_whyWork__X9AC7 .WhyWork_content__eKNHj{display:flex;justify-content:space-between;align-items:center;align-self:stretch}@media only screen and (max-width:810px){.WhyWork_whyWork__X9AC7 .WhyWork_content__eKNHj{flex-direction:column;gap:16px;margin-top:16px}}.WhyWork_whyWork__X9AC7 .WhyWork_content__eKNHj .WhyWork_item__RZaCf{display:flex;width:400px;padding:0 48px;flex-direction:column;align-items:center;gap:20px}@media only screen and (max-width:810px){.WhyWork_whyWork__X9AC7 .WhyWork_content__eKNHj .WhyWork_item__RZaCf{width:100%;padding:0;gap:4px}}.WhyWork_whyWork__X9AC7 .WhyWork_content__eKNHj .WhyWork_item__RZaCf .WhyWork_title__1ssNl{color:#fff;text-align:center;font-size:56px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase}@media only screen and (max-width:810px){.WhyWork_whyWork__X9AC7 .WhyWork_content__eKNHj .WhyWork_item__RZaCf .WhyWork_title__1ssNl{font-size:40px}}.WhyWork_whyWork__X9AC7 .WhyWork_content__eKNHj .WhyWork_item__RZaCf .WhyWork_desc__8f4IC{color:#fff;text-align:center;font-size:18px;font-style:normal;font-weight:400;line-height:28px}@media only screen and (max-width:810px){.WhyWork_whyWork__X9AC7 .WhyWork_content__eKNHj .WhyWork_item__RZaCf .WhyWork_desc__8f4IC{font-size:12px;line-height:18px}}.InfluencerProgram_frameParent__UgY5k{width:100%;background-color:#fff}.InfluencerProgram_frameParent__UgY5k *{font-family:Noto Sans,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}.InfluencerProgram_reviewsBannerWrapper___yJBx{background:#fff}.InfluencerProgram_reviewsBannerWrapper___yJBx .InfluencerProgram_reviewsBanner__yXLNy{width:1340px;padding:120px 0;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.InfluencerProgram_reviewsBannerWrapper___yJBx .InfluencerProgram_reviewsBanner__yXLNy .InfluencerProgram_bannerTitle__PMs1E{color:#000;font-size:56px;font-weight:500;line-height:84px;margin-bottom:12px}.InfluencerProgram_reviewsBannerWrapper___yJBx .InfluencerProgram_reviewsBanner__yXLNy .InfluencerProgram_bannerSubTitle__MzRZi{color:#666;text-align:center;font-size:20px;margin-bottom:24px}.InfluencerProgram_reviewsBannerWrapper___yJBx .InfluencerProgram_reviewsBanner__yXLNy .InfluencerProgram_bannerDesc__VvXXc{position:relative;min-width:800px;width:-moz-fit-content;width:fit-content;height:66px;padding:8px 16px;display:flex;align-items:center;border-radius:12px;background:linear-gradient(0deg,#f6f6f6,hsla(0,0%,96%,0));margin-bottom:64px;overflow:hidden}.InfluencerProgram_reviewsBannerWrapper___yJBx .InfluencerProgram_reviewsBanner__yXLNy .InfluencerProgram_bannerDesc__VvXXc .InfluencerProgram_mask__iwwuT{position:absolute;width:46px;height:40px;border-radius:40px;background:linear-gradient(90deg,#f6f6f6,hsla(0,0%,96%,.3));z-index:1}.InfluencerProgram_reviewsBannerWrapper___yJBx .InfluencerProgram_reviewsBanner__yXLNy .InfluencerProgram_bannerDesc__VvXXc .InfluencerProgram_avaters__k1gOH{position:relative;width:112px;height:50px;margin-right:6px}.InfluencerProgram_reviewsBannerWrapper___yJBx .InfluencerProgram_reviewsBanner__yXLNy .InfluencerProgram_bannerDesc__VvXXc .InfluencerProgram_avaters__k1gOH .InfluencerProgram_avatar__8wYdH{position:absolute;top:5px;width:40px;height:40px;border-radius:40px;border:2px solid #fff;margin-right:8px;overflow:hidden}.InfluencerProgram_reviewsBannerWrapper___yJBx .InfluencerProgram_reviewsBanner__yXLNy .InfluencerProgram_bannerDesc__VvXXc .InfluencerProgram_avaters__k1gOH .InfluencerProgram_avatar__8wYdH .InfluencerProgram_avatarImg__zsF68{width:100%;height:100%}.InfluencerProgram_reviewsBannerWrapper___yJBx .InfluencerProgram_reviewsBanner__yXLNy .InfluencerProgram_bannerDesc__VvXXc .InfluencerProgram_dot__GXrt0{display:flex}.InfluencerProgram_reviewsBannerWrapper___yJBx .InfluencerProgram_reviewsBanner__yXLNy .InfluencerProgram_bannerDesc__VvXXc .InfluencerProgram_bannerDescText__YXO2h{color:#000;font-size:14px;font-weight:500;text-transform:capitalize}.InfluencerProgram_reviewsBannerWrapper___yJBx .InfluencerProgram_reviewsBanner__yXLNy .InfluencerProgram_bannerDesc__VvXXc .InfluencerProgram_listItem__ddK_w{display:flex;align-items:center;border-radius:8px;background:#f6f6f6;margin-left:10px;padding:8px;position:absolute;top:11px;right:0;animation:InfluencerProgram_slideIn__v6WdS .5s ease-in-out forwards,InfluencerProgram_pause__MBwdb 1.5s 1s forwards,InfluencerProgram_slideOut___DdHE 1s 2s forwards;background:url(https://www.coupert.com/img/how-it-works-earned-bg.png?v=2.5) no-repeat;background-size:100%;background-position:50%}@keyframes InfluencerProgram_slideIn__v6WdS{0%{right:-100px}95%{right:98px}to{right:96px}}@keyframes InfluencerProgram_pause__MBwdb{0%,to{right:96px}}@keyframes InfluencerProgram_slideOut___DdHE{0%{right:96px;opacity:1}to{right:160px;opacity:0}}.InfluencerProgram_reviewsBannerWrapper___yJBx .InfluencerProgram_reviewsBanner__yXLNy .InfluencerProgram_bannerDesc__VvXXc .InfluencerProgram_rightContainer__En_QA{display:flex;flex-direction:row;align-items:center}.InfluencerProgram_reviewsBannerWrapper___yJBx .InfluencerProgram_reviewsBanner__yXLNy .InfluencerProgram_bannerDesc__VvXXc .InfluencerProgram_rightContainer__En_QA .InfluencerProgram_avatar__8wYdH{width:28px;height:28px;background-color:#f03d30;border-radius:8px;align-self:center}.InfluencerProgram_reviewsBannerWrapper___yJBx .InfluencerProgram_reviewsBanner__yXLNy .InfluencerProgram_bannerDesc__VvXXc .InfluencerProgram_rightContainer__En_QA .InfluencerProgram_right__rjdRu{margin-left:6px;display:flex;flex-direction:column;align-items:flex-start;box-sizing:border-box;line-height:1;font-size:11px}.InfluencerProgram_reviewsBannerWrapper___yJBx .InfluencerProgram_reviewsBanner__yXLNy .InfluencerProgram_bannerDesc__VvXXc .InfluencerProgram_rightContainer__En_QA .InfluencerProgram_right__rjdRu .InfluencerProgram_name__XAecV{color:#a6b0c3}.InfluencerProgram_reviewsBannerWrapper___yJBx .InfluencerProgram_reviewsBanner__yXLNy .InfluencerProgram_bannerDesc__VvXXc .InfluencerProgram_rightContainer__En_QA .InfluencerProgram_right__rjdRu .InfluencerProgram_earned__hZ_hY{color:#666;margin-top:4px}.InfluencerProgram_reviewsBannerWrapper___yJBx .InfluencerProgram_reviewsBanner__yXLNy .InfluencerProgram_bannerDesc__VvXXc .InfluencerProgram_amount__eNtdS{border-radius:5px;background:var(--white,#fff);background:var(--white,color(display-p3 1 1 1));display:flex;height:24px;padding:5px 15px 3px;align-items:center;margin-left:24px;font-size:11px;font-weight:700;box-sizing:border-box;white-space:nowrap}.InfluencerProgram_reviewsCard__HkQje{display:flex;flex-wrap:wrap;row-gap:32px;justify-content:space-between}.InfluencerProgram_reviewItem__a4T1Z{width:416px;padding:24px;border-radius:12px;border:1px solid #ededed;position:relative;background-color:#fff}.InfluencerProgram_reviewItem__a4T1Z .InfluencerProgram_borderOpacity1___GvTj{position:absolute;height:140px;width:2px;left:-1px;bottom:-1px;background:linear-gradient(180deg,rgba(252,252,253,.4) 10.77%,#fcfcfd)}.InfluencerProgram_reviewItem__a4T1Z .InfluencerProgram_borderOpacity2__fhfpi{position:absolute;height:140px;width:2px;right:-1px;bottom:-1px;background:linear-gradient(180deg,rgba(252,252,253,.4) 10.77%,#fcfcfd)}.InfluencerProgram_reviewItem__a4T1Z .InfluencerProgram_borderOpacity3__9japP{position:absolute;height:20px;width:calc(100% + 2px);right:-1px;bottom:-1px;background:linear-gradient(180deg,rgba(252,252,253,.4) 10.77%,#fcfcfd)}.InfluencerProgram_reviewItem__a4T1Z .InfluencerProgram_opacity__whJH0{position:absolute;height:74px;width:calc(100% + 2px);left:-1px;bottom:-1px;background:linear-gradient(180deg,rgba(252,252,253,.3) 10.77%,#fcfcfd)}.InfluencerProgram_reviewItem__a4T1Z .InfluencerProgram_title__Kg5WV{color:#444;font-size:14px;font-weight:400;margin-bottom:24px;height:42px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.InfluencerProgram_reviewItem__a4T1Z .InfluencerProgram_content__UqtWq{display:flex;align-items:center}.InfluencerProgram_reviewItem__a4T1Z .InfluencerProgram_content__UqtWq .InfluencerProgram_avatar__8wYdH{width:50px;height:50px;border-radius:50px;border:1px solid #eee;margin-right:8px;overflow:hidden}.InfluencerProgram_reviewItem__a4T1Z .InfluencerProgram_content__UqtWq .InfluencerProgram_avatar__8wYdH .InfluencerProgram_avatarImg__zsF68{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.InfluencerProgram_reviewItem__a4T1Z .InfluencerProgram_content__UqtWq .InfluencerProgram_name__XAecV{color:#333;font-size:16px;font-weight:600;text-transform:capitalize;margin-bottom:4px}.InfluencerProgram_reviewItem__a4T1Z .InfluencerProgram_content__UqtWq .InfluencerProgram_timestamp__KKflz{color:#999;font-size:14px;font-weight:400}.InfluencerProgram_reviewItem__a4T1Z .InfluencerProgram_content__UqtWq .InfluencerProgram_rating__g10OB{display:flex;gap:8px;margin-left:auto}
/*# sourceMappingURL=../../sourcemap/static/css/c0304d3b1d003531.css.map*/