.listStyle{list-style-type:disc}.container-div{display:flex;flex-direction:column;min-height:100vh}.content{flex:1}svg.tea{--secondary:#33406f}svg.tea #teabag{transform-origin:top center;transform:rotate(3deg);-webkit-animation:swing 2s infinite;animation:swing 2s infinite}svg.tea #steamL{stroke-dasharray:13;stroke-dashoffset:13;-webkit-animation:steamLarge 2s infinite;animation:steamLarge 2s infinite}svg.tea #steamR{stroke-dasharray:9;stroke-dashoffset:9;-webkit-animation:steamSmall 2s infinite;animation:steamSmall 2s infinite}@-webkit-keyframes swing{50%{transform:rotate(-3deg)}}@keyframes swing{50%{transform:rotate(-3deg)}}@-webkit-keyframes steamLarge{0%{stroke-dashoffset:13;opacity:.6}to{stroke-dashoffset:39;opacity:0}}@keyframes steamLarge{0%{stroke-dashoffset:13;opacity:.6}to{stroke-dashoffset:39;opacity:0}}@-webkit-keyframes steamSmall{10%{stroke-dashoffset:9;opacity:.6}80%{stroke-dashoffset:27;opacity:0}to{stroke-dashoffset:27;opacity:0}}@keyframes steamSmall{10%{stroke-dashoffset:9;opacity:.6}80%{stroke-dashoffset:27;opacity:0}to{stroke-dashoffset:27;opacity:0}}:root{--primary:red}@font-face{font-family:Poppins;font-style:normal;font-weight:400;src:url(/static/media/Poppins-Regular.8b6af8e5.ttf)}
  
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{background-color:transparent;background-image:none}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}fieldset,ol,ul{margin:0;padding:0}ol,ul{list-style:none}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:1.5}*,:after,:before{box-sizing:border-box;border:0 solid}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#a0aec0}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#a0aec0}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#a0aec0}input::placeholder,textarea::placeholder{color:#a0aec0}[role=button],button{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}.container{width:100%}@media (min-width:330px){.container{max-width:330px}}@media (min-width:650px){.container{max-width:650px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}.bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.bg-orange{--bg-opacity:1;background-color:#fd7366;background-color:rgba(253,115,102,var(--bg-opacity))}.bg-green{background-color:#24ce85}.bg-purple{--bg-opacity:1;background-color:#a160fb;background-color:rgba(161,96,251,var(--bg-opacity))}.bg-dark{--bg-opacity:1;background-color:#1a1a1a;background-color:rgba(26,26,26,var(--bg-opacity))}.border-gray{--border-opacity:1;border-color:#eaeaea;border-color:rgba(234,234,234,var(--border-opacity))}.border-green{border-color:#24ce85}.border-comming{--border-opacity:1;border-color:#a160fb;border-color:rgba(161,96,251,var(--border-opacity))}.rounded-xs{border-radius:8px}.rounded-sm{border-radius:12px}.rounded-lg{border-radius:25px}.rounded-full{border-radius:9999px}.border-solid{border-style:solid}.border-2{border-width:2px}.cursor-pointer{cursor:pointer}.flex{display:flex}.hidden{display:none}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.h-30{height:30px}.h-35{height:35px}.h-40{height:40px}.h-60{height:60px}.h-70{height:70px}.h-80{height:80px}.h-90{height:90px}.h-300{height:300px}.h-400{height:400px}.h-500{height:500px}.h-full{height:100%}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.leading-7{line-height:1.75rem}.leading-9{line-height:2.25rem}.leading-relaxed{line-height:1.625}.list-disc{list-style-type:disc}.m-1{margin:.25rem}.m-2{margin:.5rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mt-1{margin-top:.25rem}.mr-1{margin-right:.25rem}.mb-1{margin-bottom:.25rem}.ml-1{margin-left:.25rem}.mt-2{margin-top:.5rem}.mr-2{margin-right:.5rem}.ml-2{margin-left:.5rem}.mb-3{margin-bottom:.75rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.mt-6{margin-top:1.5rem}.mb-6{margin-bottom:1.5rem}.mt-8{margin-top:2rem}.mb-8{margin-bottom:2rem}.ml-8{margin-left:2rem}.mt-12{margin-top:3rem}.mb-12{margin-bottom:3rem}.mt-16{margin-top:4rem}.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}.ml-20{margin-left:20px}.mt-30{margin-top:30px}.mt-40{margin-top:40px}.mr-40{margin-right:40px}.mt-50{margin-top:50px}.mb-50{margin-bottom:50px}.mt-70{margin-top:70px}.mt-100{margin-top:100px}.mt-200{margin-top:200px}.ml-auto{margin-left:auto}.-mt-50{margin-top:-50px}.-mb-60{margin-bottom:-60px}.max-h-full{max-height:100%}.max-w-full{max-width:100%}.min-h-full{min-height:100%}.object-cover{object-fit:cover}.p-2{padding:.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.pb-1{padding-bottom:.25rem}.pb-3{padding-bottom:.75rem}.pt-20{padding-top:20px}.pl-20{padding-left:20px}.absolute{position:absolute}.relative{position:relative}.right-10{right:10px}.left-10{left:10px}.right-40{right:40px}.right-50{right:50px}.top-70{top:70px}.top-100{top:100px}.top-200{top:200px}.top-300{top:300px}.top-450{top:450px}.shadow-recb{box-shadow:0 5.08527px 0 #1b9b64}.shadow-card{box-shadow:0 3px 0 #1b9b64}.shadow-purple{box-shadow:0 5.08527px 0 #4d1b92}.text-center{text-align:center}.text-white{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.text-green{color:#24ce85}.text-comming{--text-opacity:1;color:#a160fb;color:rgba(161,96,251,var(--text-opacity))}.break-words{overflow-wrap:break-word}.w-30{width:30px}.w-35{width:35px}.w-60{width:60px}.w-65{width:65px}.w-70{width:70px}.w-80{width:80px}.w-120{width:120px}.w-140{width:140px}.w-200{width:200px}.w-250{width:250px}.w-270{width:270px}.w-300{width:300px}.w-full{width:100%}.transform{--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))}@-webkit-keyframes spin{to{transform:rotate(1turn)}}@keyframes spin{to{transform:rotate(1turn)}}@-webkit-keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@-webkit-keyframes pulse{50%{opacity:.5}}@keyframes pulse{50%{opacity:.5}}@-webkit-keyframes bounce{0%,to{transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes bounce{0%,to{transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}#root,body,html{height:100%}body{font-family:Poppins}.linkCardLeft{border-right:2px solid rgba(0,0,0,.1)}button:focus,input:focus{outline:none}.Toastify__toast{border-radius:12px;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));text-align:center;font-weight:700;margin:.25rem}.Toastify__toast--success{background-color:#24ce85}.Toastify__toast--error{--bg-opacity:1;background-color:#f50312;background-color:rgba(245,3,18,var(--bg-opacity))}li{list-style-type:none}@media (min-width:330px){.xs\:container{width:100%;max-width:330px}@media (min-width:650px){.xs\:container{max-width:650px}}@media (min-width:768px){.xs\:container{max-width:768px}}@media (min-width:1024px){.xs\:container{max-width:1024px}}@media (min-width:1280px){.xs\:container{max-width:1280px}}.xs\:h-90{height:90px}.xs\:pl-2{padding-left:.5rem}.xs\:w-160{width:160px}.xs\:w-310{width:310px}.xs\:w-350{width:350px}}@media (min-width:650px){.sm\:container{width:100%}@media (min-width:330px){.sm\:container{max-width:330px}}@media (min-width:650px){.sm\:container{max-width:650px}}@media (min-width:768px){.sm\:container{max-width:768px}}@media (min-width:1024px){.sm\:container{max-width:1024px}}@media (min-width:1280px){.sm\:container{max-width:1280px}}.sm\:h-70{height:70px}.sm\:h-100{height:100px}.sm\:h-110{height:110px}.sm\:text-2xl{font-size:1.5rem}.sm\:mt-3{margin-top:.75rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:pl-0{padding-left:0}.sm\:pb-4{padding-bottom:1rem}.sm\:w-70{width:70px}.sm\:w-80{width:80px}.sm\:w-100{width:100px}.sm\:w-200{width:200px}.sm\:w-400{width:400px}.sm\:w-600{width:600px}.sm\:w-620{width:620px}.sm\:w-650{width:650px}}@media (min-width:768px){.md\:container{width:100%}@media (min-width:330px){.md\:container{max-width:330px}}@media (min-width:650px){.md\:container{max-width:650px}}@media (min-width:768px){.md\:container{max-width:768px}}@media (min-width:1024px){.md\:container{max-width:1024px}}@media (min-width:1280px){.md\:container{max-width:1280px}}.md\:block{display:block}.md\:flex{display:flex}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:justify-start{justify-content:flex-start}.md\:justify-between{justify-content:space-between}.md\:justify-around{justify-content:space-around}.md\:h-50{height:50px}.md\:h-80{height:80px}.md\:h-500{height:500px}.md\:h-730{height:730px}.md\:h-800{height:800px}.md\:text-xl{font-size:1.25rem}.md\:text-2xl{font-size:1.5rem}.md\:text-3xl{font-size:1.875rem}.md\:text-4xl{font-size:2.25rem}.md\:text-5xl{font-size:3rem}.md\:mx-4{margin-left:1rem;margin-right:1rem}.md\:mx-12{margin-left:3rem;margin-right:3rem}.md\:mt-0{margin-top:0}.md\:mt-4{margin-top:1rem}.md\:ml-4{margin-left:1rem}.md\:mr-8{margin-right:2rem}.md\:mr-12{margin-right:3rem}.md\:ml-12{margin-left:3rem}.md\:mr-20{margin-right:20px}.md\:ml-20{margin-left:20px}.md\:mt-30{margin-top:30px}.md\:mt-40{margin-top:40px}.md\:mr-40{margin-right:40px}.md\:ml-80{margin-left:80px}.md\:mt-100{margin-top:100px}.md\:mb-100{margin-bottom:100px}.md\:mt-140{margin-top:140px}.md\:mt-200{margin-top:200px}.md\:-mb-80{margin-bottom:-80px}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:pt-60{padding-top:60px}.md\:right-50{right:50px}.md\:right-100{right:100px}.md\:top-200{top:200px}.md\:left-200{left:200px}.md\:top-400{top:400px}.md\:top-500{top:500px}.md\:w-80{width:80px}.md\:w-90{width:90px}.md\:w-100{width:100px}.md\:w-200{width:200px}.md\:w-220{width:220px}.md\:w-250{width:250px}.md\:w-300{width:300px}.md\:w-350{width:350px}.md\:w-400{width:400px}.md\:w-500{width:500px}.md\:w-600{width:600px}}@media (min-width:1024px){.lg\:container{width:100%}@media (min-width:330px){.lg\:container{max-width:330px}}@media (min-width:650px){.lg\:container{max-width:650px}}@media (min-width:768px){.lg\:container{max-width:768px}}@media (min-width:1024px){.lg\:container{max-width:1024px}}@media (min-width:1280px){.lg\:container{max-width:1280px}}.lg\:h-60{height:60px}.lg\:text-5xl{font-size:3rem}.lg\:text-6xl{font-size:4rem}.lg\:ml-30{margin-left:30px}.lg\:mr-50{margin-right:50px}.lg\:-mb-110{margin-bottom:-110px}.lg\:py-20{padding-top:20px;padding-bottom:20px}.lg\:px-40{padding-left:40px;padding-right:40px}.lg\:w-350{width:350px}.lg\:w-500{width:500px}.lg\:w-550{width:550px}.lg\:w-600{width:600px}.lg\:w-640{width:640px}.lg\:w-730{width:730px}.lg\:w-800{width:800px}.lg\:w-900{width:900px}}@media (min-width:1280px){.xl\:container{width:100%}@media (min-width:330px){.xl\:container{max-width:330px}}@media (min-width:650px){.xl\:container{max-width:650px}}@media (min-width:768px){.xl\:container{max-width:768px}}@media (min-width:1024px){.xl\:container{max-width:1024px}}@media (min-width:1280px){.xl\:container{max-width:1280px}}.xl\:h-900{height:900px}.xl\:h-1100{height:1100px}.xl\:mr-100{margin-right:100px}.xl\:top-300{top:300px}.xl\:left-450{left:450px}.xl\:left-500{left:500px}.xl\:left-600{left:600px}.xl\:top-700{top:700px}.xl\:top-900{top:900px}.xl\:w-480{width:480px}.xl\:w-550{width:550px}.xl\:w-600{width:600px}.xl\:w-700{width:700px}}