@charset "UTF-8";@import url("https://fonts.googleapis.com/css?family=Anton&display=swap");.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:400px;--bs-tooltip-padding-x:10px;--bs-tooltip-padding-y:5px;--bs-tooltip-margin:;--bs-tooltip-font-size:1rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:#333853;--bs-tooltip-border-radius:var(--bs-border-radius);--bs-tooltip-opacity:.9;--bs-tooltip-arrow-width:.8rem;--bs-tooltip-arrow-height:.4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:.5rem;--bs-dropdown-spacer:.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:rgba(255,255,255,0.7);--bs-dropdown-bg:#101020;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media(min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media(min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media(min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media(min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media(min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius,0)}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow:;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:rgba(255,255,255,0.15);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:10px 30px 10px 10px;font-size:1rem;font-weight:400;line-height:1.5;color:#787ead;appearance:none;background-color:#2a2c4a;background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-repeat:no-repeat;background-position:right 10px center;background-size:16px 12px;border:0 solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,0.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:10px;background-image:none}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #787ead}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;height:100%;padding:1rem 10px;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem 10px}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus ~ label,.form-floating>.form-control:not(:placeholder-shown) ~ label,.form-floating>.form-control-plaintext ~ label,.form-floating>.form-select ~ label{color:rgba(var(--bs-body-color-rgb),0.65);transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:focus ~ label::after,.form-floating>.form-control:not(:placeholder-shown) ~ label::after,.form-floating>.form-control-plaintext ~ label::after,.form-floating>.form-select ~ label::after{position:absolute;inset:1rem 5px;z-index:-1;height:1.5em;content:"";background-color:#2a2c4a;border-radius:var(--bs-border-radius)}.form-floating>.form-control:-webkit-autofill ~ label{color:rgba(var(--bs-body-color-rgb),0.65);transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control-plaintext ~ label{border-width:var(--bs-border-width) 0}.form-floating>:disabled ~ label,.form-floating>.form-control:disabled ~ label{color:#6c757d}.form-floating>:disabled ~ label::after,.form-floating>.form-control:disabled ~ label::after{background-color:var(--bs-secondary-bg)}:root{--screen-phone-max:700px;--screen-tablet:701px;--screen-tablet-max:1199px;--screen-desktop:1200px;--screen-desktop-max:1399px;--screen-desktop-hd:1400px;--gray-100:#ccd;--gray-200:#a9a9ca;--tabs-spacing:12px;--tabs-color:#a9a9ca;--tabs-background:#252539;--tabs-border-radius:4px;--tabs-font-weight-active:400;--tabs-font-weight:400;--tabs-font-size:14px;--tabs-active-bg:rgba(1,214,118,0.1);--tabs-active-color:#01d676;--tabs-height:40px;--tabs-horizontal-padding:16px;--tabs-vertical-padding:9.5px;--tabs-vertical-padding-mobile:12px}@media only screen and (max-width:700px){:root{--tabs-font-size:16px;--tabs-height:48px}}[x-cloak]{display:none}.stdInput{resize:none;padding:10px 20px !important;font-weight:bold;border:none !important;outline:none !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;width:100% !important;box-sizing:border-box !important;-webkit-box-sizing:border-box !important;-moz-box-sizing:border-box !important}.layerBg{background-color:#2f304e}*{scroll-behavior:smooth}.inputStylingFix{box-sizing:border-box !important;-webkit-box-sizing:border-box !important;-moz-box-sizing:border-box !important}.cursorPointer{cursor:pointer}.darkPrimaryColor{background-color:#303f9f !important}.lightPrimaryColor{background-color:#c5cae9 !important}.primaryColor{background-color:#3f51b5 !important}.datepicker-date-display{background-color:#c5cae9 !important}.cursorPointer{cursor:pointer}.modalLoginBtn{cursor:pointer}.loadReveal{transition:.2s}.lightText{color:rgba(0,0,0,0.69)}.color-accent{color:#01d676}.fill-accent{fill:#01d676}.color-black{color:black}.color-white{color:white}.fill-white{fill:white}.fill-black{fill:black}.color-muted{color:var(--gray-100)}.fill-muted{fill:var(--gray-100)}.focus-normal:focus{background:0}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.text-bold{font-weight:bold}.text-weight-600{font-weight:600}.text-semibold{font-weight:500}.relative{position:relative}.display-contents{display:contents}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.cursor-pointer{cursor:pointer}button{border:0;margin:0;padding:0;width:auto;overflow:visible;background:transparent;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;cursor:pointer}.closeModalBtn{float:right;position:relative;bottom:4px;left:14px;color:#fb4646}[type=radio]:checked+span:after,[type=radio].with-gap:checked+span:after,[type=radio]:checked+span:after,[type=radio].with-gap:checked+span:before,[type=radio].with-gap:checked+span:after{background-color:#01d676 !important;border:2px solid #01d676 !important}.secondaryText{color:#757575}.pageRoute{cursor:pointer}.generalHelpIcon{cursor:pointer;color:black}.sexyPageLine{margin-top:0;margin-bottom:0;display:block;border:0;color:white;height:1px;background:black}.sexyPageLine.fromLeft{background:-webkit-gradient(radial,50% 50%,0,0 0,350,from(transparent),to(#03c66b))}.sexyPageLine.fromRight{background:-webkit-gradient(radial,50% 50%,0,100% 100%,350,from(transparent),to(#03c66b))}.sexyPageLine.fromBoth{background:-webkit-gradient(radial,50% 50%,0,50% 50%,350,from(transparent),to(#03c66b))}html,body{height:100%}body{font-family:"Poppins",sans-serif;background-color:#222339;overflow-x:hidden !important;color:white}.hidden{display:none}#almaView{background-color:#141523;transition:opacity .5s ease;min-height:100vh}@media only screen and (min-width:1200px){.hidden-lg{display:none}}@media only screen and (max-width:1199px){.hidden-sm{display:none}}.tabs .indicator{background-color:#303f9f}.tabs .tab a:focus,.tabs .tab a:active{background-color:#c5cae9 !important}.tabs .tab a{color:black !important;cursor:pointer}:root{--secondary-header-height:.01px}.main{margin-left:0;transition:.25s;padding-top:calc(var(--header-height, 65px) + 66px);background:#141523}@media only screen and (max-width:700px){.main{overflow-x:hidden;padding-top:calc(var(--header-height, 65px) + var(--secondary-header-height, 0) + 66px)}}body.mobile-new-ios .site-content-container{top:-100px}body.mobile-new-ios header{display:none}.main-split-test-blue{background-color:#141523 !important;padding:0}.main-split-test-white{background-color:#fff !important;padding:0}.datLoader{min-height:calc(100vh - 132px);display:flex;align-items:center;justify-content:center}@keyframes datLoaderAnimation{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.datLoader .datLoaderCircle{display:inline-block;border-top:2px solid currentcolor;border-right:2px solid currentcolor;border-bottom-style:solid;border-left-style:solid;border-radius:99999px;border-bottom-width:2px;border-left-width:2px;border-bottom-color:transparent;border-left-color:transparent;animation:.9s linear 0s infinite normal none running datLoaderAnimation;width:3rem;height:3rem;color:#01d676}.modalTitle{margin:14px}.modalContent{padding:0 !important}.modal{background-color:#222337;border-radius:10px}.modal .modal-close{z-index:2}@media only screen and (max-width:700px){.modal{width:90%}}.gainProfileLink{cursor:pointer}@-webkit-keyframes loadingSpinnerFaRotating{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}.loadingSpinnerFa{-webkit-animation:loadingSpinnerFaRotating 1s linear infinite}.almaContainer{max-width:1100px;margin:0 auto}@media only screen and (max-width:1199px){.almaContainer{padding:0 16px}}@media only screen and (max-width:1399px){.almaContainer{padding:0 16px}}@media only screen and (max-width:1650px){.chatActive .almaContainer{padding:0 20px}}.btn,.accentBtn,.accentBtn:hover,.accentBtn:focus{background-color:#01d676;text-transform:none}.accentBtn.accentBtnV2{color:black;font-weight:600;border-radius:5px;height:48px;padding:0 20px}.accentBtn.accentBtnV2.--outline{border:1px solid #01d676;background-color:transparent;color:#01d676}.accentBtn.accentBtnV2.--outline:hover,.accentBtn.accentBtnV2.--outline:focus{background-color:#082719}.accentBtn.accentBtnV2.--gray{background-color:#2f3045;color:white}.accentBtn.accentBtnV2.--gray:hover,.accentBtn.accentBtnV2.--gray:focus{background-color:#42435a}.accentBtn.accentBtnV2:hover,.accentBtn.accentBtnV2:focus{background-color:#01ff97}.secondaryBtn{border-radius:10px;border:1px solid #393e56;background-color:#2f3045;height:42px;padding:7px 15px;font-weight:500;color:white}.secondaryBtn:hover,.secondaryBtn:focus{background-color:#42435a}.btn.lightPrimaryColor{color:#000}#toast-container{z-index:20000 !important;top:auto !important;right:auto !important;bottom:25px !important;left:25px !important;max-width:300px;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}::placeholder{color:#323345;opacity:1}:-ms-input-placeholder{color:#323345}::-ms-input-placeholder{color:#323345}.input-field label{color:rgba(120,126,173,0.75)}input:not(.chakra-input){border-bottom-color:#343452 !important;color:#787ead;border-bottom:none !important;box-shadow:none !important}input:not(.chakra-input)[type]:focus{border-bottom:none !important;box-shadow:none !important}input[type=text]:focus+label,input[type=number]:focus+label,input[type=email]:focus+label,textarea:focus+label{color:#01d676 !important;border-bottom:none !important}input:not(.chakra-input)[type=text]:focus,input:not(.chakra-input)[type=number]:focus,input:not(.chakra-input)[type=email]:focus,textarea:focus{box-shadow:0 1px 0 0 #01d676 !important;border-bottom:none !important}textarea.valid{border-bottom:1px solid #01d676 !important;box-shadow:none !important}textarea.invalid{border-bottom:1px solid #01d676 !important;box-shadow:none !important}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#222337;-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.1)}::-webkit-scrollbar-thumb{background:#2e2f46;-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.2)}::-webkit-scrollbar-thumb:hover{background:#aaa}::-webkit-scrollbar-thumb:active{background:#888;-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.3)}.unselectable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btnWithNotification{overflow:visible !important}.btnWithNotification .buttonNotification{height:30px;line-height:30px;width:30px;text-align:center;position:absolute;background-color:#303f9f;top:-9px;left:-9px;border-radius:100%}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.faSpinner{animation:spin 1s linear infinite}#loginModal{z-index:9999999999 !important;background:#363967;background:linear-gradient(132deg,#363967 42%,#23243b 100%);padding:15px;max-width:700px;overflow-x:hidden;font-size:16px}#loginModal .closeModalBtn{position:relative;left:35px;bottom:25px}#loginModal .modalTitle{color:#01d676;font-weight:bold;font-size:45px}#loginModal .modalTitle .modalWelcome{margin-top:10px;display:inline-block}#loginModal p.loginIntroText{color:white;font-weight:bold;font-size:14px}#loginModal p.loginIntroText span{color:#00ec82}#loginModal .prohibTitle{color:#7d81d7;font-size:18px}#loginModal .prohibUl{margin-top:0}#loginModal .prohibUl li{color:white}#loginModal .agreeCheckboxText{color:white}#loginModal .agreeCheckboxText span{color:#1ce09c}#toast-container{max-width:400px}.stdToastNotification{background:0;box-shadow:none;padding:0}@media only screen and (max-width:1199px){#toast-container{top:53px !important;left:10px !important;bottom:unset !important}}.font-poppins{font-family:"Poppins"}.gap-2{gap:2px}.gap-5{gap:5px}.gap-8{gap:8px}.gap-10{gap:10px}.gap-12{gap:12px}.gap-15{gap:15px}.gap-16{gap:16px}.gap-20{gap:20px}.base-alert{border-radius:5px;background:#059fdb;font-size:14px;padding:10px 12px;font-family:"Poppins"}.base-alert--warning{background-color:#e4b406}.base-alert--error{background-color:#e93133}.base-alert--success{background-color:#04c470}.base-alert--lite{background-color:white;border-radius:15px}.base-alert--lite .alert-title{color:#b5b5b5;font-size:15px;font-weight:normal}.base-alert--lite .alert-text{font-weight:bold;color:black}@media only screen and (max-width:1199px){.base-alert{width:calc(100vw - 30px)}}.base-alert .flex{gap:10px}.base-alert i img{display:block}.base-alert .alert-title{font-weight:600}.base-alert .alert-content{margin-top:10px}.mobile-notification{position:fixed;top:20px;right:0}.withdrawalNotificationToast{background-color:#24243a;border-radius:5px;padding:15px 30px;display:inline-block}.withdrawalNotificationToast .withdrawToastIconContain{float:left;margin-right:15px;margin-top:13px}.withdrawalNotificationToast .withdrawToastIconContain .withdrawToastIcon{height:33px;width:33px;border-radius:100%}.withdrawalNotificationToast .withdrawToastTitle{font-size:14px;font-weight:bold;display:inline-block;margin-top:0;margin-bottom:10px}.withdrawalNotificationToast .withdrawToastInfo{color:#787ead;display:inline-block;font-size:13px;line-height:14px;max-width:80%}.how-to-use-btn{position:fixed;display:flex;align-content:center;align-items:center;color:white;right:320px;bottom:40px;border:0;cursor:pointer;z-index:999;width:371px;height:77px;border-radius:10px;filter:drop-shadow(0 6px 16px rgba(99,221,146,0.45));background-image:linear-gradient(185deg,#5fdb8f 0,#7bdb5e 100%)}.how-to-use-btn>img{width:45px;margin:0 20px;filter:drop-shadow(0 6px 6.5px rgba(0,0,0,0.18))}.how-to-use-btn>span{font-size:21px;color:#fff;font-weight:bold;font-family:"Effra";filter:drop-shadow(0 6px 6.5px rgba(0,0,0,0.18))}.video-overlay-image{cursor:pointer}.how-to-use-description-container{display:flex;margin-bottom:15px}.how-to-use-description-bp{background:#01fe99;border-radius:50%;height:50px;width:50px;display:flex;justify-content:center;align-items:center;margin-right:30px;font-weight:600}.how-to-use-description{color:#7a7c90;flex:1}.youtube-iframe{position:relative;align-items:center;justify-content:center;text-align:center}#video_home,#video_modal{border-radius:10px;display:none}.image-modal{width:100%}.iframe-modal{margin-bottom:20px;width:100%;display:inline;height:780px}@font-face{font-family:"TT";font-weight:300;font-style:normal;src:url("../../../public/fonts/TTMussels-DemiBold.ttf") format("truetype")}.c{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.c2{display:flex;justify-content:center;align-items:center;justify-content:space-between;flex-wrap:wrap}.center{text-align:center}.f{width:100% !important}.o{opacity:0}.h{display:none !important}.p{cursor:pointer}.r{transform:rotate(180deg)}.t,.t>img{transition:.2s all ease}.t2,.t2>img{transition:.4s all ease}.to{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.left{float:left}.right{float:right}.nopad{padding:0 !important}.nobor{border:none !important}.rel{position:relative}.flex{display:flex;flex-wrap:wrap}.flex-row-reverse{flex-direction:row-reverse}.flex-col{display:flex;flex-direction:column}.justify-between{justify-content:space-between}.w-full{width:100%}.h-full{height:100%}.disabled{opacity:.65;cursor:not-allowed}.grid-cols-2{display:grid;grid-template-columns:1fr 1fr}.row{margin-bottom:0 !important;padding-bottom:20px !important}.grecaptcha-badge{visibility:hidden}.trustpilotStars{cursor:pointer;width:100px;height:19px;z-index:2}.startEarningBtn{width:305px;padding:12px 0;height:50px;background:#01d676;border-radius:4px;line-height:22px;color:#1d1d2e;text-align:center;font-weight:600;font-size:15px;position:relative;z-index:1;display:inline-block}@media only screen and (max-width:700px){.startEarningBtn{width:100%;max-width:303px}}.homeFluidContainer{max-width:1050px;margin:0 auto;padding:0 10px;font-family:"Poppins",sans-serif}@media only screen and (max-width:700px){.homeFluidContainer{padding:0 15px}}.homeFluidContainer .contentBox{color:#b3b5da;margin-top:60px;margin-bottom:50px;font-size:15px;text-align:justify}.homeFluidContainer h1{font-size:42px;color:#3dfc81}.homeFluidContainer h2{font-size:28px;margin-bottom:10px;color:#01d676;text-align:left}.homeFluidContainer h3{font-size:24px;color:#01d676;text-align:left}.homeFluidContainer ul{margin-left:20px}.homeFluidContainer ul>li{list-style-type:disc}.modal-header.--centered-title{position:relative;justify-content:center}.modal-header.--centered-title .modal-header-background{display:block;position:absolute;top:-24px;left:-24px;width:calc(100% + 48px)}.modal-header.--centered-title .modal-close{position:absolute;right:0}.welcomeModal{font-family:"Poppins",sans-serif;max-width:578px;max-height:90%}@media only screen and (max-width:700px){.welcomeModal{width:95%;max-height:90vh}}.welcomeModal .modal-content{padding:27px;height:500px}@media only screen and (max-width:700px){.welcomeModal .modal-content{padding:20px 15px;height:440px}}.welcomeModal .modal-header{display:flex;align-items:center;margin-bottom:30px}@media only screen and (max-width:700px){.welcomeModal .modal-header{padding:0 5px}}.welcomeModal .modal-header .modal-header-circle{display:inline-block;width:16px;height:16px;border-radius:100%;background:#01d676;border:4px solid #1a1a27;box-shadow:0 4px 10px rgba(0,0,0,0.25),inset 0 4px 10px #34e997;margin-right:15px}.welcomeModal .modal-header h5{display:inline-block;font-weight:500;font-size:15px;color:#888bb8;flex:1;margin:0}.welcomeModal .modal-header .modal-close{padding:5px}.welcomeModal .welcomeModalMediaSection{background:#1e1f2d;box-shadow:0 2px 35px rgba(83,84,119,0.1);border-radius:38px;height:264px;padding:22px;display:flex;align-items:center}@media only screen and (max-width:700px){.welcomeModal .welcomeModalMediaSection{height:auto;min-height:140px;padding:4px}}.welcomeModal .welcomeModalMediaSection>img{width:100%;border-radius:30px;opacity:.95}.welcomeModal .welcomeModalMediaSection>video{width:100%;height:100%;border-radius:30px;z-index:10}.welcomeModal .welcomeModalMainSection{color:#fff;font-size:14px;margin:40px 0 0 10px}@media only screen and (max-width:700px){.welcomeModal .welcomeModalMainSection{flex-direction:column}}.welcomeModal .welcomeModalMainSection h3{font-weight:600;font-size:22px;color:#01d676;margin-bottom:0}.welcomeModal .modal-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(68,69,97,0.5);padding:20px 27px}@media only screen and (max-width:700px){.welcomeModal .modal-bottom{padding:20px 15px}}.welcomeModal .welcomeModalSteps{display:flex;align-items:center}.welcomeModal .welcomeModalSteps .welcomeModalStepArrow{margin-right:25px;display:flex;cursor:pointer}@media only screen and (max-width:700px){.welcomeModal .welcomeModalSteps .welcomeModalStepArrow{margin-right:20px}}.welcomeModal .welcomeModalSteps .welcomeModalStepCircle{display:inline-block;width:8px;height:8px;border-radius:100%;background:rgba(112,115,179,0.1);margin-right:25px;cursor:pointer}@media only screen and (max-width:700px){.welcomeModal .welcomeModalSteps .welcomeModalStepCircle{margin-right:20px}}.welcomeModal .welcomeModalSteps .welcomeModalStepCircle--selected{background:#01d676;box-shadow:0 4px 10px rgba(0,0,0,0.25),inset 0 4px 10px #34e997}.welcomeModal .welcomeModalStepsMain{position:absolute;top:0;width:100%;height:100%;display:flex;justify-content:space-between;align-items:center}.welcomeModal .welcomeModalStepsMain .welcomeModalStepMain{height:100%;width:50px;display:flex;align-items:center;cursor:pointer}.welcomeModal .welcomeModalStepsMain .welcomeModalStepMain>i{display:none;margin:10px;font-size:25px}.welcomeModal .welcomeModalStepsMain .welcomeModalStepMain:hover>i{display:inline-block}.welcomeModal .welcomeModalDoneBtn{display:flex;align-items:center;justify-content:center;background:rgba(39,228,143,0.2);font-weight:600;font-size:14px;color:#29e590;width:96px;height:31px;border-radius:3px}.welcomeModal .welcomeModalActionBtn{display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background:#01d676;box-shadow:inset 0 1px 0 rgba(210,255,116,0.5);border-radius:50px;width:197px;height:39px;font-weight:600;font-size:12px}.materialize-textarea{color:rgba(255,255,255,0.9)}.input-field .helper-text{color:rgba(255,255,255,0.3) !important}.dropdownTrigger{cursor:pointer;background:rgba(66,68,113,0.7);box-shadow:0 4px 5px rgba(0,0,0,0.05);border-radius:5px;padding:0 18px;font-size:12px;font-weight:500;color:#eef;display:flex;justify-content:space-between;align-items:center;width:150px;height:40px;text-transform:uppercase}.dropdownMenuItem{cursor:pointer;font-weight:500;font-size:13px;padding:6px 10px;text-transform:uppercase}.collapsible,.collapsible-header,.collapsible-body{border-color:#3d425c;box-shadow:none}.collapsible-header{background-color:transparent}.currency-data-export-csv-btn{margin-bottom:3px;width:90%}.currency-data-export-csv-btn:hover{background-color:#106e44}.capitalizeFirstWord{text-transform:capitalize}.capitalizeAll{text-transform:uppercase}.capitalizeFirstLetter::first-letter {text-transform:capitalize}.lowercaseAll{text-transform:lowercase}.flex-1{flex:1}.flex-none{flex:none}.items-center{align-items:center}.items-start{align-items:start}.items-end{align-items:end}.avatar--36{width:36px;height:36px}.avatar--circle{border-radius:50%}.justify-center{justify-content:center}.justify-end{justify-content:end}.hover-bold:hover{text-shadow:.5px 0 0 currentColor}.fs-12{font-size:12px}.fs-14{font-size:14px}.fs-16{font-size:16px}.fs-20{font-size:20px}.fs-24{font-size:24px}.fs-32{font-size:32px}.n-of-lines-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.d-block{display:block}.margin-auto{margin:auto}.flex-nowrap{flex-wrap:nowrap}.ws-nowrap{white-space:nowrap}.pagination-wrapper{display:inline-flex;flex-wrap:wrap;gap:5px;margin-top:20px}@media only screen and (max-width:700px){.pagination-wrapper{max-width:310px}}.pagination-button{padding:8px 4px;border-radius:4px;background:#242536;color:#9e9ebd;min-width:40px;cursor:pointer;text-align:center;display:flex;justify-content:center}.pagination-button:hover{background:#2f3043}.pagination-button i{font-size:10px;margin:auto}.pagination-button.active{background-color:#01d676;color:black}.events{min-height:100vh;padding-bottom:60px;overflow:hidden;display:flex;flex-direction:column;align-items:center;text-align:center;gap:30px;background-color:#171826}.events-cta>.nav-item:not(:first-child){display:none !important}.switch.custom-switch .lever{width:30px;height:16px;background:#3e3e65;border-radius:4px;margin:0}.switch.custom-switch .lever::before,.switch.custom-switch .lever::after{width:12px;height:12px;border-radius:3px;top:2px;left:2px}.switch.custom-switch .lever::after{background:#23253a}.switch.custom-switch input[type=checkbox]:checked+.lever::before,.switch.custom-switch input[type=checkbox]:checked+.lever::after{left:16px}.switch.custom-switch input[type=checkbox]:checked+.lever::after{background:#01d676}.switch.rounded-switch .lever{width:36px;height:20px;background:#333349;border-radius:99px;margin:0}.switch.rounded-switch .lever::before,.switch.rounded-switch .lever::after{width:14px;height:14px;border-radius:99px;top:3px;left:3px}.switch.rounded-switch .lever::after{background:#7b7d98}.switch.rounded-switch input[type=checkbox]:checked+.lever{background-color:#2e3a43}.switch.rounded-switch input[type=checkbox]:checked+.lever::before,.switch.rounded-switch input[type=checkbox]:checked+.lever::after{left:20px}.switch.rounded-switch input[type=checkbox]:checked+.lever::after{background:#01d676}.toast-alert{background-color:#24243a;border-radius:5px;padding:10px 15px;display:inline-block}.toast-alert.success .toast-icon{background:url("/public/img/toastSuccess.webp");box-shadow:0 0 5px 0 #50ff60}.toast-alert.warning .toast-icon{background:url("/public/img/toastWarning.webp");box-shadow:0 0 5px 0 #ffc350}.toast-alert.error .toast-icon{background:url("/public/img/toastError.webp");box-shadow:0 0 5px 0 #ff5050}.toast-alert .toast-header{position:relative;margin-bottom:10px}.toast-alert .toast-header .toast-title{font-size:14px;font-weight:bold}.toast-alert .toast-header .toast-icon{position:absolute;top:1px;left:-30px;display:block;width:18px;height:18px;background-size:cover;background-repeat:no-repeat;margin-right:5px;border-radius:50%}.toast-alert .toast-body{color:#787ead;font-size:13px}.tooltip{--bs-tooltip-opacity:1;--bs-tooltip-color:#a9a8cd}button.tooltipped:focus{outline:0;background:0}@media only screen and (max-width:1199px){.mdsm\:hidden{display:none !important}}@media only screen and (max-width:700px){.sm\:hidden{display:none !important}}@media only screen and (max-width:1199px){.mdsm\:visible{display:block !important}}@media only screen and (max-width:700px){.sm\:visible{display:block !important}}@media only screen and (min-width:1200px){.lg\:visible{display:block !important}}@media only screen and (min-width:1200px){.lg\:hidden{display:none !important}}@media only screen and (max-width:700px){.sm\:w-full{width:100%}}.faq-item{border:1px solid #a9a9ca;border-radius:10px;margin-bottom:15px}.faq-item.accordion-opened summary::after{transform:translateY(-50%) rotate(90deg)}.faq-item.accordion-closed summary::after{transform:translateY(-50%) rotate(45deg)}.faq-item summary{font-weight:500;position:relative;padding:25px;padding-right:35px;padding-right:40px;cursor:pointer}.faq-item summary:focus{outline:0}.faq-item summary::after{content:"";background-image:url(/public/img/useronboarding/close.svg);width:16px;height:16px;background-repeat:no-repeat;transform:translateY(-50%) rotate(45deg);position:absolute;top:50%;right:16px;transition:transform .2s linear}.faq-item summary::-webkit-details-marker{display:none}.faq-item .content{color:#a9a9ca;padding:25px;padding-top:0}.faq-heading{margin-top:40px;margin-bottom:30px;line-height:1.25}.faq-section{padding-bottom:100px}@media only screen and (min-width:1200px){.faq-section{padding-left:90px;padding-right:90px}}@media only screen and (max-width:1199px){.faq-section{padding:0 30px}}.faq-example{display:grid;grid-template-columns:50% 50%;gap:10px;margin-top:40px;text-align:center}@media only screen and (max-width:1199px){.faq-example{grid-template-columns:1fr;gap:30px}}.faq-example .faq-item{display:flex;flex-direction:column}.modal-close-button{border:1px solid #2f3043;width:40px;height:40px;border-radius:20px;display:flex;align-items:center;justify-content:center;position:absolute;right:0;top:0;cursor:pointer}.modal-close-button:focus{background-color:unset}.loading-skeleton{position:relative !important;overflow:hidden !important}.loading-skeleton.rounded{border-radius:8px}.loading-skeleton.rounded::after,.loading-skeleton.rounded::before{border-radius:8px}.loading-skeleton.rounded-xl{border-radius:18px}.loading-skeleton.rounded-xl::after,.loading-skeleton.rounded-xl::before{border-radius:18px}.loading-skeleton::before{position:absolute;inset:0;background-color:#2c2c44;content:""}.loading-skeleton::after{position:absolute;content:"";inset:0;transform:translateX(-100%);background-image:linear-gradient(90deg,rgba(0,0,0,0),#242438,#242438,rgba(0,0,0,0));animation-name:shimmer;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear}@media only screen and (max-width:700px){.splide__arrows_mobile{display:none}}.vi{color:#141523 !important}.site-content-container{min-height:calc(100vh - var(--header-height) - var(--bottom-nav-height))}@media only screen and (max-width:700px){.site-content-container:not(.is-logged-in){position:relative;top:-131px;margin-bottom:-131px}}#react-app-lite-header-desktop{margin:0}@media only screen and (max-width:700px){#react-app-lite-header-desktop{display:none}}[data-page=my-offers],[data-page=rewards],[data-page=earn][data-ui-mode=lite]{background-color:#141523}@media only screen and (max-width:700px){body:not([data-page=myprofile]) .site-footer.site-footer-new-profile .footer-container{display:none !important}}#mainNavBar{display:flex;align-items:center;position:fixed;top:0;left:0;width:100%;background-color:#1d1e31;height:80px;z-index:10}#mainNavBar .navLogoBox{display:inline-block;padding-left:30px;padding-right:20px}#mainNavBar .navLogoBox .shortLogo{width:34px;height:34px;margin-top:21px;margin-right:25px}#mainNavBar .navLogoBox .actualLogo{width:176px;height:28px}#mainNavBar .navButtonsBox{display:flex;height:80px;vertical-align:top}#mainNavBar .navButtonsBox .navItem{height:80px;display:inline-block;padding:0 30px;margin:0 10px;cursor:pointer}#mainNavBar .navButtonsBox .navItem .theText{line-height:80px;color:#787ead;font-weight:400;font-size:18px}#mainNavBar .navButtonsBox .navItem .theText i{margin-right:10px;-webkit-transition:-webkit-transform .5s;transition:transform .5s}#mainNavBar .navButtonsBox .navItem .theText .navItemIcon,#mainNavBar .navButtonsBox .navItem .theText .navItemIconActive{height:22px;position:relative;top:4px;margin-right:7px;-webkit-transition:-webkit-transform .5s;transition:transform .5s}#mainNavBar .navButtonsBox .navItem .promoCodeText{color:#ffc800;font-weight:500}#mainNavBar .navButtonsBox .navItem .promoCodeText sup{font-size:12px;font-weight:700;top:-8px}#mainNavBar .navButtonsBox .navItem.nav-active{border-bottom:3px solid #323249}#mainNavBar .navButtonsBox .navItem.nav-active .theText{color:#00ff79;text-shadow:0 0 25px}#mainNavBar .navButtonsBox .navItem:hover .navItemIcon,#mainNavBar .navButtonsBox .navItem:hover .navItemIconActive{-webkit-transform:rotate(360deg);transform:rotate(360deg)}#mainNavBar .navLoginButtonsBox{height:80px;position:absolute;top:0;right:0;display:flex;align-items:center}#mainNavBar .navLoginButtonsBox .withdrawBtn{background-color:#33334e;height:50px;box-shadow:0 4px 0 #20203b;vertical-align:top;display:inline-block;margin:0 1rem;line-height:50px;padding:0 30px;border-radius:2px}#mainNavBar .navLoginButtonsBox .withdrawBtn .theText{color:#00e670;font-weight:700;font-size:16px}#mainNavBar .navLoginButtonsBox .googleLoginButtonBox{display:inline-block;height:56px;padding-top:12px}#mainNavBar .navLoginButtonsBox .googleLoginButtonBox img{height:56px}#mainNavBar .navLoginButtonsBox .steamLoginButtonBox{display:inline-block;height:50px;position:relative;top:3px}#mainNavBar .navLoginButtonsBox .steamLoginButtonBox img{height:57px}#mainNavBar .navLoginButtonsBox .withdrawBtn,#mainNavBar .navLoginButtonsBox .googleLoginButtonBox,#mainNavBar .navLoginButtonsBox .steamLoginButtonBox{margin-right:9px}#mainNavBar .navLoggedInBox{display:flex;height:80px;position:absolute;top:0;right:0}#mainNavBar .navLoggedInBox .withdrawBtn,#mainNavBar .navLoggedInBox .nameBonusBtn{height:50px;vertical-align:top;display:inline-block;margin-top:15px;line-height:50px;padding:0 30px;border-radius:4px;margin-right:10px}#mainNavBar .navLoggedInBox .withdrawBtn{background-color:#33334e;box-shadow:0 3px 0 #29293f}#mainNavBar .navLoggedInBox .withdrawBtn .theText{color:#00e670;font-weight:700;font-size:17px}#mainNavBar .navLoggedInBox .nameBonusBtn{color:white;font-weight:bold;font-size:17px;position:relative}#mainNavBar .navLoggedInBox .nameBonusEnabled .nameBonusDescription,#mainNavBar .navLoggedInBox .nameBonusDisabled .nameBonusDescription{height:60px;position:absolute;bottom:-80px;left:-25px;font-weight:normal;font-size:14px;padding:0 5px;border-radius:5px;width:calc(100% + 50px);line-height:20px;text-align:center;padding-top:12px}#mainNavBar .navLoggedInBox .nameBonusEnabled .nameBonusDescription .nameBonusDescArrow,#mainNavBar .navLoggedInBox .nameBonusDisabled .nameBonusDescription .nameBonusDescArrow{display:inline-block;width:30px;height:30px;position:absolute;left:54%;top:-16px;margin-left:-25px;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);background-color:#01d676;z-index:1}#mainNavBar .navLoggedInBox .nameBonusEnabled{background:#00da72;background:linear-gradient(125deg,#00da72 45%,#17b88f 100%);box-shadow:0 3px 0 #0c8159}#mainNavBar .navLoggedInBox .nameBonusEnabled .nameBonusDescription{background-color:#01d676}#mainNavBar .navLoggedInBox .nameBonusEnabled .nameBonusDescription .nameBonusDescArrow{background-color:#01d676}#mainNavBar .navLoggedInBox .nameBonusDisabled{background:#ff5858;background:linear-gradient(125deg,#ff5858 45%,#d4647e 100%);box-shadow:0 3px 0 #97333d}#mainNavBar .navLoggedInBox .nameBonusDisabled .nameBonusDescription{background-color:#d16681}#mainNavBar .navLoggedInBox .nameBonusDisabled .nameBonusDescription .nameBonusDescArrow{background-color:#d16681}#mainNavBar .navProfileOptionsBox{display:flex;background-color:#262638;height:80px;line-height:80px;padding:0 10px}#mainNavBar .navHotLabel{position:absolute;right:4px;top:11px;padding:2px 9px 1px 10px;font-weight:500;font-size:9px;line-height:11px;border-radius:5px;letter-spacing:1.1px;background:rgba(1,255,149,0.25);color:#01ff97}#mainNavBar .userInfoContainer{background:#33334c;margin:3px;padding:10px;border-radius:4px;display:flex;align-items:center}#mainNavBar .userInfoContainer .usernameAndBalance{display:flex;flex-direction:column;line-height:normal;font-weight:bold;margin-left:10px}#mainNavBar .userInfoContainer .usernameAndBalance .usernameText{color:#fff;position:relative;max-width:100px;height:15px;display:flex;align-items:center;font-weight:600;font-size:13px;font-family:"Poppins",sans-serif}#mainNavBar .userInfoContainer .navAva{height:31px;width:31px;vertical-align:middle;border-radius:4px}@media only screen and (max-width:1199px){.nameBonusBtn{display:none !important}}#mobileNavContent{position:fixed;top:80px;left:0;width:300px;height:calc(100% - 80px);z-index:9;background-color:#1e1e2c;z-index:99999999;display:none}#mobileNavContent .profileButtons{padding:10px;text-align:center}#mobileNavContent .profileButtons .mobileNavButtonOuter{display:inline-block;width:100%}#mobileNavContent .profileButtons .mobileNavButtonOuter .mobileNavButton{background:#33334c;text-align:center;display:inline-block;width:100%;padding:10px 0;font-size:16px;color:#65658c;font-weight:bold;border-radius:3px;margin-top:10px}@media only screen and (max-width:1199px){#freeTextBox{display:none}#mobileNavContent{display:block}}@media only screen and (max-width:768px){#mobileNavContent{width:200px !important}}.mobile-nav-hidden{display:none !important}.mobileNavLoginBtnContain{width:30%;display:inline-block}@media only screen and (max-width:700px){.mobileNavLoginBtnContain{width:50% !important}}@media only screen and (max-width:400px){.mobileNavLoginBtnContain{width:100% !important}}@media only screen and (max-width:560px){.mobile-nav-logo{display:flex !important}.main-logo,.navLogoBox{display:none !important}}@media only screen and (max-width:1199px){.navbar-desktop-wrapper{display:none !important}.navbar-mobile-wrapper{width:100%;right:0;padding:0 12px;justify-content:flex-end;position:relative;display:flex !important;align-items:center}.navbar-mobile-wrapper .mobile-dropdown{margin-right:auto;display:flex;align-items:center}.navbar-mobile-wrapper .auth-button-mobile-wrapper{position:absolute;right:0;display:flex;align-self:center;zoom:90%}}@media only screen and (min-width:1200px){.navbar-mobile-wrapper{display:none !important}}.mobile-nav{display:none;justify-content:space-around;align-items:center;width:100%;height:80px;background:#2e2e46;position:absolute;bottom:0}.mobile-nav .mobile-route{display:flex;flex-direction:column;align-items:center;width:20%;transition:200ms ease;position:relative}.mobile-nav .mobile-route.nav-active:before{position:absolute;top:-20px;left:0;right:0;margin:0 auto;width:30px;height:0;display:block;content:"";border-top:5px solid #00ff79;border-left:10px solid transparent;border-right:10px solid transparent}.mobile-nav .mobile-route.nav-active .mobile-title{color:#00ff79;text-shadow:0 0 30px}.mobile-nav .mobile-route .mobile-icon{display:flex;align-items:center;justify-content:center;width:25px;height:25px;font-size:25px;margin-bottom:10px;color:#777dab;transition:200ms ease}.mobile-nav .mobile-route .mobile-icon img{display:flex;width:100%;max-width:25px}.mobile-nav .mobile-route .mobile-title{font-size:10px;color:#777dab;font-family:Roboto,Arial;transition:200ms ease}@media only screen and (max-width:1199px){.mobile-nav{position:fixed;display:flex;z-index:9}.slideInRight{animation:none}}:root{--chat-width:286px}@media only screen and (min-width:1200px) and (max-width:1599px){:root{--chat-width:266px}}@media only screen and (min-width:1200px){.chatActive .main,.chatActive footer,.chatActive .site-header{margin-right:var(--chat-width)}.chatActive .site-header{width:calc(100% - var(--chat-width))}}@media only screen and (max-width:1199px){.chatActive .homeHowToUseBtn{display:none}}.chatActive .chat{width:var(--chat-width)}@media only screen and (max-width:1199px){.chatActive .chat{display:block;width:100%;box-shadow:none;height:calc(100% - var(--header-height) - var(--earn-feed-height) - 74px);top:calc(var(--header-height) + var(--earn-feed-height))}}@media only screen and (max-width:700px){.chatActive .chat{height:calc(100% - 80px - 127px)}}.chatActive .chat .chatToggleBtn .chatToggleArrow{transform:none}.chatActive .intercom-app>div,.chatActive .intercom-lightweight-app>div{right:calc(var(--chat-width) + 30px) !important}.chat-width-changing .intercom-app>div,.chat-width-changing .intercom-lightweight-app>div{transition:right .25s !important}.intercom-app div.intercom-close-btn{display:none}@media only screen and (min-width:701px) and (max-width:1199px){.intercom-app div.intercom-close-btn{display:block;position:absolute;right:25px;top:25px;cursor:pointer}.intercom-app div.intercom-close-btn svg{width:12px;height:12px}}.verification-review-subpage:not(.active),.kyc-verification-review-page:not(.active){display:none}.verification-review-subpage .table-info,.kyc-verification-review-page .table-info{display:flex;align-items:center}.verification-review-subpage .table-info .total-items,.kyc-verification-review-page .table-info .total-items{text-align:right}@media only screen and (max-width:700px){.verification-review-subpage .table-info,.kyc-verification-review-page .table-info{flex-direction:column}}.verification-review-subpage table.responsive-table .banned-text,.kyc-verification-review-page table.responsive-table .banned-text{color:red}.verification-review-subpage table.responsive-table .frozen-text,.kyc-verification-review-page table.responsive-table .frozen-text{color:#00c4ff}.verification-review-subpage table.responsive-table .unbanned-text,.kyc-verification-review-page table.responsive-table .unbanned-text{color:green}.verification-review-subpage table.responsive-table a,.kyc-verification-review-page table.responsive-table a{cursor:pointer}.verification-review-subpage table.responsive-table tbody tr td:first-child a,.kyc-verification-review-page table.responsive-table tbody tr td:first-child a{max-width:100px;overflow:hidden;text-overflow:ellipsis;display:inline-block}.verification-review-subpage table.responsive-table .td-actions,.kyc-verification-review-page table.responsive-table .td-actions{display:flex;flex-direction:row;justify-content:flex-end}.verification-review-subpage table.responsive-table .td-actions .btn:not(:last-child),.kyc-verification-review-page table.responsive-table .td-actions .btn:not(:last-child){margin-right:5px}.verification-review-subpage table.responsive-table .td-actions .request-verification-btn,.kyc-verification-review-page table.responsive-table .td-actions .request-verification-btn{background-color:#631fff}.verification-review-subpage table.responsive-table .td-actions a,.kyc-verification-review-page table.responsive-table .td-actions a{white-space:nowrap}@media only screen and (max-width:992.99px){.verification-review-subpage table.responsive-table .td-actions,.kyc-verification-review-page table.responsive-table .td-actions{flex-direction:column}.verification-review-subpage table.responsive-table .td-actions .btn:not(:last-child),.kyc-verification-review-page table.responsive-table .td-actions .btn:not(:last-child){margin-right:0;margin-bottom:5px}}.verification-review-subpage table.responsive-table tr.empty td,.kyc-verification-review-page table.responsive-table tr.empty td{text-align:center}.id-verification-flags-modal{max-width:584px;padding:26px 22px 23px 22px;font-family:"Poppins"}.id-verification-flags-modal .modal-header{text-align:center;font-weight:700;font-size:20px;color:#01d676;display:flex;align-items:center;justify-content:center;margin-bottom:25px}.id-verification-flags-modal .modal-header svg{margin-right:8px}.id-verification-flags-modal .modal-body{background:#2c2c44;border-radius:6px;padding:17px;color:#adb2ea;margin-bottom:14px;font-weight:400;font-size:14px;line-height:21px}.id-verification-flags-modal .modal-body div:not(:last-child):not(:first-child){margin-bottom:20px}.adminSkippedCredits #admin-skippedreason{color:#787ead;background-color:#2a2c4a;text-indent:10px;margin-top:10px;height:54px}.offerClicksSearchSection .layerBg{text-align:center;padding:10px}.offerClicksSearchSection .search-row{display:flex;align-items:center;flex-direction:row;justify-content:center;gap:40px;padding:40px}.offerClicksSearchSection .search-row .input-field{margin-bottom:0;width:200px}.offerClicksSearchSection .flex-center{display:flex;align-items:center;margin-top:10px}.offerClicksSearchSection .adminOfferClickSearchBtn{margin-top:15px}.your-surveys-featured{display:inline-block;cursor:pointer;position:relative}.your-surveys-featured>img{width:100%}.your-surveys-featured--blue,.your-surveys-featured--yellow{width:256px}@media only screen and (min-width:701px){.your-surveys-featured--blue img,.your-surveys-featured--yellow img{width:100%;height:120px;margin:0}}@media only screen and (max-width:1199px){.your-surveys-featured--blue,.your-surveys-featured--yellow{width:314px}}.your-surveys-featured--yellow{width:100%;top:2px}.your-surveys-featured--yellow-new{width:100%;top:0}.exclusive-surveys-offer{display:inline-block;width:256px;position:relative;cursor:pointer}.exclusive-surveys-offer>img{width:100%}@media only screen and (min-width:701px){.exclusive-surveys-offer>img{height:128px}}@media only screen and (max-width:700px){.exclusive-surveys-offer>img{height:100%}}.exclusive-surveys-offer .loadingSpinnerFa{display:none}.exclusive-surveys-offer .exclusive-surveys-offer-disabled-text{display:none}@media only screen and (max-width:1199px){.exclusive-surveys-offer{width:314px}}.exclusive-surveys-offer--disabled{cursor:pointer}.exclusive-surveys-offer--disabled>img{opacity:.3}.exclusive-surveys-offer--disabled .exclusive-surveys-offer-disabled-text{display:block;position:absolute;top:45%;left:50%;width:170px;transform:translate(-50%,-50%);color:#fbfaff;font-weight:500;font-size:13px}@media only screen and (max-width:700px){.exclusive-surveys-offer--disabled .exclusive-surveys-offer-disabled-text{font-size:15px;width:230px}}.exclusive-surveys-offer--loading{pointer-events:none;cursor:default}.exclusive-surveys-offer--loading>img{opacity:.25}.exclusive-surveys-offer--loading .loadingSpinnerFa{display:block;position:absolute;left:40%;top:32%;color:#787ead;font-size:40px}.earnWallModal{min-height:580px;max-height:580px;height:580px}.earnWallModal .earnModalIframeContain{height:515px}@media only screen and (max-width:700px){.earnWallModal{width:100%;min-height:80%;max-height:80%;height:80%;border-radius:0}.earnWallModal .modal-content{height:100%}.earnWallModal .earnModalIframeContain{height:90%}}.earnWallModal .modal-close-button{top:8px;right:8px}.videoEarnContainer{color:#fff;background:#2f3251;height:70px;display:flex;width:100%}.videoEarnLeftBar{background:#45496e;height:70px;width:4px}.videoEarnIcon{line-height:80px;flex:.2;position:relative}.helper{display:inline-block;vertical-align:middle}.videoEarnText{font-family:MuliExtraBold;margin-left:20px;line-height:70px;flex:.8}.earn-wrapper{min-height:154px;background:#141523;position:relative;display:none}@media only screen and (max-width:700px){.earn-wrapper{display:block}}.earn-steps{width:1717px;max-width:100%;position:relative;background:#0e1019;padding-right:60px}.earn-step{height:154px;width:33.3333333333%;min-width:430px}.earn-sleft{width:230px;height:154px;position:relative;padding:44px 20px;justify-content:center;align-items:flex-start;overflow:hidden}.earn-stitle{color:#00da72;font-size:20px;margin-right:10px;font-family:TT;position:relative}.earn-stext{color:#fff;font-size:65px;margin-top:-14px;font-family:TT;position:relative}.earn-sarrows{position:absolute;top:calc(50% + 30px);left:50%;transform:translate(-50%,-50%);font-size:170px;color:#10121c;letter-spacing:-25px}.earn-sright{background:#090a10;width:calc(100% - 230px);padding:10px 20px;height:154px;position:relative;overflow:hidden}.earn-srbg{position:absolute;top:0;left:0;right:0;bottom:0}.earn-srbg img{width:100%;position:absolute;top:50%;left:0;transform:translateY(-50%);opacity:1}.earn-srtitle{font-family:TT;color:#00da72;font-size:20px;position:relative}.earn-srtext{font-family:TT;color:#fff;font-size:14px;position:relative}.earn-srbutton{position:absolute;bottom:14px;left:50%;height:65px}.earn-srbutton img{height:65px}.earn-srbutton img:nth-child(2){height:55px;width:55px;position:absolute;bottom:-20px;right:-20px}.earn-sbutton{height:45px;width:170px;border-radius:4px;background:#51e487;border-bottom:3px solid #3aa160;color:white;font-size:16px;position:absolute;right:14px;bottom:25px}.earn-sbutton.right{right:11px}.earn-sbutton img{position:absolute;left:calc(50% - 10px);top:calc(50% - 10px)}.earn-sbutton:active{transform:translateY(0);border-bottom:0 solid #3aa160;height:42px}.earn-scoins{width:90px;position:absolute;left:30px;bottom:5px}.earn-scoins img{width:90px}.earn-close{height:20px;width:20px;position:absolute;top:12px;right:12px;z-index:4}.earn-close img{height:20px;width:20px}.earn-toggles{height:28px;background:#131422;padding:0 12px;display:none}.earn-toggle{height:20px;font-family:TT;font-size:12px;color:#fff}.earn-toggle img{width:12px;margin-right:8px}.earn-toggle img.right{margin:0 0 0 8px}@media screen and (max-width:1770px){.earn-steps{width:auto;padding:0}.earn-step{display:none;width:572px;max-width:100%}.earn-step.active{display:flex}.earn-toggles{display:flex}}@media screen and (max-width:600px){.earn-sleft{padding:44px 0;width:154px}.earn-sright{width:calc(100% - 154px)}}@media screen and (max-width:500px){.earn-sleft{padding:44px 0;width:110px}.earn-sright{width:calc(100% - 110px)}.earn-step{min-width:100% !important}#desc1{width:90px !important}}.earn-gradient{position:absolute;bottom:0;width:30%;z-index:1;height:1px}.rtl-gradient{background:linear-gradient(234deg,#7cfa73 0,transparent 100%);right:40px}.rtl-gradient:before{position:absolute;content:"";width:0;height:0;border-top:5px solid transparent;border-right:10px solid #7cfa73;transform:translateY(-5px);border-bottom:5px solid transparent;right:0}.ltr-gradient{background:linear-gradient(234deg,transparent 0,#7cfa73 100%);left:40px}.ltr-gradient:before{position:absolute;content:"";width:0;height:0;border-top:5px solid transparent;border-left:10px solid #7cfa73;transform:translateY(-5px);border-bottom:5px solid transparent;left:0}.less-space{padding:0 .35rem !important;margin-top:.7rem !important;box-shadow:2px 2px 100px 1px rgba(0,0,0,0.2)}.desc-container{border-radius:6px !important}.surveyModal{font-family:"Poppins",sans-serif;font-weight:500;font-size:13px;color:rgba(255,255,255,0.9);background:#222337;width:70%;max-width:1050px}@media only screen and (max-width:700px){.surveyModal{width:100%}}.surveyModal .surveyModalTop{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}@media only screen and (max-width:700px){.surveyModal .surveyModalTop{flex-wrap:wrap;justify-content:center;flex-direction:column}}.surveyModal .surveyModalTop .surveyModalBtn{width:151px}.surveyModal .surveyModalTop .surveyModalBtn--disabled{display:none}.surveyModal .surveyModalTopRight{display:flex;align-items:center}@media only screen and (max-width:700px){.surveyModal .surveyModalTopRight{flex-direction:column}}.surveyModal .surveyModalTopRight .surveyModalMultiPlatformContainer{display:flex;align-items:center}@media only screen and (max-width:700px){.surveyModal .surveyModalTopRight .surveyModalMultiPlatformContainer{gap:15px}}.surveyModal .surveyModalTopRight .surveyModalCoins{margin-right:15px;font-weight:600;display:flex;align-items:center;white-space:nowrap}@media only screen and (max-width:700px){.surveyModal .surveyModalTopRight .surveyModalCoins{margin:0 0 10px 0}}.surveyModal .surveyModalTopRight .surveyModalCoins .surveyModalCoinsIcon{height:20px;width:20px;margin-right:6px}.surveyModal .surveyModalMain{background:#2d2e46;border-radius:15px;padding:25px 35px}@media only screen and (max-width:700px){.surveyModal .surveyModalMain{padding:10px 15px}}.surveyModal .surveyModalMain .taskList li{display:flex}.surveyModal .surveyModalHeadingContainer{display:flex;align-items:center;margin-top:0}@media only screen and (max-width:700px){.surveyModal .surveyModalHeadingContainer{flex-direction:column}}.surveyModal .surveyModalHeadingContainer>img{height:50px;border-radius:5px}.surveyModal .surveyModalHeadingContainer .offerMiniPreview{position:relative}.surveyModal .surveyModalHeadingContainer .offerMiniPreview--subheading{position:absolute;top:-4px;left:6px;padding-right:10px;line-height:10px;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.surveyModal .surveyModalHeadingContainer .offerMiniPreview--heading{position:absolute;top:14px;left:6px;padding-right:6px;line-height:10px;font-weight:bold;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.surveyModal .surveyModalHeadingContainer>h5{position:relative;bottom:5px;margin-left:15px;font-size:20px;font-weight:700;line-height:150%;color:rgba(255,255,255,0.95)}.surveyModal .surveyModalHeadingContainer>h5 .surveyModalHeadingHypen{color:#424462}.surveyModal .surveyModalHeadingContainer>h5 .surveyModalHeadingHighlight{color:#01d676;display:none}.surveyModal .surveyModalBtn{white-space:nowrap;background:#01d676;box-shadow:0 0 20px rgba(1,214,118,0.25),inset 0 1px 0 #55ffb3;border-radius:3px;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 20px;height:43px;line-height:43px;position:relative}.surveyModal .surveyModalBtn>img{margin-right:15px}.surveyModal .surveyModalBtn .loadingSpinnerFa,.surveyModal .surveyModalBtn .surveyModalBtnTextDisabled{display:none}.surveyModal .surveyModalBtn--loading{pointer-events:none;cursor:default}.surveyModal .surveyModalBtn--loading img,.surveyModal .surveyModalBtn--loading span{display:none}.surveyModal .surveyModalBtn--loading .loadingSpinnerFa{display:block}.surveyModal .surveyModalBtn--disabled{pointer-events:none;cursor:default;background:rgba(1,214,118,0.25);box-shadow:none}.surveyModal .surveyModalBtn--disabled img,.surveyModal .surveyModalBtn--disabled span{display:none}.surveyModal .surveyModalBtn--disabled .surveyModalBtnTextDisabled{display:block}.surveyModal .surveyModalBtn--disabled .surveyModalBtnTextDefault{display:block;position:absolute;opacity:.3;filter:blur(3px)}.surveyModal h6{font-size:13px;font-weight:700;color:#01d676;text-transform:uppercase}.surveyModal ol,.surveyModal ul{counter-reset:requirements-counter;list-style:none;padding-left:27px}.surveyModal ol>li,.surveyModal ul>li{counter-increment:requirements-counter;margin:5px 0;position:relative}.surveyModal ol>li::before,.surveyModal ul>li::before{content:counter(requirements-counter);color:#01d676;font-size:9px;font-weight:500;background:rgba(1,214,118,0.25);border-radius:100%;position:absolute;left:-27px;top:1px;width:19px;height:19px;display:flex;align-items:center;justify-content:center}.surveyModal ol.checkmarks>li::before,.surveyModal ul.checkmarks>li::before{content:"✓"}.surveyModal .surveyModalSelectButtons{display:flex;align-items:center;margin-top:10px;margin-bottom:20px}@media only screen and (max-width:700px){.surveyModal .surveyModalSelectButtons{flex-direction:column}}.surveyModal .surveyModalSelectButtons .surveyModalBtn{margin-right:8px;font-size:11.5px;width:195px;background:rgba(2,167,93,0.8);box-shadow:0 0 20px rgba(1,214,118,0.25),inset 0 1px 0 #1a9e62}@media only screen and (max-width:700px){.surveyModal .surveyModalSelectButtons .surveyModalBtn{margin-bottom:10px}}.surveyModal .surveyModalDescription{display:none}.surveyModal--1000 .surveyModalHeadingHighlight--1000,.surveyModal--1000 .surveyModalDescription--1000{display:inline !important}.surveyModal--1000 .surveyModalSelectButtons .surveyModalBtn--1000{background:#01d676;box-shadow:0 0 20px rgba(1,214,118,0.25),inset 0 1px 0 #55ffb3}.surveyModal--500 .surveyModalHeadingHighlight--500,.surveyModal--500 .surveyModalDescription--500{display:inline !important}.surveyModal--500 .surveyModalSelectButtons .surveyModalBtn--500{background:#01d676;box-shadow:0 0 20px rgba(1,214,118,0.25),inset 0 1px 0 #55ffb3}.surveyModalTable{background:#222337;border-radius:8px;padding:6px 10px}@media only screen and (max-width:700px){.surveyModalTable{padding:6px}}.surveyModalTable th{color:#ccd0f9}.surveyModalTable tr{border-bottom:0}.surveyModalTable td,.surveyModalTable th{padding:5px}.surveyModalTable td{font-weight:600}@media only screen and (max-width:700px){.surveyModalTable .not-mobile{display:none}}.featured-box[data-size=large]{cursor:pointer}@media only screen and (min-width:701px){.featured-box[data-size=large]{transition:width 1s ease,opacity 1s ease}}@media only screen and (max-width:1199px){.featured-box[data-size=large]{position:relative}.featured-box[data-size=large] .exclusive-surveys-offer,.featured-box[data-size=large] .your-surveys-featured{width:100%;height:100%;margin:0}}.featured-box[data-size=small]{cursor:pointer;-webkit-tap-highlight-color:transparent}@media only screen and (min-width:701px){.featured-box[data-size=small]{transition:width 1s ease,opacity 1s ease}.featured-box[data-size=small] .featuredOffersOfferWallBox{height:128px}}@media only screen and (max-width:700px){.featured-box[data-size=small]{position:relative}.featured-box[data-size=small] .featuredOffersOfferWallBox .offerWallImageOuter{width:100%;height:100%}.featured-box[data-size=small] .featuredOffersOfferWallBox .offerWallImageOuter .offerWallImage{width:100%;height:100%}.featured-box[data-size=small] .your-surveys-featured{margin:0;width:100%;height:100%}.featured-box[data-size=small] .your-surveys-featured img{height:100%}}.earn-box-v2 .earn-box-cover-container{position:relative;overflow:hidden;border-radius:6px}.earn-box-v2 .earn-box-cover-container .earn-box-cover-action,.earn-box-v2 .earn-box-cover-container .earn-box-cover-action-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;opacity:0}.earn-box-v2 .earn-box-cover-container .earn-box-cover-action,.earn-box-v2 .earn-box-cover-container .earn-box-cover-action-overlay,.earn-box-v2 .earn-box-cover-container .earn-box-cover-container .cover,.earn-box-v2 .earn-box-cover-container .openOfferWallBtn{transition:all .3s cubic-bezier(0.4,0,0.2,1)}.earn-box-v2 .earn-box-cover-container .earn-box-cover-action{align-items:center;justify-content:center;flex-direction:column}.earn-box-v2 .earn-box-cover-container .earn-box-cover-action-text{margin:0;color:white;font-size:12px}.earn-box-v2 .earn-box-cover-container .openOfferWallBtn{display:flex}.earn-box-v2 .earn-box-cover-container .openOfferWallBtn .offerwallBelowTriangle{flex:1}.earn-box-v2 .earn-box-cover-container .openOfferWallBtn .offerwallTriangle{position:absolute;top:0;bottom:30px;left:0;right:0;display:flex;align-items:center;justify-content:center}.earn-box-v2 .earn-box-cover-container .openOfferWallBtn .offerwallTriangle .offerwallImageV2{width:80%;max-height:60px;object-fit:contain}.earn-box-v2 .earn-box-play-button{width:40px;height:40px;background:rgba(1,214,118,0.2);display:flex;align-items:center;justify-content:center;margin-bottom:10px;border-radius:50%}.earn-box-v2 .earn-box-play-button img{height:15px;width:12px}.earn-box-v2 .survey-card-gradient-bar,.earn-box-v2 .offerwallGradientBar{height:1px;position:absolute;bottom:0;width:100%}.offerwallContainer--notik .earn-box-v2 .earn-box-cover-container .openOfferWallBtn .offerwallTriangle .offerwallImageV2{max-height:40px}@media only screen and (min-width:701px){.earn-page-card:not(.deactivated) .earn-box-v2 .earn-box-cover-container:hover .cover,.earn-page-card:not(.deactivated) .earn-box-v2 .earn-box-cover-container:hover .featured-box-devices-container,.earn-page-card:not(.deactivated) .earn-box-v2 .featured-box-container:hover .cover,.earn-page-card:not(.deactivated) .earn-box-v2 .featured-box-container:hover .featured-box-devices-container{filter:blur(8px);opacity:.2}.earn-page-card:not(.deactivated) .earn-box-v2 .earn-box-cover-container:hover .openOfferWallBtn,.earn-page-card:not(.deactivated) .earn-box-v2 .featured-box-container:hover .openOfferWallBtn{filter:blur(8px);animation-fill-mode:forwards}.earn-page-card:not(.deactivated) .earn-box-v2 .earn-box-cover-container:hover .earn-box-cover-action,.earn-page-card:not(.deactivated) .earn-box-v2 .earn-box-cover-container:hover .earn-box-cover-action-overlay,.earn-page-card:not(.deactivated) .earn-box-v2 .featured-box-container:hover .earn-box-cover-action,.earn-page-card:not(.deactivated) .earn-box-v2 .featured-box-container:hover .earn-box-cover-action-overlay{opacity:1}}.surveyOfferWallBox--freecash-exclusive .survey-card-gradient-bar{background:radial-gradient(46.76% 2431016.31% at 50% 49.99%,#01d676 0,rgba(1,214,118,0) 100%)}.surveyOfferWallBox--bitlabs .survey-card-gradient-bar{background:radial-gradient(46.76% 2431016.31% at 50% 49.99%,#01d676 0,#90c6ff .01%,rgba(144,198,255,0) 100%)}.surveyOfferWallBox--cpxresearch .survey-card-gradient-bar{background:radial-gradient(46.76% 2431016.31% at 50% 49.99%,#01d676 0,#a9a9ca .01%,rgba(169,169,202,0) 100%)}.surveyOfferWallBox--tapresearch .survey-card-gradient-bar{background:radial-gradient(46.76% 2431016.31% at 50% 49.99%,#ff9689 0,rgba(255,150,137,0) 100%)}.surveyOfferWallBox--inbrain .survey-card-gradient-bar{background:radial-gradient(46.76% 2431016.31% at 50% 49.99%,#01d676 0,#70cdea .01%,rgba(144,198,255,0) 100%,rgba(112,205,234,0) 100%)}.surveyOfferWallBox--theoremreach .survey-card-gradient-bar{background:radial-gradient(46.76% 2431016.31% at 50% 49.99%,#9d7fd5 0,rgba(157,127,213,0) 100%)}:root{--earn-page-section-padding:28px;--earn-page-section-padding-x-mobile:16px;--earn-page-section-padding-horizontal:var(--earn-page-section-padding);--earn-page-section-spacing:12px;--earn-page-section-width:calc(100% - var(--earn-page-section-padding));--earn-page-cards-count:9;--earn-page-cards-large-count:8;--earn-page-section-cards-width:calc(var(--earn-page-section-width) - (var(--earn-page-section-spacing) * (var(--earn-page-cards-count) - 1)));--earn-page-card-width:calc(var(--earn-page-section-cards-width) / var(--earn-page-cards-count));--earn-page-card-large-width:calc(var(--earn-page-section-cards-width) / var(--earn-page-cards-large-count));--earn-page-card-min-width:150px;--earn-page-card-padding:12px;--earn-page-card-border-radius:12px;--earn-page-stars-bottom:16px;--earn-offers-per-page:3;--earn-offers-spacing:10px;--earn-page-content-width:100vw}:root .chatActive{--earn-page-content-width:calc(100vw - var(--chat-width))}.chatActive :root{--earn-page-content-width:calc(100vw - var(--chat-width))}@media only screen and (max-width:700px){:root{--earn-page-section-padding:24px;--earn-page-section-padding-horizontal:16px;--earn-page-section-spacing:10px;--earn-page-cards-count:3.5;--earn-page-cards-large-count:3.5;--earn-page-card-min-width:100px;--earn-page-card-padding:8px;--earn-page-card-border-radius:6px;--earn-page-stars-bottom:12px;--earn-page-content-width:100vw}}@media only screen and (max-width:360px){:root{--earn-page-section-padding:12px}}@media only screen and (min-width:580px) and (max-width:725px){:root{--earn-offers-per-page:4}}@media only screen and (min-width:726px) and (max-width:870px){:root{--earn-offers-per-page:5}}@media only screen and (min-width:871px) and (max-width:1015px){:root{--earn-offers-per-page:6}}@media only screen and (min-width:1016px) and (max-width:1160px){:root{--earn-offers-per-page:7}}@media only screen and (min-width:1161px) and (max-width:1305px){:root{--earn-offers-per-page:8}}@media only screen and (min-width:1306px) and (max-width:1450px){:root{--earn-offers-per-page:9}}@media only screen and (min-width:1451px) and (max-width:1595px){:root{--earn-offers-per-page:10}}@media only screen and (min-width:1596px) and (max-width:1740px){:root{--earn-offers-per-page:11}}@media only screen and (min-width:1741px) and (max-width:1885px){:root{--earn-offers-per-page:12}}@media only screen and (min-width:1886px) and (max-width:2030px){:root{--earn-offers-per-page:13}}@media only screen and (min-width:2030px){:root{--earn-offers-per-page:14}}.featured-box,.earn-page-card{border-radius:var(--earn-page-card-border-radius);overflow:hidden}.featured-box .featured-box-container,.earn-page-card .featured-box-container{padding:var(--earn-page-card-padding)}.earn-page-section-list .featured-box,.earn-page-section-list .earn-page-card,.earn-page-section-list .featured-offer-skeleton{width:calc((var(--earn-page-content-width) - (var(--earn-offers-per-page) - 1) * var(--earn-offers-spacing)) / (var(--earn-offers-per-page) + 0.6));flex-shrink:0}.chatActive .featured-box,.chatActive .earn-page-card,.chatActive .featured-offer-skeleton{width:calc((var(--earn-page-content-width) - (var(--earn-offers-per-page) - 1) * var(--earn-offers-spacing)) / (var(--earn-offers-per-page) - 2 + 0.5))}.splide{overflow:visible}.splide__arrow,.earn-scroll-arrow{border-radius:6px;height:32px;width:32px;display:flex;align-items:center;justify-content:center;top:-50px;background:#242537;box-shadow:0 2px 0 rgba(36,37,55,0.4);transform:none}.splide__arrow svg,.earn-scroll-arrow svg{fill:none;width:4px;height:8px}.splide__arrow--next{right:var(--earn-page-section-padding)}.splide__arrow--next svg{transform:rotate(180deg)}.splide__arrow--prev{right:calc(40px + var(--earn-page-section-padding));left:initial}#earnPage .earn-page-section{position:relative;padding-left:var(--earn-page-section-padding-horizontal);padding-right:var(--earn-page-section-padding-horizontal);padding-top:25px}#earnPage .earn-page-section-list{flex-wrap:nowrap;-ms-overflow-style:none;scrollbar-width:none}#earnPage .earn-page-section-list::-webkit-scrollbar{display:none}#earnPage .earn-page-section-list-container{margin-top:20px;margin-left:calc(-1 * var(--earn-page-section-padding-horizontal));margin-right:calc(-1 * var(--earn-page-section-padding-horizontal))}#earnPage .earn-page-section-list-container .earn-page-section-list-actions-container{display:flex;align-items:center}#earnPage .earn-box-glow{position:absolute;left:12.58%;right:13.21%;top:90%;bottom:-25.54%;background:#bfedff;filter:blur(100px)}#earnPage .offerwallContainer:not(.shimmer-skeleton),#earnPage .surveyOfferWallBox{background-image:url("/public/img/earn/earn-card-bg.png");background-size:100% 100%}#earnPage .offerwallContainer.offerwallContainer--revu{background-image:url("/public/img/earn/wall-revu-card-bg.png")}#earnPage .offerwallContainer.offerwallContainer--notik{background-image:url("/public/img/earn/wall-notik-card-bg.png")}#earnPage .offerwallContainer.offerwallContainer--offertoro{background-image:url("/public/img/earn/wall-torox-card-bg.png")}#earnPage .offerwallContainer.offerwallContainer--adgem{background-image:url("/public/img/earn/wall-adgem-card-bg.png")}#earnPage .offerwallContainer.offerwallContainer--lootably{background-image:url("/public/img/earn/wall-lootably-card-bg.png")}#earnPage .offerwallContainer.offerwallContainer--monlix{background-image:url("/public/img/earn/wall-monlix-card-bg.png")}#earnPage .offerwallContainer.offerwallContainer--adscend{background-image:url("/public/img/earn/wall-adscend-card-bg.png")}#earnPage .offerwallContainer.offerwallContainer--bitlabs-offers{background-image:url("/public/img/earn/wall-bitlabs-offers-card-bg.png")}#earnPage .offerwallContainer.offerwallContainer--ayetstudios{background-image:url("/public/img/earn/wall-ayetstudios-card-bg.png")}#earnPage .offerwallContainer.offerwallContainer--adgate{background-image:url("/public/img/earn/wall-adgate-card-bg.png")}#earnPage .offerwallContainer.offerwallContainer--wannads{background-image:url("/public/img/earn/wall-wannads-card-bg.png")}#earnPage .offerwallContainer.offerwallContainer--timewall{background-image:url("/public/img/earn/wall-timewall-card-bg.png")}#earnPage .offerwallContainer.offerwallContainer--mychips{background-image:url("/public/img/earn/wall-mychips-card-bg.png")}#earnPage .offerwallContainer.offerwallContainer--farly{background-image:url("/public/img/earn/wall-farly-card-bg.png")}#earnPage .offerwallContainer.offerwallContainer--mm-wall{background-image:url("/public/img/earn/wall-mm-wall-card-bg.png")}#earnPage .offerwallContainer.offerwallContainer--mm-wall .offerwallImageV2{max-height:50px}#earnPage .offerwallContainer.offerwallContainer--offerdaddy{background-image:url("/public/img/earn/wall-offerdaddy-card-bg.png")}#earnPage .offerwallContainer.offerwallContainer--tapjoy{background-image:url("/public/img/earn/wall-tapjoy-card-bg.png")}#earnPage .offerwallContainer.offerwallContainer--digital-turbine{background-image:url("/public/img/earn/wall-digital-turbine-card-bg.png")}#earnPage .offerwallContainer.offerwallContainer--revlum{background-image:url("/public/img/earn/wall-revlum-card-bg.png")}#earnPage #earn-survey-partners{padding-top:0}#earnPage #earn-survey-partners::before{display:block;content:" ";margin-top:-50px;height:50px;visibility:hidden;pointer-events:none}#earnPage .survey-partners-header{padding-top:25px}#earnPage .surveyOfferWallBox.surveyOfferWallBoxV2--inbrain{background-image:url("/public/img/earn/survey-inbrain-card-bg.png")}#earnPage .surveyOfferWallBox.surveyOfferWallBoxV2--bitlabs{background-image:url("/public/img/earn/survey-bitlabs-card-bg.png")}#earnPage .surveyOfferWallBox.surveyOfferWallBoxV2--cpxresearch{background-image:url("/public/img/earn/survey-cpxresearch-card-bg.png")}#earnPage .surveyOfferWallBox.surveyOfferWallBoxV2--tapresearch{background-image:url("/public/img/earn/survey-tapresearch-card-bg.png")}#earnPage .surveyOfferWallBox.surveyOfferWallBoxV2--pollfish{background-image:url("/public/img/earn/survey-pollfish-card-bg.png")}#earnPage .surveyOfferWallBox.surveyOfferWallBoxV2--revenuewall{background-image:url("/public/img/earn/survey-revenuewall-card-bg.png")}#earnPage .surveyOfferWallBox.surveyOfferWallBoxV2--theoremreach{background-image:url("/public/img/earn/wall-theoremreach-card-bg.png")}#earnPage .surveyOfferWallBox.surveyOfferWallBoxV2--your-surveys,#earnPage .surveyOfferWallBox.surveyOfferWallBoxV2--your-surveys-unlimited{background-image:url("/public/img/earn/survey-your-surveys-card-bg.png")}#earnPage .wallName{font-size:14px;font-weight:500;position:absolute;display:flex;align-items:center;justify-content:center;width:100%;bottom:16px;color:#fff;text-align:center}@media only screen and (max-width:700px){#earnPage .wallName{font-size:12px;font-weight:400}}#earnPage .surveyOfferWallBox .wallName{margin:0 0 12px 0}#earnPage .earnBoxIndex{z-index:1}.earn-box-rating{display:flex;align-items:center;justify-content:center;flex-direction:row;margin-bottom:var(--earn-page-stars-bottom);height:12px}.earn-box-rating .earn-box-star-container{position:relative;height:12px;width:12px}.earn-box-rating .earn-box-star-container:not(:last-child){margin-right:4px}@media only screen and (max-width:700px){.earn-box-rating .earn-box-star-container{height:10px;width:10px}.earn-box-rating .earn-box-star-container:not(:last-child){margin-right:3px}}.earn-box-rating .earn-box-star.earn-box-star{position:absolute;height:12px;width:12px;left:0;top:0}@media only screen and (max-width:700px){.earn-box-rating .earn-box-star.earn-box-star{width:10px;height:10px}}.earn-box-rating .earn-box-star.earn-box-star img{vertical-align:top;height:12px;width:12px}@media only screen and (max-width:700px){.earn-box-rating .earn-box-star.earn-box-star img{width:10px;height:10px}}.earn-box-rating .earn-box-star.earn-box-star-dark{opacity:.2}.earn-box-rating .earn-box-star.earn-box-star-light{overflow:hidden}.surveyEarnContainer{width:100%;padding-bottom:20px}.surveyEarnContainer .earn-box-rating{position:absolute;bottom:var(--earn-page-stars-bottom);margin-bottom:0}.earnPage--hideOfferPartnersPopularity .offerWalls .earn-box-rating{display:none}.earnPage--hideSurveyPartnersPopularity .earnSurveys .earn-box-rating{display:none}.earn-switch-v2.switch.custom-switch .lever{background-color:#242537;border-radius:20px;height:24px;width:46px}.earn-switch-v2.switch.custom-switch .lever:after{background-color:#a9a9ca;border-radius:50%;height:20px;width:20px}.earn-switch-v2.switch.custom-switch .lever:before{display:none}.earn-switch-v2.switch.custom-switch input[type=checkbox]:checked+.lever{background-color:#11282b}.earn-switch-v2.switch.custom-switch input[type=checkbox]:checked+.lever:after{left:24px}.earnPage.earn-page-v2{min-height:inherit}.earnPage.earn-page-v2 .earnHeader .earnHeaderRight{display:flex;justify-content:flex-end;align-items:center}@media only screen and (max-width:700px){.earnPage.earn-page-v2 .earnHeader .earnHeaderRight{margin-right:0;display:none}}.earnPage.earn-page-v2 .earnHeader .earnHeaderViewAll{font-weight:500;font-size:14px;line-height:160%;text-align:right;color:#a9a9ca}.earnPage.earn-page-v2 .earnHeader .earnHeaderPopularity .earnHeaderPopularityLabel{opacity:.6}.earnPage.earn-page-v2 .earnHeader .earnHeaderPopularity .earnHeaderPopularityTooltip{margin-left:5px;margin-right:11px}.earnPage.earn-page-v2 .earn-page-tooltip{display:flex;opacity:.6}.earnPage.earn-page-v2 .earn-page-tooltip:hover{opacity:1}.earnPage.earn-page-v2 .offer-walls-tooltip{margin-left:5px}.earn-scroll-arrows{display:flex;align-items:center;justify-content:center;gap:8px}.earn-scroll-arrow:disabled{opacity:.3}.earn-popularity-tooltip .tooltip-inner{max-width:200px}.featured-offer-skeleton{padding:12px;border-radius:12px}@media only screen and (max-width:700px){.featured-offer-skeleton{height:100%;width:100%;padding:8px}}.featured-offer-skeleton div:not(.featured-offer-skeleton-footer){background-color:#212134}.featured-offer-skeleton .featured-offer-skeleton-image{width:100%;aspect-ratio:1;border-radius:8px}.featured-offer-skeleton .featured-offer-skeleton-title{margin-top:12px;font-size:14px;border-radius:6px}@media only screen and (max-width:700px){.featured-offer-skeleton .featured-offer-skeleton-title{margin-top:10px;line-height:18px}}.featured-offer-skeleton .featured-offer-skeleton-description{margin-top:4px;font-size:11px;border-radius:6px;width:80%;height:16px}@media only screen and (max-width:700px){.featured-offer-skeleton .featured-offer-skeleton-description{margin-top:2px}}.featured-offer-skeleton .featured-offer-skeleton-footer{display:flex;flex-direction:row;justify-content:space-between;margin-top:10px;font-size:12px;height:19px}@media only screen and (max-width:700px){.featured-offer-skeleton .featured-offer-skeleton-footer{height:16px}}.featured-offer-skeleton .featured-offer-skeleton-footer .featured-offer-skeleton-reward{flex:10;margin-right:10px;border-radius:50px}.featured-offer-skeleton .featured-offer-skeleton-footer .featured-offer-skeleton-category{flex:8;border-radius:6px}.shimmer-skeleton{background-color:#1b1c2c;overflow:hidden;position:relative}.shimmer-skeleton::after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateX(-100%);background-image:linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,0.05) 20%,rgba(255,255,255,0.1) 60%,rgba(255,255,255,0));animation:shimmer 1s infinite;content:""}@keyframes shimmer{100%{transform:translateX(100%)}}.skeleton{--skeleton-start-color:#212134;--skeleton-end-color:rgba(33,33,52,0.4);background-color:#1a202c;animation:.8s linear 0s infinite alternate none running skeleton-animation}.skeleton-light-content{background-color:#2f3043}@keyframes skeleton-animation{0%{border-color:var(--skeleton-start-color);background:var(--skeleton-start-color)}100%{border-color:var(--skeleton-end-color);background:var(--skeleton-end-color)}}#earnPage .featuredOffers.earn-page-section{padding-top:28px}.earn-page-header{background-color:#141523;padding:calc(var(--earn-page-section-padding) * 0.7) var(--earn-page-section-padding)}@media only screen and (max-width:700px){.earn-page-header{padding:0 var(--earn-page-section-padding-horizontal)}}.earn-page-header-top{display:flex;flex-direction:row;align-items:center}.earn-page-header .earn-page-title{font-weight:700;font-size:24px;margin:0;padding:0}.earn-page-header .earn-page-filters{display:flex;margin-left:12px;align-items:center;justify-content:space-between;flex:1}@media only screen and (max-width:700px){.earn-page-header .earn-page-filters{justify-content:flex-end}}@media only screen and (max-width:700px){.earn-page-header .earn-page-filters .offers-page-search-input-container{display:none}}.earn-page-header .earn-page-filters-left{display:flex;align-items:center}.earn-page-header .earn-page-filters .earn-page-device-filter{display:flex;align-items:center}.earn-page-header .earn-page-filters .earn-page-device-filter .earn-page-device-filter-label{color:#a9a9ca;opacity:.6;margin-right:8px}@media only screen and (max-width:700px){.earn-page-header .earn-page-filters .earn-page-device-filter .earn-page-device-filter-label{display:none !important}}.earn-select-dropdown.earn-select-dropdown-round .dropdown-toggle{border-radius:20px}.earn-select-dropdown .dropdown-toggle{background:#212134;border-radius:8px;height:40px;display:flex;align-items:center;padding-left:14px;padding-right:14px;font-weight:500;font-size:14px;line-height:160%;color:#a9a9ca;justify-content:space-between}@media only screen and (max-width:700px){.earn-select-dropdown .dropdown-toggle{border-radius:8px}}.earn-select-dropdown .dropdown-toggle:after{display:none}.earn-select-dropdown-toggle-left-content{display:flex;align-items:center;flex-direction:row}.earn-select-dropdown .earn-select-dropdown-label{margin-right:16px}.earn-select-dropdown .earn-select-dropdown-icon{display:flex;align-items:center;justify-content:center;margin-right:12px}.earn-select-dropdown .earn-select-dropdown-icon svg:not(:last-child){margin-right:5px}.earn-select-dropdown .dropdown-menu{background:transparent;display:flex;gap:16px;padding:0;position:relative;z-index:1}.earn-select-dropdown .dropdown-menu .dropdown-item{padding:8px 12px;display:flex;align-items:center;font-size:14px;line-height:160%;display:flex;align-items:center;justify-content:space-between;background:#212134;border-radius:100px}.earn-select-dropdown .dropdown-menu .dropdown-item .dropdown-item-left{display:flex;align-items:center}.earn-select-dropdown .dropdown-menu .dropdown-item .dropdown-item-text{color:#a9a9ca;font-weight:500;padding:0;margin-left:10px}.earn-select-dropdown .dropdown-menu .dropdown-item .dropdown-item-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.earn-select-dropdown .dropdown-menu .dropdown-item .dropdown-item-check,.earn-select-dropdown .dropdown-menu .dropdown-item .dropdown-item-uncheck{width:20px;height:20px;border-radius:6px;display:flex;align-items:center;justify-content:center;margin-left:10px}.earn-select-dropdown .dropdown-menu .dropdown-item .dropdown-item-check{background:#01d676}.earn-select-dropdown .dropdown-menu .dropdown-item .dropdown-item-uncheck{border:1px solid #ccd}.earn-select-dropdown .dropdown-menu .dropdown-item:hover{background:#242438}.offer-info{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}@media only screen and (max-width:700px){.offer-info.offer-info-hide-on-phone{display:none}}.offer-info:not(:first-child){border-left:1px solid #242537}.offer-info-category{background:#242537;border-radius:16px;font-weight:500;font-size:12px;line-height:165%;color:#01d676;padding:6px 12px}.offer-info-provider{display:flex;align-items:center}.offer-info-provider-logo{margin-right:4px;border-radius:2px;width:16px;height:16px}.offer-info-provider-name{font-weight:500;font-size:14px;color:#fff}.offer-info-container{margin-top:32px;display:flex}@media only screen and (max-width:700px){.offer-info-container{margin-top:24px}}.offer-info-details{display:flex;align-items:center;justify-content:center;height:22px;white-space:nowrap}.offer-info-status{text-align:center;display:flex;align-items:center;justify-content:center}.offer-info-status-not-started{color:white}.offer-info-status-clicked,.offer-info-status-credited,.offer-info-status-partially-completed,.offer-info-status-completed{color:#01d676}.offer-info-status-pending{color:#fac401}.offer-info-status-ticket-opened{color:#1cafe9;text-decoration:underline}.offer-info-status-declined{color:#ef5da8}.offer-info-status svg,.offer-info-status img{margin-right:5px}.offer-info-title{font-weight:500;font-size:12px;line-height:165%;text-align:center;color:#a9a9ca;opacity:.6;margin-top:8px}.offer-popularity{position:relative}.offer-popularity .offer-popularity-stars-filled{position:absolute;top:0;left:0;overflow:hidden}.offer-popularity .offer-popularity-stars-empty{opacity:.2}.offer-task-status{display:flex;align-items:center;justify-content:center}.offer-task-status svg,.offer-task-status img{margin-right:6px}.offer-task-status.offer-task-status-in-progress{color:#fac401}.offer-task-status.offer-task-status-completed,.offer-task-status.offer-task-status-pending{color:#01d676}.offer-task-status-text{padding:0;margin:0;font-weight:300 !important;font-size:12px !important;line-height:165%}.offers-categories-list{display:flex;flex-wrap:nowrap;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.offers-categories-list::-webkit-scrollbar{display:none}.offers-categories-list-item{height:40px;font-size:14px;line-height:160%;color:#a9a9ca;padding:9px 16px;display:block;background-color:#191c2a;border-radius:20px;white-space:nowrap}.offers-categories-list-item:not(.has-count){display:none}.offers-categories-list-item:not(:last-child){margin-right:8px}.offers-categories-list-item.active{background:#2f3043}@media only screen and (min-width:701px){.offers-categories-list-item{display:none}}.pending-status-icon{animation:spin 1s infinite linear}@media only screen and (min-width:701px){#react-recommended-offers-container{display:none}}@media only screen and (min-width:1200px){.earn-page-content.hidden{display:block}}#react-site-nav-menu-categories{display:none}@media only screen and (max-width:700px){#react-site-nav-menu-categories{display:block;min-height:56px}}.earn-lite-root{--earn-card-bg:#1c1d30;--offer-page-background:#141524;--earn-lite-section-spacing:24px;--border-color:#ffffff0d;background-color:var(--offer-page-background);text-align:center}.earn-lite-root .total-offer-amount .currency-symbol{height:17px}.earn-lite-root .tag{padding:8px 12px;border-radius:6px;font-size:14px;font-weight:bold;color:#fff}.earn-lite-root .tag.tag--game{background-color:#222339;line-height:20px}.earn-lite-root .tag.tag--premium{background-color:#01d676}.earn-lite-root .tag.tag--gray{background:rgba(20,21,35,0.6)}.earn-lite-root .color-muted{color:var(--gray-200)}.earn-lite-root .earn-page-sort .dropdown-toggle,.earn-lite-root .earn-page-sort .dropdown-menu{min-width:220px}@media only screen and (min-width:701px){.earn-lite-root .widget-container{display:none}}@media only screen and (max-width:700px){.earn-lite-root .widget-container{display:block;padding:24px}.earn-lite-root .widget-container+.current-earnings{margin-top:-30px}}.earn-lite-root .current-earnings{padding-top:48px;padding-bottom:48px;display:flex;justify-content:center;position:relative;border-bottom:1px solid var(--border-color)}@media only screen and (max-width:700px){.earn-lite-root .current-earnings{padding:48px 24px}}.earn-lite-root .current-earnings .pattern{position:absolute;inset:0;width:100%;height:100%;opacity:.03;pointer-events:none}.earn-lite-root .current-earnings>div{flex:1}.earn-lite-root .current-earnings .currency-icon svg{height:1rem}.earn-lite-root .current-earnings .current-exchange{color:#a9a9ca}.earn-lite-root .current-earnings .value{background-color:#003330;width:100%;padding:10px 0;text-align:center;border-radius:10px;margin-top:10px}@media only screen and (min-width:701px){.earn-lite-root .current-earnings{background:linear-gradient(90deg,#141624 0,#0f2129 50%,#141624 100%);border-bottom:0}.earn-lite-root .current-earnings .value{width:340px}.earn-lite-root .current-earnings>div{flex:unset}}.earn-lite-root .offers-grid{display:grid;grid-template-columns:repeat(auto-fit,33.3333333333%);justify-content:center;margin:0 -10px}@media only screen and (min-width:701px) and (max-width:1199px){.earn-lite-root .offers-grid{grid-template-columns:repeat(auto-fit,50%)}}@media only screen and (max-width:700px){.earn-lite-root .offers-grid{grid-template-columns:100%;margin:0;gap:10px}}.earn-lite-root .earn-card-wrapper{padding:16px}.earn-lite-root .earn-card-wrapper.premium-offer .earn-card{border:2px solid #01d676;box-shadow:0 4px 64px rgba(1,214,118,0.2)}@media only screen and (max-width:700px){.earn-lite-root .earn-card-wrapper{padding:0}}.earn-lite-root .earn-card{background:var(--earn-card-bg);border-radius:10px;aspect-ratio:2;display:flex;flex-direction:column;position:relative;margin-bottom:8px}@media only screen and (min-width:1200px){.earn-lite-root .earn-card{border-radius:12px}}.earn-lite-root .earn-card .tag{position:absolute;top:12px;font-size:12px;padding:5px 8px}.earn-lite-root .earn-card .tag--gray{left:12px}.earn-lite-root .earn-card .tag--premium{right:12px}.earn-lite-root .earn-card .offer-value{font-size:14px;font-weight:bold;padding:10px 8px;background-color:#22233b;border-radius:10px;display:flex;align-items:center;gap:5px}.earn-lite-root .earn-card .earn-card-img{object-fit:cover;border-top-left-radius:8px;border-top-right-radius:8px;height:100%}@media only screen and (min-width:1200px){.earn-lite-root .earn-card .earn-card-img{border-top-left-radius:12px;border-top-right-radius:12px}}.earn-lite-root .earn-card .offer-devices{display:none;gap:10px;margin-top:5px}@media only screen and (min-width:1200px){.earn-lite-root .earn-card .offer-devices{display:flex;align-items:center}}.earn-lite-root .earn-card .device-item{display:flex;align-items:center;gap:6px;font-size:12px}.earn-lite-root .earn-card .offer-arrow{background-color:#113037;width:40px;height:40px;border-radius:99px;display:flex}.earn-lite-root .earn-card .offer-arrow svg{color:#01d676;margin:auto}.earn-lite-root .earn-card .earn-card-footer{padding:17px 16px;flex-wrap:nowrap}.earn-lite-root .earn-card .earn-card-footer>.flex-1{width:1vw}.earn-lite-root .advancement{gap:50px;padding:35px 30px;border-radius:16px;margin-top:30px;margin-bottom:-65px;background:linear-gradient(49deg,#191a2c,#102c32)}@media(max-width:400px){.earn-lite-root .advancement{padding:20px}.earn-lite-root .advancement .overlay-text{font-size:11px}}.earn-lite-root .advancement h3{font-size:24px;margin:0;line-height:1.3}.earn-lite-root .advancement-title{margin-top:24px;padding-top:24px;border-top:1px solid var(--border-color);background:linear-gradient(123.05deg,#ffc700 0,#ffe177 17.63%,#ffc700 35.27%,#ffe483 52.9%,#ffc700 70.53%,#ffefb6 88.17%,#ffc700 105.8%,#fff6d6 123.43%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:16px;font-weight:bold}.earn-lite-root .advancement .advancement-benefits{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:24px}.earn-lite-root .advancement .advancement-benefits .item{text-align:center;min-width:150px;max-height:120px;padding:16px;border-radius:16px;border:1px solid #004d3e;aspect-ratio:1;flex:1;align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;background:radial-gradient(50% 50% at 50% 50%,rgba(1,214,118,0.1) 0,rgba(1,214,118,0.038) 100%);backdrop-filter:blur(8px)}.earn-lite-root .advancement .advancement-benefits .item .pill{background:#00463c;aspect-ratio:1;display:flex;width:40px}.earn-lite-root .advancement .advancement-benefits .item .pill svg{margin:auto;display:block}@media only screen and (min-width:1200px){.earn-lite-root .advancement .advancement-benefits .item .pill{width:58px}}.earn-lite-root .advancement .advancement-slider .progress-track{position:absolute;inset:0;left:21px;right:21px;top:-7px;bottom:-7px;overflow:hidden}.earn-lite-root .advancement .advancement-slider .progress-track::after{content:"";position:absolute;top:0;left:0;bottom:0;width:calc(var(--unlock-slider-progress, 0) * 1%);background-color:rgba(1,214,118,0.4509803922)}.earn-lite-root .advancement .advancement-slider .overlay-text{position:absolute;inset:0;z-index:0;pointer-events:none;top:50%;left:0;transform:translateY(-50%);height:45px;background:#0f2e33;border-radius:99px;display:flex;overflow:hidden}.earn-lite-root .advancement .advancement-slider .overlay-text::after{content:"";position:absolute;top:0;left:0;bottom:0;width:21px;background-color:rgba(1,214,118,0.4509803922)}.earn-lite-root .advancement .advancement-slider .overlay-text span{margin:auto;user-select:none}.earn-lite-root .advancement .advancement-slider .mask-box{position:absolute;top:0;left:40px;right:0;bottom:0;height:40px;z-index:10}.earn-lite-root .advancement .earn-progress-bar-wrapper{margin-top:4px;position:relative;max-width:416px;margin:0 auto;text-align:left}.earn-lite-root .advancement .earn-progress-bar-wrapper .label-top{position:relative;top:20px}.earn-lite-root .advancement .earn-progress-bar-wrapper .label-bottom{position:relative;top:-25px;font-size:16px}.earn-lite-root .advancement .earn-progress-bar-wrapper .fc-logo-gold,.earn-lite-root .advancement .earn-progress-bar-wrapper .fc-logo-black{position:absolute;top:50px;transform:translateX(-26px);right:0}@media only screen and (max-width:700px){.earn-lite-root .advancement .earn-progress-bar-wrapper .fc-logo-gold,.earn-lite-root .advancement .earn-progress-bar-wrapper .fc-logo-black{transform:translateX(-15px)}}@media only screen and (min-width:1200px){.earn-lite-root .advancement{display:grid;grid-template-columns:416px auto}.earn-lite-root .advancement .advancement-benefits{gap:16px}.earn-lite-root .advancement .advancement-benefits .item{max-height:unset}.earn-lite-root .advancement .advancement-title{border-top:0;text-align:left;margin:0;padding:0}}.earn-lite-root .earn-page-header-top{margin:10px 0;justify-content:space-between;text-align:left;display:flex;flex-direction:column;align-items:center;gap:24px}@media only screen and (min-width:701px){.earn-lite-root .earn-page-header-top{flex-direction:row}}@media only screen and (max-width:1199px){.earn-lite-root .earn-page-header-top{margin-bottom:30px}}.earn-lite-root .earn-page-header-top .earn-page-title{font-size:24px;font-weight:bold;margin:0;margin-bottom:5px}.earn-lite-root .earn-page-header-top .earn-page-device-filter{display:flex;align-items:center;gap:10px}.earn-lite-root .earn-page-header-top .offers-page-sort-dropdown{justify-content:right}.earn-lite-root .unlock-slider{-webkit-appearance:none;background:transparent;height:0;border:0;cursor:pointer}.earn-lite-root .unlock-slider::-webkit-slider-thumb{-webkit-appearance:none;height:46px;width:46px;border-radius:50%;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAE5SURBVHgB7dhBSgMxFMbxl9TqNWap2DupJ3AW2q3TpVVwPIHeyE3F7VzEifmElFLaQpPHeym838aJtPD9oYVQImOMMcbocSTpq238xfk9eTeMl8/vxMCTpOm0DURtGEPvf+ZPxEA2gMKwfgrUcUTIBsxe+zh8kY4cEbLfgeR73jlH6+HxuRuvlgvKoBMATBF6AcAQoRsAhRH6AVAQUUcAZEbUEwAZEXUFwJER+wNWj7fx3Q0piKNv4p9m47w3YndAHO+8+6CKxPvTHc1ePrf/L3wX4ncSH6H/+9P1stv5WqoMLne45KXzofFQVcCx46GagJzxUEVA7nhQDygZD6oBpeNBLYBjPKgEcI0H8QDO8SAbsHponfdv6Vg6HoTvQq5JTxzj4YwkTSbxd6Hf+OCGOL4nY4wxxpy4P1jdrDJ8bYocAAAAAElFTkSuQmCC");background-color:#00513f;background-repeat:no-repeat;background-position:8px 8px;background-size:25px;cursor:ew-resize;margin-top:-22px;box-shadow:0 0 var(--glow-strength) #01d676,0 0 var(--glow-strength) #01d676 !important;transition:none;border:3px solid #0f2e33}.earn-lite-root .unlock-slider::-webkit-slider-runnable-track{-webkit-appearance:none;box-shadow:none;border:0;background:transparent}.earn-lite-root .unlock-slider::-moz-range-thumb{-webkit-appearance:none;height:46px;width:46px;border-radius:50%;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAE5SURBVHgB7dhBSgMxFMbxl9TqNWap2DupJ3AW2q3TpVVwPIHeyE3F7VzEifmElFLaQpPHeym838aJtPD9oYVQImOMMcbocSTpq238xfk9eTeMl8/vxMCTpOm0DURtGEPvf+ZPxEA2gMKwfgrUcUTIBsxe+zh8kY4cEbLfgeR73jlH6+HxuRuvlgvKoBMATBF6AcAQoRsAhRH6AVAQUUcAZEbUEwAZEXUFwJER+wNWj7fx3Q0piKNv4p9m47w3YndAHO+8+6CKxPvTHc1ePrf/L3wX4ncSH6H/+9P1stv5WqoMLne45KXzofFQVcCx46GagJzxUEVA7nhQDygZD6oBpeNBLYBjPKgEcI0H8QDO8SAbsHponfdv6Vg6HoTvQq5JTxzj4YwkTSbxd6Hf+OCGOL4nY4wxxpy4P1jdrDJ8bYocAAAAAElFTkSuQmCC");background-color:#00513f;background-repeat:no-repeat;background-position:8px 8px;background-size:25px;cursor:ew-resize;margin-top:-22px;box-shadow:0 0 var(--glow-strength) #01d676,0 0 var(--glow-strength) #01d676 !important;transition:none;border:3px solid #0f2e33}.earn-lite-root .unlock-slider::-moz-range-track{-webkit-appearance:none;box-shadow:none;border:0;background:transparent}@media only screen and (min-width:1200px){.earn-lite-root{text-align:left}}:root{--offers-per-column:3;--offers-column-gap:12px}@media only screen and (min-width:701px){:root{--offers-per-column:4;--offers-per-column-chat-open:4}}@media only screen and (min-width:800px){:root{--offers-per-column:5;--offers-per-column-chat-open:4}}@media only screen and (min-width:999px){:root{--offers-per-column:6;--offers-per-column-chat-open:4}}@media only screen and (min-width:1200px){:root{--offers-per-column:8;--offers-per-column-chat-open:6}}@media only screen and (min-width:1400px){:root{--offers-per-column:9;--offers-per-column-chat-open:7}}@media only screen and (min-width:1600px){:root{--offers-per-column:10;--offers-per-column-chat-open:8}}@media only screen and (min-width:1800px){:root{--offers-per-column:11;--offers-per-column-chat-open:10}}@media only screen and (min-width:2000px){:root{--offers-per-column:12;--offers-per-column-chat-open:10}}@media only screen and (min-width:2200px){:root{--offers-per-column:13;--offers-per-column-chat-open:11}}@media only screen and (min-width:2400px){:root{--offers-per-column:14;--offers-per-column-chat-open:12}}.offers-list{padding-top:22px;display:inline-grid;grid-template-columns:repeat(var(--offers-per-column),1fr);gap:var(--offers-column-gap);width:100%}.chatActive .offers-list{grid-template-columns:repeat(var(--offers-per-column-chat-open),1fr)}.offers-page-skeleton{padding:24px}.offers-page-skeleton__topbar{display:flex;justify-content:space-between;align-items:center}.offers-page-skeleton__title{width:112px;height:32px}.offers-page-skeleton__filter{width:100px;height:42px;border-radius:8px}.offers-page-skeleton__categories{display:flex;gap:8px;flex-wrap:nowrap;overflow-x:hidden}.offers-page-skeleton__categories_item{flex-shrink:0;height:40px;border-radius:20px}@media only screen and (max-width:701px){.offers-page-skeleton__sorter{display:none}}@media only screen and (min-width:701px){.offers-page-skeleton__title{width:250px;height:40px}.offers-page-skeleton__sorter{width:200px;height:40px;border-radius:20px}.offers-page-skeleton__filter{display:none}.offers-page-skeleton__categories{display:none}}@media only screen and (min-width:1200px) and (max-width:1599px){:root{--route-back-width:380px}}.thin-dark-scrollbar{scrollbar-width:thin;scrollbar-color:#2f3043 #1e1e2e}.thin-dark-scrollbar:hover{scrollbar-width:thin;scrollbar-color:#2f3043 #1e1e2e}.thin-dark-scrollbar::-webkit-scrollbar{background:#2f3043;border-radius:2px;width:4px}.thin-dark-scrollbar::-webkit-scrollbar-track{background-color:#1e1e2e}.thin-dark-scrollbar::-webkit-scrollbar-thumb{background-color:#2f3043}.featured-offer-card{position:relative}.featured-offer-card-loader{width:100%;height:100%;inset:0;position:absolute;backdrop-filter:blur(4px);z-index:1;color:#0f9d58}.featured-offer-card-spinner{display:inline-block;border-top:2px solid currentcolor;border-right:2px solid currentcolor;border-bottom-style:solid;border-left-style:solid;border-radius:99999px;border-bottom-width:2px;border-left-width:2px;border-bottom-color:var(--chakra-colors-transparent);border-left-color:var(--chakra-colors-transparent);animation:.45s linear 0s infinite normal none running spin;width:var(--spinner-size);height:var(--spinner-size);--spinner-size:var(--chakra-sizes-6)}.featured-box-wrapper{position:relative}.featured-box-wrapper .featured-box-container{position:relative;height:100%;transition:all .3s ease-in-out}@media only screen and (max-width:700px){.featured-box-wrapper .featured-box-container{height:100%;width:100%;padding:8px}}.featured-box-wrapper .featured-box-container,.featured-box-wrapper .featured-box-background{background-color:#222339}.featured-box-wrapper .featured-box-container:hover,.featured-box-wrapper .featured-box-background:hover{background-color:#33334d}.featured-offer-promo{float:right;margin-top:10px;margin-right:10px;font-size:8px;padding:1px 6px;border-radius:4px}.featured-offer-promo--purple{background-color:#bc58fa;box-shadow:0 6px 10px rgba(0,0,0,0.3098039216),0 6px 17px #bc58fa}.featured-offer-promo--aqua{background-color:#4dcaff;box-shadow:0 6px 10px rgba(0,0,0,0.3098039216),0 6px 17px #4dcaff}.featured-offer-promo--yellow{background-color:#ffc42e;box-shadow:0 6px 10px rgba(0,0,0,0.3098039216),0 6px 17px #ffc42e}.featured-offer-promo--red{background-color:#ff6363;box-shadow:0 6px 10px rgba(0,0,0,0.3098039216),0 6px 17px #ff6363}@media only screen and (max-width:700px){.featured-offer-promo{font-size:2vw;margin-top:2vw;margin-right:2vw}}.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.offer-box{border-radius:5px}@media only screen and (max-width:700px){.offer-box{height:100%}}.offer-box .cover{display:flex;object-fit:cover;aspect-ratio:1;width:100%}.offer-box .cover.earn-box-cover-placeholder{width:60%}.offer-box .featured-survey-text{inset:0;color:white}.offer-box .featured-survey-logo{text-align:right;margin-right:10px;margin-top:-17%}.offer-box .featured-survey-text-overlay{margin-top:12px}@media only screen and (max-width:700px){.offer-box .featured-survey-text-overlay{margin-top:10px}}.offer-box .featured-survey-text--heading{margin-top:11px;margin-left:10px;font-size:13px;color:rgba(0,0,0,0.522)}@media only screen and (max-width:700px){.offer-box .featured-survey-text--heading{font-size:2.5vw;margin-top:3.5vw}}.offer-box .featured-survey-text--subheading{margin-left:10px;margin-top:0;font-size:17px;font-weight:bold;color:rgba(0,0,0,0.522)}@media only screen and (max-width:700px){.offer-box .featured-survey-text--subheading{font-size:4vw}}.offer-box .featured-survey-text--frame-heading{font-size:14px;font-weight:500;flex:1;font-style:normal;color:#a9a9ca}@media only screen and (max-width:700px){.offer-box .featured-survey-text--frame-heading{font-size:12px}}.offer-box .featured-survey-text--frame-subheading{font-size:11px;height:16px;overflow:hidden;font-style:normal;color:#a9a9ca;opacity:.6;margin-top:2px}.offer-box .featured-survey-footer{display:flex;justify-content:space-between;margin-top:12px;align-items:center}@media only screen and (max-width:700px){.offer-box .featured-survey-footer{margin-top:10px}}.offer-box .featured-survey-category{margin-left:4px;border-radius:8px;padding:2px 6px;font-size:10px;font-weight:700;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:white;text-transform:uppercase}.offer-box .featured-survey-category-signup{background-color:#62a87c}.offer-box .featured-survey-category-game{background-color:#6c5dd3}.offer-box .featured-survey-category-app{background-color:#059fdb}.offer-box .featured-survey-category-deposit{background-color:#f47c84}.offer-box .featured-survey-category-crypto{background-color:#add35d}.offer-box .featured-survey-category-purchase{background-color:#d3805d}.offer-box .featured-survey-category-free_trial{background-color:#c25dd3}.offer-box .featured-survey-category-quiz{background-color:#5dc4d3}.offer-box .featured-survey-category-casino{background-color:#d3b95d}.offer-box .featured-survey-category-other{background-color:#545775}@media only screen and (max-width:700px){.offer-box .featured-survey-category{display:none;padding:2px 4px;font-size:10px;font-weight:500;line-height:12px;border-radius:5px}}.offer-box .featured-box-devices-container{display:flex;align-items:center;position:absolute;top:4px;right:4px;gap:4px;background:rgba(30,30,46,0.6);border-radius:14px;height:28px;padding:6px 14px}@media only screen and (max-width:700px){.offer-box .featured-box-devices-container{top:2px;right:2px;padding:3px 7px;height:22px}}.offer-box .featured-box-devices-container .featured-box-device-icon{color:white;height:14px}.offer-box .featured-survey-amount-wrapper{position:relative;z-index:0;white-space:nowrap;flex:none;display:flex;align-items:end;color:#fff;font-weight:600}.offer-box .featured-survey-amount-wrapper .featured-survey-currency-icon{margin-right:4px;font-size:16px;line-height:16px;color:#01d676}.offer-box .featured-survey-amount-wrapper .featured-offer-dollar-amount{color:white;margin-right:0}.offer-box .featured-survey-amount-wrapper .featured-survey-amount{position:relative;font-size:15px;line-height:16px}.offer-box .featured-survey-amount-wrapper .featured-survey-amount-decimals{font-size:10px;line-height:12px}@media only screen and (max-width:700px){.offer-box .featured-survey-amount-wrapper .featured-survey-amount-decimals{line-height:14px}}.offer-box .featured-survey-amount-wrapper-hidden{width:0;overflow:hidden}.offer-box .earn-box-cover-container{aspect-ratio:1;width:100%;display:flex;align-items:center;justify-content:center;background:#2e2e42}:root{--earn-feed-height:66px;--announcement-height:66px}.topEarnFeed{height:var(--earn-feed-height);background-color:#161725;padding-left:13px;display:flex;position:fixed;top:var(--header-height);left:0;width:calc(100% - 40px);transition:.25s;z-index:7}@media only screen and (max-width:700px){.topEarnFeed:not(.is-logged-in){position:relative;top:0}}@media only screen and (max-width:1199px){.topEarnFeed{width:100%}}.topEarnFeed .topEarnFeedInnerDropdown{margin-left:8px}.topEarnFeed .topEarnFeedInnerParent{width:100%;overflow-y:hidden;overflow-x:auto}.topEarnFeed .topEarnFeedInnerParent::-webkit-scrollbar{width:0;height:0;background:transparent}.topEarnFeed .topEarnFeedInnerParent::-webkit-scrollbar-thumb{background:transparent}.topEarnFeed .topEarnFeedInner{width:max-content;display:flex;margin-top:13px}.topEarnFeed .earnFeedItemContainer{background:rgba(33,36,54,0.5);padding:0;border-radius:5px;overflow:hidden;color:black;height:36px;align-items:center;margin-right:6px;cursor:pointer;animation-duration:.5s;font-family:"Poppins",sans-serif}.topEarnFeed .earnFeedItemContainer .earnFeedItem{display:flex;justify-content:space-between;align-items:center;height:100%;padding:6px}.topEarnFeed .earnFeedItemContainer .earnFeedAvatar{height:24px;width:24px;border-radius:4px;margin-right:6px;display:flex;align-items:center;justify-content:center;opacity:.9}.topEarnFeed .earnFeedItemContainer .earnFeedAvatar img{width:100%;height:100%}.topEarnFeed .earnFeedItemContainer span[data-cashout-btc]{background-color:#f7931a;padding:4px}.topEarnFeed .earnFeedItemContainer span[data-cashout-stake]{background-color:#4797cc;padding:4px}.topEarnFeed .earnFeedItemContainer span[data-cashout-paypal]{background-color:#65b2ff;padding:6px}.topEarnFeed .earnFeedItemContainer span[data-cashout-visa]{background-color:#0e2387;padding:4px}.topEarnFeed .earnFeedItemContainer span[data-cashout-eth]{background-color:#6c76c4;padding:4px}.topEarnFeed .earnFeedItemContainer span[data-cashout-ltc]{background-color:#767897;padding:6px}.topEarnFeed .earnFeedItemContainer span[data-cashout-fortnite]{background-color:#3d7df4;padding:4px}.topEarnFeed .earnFeedItemContainer span[data-cashout-roblox]{background-color:#cd3b29;padding:4px}.topEarnFeed .earnFeedItemContainer span[data-cashout-League-of-Legends]{background-color:#524832;padding:4px}.topEarnFeed .earnFeedItemContainer span[data-cashout-csgo]{background-color:#000;padding:4px}.topEarnFeed .earnFeedItemContainer span[data-cashout-steam]{background-color:#206292;padding:4px}.topEarnFeed .earnFeedItemContainer span[data-cashout-amazon]{background-color:#000;padding:4px}.topEarnFeed .earnFeedItemContainer span[data-cashout-psn]{background-color:#1434cb;padding:4px}.topEarnFeed .earnFeedItemContainer span[data-cashout-xbox]{background-color:#107c10;padding:4px}.topEarnFeed .earnFeedItemContainer span[data-cashout-nintendo-eShop]{background-color:#ac0b0f;padding:4px}.topEarnFeed .earnFeedItemContainer span[data-cashout-Google-Play]{background-color:#1f1c1c;padding:4px}.topEarnFeed .earnFeedItemContainer span[data-cashout-spotify]{background-color:#1ed760;padding:4px}.topEarnFeed .earnFeedItemContainer span[data-cashout-iTunes]{background-color:#ef4eb7;padding:4px}.topEarnFeed .earnFeedItemContainer span[data-cashout-Zalando]{background-color:#333;padding:4px}.topEarnFeed .earnFeedItemContainer span[data-cashout-Valorant]{background-color:#e8585b;padding:4px}.topEarnFeed .earnFeedItemContainer span[data-cashout-Netflix]{background-color:#000;padding:4px}.topEarnFeed .earnFeedItemContainer span[data-cashout-Blizzard]{background-color:#4c6777;padding:4px}.topEarnFeed .earnFeedItemContainer span[data-cashout-DoorDash]{background-color:#171717;padding:4px}.topEarnFeed .earnFeedItemContainer span[data-cashout-UberEats]{background-color:#000;padding:4px}.topEarnFeed .earnFeedItemContainer span[data-cashout-JustEat]{background-color:#ff8100;padding:4px}.topEarnFeed .earnFeedItemContainer span[data-cashout-ach]{background-color:#4f9795;padding:4px}.topEarnFeed .earnFeedItemContainer span[data-cashout-DOGE]{background-color:#ce9f51;padding:4px}.topEarnFeed .earnFeedItemContainer .displayNone{display:none}.topEarnFeed .earnFeedItemContainer .earnFeedWithdrawAvatar{display:flex;align-items:center;padding:4px;border-radius:6px;background:linear-gradient(180deg,rgba(161,164,201,0.7) 0,rgba(126,128,154,0.7) 100%);margin-right:6px;opacity:.9}.topEarnFeed .earnFeedItemContainer .earnFeedMid{max-width:80px;min-width:50px;margin-right:10px;letter-spacing:-0.03em;font-weight:500}.topEarnFeed .earnFeedItemContainer .earnFeedMid .earnFeedMidFirst{color:#7d7d9e;margin:0;font-size:10px}.topEarnFeed .earnFeedItemContainer .earnFeedMid .earnFeedMidSecond{color:#a9a9ca;margin:0;font-size:10px}.topEarnFeed .earnFeedItemContainer .earnFeedAmount{color:#fff;font-size:11px;height:24px;border-radius:5px;background-color:#33334d;padding:5px 15px;font-weight:500;display:flex;align-items:center}.topEarnFeed .earnFeedItemContainer .earnFeedAmount .earnFeedAmountDollar{color:#01d676}.topEarnFeed .earnFeedItemContainer .earnFeedAmount .earnFeedAmountBar{display:inline-block;width:2px;height:12px;background:rgba(1,214,118,0.8);border-radius:20px;margin-left:7px}.earnFeedLoader{text-align:center;margin-top:20px;margin-right:76px}.earnFeedLoader .preloader-wrapper{width:22px;height:22px}@media only screen and (min-width:1200px){body.chatActive .announcementActualText{padding:0 20px 0 40px}}.announcement{font-family:"Poppins";font-style:normal;font-weight:600;font-size:14px;line-height:150%;background-color:#30314c;padding:12px 50px;color:#070606;text-align:center;display:flex;gap:10px;align-items:center;justify-content:center;z-index:2000}@media only screen and (max-width:1199px){.announcement{flex-direction:column;padding:8px 18px 12px 18px}}.announcement #closeAnnouncementBtn{position:absolute;top:12px;right:16px;color:black;cursor:pointer;border:1px solid currentColor;border-radius:99px;width:22px;height:22px;display:flex}.announcement #closeAnnouncementBtn i{display:block;margin:auto}.announcement .announcementCtaBtn{color:black;cursor:pointer;padding:4.37px 15.37px 4.37px 15.37px;border:1px solid black;border-radius:8px;white-space:nowrap}@media only screen and (max-width:1199px){.announcement .announcementCtaBtn{display:inline-block}}.announcement .announcementActualText{padding-left:30px}@media only screen and (max-width:1199px){.announcement .announcementActualText{padding:0 40px}}.announcementToTop{transform:translateY(-65px)}.earnFeedTooltip{z-index:1002}.earnFeedTooltip .tooltip-inner{color:#777b9d;border-radius:4px;font-family:"Poppins",sans-serif;font-weight:500;font-size:11px;min-height:30px;max-width:none}.earnFeedTooltip .tooltip-table{display:table}.earnFeedTooltip .tooltip-table .tooltip-row{display:table-row;text-align:left}.earnFeedTooltip .tooltip-table .tooltip-row .tooltip-caption,.earnFeedTooltip .tooltip-table .tooltip-row .tooltip-value{display:table-cell;padding:1px 0}.earnFeedTooltip .tooltip-table .tooltip-row .tooltip-caption{width:90px}.earnFeedTooltip .tooltip-table .tooltip-row .tooltip-value{color:#a9a9ca}.earnFeedSelectorDropdownContainer{display:flex;flex-direction:row;align-items:center;padding:13px;width:52px;height:36px;right:11px;top:13px;background:#1c1d2e;border-radius:5px}.earnFeedSelectorDropdownContainer .dropdown-trigger{position:relative;cursor:pointer}.earnFeedSelectorDropdownContainer .chevron{stroke:#a9a9ca;margin-left:5px;height:12px;width:auto;transform:rotate(90deg)}.earnFeedSelectorDropdownContainer .earnFeedSelectorDropdown{background:#33334d;border-radius:8px}.earnFeedSelectorDropdownContainer .earnFeedSelectorDropdown .menuItems{width:195px;max-height:160px;height:auto;padding:10px 12px;overflow-y:auto;background:#33334d;border-radius:5px}.earnFeedSelectorDropdownContainer .earnFeedSelectorDropdown .menuItems>li{display:flex;align-items:center;text-align:left;vertical-align:middle;padding:8px}.earnFeedSelectorDropdownContainer .earnFeedSelectorDropdown .menuItems>li .earnCountry{color:#9397dc;padding-left:10px;font-family:"Poppins";font-style:normal;font-weight:400;line-height:23px}.earnFeedSelectorDropdownContainer .earnFeedSelectorDropdown .menuItems>li:hover,.earnFeedSelectorDropdownContainer .earnFeedSelectorDropdown .menuItems>li.active{background:#404769;border-radius:5px;cursor:pointer}.earnFeedSelectorDropdownContainer .earnFeedSelectorDropdown .menuItems>li.active{opacity:.9}.earnFeedSelectorDropdownContainer .earnFeedSelectorDropdown:before{position:absolute;border-radius:1px;right:83%;top:-5px;width:10px;height:10px;content:"";display:block;background-color:#33334d;transform:rotate(316deg)}@media only screen and (max-width:700px){.earnFeedSelectorDropdownContainer .earnFeedSelectorDropdown:before{right:78%}}.earnFeedSelectorDropdownContainer .selectedFeed{display:flex;align-items:center}.earnFeedSelectorDropdownContainer .selectedEarnImage{width:auto;height:16px;margin-right:6px}.earnFeedSelectorDropdownContainer .image-cropper{width:16px;height:16px;position:relative;overflow:hidden;border-radius:50%}.earnFeedSelectorDropdownContainer .earnImage{display:inline;margin:0 auto;margin-left:-25%;height:100%;width:auto}.earnFeedSelectorDropdownContainer .earnText{color:#9397dc;font-size:15px;font-weight:500;line-height:25px;height:24px}.earnFeedSelectorDropdownContainer .earnPlus5{height:22px;margin-left:15px}.earnFeedSelectorDropdownContainer .earnQuestionTooltip{position:relative;margin-left:17px;top:1px}.earnFeedSelectorDropdownContainer .globalImg{margin-left:auto;width:16px}.earnFeedSelectorDropdownContainer .dollarIconImg{width:8px;height:8px;transform:translate(-18px,5px);display:none}.moveAlmaViewToTop{top:-65px;margin-bottom:-65px;position:relative}.shop{font-family:Poppins;background-color:#141523}.withdrawModal{background:#1e1e2e;box-shadow:0 6px 20px rgba(0,0,0,0.1);border-radius:3px;width:732px;text-align:center}@media only screen and (max-width:700px){.withdrawModal{width:100%}}.withdrawModal .modal-content{height:100%;display:flex;flex-direction:column;justify-content:space-between;font-size:15px;padding:40px}@media only screen and (max-width:700px){.withdrawModal .modal-content{padding:40px 27px}}.withdrawModal .withdrawModalClose,.withdrawModal .modal-close{cursor:pointer;position:absolute;top:24px;right:24px;height:40px;width:40px;border:1px solid #2f3043;display:flex;align-items:center;justify-content:center;border-radius:50%}@media only screen and (max-width:700px){.withdrawModal .withdrawModalClose,.withdrawModal .modal-close{height:32px;width:32px}}.withdrawModal .modalTitle{font-weight:700;font-size:24px;line-height:140%;margin-bottom:20px}@media only screen and (max-width:700px){.withdrawModal .modalTitle{font-size:20px;line-height:150%}}.withdrawModal .withdrawFeedbackSection{font-style:normal;font-weight:500;font-size:16px;line-height:160%;text-align:center;color:#ccd}@media only screen and (max-width:700px){.withdrawModal .withdrawFeedbackSection{font-size:14px}}.withdrawModal .withdrawModalLinkContainer{display:flex;justify-content:center}.withdrawModal .withdrawModalReviewLink{margin-top:30px}@media only screen and (max-width:700px){.withdrawModal .withdrawModalReviewLink{width:100%}}.withdrawModal .withdrawModalReviewButton{border-radius:8px;color:black;height:48px;padding:0 80px;font-weight:700;font-size:14px;background:#01d676}@media only screen and (max-width:700px){.withdrawModal .withdrawModalReviewButton{width:100%;padding:0}}.withdrawModal .withdrawModalReviewButton:hover{opacity:.9}.modRootPaginate,.modUserSearchPaginate{cursor:pointer}.modUserSearchBtn{margin-top:25px}.modNavBtn,.adminNavBtn{margin-top:5px}.ownerNavBtn{margin-top:5px}.modCampaignPageNav{margin-top:-10px;margin-bottom:20px}@media only screen and (max-width:700px){.modCampaignPageNav{margin-left:10px}}.modCampaignPageNavBtn{width:115px;padding:0}.modCampaignPageNavText{display:inline-block;width:90px}.pendingWithdrawReleaseRejectBox .btn{font-size:13px;padding:0 8px}.pendingPaypalReleaseRejectBox{min-width:300px}.flagged{color:orangered}.legit{color:#01d676}.modOffersVettingAndFiltersRow{display:flex;align-items:center;width:100%}.modOffersVettingAndFiltersRow .modVetting{white-space:nowrap;text-overflow:ellipsis;font-size:13px;color:#d5d5f0}.modOffersVettingAndFiltersRow .modVetting .modVet{margin-right:10px}.modOffersVettingAndFiltersRow .modOfferFilters{display:flex;align-items:center;width:100%;justify-content:end}.modOffersVettingAndFiltersRow .offerNameSearch{height:38px;width:250px}.modMonitoringPage ::-webkit-scrollbar{width:5px;background:#01d676;box-shadow:0 0 16px rgba(68,95,83,0.2),inset 0 1px 0 #00ffc2;border-radius:0 2px 2px 0}.modMonitoringPage ::-webkit-scrollbar-track{background:#414261;margin-right:10px;width:2px}.modMonitoringPage ::-webkit-scrollbar-thumb{background:#01d676;background-repeat:no-repeat;background-size:5px;background-position:center}.modMonitoringPage ::-webkit-scrollbar-thumb:hover{background:#01d676}.modMonitoringPage .monitoringPanelNavRow{margin:0 0 10px 10px}.modMonitoringPage .monitoringPanelRender{margin:0 0 10px 10px}.modMonitoringPage .monitoringPanelNavBtn:hover,.modMonitoringPage .monitoringPanelFilterBtn:hover{background-color:#17774c}.modMonitoringPage .monitoringPanelOptions .monitoringPanelNavBtn{margin-bottom:10px}.modMonitoringPage .monitoringPanelOptions a.active{background-color:#17774c}.modMonitoringPage .monitoringPanelFilterRow{display:flex;align-items:center;flex-wrap:wrap;margin-top:-10px;justify-content:end;margin-right:5px}.modMonitoringPage .monitoringPanelFilterInputDiv{display:flex;justify-content:center;align-items:center;margin-right:25px}.modMonitoringPage .monitoringPanelFilterInputDiv .switch{margin-left:15px}.modMonitoringPage .monitoringPanelFilterInputDiv #countrycode-highearners{color:#667296}.modMonitoringPage .monitoringPanelInputLabel{color:white;font-size:16px;margin-right:15px}.modMonitoringPage .stripedTable th{max-width:90px;text-align:center}.modMonitoringPage .stripedTable td{max-width:90px;text-align:center;line-break:anywhere}.modMonitoringPage .stripedTable tr:nth-child(even){background-color:rgba(242,242,242,0.1450980392)}.modMonitoringPage #manualOverrideTable th{max-width:370px}.modMonitoringPage #manualOverrideTable td{max-width:370px}.modMonitoringPage .centerModal{width:25% !important;top:35% !important}.modMonitoringPage .offerstatistics .layerBg{padding-bottom:30px}.modMonitoringPage .offerstatistics .offer-card{background:#1d1d2e;width:230px;padding:2px;border-radius:10px;text-align:center;margin:0 15px 0 0}.modMonitoringPage .offerstatistics .offer-card .card-value{background:#14141e;padding:5px}.modMonitoringPage .offerstatistics .tableScroll{max-height:360px;overflow-y:auto}.modMonitoringPage .offerstatistics thead{background-color:#232332}.modMonitoringPage .heldEarnings .heldEarningsOps{display:flex;justify-content:start;gap:20px;margin:15px 0 20px 0}.modMonitoringPage .heldEarnings .heldEarningsOps .radioLabel{padding-left:30px}.modMonitoringPage .chargebacks .chargebacksOps{display:flex;justify-content:start;gap:20px;margin:15px 0 20px 0}.modMonitoringPage .chargebacks .chargebacksOps .radioLabel{padding-left:30px}.modMonitoringPage .offer-txid-textarea{padding:10px 5px 105px 5px;margin-top:12px;color:#787ead;overflow-y:clip;outline:0;line-height:22px;width:600px;border:1px solid;height:200px;overflow-y:auto}.faqPage{display:flex;justify-content:center;letter-spacing:-0.03em;font-family:"Poppins",sans-serif}.faqPage .faqPageContainer{background:rgba(60,61,89,0.25);border-radius:20px;width:100%;max-width:1198px;margin:20px 20px;padding:52px 62px}@media only screen and (max-width:700px){.faqPage .faqPageContainer{margin:20px 0;padding:32px 5px;border-radius:0}}.faqPage .faqHeading{display:flex;font-family:"Roboto",sans-serif;font-size:35px;align-items:center;justify-content:space-between;color:#01d676;margin:0;margin-bottom:30px}@media only screen and (max-width:700px){.faqPage .faqHeading{flex-direction:column;font-size:30px;margin-bottom:25px}}.faqPage .faqHeading .faqHeadingLeft{font-weight:900;display:flex;align-items:center}@media only screen and (max-width:700px){.faqPage .faqHeading .faqHeadingLeft{margin-right:20px}}.faqPage .faqHeading .faqHeadingLeft::before{content:"";display:inline-block;width:10px;height:10px;border-radius:100%;margin-right:23px;background:#01d676}.faqPage .faqHeading .faqHeadingRight{font-weight:500;text-align:center}@media only screen and (max-width:700px){.faqPage .faqHeading .faqHeadingRight{margin-top:5px;font-size:28px;font-weight:600}}.faqPage .tabsContainer{padding:0 15px;position:relative;margin-bottom:15px}@media only screen and (max-width:700px){.faqPage .tabsContainer{padding:5px 15px 0 15px;margin:0 -5px 25px -5px;background:#1f2034}}.faqPage .tabsContainer .tabsLine{width:100%;height:1px;background:#3c3d59;position:absolute;bottom:0;left:0}@media only screen and (max-width:700px){.faqPage .tabsContainer .tabsLine{display:none}}.faqPage .tabs{background:none !important;font-family:"Roboto",sans-serif}@media only screen and (max-width:700px){.faqPage .tabs{height:55px}}.faqPage .tabs .tab{text-transform:none}.faqPage .tabs .tab a{color:#545673 !important;font-size:14px;font-weight:700}@media only screen and (max-width:700px){.faqPage .tabs .tab a{font-size:15px}}.faqPage .tabs .tab a.active{color:#01d676 !important}.faqPage .tabs .tab a:focus,.faqPage .tabs .tab a:active{background:none !important}.faqPage .tabs .indicator{background-color:#01d676}.faqPage .tabs .tab a,.faqPage .tabs .indicator{min-width:90px}.faqPage .faqPageBottom{display:flex;flex-direction:column;align-items:flex-end;color:#5f618d;font-weight:500;font-size:15px;margin-top:30px}@media only screen and (max-width:700px){.faqPage .faqPageBottom{align-items:center}}.faqPage .faqPageButton{display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-size:14px;font-weight:700;color:#fff;background:#01d676;border-radius:5px;cursor:pointer;width:335px;height:49px;margin-top:13px}@media only screen and (max-width:700px){.faqPage .faqPageButton{width:90%}}.faqItem{color:#fff;margin:7px 0;font-family:"Poppins",sans-serif}.faqItem .faqQuestion{padding:15px 25px;background:#23243b;font-weight:500;font-size:17px;cursor:pointer;border-radius:7px}@media only screen and (max-width:700px){.faqItem .faqQuestion{font-size:15px}}.faqItem .faqAnswer{padding:0 35px 0 25px;background:#1f2034;font-size:15px;font-weight:500;max-height:0;overflow:hidden;transition:padding .4s ease-out;border-bottom-left-radius:7px;border-bottom-right-radius:7px;margin:0}@media only screen and (max-width:700px){.faqItem .faqAnswer{padding:0 15px}}.faqItem .faqAnswer ol{margin-top:30px}.faqItem .faqLink{text-decoration:underline;color:#60618c;font-weight:700}.faqItem img{max-width:100%;display:block;margin:10px 0 20px 0}.faqItem--active .faqQuestion{color:#01b664;border-bottom-left-radius:0;border-bottom-right-radius:0}@media only screen and (max-width:700px){.faqItem--active .faqQuestion{border-bottom:rgba(112,115,158,0.4)}}.faqItem--active .faqAnswer{padding:25px 35px 25px 25px;max-height:10000px}@media only screen and (max-width:700px){.privacyPage .faqPageContainer,.termsPage .faqPageContainer,.contactPage .faqPageContainer{padding-left:15px;padding-right:15px}}.privacyPage .lastUpdatedBox,.termsPage .lastUpdatedBox,.contactPage .lastUpdatedBox{color:#888aaf;background:#3a3c5c;display:flex;align-items:center;justify-content:center;width:201px;height:33px;font-size:12px;font-weight:700;margin-bottom:20px}.privacyPage #google_translate_element,.termsPage #google_translate_element,.contactPage #google_translate_element{margin:20px 0}.privacyPage strong,.termsPage strong,.contactPage strong{font-weight:700}.privacyPage h2,.termsPage h2,.contactPage h2{font-size:22px;font-weight:700;letter-spacing:-0.03em;color:#01d676;margin:25px 10px 10px 10px}.privacyPage h3,.termsPage h3,.contactPage h3{font-size:20px;font-weight:700;letter-spacing:-0.03em;color:#01d676;margin:25px 10px 10px 10px}.privacyPage h4,.termsPage h4,.contactPage h4{font-size:16px;font-weight:700;letter-spacing:-0.03em;color:#01d676;margin:15px 0 10px 0}.privacyPage h5,.termsPage h5,.contactPage h5{font-size:14px;font-weight:500;letter-spacing:-0.03em;color:#9090bb;margin:15px 10px 10px 10px}.privacyPage p,.privacyPage li,.termsPage p,.termsPage li,.contactPage p,.contactPage li{font-weight:500;font-size:14px;line-height:157%;letter-spacing:.03em;color:#606288}.privacyPage li::before,.termsPage li::before,.contactPage li::before{content:"•";margin-right:5px;display:inline}.privacyPage a,.termsPage a,.contactPage a{color:#0ef392}.profile-country-flag{width:32px;height:32px}@media only screen and (max-width:1199px){.profile-country-flag{width:20px;height:20px}}.ban-alert-create-ticket-link{color:white;text-decoration:underline;cursor:pointer}.modalTopEffectContainer{text-align:center;position:absolute;top:0;left:0;width:100%}.modalTopEffectContainer .modalTopEffect{width:391px}@media only screen and (max-width:510px){.modalTopEffect{width:100% !important}}.gainSurveysDailyBonusBox{border-radius:5px;margin-top:10px}.gainSurveysDailyBonusBox .claimBonusBtns{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}@media only screen and (max-width:700px){.gainSurveysDailyBonusBox .claimBonusBtns{flex-direction:column;align-items:flex-start;margin-bottom:10px}}.gainSurveysDailyBonusBox .gainSurveysDailyBonusBody{color:#3f405d;padding:20px;min-height:190px}@media only screen and (max-width:700px){.gainSurveysDailyBonusBox .gainSurveysDailyBonusBody{min-height:280px}}.gainSurveysDailyBonusBox .gainSurveysDailyBonusBody .levelRangeText{color:#01d676;font-size:12px;display:flex;align-items:center;justify-content:space-between}.gainSurveysDailyBonusBox .gainSurveysDailyBonusBody .levelRangeText .levelInfoText{font-size:12px;color:#4c4c68;padding:0 5px}.gainSurveysDailyBonusBox .gainSurveysDailyBonusBody .dailyBonusLevelsCoinsText{position:relative;bottom:4px;font-size:12px}.gainSurveysDailyBonusBox .gainSurveysDailyBonusBody .dailyBonusLevelsStage{width:32.53px;text-align:center;font-weight:bold}.gainSurveysDailyBonusBox .gainSurveysDailyBonusBody .dailyBonusLevelsStage i{font-size:20px}.gainSurveysDailyBonusBox .gainSurveysDailyBonusBody .claimGainDailyBonusBtn{height:32px;min-width:auto}@media only screen and (max-width:700px){.gainSurveysDailyBonusBox .gainSurveysDailyBonusBody .claimGainDailyBonusBtn{min-width:150px;margin-left:0}}.gainSurveysDailyBonusBox .claimBonusLabel{width:163px;height:32px}@media only screen and (max-width:700px){.gainSurveysDailyBonusBox .claimBonusLabel{width:100%;margin-bottom:15px}}.gainSurveysDailyBonusBox .dailyBonusProgressContainer{height:16px;background:#383855;padding:6px;border-radius:20px;margin-bottom:5px;margin-top:10px}.gainSurveysDailyBonusBox .dailyBonusProgress{background:#2f2f49;border-radius:20px;margin:0}.promoCodeBox .promoBgLeft{position:absolute;width:31px;left:0;bottom:10px}.promoCodeBox .promoBgRight{position:absolute;width:57px;right:0;bottom:0}.promoCodeBox .promoBgTopRight{position:absolute;width:24px;right:0;top:20px}.promoCodeBox .promoDescContainer{margin-bottom:5px}.promoCodeBox .promoDescContainer div{display:inline-block}.promoCodeBox .promoSocialLinksContainer{display:inline-block}.promoCodeBox .promoSocialLinksContainer svg{vertical-align:middle;margin-left:7px}.promoCodeBox .promoContainer{display:flex;justify-content:center;align-items:center}.promoCodeBox .promoCodeBodySection{position:relative;padding:30px 20px;background:#2c2c44;border-radius:5px;border-radius:10px;-webkit-box-shadow:0 24px 38px 3px rgba(0,0,0,0.14),0 9px 46px 8px rgba(0,0,0,0.12),0 11px 15px -7px rgba(0,0,0,0.2);box-shadow:0 24px 38px 3px rgba(0,0,0,0.14),0 9px 46px 8px rgba(0,0,0,0.12),0 11px 15px -7px rgba(0,0,0,0.2)}@media only screen and (max-width:700px){.promoCodeBox .promoCodeBodySection{flex-direction:column}}.promoCodeBox .promoInputText{font-weight:500;font-size:12px;display:flex;align-items:center;color:#616184;padding-top:0;margin:2px 0 0 21px}.promoCodeBox .promoInputText .textHighlighted{color:#01d676}@media only screen and (max-width:700px){.promoCodeBox .promoInputText{margin:0;display:inline-block;margin-top:20px}}.promoCodeBox .promoImgContainer{position:absolute;max-width:224px;height:64px;left:30px;top:-29px;z-index:5}.promoCodeBox .promoInputContainer{background:#383855;box-shadow:0 1px 2px rgba(0,0,0,0.2);border-radius:4px;width:100%;overflow:hidden}.promoCodeBox .promoInputContainer ::placeholder{font-weight:400;font-size:12px;color:#787ead}.promoCodeBox .promoInputContainer .promoCodeInput{margin-bottom:0;padding-left:20px;font-size:14px;height:43px}.customBtn{display:flex;justify-content:center;align-items:center;min-width:163px;height:44px;margin-left:10px;font-weight:600;font-size:12px;line-height:12px;padding:0 19px;background:#01d676;box-shadow:inset 0 1px 0 rgba(0,255,194,0.15);border-radius:4px}@media only screen and (max-width:700px){.customBtn{min-width:auto;height:40px}}.customBtn[disabled]{background:#303149 !important;color:#8083b2 !important}.gainSurveysModalTitle{color:#01d676;font-weight:bold;font-size:30px;margin:0}@media only screen and (max-width:700px){.gainSurveysModalTitle{font-size:28px}}@media only screen and (max-width:700px){.downloadRewardModalTitle{font-size:18px;margin-left:7px}}#rewardsTimerModal{top:5% !important;right:44px;margin-top:89px}.rewardsModal{padding:25px;top:5% !important;max-width:1920px;max-height:685px;width:80%;font-family:"Poppins",sans-serif}.rewardsModal #rewardsPage{width:100%}.downloadRewardModal{padding:25px;min-width:60%;width:96%;top:2% !important;max-width:1920px;max-height:685px;font-family:"Poppins",sans-serif}#rewardsPage{padding:25px;min-width:60%;width:96%;top:2% !important;font-family:"Poppins",sans-serif}@media only screen and (max-width:700px){#rewardsPage{max-width:100%;padding-left:0;padding-right:0}}#rewardsPage .btnsContainerHeader{display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width:700px){#rewardsPage .btnsContainerHeader{flex-wrap:wrap;justify-content:flex-start}}#rewardsPage .headerContainerLeftSide{display:flex;justify-content:space-between;align-items:center;margin-right:10px}#rewardsPage .headerContainerRightSide{display:flex}@media only screen and (max-width:700px){#rewardsPage .headerContainerRightSide{flex-wrap:wrap;align-items:center;align-self:normal;margin:10px 0 14px -10px}}#rewardsPage .rewardsModalLabel,#rewardsPage .downloadRewardLabel{background:rgba(1,214,118,0.2);font-weight:500;font-size:12px;color:#01d676;border-radius:4px;display:flex;justify-content:center;align-items:center}#rewardsPage .comingSoonLabel{background:#383855;border-radius:4px;padding:7px 12px;color:#8083b2;display:flex;align-items:center;justify-content:center}.downloadRewardModal{min-width:483px;max-width:483px}@media only screen and (max-width:700px){.downloadRewardModal{min-width:299px;max-width:299px;padding:23px}}.downloadRewardSection{padding:6px !important}.downloadRewardLabel{width:100% !important;height:66px !important;font-size:18px !important;line-height:27px;font-weight:700 !important;border-radius:10px !important}.downloadClaimDescription{font-weight:600;font-size:14px;line-height:21px;text-align:center;color:#01d676}.downloadClaimDescription.hide{display:none}.claimDownloadQRCode{width:250px;height:250px;background-color:#1e1e2d;margin:auto;position:relative;margin-top:23px;margin-bottom:24px;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:700px){.claimDownloadQRCode{width:150px;height:150px;margin-top:10px;margin-bottom:10px}}.claimDownloadQRCode img{width:80%}.openAppLink{display:flex;align-items:center;width:100%;background:#2f2f4a;margin-top:18px;margin-bottom:18px;color:#adade2;line-height:136.19%;font-size:12px;font-weight:500;border-radius:10px;padding:16px}.openAppLink>i{margin-right:10px;font-size:16px;color:#4a4a70}.openAppLink .openAppLinkText>img{display:inline-block;height:12px;width:10px}.gainSurveysSectionTitle{color:white;padding:5px 30px;margin-bottom:10px}.freeskinsRewardsBodySection{padding:10px;background-color:#2a2b42;border-radius:5px;margin-bottom:10px}.gainSurveysGainCoinImg{height:20px;margin-left:2px;margin-right:10px;margin-top:7px}.gainSurveyInstruction{margin:5px 0 15px 0}.gainSurveyInstruction a{color:black}.socialMediaSection{display:flex;gap:10px;align-items:center}@media only screen and (max-width:700px){.socialMediaSection{flex-wrap:wrap}}.socialMediaSection .mr-lr{margin-left:10px;margin-right:10px}@media only screen and (max-width:700px){.socialMediaSection .mr-lr{margin-left:0;margin-right:0}}.socialMediaSection .socialBox{display:flex;align-items:stretch;justify-content:space-between;background:#2c2c44;box-shadow:0 2px 5px rgba(27,27,43,0.15);border-radius:5px;padding:20px;min-width:200px;width:286px;height:132px}@media only screen and (min-width:701px) and (max-width:1199px){.socialMediaSection .socialBox{width:100%}}@media only screen and (max-width:700px){.socialMediaSection .socialBox{width:100%}}.socialMediaSection .socialBox .socialLeftBox{display:flex;align-items:center;justify-content:center;width:90px;height:86px;background:#383855;box-shadow:0 1px 2px rgba(0,0,0,0.2),inset 0 1px 1px #47476a;border-radius:4px;flex-shrink:0}@media only screen and (max-width:380px){.socialMediaSection .socialBox .socialLeftBox{width:40px;height:40px}}@media only screen and (min-width:600px) and (max-width:750px){.socialMediaSection .socialBox .socialLeftBox{width:40px;height:40px}}.socialMediaSection .socialBox .socialRightBox{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;max-width:250px}.socialMediaSection .socialBox .socialRightBoxText{font-weight:600;font-size:19px;text-align:right;color:#fff;line-height:19px}.socialMediaSection .socialBox .socialAppText{font-weight:600;font-size:15px;text-align:right;color:#01d676}.socialMediaSection .socialBox .claimRewardBtn{height:32px;width:100%;min-width:auto;position:relative;bottom:8px}.socialMediaSection .socialBox .comingSoonLabel{font-weight:600;font-size:12px}.downloadRewardSection{display:flex;align-items:center;justify-content:space-between;background:#2c2c44;box-shadow:0 2px 5px rgba(27,27,43,0.15);border-radius:5px;padding:20px;font-weight:600;font-size:14px}.downloadRewardSection .downloadRewardLabel{display:flex;align-items:center;justify-content:center;width:163px;height:46px;background:rgba(1,214,118,0.2);border-radius:4px;color:#01d676}@media only screen and (max-width:700px){.downloadRewardSection .downloadRewardLabel{width:48%;height:42px}}.downloadRewardSection .comingSoonLabel{width:163px;height:46px}@media only screen and (max-width:700px){.downloadRewardSection .comingSoonLabel{width:48%;height:42px}}.downloadRewardSection{background:0;box-shadow:none;border-radius:0}.promoModal .btn{box-shadow:none}.comingSoonBtn{background-color:#383855;color:#01d676}.comingSoonBtn:hover{background-color:rgba(1,214,118,0.1803921569)}.smallBtn{font-size:12px;height:32px}.transparentBtn{background-color:rgba(1,214,118,0.1803921569);color:#01d676}.transparentBtn:hover{background-color:rgba(1,214,118,0.1803921569)}footer.page-footer{margin-left:0;transition:.25s;background-color:#1d1e31;position:relative}footer.page-footer>.footer-container{max-width:1080px;margin:0 auto;font-family:"Poppins",sans-serif;padding:0 20px;padding-right:40px}footer.page-footer>.footer-container>a{font-size:28px;color:#01d676}@media only screen and (max-width:700px){footer.page-footer>.footer-container{padding-bottom:200px}}footer.page-footer .footerLogo{height:38px;margin-top:20px;margin-bottom:20px}footer.page-footer .footerNav{display:flex;width:100%;justify-content:space-between;margin-bottom:90px}footer.page-footer .footerBlock--1{width:164px}footer.page-footer .footerBlock--2{flex:1}@media only screen and (max-width:700px){footer.page-footer .footerBlock--3{position:absolute;top:215px}}footer.page-footer .footerSubHeading{color:#545683;font-size:21px;font-weight:500}@media only screen and (max-width:700px){footer.page-footer .footerList>li{margin-bottom:3px}}footer.page-footer .footerList a,footer.page-footer .footerList span{color:#9194c8;font-size:15px;font-weight:500}footer.page-footer img.footerCharacter{position:absolute;bottom:0;left:40%;height:330px;filter:grayscale(100%);opacity:.25;transform:scaleX(-1)}@media only screen and (max-width:1199px){footer.page-footer img.footerCharacter{width:300px;height:auto;bottom:70px;left:50%;transform:translate(-50%) scaleX(-1)}}#loader{width:100vw;height:100vh;transition:opacity .5s;background-color:#191a2b;position:fixed;top:0;left:0;z-index:2100;text-align:center}.loaderLogo{max-height:65px}.loaderLoader{display:block;margin:0 auto}.earnPage{font-family:"Poppins",sans-serif}.earnPage .earnGetStartedBoxes{display:inline-flex;justify-content:flex-start;background:#1d1e2f;margin:0;padding:15px 70px 25px 25px;position:relative;min-height:124px}@media only screen and (max-width:700px){.earnPage .earnGetStartedBoxes{flex-direction:column;align-items:center;display:none}}.earnPage .earnGetStartedBoxes .earn-start-guide{display:flex;justify-content:center;align-items:center}@media only screen and (min-width:701px) and (max-width:1199px){.earnPage .earnGetStartedBoxes .earn-start-guide{width:95%}}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item{position:relative;width:calc(33.3333333333% - 20px);min-width:290px;height:190px;padding:15px;text-align:center}@media only screen and (max-width:700px){.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item{width:100%;height:175px}}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item::before{content:"";position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;background:#242539;opacity:.8;border-radius:20px}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item:nth-child(1){text-align:left}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item:nth-child(3){text-align:center}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item:nth-child(3) .guide-card{padding-bottom:27px}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item:nth-child(3) .guide-card::before{background-image:url("/public/img/template/body/guideBg2.png")}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item:nth-child(3) .guide-card .title{margin-bottom:3px}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item:nth-child(3) .guide-card .description{margin-bottom:23px}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item:nth-child(3) .guide-card .has-pointer::after{right:-10px;left:unset;transform:rotate(322deg)}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item:nth-child(3) .guide-card .task-start-btn{background-color:#01d676}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item:nth-child(5){text-align:right}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item:nth-child(5) .guide-card::before{background-image:url("/public/img/template/body/guideBg3.png");filter:none}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item:nth-child(5) .guide-card .title{margin-bottom:3px}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item:nth-child(5) .guide-card .description{margin-bottom:23px}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item:nth-child(5) .guide-card .cashout-btn{width:max-content;max-width:200px;background-color:#01d676}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item:nth-child(5) .guide-card .has-pointer::after{left:60%;transform:rotate(339deg)}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card{position:relative;z-index:3;width:100%;height:100%;background:rgba(40,41,66,0.5);border-radius:10px;overflow:hidden;padding:14px 21px;-webkit-box-shadow:0 0 8px #222339;box-shadow:0 0 8px #222339}@media only screen and (max-width:700px){.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card{padding:17px}}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card::before{content:"";position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;filter:blur(5px);background:url("/public/img/template/body/guideBg1.png");background-color:#333350;border-radius:10px;background-size:cover;background-repeat:no-repeat;border-radius:20px}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card .title{font-weight:600;font-size:18px;color:#01d676;margin-bottom:6px}@media only screen and (max-width:700px){.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card .title{font-size:16px}}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card .description{font-weight:500;font-size:12px;color:#fff}@media only screen and (max-width:700px){.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card .description{font-size:10px}}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card ul{position:relative;margin-left:15px;background:#24253a;border-radius:5px;margin:0}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card ul::after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:rgba(40,41,65,0.5);border-radius:5px 5px 0 0}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card ul li{list-style-type:disc;font-weight:500;font-size:10px;letter-spacing:-0.03em;display:flex;justify-content:space-between;align-items:center;gap:10px;padding:5px}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card ul li.active{position:relative;left:-12.5px;z-index:1;width:calc(100% + 25px);background:#292a42;box-sizing:border-box;border:.2px solid rgba(1,214,118,0.2);box-shadow:0 0 19px 1px rgba(1,214,118,0.3);border-radius:5px}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card ul li.active img{width:33px;height:33px}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card ul li.active .task-title{color:#fff;font-size:12px}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card ul li.active .task-prize{color:#01d676;font-size:12px;position:relative}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card ul li img{width:26px;height:26px;border-radius:4px;background-color:#6aad21}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card ul li .task-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:calc(100% - 100px);text-align:center}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card ul li .task-prize{background:#222339;box-shadow:inset 0 .8px 0 #4a4f75;border-radius:4px;padding:4px 8px}@media only screen and (max-width:700px){.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card ul li{font-size:10px}}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card .task-start-btn,.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card .cashout-btn{width:101px;height:34px;background:#222339;box-shadow:inset 0 1px 0 #4a4f75;border-radius:5px;text-align:center;font-weight:600;font-size:12px;display:inline-block;line-height:34px;padding:0 10px}@media only screen and (max-width:700px){.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card .task-start-btn,.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card .cashout-btn{font-size:10px}}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card .coins{position:absolute;z-index:-1;top:10px;left:10px;width:54%;height:100%;background:url("/public/img/template/body/coins.png");background-size:contain;background-repeat:no-repeat}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card .has-pointer{position:relative}.earnPage .earnGetStartedBoxes .earn-start-guide .guide-item .guide-card .has-pointer::after{content:"";position:absolute;left:-20px;bottom:-30px;width:50px;height:60px;background:url("/public/img/template/body/hand.png");background-size:contain;background-repeat:no-repeat}.earnPage .earnGetStartedBox{width:25%;max-width:358px;min-width:250px}@media only screen and (max-width:700px){.earnPage .earnGetStartedBox{width:100%}}.earnPage .earnGetStartedArrows{margin:0;z-index:2}@media only screen and (min-width:701px) and (max-width:1199px){.earnPage .earnGetStartedArrows{transform:scale(0.8);margin:0 -40px}}@media only screen and (max-width:700px){.earnPage .earnGetStartedArrows{margin:-40px 0;transform:rotate(90deg);opacity:.6}}.earnPage p{font-size:14px;font-weight:500}.earnPage h5{color:#00da72;font-weight:bold;font-size:35px}.earnPage .earnHeader{display:flex;align-items:center;flex-wrap:wrap;width:100%;display:flex;justify-content:space-between}.earnPage .earnHeader .earnHeaderTitle{color:#fff;flex:1;font-style:normal;font-weight:700;font-size:20px}.earnPage .earnHeader .earnHeaderIcon{margin-right:12px;display:flex;align-items:center}.earnPage .earnHeader .earnHeaderIcon img{width:15px}.earnPage .earnHeader .earnHeaderTitleContainer{display:flex;flex-direction:row;align-items:center}.earnPage .earnHeader .earnHeaderGreenDotLeft{background:#01d676;border-radius:200px;width:12px;height:12px;margin-right:15px}.earnPage .earnHeader .earnHeaderPopularity{display:flex;justify-content:flex-end;align-items:center;margin-right:90px;font-weight:500;font-size:14px;line-height:160%;color:#a9a9ca}@media only screen and (max-width:700px){.earnPage .earnHeader .earnHeaderPopularity{margin-right:0;display:none}}.earnPage .earnHeader .earnHeaderPopularity .switch{margin-left:5px;position:relative;top:-1px}.earnPage .earnHeader .earnHeaderPopularity .earnHeaderPopularityTooltip{margin-left:4px;position:relative;top:2px}.earnPage .offerWallBox{display:inline-block;border-radius:2px;overflow:hidden}@media only screen and (min-width:701px){.earnPage .offerWallBox{height:115px}}.earnPage .offerWallBox .openOfferWallBtn{cursor:pointer;height:100%}.earnPage .offerWallBox .topSection{padding:15px;text-align:center;display:flex;align-items:center;justify-content:center}.earnPage .offerWallBox .bottomSection{text-align:center;padding:4px;color:rgba(0,0,0,0.69);background-color:white}.earnPage .featuredOffers .earnOfferContainer,.earnPage .featuredOffers .offerWallBoxContainer,.earnPage .offerWalls .earnOfferContainer,.earnPage .offerWalls .offerWallBoxContainer,.earnPage .earnSurveys .earnOfferContainer,.earnPage .earnSurveys .offerWallBoxContainer{display:flex;flex-wrap:wrap;align-items:flex-start}.earnPage .earnOfferContainer{gap:var(--earn-offers-spacing);overflow:scroll;padding:0 var(--earn-page-section-padding-horizontal);-ms-overflow-style:none;scrollbar-width:none}.earnPage .earnOfferContainer::-webkit-scrollbar{display:none}.earnPage .offerWalls,.earnPage .earnSurveys{background-color:#141522}.earnPage .earnSurveys{padding-bottom:25px}.earnPage .featuredOffers{background-color:#171828;padding-top:30px;padding-bottom:30px;min-height:185px}@media only screen and (max-width:700px){.earnPage .featuredOffers{min-height:155px}}.earnPage .featuredOffers .featuredOffersSubContainer{display:flex;flex-wrap:wrap}.earnPage .featuredOffersText{position:relative;margin-top:8px;margin-bottom:20px;color:#a9a9ca;font-size:14px}.earnPage .featuredOfferHot{margin-left:6px;font-weight:700;font-size:9px;color:#ff6c62;vertical-align:top}.earnPage .featuredOffersOfferWallBox{width:100%;position:relative}@media only screen and (max-width:700px){.earnPage .featuredOffersOfferWallBox{width:100%;height:100%}}.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements{position:absolute;width:100%;bottom:6px;border-radius:0 0 5px 5px;z-index:1;color:white;font-size:10px;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:5px 5px 0 5px;display:flex}.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements .offerWallOverlayerRequirementsText{flex:1;overflow:hidden;text-overflow:ellipsis;height:15px}.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements .offerWallOverlayerRequirementsText br,.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements .offerWallOverlayerRequirementsText ol,.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements .offerWallOverlayerRequirementsText ul{display:contents;list-style:none}.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements .offerWallOverlayerRequirementsText b{font-weight:normal}.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements .offerWallOverlayerRequirementsText>div *:first-child{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements .offerWallOverlayerRequirementsText>div *:not(:first-child){display:none}@media only screen and (max-width:700px){.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements{font-size:2vw;padding:1.5vw 5px 0 5px;top:80%}}@media only screen and (min-width:1200px){.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements .offerWallOverlayerRequirementsText{padding-right:8px}.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements .offerWallOverLayerHelp{flex:none;color:#01d676;position:relative;z-index:0;margin-right:2px}.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements .offerWallOverLayerHelp::after{content:"";background-color:rgba(0,0,0,0.4);position:absolute;inset:1px -4px;z-index:-1;border-radius:10px}}.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements br,.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements ol,.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements ul{display:contents;list-style:none}.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements b{font-weight:normal}.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements>div *:first-child{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.earnPage .featuredOffersOfferWallBox .offerWallOverLayerRequirements>div *:not(:first-child){display:none}.earnPage .featuredOffersOfferWallBox .offerWallOverLayerText{margin:7px 5px;color:white;font-weight:bold;font-size:12px;display:block;z-index:1;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;flex:1;text-align:left}@media only screen and (max-width:700px){.earnPage .featuredOffersOfferWallBox .offerWallOverLayerText{font-size:2.5vw}}.earnPage .featuredOffersOfferWallBox .offerWallOverLayerPrice{font-size:10px;color:white;margin:5px}@media only screen and (max-width:700px){.earnPage .featuredOffersOfferWallBox .offerWallOverLayerPrice{font-size:2.5vw}}.earnPage .featuredOffersOfferWallBox .offerWallOverLayerPriceBg{position:relative;z-index:0;top:2px;right:2px;font-weight:600}.earnPage .featuredOffersOfferWallBox .offerWallOverLayerPriceBg::after{content:"";background:rgba(0,0,0,0.5882352941);inset:-2px -4px;z-index:-1;position:absolute;border-radius:6px}.earnPage .featuredOffersOfferWallBox .offerWallOverLayer{position:absolute;width:100%;height:40%;bottom:0;display:flex;background:rgba(0,0,0,0.4901960784);border-radius:0 0 5px 5px;opacity:.95;text-align:center;z-index:1}@media only screen and (max-width:700px){.earnPage .featuredOffersOfferWallBox .offerWallOverLayer{height:11vw}}.earnPage .featuredOffersOfferWallBox .offerWallImageOuter{position:absolute;inset:0}.earnPage .featuredOffersOfferWallBox .offerWallImageOuter .offerWallImageV2{width:100%;height:100%;border-radius:5px}.earnPage .featuredOffersOfferWallBox .offerWallImageOuter .offerWallImageText{position:absolute;left:50%;transform:translateX(-50%);text-align:center;top:15px;font-weight:bold;color:rgba(0,0,0,0.5215686275);font-size:20px;line-height:100%}.earnPage .featuredOffersOfferWallBox .topSection{height:80px;border-radius:3px}.earnPage .featuredOffersOfferWallBox .bottomSection{display:none}.earnPage .featuredOffersOfferWallBox .offerValueBtnOuter{position:absolute;bottom:-14px;left:0;width:100%;text-align:center}.earnPage .featuredOffersOfferWallBox .offerValueBtnOuter .offerValueBtn{display:inline-block;background-color:#00da72;color:white;border-radius:30px;padding:3px 0;width:75%;height:25px;line-height:21px;font-size:14px;font-weight:normal}.earnPage .offerwallContainer{position:relative;cursor:pointer;display:inline-table;overflow:hidden}.earnPage .offerwallContainer .offerwallAboveTriangle{background:#292c46}.earnPage .offerwallContainer .offerwallBelowTriangle{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:end;min-height:230px}@media only screen and (max-width:700px){.earnPage .offerwallContainer .offerwallBelowTriangle{width:100%;min-height:160px}}.earnPage .offerwallContainer .offerwallGradientBar{height:1px}.earnPage .offerwallContainer .wallName{color:#fff;text-align:center}.earnPage .offerwallContainer.deactivated{cursor:pointer}.earnPage .offerwallContainer.deactivated .offerwallBelowTriangle{opacity:.5}.earnPage .offerwallContainer.deactivated .offerwallPadlock{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.earnPage .offerwallContainer.deactivated .offerWallTooltipTrigger{position:absolute;top:10px;right:10px;z-index:1}.earnPage .offerwallContainer.deactivated .offerWallTooltipTrigger svg{width:26px;height:26px;color:#635dff}.earnPage .offerwallContainer.deactivated .offerwallImageV2,.earnPage .offerwallContainer.deactivated .offerwallPopularity,.earnPage .offerwallContainer.deactivated .offerWallBonusNotification{filter:blur(3px);opacity:.4}.earnPage .offerWallBonusNotification{position:absolute;top:var(--earn-page-card-padding);right:var(--earn-page-card-padding);background:rgba(1,214,118,0.2);border-radius:5px;padding:4px;font-weight:500;font-size:12px;color:#01d676;line-height:12px}@media only screen and (max-width:700px){.earnPage .offerWallBonusNotification{border-radius:4px}}.earnPage .offerWallBonusNotification .offerWallBonusWord{display:inline-block}@media only screen and (max-width:700px){.earnPage .offerWallBonusNotification .offerWallBonusWord{display:none}}.earnPage .offerwallPopularity{margin-bottom:16px;border-radius:12px;padding:5px 9px;background:rgba(255,255,255,0.08)}.earnPage .offerwallPopularity .popularityText{font-size:12px;display:flex;flex-direction:row;align-items:center;justify-content:center;color:rgba(255,255,255,0.8)}.earnPage .offerwallPopularity .popularityText .popularityIcon{margin-right:5px;width:10px;height:14px}.earnPage.earnPage--hidePopularity .offerwallPopularity{display:none}.earnPage .offerwallContainer--adgem .offerwallImage{height:220px;left:35%}@media only screen and (max-width:500px){.earnPage .offerwallContainer--adgem .offerwallImage{height:140px}}.earnPage .offerwallContainer--adgem .offerwallBelowTriangleBg{background:linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(173,134,246,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)}.earnPage .offerwallContainer--adgem .offerwallGradientBar{background:linear-gradient(270deg,#4a4f75 0,#af87f9 48.19%,#4a4f75 100%)}.earnPage .offerwallContainer--ayetstudios .offerwallImage{height:40px}@media only screen and (max-width:500px){.earnPage .offerwallContainer--ayetstudios .offerwallImage{height:30px}}.earnPage .offerwallContainer--ayetstudios .offerwallBelowTriangleBg{background:linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(233,143,5,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)}.earnPage .offerwallContainer--ayetstudios .offerwallGradientBar{background:linear-gradient(270deg,#4a4f75 0,#f29300 48.19%,#4a4f75 100%)}.earnPage .offerwallContainer--offertoro .offerwallImage{height:43px}@media only screen and (max-width:500px){.earnPage .offerwallContainer--offertoro .offerwallImage{height:30px}}.earnPage .offerwallContainer--offertoro .offerwallBelowTriangleBg{background:linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(212,60,66,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)}.earnPage .offerwallContainer--offertoro .offerwallGradientBar{background:linear-gradient(270deg,#4a4f75 0,#e73a3b 48.19%,#4a4f75 100%)}.earnPage .offerwallContainer--adgate .offerwallImage{height:90px;top:40%}@media only screen and (max-width:500px){.earnPage .offerwallContainer--adgate .offerwallImage{height:60px}}.earnPage .offerwallContainer--adgate .offerwallBelowTriangleBg{background:linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(49,188,255,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)}.earnPage .offerwallContainer--adgate .offerwallGradientBar{background:linear-gradient(270deg,#4a4f75 0,#31bcff 48.19%,#4a4f75 100%)}.earnPage .offerwallContainer--revu .offerwallImage{height:37px}@media only screen and (max-width:500px){.earnPage .offerwallContainer--revu .offerwallImage{height:30px}}.earnPage .offerwallContainer--revu .offerwallBelowTriangleBg{background:linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(191,191,191,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)}.earnPage .offerwallContainer--revu .offerwallGradientBar{background:linear-gradient(270deg,#4a4f75 0,#b1b1b1 48.19%,#4a4f75 100%)}.earnPage .offerwallContainer--lootably .offerwallImage{height:42px}@media only screen and (max-width:500px){.earnPage .offerwallContainer--lootably .offerwallImage{height:35px}}.earnPage .offerwallContainer--lootably .offerwallBelowTriangleBg{background:linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(253,145,1,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)}.earnPage .offerwallContainer--lootably .offerwallGradientBar{background:linear-gradient(270deg,#4a4f75 0,#fd9101 48.19%,#4a4f75 100%)}.earnPage .offerwallContainer--wannads .offerwallImage{height:20px}@media only screen and (max-width:500px){.earnPage .offerwallContainer--wannads .offerwallImage{height:18px}}.earnPage .offerwallContainer--wannads .offerwallBelowTriangleBg{background:linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(253,145,1,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)}.earnPage .offerwallContainer--wannads .offerwallGradientBar{background:linear-gradient(270deg,#4a4f75 0,#fd9101 48.19%,#4a4f75 100%)}.earnPage .offerwallContainer--adscend .offerwallImage{height:60px}@media only screen and (max-width:500px){.earnPage .offerwallContainer--adscend .offerwallImage{height:50px}}.earnPage .offerwallContainer--adscend .offerwallBelowTriangleBg{background:linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(26,255,217,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)}.earnPage .offerwallContainer--adscend .offerwallGradientBar{background:linear-gradient(270deg,#4a4f75 0,#1affd9 48.19%,#4a4f75 100%)}.earnPage .offerwallContainer--freecash .offerwallImage{height:31px}@media only screen and (max-width:500px){.earnPage .offerwallContainer--freecash .offerwallImage{height:26px}}.earnPage .offerwallContainer--freecash .offerwallBelowTriangleBg{background:linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(1,213,118,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)}.earnPage .offerwallContainer--freecash .offerwallGradientBar{background:linear-gradient(270deg,#4a4f75 0,#01d676 48.19%,#4a4f75 100%)}.earnPage .offerwallContainer--bitlabs-offers{background:linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(191,191,191,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)}.earnPage .offerwallContainer--bitlabs-offers .offerwallImage{height:50px}@media only screen and (max-width:500px){.earnPage .offerwallContainer--bitlabs-offers .offerwallImage{height:39px}}.earnPage .offerwallContainer--bitlabs-offers .offerwallBelowTriangleBg{background:linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(0,123,255,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)}.earnPage .offerwallContainer--bitlabs-offers .offerwallGradientBar{background:linear-gradient(270deg,#4a4f75 0,#007bff 48.19%,#4a4f75 100%)}.earnPage .offerwallContainer--playtime .offerwallImage{height:85px;top:46%}@media only screen and (max-width:500px){.earnPage .offerwallContainer--playtime .offerwallImage{height:65px}}.earnPage .offerwallContainer--playtime .offerwallBelowTriangleBg{background:linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(99,93,255,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)}.earnPage .offerwallContainer--playtime .offerwallGradientBar{background:linear-gradient(270deg,#4a4f75 0,#635dff 48.19%,#4a4f75 100%)}.earnPage .offerwallContainer--timewall .offerwallImage{height:50px}@media only screen and (max-width:500px){.earnPage .offerwallContainer--timewall .offerwallImage{height:39px}}.earnPage .offerwallContainer--timewall .offerwallBelowTriangleBg{background:linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(76,165,113,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)}.earnPage .offerwallContainer--timewall .offerwallGradientBar{background:linear-gradient(270deg,#4a4f75 0,#4ca571 48.19%,#4a4f75 100%)}.earnPage .surveyBoxContainer{display:flex;align-items:center;flex-wrap:wrap}.earnPage .surveyBoxContainer .surveyOfferWallBox{cursor:pointer;background-color:#1e1e2e}.earnPage .surveyBoxContainer .surveyOfferWallBox .topSection{padding:40px 10px;height:80px;position:relative}.earnPage .surveyBoxContainer .surveyOfferWallBox .topSection .newWallIcon{position:absolute;top:10px;right:-4px;background:#16d981;background:linear-gradient(90deg,#16d981 0,#18f5c8 100%);color:white;font-weight:bold;padding:0 10px;font-size:18px;border-radius:3px;text-shadow:0 0 25px}.earnPage .surveyBoxContainer .surveyOfferWallBox .bottomSection{display:none}.earnPage .surveyBoxContainer .surveyOfferWallBox.deactivated{position:relative}.earnPage .surveyBoxContainer .surveyOfferWallBox.deactivated .surveyEarnContainer{filter:blur(2px);opacity:.5}.earnPage .surveyBoxContainer .surveyOfferWallBox.deactivated .surveywallPadlock{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.earnPage .surveyBoxContainer .surveyOfferWallBox.deactivated .surveyTooltipTrigger{position:absolute;top:10px;right:10px;z-index:1}.earnPage .surveyBoxContainer .surveyOfferWallBox.deactivated .surveyTooltipTrigger svg{width:26px;height:26px;color:#635dff}.earnPage .surveyBoxContainer .surveyEarnContainer{color:#fff;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;min-height:230px}@media only screen and (max-width:700px){.earnPage .surveyBoxContainer .surveyEarnContainer{min-height:160px}}.earnPage .surveyBoxContainer .surveyEarnLeftBar{background:#2a2d47;box-shadow:inset 0 2px 5px #171a2f;border-radius:10px;position:absolute;height:57px;width:15px;left:9px;top:50%;transform:translateY(-50%)}.earnPage .surveyBoxContainer .surveyEarnLeftBar .surveyEarnLeftBarInner{width:5px;height:43px;border-radius:5px;left:5px;top:8px;position:relative}.earnPage .surveyBoxContainer .surveyEarnContent{flex:1;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.earnPage .surveyBoxContainer .surveyEarnContent .offerwallPopularity{position:absolute;bottom:12px;color:rgba(255,255,255,0.8);font-size:11px}.earnPage .surveyBoxContainer .surveyEarnNewButton{position:absolute;right:4px;top:4px;padding:2px 13px 1px 13px;font-weight:600;font-size:9px;line-height:11px;border-radius:2px;letter-spacing:1.1px;background:rgba(1,255,149,0.25);color:#01ff97}.earnPage .surveyBoxContainer .surveyEarnHotButton{position:absolute;right:4px;top:4px;padding:2px 13px 1px 13px;font-weight:700;font-size:9px;line-height:11px;border-radius:2px;letter-spacing:1.1px;background:rgba(255,1,1,0.22);color:#ff6c62}.earnPage .surveyBoxContainer .surveyEarnLogoV2{width:80%}.earnPage .surveyBoxContainer .surveyOfferWallBox--cpxresearch{background:linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(233,143,5,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)}.earnPage .surveyBoxContainer .surveyOfferWallBox--cpxresearch .surveyEarnLeftBarInner{background:#fff}.earnPage .surveyBoxContainer .surveyOfferWallBox--cpxresearch .surveyEarnLogo{height:22px;position:relative;top:2px}.earnPage .surveyBoxContainer .surveyOfferWallBox--cpxresearch .surveyEarnLogo--popularity{margin-top:-21px}.earnPage .surveyBoxContainer .surveyOfferWallBox--revenuewall .surveyEarnLeftBarInner{background:#f90}.earnPage .surveyBoxContainer .surveyOfferWallBox--revenuewall .surveyEarnLogo{height:20px;position:relative;top:2px}.earnPage .surveyBoxContainer .surveyOfferWallBox--revenuewall .surveyEarnLogo--popularity{margin-top:-19px}.earnPage .surveyBoxContainer .surveyOfferWallBox--bitlabs{background:linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(191,191,191,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)}.earnPage .surveyBoxContainer .surveyOfferWallBox--bitlabs .surveyEarnLeftBarInner{background:#007bff}.earnPage .surveyBoxContainer .surveyOfferWallBox--bitlabs .surveyEarnLogo{height:35px;position:relative}.earnPage .surveyBoxContainer .surveyOfferWallBox--bitlabs .surveyEarnLogo--popularity{margin-top:-19px}.earnPage .surveyBoxContainer .surveyOfferWallBox--your-surveys .surveyEarnLeftBarInner{background:#01ff98}.earnPage .surveyBoxContainer .surveyOfferWallBox--your-surveys .surveyEarnLogo{height:40px;position:relative}.earnPage .surveyBoxContainer .surveyOfferWallBox--your-surveys .surveyEarnLogo--popularity{margin-top:-28px}.earnPage .surveyBoxContainer .surveyOfferWallBox--your-surveys-unlimited .surveyEarnLeftBarInner{background:#01ff98}.earnPage .surveyBoxContainer .surveyOfferWallBox--your-surveys-unlimited .surveyEarnLogo{height:45px;position:relative}.earnPage .surveyBoxContainer .surveyOfferWallBox--your-surveys-unlimited .surveyEarnLogo--popularity{margin-top:-28px}.earnPage .surveyBoxContainer .surveyOfferWallBox--freecash-exclusive{background:linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(1,213,118,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)}.earnPage .surveyBoxContainer .surveyOfferWallBox--freecash-exclusive .surveyEarnLeftBarInner{background:#01d676}.earnPage .surveyBoxContainer .surveyOfferWallBox--freecash-exclusive .surveyEarnLogo{height:22px;position:relative;top:2px;margin-left:10px}.earnPage .surveyBoxContainer .surveyOfferWallBox--freecash-exclusive .surveyEarnLogo--popularity{margin-top:-21px}.earnPage .surveyBoxContainer .surveyOfferWallBox--tapresearch{background:linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(212,60,66,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)}.earnPage .surveyBoxContainer .surveyOfferWallBox--tapresearch .surveyEarnLeftBarInner{background:#f15d4b}.earnPage .surveyBoxContainer .surveyOfferWallBox--tapresearch .surveyEarnLogo{height:40px;position:relative}.earnPage .surveyBoxContainer .surveyOfferWallBox--tapresearch .surveyEarnLogo--popularity{margin-top:-23px}.earnPage .surveyBoxContainer .surveyOfferWallBox--inbrain{background:linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(191,191,191,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)}.earnPage .surveyBoxContainer .surveyOfferWallBox--inbrain .surveyEarnLeftBarInner{background:#184ef2}.earnPage .surveyBoxContainer .surveyOfferWallBox--inbrain .surveyEarnLogo{height:30px;position:relative}.earnPage .surveyBoxContainer .surveyOfferWallBox--inbrain .surveyEarnLogo--popularity{margin-top:-23px}.earnPage .surveyBoxContainer .surveyOfferWallBox--pollfish .surveyEarnLeftBarInner{background:#dd4247}.earnPage .surveyBoxContainer .surveyOfferWallBox--pollfish .surveyEarnLogo{height:90px;position:relative}.earnPage .surveyBoxContainer .surveyOfferWallBox--pollfish .surveyEarnLogo--popularity{margin-top:-23px}.earnPage .surveyBoxContainer .surveyOfferWallBox--theoremreach{background:linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(173,134,246,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%)}.earnPage .surveyBoxContainer .surveyOfferWallBox--theoremreach .surveyEarnLeftBarInner{background:#9855fc}.earnPage .surveyBoxContainer .surveyOfferWallBox--theoremreach .surveyEarnLogo{height:33px;position:relative}.earnPage .surveyBoxContainer .surveyOfferWallBox--theoremreach .surveyEarnLogo--popularity{margin-top:-23px}.earnPage.earnPage--hidePopularity .surveyEarnContainer{height:80px}.earnPage.earnPage--hidePopularity .surveyEarnLogo--popularity{margin-top:0 !important}.featuredOfferTooltipContainer{max-width:320px}.featuredOfferTooltipContainer *{color:white;text-align:left}.featuredOfferTooltipContainer.tooltip.show{opacity:.95;font-family:"Poppins"}.featuredOfferTooltipContainer .tooltip-title{font-weight:bold;font-size:14px;margin-top:0;margin-bottom:5px;color:#9297d0}.featuredOfferTooltipContainer .tooltip-inner{padding:10px 12px;border-radius:4px;background:#2a2f42;font-size:13px}.featuredOfferTooltipContainer .tooltip-inner ul,.featuredOfferTooltipContainer .tooltip-inner ol{padding-left:10px;margin:0}.featuredOfferTooltipContainer .tooltip-inner li::before{content:counter(requirements-counter);color:#01d676;position:relative;left:-5px}.featuredOfferTooltipContainer .tooltip-inner li{counter-increment:requirements-counter;list-style:none}.featuredOfferTooltipContainer .modal-trigger{width:100%;text-align:center;margin-top:20px;border-radius:16px;color:black;display:flex;align-items:center;justify-content:center;gap:10px}.featuredOfferTooltipContainer .offer-tooltip-heading{display:flex;margin-bottom:24px}.featuredOfferTooltipContainer .offer-tooltip-name{flex:1;font-weight:600;margin:0}.featuredOfferTooltipContainer .offer-tooltip-price{position:relative;z-index:0;font-size:20px;font-weight:500}.featuredOfferTooltipContainer .offer-tooltip-price::after{position:absolute;z-index:-1;content:"";inset:-4px -8px;border-radius:6px;background-color:rgba(0,0,0,0.4784313725)}.featuredOfferTooltipContainer .offer-tooltip-more-info{text-align:center;color:black}.featured-survey-question-mark{font-size:10px;color:#01d676;position:relative;z-index:0;display:inline-block;top:-2px}.offerWallOverLayerRequirements .featured-survey-question-mark{top:0}.featured-survey-question-mark .tooltip-content{display:none}.featured-survey-question-mark::after{content:"";position:absolute;z-index:-1;inset:1px -4px;background-color:rgba(0,0,0,0.3098039216);border-radius:12px}@media only screen and (max-width:1199px){.featured-survey-question-mark{display:none}}.disabledTooltipContainer .tooltip-arrow::before{border-bottom-color:#5d6288}.disabledTooltipContainer .tooltip-inner{background:#5d6288}.disabledTooltipContainer .tooltip-inner a{color:white;font-weight:bold;display:inline-block;border-bottom:2px solid;line-height:100%}#promocodeModal{overflow-y:visible;top:15% !important;border:10px solid #2c2b42}#promocodeModal .topRightArrow{position:absolute;right:-4px;top:100px}#promocodeModal .topLeftArrow{position:absolute;left:20px;top:-2px}#promocodeModal .bottomLeftArrow{position:absolute;left:-4px;bottom:30px}#promocodeModal .bottomRightArrow{position:absolute;right:50px;bottom:-5px}#promocodeModal .topTextContainer{position:absolute;top:-50px;left:0;width:100%;text-align:center}#promocodeModal .topTextContainer img{width:400px}@media only screen and (max-width:780px){#promocodeModal .topTextContainer img{width:70%}}@media only screen and (max-width:650px){#promocodeModal .topTextContainer{top:-40px}}@media only screen and (max-width:550px){#promocodeModal .topTextContainer{top:0}}#promocodeModal .enterCodeText{color:#787ead;text-align:center;font-size:16px;margin-top:65px}#promocodeModal .enterCodeText .enterCodeEmph{color:#00e375}#video-container{position:relative;display:none;align-items:center;justify-content:center}#video-wrapper{display:flex;align-items:center;justify-content:center;position:relative;border-radius:10px;overflow:hidden;box-shadow:0 2px 0 #141427;width:64.1025641026%;filter:drop-shadow(0 12px 43px rgba(0,0,0,0.13))}@media screen and (max-width:992px){#video-wrapper{border-radius:5px}}#video-wrapper #video{transition:333ms ease;width:100%}#video-wrapper #modal-video{transition:333ms ease;width:100%}#video-wrapper #playpause{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;mix-blend-mode:overlay;transition:.33s ease;cursor:pointer}#video-wrapper #modal-playpause{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:15%;mix-blend-mode:overlay;transition:.33s ease;cursor:pointer}#modal{background:rgba(11,7,23,0.75);opacity:0;position:fixed;top:0;bottom:0;right:0;left:0;width:100%;height:100vh;transition:250ms ease;display:none;align-items:center;justify-content:center}#modal #modal-container{display:flex;flex-direction:column;align-items:center;border-radius:10px;width:40%;background:#222437;transition:250ms ease;transform:translateY(100px);overflow:hidden}@media only screen and (max-width:1440px){#modal #modal-container{width:50%}}@media only screen and (max-width:992px){#modal #modal-container{width:58.8235294118%}}@media only screen and (max-width:992px){#modal #modal-container{width:83.3333333333%}}#modal #modal-container #modal-header{display:flex;align-items:center;flex-direction:row;width:calc(100% - 50px);margin:1rem 0;height:30px}#modal #modal-container #modal-header div{color:white;font-size:1.35vw;font-family:"Roboto",Tahoma,Geneva,Verdana,sans-serif;font-weight:bold}@media only screen and (max-width:992px){#modal #modal-container #modal-header div{font-size:2.2vw}}@media only screen and (max-width:500px){#modal #modal-container #modal-header div{font-size:4vw}}#modal #modal-container #modal-header div span{color:#01d676;text-shadow:0 0 20px}#modal #modal-container #modal-header #close{display:flex;margin-left:auto;filter:drop-shadow(0 0 10px #ff4b4b);cursor:pointer}#modal #modal-container #video-wrapper{height:fit-content;width:calc(100% - 50px) !important}#modal #modal-container #modal-content{display:flex;justify-content:flex-start;width:100%}#modal #modal-container #modal-content .steps{display:flex;height:fit-content;width:10%;object-position:top;object-fit:contain;margin:1rem}@media only screen and (min-width:1200px){#modal #modal-container #modal-content .steps{width:8%}}#modal #modal-container #modal-content .information{width:100%;margin-right:25px;margin-bottom:15px}#modal #modal-container #modal-content .information p{font-size:.9rem;color:#6e73ab;font-family:"Roboto",Arial,Helvetica,sans-serif}@media only screen and (min-width:1200px){#modal #modal-container #modal-content .information p{margin-bottom:35px}}@media only screen and (max-width:1350px){#modal #modal-container #modal-content .information p{font-size:.75rem}}@media only screen and (max-width:992px){#modal #modal-container #modal-content .information p{font-size:1.6vw}}@media only screen and (max-width:762px){#modal #modal-container #modal-content .information p{font-size:1.9vw}}@media only screen and (max-width:500px){#modal #modal-container #modal-content .information p{font-size:2.25vw}}#modal #modal-container #modal-content .information a{text-decoration:none;font-weight:bold;color:#01d676}#modal #modal-container #modal-footer{margin:0 0 1rem;display:flex;justify-content:flex-start;width:100%}#modal #modal-container #modal-footer img{max-width:80%;margin:0 auto}@media only screen and (max-width:992px){#modal #modal-container #modal-footer img{width:calc(100% - 50px);margin:0 auto}}.freeBitcoinBg{background-image:url("/public/img/hometopbg.webp");background-size:cover;position:relative;color:white}.freeBitcoinBg .freeBtcTopContainer{padding:40px 0 0 0}.freeBitcoinBg .freeBtcTopContainer h1.mainWelcomeTitle{font-weight:bold;margin:0;line-height:35px;margin-bottom:5px}@media only screen and (max-width:700px){.freeBitcoinBg .freeBtcTopContainer h1.mainWelcomeTitle{margin-bottom:10px}}.freeBitcoinBg .freeBtcTopContainer h1.mainWelcomeTitle .exag{color:#3dfc81}.freeBitcoinBg .freeBtcTopContainer h1.mainWelcomeTitle .topLine{color:#bbf;font-size:45px}.freeBitcoinBg .freeBtcTopContainer h1.mainWelcomeTitle .bottomLine{font-size:20px;margin-top:20px;color:#7979b0;font-weight:400;letter-spacing:10px}.freeBitcoinStepsContainer{margin-top:50px}.freeBitcoinStepsContainer .freeBitcoinStepBox{margin-top:50px;display:flex}@media only screen and (max-width:700px){.freeBitcoinStepsContainer .freeBitcoinStepBox{flex-direction:column-reverse;margin-top:20px}}.freeBitcoinStepsContainer .freeBitcoinStepBox .imgContain{display:inline-block;margin-right:30px}@media only screen and (max-width:700px){.freeBitcoinStepsContainer .freeBitcoinStepBox .imgContain{text-align:center}}.freeBitcoinStepsContainer .freeBitcoinStepBox .imgContain img{width:200px}.freeBitcoinStepsContainer .freeBitcoinStepBox .infoContain{display:inline-block;vertical-align:top;padding-top:10px}.freeBitcoinStepsContainer .freeBitcoinStepBox .infoContain .stepText{color:#3bed7b;font-size:13px}.freeBitcoinStepsContainer .freeBitcoinStepBox .infoContain .stepStep{margin:5px 0;font-size:24px;font-weight:bold}.freeBitcoinStepsContainer .freeBitcoinStepBox .infoContain .stepDetails{color:#66688f;margin-top:0}.freeBitcoinStartEarning{margin-top:20px;margin-bottom:10px}#loginModalNew{overflow-x:hidden !important}@media only screen and (max-width:700px){#loginModalNew{top:0 !important;bottom:0 !important}}.auth-modal{max-height:100vh !important;width:max-content !important}.auth-modal .modal-content{overflow:hidden}@media only screen and (max-width:700px){.auth-modal{width:100vw !important}}.auth-container{max-width:720px;display:flex;width:100%;justify-content:space-between}.auth-container button:focus{background:#33334c !important}.auth-container #leftside-container{background:linear-gradient(359.95deg,rgba(1,214,118,0.5) -87.26%,rgba(1,214,118,0.05) 99.95%);position:relative;display:flex;flex-direction:column;justify-content:space-between;height:auto;width:calc(35% + 24px);margin:-24px -24px 0 -24px;padding:24px 24px 100px 24px}@media only screen and (max-width:700px){.auth-container #leftside-container{display:none}}.auth-container #leftside-container .rolling-case-heading{position:relative;top:0;margin-top:45px;margin-bottom:21px}.auth-container #leftside-container .leftside-gift-image-container{display:flex;align-items:center;justify-content:center;flex-direction:column;margin-top:90px}.auth-container #leftside-container .leftside-gift-freecase-text-container{width:182px;height:32px;background:rgba(29,30,48,0.9);backdrop-filter:blur(5.5px);border-radius:41px;display:flex;align-items:center;justify-content:center;margin-top:-42px;position:relative}.auth-container #leftside-container .leftside-gift-freecase-bg-container{position:absolute;left:0;right:0;top:0;bottom:0}.auth-container #leftside-container .leftside-gift-freecase-text{font-weight:700;font-size:14px;line-height:160%;color:#01d676}.auth-container #leftside-container .leftside-gift-image{width:100px;height:100px}.auth-container #leftside-container .leftside-logo{display:flex;align-items:center;justify-content:center}.auth-container #leftside-container .leftside-content{font-weight:500;text-align:center;font-family:Poppins;font-size:10px;margin-top:30px}.auth-container #leftside-container .leftside-content .leftside-content-option{margin-bottom:90px;display:flex;justify-content:center;align-items:flex-start}.auth-container #leftside-container .leftside-content .leftside-content-option:first-child{margin-bottom:10px}.auth-container #leftside-container .leftside-content .leftside-content-option>span:first-child{width:24px;height:24px;min-width:24px;min-height:24px;background:#1d1e30;backdrop-filter:blur(5px);color:#01d676;border-radius:50%;text-align:center;margin-right:9px;font-style:normal;line-height:165%;display:flex;align-items:center;justify-content:center;margin-top:-5px}.auth-container #leftside-container .leftside-content .leftside-posible-winnings .title{margin:20px 0;font-style:normal;font-weight:500;font-size:12px;line-height:165%;color:#ccd}.auth-container #leftside-container .leftside-content .leftside-posible-winnings .possible-wins-block-container .possible-wins-block{flex-wrap:wrap;padding-top:30px;margin-bottom:0;display:grid;grid-template-columns:repeat(2,1fr)}.auth-container #leftside-container .leftside-content .leftside-posible-winnings .possible-wins-block-container .possible-wins-block .win-item{width:100%;height:54px;padding-top:27px}.auth-container #leftside-container .leftside-content .leftside-posible-winnings .possible-wins-block-container .possible-wins-block .win-item .coin-icon{bottom:33px;left:30%;width:40%}.auth-container #leftside-container .leftside-content .leftside-posible-winnings .possible-wins-block-container .possible-wins-block .win-item:nth-child(2) .coin-icon{bottom:33px;left:25%;width:50%}.auth-container #leftside-container .leftside-content .leftside-posible-winnings .possible-wins-block-container .possible-wins-block .win-item:nth-child(3) .coin-icon{left:41%;width:22%;bottom:40px}.auth-container #leftside-container .leftside-content .leftside-posible-winnings .possible-wins-block-container .possible-wins-block .win-item:nth-child(4) .coin-icon{left:35%;width:30%}.auth-container #leftside-container .leftside-content .leftside-posible-winnings .possible-wins-block-container .possible-wins-block .win-item .coin-amount{font-size:12px}.auth-container #leftside-container .logo-container{display:flex;flex-direction:column;justify-content:center;text-align:center;align-items:center}.auth-container #leftside-container .logo-container img{width:250px}.auth-container #leftside-container .logo-container #cashout-container{display:flex;justify-content:space-between;align-items:center}.auth-container #leftside-container .logo-container #cashout-container img{width:34px;transform:translateY(5px)}.auth-container #leftside-container .logo-container #cashout-container #cashout-wrapper{font-weight:200;display:flex;align-items:center;justify-content:center;border-radius:3px;background:#3a3b5b;width:100%;padding:.3rem}.auth-container #leftside-container .logo-container #cashout-container #cashout-wrapper .num-container{background:#434468;margin:0 2px;padding:.25rem .35rem;border-radius:0 0 3px 3px}.auth-container #leftside-container .logo-container #cashout-container #cashout-wrapper .decimal-container{align-self:flex-end;margin:0 2px}.auth-container #rightside-container{display:block;width:60%;height:100%}@media only screen and (max-width:700px){.auth-container #rightside-container{width:100%}}.auth-container #rightside-container #auth-form-container{display:block;height:100%;width:100%}.auth-container #rightside-container #auth-form-container #login-register-toggle{margin-bottom:3rem;width:100%;display:flex}.auth-container #rightside-container #auth-form-container #login-register-toggle a{transition:400ms all ease-in-out;position:relative;cursor:pointer;color:#444564;font-size:1.25rem;font-weight:400}.auth-container #rightside-container #auth-form-container #login-register-toggle a:first-child{margin:0 1rem}.auth-container #rightside-container #auth-form-container #login-register-toggle a.active{color:#fff}.auth-container #rightside-container #auth-form-container #login-register-toggle a.active:after{content:"";position:absolute;width:100%;height:2px;background:#00da71;left:0;bottom:-0.5rem}.auth-container #rightside-container #auth-form-container #register-form-container label,.auth-container #rightside-container #auth-form-container #login-form-container label{left:0 !important}.auth-container #rightside-container #auth-form-container #register-form-container#register-form-container,.auth-container #rightside-container #auth-form-container #login-form-container#register-form-container{display:none}.auth-container #rightside-container #auth-form-container #register-form-container#login-form-container,.auth-container #rightside-container #auth-form-container #login-form-container#login-form-container{display:block}.auth-container #rightside-container #auth-form-container #register-form-container#login-form-container #login-form,.auth-container #rightside-container #auth-form-container #login-form-container#login-form-container #login-form{display:block}.auth-container #rightside-container #auth-form-container #register-form-container#login-form-container #reset-email-container,.auth-container #rightside-container #auth-form-container #login-form-container#login-form-container #reset-email-container{display:none}.auth-container #rightside-container #auth-form-container #register-form-container#login-form-container #reset-password-container,.auth-container #rightside-container #auth-form-container #login-form-container#login-form-container #reset-password-container{display:none}.auth-container #rightside-container #auth-form-container #auth-social-divider{display:flex;align-items:center;margin:.5rem 0}.auth-container #rightside-container #auth-form-container #auth-social-divider p{margin:auto;color:#32344f}.auth-container #rightside-container #auth-form-container #auth-social-divider div{width:45%;height:1px;background:#343652}.auth-container #rightside-container #auth-form-container #auth-social-divider div:first-child{left:0}.auth-container #rightside-container #auth-form-container #auth-social-divider div:last-child{right:0}.auth-container #rightside-container #auth-form-container #auth-social-register{position:relative;display:flex;align-items:center}.auth-container #rightside-container #auth-form-container #auth-social-register .auth-button{position:relative;width:100%;background:#33334c;justify-content:space-between;padding-left:1.5rem;padding-right:1.5rem}.auth-container #rightside-container #auth-form-container #auth-social-register .auth-button img{width:20px}.auth-container #rightside-container #auth-form-container #auth-social-register .auth-button span{color:white;font-weight:600;text-shadow:0 0 30px rgba(255,255,255,0.5)}.auth-container #rightside-container #auth-form-container #auth-social-register div{margin:0 .25rem}.auth-container #rightside-container #auth-form-container #auth-policies{padding:.5rem 0}.auth-container #rightside-container #auth-form-container #auth-policies p{color:#63658e;font-size:12px}.auth-container #rightside-container #auth-form-container #auth-policies p a{color:#63658e}.auth-container #rightside-container #auth-form-container #auth-policies p a span{color:#00da71}.auth-button{display:flex;align-items:center;justify-content:center;height:44px;min-width:130px;background:#33334c;color:#00e375;border-radius:5px;box-shadow:none;text-shadow:0 0 15px #00e375}.auth-button:hover{background:#33334c}.auth-input{background:#1d1e2e !important;border:none !important;padding:0 1rem !important;width:calc(100% - 2rem) !important;margin-top:.75rem !important;border-radius:5px !important}.auth-input[type]:focus{border-bottom:none !important;outline:none !important;-webkit-box-shadow:none !important;box-shadow:none !important}.auth-label{position:relative;display:flex;align-items:center;color:white !important;width:max-content !important}.auth-label:after{content:"" !important;position:relative !important;width:300px !important;margin-left:10px !important;height:1px !important;background:linear-gradient(to right,#33334c,transparent) !important;left:auto !important;opacity:1 !important}#auth-register-button,#auth-login-button{display:flex;align-items:center;height:50px;border-radius:4px;margin-right:1rem}#auth-register-button#auth-login-button,#auth-login-button#auth-login-button{color:#00da71;background:#33334c}#auth-register-button#auth-register-button,#auth-login-button#auth-register-button{background:#00da71;color:white}#auth-register-button span,#auth-login-button span{font-weight:600;font-size:1rem;margin-right:1rem}#auth-register-button img,#auth-login-button img{width:1.25rem;margin:0 .2rem}.reset-cancel-actions{transition:all 300ms ease-in-out;color:#63658e;font-weight:600}.reset-cancel-actions:hover{cursor:pointer;color:#7f80a5}.login-button-wrapper{display:flex}.login-button-wrapper button{margin-right:2rem}.auth-register-check{color:#63658e;position:relative;top:-10px;display:block;margin-bottom:2px;font-family:"Poppins",sans-serif}.auth-register-check [type=checkbox]+span:not(.lever){font-size:12px;padding-left:38px;line-height:18px}.auth-register-check [type=checkbox]+span:not(.lever) a{color:#63658e}.auth-register-check [type=checkbox]+span:not(.lever) span{color:#00da71;text-decoration:underline}.auth-register-check [type=checkbox]:not(:checked)+span:not(.lever):before,.auth-register-check [type=checkbox]:not(.filled-in)+span:not(.lever):after{border-color:#474971;border-radius:5px}.auth-register-check [type=checkbox]:checked+span:not(.lever):before{border-right:2px solid #00da71;border-bottom:2px solid #00da71}.notifications-container{display:inline-block;height:80px;line-height:100px;padding:0 10px;vertical-align:middle;z-index:9999;cursor:pointer}@media only screen and (min-width:701px){.notifications-container{right:-15px}}.notifications-container .notifications-bell{max-width:40px;cursor:pointer}#notifications-popup{position:fixed;display:none;width:500px;height:300px;left:0;right:40px;top:90px;border-radius:7px;margin-left:auto;z-index:9999999}@media only screen and (max-width:1400px){#notifications-popup{width:300px;right:20px}}#notifications-popup .notifications--header{height:50px;background:#232333;border-radius:7px 7px 0 0;padding:1rem;display:flex;justify-content:space-between;align-items:center}#notifications-popup .notifications--header p:nth-child(1){font-size:16px;line-height:3px;color:#fff;font-weight:bold;font-family:"Effra"}#notifications-popup .notifications--header p:nth-child(2){font-size:13px;line-height:3px;color:#01d676;font-family:"Effra";text-align:right;cursor:pointer}#notifications-popup .notifications--header p:nth-child(2):hover{filter:drop-shadow(0 0 8px #01d676)}#notifications-popup #notifications--content--container{background:#232333;max-height:100%;overflow-y:auto;overflow-x:hidden}#notifications-popup #notifications--content--container .notifications--content--wrapper{display:flex;flex-direction:column;padding:0 1rem;max-height:450px;overflow-y:auto;background:#262638}#notifications-popup #notifications--content--container .notifications--content--wrapper:hover{background:#222339;cursor:pointer}#notifications-popup #notifications--content--container .notifications--content--wrapper:last-child{border-radius:0 0 7px 7px}#notifications-popup #notifications--content--container .notifications--content--wrapper:last-child .notifications--content{border-bottom:0 !important}#notifications-popup #notifications--content--container .notifications--content--wrapper .notifications--content{transition:all 250ms ease-in-out;padding:.75rem 0;display:flex;width:100%;height:100%;align-items:center;border-bottom:1px solid #3b3b57}#notifications-popup #notifications--content--container .notifications--content--wrapper .notifications--content .category-image img{max-width:40px}#notifications-popup #notifications--content--container .notifications--content--wrapper .notifications--content .notification-text{padding:0 1rem;display:block}#notifications-popup #notifications--content--container .notifications--content--wrapper .notifications--content .notification-text .category-header{font-size:16px;color:#fff;font-weight:bold;line-height:initial;font-family:"Effra";margin:0;margin-bottom:.25rem}#notifications-popup #notifications--content--container .notifications--content--wrapper .notifications--content .notification-text .notification{line-height:initial;font-size:13px;color:#9b9bb9;font-family:"Effra";margin:0}.rebrandingModal{max-width:891px;width:100%;max-height:393px;padding:30px;font-family:"Poppins",sans-serif}@media only screen and (min-width:701px){.rebrandingModal{top:20% !important}}@media only screen and (max-width:700px){.rebrandingModal{padding:20px 15px;max-height:90vh;max-width:95vw;border-radius:15px;top:5vh !important}}.rebrandingModal .rebrandingModalBanner{width:100%;margin-top:-30px}@media only screen and (max-width:700px){.rebrandingModal .rebrandingModalBanner{display:none}}.rebrandingModal .rebrandingModalBanner--mobile{display:none}@media only screen and (max-width:700px){.rebrandingModal .rebrandingModalBanner--mobile{display:block;width:100%;margin-bottom:15px}}.rebrandingModal .firstParagraph{font-weight:600;font-size:16px;line-height:24px;color:#8b8baa;margin:5px 15px}@media only screen and (max-width:700px){.rebrandingModal .firstParagraph{margin:8px 0;font-size:13.5px}}.rebrandingModal .secondSection{display:flex;margin:10px 15px}@media only screen and (max-width:700px){.rebrandingModal .secondSection{flex-direction:column;margin:0}}.rebrandingModal .secondParagraph{flex:1;color:#01d676;font-size:14px;font-weight:700;margin:0;margin-right:40px}@media only screen and (max-width:700px){.rebrandingModal .secondParagraph{margin:8px 0;font-size:13.5px}}.rebrandingModal .goToFreecashBtn{display:flex;align-items:center;justify-content:space-between;width:329px;height:59px;background:linear-gradient(0,#01d676 23.39%,#36ff62 155.65%);box-shadow:0 3px 15px rgba(1,214,118,0.25);border-radius:8px}.rebrandingModal .goToFreecashBtn:hover{transform:scale(1.05)}@media only screen and (max-width:700px){.rebrandingModal .goToFreecashBtn{width:100%;margin-top:15px}}.rebrandingModal .goToFreecashBtn .goToFreecashBtnText{margin-left:21px}.rebrandingModal .goToFreecashBtn .goToFreecashSquare{background:linear-gradient(0,rgba(0,142,78,0.4),rgba(0,142,78,0.4));box-shadow:inset 0 4px 4px rgba(0,0,0,0.1),inset 0 -0.5px 1px rgba(59,243,159,0.4);border-radius:8px;width:42px;height:39px;margin-right:11px;display:flex;align-items:center;justify-content:center}.rebrandingModal .goToFreecashBtn .goToFreecashSquare img{width:25px}.bonusCodeModal{top:25% !important;background:transparent;box-shadow:none}@media only screen and (max-width:700px){.bonusCodeModal .modal-content{padding:15px}}.bonusCodeModal .promoCodeBox{margin:25px 5px 5px 5px}@media only screen and (max-width:700px){.bonusCodeModal .promoContainer{flex-direction:column}}.bonusCodeModal .promoInputContainer{margin-right:15px}@media only screen and (max-width:700px){.bonusCodeModal .promoInputContainer{margin:0 0 20px 0}}.bonusCodeModal .claimGainBonusCodeBtn{margin-left:0;font-size:13px;font-weight:700}@media only screen and (max-width:700px){.bonusCodeModal .claimGainBonusCodeBtn{width:80%}}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-11430px)}}@keyframes progress{0%{left:-24%;opacity:.5}25%{opacity:1}50%{opacity:.5}75%{opacity:1}100%{left:100%;opacity:.5}}.rollingCaseModal{overflow:visible;width:900px;max-width:90%;font-family:Poppins;max-height:90%}.rollingCaseModal .modal-content{position:relative;overflow:visible}.rollingCaseModal .modal-content .modal-header .rolling-case-heading{position:absolute;top:-10px}.rollingCaseModal .modal-content .modal-body{border-radius:10px;overflow-x:hidden;padding-top:49px;padding-bottom:22px;text-align:center}.rollingCaseModal .modal-content .modal-body h2{font-family:Poppins;font-weight:600;font-size:16px;color:#fff;margin-top:0;margin-bottom:31px;text-align:center}.rollingCaseModal .modal-content .modal-body h2 span{color:#01d676}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner{padding:0 22px}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner.show-challange .referral-info,.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner.show-challange>div:first-child{display:none}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner>div:first-child{display:flex;justify-content:center;gap:12px}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .referral-code{position:relative;display:inline-block;margin-bottom:20px}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .referral-code input{width:calc(100% - 35px);max-width:222px;height:40px;display:inline-block;background:#383855;box-shadow:0 1px 2px rgba(0,0,0,0.2);border-radius:4px;font-weight:500;font-size:14px;line-height:16px;color:#616184;padding-left:35px;margin:0;border:0}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .referral-code svg{position:absolute;top:15px;left:13px}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .keys-info{width:91px;height:40px;background:#383855;box-shadow:0 1px 2px rgba(0,0,0,0.2);border-radius:4px;display:flex;align-items:center;justify-content:center}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .keys-info svg{margin-right:8px}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .keys-info span{font-weight:600;font-size:11px;line-height:16px;color:#fff}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .open-case-btn{background:#01d676;box-shadow:inset 0 1px 0 #00ffc2;border-radius:4px;font-family:Poppins;font-size:12px;font-weight:600;margin-bottom:38px;height:40px;width:122px;min-width:90px;opacity:1;transition:.3}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner.show-referral .open-case-btn{margin-bottom:0}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .referral-info{margin-bottom:20px;display:flex;justify-content:center;align-items:center}@media only screen and (max-width:700px){.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .referral-info{align-items:flex-start}}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .referral-info svg{margin-right:9px}@media only screen and (max-width:700px){.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .referral-info span{text-align:left}}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .referral-info span span{color:#01d676}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner.show-challange .challange-container{display:block}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .challange-container{margin-bottom:34px;padding:0 22px;display:none}@media only screen and (max-width:700px){.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .challange-container{padding:0}}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .challange-container .challange-desc{position:relative;font-weight:500;font-size:12px;text-align:center;color:#a3a3c5;margin-bottom:13px;min-height:40px;line-height:18px;padding:9px 75px;border-radius:7px;display:inline-block;background:linear-gradient(360deg,rgba(74,79,117,0.2) -61.96%,rgba(1,213,118,0.2) -18.07%,rgba(74,79,117,0.2) 93.09%);overflow:hidden}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .challange-container .challange-desc::before{content:"";position:absolute;top:0;left:0;height:100%;width:25%;background:#01d576;background:linear-gradient(90deg,rgba(1,213,118,0.01) 0,rgba(1,213,118,0.1) 50%,rgba(1,213,118,0.01) 100%);background:linear-gradient(90deg,transparent 0,rgba(0,255,141,0.15) 50%,transparent 100%);animation-name:progress;animation-duration:3s;animation-iteration-count:infinite;animation-timing-function:linear;z-index:-1}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .challange-container .challange-desc::after{content:"";position:absolute;bottom:0;left:5px;width:calc(100% - 10px);height:2px;background:linear-gradient(270deg,#2e555f 0,#01d676 48.19%,#2e555f 100%);border-radius:7px;opacity:.4}@media only screen and (max-width:700px){.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .challange-container .challange-desc{padding:9px 15px}}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .challange-container .challange-desc span{color:#01d676}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .challange-container .challange-progress{width:100%;margin:auto;margin-bottom:12px}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .challange-container .challange-progress .progress-bar{position:relative;height:7px;background-color:#343550;margin-bottom:6px;border-radius:2px}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .challange-container .challange-progress .progress-bar .progress-line{position:relative;background-image:url("/public/img/progressBar.png");background-repeat:repeat-x;background-size:contain;height:100%;border-radius:2px;min-width:6px;max-width:calc(100% - 40px)}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .challange-container .challange-progress .progress-bar .progress-line.active{min-width:30px}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .challange-container .challange-progress .progress-bar .progress-line .progress-dot{position:absolute;background:#01d676;border-radius:50%;width:12px;height:12px;right:-3px;top:-2.5px}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .challange-container .challange-progress .progress-bar .progress-line .progress-dot span{position:absolute;display:inline-block;top:16px;left:-14px;width:40px;font-weight:600;font-size:12px;line-height:18px}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .challange-container .challange-progress .progress-info{display:flex;justify-content:space-between}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .challange-container .challange-progress .progress-info span{font-weight:600;font-size:12px;line-height:18px;color:#a3a3c5}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .challange-container .challange-info{display:flex;justify-content:center;align-items:center;gap:8px}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .challange-container .challange-info .time-remaining{width:183px;height:40px;background:#343550;border:1px solid #404261;border-radius:4px;padding:0 12px;display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width:700px){.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .challange-container .challange-info .time-remaining{padding:0 8px}}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .challange-container .challange-info .time-remaining span:first-child{font-weight:500;font-size:10px;line-height:15px;color:#a3a3c5}@media only screen and (max-width:700px){.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .challange-container .challange-info .time-remaining span:first-child{font-size:10px}}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .challange-container .challange-info .time-remaining span:last-child{font-weight:600;font-size:12px;line-height:15px;color:#fff;display:inline-block;width:55px;text-align:left}.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .challange-container .challange-info .earn-button{width:122px;height:40px;text-align:center;background:#01d676;box-shadow:inset 0 1px 0 #00ffc2;border-radius:4px;color:#fff;font-weight:600;font-size:12px;line-height:40px}@media only screen and (max-width:700px){.rollingCaseModal .modal-content .modal-body .rewards-action-conteiner .challange-container .challange-info .earn-button{width:100px}}.rollingCaseModal .modal-content .modal-body .rewards-info-container{padding:0 22px;text-align:left;overflow:auto;margin-top:20px}@media only screen and (max-height:850px){.rollingCaseModal .modal-content .modal-body .rewards-info-container{max-height:200px}}.rollingCaseModal .modal-content .modal-body .rewards-info-container hr{border:1px solid rgba(97,97,132,0.25);margin-top:0;margin-bottom:16px}.rollingCaseModal .modal-content .modal-body .rewards-info-container .rewards-info-title{display:flex;align-items:flex-start;gap:5px}.rollingCaseModal .modal-content .modal-body .rewards-info-container .rewards-info-title.top-win{margin-bottom:17px}.rollingCaseModal .modal-content .modal-body .rewards-info-container .rewards-info-title span{font-family:Poppins;font-size:12px;font-weight:500;line-height:14px;vertical-align:top}@media only screen and (max-height:700px){.rollingCaseModal .modal-content .modal-body .rewards-info-container .top-winner-block-container{margin-bottom:100px}}@media only screen and (max-height:600px){.rollingCaseModal .modal-content .modal-body .rewards-info-container .top-winner-block-container{margin-bottom:160px}}.rollingCaseModal.playing .modal-content .modal-body .rewards-action-conteiner:not(.show-referral,.show-keys) .open-case-btn,.rollingCaseModal.playing .modal-content .modal-body .rewards-action-conteiner:not(.show-referral,.show-keys) .keys-info{display:none}.rollingCaseModal.win .modal-content .modal-body.show-referral .possible-wins-block-container{display:none}.rollingCaseModal.win .modal-content .modal-body .rewards-slider-container .win-line{display:none}.rollingCaseModal.win .modal-content .modal-body .rewards-action-conteiner:not(.show-referral,.show-keys) .open-case-btn,.rollingCaseModal.win .modal-content .modal-body .rewards-action-conteiner:not(.show-referral,.show-keys) .keys-info{display:none}.rollingCaseModal.win .modal-content .modal-body .win-celebration{display:block;width:80%;left:10%;opacity:1}.rolling-case-heading{position:absolute;top:-10px;left:calc(50% - 110px);height:30px;width:220px;background:#585d83}.rolling-case-heading:before{content:"";position:absolute;top:0;border:15px solid;border-left-width:5px;border-right-width:5px;border-color:#585d83 #585d83 transparent transparent;left:-10px}.rolling-case-heading:after{content:"";position:absolute;top:0;right:-10px;border:15px solid;border-left-width:5px;border-right-width:5px;border-color:#585d83 transparent transparent #585d83}.rolling-case-heading>svg{position:absolute;top:-59px;left:33.5%;z-index:-1;width:33%}.rolling-case-heading .title h1{font-family:T TMusselsBold;font-size:22px;text-align:center;line-height:30px;color:#01d676;margin:0;font-weight:700}.rolling-case-heading .title svg{position:absolute}.rolling-case-heading .title svg:nth-child(2){top:-5px}.rolling-case-heading .title svg:nth-child(3){top:-4px;left:17%;transform:scale(1.1)}.rolling-case-heading .title svg:nth-child(4){top:-2px;left:51%;transform:scale(1.5)}.rolling-case-heading .title svg:nth-child(5){top:-5px;left:66%;transform:scale(0.8)}.rolling-case-heading .title svg:nth-child(6){top:15px;left:69%;transform:scale(1.1)}.possible-wins-block-container{overflow:auto}.possible-wins-block-container .possible-wins-block{display:flex;margin-bottom:31px;padding-top:60px;gap:11px}@media only screen and (max-width:700px){.possible-wins-block-container .possible-wins-block{padding-top:30px}}.possible-wins-block-container .possible-wins-block .win-item{position:relative;display:inline-block;background:#383855;box-shadow:0 1px 2px rgba(0,0,0,0.2);border-radius:4px;flex:auto;width:18%;height:93px;text-align:center;padding-top:47px;min-width:75px}.possible-wins-block-container .possible-wins-block .win-item::after{content:"";position:absolute;width:99%;height:2px;left:.5%;bottom:0;background:linear-gradient(270deg,#4a4f75 0,#585d83 48.19%,#4a4f75 100%);border-radius:0 0 4px 4px;opacity:.8}.possible-wins-block-container .possible-wins-block .win-item:nth-child(1)::before,.possible-wins-block-container .possible-wins-block .win-item:nth-child(2)::before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:linear-gradient(360deg,#4a4f75 -61.96%,#f0c220 -18.07%,#4a4f75 93.09%);opacity:.2;border-radius:4px}.possible-wins-block-container .possible-wins-block .win-item:nth-child(1){background-image:url("/public/img/rewards/goldLayer.svg");background-size:cover;background-position:center}.possible-wins-block-container .possible-wins-block .win-item:nth-child(1)::after{background:linear-gradient(270deg,#4a4f75 0,#f0c220 48.19%,#4a4f75 100%)}.possible-wins-block-container .possible-wins-block .win-item:nth-child(2)::before,.possible-wins-block-container .possible-wins-block .win-item:nth-child(2)::after{background:linear-gradient(360deg,#4a4f75 -61.96%,#01d676 -18.07%,#4a4f75 93.09%)}.possible-wins-block-container .possible-wins-block .win-item:last-child{margin:0}.possible-wins-block-container .possible-wins-block .win-item:nth-child(1) .coin-icon{background-image:url("/public/img/rewards/coinsWin1.png")}.possible-wins-block-container .possible-wins-block .win-item:nth-child(1) .coin-amount svg{position:absolute;fill:#ebbe23;display:inline-block}.possible-wins-block-container .possible-wins-block .win-item:nth-child(1) .coin-amount svg:nth-child(2){top:11px;left:7%;transform:scale(0.5)}.possible-wins-block-container .possible-wins-block .win-item:nth-child(1) .coin-amount svg:nth-child(3){top:-8px;left:23%;transform:scale(0.5)}.possible-wins-block-container .possible-wins-block .win-item:nth-child(1) .coin-amount svg:nth-child(4){top:-7px;left:66%;transform:scale(0.5)}.possible-wins-block-container .possible-wins-block .win-item:nth-child(1) .coin-amount svg:nth-child(5){top:10px;left:69%;transform:scale(0.5)}.possible-wins-block-container .possible-wins-block .win-item:nth-child(2){background-image:url("/public/img/rewards/greenLayer.svg");background-size:cover;background-position:center}.possible-wins-block-container .possible-wins-block .win-item:nth-child(2) .coin-icon{background-image:url("/public/img/rewards/coinsWin2.png")}.possible-wins-block-container .possible-wins-block .win-item:nth-child(2) .coin-amount svg{position:absolute;display:inline-block}.possible-wins-block-container .possible-wins-block .win-item:nth-child(2) .coin-amount svg:nth-child(2){top:12px;left:34%;transform:scale(0.5)}.possible-wins-block-container .possible-wins-block .win-item:nth-child(2) .coin-amount svg:nth-child(3){top:-8px;left:23%;transform:scale(0.5)}.possible-wins-block-container .possible-wins-block .win-item:nth-child(2) .coin-amount svg:nth-child(4){top:-7px;left:66%;transform:scale(0.5)}.possible-wins-block-container .possible-wins-block .win-item:nth-child(2) .coin-amount svg:nth-child(5){top:10px;left:69%;transform:scale(0.5)}.possible-wins-block-container .possible-wins-block .win-item:nth-child(3) .coin-icon{background-image:url("/public/img/rewards/coinsWin3.png")}.possible-wins-block-container .possible-wins-block .win-item .coin-icon{position:absolute;bottom:60px;left:21%;width:58%;height:77px;background-repeat:no-repeat;background-position:center;background-image:url(/public/img/rewards/coinsWin4.png);background-position-y:bottom;background-size:contain}.possible-wins-block-container .possible-wins-block .win-item .coin-amount{position:relative;font-family:Poppins;font-weight:700;font-size:20px}.possible-wins-block-container .possible-wins-block .win-item .coin-amount svg{display:none}@media only screen and (max-width:700px){.possible-wins-block-container .possible-wins-block .win-item .coin-amount{font-size:15px}}.possible-wins-block-container .possible-wins-block .win-item .coin-chance{position:absolute;top:10px;left:11px;font-weight:700;font-size:8px;text-transform:uppercase;color:rgba(199,199,225,0.5);text-shadow:0 4px 8px rgba(0,0,0,0.15)}.rewards-slider-container{position:relative;height:134px;border-top:2px solid rgba(64,66,96,0.6392156863);border-bottom:2px solid rgba(64,66,96,0.6392156863);background:#1a1a29;margin-bottom:43px}.rewards-slider-container .slider-layer{height:100%;width:100%;position:absolute;top:0;left:0;overflow:hidden}.rewards-slider-container .slider-layer::before{content:"";position:absolute;z-index:1;width:50%;height:500%;left:-28%;top:-200%;background:rgba(35,35,55,0.5);transform:rotate(38.85deg)}.rewards-slider-container .slider-layer::after{content:"";position:absolute;z-index:1;width:122px;height:100%;top:0;right:0;background:linear-gradient(90deg,transparent,rgba(35,35,55,0.5))}.rewards-slider-container .win-line{position:absolute;height:134px;top:-2px;left:50%;z-index:2;width:2px;background:#6f73a7;box-shadow:0 4px 14px rgba(0,0,0,0.25)}.rewards-slider-container .win-line svg{position:absolute;top:-6px;left:-10px}.rewards-slider-container .rewards-slider{position:absolute;top:0;left:0;padding:3px 0;white-space:nowrap;overflow:visible;font-size:0;display:flex;width:12700px}.rewards-slider-container .rewards-slider.play{animation:scroll 6s cubic-bezier(0.3,0.9,0.3,1) 1 forwards}.rewards-slider-container .rewards-slider .reward-item{position:relative;display:inline-block;height:124px;width:124px;text-align:center;border-radius:2px;background:#242538;margin:0 1.5px;padding:14px;transition:.3s;flex-shrink:0}.rewards-slider-container .rewards-slider .reward-item::after{content:"";position:absolute;width:100%;height:2px;left:0;bottom:1px;border-radius:0 0 2px 2px;opacity:.8;background:linear-gradient(270deg,#4a4f75 0,#585d83 48.19%,#4a4f75 100%)}.rewards-slider-container .rewards-slider .reward-item.win-size-1{background:0}.rewards-slider-container .rewards-slider .reward-item.win-size-1::before{content:"";background:linear-gradient(360deg,#4a4f75 -61.96%,#f0c220 -18.07%,#4a4f75 93.09%);opacity:.2;height:100%;width:100%;position:absolute;top:0;left:0}.rewards-slider-container .rewards-slider .reward-item.win-size-1::after{background:linear-gradient(270deg,#4a4f75 0,#f0c220 48.19%,#4a4f75 100%)}.rewards-slider-container .rewards-slider .reward-item.win-size-1 .coin-icon{background-image:url("/public/img/rewards/coins1.png")}.rewards-slider-container .rewards-slider .reward-item.win-size-1 .coin-text{color:#f0c220}.rewards-slider-container .rewards-slider .reward-item.win-size-2{background:0}.rewards-slider-container .rewards-slider .reward-item.win-size-2::before{content:"";background:linear-gradient(360deg,#4a4f75 -61.96%,#01d676 -18.07%,#4a4f75 93.09%);opacity:.2;height:100%;width:100%;position:absolute;top:0;left:0}.rewards-slider-container .rewards-slider .reward-item.win-size-2::after{background:linear-gradient(270deg,#4a4f75 0,#01d676 48.19%,#4a4f75 100%)}.rewards-slider-container .rewards-slider .reward-item.win-size-2 .coin-icon{background-image:url("/public/img/rewards/coins2.png")}.rewards-slider-container .rewards-slider .reward-item.win-size-2 .coin-text{color:#01d676}.rewards-slider-container .rewards-slider .reward-item.win-size-3 .coin-icon{background-image:url("/public/img/rewards/coins3.png")}.rewards-slider-container .rewards-slider .reward-item.active{transform:scale(1.1);background:linear-gradient(360deg,#4a4f75 -61.96%,#383855 -18.07%,#4a4f75 93.09%);box-shadow:0 0 14px rgba(0,0,0,0.25);z-index:1}.rewards-slider-container .rewards-slider .reward-item .coin-icon{height:43px;background-repeat:no-repeat;background-position:center;background-image:url("/public/img/rewards/coins4.png")}.rewards-slider-container .rewards-slider .reward-item .coin-text{font-family:Poppins;font-size:12px;font-weight:500;color:#616184}.rewards-slider-container .rewards-slider .reward-item .coin-amount{font-family:Poppins;font-size:20px;font-weight:bold;color:#fff}.top-winners-block{white-space:nowrap;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.top-winners-block::-webkit-scrollbar{display:none}.top-winners-block .top-winner-item{width:186px;height:50px;background:rgba(56,56,85,0.5);display:inline-flex;justify-content:center;align-items:center;border-radius:4px;padding:10px;margin-right:8px}.top-winners-block .top-winner-item .winner-avatar{width:30px;height:30px;margin-right:10px;display:inline-block}.top-winners-block .top-winner-item .winner-info{width:60px;margin-right:10px;display:inline-block}.top-winners-block .top-winner-item .winner-info .winner-name{font-family:Poppins;font-weight:500;font-size:12px;line-height:12px;overflow:hidden;text-overflow:ellipsis}.top-winners-block .top-winner-item .winner-info .winner-date{font-family:Poppins;font-weight:300;font-size:10px;color:#938e9f;line-height:10px}.top-winners-block .top-winner-item .winner-amount{width:49px;height:21px;background:rgba(142,148,193,0.2);border-radius:2px;display:inline-block;font-family:Poppins;font-weight:500;font-size:10px;line-height:21px;text-align:center;color:#9494b7}.top-winners-block .top-winner-item:nth-child(1) .winner-amount{background:#ffcc4d;color:#2c2c44}.top-winners-block .top-winner-item:nth-child(2) .winner-amount{background:rgba(1,214,118,0.75);color:#2c2c44}.top-winners-block .top-winner-item:nth-child(3) .winner-amount{color:#01d676}.win-celebration{display:none;position:relative;width:50%;height:150px;background:radial-gradient(50% 50% at 50% 50%,rgba(232,189,36,0.1) 0,rgba(232,189,36,0) 100%);top:calc(15px + 100%);left:25%;opacity:0;transition:.3s}.win-celebration.win-size-1 .coin-icon{background-image:url("/public/img/rewards/coinsWin1.png")}.win-celebration.win-size-1 .coin-text .coin-amount{color:#ffcc4d}.win-celebration.win-size-2 .coin-icon{background-image:url("/public/img/rewards/coinsWin2.png")}.win-celebration.win-size-2 .coin-text .coin-amount{color:#01d676}.win-celebration.win-size-3 .coin-icon{background-image:url("/public/img/rewards/coinsWin3.png")}.win-celebration .coin-icon{position:absolute;bottom:93px;left:21%;width:58%;height:60px;background-repeat:no-repeat;background-position:center;background-image:url(/public/img/rewards/coinsWin4.png);background-position-y:bottom;background-size:contain}.win-celebration .coin-text{font-family:Poppins;font-weight:600;font-size:28px;line-height:150px;text-align:center;color:#fff}.win-celebration .coin-text .coin-amount{color:#fff}.win-celebration .win-animation{height:404px;position:absolute;z-index:1;pointer-events:none;right:0;left:0;bottom:0}#homeCanvas{position:fixed;top:-80px;height:100vh;z-index:-1;background:url("/public/img/landingpage/pngegg1.png");background-size:contain;background-repeat:no-repeat}@keyframes text-swipe{0%{left:100%}2.5%,20%{left:0}22.5%,100%{left:-100%}}@keyframes low-blink{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}body{margin:0 auto;position:relative}@media only screen and (min-width:1200px){.chatActive .home-page .main-heading:not(.logged-in){width:95%;max-width:1822.1px}}@media only screen and (min-width:1300px){.chatActive .home-page .main-heading:not(.logged-in){width:90%;max-width:1726.2px}}@media only screen and (min-width:1500px){.chatActive .home-page .main-heading:not(.logged-in){width:80%;max-width:1534.4px}}@media only screen and (min-width:1700px){.chatActive .home-page .main-heading:not(.logged-in){width:70%;max-width:1342.6px}}@media only screen and (min-width:1900px){.chatActive .home-page .main-heading:not(.logged-in){width:60%;max-width:1150.8px}}.home-page{font-family:Poppins;position:relative;letter-spacing:-0.03em;padding-top:57px;margin:0 auto 67px auto}@media only screen and (min-width:1200px){.home-page.logged-in{padding-top:74px}}@media only screen and (max-width:700px){.home-page{padding-top:24px;margin-bottom:46px}}.home-page:before{content:"";position:absolute;top:0;left:0;width:100%;height:100vh;background-image:url("/public/img/template/body/background.png");background-repeat:no-repeat;z-index:-1}@media only screen and (max-width:700px){.home-page:before{background-position-x:right;background-position-y:bottom}}.home-page .ipad{position:absolute;top:-40px;left:-10px;width:26%;max-width:500px}.home-page .macbook{position:absolute;top:-23px;right:-10px;width:29%;max-width:560px}.home-page .main-heading{display:flex;justify-content:space-between;position:relative;gap:10px}.home-page .main-heading:not(.logged-in){width:60%;max-width:1150.8px;margin:0 auto}@media only screen and (min-width:701px) and (max-width:1199px){.home-page .main-heading:not(.logged-in){width:80%}}@media only screen and (max-width:700px){.home-page .main-heading:not(.logged-in){width:100%}}.home-page .main-heading.logged-in{display:block}@media only screen and (max-width:700px){.home-page .main-heading{display:block;padding:0 15px}.home-page .main-heading .ipad,.home-page .main-heading .macbook{display:none}}.home-page .main-heading .statistics{display:none;gap:10px;background:unset;margin:0 0 30px 0}.home-page .main-heading .statistics::before{display:none}@media only screen and (max-width:700px){.home-page .main-heading .statistics{display:flex}}.home-page .main-heading .statistics .stat-item{background:#1d1d2e;border-radius:10px;width:calc(50% - 5px);height:76px;padding:15px}.home-page .main-heading .statistics .stat-item:last-child,.home-page .main-heading .statistics .stat-item::after{display:none}.home-page .main-heading .statistics .stat-item .heading{font-size:14px}.home-page .main-heading .statistics .stat-item .heading svg{height:14px}.home-page .main-heading .statistics .stat-item .description{font-size:calc(8px + 0.67vw);width:auto}.home-page .about-section{padding-bottom:44px;overflow:visible}@media only screen and (min-width:701px){.home-page .about-section.logged-in .review-info,.home-page .about-section.logged-in .statistics,.home-page .about-section.logged-in .cashout-providers,.home-page .about-section.logged-in::before{display:none}}@media only screen and (max-width:700px){.home-page .about-section{padding-bottom:46px}}@media only screen and (min-width:701px) and (max-width:1199px){.home-page .about-section{width:100%}}@media only screen and (min-width:1200px) and (max-width:1399px){.home-page .about-section:not(.logged-in){width:315px;flex-shrink:0}}.home-page .about-section:not(.logged-in)::after{content:"";position:absolute;background:#222339;filter:blur(55px);width:100%;height:124px;left:0;bottom:-77px}@media only screen and (max-width:1199px){.home-page .about-section:not(.logged-in)::after{display:none}}.home-page .about-section .about-content{position:relative;margin-bottom:36px;text-align:center}.home-page .about-section .about-content::before{content:"";position:absolute;background-image:url("/public/img/template/body/hugeFallingCoins.png");width:100%;height:100%;top:0;left:0;background-size:contain;background-repeat:no-repeat;background-position:center;z-index:2}@media only screen and (max-width:400px){.home-page .about-section .about-content::before{background-image:url("/public/img/template/body/hugeFallingCoinsMobile.png");width:calc(100% + 30px);height:120%;left:-15px}}.home-page .about-section .about-content .get-paid-title{font-weight:600;font-size:27px;text-align:center;color:#01d676;margin-bottom:2px}@media only screen and (min-width:701px){.home-page .about-section .about-content .get-paid-title{font-size:44px}}.home-page .about-section .about-content .get-paid-options{position:relative;margin:0 auto 19px auto;height:41px;overflow:hidden}@media only screen and (min-width:701px){.home-page .about-section .about-content .get-paid-options{height:66px;z-index:4}}@media only screen and (max-width:1399px){.home-page .about-section .about-content .get-paid-options{max-width:400px}}@media only screen and (min-width:1400px){.home-page .about-section .about-content .get-paid-options{width:500px}}@media only screen and (min-width:1600px){.home-page .about-section .about-content .get-paid-options{width:530px}}.home-page .about-section .about-content .get-paid-options div{position:absolute;top:0;left:100%;display:inline-block;width:100%;height:100%;font-weight:400;font-size:27px;text-align:center;color:#fff;animation:text-swipe;animation-duration:10s;animation-iteration-count:infinite;animation-timing-function:ease}.home-page .about-section .about-content .get-paid-options div:nth-child(2){animation-delay:2s}.home-page .about-section .about-content .get-paid-options div:nth-child(3){animation-delay:4s}.home-page .about-section .about-content .get-paid-options div:nth-child(4){animation-delay:6s}.home-page .about-section .about-content .get-paid-options div:nth-child(5){animation-delay:8s}@media only screen and (min-width:701px){.home-page .about-section .about-content .get-paid-options div{font-size:30px}}@media only screen and (min-width:1200px) and (max-width:1399px){.home-page .about-section .about-content .get-paid-options div{font-size:24px}}@media only screen and (min-width:1400px){.home-page .about-section .about-content .get-paid-options div{font-size:40px}}@media only screen and (min-width:1399px) and (max-width:1600px){.home-page .about-section .about-content .get-paid-options div{font-size:32px}}@media only screen and (min-width:300px) and (max-width:450px){.home-page .about-section .about-content .get-paid-options div{font-weight:200;font-size:21px}}@media only screen and (max-width:300px){.home-page .about-section .about-content .get-paid-options div{font-size:15px}}@media only screen and (min-width:701px){.home-page .about-section .about-content .get-paid-options.logged-in{width:600px;max-width:none}.home-page .about-section .about-content .get-paid-options.logged-in div{font-size:44px}}.home-page .about-section .about-content .earn-up-to-info{font-weight:500;font-size:14px;text-align:center;letter-spacing:-0.03em;color:#fff;margin-bottom:3px}@media only screen and (min-width:701px){.home-page .about-section .about-content .earn-up-to-info{font-size:22px}}.home-page .about-section .about-content .earn-up-to-info span{color:#01d676}.home-page .about-section .about-content .available-offers-info{position:relative;font-weight:500;font-size:14px;text-align:center;letter-spacing:-0.03em;color:#fff;display:inline-block;margin-bottom:24px;padding-left:13px}@media only screen and (min-width:701px){.home-page .about-section .about-content .available-offers-info{font-size:22px}}.home-page .about-section .about-content .available-offers-info::before{content:"";position:absolute;top:calc(50% - 2.5px);left:0;width:5px;height:5px;background:#01d676;border-radius:50%;opacity:1}.home-page .about-section .about-content .title{font-weight:600;font-size:calc(24px + 1.62vw);color:#01d676;min-width:200px;line-height:129%;margin-bottom:15px;white-space:nowrap}@media only screen and (max-width:1399px){.home-page .about-section .about-content .title{font-size:calc(14px + 1.62vw);max-width:calc(100% - 345px)}}@media only screen and (max-width:700px){.home-page .about-section .about-content .title{font-size:calc(12px + 3.75vw)}}.home-page .about-section .about-content .description{max-width:90%;min-width:150px;font-size:calc(12px + 0.8vw);line-height:129.5%;color:#fff;padding-bottom:38px;position:relative;overflow:visible}.home-page .about-section .about-content .description span{font-weight:bold}@media only screen and (min-width:1200px) and (max-width:1399px){.home-page .about-section .about-content .description{max-width:100%;font-size:calc(10px + 0.8vw)}}@media only screen and (min-width:701px) and (max-width:1199px){.home-page .about-section .about-content .description{max-width:80%;font-size:calc(8px + 0.8vw)}}@media only screen and (max-width:700px){.home-page .about-section .about-content .description{width:30%;font-size:calc(10px + 1.28vw)}}.home-page .about-section .about-content .leaderboard-btn{display:none;position:absolute;bottom:-33px;right:-15px}@media only screen and (max-width:700px){.home-page .about-section .about-content .leaderboard-btn{display:inline-block}}.home-page .about-section .about-content .cashout-label{position:relative;font-weight:600;font-size:14px;letter-spacing:-0.03em;text-align:center;color:#9494a6;margin-bottom:13px;z-index:2}.home-page .about-section .about-content .cashout-info{position:relative;width:22.74vw;height:8vw;min-width:193px;min-height:80px;max-width:321px;max-height:133px;margin-bottom:60px;justify-content:center;align-items:center;background:#2f3049;box-shadow:0 2px 15px rgba(14,12,27,0.25);border-radius:10px;display:inline-flex;justify-content:center;align-items:center}@media only screen and (max-width:700px){.home-page .about-section .about-content .cashout-info{width:208px;height:80px;margin-bottom:30px}}.home-page .about-section .about-content .cashout-info::before{content:"";background:url("/public/img/template/body/withdrawnBg.png");background-size:cover;background-position-y:center;border-radius:10px;position:absolute;top:0;left:0;z-index:1;width:100%;height:100%}.home-page .about-section .about-content .cashout-info .amount{display:inline-block;font-weight:600;font-size:calc(24px + 2vw);background:linear-gradient(270deg,#f9ebb9 0,#ffbc11 100%);background:-webkit-linear-gradient(270deg,#f9ebb9 0,#ffbc11 100%);text-shadow:0 5px 9px rgba(255,221,103,0.06);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media only screen and (min-width:1918px){.home-page .about-section .about-content .cashout-info .amount{font-size:67px}}@media only screen and (max-width:700px){.home-page .about-section .about-content .cashout-info .amount{font-size:27px}}.home-page .about-section .about-content .cashout-info+div .start-earn-btn{position:relative;display:inline-block;width:22%;height:63px;background:#01d676;border-radius:4px;font-size:18px;font-weight:600;color:#1d1d2e;line-height:63px;min-width:160px;max-width:254px;z-index:2}@media only screen and (max-width:700px){.home-page .about-section .about-content .cashout-info+div .start-earn-btn{width:calc(100% - 90px)}}.home-page .about-section .about-content .offers-in-mobile-block{position:relative;display:none;width:252px;height:287px;background-image:url("/public/img/template/body/phoneInHand.png");z-index:2}.home-page .about-section .about-content.logged-in{text-align:center}.home-page .about-section .about-content.logged-in .title{width:100%;max-width:100%}.home-page .about-section .about-content.logged-in .description{width:100%;max-width:100%}@media only screen and (min-width:701px){.home-page .about-section .about-content.logged-in .cashout-info{display:inline-flex}.home-page .about-section .about-content.logged-in .cashout-info+div{display:block;position:relative;z-index:2}}@media only screen and (min-width:1200px){.home-page .about-section .about-content:not(.logged-in){text-align:left}.home-page .about-section .about-content:not(.logged-in)::before{content:unset}.home-page .about-section .about-content:not(.logged-in) .get-paid-title,.home-page .about-section .about-content:not(.logged-in) .get-paid-options,.home-page .about-section .about-content:not(.logged-in) .get-paid-options div,.home-page .about-section .about-content:not(.logged-in) .earn-up-to-info{margin-left:0;margin-right:0;text-align:left}.home-page .about-section .about-content:not(.logged-in) .cashout-info+div .start-earn-btn,.home-page .about-section .about-content:not(.logged-in) .cashout-label,.home-page .about-section .about-content:not(.logged-in) .cashout-info{display:none}}@media only screen and (max-width:1199px){.home-page .about-section .about-content.desktop-non-logged-in{display:none}}@media only screen and (max-width:700px){.home-page .about-section .about-content{margin-bottom:20px}.home-page .about-section .about-content.logged-in .description{padding-bottom:30px}.home-page .about-section .about-content .cashout-label,.home-page .about-section .about-content .cashout-info,.home-page .about-section .about-content .cashout-info+div{display:none}.home-page .about-section .about-content .offers-in-mobile-block{display:block;margin:0 auto}}.home-page .about-section hr{height:0;width:100%;margin:0;border:1px solid #3f405c;display:none}@media only screen and (max-width:1399px){.home-page .about-section hr{display:block}}.home-page .about-section .review-info{margin-bottom:27px;font-size:1px;position:relative}.home-page .about-section .review-info .unvisible-text{visibility:hidden;display:inline-block;font-size:1.2vw;height:25px}@media only screen and (max-width:700px){.home-page .about-section .review-info .unvisible-text{font-size:14px}}.home-page .about-section .review-info .trustpilot-wrapper{margin-top:5px}.home-page .about-section .review-info .landing-trustpilot-widget{position:absolute !important;top:0 !important;left:-27px}.home-page .about-section .review-info .landing-trustpilot-widget .trustpilot-link{position:relative;left:27px}@media only screen and (min-width:701px) and (max-width:1199px){.home-page .about-section .review-info .landing-trustpilot-widget .trustpilot-link{left:unset;margin-right:15px}}@media only screen and (max-width:700px){.home-page .about-section .review-info .landing-trustpilot-widget .trustpilot-link{left:unset}}@media only screen and (max-width:1199px){.home-page .about-section .review-info .unvisible-text{display:none}.home-page .about-section .review-info .trustpilot-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center}.home-page .about-section .review-info .landing-trustpilot-widget{position:relative !important;left:unset}.home-page .about-section .review-info span{font-size:10px}}@media only screen and (max-width:700px){.home-page .about-section .review-info .trustpilot-wrapper{flex-direction:column}}.home-page .about-section .cashout-info+div .start-earn-btn,.home-page .about-section .earn-or-signup-btn-block .start-earn-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:22%;height:63px;background:#01d676;border-radius:4px;font-size:18px;font-weight:600;color:#1d1d2e;min-width:160px;max-width:254px;z-index:2}@media only screen and (max-width:700px){.home-page .about-section .cashout-info+div .start-earn-btn,.home-page .about-section .earn-or-signup-btn-block .start-earn-btn{width:calc(100% - 90px)}}.home-page .about-section .earn-or-signup-btn-block{display:none;text-align:center;margin-bottom:30px}.home-page .about-section .earn-or-signup-btn-block .start-earn-btn{width:208px;height:52px;font-size:14px}@media only screen and (max-width:700px){.home-page .about-section .earn-or-signup-btn-block{display:block}}.home-page .about-section .cashout-providers{max-width:340px;display:flex;flex-direction:row;gap:4px;flex-wrap:wrap}@media only screen and (min-width:701px) and (max-width:1199px){.home-page .about-section .cashout-providers{max-width:100%}}@media only screen and (max-width:700px){.home-page .about-section .cashout-providers{max-width:100%}}.home-page .about-section .cashout-providers .provider{position:relative;width:calc(25% - 3px);height:39px;border-radius:2px;min-width:69px;display:flex;align-items:center;justify-content:center}.home-page .about-section .cashout-providers .provider img,.home-page .about-section .cashout-providers .provider svg{height:24px}.home-page .about-section .cashout-providers .provider.bitcoin{background:linear-gradient(180deg,#f9aa4b -0.02%,#f7931a 99.99%);box-shadow:0 10px 15px rgba(0,0,0,0.15)}.home-page .about-section .cashout-providers .provider.bitcoin img{height:25px}.home-page .about-section .cashout-providers .provider.etherum{background:linear-gradient(185.23deg,#b1b1ff -3.47%,#778dff 70.67%);box-shadow:0 10px 15px rgba(0,0,0,0.15)}.home-page .about-section .cashout-providers .provider.etherum img{height:25px}.home-page .about-section .cashout-providers .provider.litecoin{background:linear-gradient(180deg,#a1a4c9 0,#7e809a 70%);box-shadow:0 10px 15px rgba(0,0,0,0.15)}.home-page .about-section .cashout-providers .provider.litecoin img{height:22px}.home-page .about-section .cashout-providers .provider.paypal{background:linear-gradient(342.04deg,#263b80 -75.71%,#25bcff 135.9%)}.home-page .about-section .cashout-providers .provider.paypal img{width:40px}.home-page .about-section .cashout-providers .provider.amazon{background:#11171e;box-shadow:0 10px 15px rgba(0,0,0,0.15)}.home-page .about-section .cashout-providers .provider.amazon img{width:36px}.home-page .about-section .cashout-providers .provider.steam{background:linear-gradient(336.89deg,#131739 -26.71%,#4b4d8f 107.56%);box-shadow:0 10px 15px rgba(0,0,0,0.15)}.home-page .about-section .cashout-providers .provider.steam img{width:55px;height:100%}.home-page .about-section .cashout-providers .provider.apple{background:linear-gradient(112.11deg,#ff5b53 -9.59%,#9850fa 54.58%,#2cc9f8 117.99%);box-shadow:0 10px 15px rgba(0,0,0,0.15)}.home-page .about-section .cashout-providers .provider.apple img,.home-page .about-section .cashout-providers .provider.apple svg{height:18px}.home-page .about-section .cashout-providers .provider.google{background:#fff;box-shadow:0 10px 15px rgba(0,0,0,0.15)}.home-page .about-section .cashout-providers .provider.google img{width:50px}.home-page .signup-container{position:relative;top:-18px;right:0;max-width:390px;width:100%;min-width:370px;max-height:520px;background:#33334c;box-shadow:0 4px 5px rgba(0,0,0,0.1);border-radius:5px;padding:26px 25px 20px 25px;text-align:center;font-size:0}@media only screen and (max-width:700px){.home-page .signup-container{display:block;position:relative;top:0;left:0;background:unset;padding:0;width:100%;max-width:none;min-width:290px;margin-bottom:46px}}@media only screen and (min-width:701px) and (max-width:1199px){.home-page .signup-container{display:none}}.home-page .signup-container .title{font-weight:600;font-size:24px;letter-spacing:-0.03em;margin-bottom:5px;line-height:129.5%}@media only screen and (max-width:700px){.home-page .signup-container .title{font-size:20px;margin-bottom:16px}}.home-page .signup-container .description{font-weight:500;font-size:10px;letter-spacing:-0.03em;margin-bottom:10px;line-height:129.5%}.home-page .signup-container .description span{color:#01d676}@media only screen and (max-width:700px){.home-page .signup-container .description{font-size:12px;color:#65678d;margin-bottom:15px}}@media only screen and (max-width:700px){.home-page .signup-container .signup-content{padding:15px 15px 38px 25px;background:#33334c;box-shadow:0 3.32308px 4.15385px rgba(0,0,0,0.1);border-radius:4px}}.home-page .signup-container .signup-content .free-case-banner{margin-bottom:15px;width:100%}.home-page .signup-container .signup-content .cashout-info{border:2px solid #25253b;border-radius:10px;margin-bottom:15px;overflow:hidden;text-align:center;line-height:65px;height:65px;background:url("/public/img/template/body/signupHeading.png");background-position-x:-41px;background-size:cover}.home-page .signup-container .signup-content .cashout-info span{background:linear-gradient(270deg,#f9ebb9 0,#ffbc11 100%);background:-webkit-linear-gradient(270deg,#f9ebb9 0,#ffbc11 100%);font-weight:600;font-size:35px;line-height:129.5%;text-shadow:0 5px 9px rgba(255,221,103,0.06);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;vertical-align:middle}.home-page .signup-container .signup-content .signup-with{display:flex;justify-content:center;margin-bottom:17px;gap:12px}@media only screen and (max-width:700px){.home-page .signup-container .signup-content .signup-with{margin-bottom:15px}}.home-page .signup-container .signup-content .signup-with .signup-button{width:calc(50% - 6px);height:37px;background:#25253b;border-radius:5px;display:flex;justify-content:center;align-items:center;gap:8px;color:#fff}.home-page .signup-container .signup-content .signup-with .signup-button svg{vertical-align:middle}.home-page .signup-container .signup-content .signup-with .signup-button span{font-weight:500;font-size:10px}@media only screen and (max-width:700px){.home-page .signup-container .signup-content .signup-with .signup-button span{font-size:8px}}.home-page .signup-container .signup-content .divide-line{position:relative;font-size:10px;font-weight:500;letter-spacing:-0.03em;margin-bottom:11px;line-height:129.5%}.home-page .signup-container .signup-content .divide-line::before{content:"";position:absolute;width:100%;height:2px;left:0;top:6.5px;background:linear-gradient(90deg,rgba(88,93,131,0) 0,rgba(88,93,131,0.5) 46.05%,rgba(88,93,131,0) 46.06%,rgba(88,93,131,0) 53.62%,rgba(88,93,131,0.5) 53.63%,rgba(88,93,131,0) 100%)}@media only screen and (max-width:700px){.home-page .signup-container .signup-content .divide-line{font-size:7.44px;margin-bottom:15px}.home-page .signup-container .signup-content .divide-line::before{top:5.5px}}.home-page .signup-container .signup-content .signup-input{text-align:left}.home-page .signup-container .signup-content .signup-input label{font-weight:500;font-size:12px;margin-bottom:9px;line-height:16px;letter-spacing:-0.03em;color:#fff;display:inline-block}@media only screen and (max-width:700px){.home-page .signup-container .signup-content .signup-input label{display:none}}.home-page .signup-container .signup-content .signup-input input{width:100%;height:37px;background:#4d4d6b;border-radius:5px;font-weight:500;font-size:12px;color:rgba(255,255,255,0.4) !important;text-align:left;margin-bottom:19px;padding:10px 12px;box-sizing:border-box;letter-spacing:-0.03em}@media only screen and (max-width:700px){.home-page .signup-container .signup-content .signup-input input{margin-bottom:9px}}.home-page .signup-container .signup-content .signup-input input#email{margin-bottom:11px}@media only screen and (max-width:700px){.home-page .signup-container .signup-content .signup-input input#email{margin-bottom:15px}}.home-page .signup-container .signup-content .signup-input input::placeholder,.home-page .signup-container .signup-content .signup-input input:-ms-input-placeholder,.home-page .signup-container .signup-content .signup-input input::-ms-input-placeholder{font-weight:500;font-size:10px;letter-spacing:-0.03em;color:#fff;opacity:.4}.home-page .signup-container .signup-content .signup-privacy{display:block;margin-bottom:9px;text-align:left}@media only screen and (max-width:700px){.home-page .signup-container .signup-content .signup-privacy{margin-bottom:22px}}.home-page .signup-container .signup-content .signup-privacy input+span{font-weight:500;font-size:11px;line-height:16px;padding-left:24px}@media only screen and (max-width:700px){.home-page .signup-container .signup-content .signup-privacy input+span{font-size:8px;line-height:12px;color:#7b7b97;padding-left:13.67px}.home-page .signup-container .signup-content .signup-privacy input+span::before{width:8px;height:8px;top:-1px}}.home-page .signup-container .signup-content .signup-privacy input:not(:checked)+span::before{border:1.5px solid #7b7b97;border-radius:2px}@media only screen and (max-width:700px){.home-page .signup-container .signup-content .signup-privacy input:checked+span:not(.lever)::before{width:8px;height:14px;top:-5px}}.home-page .signup-container .signup-content .signup-privacy a{color:#a9a9ca}.home-page .signup-container .signup-content .signup-privacy a span{color:#61d37f}.home-page .signup-container .signup-content .register-btn{width:130px;height:37px;background:#01d676;box-shadow:0 1.25478px 2.50957px rgba(0,0,0,0.2),inset 0 1.25478px 0 #00ffc2;border-radius:5px;font-weight:600;font-size:15px;color:#1d1d2e}@media only screen and (max-width:700px){.home-page .signup-container .signup-content .register-btn{width:157px;height:50px;border-radius:4px;line-height:22px}}.home-page .statistics{text-align:center;display:flex;justify-content:center;align-items:center;margin-top:60px;margin-bottom:65px;background:#1d1d2e;border-radius:10px;position:relative}@media only screen and (max-width:700px){.home-page .statistics{display:none}}.home-page .statistics::before{content:"";position:absolute;top:-4%;left:3%;height:108%;width:94%;background:#1d1d2e;opacity:.58;border-radius:10px;z-index:-1}.home-page .statistics .stat-item{display:inline-block;width:33%;height:6.21vw;padding-top:1.2vw;position:relative}.home-page .statistics .stat-item:nth-child(1)::after,.home-page .statistics .stat-item:nth-child(2)::after{content:"";position:absolute;top:25%;right:0;height:50%;width:1px;opacity:.25;background:#595b80}.home-page .statistics .stat-item .heading{font-weight:600;font-size:1.2vw;color:#01d676}.home-page .statistics .stat-item .heading svg{height:1.2vw}.home-page .statistics .stat-item .heading span{vertical-align:text-bottom}.home-page .statistics .stat-item .description{font-size:.8vw;color:#595b80;width:63%;display:inline-block;letter-spacing:-0.03em;line-height:129.5%;vertical-align:text-top}@media only screen and (max-width:700px){.home-page .statistics .stat-item .description{font-size:15px}}.home-page .main-content{position:relative;width:60%;padding-bottom:60px;max-width:1150.8px;margin:0 auto}@media only screen and (min-width:701px) and (max-width:1199px){.home-page .main-content{margin-left:10%;width:80%}}@media only screen and (max-width:700px){.home-page .main-content{margin-left:0;padding-left:15px;padding-right:15px;padding-bottom:46px;width:100%}}.home-page .main-content .get-started-section{text-align:center;margin-bottom:60px}@media only screen and (max-width:700px){.home-page .main-content .get-started-section{margin-bottom:46px}}.home-page .main-content .get-started-section .title{font-weight:600;font-size:30px;color:#fff;margin-bottom:14px;line-height:129.5%;letter-spacing:-0.03em}@media only screen and (max-width:700px){.home-page .main-content .get-started-section .title{font-size:20px;margin-bottom:15px}}.home-page .main-content .get-started-section .description{font-size:15px;color:#65678d;margin-bottom:63px;line-height:129.5%;letter-spacing:-0.03em}@media only screen and (max-width:700px){.home-page .main-content .get-started-section .description{font-size:12px;margin-bottom:37px}}.home-page .main-content .get-started-section .start-guide{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;margin-bottom:44px}@media only screen and (max-width:700px){.home-page .main-content .get-started-section .start-guide{flex-direction:column;gap:28px;margin-bottom:20px}}.home-page .main-content .get-started-section .start-guide .guide-item{position:relative;width:calc(33.3333333333% - 20px);min-width:290px;height:175px;padding:15px;text-align:center}@media only screen and (max-width:700px){.home-page .main-content .get-started-section .start-guide .guide-item{width:100%;height:175px}}.home-page .main-content .get-started-section .start-guide .guide-item::before{content:"";position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;background:#505278;opacity:.15;border-radius:10px}.home-page .main-content .get-started-section .start-guide .guide-item:nth-child(1){text-align:left}.home-page .main-content .get-started-section .start-guide .guide-item:nth-child(2){text-align:center}.home-page .main-content .get-started-section .start-guide .guide-item:nth-child(2) .guide-card{padding-bottom:27px}.home-page .main-content .get-started-section .start-guide .guide-item:nth-child(2) .guide-card::before{background-image:url("/public/img/template/body/guideBg2.png")}.home-page .main-content .get-started-section .start-guide .guide-item:nth-child(2) .guide-card .title{margin-bottom:3px}.home-page .main-content .get-started-section .start-guide .guide-item:nth-child(2) .guide-card .description{margin-bottom:23px}.home-page .main-content .get-started-section .start-guide .guide-item:nth-child(2) .guide-card .has-pointer::after{right:-10px;left:unset;transform:rotate(322deg)}.home-page .main-content .get-started-section .start-guide .guide-item:nth-child(3){text-align:right}.home-page .main-content .get-started-section .start-guide .guide-item:nth-child(3) .guide-card::before{background-image:url("/public/img/template/body/guideBg3.png");filter:none}.home-page .main-content .get-started-section .start-guide .guide-item:nth-child(3) .guide-card .title{margin-bottom:3px}.home-page .main-content .get-started-section .start-guide .guide-item:nth-child(3) .guide-card .description{margin-bottom:23px}.home-page .main-content .get-started-section .start-guide .guide-item:nth-child(3) .guide-card .cashout-btn{width:max-content;max-width:200px}.home-page .main-content .get-started-section .start-guide .guide-item:nth-child(3) .guide-card .has-pointer::after{left:60%;transform:rotate(339deg)}.home-page .main-content .get-started-section .start-guide .guide-item .step-number{position:absolute;top:-26px;left:15%;background:-webkit-linear-gradient(180deg,#01d676 16.94%,rgba(1,214,118,0) 66.13%);background:linear-gradient(180deg,#01d676 16.94%,rgba(1,214,118,0) 66.13%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-size:48px;font-weight:600}.home-page .main-content .get-started-section .start-guide .guide-item .guide-card{position:relative;z-index:3;width:100%;height:100%;background:rgba(40,41,66,0.5);border-radius:10px;overflow:hidden;padding:14px 21px;-webkit-box-shadow:0 0 8px #222339;box-shadow:0 0 8px #222339}@media only screen and (max-width:700px){.home-page .main-content .get-started-section .start-guide .guide-item .guide-card{padding:17px}}.home-page .main-content .get-started-section .start-guide .guide-item .guide-card::before{content:"";position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;filter:blur(5px);background:url("/public/img/template/body/guideBg1.png");border-radius:10px;background-size:cover;background-repeat:no-repeat;border-radius:10px}.home-page .main-content .get-started-section .start-guide .guide-item .guide-card .title{font-weight:600;font-size:18px;color:#01d676;margin-bottom:6px}@media only screen and (max-width:700px){.home-page .main-content .get-started-section .start-guide .guide-item .guide-card .title{font-size:16px}}.home-page .main-content .get-started-section .start-guide .guide-item .guide-card .description{font-weight:500;font-size:12px;color:#fff}@media only screen and (max-width:700px){.home-page .main-content .get-started-section .start-guide .guide-item .guide-card .description{font-size:10px}}.home-page .main-content .get-started-section .start-guide .guide-item .guide-card ul{position:relative;margin-left:15px;background:#24253a;border-radius:5px;margin:0}.home-page .main-content .get-started-section .start-guide .guide-item .guide-card ul::after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:rgba(40,41,65,0.5);border-radius:5px 5px 0 0}.home-page .main-content .get-started-section .start-guide .guide-item .guide-card ul li{list-style-type:disc;font-weight:500;font-size:10px;letter-spacing:-0.03em;display:flex;justify-content:space-between;align-items:center;gap:10px;padding:5px}.home-page .main-content .get-started-section .start-guide .guide-item .guide-card ul li.active{position:relative;left:-12.5px;z-index:1;width:calc(100% + 25px);background:#292a42;box-sizing:border-box;border:.2px solid rgba(1,214,118,0.2);box-shadow:0 0 19px 1px rgba(1,214,118,0.3);border-radius:5px}.home-page .main-content .get-started-section .start-guide .guide-item .guide-card ul li.active img{width:33px;height:33px}.home-page .main-content .get-started-section .start-guide .guide-item .guide-card ul li.active .task-title{color:#fff;font-size:12px}.home-page .main-content .get-started-section .start-guide .guide-item .guide-card ul li.active .task-prize{color:#01d676;font-size:12px;position:relative}.home-page .main-content .get-started-section .start-guide .guide-item .guide-card ul li img{width:26px;height:26px;border-radius:4px;background-color:#6aad21}.home-page .main-content .get-started-section .start-guide .guide-item .guide-card ul li .task-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:calc(100% - 100px);text-align:center}.home-page .main-content .get-started-section .start-guide .guide-item .guide-card ul li .task-prize{background:#222339;box-shadow:inset 0 .8px 0 #4a4f75;border-radius:4px;padding:4px 8px}@media only screen and (max-width:700px){.home-page .main-content .get-started-section .start-guide .guide-item .guide-card ul li{font-size:10px}}.home-page .main-content .get-started-section .start-guide .guide-item .guide-card .task-start-btn,.home-page .main-content .get-started-section .start-guide .guide-item .guide-card .cashout-btn{width:101px;height:34px;background:#222339;box-shadow:inset 0 1px 0 #4a4f75;border-radius:5px;text-align:center;font-weight:600;font-size:12px;display:inline-block;line-height:34px;padding:0 10px}@media only screen and (max-width:700px){.home-page .main-content .get-started-section .start-guide .guide-item .guide-card .task-start-btn,.home-page .main-content .get-started-section .start-guide .guide-item .guide-card .cashout-btn{font-size:10px}}.home-page .main-content .get-started-section .start-guide .guide-item .guide-card .coins{position:absolute;z-index:-1;top:10px;left:10px;width:54%;height:100%;background:url("/public/img/template/body/coins.png");background-size:contain;background-repeat:no-repeat}.home-page .main-content .get-started-section .start-guide .guide-item .guide-card .has-pointer{position:relative}.home-page .main-content .get-started-section .start-guide .guide-item .guide-card .has-pointer::after{content:"";position:absolute;left:-20px;bottom:-30px;width:50px;height:60px;background:url("/public/img/template/body/hand.png");background-size:contain;background-repeat:no-repeat}.home-page .main-content .get-started-section .start-btn{width:157px;height:50px;background:#01d676;border-radius:4px;font-weight:600;font-size:15px;color:#1d1d2e;display:inline-block;line-height:50px}.home-page .main-content .benefits-section{text-align:center}.home-page .main-content .benefits-section .title{font-weight:600;font-size:30px;color:#fff;margin-bottom:14px;line-height:129.5%;letter-spacing:-0.03em}@media only screen and (max-width:700px){.home-page .main-content .benefits-section .title{font-size:20px;margin-bottom:15px}}.home-page .main-content .benefits-section .description{font-weight:normal;font-size:15px;color:#65678d;margin-bottom:39px;line-height:129.5%;letter-spacing:-0.03em}@media only screen and (max-width:700px){.home-page .main-content .benefits-section .description{font-size:12px;margin-bottom:20px}}.home-page .main-content .benefits-section .benefits{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:30px}@media only screen and (max-width:1850px){.home-page .main-content .benefits-section .benefits{flex-wrap:wrap;justify-content:center}}@media only screen and (max-width:700px){.home-page .main-content .benefits-section .benefits{gap:10px;flex-direction:column}}.home-page .main-content .benefits-section .benefits .benefit-item{min-width:255px;background:#282942;border-radius:5px;flex-grow:1;flex-shrink:1;flex-basis:255px}.home-page .main-content .benefits-section .benefits .top-benefits{display:inline-flex;gap:30px;width:calc(50% - 15px);min-width:540px}@media only screen and (max-width:700px){.home-page .main-content .benefits-section .benefits .top-benefits{flex-direction:column;width:100%;min-width:unset;gap:10px}}.home-page .main-content .benefits-section .benefits .top-benefits .benefit-item{height:276px;padding:16px 19px 22px 19px}.home-page .main-content .benefits-section .benefits .top-benefits .benefit-item img{max-height:163px;margin-bottom:15px}.home-page .main-content .benefits-section .benefits .top-benefits .benefit-item div{font-size:13px;letter-spacing:-0.03em}.home-page .main-content .benefits-section .benefits .regular-benefit-wrapper{display:flex;gap:30px;flex-direction:column;width:calc(50% - 15px);min-width:540px}@media only screen and (max-width:700px){.home-page .main-content .benefits-section .benefits .regular-benefit-wrapper{width:100%;min-width:unset;gap:10px}}.home-page .main-content .benefits-section .benefits .regular-benefit-wrapper .regular-benefits{display:flex;gap:30px;flex-wrap:nowrap}@media only screen and (max-width:700px){.home-page .main-content .benefits-section .benefits .regular-benefit-wrapper .regular-benefits{gap:10px}}.home-page .main-content .benefits-section .benefits .regular-benefit-wrapper .regular-benefits .benefit-item{height:123px;padding-top:36px}@media only screen and (max-width:700px){.home-page .main-content .benefits-section .benefits .regular-benefit-wrapper .regular-benefits .benefit-item{width:calc(50% - 5px);min-width:50px;gap:10px}}.home-page .main-content .benefits-section .benefits .regular-benefit-wrapper .regular-benefits .benefit-item img{max-height:26px;margin-bottom:10px}.home-page .faq-section{width:100%;background:#1d1e31;padding:60px 0}@media only screen and (max-width:700px){.home-page .faq-section{padding:52px 15px}}.home-page .faq-section .title{font-weight:600;font-size:30px;text-align:center;margin-bottom:35px;letter-spacing:-0.03em}@media only screen and (max-width:700px){.home-page .faq-section .title{font-size:20px;margin-bottom:20px}}.home-page .faq-section .faq-item{width:60%;max-width:1150.8px;margin:0 auto;font-size:14px;cursor:pointer}.home-page .faq-section .faq-item:not(:last-child){margin-bottom:15px}.home-page .faq-section .faq-item.active .question{border-bottom-left-radius:0;border-bottom-right-radius:0}.home-page .faq-section .faq-item.active .question svg{transform:rotate(180deg)}.home-page .faq-section .faq-item.active .answer{max-height:10000px;padding-bottom:20px;padding-top:20px}.home-page .faq-section .faq-item.active .answer video{width:100%;padding:0 40px}@media only screen and (max-width:700px){.home-page .faq-section .faq-item.active .answer video{padding:0}}.home-page .faq-section .faq-item.active .answer .answer-highlights{padding-left:60px;margin-top:50px}@media only screen and (max-width:700px){.home-page .faq-section .faq-item.active .answer .answer-highlights{padding-left:10px}}.home-page .faq-section .faq-item.active .answer .answer-highlights li::before{content:counter(requirements-counter);color:#01d676;position:absolute;left:-45px;top:-15px;font-size:48px;font-weight:bold;text-align:right;width:30px}.home-page .faq-section .faq-item.active .answer .answer-highlights li{position:relative;counter-increment:requirements-counter;list-style:none;margin-left:30px;margin-bottom:20px}.home-page .faq-section .faq-item.active .answer .answer-highlights li h6{color:#01d676;font-weight:bold;font-size:14px}.home-page .faq-section .faq-item>div{padding:15.5px 20px 0 20px}@media only screen and (max-width:700px){.home-page .faq-section .faq-item>div{padding:15.5px 20px 0 18px}}.home-page .faq-section .faq-item .question{min-height:61px;background:rgba(42,43,70,0.4470588235);border-radius:10px;position:relative;padding-top:0;display:flex;align-items:center;gap:20px}.home-page .faq-section .faq-item .answer{background:#1f2034;border-bottom-left-radius:10px;border-bottom-right-radius:10px;max-height:0;padding-bottom:0;padding-top:0;overflow:hidden;transition:padding .4s ease-out;color:rgba(255,255,255,0.8)}.home-page .faq-section .faq-item a{text-decoration:underline;color:#fff;font-weight:700}@media only screen and (max-width:700px){.home-page .faq-section .faq-item{margin-left:0;width:100%}}.home-page .feedback-section{width:100%;padding-bottom:60px;text-align:center}.home-page .feedback-section .homeTestimonials{margin:0}.home-page .feedback-section .homeTestimonials>div{background:transparent !important;padding-bottom:0 !important}.home-page .feedback-section .homeTestimonials .homeTestimonialsHeading{font-weight:600;font-size:30px;margin-bottom:36px}@media only screen and (max-width:700px){.home-page .feedback-section .homeTestimonials .homeTestimonialsHeading{font-size:20px;margin-bottom:15px}}.home-page .banners-section{font-size:0;width:60%;max-width:1150.8px;margin:0 auto;padding-bottom:60px;display:flex;align-items:center}@media only screen and (max-width:700px){.home-page .banners-section{margin-left:0;padding:0 15px 0 15px;width:100%;flex-direction:column}}.home-page .banners-section .banner{font-size:12px;text-align:center;padding-top:5vw;display:inline-block;width:60%;height:21vw;max-height:356px;background:#1d1e31;border-radius:10px;vertical-align:middle;position:relative;overflow:visible}.home-page .banners-section .banner:first-child{width:40%;border:2px solid #01b664;box-shadow:0 4px 25px rgba(0,0,0,0.1);background:url("/public/img/template/body/fallingCoins.png");background-size:cover;background-repeat:no-repeat}.home-page .banners-section .banner:first-child::after{content:"";position:absolute;background:url("/public/img/template/body/bigCoins.png");background-size:contain;background-repeat:no-repeat;background-position-y:bottom;width:40%;height:100%;left:-8%;bottom:-2vw}@media only screen and (max-width:700px){.home-page .banners-section .banner:first-child::after{width:130px;left:calc(50% - 65px);height:100%;z-index:1;bottom:-35px;background-position-y:bottom}}.home-page .banners-section .banner .heading{font-weight:600;font-size:1.05vw;line-height:129.5%;letter-spacing:-0.03em}.home-page .banners-section .banner .title{font-weight:600;font-size:2vw;margin-bottom:2vw;line-height:2.04vw;letter-spacing:-0.03em}.home-page .banners-section .banner .amount{font-weight:600;font-size:5vw;background:linear-gradient(270deg,#f9ebb9 0,#ffbc11 100%);background:-webkit-linear-gradient(270deg,#f9ebb9 0,#ffbc11 100%);text-shadow:0 5px 9px rgba(255,221,103,0.06);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.home-page .banners-section .banner .start-earn-btn{width:49%;background:#01d676;border-radius:4px;font-size:15px;height:50px;font-weight:600;color:#1d1d2e;display:inline-flex;justify-content:center;align-items:center}@media only screen and (max-width:700px){.home-page .banners-section .banner{display:block;width:100%;min-height:207px;height:auto;padding:28px 30px 40px 30px}.home-page .banners-section .banner:first-child{width:100%}.home-page .banners-section .banner:last-child{padding-top:61px}.home-page .banners-section .banner .heading{font-size:20px}.home-page .banners-section .banner .title{font-size:18px;line-height:129.5%;margin-bottom:38px}.home-page .banners-section .banner .amount{font-size:48px}.home-page .banners-section .banner .start-earn-btn{width:208px;height:50px;font-size:14px}}@media only screen and (min-width:1918px){.home-page .banners-section .banner{padding-top:95px}.home-page .banners-section .banner .heading{font-size:20px}.home-page .banners-section .banner .title{font-size:30px}.home-page .banners-section .banner .amount{font-size:96px}.home-page .banners-section .banner button{font-size:15px}}@media only screen and (max-width:2000px){.chatActive .home-page .banners-section .banner .amount{font-size:4.3vw}}.fixed{position:fixed;width:100%;overflow-y:scroll}.free-case-open-btn,header .navigation .free-case-open-btn.nav-item{width:180px;min-width:max-content;height:46px;position:relative;background-image:url("/public/img/rewards/signupBonusBg.png");background-size:cover;border-radius:5px;margin-left:21px;margin-right:21px;white-space:nowrap;display:flex;align-items:center;cursor:pointer}@media only screen and (max-width:1199px){.free-case-open-btn,header .navigation .free-case-open-btn.nav-item{box-sizing:border-box;margin-left:0;margin-right:0}}@media only screen and (min-width:701px){.free-case-open-btn.claimed,header .navigation .free-case-open-btn.nav-item.claimed{width:231px}}.free-case-open-btn.claimed .btn-text div:last-child,header .navigation .free-case-open-btn.nav-item.claimed .btn-text div:last-child{color:#fff}.free-case-open-btn .btn-text,.free-case-open-btn .reg-challange-time,header .navigation .free-case-open-btn.nav-item .btn-text,header .navigation .free-case-open-btn.nav-item .reg-challange-time{display:inline-block}.free-case-open-btn .btn-text,header .navigation .free-case-open-btn.nav-item .btn-text{margin-left:33px}@media only screen and (max-width:1199px){.free-case-open-btn .btn-text,header .navigation .free-case-open-btn.nav-item .btn-text{margin-left:29px}}.free-case-open-btn .btn-text div:first-child,header .navigation .free-case-open-btn.nav-item .btn-text div:first-child{font-weight:bold;font-size:16px;line-height:24px;letter-spacing:.02em;color:#01d676;text-shadow:0 2px 8px rgba(0,0,0,0.25)}@media only screen and (max-width:1199px){.free-case-open-btn .btn-text div:first-child,header .navigation .free-case-open-btn.nav-item .btn-text div:first-child{font-size:13px;line-height:20px}}.free-case-open-btn .btn-text div:last-child,header .navigation .free-case-open-btn.nav-item .btn-text div:last-child{font-weight:500;font-size:12px;line-height:18px;letter-spacing:.02em;color:#8caa98;text-shadow:0 2px 8px rgba(0,0,0,0.25)}.free-case-open-btn .btn-text div:last-child span,header .navigation .free-case-open-btn.nav-item .btn-text div:last-child span{color:#fff}@media only screen and (max-width:1199px){.free-case-open-btn .btn-text div:last-child,header .navigation .free-case-open-btn.nav-item .btn-text div:last-child{font-size:9.7px;line-height:15px}}.free-case-open-btn .reg-challange-time-block,header .navigation .free-case-open-btn.nav-item .reg-challange-time-block{width:51px;height:100%;vertical-align:top;background:rgba(72,76,109,0.5);box-shadow:inset 4px 0 14px rgba(0,0,0,0.15);text-align:left;font-weight:600;font-size:12px;line-height:18px;letter-spacing:.02em;color:#fff;display:inline-flex;align-items:center;border-top-right-radius:5px;border-bottom-right-radius:5px}@media only screen and (max-width:1199px){.free-case-open-btn .reg-challange-time-block,header .navigation .free-case-open-btn.nav-item .reg-challange-time-block{display:inline-flex;width:41px;font-size:9.7px;line-height:14px;justify-content:center}}.free-case-open-btn .reg-challange-time-block .reg-challange-time,header .navigation .free-case-open-btn.nav-item .reg-challange-time-block .reg-challange-time{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin-top:1px}.free-case-open-btn .reg-challange-time-block .reg-challange-time>span span,header .navigation .free-case-open-btn.nav-item .reg-challange-time-block .reg-challange-time>span span{color:#01d676}@media only screen and (min-width:1200px) and (max-width:1300px){.free-case-open-btn.claimed,header .navigation .free-case-open-btn.nav-item.claimed{width:205px}.free-case-open-btn .btn-text,header .navigation .free-case-open-btn.nav-item .btn-text{margin-left:27px}}@media only screen and (max-width:1199px){.free-case-open-btn,header .navigation .free-case-open-btn.nav-item{width:100%;min-width:100%;height:48px}}@keyframes mobile-loader{0%{width:0}25%{width:40%}50%{width:60%}80%{width:90%}100%{width:98%}}.mobile-landing-loader{width:100%;height:100%;background-color:#242438;position:fixed;top:0;left:0;z-index:100}.mobile-landing-loader.dark{background-color:#141523}.mobile-landing-loader .mobile-loader-bg-effect{position:absolute;top:0;left:0;width:100%;height:100%}@media(min-height:600px){.mobile-landing-loader .mobile-loader-bg-effect{transform:scale(2)}}.mobile-landing-loader .mobile-loader-logo{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:65%;height:50px;max-width:320px;font-size:0}.mobile-landing-loader .mobile-loader-logo svg{height:100%}.mobile-landing-loader .mobile-loader-logo svg:first-child{width:18%;margin-right:5px}.mobile-landing-loader .mobile-loader-logo svg:last-child{width:78%}.mobile-landing-loader .mobile-loader-progress{position:absolute;left:calc(50% - 78px);top:calc(50% + 45px);width:156px;height:3px;background:#616176;box-shadow:0 1px 4px rgba(0,0,0,0.1);border-radius:21px}.mobile-landing-loader .mobile-loader-progress .mobile-loader-progress-line{position:absolute;height:100%;width:0;left:0;top:0;animation-name:mobile-loader;animation-duration:1s;animation-iteration-count:1;animation-fill-mode:forwards;background:#01d676;box-shadow:0 1px 4px rgba(1,214,118,0.2);border-radius:21px;transition:.3s}.mobile-landing-loader .mobile-loader-progress .mobile-loader-progress-line.full{width:100%}body.mobile-onboarding-page .topEarnFeed,body.mobile-onboarding-page .main,body.mobile-onboarding-page header,body.mobile-onboarding-page footer,body.mobile-onboarding-page .mobile-navigation,body.mobile-onboarding-page #react-bottom-nav-lite,body.mobile-onboarding-page #react-bottom-nav-ios{display:none}.mobile-onboarding{position:absolute;top:0;left:0;height:100%;min-height:100vh;min-height:calc(var(--vh, 1vh) * 100);width:100%;background:linear-gradient(360deg,rgba(74,79,117,0.1) -61.96%,rgba(1,214,118,0.1) -18.07%,rgba(74,79,117,0.1) 93.09%),#242438;z-index:99;text-align:center;font-family:Poppins;overflow-y:auto;overflow-x:hidden}.mobile-onboarding::before{content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:linear-gradient(360deg,rgba(74,79,117,0.1) -61.96%,rgba(1,214,118,0.1) -18.07%,rgba(74,79,117,0.1) 93.09%),linear-gradient(180deg,rgba(36,36,56,0) 0,rgba(36,36,56,0.88) 100%)}.mobile-onboarding .invisible{position:absolute;top:-900px}.mobile-onboarding .logo{margin:66px auto 25px auto;width:65%;height:50px;max-width:320px;font-size:0}@media only screen and (min-width:701px){.mobile-onboarding .logo{height:63px;max-width:unset}}.mobile-onboarding .logo svg{height:100%}.mobile-onboarding .logo svg:first-child{width:18%;margin-right:5px}.mobile-onboarding .logo svg:last-child{width:78%}.mobile-onboarding .heading .title{font-weight:bold;font-size:18px;color:#fff;margin-bottom:16px}.mobile-onboarding .heading .title span{color:#01d676}@media only screen and (min-width:701px){.mobile-onboarding .heading .title{font-size:30px}}.mobile-onboarding .heading .description{font-weight:500;font-size:12px;line-height:18px;color:#afb1d1;max-width:87%;margin:0 auto}@media only screen and (min-width:701px){.mobile-onboarding .heading .description{font-size:15px}}.mobile-onboarding .trustpilot-container{position:absolute;bottom:0;left:0;width:100%}.mobile-onboarding .trustpilot-container a{display:block}.mobile-onboarding .trustpilot-container a:last-child{display:block;font-size:12px;line-height:25px;color:#fff}@media only screen and (min-width:701px){.mobile-onboarding .trustpilot-container a:last-child{font-size:15px}}.mobile-onboarding .trustpilot-container a:last-child img{width:71px;vertical-align:text-bottom}@media only screen and (min-width:701px){.mobile-onboarding .trustpilot-container a:last-child img{width:90px;vertical-align:sub}}.mobile-onboarding .sub-slider{margin-bottom:15px}.mobile-onboarding .sub-slider .heading-pagination .heading-page-nav{width:50px;height:3px;background:rgba(255,255,255,0.5);box-shadow:0 1px 4px rgba(0,0,0,0.1);backdrop-filter:blur(12px);border-radius:21px;display:inline-block}.mobile-onboarding .sub-slider .heading-pagination .heading-page-nav.active{background:#01d676;box-shadow:0 1px 4px rgba(1,214,118,0.2)}.mobile-onboarding .sub-slider .heading-pagination .heading-page-nav:not(:last-child){margin-right:10px}.mobile-onboarding .info-content{position:relative;height:calc(100vh - 366px);height:calc(var(--vh, 1vh) * 100 - 366px);margin:0 auto 15px auto;width:260px}@media only screen and (min-width:701px){.mobile-onboarding .info-content{width:65%}}.mobile-onboarding .info-content .terms-info{position:absolute;bottom:0;margin:0;font-size:12px}.mobile-onboarding .info-content .terms-info a{color:#01d676}.mobile-onboarding .sub-slider .info-content{height:calc(100vh - 342px);height:calc(var(--vh, 1vh) * 100 - 342px)}.mobile-onboarding .forgot-pass-page .info-content{height:calc(100vh - 307px);height:calc(var(--vh, 1vh) * 100 - 307px)}.mobile-onboarding .reset-pass-page .info-content{height:calc(100vh - 425px);height:calc(var(--vh, 1vh) * 100 - 425px)}.mobile-onboarding .onb-btn{width:280px;height:50px;background:#3a4f54;box-shadow:inset 0 1.28205px 0 #577375;border-radius:5px;display:flex;justify-content:center;align-items:center;margin:0 auto}.mobile-onboarding .onb-btn.green-btn{background:#01d676;box-shadow:inset 0 1.28205px 0 #00ffc2}.mobile-onboarding .onb-btn:not(:last-child){margin-bottom:10px}.mobile-onboarding .onb-btn svg{margin-right:5px}.mobile-onboarding .onb-btn span{font-weight:600;font-size:12.8205px;color:#fff}@media only screen and (min-width:701px){.mobile-onboarding .onb-btn{width:90%}.mobile-onboarding .onb-btn span{font-size:15px}}.mobile-onboarding .forgot-pass{font-weight:400;font-size:10px;color:#7f8c90}.mobile-onboarding .main-slider .swiper-slide .signup-input,.mobile-onboarding .main-slider .swiper-slide .signin-input{width:280px;height:50px;top:493px;text-align:center;background:#2f3043;box-shadow:inset 0 -2px 0 #577375;border-radius:10px;font-weight:600;font-size:12.8205px;line-height:19px;color:#ccd}@media only screen and (min-width:701px){.mobile-onboarding .main-slider .swiper-slide .signup-input,.mobile-onboarding .main-slider .swiper-slide .signin-input{width:90%;font-size:15px}}.mobile-onboarding .main-slider .swiper-slide .signup-input::placeholder,.mobile-onboarding .main-slider .swiper-slide .signin-input::placeholder{color:rgba(255,255,255,0.35);opacity:1}.mobile-onboarding .main-slider .swiper-slide .signup-input:-ms-input-placeholder,.mobile-onboarding .main-slider .swiper-slide .signin-input:-ms-input-placeholder{color:rgba(255,255,255,0.35)}.mobile-onboarding .main-slider .swiper-slide .signup-input::-ms-input-placeholder,.mobile-onboarding .main-slider .swiper-slide .signin-input::-ms-input-placeholder{color:rgba(255,255,255,0.35)}.mobile-onboarding .main-slider .swiper-slide .signup-input+span,.mobile-onboarding .main-slider .swiper-slide .signin-input+span{display:none}.mobile-onboarding .main-slider .swiper-slide .signup-input.invalid,.mobile-onboarding .main-slider .swiper-slide .signup-input.invalid:focus,.mobile-onboarding .main-slider .swiper-slide .signin-input.invalid,.mobile-onboarding .main-slider .swiper-slide .signin-input.invalid:focus{border-bottom:1px solid #f44336 !important;-webkit-box-shadow:0 1px 0 0 #f44336 !important;box-shadow:0 1px 0 0 #f44336 !important}.mobile-onboarding .main-slider .swiper-slide .signup-input.invalid+span,.mobile-onboarding .main-slider .swiper-slide .signup-input.invalid:focus+span,.mobile-onboarding .main-slider .swiper-slide .signin-input.invalid+span,.mobile-onboarding .main-slider .swiper-slide .signin-input.invalid:focus+span{display:block;color:#f44336;font-size:12px}.mobile-onboarding .bg-slider{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2}.mobile-onboarding .bg-slider .swiper-slide img{position:absolute;left:7%;bottom:70px;height:60%}@media only screen and (min-width:701px){.mobile-onboarding .bg-slider .swiper-slide img{right:-30%;top:40%;width:100%;height:auto;left:unset;bottom:unset}}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-3px,0,0)}40%,60%{transform:translate3d(3px,0,0)}}:root{--header-height:66px}@media only screen and (max-width:700px){:root{--header-height:65px}}@media only screen and (max-width:700px){.notFixed:not(.is-logged-in){position:relative !important}}.site-header{height:var(--header-height);width:100%;font-family:"Poppins";display:flex;align-items:center;flex-direction:row;position:fixed;top:0;left:0;transition:.3s;z-index:21;background:#1d1e30;justify-content:space-between;transform:translateZ(0);will-change:justify-content;backface-visibility:hidden;border-bottom:1px solid #252539}@media only screen and (min-width:701px){.site-header{justify-content:unset}}.site-header .header-logo-container{width:220px;display:flex;align-items:center}.site-header .route-back{width:var(--route-back-width)}.site-header .logo,.site-header .navigation,.site-header .account{display:inline-flex;flex-direction:row;align-items:center;position:relative}.site-header .left-menu-icon{position:relative;z-index:6;margin-left:10px;margin-right:10px;padding:5px 10px;display:none;width:40px;height:27px;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer}.site-header .left-menu-icon span{display:block;position:absolute;height:2px;width:20px;background:rgba(163,163,194,0.8);border-top:1px solid #606075;opacity:1;left:10px;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}.site-header .left-menu-icon span:nth-child(1){top:5px}.site-header .left-menu-icon span:nth-child(2){top:12px;width:12px}.site-header .left-menu-icon span:nth-child(3){top:19px}.site-header .left-menu-icon.open span:nth-child(1){top:7px;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}.site-header .left-menu-icon.open span:nth-child(2){opacity:0;left:-20px}.site-header .left-menu-icon.open span:nth-child(3){top:7px;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg)}@media only screen and (max-width:1199px){.site-header .left-menu-icon{display:inline-block}}.site-header .logo{position:relative;z-index:6;margin-left:18px;font-size:2px}@media only screen and (max-width:1199px){.site-header .logo{margin-left:9px}}@media only screen and (max-width:700px){.site-header .logo-text{display:none}}@media only screen and (max-width:700px){.site-header .logo{margin-left:24px;z-index:0}}.site-header .logo svg{margin-right:2px}.site-header .logo img{height:40px;position:relative}.site-header .logo img:first-child{z-index:2}.site-header .logo img:last-child{left:-18px}@media only screen and (min-width:701px) and (max-width:1199px){.site-header .logo img{height:33px}.site-header .logo img:last-child{left:-13px}}.site-header .navigation{position:relative;left:30px}@media only screen and (max-width:700px){.site-header .navigation{display:none}}@media only screen and (max-width:1199px){.site-header .navigation{display:none}}.site-header .navigation .nav-item{margin-right:30px;display:inline-block;line-height:14px;cursor:pointer}@media only screen and (min-width:701px) and (max-width:1300px){.site-header .navigation .nav-item{margin-right:15px}}.site-header .navigation .nav-item svg{margin-right:7px;-webkit-transition:-webkit-transform .5s;transition:transform .5s;max-width:22px;max-height:24px}.site-header .navigation .nav-item>span{font-weight:500;font-size:14px;line-height:14px;letter-spacing:.01em;color:#787ead;vertical-align:super}.site-header .navigation .nav-item.active span,.site-header .navigation .nav-item.active svg{color:#01d676;fill:#01d676}.site-header .navigation .nav-item:hover svg.animate{-webkit-transform:rotate(360deg);transform:rotate(360deg)}.site-header .navigation .nav-item.nav-leaderboard{position:relative}.site-header .navigation .nav-item.nav-leaderboard span:last-child{position:absolute;top:-13px;right:-10px;padding:0 6px;width:fit-content;height:14px;background:#1c5c4f;border-radius:5px;display:inline-block;text-align:center;font-weight:500;font-size:8.5px;line-height:14px;color:#01ff97}.site-header .navigation .nav-item.nav-rewards{position:relative;background:rgba(255,212,103,0.1);border-radius:5px;padding:0 21px;height:50px;width:128px;line-height:50px;text-align:left}.site-header .navigation .nav-item.nav-rewards span:first-child{font-weight:500;font-size:14px;line-height:14px;letter-spacing:.01em;color:#fac401;vertical-align:baseline}.site-header .navigation .nav-item.nav-rewards span:last-child{position:absolute;top:7px;right:11px;font-weight:bold;font-size:10px;line-height:14px;letter-spacing:.01em;color:#fac401}.site-header .navigation .nav-item.nav-referral{margin-right:0;cursor:pointer;display:flex}@media only screen and (max-width:1399px){.site-header .navigation .nav-item.nav-referral{display:none}}.site-header .navigation .nav-item.nav-easter{margin-right:30px}.site-header .account{margin-right:60px}@media only screen and (min-width:701px){.site-header .account{margin-left:auto}}@media only screen and (max-width:1199px){.site-header .account{margin-right:15px}}.site-header .account .account-item{margin-left:20px}@media only screen and (max-width:700px){.site-header .account .account-item{margin-left:10px}}.site-header .account .login-btn,.site-header .account .register-btn{padding:0 20px;text-align:left;background:#33334c;border-radius:4px;height:50px;line-height:50px;white-space:nowrap;color:white !important}.site-header .account .login-btn span,.site-header .account .register-btn span{font-weight:600;font-size:12px}.site-header .account .login-btn svg,.site-header .account .register-btn svg{vertical-align:middle;margin-right:8px}@media only screen and (max-width:700px){.site-header .account .login-btn,.site-header .account .register-btn{padding:0 10px 0 10px;height:39px;line-height:39px}.site-header .account .login-btn span,.site-header .account .register-btn span{font-size:10px}.site-header .account .login-btn svg,.site-header .account .register-btn svg{margin-right:6px}}.site-header .account .register-btn{background:#01d676}.site-header .account .register-btn svg{fill:#fff}.site-header .account .notifications-bell{position:relative;width:16px;height:16px;cursor:pointer;color:#a9a9ca;display:none;margin-left:20px}.site-header .account .notifications-bell.show{display:block}@media only screen and (max-width:700px){.site-header .account .notifications-bell.show{display:none}}@media only screen and (max-width:700px){.site-header .account .notifications-bell{display:none}}.site-header .account .notifications-bell svg{width:100%;height:100%}.site-header .account .notifications-bell .notifications-counter{position:absolute;left:11.35px;width:16px;height:16px;background:#ff4040;box-sizing:border-box;border-radius:50%;color:white;text-align:center;top:-9px;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:12px;line-height:165%}.site-header .account .user-box{height:53px;padding:7px 10px;background-color:#33334c;border-radius:4px;display:flex;align-items:center}.site-header .account .user-box .profile-btn{cursor:pointer;margin-right:10px}.site-header .account .user-box .profile-btn svg{width:12px;height:9px}.site-header .account .user-box .profile-link{width:34px;height:34px;position:relative;top:1px;margin-right:10px}.site-header .account .user-box .avatar{width:100%;height:100%;display:inline-block;border-radius:4px}.site-header .account .user-box .user-info{display:block;text-align:left;float:right;width:86px}.site-header .account .user-box .user-info .username{font-weight:600;font-size:12px;line-height:normal;color:#fff;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.site-header .logo-subtitle{font-size:26px;color:white;padding-left:12px;font-style:italic}@media only screen and (max-width:700px){.site-header .logo-subtitle{display:none}}.site-header .logo-subtitle-profiler{font-size:26px;color:white;font-style:italic}@media only screen and (max-width:700px){.site-header .logo-subtitle-profiler{font-size:20px}}.site-header .logo-go-back{padding-right:32px}@media only screen and (max-width:700px){.site-header .logo-go-back{display:none}}@media only screen and (min-width:1200px){.header-logo-container-onboarding{padding-right:280px !important;padding-left:260px !important}}.site-header-onboarding{background:#141523 !important}.user-balance-skeleton{width:100px;height:40px;border-radius:10px}.streak-container{display:flex;gap:12px}.nav-referral{position:relative;background:linear-gradient(90deg,#396afc 0,#2948ff 100%);border-radius:7px;width:180px;min-width:180px;height:50px;margin-right:0;cursor:pointer;display:flex;justify-content:flex-start;align-items:center;padding:21px}.nav-referral:hover{transform:scale(1.02)}.nav-referral:hover::before{opacity:.3;z-index:-1}.nav-referral::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("/public/img/buttons/shiningBg.png");background-size:cover;opacity:.2;border-radius:7px;z-index:0;overflow:hidden}.nav-referral svg{position:relative;margin-right:7px;-webkit-transition:-webkit-transform .5s;transition:transform .5s;max-width:22px;max-height:24px}.nav-referral .btn-text{position:relative;margin-left:10px}.nav-referral .btn-text span{display:block}.nav-referral .btn-text span:first-child{font-weight:700;font-size:14px;color:#fff}.nav-referral .btn-text span:last-child{font-weight:700;font-size:10px;color:#fff}@media only screen and (min-width:1200px) and (max-width:1399px){.chatActive .user-menu{margin-left:8px}}.user-menu .dropdown-toggle{height:40px;background:#2f3043;border-radius:6px;padding:6px 16px 6px 6px;display:flex;align-items:center;box-shadow:none}.user-menu .dropdown-toggle:after{display:none}.user-menu .user-menu-username{margin-right:12px;font-weight:500;font-size:14px;line-height:160%;color:#a9a9ca;max-width:100px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media only screen and (max-width:700px){.user-menu .user-menu-username{display:none}}.user-menu .user-menu-avatar,.user-menu .user-menu-avatar img{width:28px;height:28px;border-radius:50%;margin-right:8px}.user-menu .user-menu-toggle-arrow{display:flex;align-items:center;color:#a9a9ca}.user-menu .user-menu-item,.user-menu .user-menu-item a{font-style:normal;font-weight:500;font-size:14px;line-height:160%;color:#a9a9ca}.user-menu .user-menu-item:not(:last-child):not(.user-menu-item-no-margin){margin-bottom:10px}.user-menu .user-menu-item:not(.user-menu-item-separator):hover{opacity:.8}.user-menu .user-menu-item a{display:flex;align-items:center;padding:10px 4px}.user-menu .user-menu-item-icon{margin-right:13px;width:15px;height:15px;display:flex;align-items:center;justify-content:center}.user-menu .user-menu-item-separator{height:1px;background:#a9a9ca;opacity:.1;margin-top:20px;margin-bottom:20px !important}.user-menu .user-menu-item-switcher{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:10px 0}.user-menu .dropdown-menu{background:rgba(51,51,77,0.98);box-shadow:0 0 16px rgba(20,21,35,0.2);border-radius:6px;padding:20px 16px;min-width:224px;margin-top:8px !important}.user-menu .user-menu-dropdown-btn-skeleton{width:160px;height:40px;border-radius:.375rem}@media only screen and (max-width:700px){.user-menu .user-menu-dropdown-btn-skeleton{width:66px}}@media only screen and (max-width:700px){.site-header--lite:not(.is-logged-in) .header-logo-container{justify-content:left;width:100%}}.site-header--lite .header-logo-container{justify-content:flex-end}@media only screen and (max-width:1399px){.chatActive .site-header--lite .header-logo-container{width:unset;justify-content:unset}.chatActive .site-header--lite .header-logo-container .logo-text{display:none}}@media only screen and (max-width:1199px){.site-header--lite .header-logo-container{justify-content:flex-start}}.site-header--lite .left-items{display:flex;align-items:center;gap:20px;margin-left:32px;border-left:1px solid #2e2f44;padding-left:32px}@media only screen and (max-width:1399px){.chatActive .site-header--lite .left-items{padding-left:0;margin-left:0;gap:0}}@media only screen and (max-width:1199px){.site-header--lite .left-items{display:none}}.site-header--lite .left-items a:not(.chakra-link){color:var(--gray-200);font-weight:bold;font-size:14px;height:var(--header-height);display:flex;gap:10px;align-items:center}.site-header--lite .left-items svg{display:block;width:24px;height:24px}.site-header--lite .left-items li.active{position:relative}.site-header--lite .left-items li.active::after{content:"";position:absolute;bottom:0;left:-5px;right:-5px;height:2px;background-color:#01d676}.site-header--lite .left-items li.active a{color:#fff}.site-header--lite .left-items li.active svg{color:#01d676}@media only screen and (max-width:700px){.site-header--lite .account{display:block}}:root{--bottom-nav-height:74px}.mobile-navigation{position:fixed;z-index:20;left:0;bottom:0;display:none;align-items:center;flex-direction:row;background:#141523;width:100%;justify-content:space-between;padding:0 60px;overflow-y:visible;border-top:1px solid #1e1e2e}@media only screen and (min-width:1200px){.mobile-navigation{display:none !important}}@media only screen and (max-width:1199px){.mobile-navigation{display:flex;padding:0 20px}}@media only screen and (max-width:700px){.mobile-navigation{padding:0;gap:5px;bottom:-1px}}.mobile-navigation.--lite{bottom:-2px}.mobile-navigation.--lite .nav-item.active{position:relative;background:radial-gradient(#003330,transparent)}.mobile-navigation.--lite .nav-item.active::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background-color:#01d676}.mobile-navigation .nav-item{display:inline-flex;flex-direction:column;align-items:center;height:var(--bottom-nav-height);padding-top:15px;position:relative;top:0;transition:.3s;flex:1}.mobile-navigation .nav-item svg,.mobile-navigation .nav-item i{height:24px;width:24px;fill:#7d7d9e;color:#7d7d9e;font-size:22px;margin-bottom:4px;text-align:center;line-height:32px}.mobile-navigation .nav-item span{font-weight:400;font-size:10px;line-height:165%;text-align:center;color:#7d7d9e}.mobile-navigation .nav-item.bottom-navigation-open-menu{display:flex;height:100%;padding:0;align-items:center;justify-content:center}.mobile-navigation .nav-item.bottom-navigation-open-menu svg{margin-bottom:0}.mobile-navigation .nav-item.highlighted{top:-10px;max-height:67px;max-width:73px;padding-top:12px;background:#1e1e2e;border-radius:4px;border:.6px solid #141523}.mobile-navigation .nav-item.highlighted span{color:#7d7d9e;text-shadow:0 0 4px rgba(0,0,0,0.25);font-weight:500}.mobile-navigation .nav-item.active span{color:#01d676}.mobile-navigation .nav-item.active svg,.mobile-navigation .nav-item.active i{color:#01d676;fill:#01d676}.mobile-navigation .nav-item.highlighted.active{background:linear-gradient(180deg,#01d676 0,#007e45 100%)}.mobile-navigation .nav-item.highlighted.active span,.mobile-navigation .nav-item.highlighted.active svg,.mobile-navigation .nav-item.highlighted.active i{fill:#fff;color:#fff}#react-bottom-nav-lite{overflow:hidden}#react-bottom-nav-lite .bottom-nav-skeleton{position:fixed;z-index:20;left:0;bottom:0;background:#141523;width:100%;border-top:1px solid #1e1e2e;display:flex;align-items:center;justify-content:space-between;gap:5px}@media only screen and (min-width:1200px){#react-bottom-nav-lite .bottom-nav-skeleton{display:none}}#react-bottom-nav-lite .bottom-nav-skeleton .nav-item-skeleton{display:inline-flex;flex-direction:column;align-items:center;gap:4px;width:100%;height:var(--bottom-nav-height);padding-top:15px}#react-bottom-nav-lite .bottom-nav-skeleton .nav-item-skeleton span:first-child{width:24px;height:24px}#react-bottom-nav-lite .bottom-nav-skeleton .nav-item-skeleton span:last-child{width:42px;height:10px}@keyframes apear{from{opacity:0}to{opacity:1}}.left-navigation{font-family:Poppins;position:fixed;top:0;left:-300px;background:#25253a;box-shadow:0 4px 51px rgba(0,0,0,0.25);width:227px;height:100vh;z-index:6;-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;display:flex;flex-direction:column;justify-content:space-between;padding:0 24px}@media only screen and (max-width:1199px){.left-navigation{justify-content:flex-start;padding-bottom:80px}}.left-navigation .bg-layer{content:"";position:fixed;left:-100%;top:0;width:calc(100% - 227px);height:100%;background:rgba(22,22,33,0.9);opacity:0}.left-navigation.open{left:0}.left-navigation.open .bg-layer{left:227px;animation-name:apear;animation-delay:.25s;animation-fill-mode:forwards}.left-navigation .left-nav-header{height:65px;min-height:65px;align-items:center;display:none;justify-content:center}@media only screen and (max-width:1199px){.left-navigation .left-nav-header{display:flex}}.left-navigation .left-nav-header .logo{display:inline-flex;margin:0}.left-navigation .left-nav-header .logo svg{display:inline-block}.left-navigation .left-nav-header .logo img{position:relative;height:33px}.left-navigation .left-nav-header .logo img:first-child{z-index:2}.left-navigation .left-nav-header .logo img:last-child{left:-14px}.left-navigation .top-section,.left-navigation .bottom-section{display:flex;flex-direction:column;gap:5px}.left-navigation .top-section{margin-top:80px}@media only screen and (max-width:1199px){.left-navigation .top-section{margin-top:15px}}.left-navigation .bottom-section{margin-bottom:17px}@media only screen and (max-width:1199px){.left-navigation .bottom-section{margin-top:auto}}.left-navigation .left-menu-item{position:relative;padding:12px 0;display:flex;align-items:center;gap:11px;color:#a9a9ca;font-weight:500;font-size:14px;line-height:160%}.left-navigation .left-menu-item svg{width:20px;height:20px}.left-navigation .left-menu-item.nav-rewards span{color:#ffc800}.left-navigation .left-menu-item.nav-rewards svg:last-child{position:absolute;left:103px;top:12px;width:12px;height:5px}.left-navigation .left-menu-item.nav-referral{position:relative;background:linear-gradient(90deg,#396afc 0,#2948ff 100%);border-radius:7px;width:187px;height:50px;cursor:pointer;display:flex;justify-content:flex-start;align-items:center;padding:21px}.left-navigation .left-menu-item.nav-referral:hover{transform:scale(1.02)}.left-navigation .left-menu-item.nav-referral:hover::before{opacity:.3;z-index:-1}.left-navigation .left-menu-item.nav-referral::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("/public/img/buttons/shiningBg.png");background-size:cover;opacity:.2;border-radius:7px;z-index:0;overflow:hidden}.left-navigation .left-menu-item.nav-referral svg{position:relative}.left-navigation .left-menu-item.nav-referral .btn-text{position:relative;margin-left:10px}.left-navigation .left-menu-item.nav-referral .btn-text span{display:block}.left-navigation .left-menu-item.nav-referral .btn-text span:first-child{font-weight:700;font-size:14px;color:#fff}.left-navigation .left-menu-item.nav-referral .btn-text span:last-child{font-weight:700;font-size:10px;color:#fff}.left-navigation .left-menu-item.nav-easter{flex-shrink:0;width:180px;min-width:180px;background-size:contain}@media only screen and (min-width:701px) and (max-width:1199px){.left-navigation .left-menu-item.nav-logout{bottom:20px}}.left-navigation .free-case-open-btn{margin-left:0}:root{--footer-logo-height:28px}@media only screen and (max-width:700px){body:not([data-page=myprofile]) #new-footer.footer-new-profile{padding-bottom:72px}body:not([data-page=myprofile]) #new-footer.footer-new-profile .footer-container{display:none !important}}.footer-placeholder-ios{height:70px}.languageSelectorDropdownContainer{font-family:Poppins;font-style:normal;font-weight:normal;font-size:14px;line-height:23px;color:#9397dc;display:inline-block;vertical-align:middle}.languageSelectorDropdownContainer .dropdown-trigger{position:relative;top:15px;cursor:pointer}.languageSelectorDropdownContainer .chevron{color:#9397dc;opacity:.4;transform:rotate(90deg)}.languageSelectorDropdownContainer .dropdown-menu{margin-bottom:15px}.languageSelectorDropdownContainer .languageSelectorDropdown{background:#333853;border-radius:3px}.languageSelectorDropdownContainer .languageSelectorDropdown .menuItems{width:207px;background:#333853;max-height:215px;height:auto;padding:5px 12px;overflow-y:auto;overflow-x:hidden}@media only screen and (max-width:700px){.languageSelectorDropdownContainer .languageSelectorDropdown .menuItems{width:170px;max-height:150px;height:auto}}.languageSelectorDropdownContainer .languageSelectorDropdown .menuItems>li{display:flex;align-items:center;text-align:left;vertical-align:middle;padding:8px}.languageSelectorDropdownContainer .languageSelectorDropdown .menuItems>li .languageText{color:#9397dc;padding-left:5px}.languageSelectorDropdownContainer .languageSelectorDropdown .menuItems>li:hover,.languageSelectorDropdownContainer .languageSelectorDropdown .menuItems>li.active{background:#404769;border-radius:5px;cursor:pointer}.languageSelectorDropdownContainer .languageSelectorDropdown .menuItems>li.active{pointer-events:none;opacity:.9}.languageSelectorDropdownContainer .languageSelectorDropdown:before{position:absolute;border-radius:2px;right:57%;bottom:-5px;width:10px;height:10px;content:"";display:block;background-color:#333853;transform:rotate(134deg)}@media only screen and (max-width:700px){.languageSelectorDropdownContainer .languageSelectorDropdown:before{right:82px}}.languageSelectorDropdownContainer ::-webkit-scrollbar{width:5px;background:#01d676;box-shadow:0 0 16px rgba(68,95,83,0.2),inset 0 1px 0 #00ffc2;border-radius:0 2px 2px 0}.languageSelectorDropdownContainer ::-webkit-scrollbar-track{background:#414261;margin-right:10px;width:2px}.languageSelectorDropdownContainer ::-webkit-scrollbar-thumb{background:#01d676;background-repeat:no-repeat;background-size:5px;background-position:center}.languageSelectorDropdownContainer ::-webkit-scrollbar-thumb:hover{background:#01d676}.languageSelectorDropdownContainer .selectedLanguage{display:flex;align-items:center}.languageSelectorDropdownContainer .languageImage{width:20px;height:20px;margin-right:5px;border-radius:40px}.languageSelectorDropdownContainer .languageText{color:#9397dc;font-size:15px;font-weight:500;line-height:25px;height:24px}.languageSelectorDropdownContainer .languageDropdownLabel{font-weight:600;font-size:18px;color:#545683;margin-bottom:3px}.giveaway-btn{position:relative;width:190px;height:50px;background:url("/public/img/giveaway/btn-bg.png");border-radius:4px;min-width:190px}.giveaway-btn.left-menu-item{flex-shrink:0;width:180px;height:47px;min-width:180px;background-size:contain;background-repeat:no-repeat}.giveaway-page{position:relative;padding:45px 15px 235px 15px;background:url("/public/img/giveaway/bg.png");background-size:cover;background-repeat:no-repeat;z-index:0}@media only screen and (max-width:700px){.giveaway-page{padding:25px 15px 215px 15px}}.giveaway-page::before{content:"";position:absolute;top:-11px;left:0;width:100%;height:100%;background:url("/public/img/giveaway/top-coins.png");background-size:contain;background-position-y:top;background-repeat:no-repeat;z-index:1}.giveaway-page::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:url("/public/img/giveaway/bottom-coins2.png");background-size:contain;background-position-y:bottom;background-repeat:no-repeat;z-index:0}.giveaway-page .giveaway-heading{margin:0 auto;width:40%}@media only screen and (max-width:700px){.giveaway-page .giveaway-heading{width:90%}}.giveaway-page .giveaway-heading img{width:100%}.generic-infobox{padding:4px 10px;display:inline-flex;align-items:center;gap:20px;border-radius:5px}.generic-infobox--reversed{flex-direction:row-reverse}.generic-infobox[data-theme=warning]{background-color:#393740;fill:rgba(250,196,1,0.0901960784)}.generic-infobox[data-theme=error]{background-color:#f44336;fill:rgba(250,196,1,0.0901960784)}.generic-infobox[data-theme=info]{background-color:#58ace6;fill:rgba(250,196,1,0.0901960784)}.generic-infobox[data-theme=profilemuted]{background-color:#d63964;fill:white}.generic-infobox[data-theme=muted]{color:#a8aac9}.theme_turquoise{--cc-bg:#1d1d2e;--cc-text:#d8e5ea;--cc-btn-primary-bg:#01d676;--cc-btn-primary-text:#000;--cc-btn-primary-hover-bg:#05b867;--cc-btn-secondary-bg:#30314c;--cc-btn-secondary-text:var(--cc-text);--cc-btn-secondary-hover-bg:#25253b;--cc-toggle-bg-off:#383957;--cc-toggle-bg-on:var(--cc-btn-primary-bg);--cc-toggle-bg-readonly:#1d1d2e;--cc-toggle-knob-bg:var(--cc-cookie-category-block-bg);--cc-toggle-knob-icon-color:var(--cc-bg);--cc-cookie-category-block-bg:#26263b;--cc-cookie-category-block-bg-hover:#1f1f30;--cc-section-border:#222a30;--cc-block-text:#bac9cf;--cc-cookie-table-border:#2b3035;--cc-overlay-bg:rgba(4,6,8,0.85);--cc-webkit-scrollbar-bg:#2c343a;--cc-webkit-scrollbar-bg-hover:#384148}.theme_turquoise .cc_div a{color:var(--cc-btn-primary-bg)}.theme_turquoise #cc_div #s-hdr{border-bottom:0}.theme_turquoise .cc_div #c-txt{color:#b0b8c6 !important}.theme_turquoise .cc_div [type=checkbox]:checked:disabled+span:before{border-right:unset;border-bottom:unset}.theme_turquoise .cc_div .cc_div .b-tg .c-tgl ~ .c-tg:after{transform:unset !important}.theme_turquoise .cc_div [type=checkbox]:not(.filled-in)+span:not(.lever):after{border:0;border-radius:100%;position:relative;margin-top:0;top:.125em;left:.125em;width:1.25em;height:1.25em;transition:transform .25s ease}.theme_turquoise .cc_div .cc_div .b-tg .c-tgl:checked ~ .c-tg:after{transform:translateX(1.9em)}.theme_turquoise .cc_div [type=checkbox]+span:not(.lever):before{content:none}.theme_turquoise .cc_div [type=checkbox]+span:not(.lever){padding-left:0;display:block;line-height:1.2;font-size:1em}.filter-dropdown{background-color:#35354e;box-shadow:0 4px 115px rgba(0,0,0,0.02);padding:6px !important;max-height:300px;height:auto;overflow-y:auto}.filter-dropdown>li{min-height:auto;display:flex;align-items:center;text-align:left}.filter-dropdown>li a,.filter-dropdown>li span{color:hsl(240,14%,50%) !important;font-weight:500;font-size:13px;padding:0;display:inline-block;width:100%;height:38px;line-height:38px;padding:0 12px;cursor:pointer}.filter-dropdown>li:hover,.filter-dropdown>i.active{background:#2b2b42;box-shadow:0 4px 115px rgba(0,0,0,0.02);border-radius:4px}.filter-dropdown>li:hover a,.filter-dropdown>li:hover span,.filter-dropdown>i.active a,.filter-dropdown>i.active span{color:#9292af !important;cursor:pointer}.filter-dropdown-selected-item{color:#6e6e91;cursor:pointer}.countryPhoneCodesDropdownContainer{font-family:Poppins;font-style:normal;font-weight:normal;font-size:14px;line-height:23px;color:#9397dc;display:inline-block;vertical-align:middle;position:fixed}.countryPhoneCodesDropdownContainer .dropdown-trigger{position:relative;top:15px;cursor:pointer}.countryPhoneCodesDropdownContainer .dropdown-menu{margin-bottom:15px}.countryPhoneCodesDropdownContainer .countryPhoneSelectorDropdown{background:#1d1d2e;border-radius:3px;position:fixed}.countryPhoneCodesDropdownContainer .countryPhoneSelectorDropdown .menuItems{width:380px;background:#1d1d2e;max-height:215px;height:auto;padding:5px 12px;overflow-y:auto;overflow-x:hidden}@media only screen and (max-width:700px){.countryPhoneCodesDropdownContainer .countryPhoneSelectorDropdown .menuItems{width:250px;max-height:150px;height:auto}}.countryPhoneCodesDropdownContainer .countryPhoneSelectorDropdown .menuItems>li{display:flex;align-items:center;text-align:left;vertical-align:middle;padding:8px}@media only screen and (max-width:700px){.countryPhoneCodesDropdownContainer .countryPhoneSelectorDropdown .menuItems>li{padding:4px}}.countryPhoneCodesDropdownContainer .countryPhoneSelectorDropdown .menuItems>li .countryCode{color:#9397dc;padding-left:5px}.countryPhoneCodesDropdownContainer .countryPhoneSelectorDropdown .menuItems>li:hover,.countryPhoneCodesDropdownContainer .countryPhoneSelectorDropdown .menuItems>li.active{background:#404769;border-radius:5px;cursor:pointer}.countryPhoneCodesDropdownContainer .countryPhoneSelectorDropdown .menuItems>li.active{pointer-events:none;opacity:.9}.countryPhoneCodesDropdownContainer ::-webkit-scrollbar{width:5px;background:#01d676;box-shadow:0 0 16px rgba(68,95,83,0.2),inset 0 1px 0 #00ffc2;border-radius:0 2px 2px 0}.countryPhoneCodesDropdownContainer ::-webkit-scrollbar-track{background:#414261;margin-right:10px;width:2px}.countryPhoneCodesDropdownContainer ::-webkit-scrollbar-thumb{background:#1d1d2e;background-repeat:no-repeat;background-size:5px;background-position:center}.countryPhoneCodesDropdownContainer ::-webkit-scrollbar-thumb:hover{background:#1d1d2e}.countryPhoneCodesDropdownContainer .selectedCountry{display:flex;justify-content:center;align-items:center;background:rgba(14,15,23,0.5882352941);top:0;width:79px;text-align:center;align-items:center;height:3.2rem}.countryPhoneCodesDropdownContainer .countryCode{color:#9397dc;font-size:15px;font-weight:500;line-height:25px;height:24px}.countryPhoneCodesDropdownContainer .countryCode span{color:white}@media only screen and (max-width:700px){.countryPhoneCodesDropdownContainer .countryCode{font-size:10px}}.countryPhoneCodesDropdownContainer #selectedCountryCode{margin-left:4px !important;color:white !important}.id-verification-modal{max-width:584px;padding:26px 22px 23px 22px;font-family:"Poppins"}.id-verification-modal .modal-header{text-align:center;font-weight:700;font-size:30px;color:#01d676;display:flex;align-items:center;justify-content:center;margin-bottom:25px}.id-verification-modal .modal-header svg{margin-right:8px}.id-verification-modal .modal-body .verification-desc{background:#2c2c44;border-radius:6px;padding:17px;color:#adb2ea;margin-bottom:14px;font-weight:400;font-size:14px;line-height:21px}.id-verification-modal .modal-body .verification-desc div:not(:last-child):not(:first-child){margin-bottom:20px}.id-verification-modal .modal-body .verification-btn{background:#01d676;border-radius:4px;font-weight:700;font-size:16px;text-align:center;color:#fff;padding:11px 0;width:100%}.id-verification-modal .modal-body .verification-btn:hover{background-color:#01d676;text-transform:none}.verification-chat-message div{margin-bottom:13px}.open-verification-modal-btn{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}.open-verification-modal-btn .id-verification-icon{display:inline-block;width:18px;height:18px;background-image:url("/public/img/verification/identity.png");margin-right:5px}.verification-approved-chat-message div:first-child{font-weight:700;font-size:12px;color:#01d676;margin-bottom:15px}.widget{background:#2b2b42;border:1px solid #35354b;border-radius:8px;height:40px;display:none;align-items:center;padding:0 10px;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.widget.widget-react{display:flex}.widget .widget-content{height:100%;display:flex;flex-direction:column;justify-content:center;margin-right:10px}.widget .widget-content-middle{flex:1}.widget .widget-content-right{margin-right:0}.widget .widget-close-button{height:16px;width:16px;background:#35354b;border:1px solid #4d4d66;border-radius:50%;align-items:center;justify-content:center;display:none;cursor:pointer}@media only screen and (max-width:700px){.widget .widget-close-button{display:flex}}.widget .widget-close-button-container{position:absolute;right:-8px;top:0;bottom:0;display:flex;align-items:center}.widget .widget-progress-bar-empty{background-color:#6b6c82;position:absolute;bottom:-3px;left:3px;right:3px;top:0;z-index:-1;border-radius:8px;overflow:hidden}.widget .widget-progress-bar-filled{background-color:#00d677;position:absolute;bottom:-1px;left:3px;border-top-right-radius:1px;border-bottom-right-radius:1px;height:3px}.widget:hover .widget-close-button{display:flex}.widget p{margin:0}.widget-tooltip .tooltip-inner{color:#a9a9ca;padding:10px 12px}@media only screen and (min-width:701px){.widget.widget-leaderboard{min-width:220px}}.widget.widget-leaderboard .widget-content-middle,.widget.widget-leaderboard .widget-content-right{display:flex;align-items:center}@media only screen and (max-width:700px){.widget.widget-leaderboard .widget-content-middle,.widget.widget-leaderboard .widget-content-right{flex-direction:row-reverse}}.widget.widget-leaderboard .widget-leaderboard-label{font-weight:500;font-size:11px;color:#a9a9ca}@media only screen and (max-width:700px){.widget.widget-leaderboard .widget-leaderboard-label{font-size:14px}}@media only screen and (max-width:700px){.widget.widget-leaderboard .widget-leaderboard-icon svg{width:30px;height:30px}}.widget.widget-leaderboard .widget-leaderboard-daily-rank.widget-leaderboard-daily-rank-1{color:#fed130 !important}@media only screen and (max-width:700px){.widget.widget-leaderboard .widget-leaderboard-daily-rank.widget-leaderboard-daily-rank-1{margin-top:0;margin-left:15px}}.widget.widget-leaderboard .widget-leaderboard-daily-rank.widget-leaderboard-daily-rank-1 .widget-leaderboard-rank-icon{left:-8px}.widget.widget-leaderboard .widget-leaderboard-daily-rank.widget-leaderboard-daily-rank-2{color:#dde0e9 !important}@media only screen and (max-width:700px){.widget.widget-leaderboard .widget-leaderboard-daily-rank.widget-leaderboard-daily-rank-2{margin-top:0;margin-left:15px}}.widget.widget-leaderboard .widget-leaderboard-daily-rank.widget-leaderboard-daily-rank-3{color:#fd9727 !important}@media only screen and (max-width:700px){.widget.widget-leaderboard .widget-leaderboard-daily-rank.widget-leaderboard-daily-rank-3{margin-top:0;margin-left:15px}}.widget.widget-leaderboard .widget-leaderboard-rank{font-size:12px;font-weight:700;line-height:14px;color:#fff;display:flex;align-items:center;position:relative}@media only screen and (max-width:700px){.widget.widget-leaderboard .widget-leaderboard-rank{margin-left:6px;font-size:14px;line-height:16px}}.widget.widget-leaderboard .widget-leaderboard-rank-icon{position:absolute;left:-7px;top:0}.widget.widget-leaderboard .widget-leaderboard-rank-value{margin-right:4px}.widget.widget-free-case{background:#2b2b42}.widget.widget-free-case:before{display:none !important}.widget.widget-free-case.free-case-open-btn{width:160px;overflow:hidden}.widget.widget-free-case.free-case-open-btn.free-case-widget-claimed,.widget.widget-free-case.free-case-open-btn.free-case-widget-claimed-mobile{z-index:0}.widget.widget-free-case.free-case-open-btn .free-case-open-btn-icon{width:34px;height:30px;max-width:34px;max-height:30px;min-width:34px;min-height:30px}.widget.widget-free-case.free-case-open-btn .free-case-open-btn-icon svg{width:34px;height:30px;max-width:34px;max-height:30px}.widget.widget-free-case.free-case-open-btn .widget-free-case-title{font-family:"Poppins",sans-serif;font-style:normal;font-weight:700;font-size:12px;color:#fff;line-height:14px}.widget.widget-free-case.free-case-open-btn .widget-free-case-subtitle{font-weight:500;font-size:11px;color:#a9a9ca !important;margin:0;line-height:13px}.widget.widget-free-case.free-case-open-btn .widget-free-case-sign-up-text{flex:1;display:flex;align-items:flex-end;padding-left:5px}.widget.widget-free-case.free-case-open-btn .widget-free-case-coins-info{font-weight:700;font-size:12px;color:#fff;line-height:12px}.widget.widget-free-case.free-case-open-btn .widget-free-case-challenge-time{font-weight:600;font-size:11px;color:#fff}.widget.widget-free-case.free-case-open-btn .widget-free-case-challenge-time-separator{margin:0 2px}.widget.widget-free-case.free-case-open-btn .widget-free-case-progress{background:linear-gradient(245.31deg,#555bff 0,#555bff 97.72%);height:40px;position:absolute;z-index:-1;left:0}.widget.widget-free-case.free-case-open-btn .widget-free-case-progress img{height:100%}.widget.widget-free-case.free-case-open-btn .widget-free-case-claim-button{width:100%;height:30px;min-height:30px;background:#01ff97;box-shadow:0 1.25478px 20px rgba(1,214,118,0.25);border-radius:8px;font-weight:600;font-size:10px;line-height:15px;display:flex;align-items:center;justify-content:center;color:#171826}.widget.widget-free-case.free-case-open-btn .btn-text{margin-left:0}.widget.widget-free-case.free-case-open-btn .reg-challange-time-block{width:unset;background:unset;height:unset;box-shadow:unset;line-height:12px}.widget.widget-free-case.free-case-open-btn .reg-challange-time-block .reg-challange-time{flex-direction:row}.widget.widget-free-case.free-case-open-btn .widget-content-right{flex:1}@media only screen and (min-width:701px){.widget.widget-daily-streak{min-width:210px}}.widget.widget-daily-streak .widget-daily-streak-title{font-weight:700;font-size:12px;color:#fff}.widget.widget-daily-streak .widget-daily-streak-subtitle{font-weight:500;font-size:11px;color:#a9a9ca}.widget.widget-daily-streak .widget-daily-streak-claim-button{height:26px;background:#01d676;box-shadow:0 1.25478px 20px rgba(1,214,118,0.25);border-radius:8px;font-weight:600;font-size:10px;display:flex;align-items:center;color:#171826;padding:0 18px}.widget.widget-daily-streak .widget-daily-streak-claim-button:disabled{background:#7d7d9e;box-shadow:0 1.25478px 2.50957px rgba(0,0,0,0.2);cursor:not-allowed}.widget.widget-daily-streak .widget-daily-streak-claimed-text{font-weight:600;font-size:10px;display:flex;align-items:center;color:#01d676}.widget.widget-daily-streak .widget-daily-streak-claimed-confetti{position:absolute;right:2px;bottom:-2px}.widget.widget-daily-streak .widget-daily-streak-gift-icon-container{height:26px;width:26px;display:flex;align-items:center;justify-content:center;color:#2b2b42;background:#01d676;box-shadow:0 0 14px rgba(1,214,118,0.2);border-radius:6px;overflow:hidden;position:relative}.widget.widget-daily-streak .widget-daily-streak-gift-icon-container.widget-daily-streak-gift-icon-container-claimed{background:transparent;color:#01d676;box-shadow:none}.widget.widget-daily-streak .widget-daily-streak-gift-icon-container-bg{position:absolute}.widget.widget-daily-streak .widget-daily-streak-achieved-background{position:absolute;right:10px;left:8px;top:0;bottom:0}.header-widgets{margin-left:20px;display:flex;align-items:center;flex:1;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.header-widgets::-webkit-scrollbar{display:none}.header-widgets .widget:not(:last-child){margin-right:12px}@media only screen and (max-width:700px){.header-widgets{display:none}}.widget-free-case.widget.widget-free-case.free-case-open-btn{padding:9px 16px;min-width:210px}.widget-free-case.widget.widget-free-case.free-case-open-btn.free-case-widget-mobile,.widget-free-case.widget.widget-free-case.free-case-open-btn.free-case-widget-claimed-mobile{width:100%;min-width:150px}@media only screen and (max-width:700px){.widget-free-case.widget.widget-free-case.free-case-open-btn{width:100%}}@media only screen and (max-width:400px){.widget-free-case.widget.widget-free-case.free-case-open-btn{padding:9px 8px}}.widget-free-case.widget.widget-free-case.free-case-open-btn .widget-free-case-progress{height:100%}.widget-free-case.widget.widget-free-case.free-case-open-btn .widget-free-case-progress img{object-fit:cover;width:100%}.widget-free-case.widget.widget-free-case.free-case-open-btn.free-case-widget-claimed .widget-content-right{flex:1;display:flex;align-items:flex-start}.widget-free-case.widget.widget-free-case.free-case-open-btn:not(.free-case-widget-claimed) .widget-content-right{flex:1;display:flex;align-items:flex-start;flex-direction:column-reverse}.widget-free-case.widget.widget-free-case.free-case-open-btn:not(.free-case-widget-claimed) .widget-free-case-coins-info{display:none}@media only screen and (max-width:700px){.widget-free-case.widget.widget-free-case.free-case-open-btn:not(.free-case-widget-claimed) .widget-free-case-coins-info{display:block}}.widget-free-case.widget.widget-free-case.free-case-open-btn .widget-free-case-title{font-weight:700;font-size:12px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.widget-free-case.widget.widget-free-case.free-case-open-btn .widget-free-case-subtitle{font-weight:500;line-height:120%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.widget-free-case.widget.widget-free-case.free-case-open-btn .free-case-open-btn-icon{height:34px;max-height:34px}.widget-free-case.widget.widget-free-case.free-case-open-btn .widget-free-case-coins-info{font-weight:700;font-size:12px;line-height:17px}.widget-free-case.widget.widget-free-case.free-case-open-btn .widget-free-case-challenge-time{font-size:11px;line-height:14px}.free-case-widget-claimed-mobile.widget.widget-free-case.free-case-open-btn .widget-free-case-progress{width:100%}.free-case-widget-claimed-mobile.widget.widget-free-case.free-case-open-btn .widget-free-case-claim-button{width:95px;font-size:12px;min-height:30px}@media only screen and (min-width:701px){.mobile-widget-container,.splide-react-container{display:none}}.mobile-widget-container .swiper-pagination,.splide-react-container .swiper-pagination{bottom:-22px;--swiper-pagination-color:#01d676;--swiper-pagination-bullet-inactive-color:#2e3044;--swiper-pagination-bullet-inactive-opacity:1}.jackpot-widget{padding:0 12px}@media only screen and (min-width:701px){.jackpot-widget{min-width:200px}}.fly-in{opacity:0;animation:fly-in 1s ease-in-out forwards}@keyframes fly-in{from{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes signup-field-appears{0{opacity:0;height:0}100%{opacity:1;height:var(--expanded-height)}}.divider-with-text{display:flex;align-items:center;justify-content:center;gap:10px}.divider-with-text .divider-left{flex:1;height:2px;background:linear-gradient(to right,transparent,#3a3b55)}.divider-with-text .divider-right{flex:1;height:2px;background:linear-gradient(to left,transparent,#3a3b55)}.homeV2{--color-muted:#a9a8cd;--main-bg:#141524;--panel-bg:#1d1e31;--swiper-pagination-bullet-size:10px;--swiper-pagination-bullet-inactive-color:#1d1e31;--swiper-pagination-bullet-inactive-opacity:1;--swiper-pagination-color:white;--border-color:#2f3043;--btn-radius:8px;font-family:"Poppins";font-size:14px;background-color:var(--main-bg);line-height:1.5}.homeV2 .featured-survey-amount-wrapper,.homeV2 .pre-wrap{white-space:pre-wrap}.homeV2 strong{font-weight:bold}.homeV2 .error-message{color:#ff2d3d;text-align:left;font-size:10px;margin-top:5px}.homeV2 .grid-cols-3{display:grid;grid-template-columns:1fr;gap:30px;align-items:end}@media only screen and (min-width:701px){.homeV2 .grid-cols-3{grid-template-columns:repeat(3,1fr)}}.homeV2 .inputV2-wrapper{border:none !important}.homeV2 .inputV2-wrapper .inputV2{background-color:#2f3043 !important;border:none !important}.homeV2 .inputV2-wrapper .inputV2:focus,.homeV2 .inputV2-wrapper .inputV2:active{outline:1px solid white}.homeV2 .mobile-auth-toggle{margin-top:16px;width:342px;margin:0 auto}.homeV2 .mobile-auth-toggle button{padding:10px;height:50px;width:100%;color:var(--gray-200);font-weight:bold;background-color:#2f3045}.homeV2 .mobile-auth-toggle button.active{background-color:#01d676;color:white;z-index:1}.homeV2 .hero-shadow-bg{background-image:url("/public/img/homepage/hero-shadow-bg-2.png");height:320px;background-size:contain;opacity:.1;position:absolute;left:0;right:0;pointer-events:none;transform:rotate(-5deg);transform-origin:18px center}@media only screen and (max-width:700px){.homeV2 .hero-shadow-bg{background-size:150%}}.homeV2 .hero-shadow-bg::after{content:"";position:absolute;left:0;right:0;bottom:0;height:230px;background:linear-gradient(to bottom,transparent,#141524)}.homeV2 .hero-blur-bg{background-image:url("/public/img/homepage/survey-lite/hero-blur-desktop-bg.png");background-size:contain;background-repeat:no-repeat;background-position:top center;position:absolute;top:0;left:0;right:0;height:589px}@media only screen and (max-width:700px){.homeV2 .hero-blur-bg{background-image:url("/public/img/homepage/survey-lite/hero-blur-mobile-bg.png");background-size:cover}}.homeV2 .card-text{margin-block-start:0}.homeV2 .btn{border-radius:var(--btn-radius)}.homeV2 .earn-page-card{gap:0;grid-template-columns:repeat(3,33.3333333333%);width:100%}@media only screen and (min-width:701px) and (max-width:1199px){.homeV2 .earn-page-card{max-width:600px;margin:auto}}@media only screen and (max-width:700px){.homeV2 .earn-page-card{max-width:100vw}}.homeV2 .earn-page-card .earn-box-v2 .featured-box-container{border-radius:15px;padding:16px}@media only screen and (max-width:700px){.homeV2 .earn-page-card .earn-box-v2 .featured-box-container{padding:2.5vw}}.homeV2 .earn-page-card .earn-box-v2 .featured-box-container:hover{cursor:pointer}.homeV2 .earn-page-card .earn-box-v2 .featured-box-container:hover .featured-survey-text--frame-heading{color:white}.homeV2 .earn-page-card .earn-box-v2 .featured-survey-amount{font-size:18px}@media only screen and (max-width:700px){.homeV2 .earn-page-card .earn-box-v2 .featured-survey-amount{font-size:16px}}.homeV2 .earn-page-card .earn-box-v2 .featured-survey-amount-decimals{font-size:15px}@media only screen and (max-width:700px){.homeV2 .earn-page-card .earn-box-v2 .featured-survey-amount-decimals{font-size:13px}}.homeV2 .earn-page-card .earn-box-v2 .featured-survey-text--frame-subheading{font-weight:500;font-size:12px;margin-bottom:-2px}.homeV2 .earn-page-card .earn-box-v2 .featured-survey-text--frame-heading{color:#a9a9ca;font-size:16px}@media only screen and (max-width:700px){.homeV2 .earn-page-card .earn-box-v2 .featured-survey-stars{display:none}}.homeV2 .earn-page-card .earn-box-v2.offer-fox-nth-1,.homeV2 .earn-page-card .earn-box-v2.offer-fox-nth-3{transform:scale(0.85)}@media only screen and (max-width:700px){.homeV2 .earn-page-card .earn-box-v2.offer-fox-nth-1,.homeV2 .earn-page-card .earn-box-v2.offer-fox-nth-3{transform:scale(0.95)}}@media only screen and (max-width:700px){.homeV2 .earn-page-card .earn-box-v2.offer-fox-nth-2{transform:scale(0.95)}}.homeV2 .earn-page-card .earn-box-v2.offer-fox-nth-1{transform-origin:left center}.homeV2 .earn-page-card .earn-box-v2.offer-fox-nth-3{transform-origin:right center}.homeV2 .signup-btn{width:100%;display:block;max-width:416px;margin-left:auto;margin-right:auto}@media only screen and (max-width:700px){.homeV2 .signup-btn{max-width:100%}}.homeV2 section{margin-bottom:60px}@media only screen and (min-width:701px){.homeV2 section{margin-bottom:150px}}.homeV2 .section-title{font-weight:bold;margin-top:0;margin-bottom:32px;font-size:24px;line-height:1.3}@media only screen and (min-width:1200px){.homeV2 .section-title{font-size:32px;margin-bottom:50px}}.homeV2 .color-muted{color:var(--color-muted)}.homeV2 h2{font-weight:bold;display:inline-block}.homeV2 em.accent{color:#01d676;font-style:normal}.homeV2 .section-subtitle{display:flex;align-items:center;gap:20px;margin-bottom:18px;font-size:18px;font-weight:bold}.homeV2 .section-subtitle svg{width:27px;height:27px}@media only screen and (min-width:1200px){.homeV2 .section-subtitle{font-size:32px}.homeV2 .section-subtitle svg{width:45px;height:45px}}.homeV2 .emphasized-title{font-size:14px;font-weight:bold;line-height:1}@media only screen and (min-width:701px){.homeV2 .emphasized-title{font-size:18px}}.homeV2 .home-grid{grid-template-columns:1fr;gap:40px;justify-content:space-between}@media only screen and (min-width:701px) and (max-width:1199px){.homeV2 .home-grid{grid-template-columns:1fr 450px}}@media only screen and (min-width:1200px){.homeV2 .home-grid{grid-template-columns:358px 600px}}.homeV2 .rounded-16{border-radius:16px}.homeV2 .hero-section h1{font-size:48px;font-weight:bold;padding-top:50px;display:inline-block;line-height:1.5;margin-bottom:4px}@media only screen and (max-width:700px){.homeV2 .hero-section h1.headline--simple{font-size:clamp(24px,7vw,32px);margin-bottom:32px}.homeV2 .hero-section h1.headline--simple span{display:block;white-space:nowrap}}@media(max-width:1400px){.homeV2 .hero-section h1.headline--simple span{display:block;white-space:nowrap}}.homeV2 .hero-section h1.headline--survey-lite{padding-top:0;margin-top:24px;margin-bottom:16px}.homeV2 .hero-section h1.headline--survey-lite span{white-space:initial}@media only screen and (max-width:700px){.homeV2 .hero-section h1.headline--survey-lite{max-width:312px}}@media only screen and (min-width:1200px){.homeV2 .hero-section h1.headline--fixed-height{min-height:200px}}@media(min-width:1000px){.homeV2 .hero-section h1.headline--fixed-height[data-language=en]{min-height:0}.homeV2 .hero-section h1.headline--fixed-height[data-language=en] div{display:inline}}@media(min-width:501px) and (max-width:1200px){.homeV2 .hero-section h1.headline--fixed-height{min-height:100px}}@media(max-width:500px){.homeV2 .hero-section h1.headline--fixed-height{min-height:150px}.homeV2 .hero-section h1.headline--fixed-height em{display:block}}@media only screen and (max-width:1199px){.homeV2 .hero-section h1{font-size:32px;padding-top:0;margin-top:58px;margin-bottom:20px}.homeV2 .hero-section h1 span{display:block}}.homeV2 .hero-section h1 em{font-style:normal;color:#01d676}.homeV2 .hero-section .hero-details{display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:16px}.homeV2 .hero-section .hero-details .color-muted em{color:white;font-weight:bold;font-style:normal}@media only screen and (min-width:701px){.homeV2 .hero-section .hero-details{flex-direction:row;gap:20px}}.homeV2 .hero-section .green-dot{width:5px;height:5px;border-radius:50%;background-color:#01d676;display:inline-block;margin-right:10px}.homeV2 .hero-section .hero-grid{display:grid;grid-template-columns:1fr;justify-content:space-between;gap:100px;margin-top:32px}@media only screen and (min-width:1200px){.homeV2 .hero-section .hero-grid{grid-template-columns:minmax(250px,530px) 427px;gap:40px;margin-top:48px}}@media only screen and (max-width:700px){.homeV2 .hero-section .hero-grid{display:flex;flex-direction:column;gap:0}}.homeV2 .hero-section .hero-grid .trust-pilot{display:flex;justify-content:center;margin-bottom:60px}@media only screen and (min-width:1200px){.homeV2 .hero-section .hero-grid .trust-pilot{justify-content:flex-start;margin-bottom:0;text-align:left}}.homeV2 .hero-section .hero-grid .register-box{line-height:1.3;background-color:var(--panel-bg);padding:24px 32px 32px 32px;display:flex;flex-direction:column;gap:12px}@media only screen and (max-width:700px){.homeV2 .hero-section .hero-grid .register-box .checkboxV2 label{gap:20px}}.homeV2 .hero-section .hero-grid .register-box__headline{font-size:20px;margin-bottom:4px}@media only screen and (min-width:1200px){.homeV2 .hero-section .hero-grid .register-box .relative.always-desktop{display:block !important}}@media only screen and (min-width:701px){.homeV2 .hero-section .hero-grid .register-box{border-radius:15px}}@media only screen and (min-width:701px) and (max-width:1199px){.homeV2 .hero-section .hero-grid .register-box{width:500px;margin:auto}}@media only screen and (max-width:700px){.homeV2 .hero-section .hero-grid .register-box{margin:0 -24px}}.homeV2 .hero-section .hero-grid .register-box .checkboxes{padding:0 10px;margin:12px 0;text-align:left;display:flex;flex-direction:column;gap:8px}.homeV2 .hero-section .hero-grid .register-box .tnc-checkbox-wrapper{position:relative}.homeV2 .hero-section .hero-grid .register-box .tnc-checkbox-wrapper.error::after{content:"";position:absolute;inset:-7px -10px;border:1px solid #ff2c3d;border-radius:10px;pointer-events:none}.homeV2 .hero-section .hero-grid .register-box a{color:#01d676}.homeV2 .hero-section .hero-grid .register-box .password-reveal{position:absolute;right:10px;top:12px}.homeV2 .hero-section .hero-grid .register-box-5-dollars-hook{position:relative;border:1px solid #ffc700;box-shadow:0 0 24px 0 rgba(234,187,0,0.5)}.homeV2 .hero-section .hero-grid .survey-lite-register-box{height:max-content;align-self:center}.homeV2 .hero-section .hero-grid .survey-stats{gap:16px;margin-top:72px}.homeV2 .hero-section .hero-grid .survey-stats span{font-size:16px;font-weight:500;color:#a9a9ca}.homeV2 .hero-section .hero-grid .survey-stats span strong{color:#fff;font-weight:700}@media only screen and (max-width:700px){.homeV2 .hero-section .hero-grid .survey-stats{gap:12px;margin:24px 0 96px}}@media only screen and (max-width:1199px){.homeV2 .hero-section .hero-grid .survey-stats{align-items:center}}@media only screen and (max-width:700px){.homeV2 .hero-section .hero-grid .survey--availability{flex-direction:column;align-items:center;gap:12px}}.homeV2 .hero-section .hero-grid .survey--icon-box{width:44px;height:44px;border-radius:8px;background-color:rgba(1,214,118,0.1);margin-right:16px}@media only screen and (max-width:700px){.homeV2 .hero-section .hero-grid .survey--icon-box{width:36px;height:36px;border-radius:4px;margin-right:12px}}.homeV2 .hero-section .hero-grid .survey--country{gap:8px;margin-left:16px}.homeV2 .hero-section .hero-grid .survey--country span{font-size:16px;font-weight:600;color:#fff;margin-left:0}.homeV2 .hero-section .hero-grid .survey--country img{width:20px;height:20px}.homeV2 .hero-section .hero-grid .survey--register-signup-bonus{margin-top:4px;margin-bottom:8px}.homeV2 .hero-section .hero-grid .survey--register-signup-bonus span{color:#01d676}.homeV2 .hero-section .hero-grid .survey--register-five-surveys{margin-top:4px;margin-bottom:8px}.homeV2 .hero-section .hero-grid .survey--register-five-surveys p{margin:4px 0 0;color:#00bf66}.homeV2 .hero-section .hero-grid .survey--register-signup-bonus-almost-there{margin-top:4px;color:#01d676}.homeV2 .hero-section .hero-grid .survey--register-signup-bonus-amount{margin-top:32px;margin-bottom:32px;font-size:56px;font-weight:bold}.homeV2 .hero-section .hero-grid .survey--register-signup-bonus-more{color:#ccd}.homeV2 .hero-section .hero-grid #survey-lite-sign-up-bonus-selected{position:absolute;top:0;left:0;width:100%;height:100%}.homeV2 .homestats-section .homestats-grid{padding:32px 0;display:grid;grid-template-columns:1fr;background-color:var(--panel-bg);border-radius:15px}.homeV2 .homestats-section .homestats-grid .top-text{font-weight:bold;font-size:30px;margin-bottom:16px}@media only screen and (max-width:1199px){.homeV2 .homestats-section .homestats-grid .top-text{font-size:24px}}.homeV2 .homestats-section .homestats-grid>div{padding:0 32px}.homeV2 .homestats-section .homestats-grid>div:not(:first-child)::before{content:"";height:2px;width:calc(100% + 64px);display:block;background-color:#141523;margin:32px 0;transform:translateX(-32px)}@media only screen and (min-width:1200px){.homeV2 .homestats-section .homestats-grid{gap:30px;padding:48px 0;grid-template-columns:1fr 1fr minmax(290px,1fr)}.homeV2 .homestats-section .homestats-grid>div:not(:first-child){border-left:1px solid var(--border-color);padding:0 48px}.homeV2 .homestats-section .homestats-grid>div:not(:first-child)::before{content:none}}.homeV2 .recent-offers{background-color:#1d1e31;border-radius:10px;display:flex;gap:10px}.homeV2 .recommended-by-section{padding:40px 0;background-color:#1e1e2e}@media only screen and (min-width:1200px){.homeV2 .recommended-by-section{padding:72px 0}}.homeV2 .recommended-by-section .recommended-by-wrapper{display:flex;flex-direction:column;align-items:center;gap:16px;flex-shrink:0}@media only screen and (max-width:700px){.homeV2 .recommended-by-section .recommended-by-wrapper{padding:0}}@media only screen and (max-width:700px){.homeV2 .recommended-by-section label{font-size:14px}}.homeV2 .recommended-by-section .recommended-by-grid{display:grid;flex:1;grid-template-columns:repeat(4,160px);align-items:center;justify-content:space-between;font-size:20px;gap:40px;position:relative;left:40px}@media only screen and (min-width:701px) and (max-width:1199px){.homeV2 .recommended-by-section .recommended-by-grid{left:0}}@media only screen and (max-width:700px){.homeV2 .recommended-by-section .recommended-by-grid{left:0;overflow-x:scroll;-webkit-overflow-scrolling:touch;touch-action:pan-x;overflow-y:hidden;width:100%;padding:0 24px;display:flex;z-index:1}}.homeV2 .recommended-by-section .recommended-by-grid .item{opacity:0;fill:#a4a4ac;filter:grayscale(1)}@media only screen and (max-width:1199px){.homeV2 .recommended-by-section .recommended-by-grid .item{max-height:60px;min-width:120px;margin-right:30px}}.homeV2 .recommended-by-section .recommended-by-grid .item>*{margin:auto}@media only screen and (min-width:701px) and (max-width:1199px){.homeV2 .recommended-by-section .recommended-by-grid .item>*{width:140px;height:auto}}.homeV2 .recommended-by-section .recommended-by-grid .item:nth-child(1){animation-delay:0}.homeV2 .recommended-by-section .recommended-by-grid .item:nth-child(2){animation-delay:.2s}.homeV2 .recommended-by-section .recommended-by-grid .item:nth-child(3){animation-delay:.4s}.homeV2 .recommended-by-section .recommended-by-grid .item:nth-child(4){animation-delay:.6s}.homeV2 .recommended-by-section .recommended-by-grid img{height:60px;width:auto}@media only screen and (min-width:1200px){.homeV2 .recommended-by-section .recommended-by-wrapper{flex-direction:row;gap:60px}.homeV2 .recommended-by-section .recommended-by-grid{position:static}}.homeV2 .survey-lite--section{margin-bottom:96px}.homeV2 .how-to-earn-section .section-title{text-align:left}.homeV2 .how-to-earn-section .home-grid{gap:60px}@media only screen and (min-width:1200px){.homeV2 .how-to-earn-section .home-grid{gap:unset}}.homeV2 .how-to-earn-section .signup-box-action{margin-top:50px}.homeV2 .how-to-earn-section .step-img{max-height:300px;margin-bottom:50px}@media only screen and (min-width:1200px){.homeV2 .how-to-earn-section .step-img{max-height:350px;margin-bottom:80px}}.homeV2 .how-to-earn-section .signup-box{text-align:left;width:100%}.homeV2 .how-to-earn-section .signup-box-action{display:none}.homeV2 .how-to-earn-section .signup-box-action .signup-btn{margin-left:0}.homeV2 .how-to-earn-section .signup-box-mobile{text-align:center}@media only screen and (min-width:701px){.homeV2 .how-to-earn-section .signup-box-action{display:block}.homeV2 .how-to-earn-section .signup-box-mobile{display:none}}@media only screen and (min-width:1200px){.homeV2 .how-to-earn-section .signup-box{display:flex;flex-direction:column;gap:90px}}@media only screen and (max-width:700px){.homeV2 .how-to-earn-section .grid-cols-2:not(:first-child)>div:first-child{order:1}}.homeV2 .how-to-earn-section .grid-cols-2:not(:first-child) .card-image{margin-top:50px}.homeV2 .how-to-earn-section .complete-offer{width:100%;height:350px;background-size:var(--fc-home-offer-card-image-scale,100%);background-repeat:no-repeat;background-image:url("/public/img/homepage/complete-the-offer.png");display:flex;justify-content:center;align-items:center;flex-direction:column;gap:30px;border-radius:20px}.homeV2 .how-to-earn-section .complete-offer img{max-width:100%}.homeV2 .how-to-earn-section .complete-offer .img-progress{scale:var(--fc-home-offer-progress-image-scale,0.6)}.homeV2 .how-to-earn-section .get-paid{position:relative;width:100%;height:auto;aspect-ratio:1.422;border-radius:20px;background-size:cover;background-repeat:no-repeat;background-image:url("/public/img/homepage/get-paid.png");background-position-y:30%;overflow:hidden}.homeV2 .how-to-earn-section .get-paid img{max-width:160px;position:absolute}.homeV2 .how-to-earn-section .get-paid img:first-child{transform-origin:top left;left:-15px;transform:scale(var(--fc-home-get-paid-card-image-scale))}@media only screen and (max-width:1199px){.homeV2 .how-to-earn-section .get-paid img:first-child{transform:scale(var(--fc-home-get-paid-card-image-scale)) translateX(-50px)}}.homeV2 .how-to-earn-section .get-paid img:last-child{right:0;transform-origin:top right;transform:scale(var(--fc-home-get-paid-card-image-scale))}@media only screen and (max-width:1199px){.homeV2 .how-to-earn-section .get-paid img:last-child{transform:scale(var(--fc-home-get-paid-card-image-scale)) translateX(50px)}}@media only screen and (min-width:1200px){.homeV2 .how-to-earn-section .signup-box{text-align:left}.homeV2 .how-to-earn-section .signup-btn{margin-left:0}.homeV2 .how-to-earn-section .section-title{text-align:left}.homeV2 .how-to-earn-section .card-text{font-size:18px}}.homeV2 .how-to-earn-section .survey-lite--grid{align-items:start;gap:32px}@media only screen and (max-width:700px){.homeV2 .how-to-earn-section .survey-lite--grid{gap:16px}}.homeV2 .how-to-earn-section .survey-lite--grid>*{min-width:0}.homeV2 .how-to-earn-section .survey-lite--section-title{font-weight:700;color:#fff;font-size:20px;flex-wrap:nowrap}@media only screen and (max-width:700px){.homeV2 .how-to-earn-section .survey-lite--section-title{font-size:18px;justify-content:center}}.homeV2 .how-to-earn-section h2.survey-lite--section-title{font-size:24px;margin:0 auto 32px;display:table}@media only screen and (max-width:700px){.homeV2 .how-to-earn-section h2.survey-lite--section-title{font-size:24px;margin-bottom:0 auto 24px}}.homeV2 .how-to-earn-section .survey-lite--secondary-text{font-size:16px;color:#a9a9ca;margin-top:16px}@media only screen and (max-width:700px){.homeV2 .how-to-earn-section .survey-lite--secondary-text{font-size:14px;margin-top:8px;justify-content:center;text-align:center}}.homeV2 .how-to-earn-section .survey-lite--box{height:320px;margin-bottom:40px;border-radius:8px;background:#1d1e30;box-shadow:0 4px 6px -2px rgba(0,0,0,0.03),0 12px 16px -4px rgba(0,0,0,0.08)}@media only screen and (max-width:700px){.homeV2 .how-to-earn-section .survey-lite--box{margin-bottom:32px}}.homeV2 .how-to-earn-section .survey-lite--box-earn-coins{border:1.196px solid #1d1e30;position:relative}.homeV2 .how-to-earn-section .survey-lite--box-earn-coins::before{position:absolute;background-image:url("/public/img/homepage/survey-lite/earn-coins-glow.png");background-repeat:no-repeat;background-position:center center;top:0;left:0;width:100%;height:100%;content:""}.homeV2 .how-to-earn-section .survey-lite--box-earn-coins>img{z-index:1}.homeV2 .how-to-earn-section .survey-lite--earn-coins-img{scale:var(--fc-home-survey-lite-progress-image-scale,0.6)}.homeV2 .how-to-earn-section .survey-lite--box-get-rewarded{border:1.196px solid #1d1e30;position:relative}.homeV2 .how-to-earn-section .survey-lite--box-get-rewarded::before{position:absolute;background-image:url("/public/img/homepage/survey-lite/get-rewarded-bg.png");background-repeat:no-repeat;background-position:center;background-size:cover;top:0;left:0;width:100%;height:100%;content:""}.homeV2 .how-to-earn-section .survey-lite--box-get-rewarded>img{z-index:1}.homeV2 .how-to-earn-section .survey-lite--box-get-rewarded-img{transform:rotate(var(--fc-home-survey-lite-progress-image-rotate,0))}.homeV2 .best-way-to-earn{text-align:center}.homeV2 .best-way-to-earn .grid-cols-3{justify-content:center;gap:30px}@media only screen and (min-width:1200px){.homeV2 .best-way-to-earn .grid-cols-3{gap:30px}}.homeV2 .best-way-to-earn .grid-cols-3>div{max-width:352px}.homeV2 .best-way-to-earn article{display:flex;flex-direction:column;padding:30px 24px 0 24px;background-color:var(--panel-bg);border-radius:16px;font-size:14px;overflow:hidden;max-height:420px}.homeV2 .best-way-to-earn article h2{margin-top:0}.homeV2 .best-way-to-earn article h2+p{margin:0}@media only screen and (min-width:701px) and (max-width:1199px){.homeV2 .best-way-to-earn article{margin:auto}}.homeV2 .best-way-to-earn .best-way-to-earn-img{width:80%;height:120px;object-fit:contain;flex:1;display:block;margin:auto}@media only screen and (max-width:700px){.homeV2 .best-way-to-earn .best-way-to-earn-img{max-height:120px}}.homeV2 .best-way-to-earn .estimate-earn-per{font-size:32px;font-weight:700;margin-bottom:30px;line-height:45px;color:#fff}@media only screen and (min-width:701px) and (max-width:1199px){.homeV2 .top-1-site .grid-cols-3{align-items:start}}.homeV2 .top-1-site .heres-why-grid-item{height:100%;opacity:0;display:flex;flex-direction:column;padding:40px 30px;gap:20px;background-color:var(--panel-bg);border-radius:12px;font-size:14px;align-items:center}@media only screen and (min-width:701px) and (max-width:1199px){.homeV2 .top-1-site .heres-why-grid-item{height:100%}}.homeV2 .cashout-via-section{background-color:#1e1e2f;padding:30px 0}.homeV2 .cashout-via-section .emphasized-title{margin-bottom:30px}@media only screen and (min-width:1200px){.homeV2 .cashout-via-section .emphasized-title{margin-bottom:46px}}.homeV2 .cashout-via-section .cashout-options-list{display:flex;justify-content:space-evenly;gap:36px;transform:translateX(calc(var(--fc-parallax-value-full) * 1.2px))}.homeV2 .cashout-via-section .cashout-options-list>img{height:39px;width:auto;flex-shrink:0}.homeV2 .testimonials-section .signup-btn{margin-top:24px}.homeV2 .testimonials-section .testimonial-card{padding:20px;border-radius:15px;background-color:var(--panel-bg);display:inline-block;height:100%;box-sizing:border-box}@media only screen and (min-width:701px){.homeV2 .testimonials-section .testimonial-card{width:256px}}.homeV2 .testimonials-section .home-trust-pilot-swiper-pagination{position:relative;bottom:-30px}@media only screen and (min-width:701px){.homeV2 .testimonials-section #home-testimonial-slider .swiper-wrapper .swiper-slide:first-child,.homeV2 .testimonials-section #home-testimonial-slider .swiper-wrapper .swiper-slide .summary-card{display:none}}@media only screen and (max-width:700px){.homeV2 .testimonials-section #home-testimonial-slider .swiper-wrapper .swiper-slide:first-child,.homeV2 .testimonials-section #home-testimonial-slider .swiper-wrapper .swiper-slide .summary-card{display:block}}.homeV2 .testimonials-section .summary-card{height:334px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:white}@media only screen and (max-width:700px){.homeV2 .testimonials-section .summary-card{display:none}}.homeV2 .testimonials-section .summary-card .tp-stars{width:200px;height:auto;margin:24px 0}.homeV2 .testimonials-section .summary-card .tp-logo{margin-top:10px;max-width:102px}.homeV2 .testimonials-section .testimonial-grid{display:grid;grid-template-columns:256px auto;gap:16px;overflow:hidden;padding-left:20px}@media only screen and (max-width:700px){.homeV2 .testimonials-section .testimonial-grid{grid-template-columns:1fr}}.homeV2 .testimonials-section .testimonial-grid .review-card{color:white;text-align:left;display:flex;flex-direction:column}.homeV2 .testimonials-section .testimonial-grid .review-card .tp-stars{width:100px;height:auto}.homeV2 .testimonials-section .testimonial-grid .review-card .review-title{font-weight:500;font-size:16px}.homeV2 .testimonials-section .testimonial-grid .review-card .review-text{color:#ccccdf;line-clamp:4;-webkit-line-clamp:4;text-overflow:ellipsis;overflow:hidden;margin-bottom:10px;flex:1}.homeV2 .testimonials-section .testimonial-grid .review-card .review-author{text-transform:capitalize}.homeV2 .testimonials-section .testimonial-grid #home-testimonial-slider{width:100%}.homeV2 .testimonials-section .testimonial-grid #home-testimonial-slider .swiper-wrapper{margin-top:0}.homeV2 .testimonials-section .testimonial-grid #home-testimonial-slider .swiper-slide{flex-basis:256px;height:334px}@media only screen and (min-width:1200px){.homeV2 .testimonials-section .testimonial-grid{gap:32px}}.homeV2 .testimonials-section .home-testimonial-navigation{width:400px;margin:auto;position:relative;z-index:0}.homeV2 .testimonials-section .home-testimonial-navigation .swiper-pagination{top:30px}.homeV2 .testimonials-section .home-testimonial-navigation .swiper-button-next,.homeV2 .testimonials-section .home-testimonial-navigation .swiper-button-prev{top:40px;width:40px}.homeV2 .testimonials-section .home-testimonial-navigation .swiper-button-next button,.homeV2 .testimonials-section .home-testimonial-navigation .swiper-button-prev button{background-color:#242538;border-radius:5px;padding:10px;color:#ccccdf;width:100%}.homeV2 .testimonials-section .home-testimonial-navigation .swiper-button-next::after,.homeV2 .testimonials-section .home-testimonial-navigation .swiper-button-prev::after{content:none}.homeV2 .testimonials-section .survey-lite-trustpilot-text{color:#a9a9ca;font-weight:500;font-size:14px}@media only screen and (max-width:700px){.homeV2 .testimonials-section .survey-lite-trustpilot-text{max-width:270px;margin:0 auto}}.homeV2 .faq-container{max-width:736px}.homeV2 .faq-container .section-title{display:block}.homeV2 .faq-container .faq-item{opacity:0;border-color:#7d7d9e}.homeV2 .faq-container .faq-item .content{color:#ccccdf;text-align:left;font-weight:500}.homeV2 .faq-container .faq-item .content a{text-decoration:underline;color:#fff;font-weight:700}.homeV2 .faq-container .faq-item .content .answer-highlights{padding-left:60px;margin-top:50px}@media only screen and (max-width:700px){.homeV2 .faq-container .faq-item .content .answer-highlights{padding-left:10px}}.homeV2 .faq-container .faq-item .content .answer-highlights li::before{content:counter(requirements-counter);color:#01d676;position:absolute;left:-45px;top:-15px;font-size:48px;font-weight:bold;text-align:right;width:30px}.homeV2 .faq-container .faq-item .content .answer-highlights li{position:relative;counter-increment:requirements-counter;list-style:none;margin-left:30px;margin-bottom:20px}.homeV2 .faq-container .faq-item .content .answer-highlights li h6{color:#01d676;font-weight:bold;font-size:14px}.homeV2 .faq-container .faq-item summary{font-size:16px;padding:20px}.homeV2 .faq-container .faq-item summary::after{background-image:url("/public/img/homepage/close.png");width:14px;height:14px;background-size:100%;transform:translateY(-50%) rotate(90deg);right:24px}.homeV2 .faq-container .faq-item summary>span{padding-right:24px}@media only screen and (max-width:700px){.homeV2 .faq-container .faq-item summary{text-align:left}}.homeV2 .faq-container .faq-item.accordion-opened summary::after{transform:translateY(-50%) rotate(45deg)}.homeV2 .live-cashout-container{background-color:var(--panel-bg);padding:32px;margin-left:-24px;margin-right:-24px}@media only screen and (max-width:700px){.homeV2 .live-cashout-container{padding:24px}}.homeV2 .live-cashout-container h2.section-title{display:flex;align-items:center}.homeV2 .live-cashout-container h2.section-title::before{content:"";width:10px;height:10px;border-radius:50%;background-color:#01d676;display:inline-block;margin-right:10px}@media only screen and (min-width:1200px){.homeV2 .live-cashout-container{border-radius:16px;margin-left:0;margin-right:0;padding:40px}.homeV2 .live-cashout-container h2.section-title{margin-bottom:40px}}.homeV2 .live-cashout-container .live-cashout{display:grid;grid-template-columns:1fr;gap:32px}@media only screen and (min-width:701px){.homeV2 .live-cashout-container .live-cashout{grid-template-columns:repeat(2,1fr);gap:50px}}.homeV2 .live-cashout-container .live-cashout .live-wd-feed{height:335px;overflow:hidden}@media only screen and (max-width:700px){.homeV2 .live-cashout-container .live-cashout .live-wd-feed{height:260px}}.homeV2 .live-cashout-container .live-cashout .total-cashout{background:url("/public/img/homepage/live-cashout-bg.jpg") no-repeat;border-radius:15px;aspect-ratio:1.3744855967;background-size:cover;position:relative}@media only screen and (min-width:701px){.homeV2 .live-cashout-container .live-cashout .total-cashout{aspect-ratio:unset}}.homeV2 .live-cashout-container .live-cashout .total-cashout .text-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;gap:20px}.homeV2 .live-cashout-container .live-cashout .total-cashout .text-content .total-cashout-caption{min-width:320px}.homeV2 .live-cashout-container .live-cashout .total-cashout .text-content .total-cashout-amount{font-size:40px;font-weight:bold}@keyframes wd-item-entering{0%{opacity:0;height:0;padding-top:0;padding-bottom:0;margin-bottom:-2px;transform:scale(0.9)}100%{opacity:1;height:54px;transform:scale(1)}}.homeV2 .live-cashout-container .live-cashout .withdraw-item{display:grid;grid-template-columns:1fr 100px 50px;background-color:#2b2b42;border-radius:15px;margin-bottom:12px;padding:5px 5px 5px 15px;align-items:center;gap:10px;overflow:hidden;height:20px;opacity:0;animation:wd-item-entering .5s ease-in-out forwards;animation-iteration-count:1;will-change:opacity,height}@media only screen and (max-width:700px){.homeV2 .live-cashout-container .live-cashout .withdraw-item{margin-bottom:14px;grid-template-columns:auto 50px 50px;padding:5px 5px 5px 10px;white-space:nowrap}}.homeV2 .live-cashout-container .live-cashout .withdraw-item:last-child{margin-bottom:0}.homeV2 .live-cashout-container .live-cashout .withdraw-item .wd-username{color:#a9a8cd;line-height:1.2}.homeV2 .live-cashout-container .live-cashout .withdraw-item svg{color:#a9a8cd}.homeV2 .live-cashout-container .live-cashout .withdraw-item time{font-size:13px;color:#7d7ca1}.homeV2 .live-cashout-container .live-cashout .withdraw-item .relative .profile-country-flag{position:absolute;width:15px;height:15px;bottom:0;right:-4px}.homeV2 .live-cashout-container .live-cashout .withdraw-item .wd-method{border-left:1px solid #2f3045;height:30px;display:flex}.homeV2 .live-cashout-container .live-cashout .withdraw-item .wd-method img{width:auto;height:20px;margin:auto}.homeV2 .video-section{max-width:730px;padding-bottom:100px}.homeV2 .video-section video{width:100%;height:auto;border-radius:25px;margin-top:32px;margin-bottom:60px;aspect-ratio:16/9}@media only screen and (min-width:1200px){.homeV2 .video-section video{margin-bottom:90px}}.homeV2 .video-section a{margin-bottom:10px}@media only screen and (max-width:700px){.homeV2 .video-section .trustpilot{max-width:300px;margin:auto;margin-bottom:20px}}.homeV2 .paralax-image-strips{--fc-home-image-strip1-offset-x:-20px;--fc-home-image-strip2-offset-x:-300px;--fc-home-image-strip3-offset-x:-20px;background-color:#1d1e31;overflow:hidden;border:10px solid #1d1e31;border-radius:10px}@media only screen and (max-width:700px){.homeV2 .paralax-image-strips{height:300px;width:calc(100vw - 48px)}}.homeV2 .paralax-image-strips .rotator{transform:rotate(-15deg) scale(1.25)}@media only screen and (max-width:700px){.homeV2 .paralax-image-strips .rotator{transform:rotate(-15deg) scale(1) translateY(-60px)}}.homeV2 .paralax-image-strips .rotator div:not(:last-child){margin-bottom:10px}.homeV2 .paralax-image-strips .image-strip{transform-origin:center center;background-repeat:repeat-x;background-size:contain;display:block;height:150px;width:200vw}.homeV2 .paralax-image-strips__strip-1{transform:translateX(var(--fc-home-image-strip1-offset-x))}.homeV2 .paralax-image-strips__strip-2{transform:translateX(var(--fc-home-image-strip2-offset-x))}.homeV2 .paralax-image-strips__strip-3{transform:translateX(var(--fc-home-image-strip3-offset-x))}.homeV2 .survey-lite--paralax-image-strips{--fc-home-image-sl-strip1-offset-x:-350px;--fc-home-image-sl-strip2-offset-x:-220px;--fc-home-image-sl-strip3-offset-x:-390px;--fc-home-image-sl-strip4-offset-x:-460px;--fc-home-image-sl-strip5-offset-x:0;background-color:#1d1e30;overflow:hidden}.homeV2 .survey-lite--paralax-image-strips .survey-lite--rotator{transform:rotate(-17deg) translateY(-45px)}@media only screen and (max-width:700px){.homeV2 .survey-lite--paralax-image-strips .survey-lite--rotator{transform:rotate(-17deg) translateY(-45px)}}.homeV2 .survey-lite--paralax-image-strips .survey-lite--rotator div:not(:last-child){margin-bottom:12px}.homeV2 .survey-lite--paralax-image-strips .survey-lite--image-strip{transform-origin:center center;background-repeat:repeat-x;background-size:contain;display:block;height:76px;width:200vw}@media only screen and (max-width:700px){.homeV2 .survey-lite--paralax-image-strips .survey-lite--image-strip{width:300vw}}.homeV2 .survey-lite--paralax-image-strips__sl-strip-1{transform:translateX(var(--fc-home-image-sl-strip1-offset-x))}.homeV2 .survey-lite--paralax-image-strips__sl-strip-2{transform:translateX(var(--fc-home-image-sl-strip2-offset-x))}.homeV2 .survey-lite--paralax-image-strips__sl-strip-3{transform:translateX(var(--fc-home-image-sl-strip3-offset-x))}.homeV2 .survey-lite--paralax-image-strips__sl-strip-4{transform:translateX(var(--fc-home-image-sl-strip4-offset-x))}.homeV2 .survey-lite--paralax-image-strips__sl-strip-5{transform:translateX(var(--fc-home-image-sl-strip5-offset-x))}.homeV2 .survey-lite--paralax-image-strips-wrapper{width:100%;overflow:hidden}.homeV2 #recent-offers-slider{width:100%;margin:25px 0}@media only screen and (min-width:701px) and (max-width:1199px){.homeV2 #recent-offers-slider{margin:25px auto}}@media only screen and (max-width:700px){.homeV2 #recent-offers-slider{width:100%}}.homeV2 #recent-offers-slider .swiper-wrapper{margin-bottom:20px}.homeV2 #recent-offers-slider .swiper-pagination{bottom:-5px;text-align:right}.homeV2 #recent-offers-slider .recent-offers{display:grid;grid-template-columns:min-content auto max-content;padding:10px;font-size:13px;border-radius:10px;background-color:#1d1e31;color:#cbcbdf;box-sizing:border-box}.homeV2 #recent-offers-slider .recent-offers .offer-thumbnail{width:44px;height:44px;border-radius:10px;object-fit:cover}.homeV2 #recent-offers-slider .recent-offers .offer-username{max-width:120px}.homeV2 #recent-offers-slider .recent-offers .offer-time-display{max-width:100px}.homeV2 .subtle-animation-root img{position:absolute;z-index:1;animation:3s linear subtle-floating infinite}.homeV2 .subtle-animation-root img.rok{width:40px;height:auto;left:30px;top:15px}.homeV2 .subtle-animation-root img.coc{width:45px;height:auto;left:55px;top:70px;animation-delay:1.5s}.homeV2 .subtle-animation-root img.coc-char{width:120px;height:auto;right:25px;top:20px;animation-delay:.75s}.homeV2 .subtle-animation-root img.coinbase{width:45px;height:auto;left:30px;top:30px}.homeV2 .subtle-animation-root img.binance{width:50px;height:auto;right:30px;top:60px;animation-delay:1.5s}.homeV2 .subtle-animation-root img.app-1{width:45px;height:auto;left:30px;top:50px}.homeV2 .subtle-animation-root img.app-2{width:50px;height:auto;right:30px;top:30px;animation-delay:1.5s}.homeV2 .hidden-field{opacity:0;height:0;pointer-events:none}.homeV2 .hidden-field.appear{animation-name:signup-field-appears;animation-duration:.5s;animation-fill-mode:forwards;animation-timing-function:ease-in-out;pointer-events:all}.homeV2 .checkboxes.hidden-field{margin:0 !important}.homeV2 .checkboxes.appear{height:auto !important;margin:12px 0 !important}.homeV2 .signup-stats-wrapper{color:#aaa8cb;transform:translateY(10px)}.homeV2 .signup-stats-wrapper em{font-style:normal;color:white}@keyframes rolling-case-signup-movements{0%{background-position-x:0}33%{background-position-x:100%}66%{background-position-x:-100%}100%{background-position-x:0}}.animated-rolling-cases{position:relative}.animated-rolling-cases .description span{color:#01d676}.animated-rolling-cases .free-case-banner-bg{will-change:background-position;width:100%;height:auto;margin-top:10px;background:url("/public/img/template/body/rollingCaseFull.png") repeat-x;background-size:cover;min-height:75px}.animated-rolling-cases .free-case-banner-bg.active{animation:rolling-case-signup-movements 30s ease-in-out infinite}.animated-rolling-cases .free-case-banner-bg::before,.animated-rolling-cases .free-case-banner-bg::after{content:"";position:absolute;top:28px;bottom:0;width:80px;background:linear-gradient(to right,rgba(29,30,49,0.8901960784) 13px,rgba(0,0,0,0))}.animated-rolling-cases .free-case-banner-bg::before{left:0}.animated-rolling-cases .free-case-banner-bg::after{right:0;transform:scaleX(-1)}.animated-rolling-cases .free-case-needle{position:absolute;left:50%;top:25px;bottom:-2px;background-color:white;width:2px}@media only screen and (max-width:700px){html[lang=fr] .headline--simple{max-width:100%}html[lang=fr] .headline--simple span{white-space:normal !important}}input[type=text].inputV2,input[type=password].inputV2,select.inputV2{border:1px solid #393e56 !important;background-color:#2f3045;border-radius:10px;height:42px;padding:0 10px;color:#ccd;font-family:"Poppins"}@media only screen and (max-width:1199px){input[type=text].inputV2,input[type=password].inputV2,select.inputV2{font-size:14px}}input[type=text].inputV2::placeholder,input[type=password].inputV2::placeholder,select.inputV2::placeholder{color:#a9a9ca}input[type=text].inputV2:focus,input[type=password].inputV2:focus,select.inputV2:focus{box-shadow:none !important;border:1px solid #393e56 !important}input[type=text].inputV2:not([readonly]):hover,input[type=password].inputV2:not([readonly]):hover,select.inputV2:not([readonly]):hover{background-color:#42435a}input[type=text].inputV2:focus-within,input[type=password].inputV2:focus-within,select.inputV2:focus-within{outline:0}input[type=text].inputV2.error,input[type=password].inputV2.error,select.inputV2.error{border:1px solid #ff2d3d !important}input[type=checkbox].inputV2{color:#ff2d3d}select.inputV2{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='30' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.25 0.75L4 4.25L0.75 0.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:100%;background-repeat:no-repeat}.formField label{display:flex;flex-direction:column;gap:10px}.formField .error-message{color:#ff2d3d;font-size:13px;margin-top:5px}.countryDropdown{border:1px solid #393e56 !important;background-color:#2f3045;border-radius:10px;height:42px;padding:0 10px;color:#787ead;font-family:"Poppins";display:inline-block}.countryDropdown .dropdown-trigger{display:flex}.inputV2-wrapper{display:flex;align-items:center;gap:10px;border:1px solid #393e56 !important;background-color:#2f3045;border-radius:10px;height:42px;position:relative}.inputV2-wrapper .icon-left{position:absolute;top:50%;transform:translateY(-50%);left:10px}.inputV2-wrapper .icon-left svg,.inputV2-wrapper .icon-left img{display:block}.inputV2-wrapper input[type=text].inputV2,.inputV2-wrapper input[type=password].inputV2{padding-left:40px}.checkboxV2 div.checkmark{width:18px;height:18px;border:1px solid #cbcbdf;border-radius:4px;cursor:pointer}.checkboxV2 div.checkmark svg{opacity:0}.checkboxV2 input[type=checkbox]:focus+div.checkmark{border-color:#01d676}.checkboxV2 input[type=checkbox]:focus+div.checkmark svg{opacity:1}.checkboxV2 input[type=checkbox]:checked+div.checkmark{border-radius:4px;background-color:#01d676;border-color:#01d676}.checkboxV2 input[type=checkbox]:checked+div.checkmark svg{opacity:1}.checkboxV2 label{color:#a9a8cd}.validator-tooltip{z-index:6}.validator-tooltip .tooltip-inner{background-color:#ff2d3d;color:white;font-size:12px}.validator-tooltip .tooltip-arrow::before{border-top-color:#ff2d3d}.jackpot-page{font-family:"Poppins",sans-serif;padding:24px}.jackpot-page .jackpot-hero{padding:48px 0;background-image:url("/public/img/jackpot/hero-img.png");background-size:600px;background-repeat:no-repeat;background-position-x:right;background-position-y:center}.jackpot-footer-disclaimer,.slot-footer-disclaimer{background-color:#1d1e30}.jackpot-footer-disclaimer .disclaimer-text,.slot-footer-disclaimer .disclaimer-text{padding:14px 10px;text-align:center}.jackpot-footer-disclaimer .disclaimer-text a,.slot-footer-disclaimer .disclaimer-text a{color:#01d676}.jackpot-footer-disclaimer hr,.slot-footer-disclaimer hr{margin:0;border:0;border-bottom:1px solid #3d3d51}.survey-screenout-modal{max-width:412px;max-height:90%;padding:24px 24px 32px 24px;font-family:"Poppins";top:50% !important;transform:scaleX(1) scaleY(1) translateY(-50%) !important}.survey-screenout-modal--successed{background-image:url(/public/img/surveys/ribbons.png);background-size:contain;background-repeat:no-repeat;overflow-y:hidden}.survey-screenout-modal--successed::before{content:"";background-image:url(/public/img/surveys/higlite-vector.png);background-repeat:no-repeat;background-position-x:center;width:70%;height:300px;display:block;background-size:cover;position:absolute;bottom:-49px;left:72px}@media only screen and (max-width:700px){.survey-screenout-modal{width:100%}}.survey-screenout-modal .modal-body{position:relative;padding-top:16px;text-align:center}.survey-screenout-modal .modal-body .screenout-close-btn{position:absolute;top:0;right:0;width:40px;height:40px;border:1.25px solid #2f3043;border-radius:50%;cursor:pointer;display:flex;justify-content:center;align-items:center}@media only screen and (max-width:700px){.survey-screenout-modal .modal-body .screenout-close-btn{width:32px;height:32px}}.survey-screenout-modal .modal-body .screenout-icon{margin-bottom:15px}@media only screen and (max-width:700px){.survey-screenout-modal .modal-body .screenout-icon svg{width:36px;height:36px}}.survey-screenout-modal .modal-body .screenout-title{font-weight:700;font-size:20px;letter-spacing:.01em;color:#fff;margin-bottom:12px}.survey-screenout-modal .modal-body .screenout-title.mb38{margin-bottom:38px}@media only screen and (max-width:700px){.survey-screenout-modal .modal-body .screenout-title{font-size:16px}}.survey-screenout-modal .modal-body .screenout-desc{max-width:332px;font-weight:500;font-size:14px;color:#a9a9ca;opacity:.6;margin-bottom:40px}.survey-screenout-modal .modal-body .screenout-reward-heading{margin-bottom:4px;display:flex;align-items:center;justify-content:center}.survey-screenout-modal .modal-body .screenout-reward-heading svg{margin-right:5px}.survey-screenout-modal .modal-body .screenout-reward-heading span{font-weight:500;font-size:14px;color:#a9a9ca}.survey-screenout-modal .modal-body .screenout-reward{margin-bottom:30px}.survey-screenout-modal .modal-body .screenout-reward--highlited{background-image:url(/public/img/surveys/higlite-vector.png)}.survey-screenout-modal .modal-body .screenout-reward span{font-weight:500;font-size:32px;color:#fff;margin-left:8px}.survey-screenout-modal .modal-body .screenout-btn{width:100%;height:48px;background:#01d676;border-radius:8px;font-weight:700;font-size:14px;letter-spacing:.01em;color:#000}.survey-screenout-modal .modal-body .screenout-btn:hover{background-color:#01d676;text-transform:none}.homeLite{--color-secondary:#ccd;--color-text:#a9a9ca;--color-border:#1d1e31;--main-bg:#141524;--panel-bg:#1d1e31;--swiper-pagination-bullet-size:10px;--swiper-pagination-bullet-inactive-color:#1d1e31;--swiper-pagination-bullet-inactive-opacity:1;--swiper-pagination-color:white;--border-color:#2f3043;--btn-radius:8px;--space:12px;--space-lg:24px;font-family:"Poppins";font-size:14px;background-color:var(--main-bg);color:var(--color-text);line-height:150%;text-align:center}.homeLite em{color:#01d676;font-style:normal}.homeLite section{margin:0 auto 50px auto}@media only screen and (min-width:1200px){.homeLite section{margin:0 auto 100px auto}}.homeLite h2{font-size:20px;font-weight:700;color:#fff;margin-block-start:0;margin-top:0}.homeLite p{margin-top:0}.homeLite .register-box{line-height:130%;padding:24px;display:flex;flex-direction:column;gap:16px}.homeLite .register-box .secondaryBtn{height:48px}.homeLite .register-box .form-title{font-size:20px}.homeLite .register-box .checkboxes{padding:0 10px;margin:20px 0;text-align:left;display:flex;flex-direction:column;gap:18px}.homeLite .register-box .tnc-checkbox-wrapper{position:relative}.homeLite .register-box .tnc-checkbox-wrapper.error::after{content:"";position:absolute;inset:-7px -10px;border:1px solid #ff2c3d;border-radius:10px;pointer-events:none}.homeLite .register-box a{color:#01d676}.homeLite .register-box .password-reveal{position:absolute;right:10px;top:12px}.homeLite .mobile-auth-toggle{margin-top:16px;width:342px}.homeLite .mobile-auth-toggle button{padding:10px;height:50px;width:100%;color:var(--gray-200);font-weight:bold;background-color:#2f3045}.homeLite .mobile-auth-toggle button.active{background-color:#01d676;color:white;z-index:1}.homeLite .mobile-auth-toggle .open-register-modal{position:relative;border-top-left-radius:10px;border-bottom-left-radius:10px}.homeLite .mobile-auth-toggle .open-register-modal:after{content:"";position:absolute;top:0;right:-25px;width:0;height:0;border-top:50px solid #01d676;border-right:25px solid transparent}.homeLite .mobile-auth-toggle .login-btn{position:relative;border-top-right-radius:10px;border-bottom-right-radius:10px}.homeLite .mobile-auth-toggle .login-btn:after{content:"";position:absolute;top:0;left:-25px;width:0;height:0;border-bottom:50px solid #01d676;border-left:25px solid transparent}.homeLite .inputV2-wrapper{border:none !important}.homeLite .inputV2-wrapper .inputV2{border:none !important}#auth-form-container.homeLite{background-color:transparent;padding-bottom:24px}#auth-form-container.homeLite div.error input{border-color:red !important}#auth-form-container.homeLite .form-title{font-size:24px}#auth-form-container.homeLite #loginSubmit{margin-top:24px}#auth-form-container.homeLite .register-box{padding:0}@media only screen and (min-width:701px){#auth-form-container.homeLite{width:400px}}.lightModal{background-color:#fff !important}.lightModal .form-title{color:#000 !important}.lightModal .inputV2{background-color:#fff !important;color:#000 !important}.lightModal .inputV2::placeholder{color:#a9a9ca !important}.lightModal .secondaryBtn{background-color:rgba(0,0,0,0.1) !important;color:#000 !important;border:none !important}.lightModal .accentBtnV2{background-color:#009653 !important;color:#fff !important}#devicesSelectionModal{max-width:550px}#devicesSelectionModal .modalTitle{margin:0;margin-bottom:32px}#devicesSelectionModal .modal-close{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;float:right;left:0;bottom:0;border:1px solid #5a5a5a;color:#5a5a5a}#devicesSelectionModal .headline{font-size:24px;font-weight:700;margin-bottom:32px}#devicesSelectionModal .device-name{font-size:14px}#devicesSelectionModal .device-item{display:flex;padding:12px 24px;background-color:#33334c;color:white;justify-content:space-between;border-radius:8px;cursor:pointer;font-weight:500}#devicesSelectionModal .device-item:not(:last-child){margin-bottom:12px}#devicesSelectionModal .device-item .device-checkbox{height:18px;line-height:18px}#devicesSelectionModal .device-item .device-checkbox::before{border-radius:50%}#devicesSelectionModal .device-item [type=checkbox]:checked+span.device-checkbox::before{top:unset;left:0;width:18px;height:18px;transform:none;border:0;background-color:#01d676}#devicesSelectionModal .device-item .device-name{margin-left:auto}#devicesSelectionModal .device-item .device-icon{display:inline-flex;gap:10px;align-items:center}.survey-lite-card-wrapper{background-color:#252539;border-radius:12px;height:100%;cursor:pointer}.survey-lite-card-wrapper .survey--card-content{display:flex;gap:20px;padding:15px;flex-direction:column}@media only screen and (max-width:700px){.survey-lite-card-wrapper .survey--card-content{gap:10px;padding:12px}}@media only screen and (max-width:560px){.survey-lite-card-wrapper .survey--card-content{gap:10px;padding:8px}}.survey-lite-card-wrapper .survey--card-type{display:flex;border-radius:8px;width:100%;aspect-ratio:1;align-items:center;justify-content:center;margin-bottom:14px}.survey-lite-card-wrapper .survey--card-type-featured{background:linear-gradient(224.1deg,#474976 0,#2f304b 97.67%)}.survey-lite-card-wrapper .survey--card-type-high_paying{background:linear-gradient(223.84deg,#00ff8c 0,#01d676 97.25%)}.survey-lite-card-wrapper .survey--card-type-short{background:linear-gradient(45.5deg,#4d4bd7 0,#4a47ff 100%)}.survey-lite-card-wrapper .survey--card-type-trending{background:linear-gradient(225.5deg,#ffd600 0,#ffaa2b 100%)}.survey-lite-card-wrapper .survey--card-type svg{width:77px;height:70px}@media only screen and (max-width:700px){.survey-lite-card-wrapper .survey--card-type{border-radius:4px;margin-bottom:8px}.survey-lite-card-wrapper .survey--card-type svg{width:45px;height:42px}}.survey-lite-card-wrapper .survey--card-title{max-width:100%;overflow:hidden;text-overflow:ellipsis}.survey-lite-card-wrapper .survey--card-title>span{font-weight:600;font-size:17px;color:#fff;letter-spacing:.2px;white-space:nowrap}@media only screen and (max-width:700px){.survey-lite-card-wrapper .survey--card-title>span{font-size:12px}}.survey-lite-card-wrapper .survey--card-duration>span{color:#a9a9ca;font-size:15px;font-weight:500}@media only screen and (max-width:700px){.survey-lite-card-wrapper .survey--card-duration>span{font-size:11px}}.survey-lite-card-wrapper .survey--card-footer{flex-wrap:nowrap;overflow:hidden}.survey-lite-card-wrapper .survey--reward-dollars{font-size:20px;font-weight:700;line-height:1.5}@media only screen and (max-width:700px){.survey-lite-card-wrapper .survey--reward-dollars{font-size:14px}}.survey-lite-card-wrapper .survey--reward-cents{font-size:18px;font-weight:600}@media only screen and (max-width:700px){.survey-lite-card-wrapper .survey--reward-cents{font-size:10px}}.survey-lite-card-wrapper .survey--rating{gap:6px;flex-wrap:nowrap}.survey-lite-card-wrapper .survey--rating span{font-size:17px;font-weight:600;line-height:1;color:#ccd}@media only screen and (max-width:700px){.survey-lite-card-wrapper .survey--rating span{font-size:12px}}.survey-lite-card-wrapper .survey--rating svg{width:16px;height:16px}@media only screen and (max-width:700px){.survey-lite-card-wrapper .survey--rating svg{width:12px;height:12px}}@media only screen and (max-width:700px){.survey-lite-card-wrapper .survey--rating{gap:4px}}