:root{--base-font:"Roboto",sans-serif!important;--bs-font-sans-serif:"Roboto",sans-serif!important;--bs-body-font-family:"Roboto",sans-serif!important;--bs-body-bg:#FFFFFF;--white-color:#FFFFFF;--gray-100:#F5F5F5;--gray-200:#E0E0E0;--gray-300:#9E9E9E;--gray-400:#616161;--gray-500:#4F4F4F;--black-color:#182C30;--bs-body-color:var(--black-color);--primary:#47AAAC;--primary-100:#52C2A8;--secondary:#3C93AF;--secondary-100:#024C5E;--light:#F5FAFA;--gradient:radial-gradient(108.92% 132.65% at 50.00% 60.10%, #068AAA 0%, #18D7DB 100%);--gradient-hover:linear-gradient(87deg, #18D7DB 0%, #18A6D3 100%);--gradient-active:#18A6D3;--gradient-secondary:linear-gradient(87deg, #18D7DB 0%, #024C5E 100%);--success:#0ABF53;--warning:#FFEB3B;--error:#F44336;--sm-radius:4px;--md-radius:8px;--lg-radius:16px;--sm-shadow:0 2px 4px 0px #C6D2D2;--md-shadow:0 15px 30px 0px rgba(224, 235, 235, 0.55);--lg-shadow:0 24px 48px 0px rgba(198, 210, 210, 0.55);--sm-shadow-revert:0 -2px 4px 0px #C6D2D2;--h1-size:3.5rem;--h1-size-mob:3rem;--h2-size:3rem;--h2-size-mob:2rem;--h3-size:2rem;--h3-size-mob:1.5rem;--subtitle-size:1.5rem;--subtitle-size-mob:1.125rem;--text-xs:0.625rem;--text-size:1rem;--text-sm:0.875rem;--text-size-md:1.063rem;--text-size-lg:1.125rem;--text-size-32:2rem;--lh-xs:1.14;--lh-sm:1.25;--lh-default:1.5;--lh-md:1.4;--lh-lg:1.44;--fw-normal:400;--fw-medium:500;--fw-semi:600;--fw-bold:700;--transition:.55s cubic-bezier(.25, .8, .25, 1);--transition-fast:.45s cubic-bezier(.25, .8, .25, 1);--z-index-header:10;--z-index-cookie:20;--bs-border-width:1px}.thanks-page{position:relative;min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4rem 0;background-color:var(--secondary-100)}.thanks-page:after{content:"";position:absolute;top:0;right:0;width:100%;height:100%;opacity:.8;background:radial-gradient(50% 50% at 50% 50%,#1c4344 0,rgba(24,44,48,0) 100%);-webkit-filter:blur(50px);filter:blur(50px);pointer-events:none}.thanks-page:before{content:"";position:absolute;top:0;right:0;width:100%;height:100%;opacity:.4;background:radial-gradient(50% 50% at 50% 50%,#47aaac 0,rgba(24,44,48,0) 100%);-webkit-filter:blur(50px);filter:blur(50px);pointer-events:none}.thanks-page__container{position:relative;z-index:1}.thanks-page__wrapper{max-width:35.563rem;margin:0 auto;text-align:center}.thanks-page__icon{width:6.313rem;height:6.313rem;border-radius:50%;margin-right:auto;margin-left:auto;margin-bottom:2.5rem;background-color:var(--secondary);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--white-color);-webkit-filter:drop-shadow(0 24px 48px rgba(51, 51, 51, .55));filter:drop-shadow(0 24px 48px rgba(51, 51, 51, .55))}.thanks-page__icon .icon{width:2.5rem;height:2.5rem}.thanks-page__title{color:var(--white-color);margin-bottom:1rem}.thanks-page__description{color:var(--gray-200);margin-bottom:1.125rem}.thanks-page__links{margin-top:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem}@media (min-width:1024px){.thanks-page__links{margin-top:4.813rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 1.125rem}}.thanks-page__link{color:var(--white-color);font-weight:var(--fw-medium)}.thanks-page__link:hover{text-decoration:underline}