:root{--background:#fff;--pitchBlack:#000;--light-silver:#ececec;--overViewTitle:#1d1d26;--overviewDesc:#58585c;--different-border:#b5ede4;--headerColor:#1f1f1f;--rg-gradient-angle:96deg;--rg-gradient-a:linear-gradient(var(--rg-gradient-angle,96deg),#fef571 0%,#aeffa8 29.94%,#8fffce 66.98%,#99f7ff 100%)}.shades{background-image:var(--rg-gradient-a,linear-gradient(120deg,#f8c7ff 20.08%,#d2ccff 75.81%))}body,html{width:100%;height:100%;scroll-behavior:smooth}body{color:var(--pitchBlack);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0;font-family:var(--font-inter);font-style:normal}a{color:inherit;text-decoration:none}h1,h2,h3{color:var(--headerColor);font-weight:500;font-family:var(--font-inter);-webkit-hyphens:auto;hyphens:auto;word-break:break-word;word-wrap:break-word;flex-grow:0;flex-shrink:0;letter-spacing:0}h1{font-size:2rem;line-height:1.25}h2{font-size:1.375rem}h2,h3{line-height:1.5}h3{font-size:1rem}hr{border:1px solid var(--light-silver)}.txt-props{font-size:14px;font-style:normal;font-weight:500;letter-spacing:-.28px;line-height:19.6px}.d-flex{display:flex;flex:none;flex-wrap:nowrap}.align-center{align-items:center}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.5rem}.mb-6{margin-bottom:2rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.5rem}.mr-6{margin-right:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.5rem}.mt-6{margin-top:2rem}.f-gap-1{gap:8px}.f-gap-2{gap:16px}.f-gap-3{gap:24px}.btn-max-width{max-width:170px}.d-inline-block{display:inline-block}.flex-wrap{flex-wrap:wrap}.card-border{border:1px solid var(--light-silver);border-radius:16px;overflow:hidden}.border-top-style{border-top-left-radius:16px;border-top-right-radius:16px;border:1px solid var(--light-silver);border-bottom:none;overflow:hidden}.border-bottom-style{border-bottom-left-radius:16px;border-bottom-right-radius:16px;border:1px solid var(--light-silver);border-top:none}.w-100{width:100%}input,textarea{background-color:var(--light-silver);border-radius:8px;font-size:14px;font-stretch:100%;font-style:normal;opacity:1;border:none;padding:12px 18px;width:100%;font-weight:500;color:var(--pitchBlack);outline:none}textarea{min-height:100px}.gradient-glow-2:before{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;background:linear-gradient(90deg,#8b5cf6,#ec4899);border-radius:16px;filter:blur(2px);opacity:.25;transition:opacity 1s;z-index:-1}@keyframes rotateGradient{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (prefers-color-scheme:dark){html{color-scheme:dark}}