@import url(https://fonts.googleapis.com/css2?family=Poppins&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,sans-serif;margin:0}.inter-font{font-family:Inter,serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{display:none}::-webkit-scrollbar-track{background-color:#e0e0e0}::-webkit-scrollbar-thumb{background-color:#888}::-webkit-scrollbar-track:hover{background-color:#555}a:link,a:visited{background-color:initial;color:#2355f5;text-decoration:none}a:active,a:hover{background-color:initial;color:#2355f5;text-decoration:underline}#root{background-color:#e5e5e5;font-size:16px}*{box-sizing:border-box;font-family:Rubik;margin:0;padding:0}.App{background-color:#fff;margin:auto;text-align:center}.App,.footer{width:28rem}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (min-width:448px){.App,.footer{width:28rem}}@media screen and (max-width:448px) and (min-width:360px){.App,.footer{width:100vw}}@media screen and (max-width:360px){.App,.footer{width:360px}}.grid{display:grid}.flex{display:flex}.flex-1{flex:1 1}.flex-2{flex:2 1}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.block{display:block}.none{display:none}.inline{display:inline}.inline-block{display:inline-block}.visibility-hidden{visibility:hidden}.visibility-visible{visibility:visible}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.align-center{align-items:center}.align-start{align-items:flex-start}.align-end{align-items:flex-end}.align-stretch{align-items:stretch}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-justify{text-align:justify}.m-auto{margin:auto}.m-0{margin:0}.m-1{margin:4px}.m-2{margin:8px}.m-3{margin:12px}.m-4{margin:16px}.m-5{margin:20px}.ml-0{margin-left:0}.ml-1{margin-left:4px}.ml-2{margin-left:8px}.ml-3{margin-left:12px}.ml-4{margin-left:16px}.ml-5{margin-left:20px}.ml-6{margin-left:24px}.mr-0{margin-right:0}.mr-1{margin-right:4px}.mr-2{margin-right:8px}.mr-3{margin-right:12px}.mr-4{margin-right:16px}.mr-5{margin-right:20px}.mr-6{margin-right:24px}.mh-0{margin-left:0;margin-right:0}.mh-1{margin-left:4px;margin-right:4px}.mh-2{margin-left:8px;margin-right:8px}.mh-3{margin-left:12px;margin-right:12px}.mh-4{margin-left:16px;margin-right:16px}.mh-5{margin-left:20px;margin-right:20px}.mh-6{margin-left:24px;margin-right:24px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-5,.mb-6{margin-bottom:20px}.mb-7{margin-bottom:28px}.mb-8{margin-bottom:32px}.mt-0{margin-top:0}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mt-5{margin-top:20px}.mt-6{margin-top:24px}.mt-7{margin-top:32px}.mt-8{margin-top:45px}.mt-auto{margin-top:auto}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.p-auto{padding:auto}.p-0{padding:0}.p-1{padding:4px}.p-2{padding:8px}.p-3{padding:12px}.p-4{padding:16px}.p-5{padding:20px}.p-6{padding:24px}.pl-0{padding-left:0}.pl-1{padding-left:4px}.pl-2{padding-left:8px}.pl-3{padding-left:12px}.pl-4{padding-left:16px}.pl-5{padding-left:20px}.pl-7{padding-left:28px}.pl-8{padding-left:32px}.pr-0{padding-right:0}.pr-1{padding-right:4px}.pr-2{padding-right:8px}.pr-3{padding-right:12px}.pr-4{padding-right:16px}.pr-5{padding-right:20px}.pr-7{padding-right:28px}.pr-8{padding-right:32px}.pb-0{padding-bottom:0}.pb-1{padding-bottom:4px}.pb-2{padding-bottom:8px}.pb-3{padding-bottom:12px}.pb-4{padding-bottom:16px}.pb-5{padding-bottom:20px}.pb-6{padding-bottom:24px}.pb-7{padding-bottom:28px}.pb-8{padding-bottom:32px}.pt-0{padding-top:0}.pt-1{padding-top:4px}.pt-2{padding-top:8px}.pt-3{padding-top:12px}.pt-4{padding-top:16px}.pt-5{padding-top:20px}.h-0{height:0}.w-0{width:0}.h-100{height:100%}.w-100{width:100%}.w-auto{width:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-auto{overflow:auto}.overflow-ellipsis{text-overflow:ellipsis}.overflow-x-hidden{overflow-x:hidden}.overflow-x-visible{overflow-x:visible}.overflow-x-scroll{overflow-x:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-hidden{overflow-y:hidden}.overflow-y-visible{overflow-y:visible}.overflow-y-scroll{overflow-y:scroll}.overflo-y-auto{overflow-y:auto}.absolute{position:absolute}.relative{position:relative}.fixed{position:fixed}.sticky{position:sticky}.float-right{float:right}.float-left{float:left}.float-none{float:none}.border-radius{border-radius:8px}.border-grey{border:1px solid #e5e5e5}.border-dash-grey{border:1px dashed}.border-radius2{border-radius:16px}.cursor-pointer{cursor:pointer}.white-nowrap{white-space:nowrap}.bs-1{box-shadow:0 .0625rem .25rem #0000001f}.bs-2{box-shadow:0 .25rem .25rem #00000040}.flex-grow{flex-grow:1}.border-pink{border:.0625rem solid #e91e63}.flex-gap-1{gap:4px}.flex-gap-2{gap:8px}.flex-gap-3{gap:12px}.flex-gap-4{gap:16px}.flex-gap-5{gap:20px}.flex-gap-6{gap:24px}.video-player .slick-slide{transform:scale(.8)}.video-player .slick-active{transform:scale(1)}.MuiTooltip-tooltip{background:#333!important;max-width:12.5rem!important}.slick-initialized,.slick-list,.slick-slider,.slick-track{z-index:10}.enable-engage-working{border-radius:.75rem}.left-0{left:0}.slick-dots>.slick-active>div{opacity:1!important}.lottie>svg{width:auto!important}.list::marker{font-size:.5rem}.marquee-text{background:linear-gradient(92deg,#ffd2a8,#ffd2a899)}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.text-overline{text-decoration:overline}.text-through{text-decoration:line-through}.text-underline{text-decoration:underline}.text-underline-overline{text-decoration:underline overline}.white-gradient{background:linear-gradient(180deg,#fff,#fffc)}.blue-gradient{background:linear-gradient(98deg,#17336f 4.1%,#254ea3)}.clamp-text-lines-1{-webkit-line-clamp:1}.clamp-text-lines-1,.clamp-text-lines-2{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:normal}.clamp-text-lines-2{-webkit-line-clamp:2}.clamp-text-lines-3{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:normal}.react-video-player>video{border-radius:inherit;display:block}.twon-grid-container{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:#0000001a;background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px #00000080,inset 0 0 0 1px #00000080;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:currentColor;border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);transform:rotate(45deg);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.wishlink-loader path{stroke-dashoffset:210;stroke-dasharray:210;animation:draw .9s infinite forwards}@keyframes draw{0%{stroke-dashoffset:210;fill-opacity:0}50%{fill-opacity:.1}to{stroke-dashoffset:0;fill-opacity:1}}@keyframes fill-in{to{fill-opacity:1}}@keyframes toastAnimation{0%{bottom:0}3.3%{bottom:5rem}96.7%{bottom:5rem}to{bottom:0}}.main-content,.overlay-content{padding:20px;width:inherit}.overlay-content{background:linear-gradient(#b3b3b305,#1414147a 46.88%,#000);border-radius:5px;bottom:0;box-shadow:0 4px 8px 0 #0003;left:50%;position:fixed;text-align:center;transform:translateX(-50%)}.rectangle-wrapper{background:linear-gradient(180deg,#e38125,#e3812599);border-radius:10px;height:1.25rem;position:relative;width:1.25rem}.close-btn{border:1px solid #0003;border-radius:50%;cursor:pointer;padding:2px 7px;position:absolute;right:.2rem;top:.2rem}
/*# sourceMappingURL=main.7f123d2a.css.map*/