html{--reset-rem-size: 16px;--base-font-family: "Poppins", sans-serif}.custom-scroll{scrollbar-color:light;scrollbar-width:thin;scrollbar-color:var(--white) rgba(0,0,0,0)}.custom-scroll::-webkit-scrollbar{-webkit-appearance:none;width:7px;height:7px}.custom-scroll::-webkit-scrollbar-button,.custom-scroll::-webkit-scrollbar-corner{display:none}.custom-scroll::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0);min-width:32px;min-height:32px;border-radius:5px}.custom-scroll::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.custom-scroll:hover::-webkit-scrollbar-thumb{background-color:rgba(var(--white-rgb), 0.25)}:root{--black:#000;--white:#fff;--client-primary:#FFDB01;--client-primary-dark:#f0d005;--client-text-color:#050505;--primary:#0E4669;--primary-light:#475467;--primary-dark:#041E30;--secondary:#FFDB01;--accent:#EBF385;--accent-dark:#C0C94E;--main-black:#050505;--grey:#7D7D7D;--grey-light:#8F8F8F;--grey-dark:#595959;--bg-lighter:#F9FBFF;--bg-light:#EBEDF1;--bg-dark:#FAFAFA;--border-color:#D0D5DD;--border-color-light:#EBEEF4;--border-color-dark:#E3E8F5;--border-color-accent:#BCC45A;--success:#057830;--danger:#F44F2B;--text-linear-gradient:linear-gradient(100deg, #40A3F4 9.39%, #DDEA37 137.84%);--interactive-primary:#043C5F}*,*::before,*::after{box-sizing:border-box}*{margin:0;padding:0;font:inherit}html{font-size:var(--reset-rem-size)}*{font-family:var(--base-font-family);font-size:inherit;color:inherit;line-height:inherit}body{min-height:100dvh;text-rendering:optimizeSpeed;line-height:1.3;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}p,h1,h2,h3,h4,h5,h6{font-weight:normal;overflow-wrap:break-word}input,button,textarea,select{font:inherit}#root,#__next{isolation:isolate}input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-text-fill-color:#000;box-shadow:0 0 0px 1000px #fff inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}ul,ol{padding:0;margin:0}ul[role=list],ol[role=list]{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}pre{font-family:var(--base-font-family);-moz-tab-size:2;-o-tab-size:2;tab-size:2}html:focus-within{scroll-behavior:smooth}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}@media(prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}.mh-100{min-height:100%}.hub-btn{--hub-btn-bg-color: transparent;--hub-btn-font-color: #fff;--hub-btn-font-size: 16px;--hub-btn-border-color: transparent;--hub-btn-border-radius: 35px;--hub-btn-hover-bg-color: var(--hub-btn-bg-color);--hub-btn-hover-font-color: var(--hub-btn-font-color);--hub-btn-hover-border-color: var(--hub-btn-border-color);--hub-btn-focus-bg-color: var(--hub-btn-bg-color);--hub-btn-focus-font-color: var(--hub-btn-font-color);--hub-btn-focus-border-color: var(--hub-btn-border-color);--hub-btn-disabled-font-color: var(--grey);--hub-btn-column-gap: 8px;position:relative;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:var(--hub-btn-column-gap);background-color:var(--hub-btn-bg-color);color:var(--hub-btn-font-color);font-weight:600;font-size:var(--hub-btn-font-size);line-height:1;text-align:center;padding:1.125rem 2rem;border:1px solid var(--hub-btn-border-color);border-radius:var(--hub-btn-border-radius);-moz-column-gap:var(--hub-btn-column-gap);column-gap:var(--hub-btn-column-gap);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;transition:all .3s ease-in-out}.hub-btn:disabled,.hub-btn.disabled,.hub-btn[aria-disabled=true]{cursor:default;pointer-events:none;opacity:.7}.hub-btn svg *{transition:all .4s}.hub-btn:hover{background-color:var(--hub-btn-hover-bg-color);color:var(--hub-btn-hover-font-color);border-color:var(--hub-btn-hover-border-color)}.hub-btn-primary{--hub-btn-bg-color: var(--primary);--hub-btn-hover-bg-color: var(--interactive-primary)}@media only screen and (max-width: 991px){.hub-btn-primary{min-width:100%}}.hub-btn-secondary{--hub-btn-bg-color: var(--bg-lighter);--hub-btn-hover-bg-color: #edf0f6;--hub-btn-font-color: var(--main-black);--hub-btn-border-color: var(--border-color-dark: #)}.hub-btn-smiple{--hub-btn-font-color: var(--primary);padding:0;text-decoration:underline}@media only screen and (max-width: 767px){.hub-btn-smiple{--hub-btn-font-size: 14px}}.hub-btn-smiple:hover{text-decoration:none}.hub-btn-lg{padding:1.125rem 2.8125rem}a.hub-btn-primary{text-decoration:none}.d-flex{display:-ms-flexbox;display:flex}.d-inline-flex{display:-ms-inline-flexbox;display:inline-flex}.flex-row{-ms-flex-direction:row;flex-direction:row}.flex-row-reverse{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-column{-ms-flex-direction:column;flex-direction:column}.flex-column-reverse{-ms-flex-direction:column-reverse;flex-direction:column-reverse}.justify-content-start{-ms-flex-pack:start;justify-content:flex-start}.justify-content-end{-ms-flex-pack:end;justify-content:flex-end}.justify-content-center{-ms-flex-pack:center;justify-content:center}.justify-content-between{-ms-flex-pack:justify;justify-content:space-between}.justify-content-around{-ms-flex-pack:distribute;justify-content:space-around}.justify-content-evenly{-ms-flex-pack:space-evenly;justify-content:space-evenly}.flex-align-stretch{-ms-flex-align:stretch;align-items:stretch}.align-items-center{-ms-flex-align:center;align-items:center}.align-items-start{-ms-flex-align:start;align-items:start}.align-items-end{-ms-flex-align:end;align-items:end}.align-items-baseline{-ms-flex-align:baseline;align-items:baseline}.flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.flex-fit{min-width:0;-ms-flex:1 1 0%;flex:1 1 0%}.hub-font-family-primary{font-family:var(--base-font-family)}.hub-font-body-xs{font-weight:400;font-size:.75rem;color:var(--main-black);line-height:1.3}.hub-font-body-normal{font-weight:400;font-size:.8125rem;color:var(--main-black);line-height:1.3}.hub-font-body-small{font-weight:400;font-size:.875rem;color:var(--main-black);line-height:1.3}.hub-font-body-medium{font-weight:400;font-size:1rem;color:var(--main-black);line-height:1.3}.hub-font-title-xs{font-weight:600;font-size:1.25rem;color:var(--main-black);line-height:1.3}@media only screen and (max-width: 767px){.hub-font-title-xs{font-size:1rem}}.hub-font-title-small{font-weight:600;font-size:1.5rem;color:var(--main-black);line-height:1.3}@media only screen and (max-width: 767px){.hub-font-title-small{font-weight:400;font-size:1rem}}.hub-font-title-medium{font-weight:600;font-size:2rem;color:var(--main-black);line-height:1.3}@media only screen and (max-width: 767px){.hub-font-title-medium{font-size:1.25rem}}.hub-font-title-large{font-weight:600;font-size:3rem;color:var(--main-black);line-height:1.3;letter-spacing:-0.96px}@media only screen and (max-width: 767px){.hub-font-title-large{font-size:1.75rem}}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.hub-font-weight-300{font-weight:300}.hub-font-weight-400{font-weight:400}.hub-font-weight-500{font-weight:500}.hub-font-weight-600{font-weight:600}.hub-font-weight-700{font-weight:700}.hub-line-height-12{line-height:1.2}.hub-line-height-13{line-height:1.3}.hub-line-height-14{line-height:1.4}.hub-line-height-15{line-height:1.5}.font-color-grey{color:var(--grey)}.font-color-grey-dark{color:var(--grey-dark)}.hub-text-special{display:-ms-inline-flexbox;display:inline-flex;background:linear-gradient(100deg, #40A3F4 9.39%, #DDEA37 137.84%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.d-block{display:block !important}.d-none{display:none}.cursor-pointer{cursor:pointer}.hub-fade-in{opacity:1}.hub-header{position:sticky;top:0;max-width:1330px;background-color:var(--white);padding:2.5rem 2.5rem .9375rem 2.5rem;margin:0 auto .9375rem auto;z-index:99}@media only screen and (max-width: 991px){.hub-header{position:static;background-color:rgba(0,0,0,0);padding:32px 32px 12px 32px;margin:0}}.hub-header.hub-signup-final-step{display:none}.hub-header .hub-logo{display:-ms-flexbox;display:flex;max-width:158px}@media only screen and (max-width: 991px){.hub-header .hub-logo{max-width:105px}}:root{--hub-form-field-bacground-color: transparent;--hub-form-label-size: 14px;--hub-form-label-color: var(--main-black);--hub-form-value-size: 14px;--hub-form-value-color: var(--primary-dark);--hub-form-placeholder-color: var(--primary-light);--hub-form-field-min-height: 50px;--hub-form-field-border-radius: 8px;--hub-form-field-border-color: var(--border-color);--hub-form-field-hover-border-color: var(--main-black);--hub-form-field-disabled-bg-color: var(--hub-form-field-hover-border-color)}.hub-form-label{display:-ms-inline-flexbox;display:inline-flex;font-weight:600;font-size:var(--hub-form-label-size);color:var(--hub-form-label-color);line-height:1;margin-bottom:.375rem}.hub-form-control{display:block;width:100%;background-color:var(--hub-form-field-bacground-color);min-height:var(--hub-form-field-min-height);font-weight:500;font-size:var(--hub-form-value-size);line-height:1.72;color:var(--hub-form-value-color);padding:.625rem .875rem;border:1px solid var(--hub-form-field-border-color);border-radius:var(--hub-form-field-border-radius);transition:all .4s}.hub-form-control::-moz-placeholder{color:var(--hub-form-placeholder-color)}.hub-form-control:-ms-input-placeholder{color:var(--hub-form-placeholder-color)}.hub-form-control::placeholder{color:var(--hub-form-placeholder-color)}.hub-form-control:hover,.hub-form-control:focus{border-color:var(--hub-form-field-hover-border-color)}.hub-form-control:focus-visible{outline:0}textarea.hub-form-control{min-height:110px;border-radius:16px}.hub-form-control-no-resize{resize:none}.hub-form-group:not(:last-child),.hub-form-group:last-child[class*=form-row-col-]{margin-bottom:1rem}.hub-form-group.hub-form-error{--hub-form-field-border-color: var(--danger);--hub-form-field-hover-border-color: var(--danger)}.hub-form-group.hub-form-error .hub-form-error-text{display:block}.hub-form-helper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:8px;color:var(--grey-light);font-size:13px;font-weight:400;line-height:1.4;margin-top:-4px}.hub-otp-timer-text{display:none;color:var(--danger);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.3;margin-top:1rem}@media only screen and (max-width: 991px){.hub-otp-timer-text{text-align:center}}.hub-otp-timer-text.hub-otp-timer-text-active{display:block}.hub-form-error-text{display:none;color:var(--danger);font-size:13px;font-weight:400;line-height:1.3;margin-top:6px}.hub-form-field-password{--password-icon-width: 20px;position:relative}.hub-form-field-password .hub-form-control{padding-right:calc(4px + var(--password-icon-width) + 16px)}.hub-form-field-password .hub-form-field-password-icon{position:absolute;right:14px;top:50%;min-width:var(--password-icon-width);aspect-ratio:1;transform:translateY(-50%);cursor:pointer}.hub-form-field-password .hub-form-field-password-icon>*{position:absolute;transition:all .3s}.hub-form-field-password .hub-form-field-password-icon .hub-form-field-password-icon-hide{opacity:0}.hub-form-field-password .hub-form-field-password-icon.hub-form-field-password-show .hub-form-field-password-icon-show{opacity:0}.hub-form-field-password .hub-form-field-password-icon.hub-form-field-password-show .hub-form-field-password-icon-hide{opacity:1}.hub-password-validation-field-lists{list-style:none;display:grid;grid-template-columns:repeat(2, 1fr);gap:8px 6px;margin-top:8px}.hub-password-validation-field-lists .hub-password-validation-field-item{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;gap:8px;color:#9a9ba6;font-size:11px;font-weight:500;line-height:1.2;transition:all .4s}.hub-password-validation-field-lists .hub-password-validation-field-item.hub-password-validation-field-success{color:var(--success)}.hub-password-validation-field-lists .hub-password-validation-field-item.hub-password-validation-field-success .hub-field-validation-status-icon{background-color:var(--success)}.hub-password-validation-field-lists .hub-field-validation-status-icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;min-width:12px;aspect-ratio:1;background-color:#9a9ba6;border-radius:50%;transition:all .4s}.hub-otp-verification{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding-top:2.5rem}@media only screen and (max-width: 991px){.hub-otp-verification{padding-top:20px}}.hub-otp-verification.hub-otp-verification-inactive{display:none}.hub-otp-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;min-width:37.8125rem;max-width:37.8125rem;padding:3rem 2.1875rem;border:1px solid var(--border-color-light);border-radius:24px;box-shadow:0px 3.332px 44.32px 8.33px rgba(0,0,0,.06)}@media only screen and (max-width: 991px){.hub-otp-wrapper{-ms-flex-align:self-start;align-items:self-start;min-width:100%;max-width:100%;padding:0 16px;border:0;border-radius:0;box-shadow:none}}.hub-otp-wrapper .hub-otp-title{line-height:1.2;letter-spacing:-0.96px}.hub-otp-wrapper .hub-otp-sub-title{line-height:1.2;letter-spacing:-0.48px;margin-bottom:1rem}.hub-otp-wrapper .hub-otp-desc{margin-bottom:3rem}.hub-otp-wrapper .hub-otp-code-sent-box{gap:.75rem}@media only screen and (max-width: 991px){.hub-otp-wrapper .hub-otp-code-sent-box{min-width:100%}}.hub-otp-wrapper .hub-otp-btn{min-width:55%;margin:2rem 0 1.5rem 0}@media only screen and (max-width: 991px){.hub-otp-wrapper .hub-otp-btn{min-width:100%}}@media only screen and (max-width: 991px){.hub-otp-fields-sec{margin:0 auto}}.hub-otp-fields{display:-ms-flexbox;display:flex;gap:.75rem;max-width:17.1875rem}@media only screen and (max-width: 991px){.hub-otp-fields{margin:0 auto}}.hub-otp-fields .hub-otp-input{--hub-form-field-bacground-color: var(--bg-dark);--hub-form-value-size: 20px;font-weight:500;min-height:3.75rem;text-align:center;border-radius:8px}.hub-signup-stepper{--form-max-width: 65%;display:none;opacity:0;transition:opacity .4s ease-in-out}@media only screen and (max-width: 1300px){.hub-signup-stepper{--form-max-width: 85%}}@media only screen and (max-width: 991px){.hub-signup-stepper{--form-max-width: 100%}}.hub-signup-stepper.hub-signup-stepper-active{display:block}.hub-signup-stepper.hub-fade-in{opacity:1}.hub-signup-stepper .hub-signup-stepper-item{display:none;gap:6.25rem;opacity:0;transition:opacity .4s ease-in-out}@media only screen and (max-width: 1300px){.hub-signup-stepper .hub-signup-stepper-item{gap:1.875rem}}@media only screen and (max-width: 991px){.hub-signup-stepper .hub-signup-stepper-item{-ms-flex-direction:column;flex-direction:column;-ms-flex-flow:column-reverse;flex-flow:column-reverse;gap:0rem}}.hub-signup-stepper .hub-signup-stepper-item.hub-signup-stepper-item-active{display:-ms-flexbox;display:flex}.hub-signup-stepper .hub-signup-stepper-item.hub-fade-in{opacity:1}.hub-signup-stepper .hub-signup-stepper-column-left{min-width:0;-ms-flex:1 1 0px;flex:1 1 0;margin-top:4.0625rem}@media only screen and (max-width: 991px){.hub-signup-stepper .hub-signup-stepper-column-left{background-color:#fff;padding:24px 16px;border-radius:16px;box-shadow:0px 4px 20px 0px rgba(0,0,0,.12);margin-top:0}}.hub-signup-stepper .hub-signup-stepper-column-right{-ms-flex:1 1 auto;flex:1 1 auto;max-width:30.3125rem}@media only screen and (max-width: 1300px){.hub-signup-stepper .hub-signup-stepper-column-right{max-width:26.875rem}}@media only screen and (max-width: 991px){.hub-signup-stepper .hub-signup-stepper-column-right{max-width:100%}}.hub-signup-stepper,.hub-type-form-sec{position:relative;max-width:1250px;margin:auto}@media only screen and (max-width: 991px){.hub-signup-stepper::before,.hub-type-form-sec::before{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(161deg, rgba(216, 236, 255, 0.8) 10.83%, #FFF 54.29%, rgba(216, 236, 255, 0.9) 97.53%);z-index:-1}}.hub-step-testimonial-item{position:relative;--bg-image: url(../images/step-1-bg.svg);max-width:28.125rem;padding:0 .625rem 2rem 2rem}@media only screen and (max-width: 991px){.hub-step-testimonial-item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;max-width:100%;padding:0}}.hub-step-testimonial-item::before{content:"";position:absolute;right:0;bottom:0;min-width:27.625rem;min-height:29.4375rem;background-image:var(--bg-image);background-size:cover;background-repeat:no-repeat;border-radius:32px}@media only screen and (max-width: 1300px){.hub-step-testimonial-item::before{min-width:100%}}@media only screen and (max-width: 991px){.hub-step-testimonial-item::before{display:none}}.hub-step-testimonial-item>*{position:relative;z-index:1}@media only screen and (max-width: 991px){.hub-step-testimonial-item>*:not(.hub-step-testimonial-img){display:none}}.hub-step-testimonial-item .hub-step-testimonial-img{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-bottom:2.5rem}.hub-step-testimonial-item .hub-step-testimonial-img img.img-responsive{display:none}@media only screen and (max-width: 991px){.hub-step-testimonial-item .hub-step-testimonial-img img.img-responsive{display:block}}@media only screen and (max-width: 991px){.hub-step-testimonial-item .hub-step-testimonial-img img:not(.img-responsive){display:none}}@media only screen and (max-width: 991px){.hub-step-testimonial-item .hub-step-testimonial-img{margin-bottom:0}}.hub-step-testimonial-item .hub-step-testimonial-img-icon{position:absolute;top:100px;left:-55px}.hub-step-testimonial-item .hub-testimonials-footer{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.25rem;margin:2rem 0 1.125rem 0}@media only screen and (max-width: 991px){.hub-step-testimonial-item .hub-testimonials-footer{display:none}}.hub-step-testimonial-item .hub-testimonials-footer-text{font-size:1.125rem}.hub-step-testimonial-item .hub-testimonials-text-special{margin-top:1rem}.hub-signup-stepper-item:nth-child(2) .hub-step-testimonial-item{--bg-image: url(../images/step-2-bg.svg)}.hub-signup-stepper-item:nth-child(2) .hub-step-testimonial-item .hub-step-testimonial-img{margin:0 -30px 20px 0}@media only screen and (max-width: 991px){.hub-signup-stepper-item:nth-child(2) .hub-step-testimonial-item .hub-step-testimonial-img{margin:0}}.hub-signup-stepper-item:nth-child(2) .hub-step-testimonial-item .hub-step-testimonial-text{max-width:80%}.hub-signup-stepper-item:nth-child(2) .hub-step-testimonial-item .hub-step-testimonial-img-icon{top:42px;left:6px}.hub-signup-stepper-item:nth-child(3) .hub-step-testimonial-item{--bg-image: url(../images/step-3-bg.svg);margin-top:3.125rem;padding-bottom:4.375rem}@media only screen and (max-width: 991px){.hub-signup-stepper-item:nth-child(3) .hub-step-testimonial-item{margin-top:0;padding-bottom:0}}.hub-signup-stepper-item:nth-child(3) .hub-step-testimonial-item .hub-step-testimonial-img{-ms-flex-pack:start;justify-content:flex-start;margin-bottom:3.125rem}@media only screen and (max-width: 991px){.hub-signup-stepper-item:nth-child(3) .hub-step-testimonial-item .hub-step-testimonial-img{margin:0}}.hub-signup-stepper-item:nth-child(3) .hub-step-testimonial-item .hub-step-testimonial-img-icon{top:-18px;left:auto;right:55px}.hub-signup-stepper-final{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;display:none;opacity:0;transition:opacity .4s ease-in-out}.hub-signup-stepper-final.hub-signup-stepper-final-active{display:-ms-flexbox;display:flex}.hub-signup-stepper-final.hub-fade-in{opacity:1}.hub-signup-stepper-final-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-align:center}@media only screen and (max-width: 991px){.hub-signup-stepper-final-content{padding:12dvh 16px 0 16px}}.hub-signup-stepper-final-icon{max-width:146px;display:-ms-flexbox;display:flex;margin:0 0 18px -20px}.hub-signup-stepper-final-sub-title{max-width:418px;margin-top:32px}.hub-signup-stepper-final-desc{max-width:29.6875rem;margin-top:16px}.hub-signup-stepper-final-btn{margin-top:32px}.hub-type-form-sec{display:none;opacity:0;transition:opacity .4s ease-in-out}.hub-type-form-sec.hub-type-form-sec-active{display:block}.hub-type-form-sec.hub-fade-in{opacity:1}.hub-type-form-sec .hub-type-form-item{display:none;gap:6.25rem;opacity:0;visibility:hidden;transition:opacity .4s ease-in-out}@media only screen and (max-width: 1300px){.hub-type-form-sec .hub-type-form-item{gap:1.875rem}}@media only screen and (max-width: 991px){.hub-type-form-sec .hub-type-form-item{-ms-flex-direction:column;flex-direction:column;-ms-flex-flow:column-reverse;flex-flow:column-reverse;gap:0rem}}.hub-type-form-sec .hub-type-form-item-wrapper{position:relative;-ms-flex-direction:column;flex-direction:column;display:-ms-flexbox;display:flex;gap:5rem;padding-bottom:6.25rem}@media only screen and (max-width: 991px){.hub-type-form-sec .hub-type-form-item-wrapper{gap:7.8125rem;padding-bottom:0}}.hub-type-form-sec .hub-type-form-item-wrapper:before{content:"";position:fixed;top:-20px;background:linear-gradient(180deg, #FFF 50%, rgba(255, 255, 255, 0) 100%);width:621px;height:188px;pointer-events:none}@media only screen and (max-width: 991px){.hub-type-form-sec .hub-type-form-item-wrapper:before{display:none}}.hub-type-form-sec .hub-type-form-item.hub-type-form-item-active{display:-ms-flexbox;display:flex}.hub-type-form-sec .hub-type-form-item.hub-fade-in{opacity:1;visibility:visible}.hub-type-form-sec .hub-type-form-item.hub-fade-in .hub-type-form-testimonial-item{opacity:1}.hub-type-form-sec .hub-type-form-item .hub-type-form-content-desc{max-width:26.25rem;margin-top:1rem}.hub-type-form-sec .hub-type-form-item .hub-pills{margin-top:2rem}.hub-type-form-sec .hub-type-form-item:nth-child(1) .hub-step-testimonial-item{padding-bottom:3.75rem}@media only screen and (max-width: 991px){.hub-type-form-sec .hub-type-form-item:nth-child(1) .hub-step-testimonial-item{padding-bottom:0}}.hub-type-form-sec .hub-type-form-item:nth-child(1) .hub-step-testimonial-item .hub-step-testimonial-img-icon{top:auto;left:30px;bottom:-58px}.hub-type-form-sec .hub-type-form-item:nth-child(2) .hub-step-testimonial-item{--bg-image: url(../images/step-5-bg.svg)}.hub-type-form-sec .hub-type-form-item:nth-child(2) .hub-step-testimonial-item .hub-step-testimonial-img{margin-bottom:3.25rem}@media only screen and (max-width: 991px){.hub-type-form-sec .hub-type-form-item:nth-child(2) .hub-step-testimonial-item .hub-step-testimonial-img{margin:0}}.hub-type-form-sec .hub-type-form-item:nth-child(2) .hub-step-testimonial-item .hub-step-testimonial-img-icon{top:100px;left:-45px}.hub-type-form-sec .hub-type-form-item:nth-child(3) .hub-step-testimonial-item{--bg-image: url(../images/step-6-bg.svg)}.hub-type-form-sec .hub-type-form-item:nth-child(3) .hub-step-testimonial-item .hub-step-testimonial-img-icon{top:60px;left:-45px}.hub-type-form-sec .hub-type-form-testimonial-item{--bg-image: url(../images/step-4-bg.svg);max-width:27.1875rem;padding-bottom:2.25rem;opacity:0;transition:opacity 2.5s ease-in-out}@media only screen and (max-width: 991px){.hub-type-form-sec .hub-type-form-testimonial-item{max-width:100%;padding-bottom:0}}.hub-type-form-sec .hub-type-form-testimonial-item::before{min-width:26.5625rem;min-height:27.0625rem}@media only screen and (max-width: 1300px){.hub-type-form-sec .hub-type-form-testimonial-item::before{min-width:100%}}.hub-type-form-sec .hub-type-form-testimonial-title{font-weight:600;font-size:4.25rem;color:var(--main-black);line-height:1;letter-spacing:-2.04px}.hub-type-form-sec .hub-type-form-testimonial-title-small{font-size:2.25rem;line-height:1.3}.hub-type-form-sec .hub-type-form-testimonial-title+.hub-type-form-testimonial-desc{margin-top:.375rem}.hub-type-form-sec .hub-type-form-testimonial-sub-title{margin-bottom:1rem}.hub-type-form-sec .hub-type-form-testimonial-desc+.hub-type-form-testimonial-title{margin-top:.75rem}.hub-type-form-sec .hub-type-form-item-column-left{min-width:39.0625rem;-ms-flex:1 1 0px;flex:1 1 0;margin-top:4.0625rem}@media only screen and (max-width: 1300px){.hub-type-form-sec .hub-type-form-item-column-left{min-width:32.5rem}}@media only screen and (max-width: 991px){.hub-type-form-sec .hub-type-form-item-column-left{min-width:100%;background-color:#fff;padding:24px 16px;border-radius:16px;box-shadow:0px 4px 20px 0px rgba(0,0,0,.12);margin-top:0}}.hub-type-form-sec .hub-type-form-item-column-right{min-width:0;-ms-flex:1 1 0px;flex:1 1 0;margin-left:auto}@media only screen and (max-width: 991px){.hub-type-form-sec .hub-type-form-item-column-right{margin:0}}.hub-pills{display:-ms-inline-flexbox;display:inline-flex;gap:.75rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.hub-pill{--hub-pill-bg-color: var(--bg-lighter);--hub-pill-font-color: var(--main-black);--hub-pill-font-size: 16px;--hub-pill-border-color: var(--border-color-dark);--hub-pill-border-radius: 100px;--hub-pill-active-bg-color: var(--accent);--hub-pill-active-border-color: var(--border-color-accent);display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:var(--hub-pill-bg-color);color:var(--hub-pill-font-color);font-weight:500;font-size:var(--hub-pill-font-size);line-height:1.3;padding:.625rem 1.25rem;border:1px solid var(--hub-pill-border-color);border-radius:var(--hub-pill-border-radius);cursor:pointer;transition:all .3s ease-in-out}@media only screen and (max-width: 767px){.hub-pill{--hub-pill-font-size: 14px}}.hub-pill:hover:not(.hub-pill-active){background-color:rgba(166,214,255,.4);border-color:rgba(166,214,255,.4)}.hub-pill.hub-pill-active{--hub-pill-bg-color: var(--hub-pill-active-bg-color);--hub-pill-border-color: var(--hub-pill-active-border-color)}.hub-submit-sec{margin-top:6.875rem}.hub-submit-sec.hub-signup-stepper-final-sub-title{font-size:1.125rem}.hub-submit-sec .hub-signup-stepper-final-desc{max-width:27.8125rem}.hub-submit-sec .hub-signup-stepper-final-icon{margin:0 0 .5rem 0}.hub-auth-client-active .hub-auth-column-left-default{display:none !important}.hub-auth-client-active .hub-default-login-flow{display:none}.hub-auth-client-active .hub-client-login-flow{display:block}.hub-auth-client-active .hub-auth-column-client{display:-ms-flexbox;display:flex}.hub-default-login-flow{width:100%;margin:auto}@media only screen and (max-width: 991px){.hub-default-login-flow{margin:0}}.hub-auth-wrapper{position:relative;--auth-left-column-border-radius: 18px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1920px;gap:1.5rem;min-height:100dvh;padding:1.5rem;margin:auto}@media only screen and (min-width: 1921px){.hub-auth-wrapper{min-height:1030px}}@media only screen and (min-height: 1001px){.hub-auth-wrapper{min-height:1030px}}@media only screen and (max-width: 991px){.hub-auth-wrapper{--auth-left-column-border-radius: 0;-ms-flex-direction:column;flex-direction:column;padding:0;gap:0}}.hub-auth-wrapper .hub-auth-column-left{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:35.75rem;max-width:35.75rem;border-radius:var(--auth-left-column-border-radius);overflow:hidden}@media only screen and (min-width: 1601px){.hub-auth-wrapper .hub-auth-column-left{min-width:45.9375rem}}@media only screen and (max-width: 1300px){.hub-auth-wrapper .hub-auth-column-left{min-width:31.25rem;max-width:31.25rem}}@media only screen and (max-width: 991px){.hub-auth-wrapper .hub-auth-column-left{position:absolute;inset:0;min-width:100%;max-width:100%}}.hub-auth-wrapper .hub-auth-column-left .hub-auth-column-left-default{--auth-bg-image: url(../images/login-bg.svg);--auth-image: url(../images/login-img.png);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:100%;background-image:var(--auth-image),var(--auth-bg-image);background-repeat:no-repeat;background-size:60dvh,cover;background-position:right 65%,center;padding:40px 0 48px 80px;border-radius:var(--auth-left-column-border-radius)}@media only screen and (min-width: 1601px){.hub-auth-wrapper .hub-auth-column-left .hub-auth-column-left-default{padding-top:60px}}@media only screen and (max-width: 991px){.hub-auth-wrapper .hub-auth-column-left .hub-auth-column-left-default{--auth-image: url(../images/login-img-responsive.png);background-size:auto,cover;background-position:right 30px,center;padding:16px 20px 20px 20px}}.hub-auth-wrapper .hub-logo{display:-ms-flexbox;display:flex;max-width:135px}@media only screen and (max-width: 991px){.hub-auth-wrapper .hub-logo{max-width:105px}}.hub-auth-wrapper .hub-auth-testimonials-footer{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:8px;margin-top:18px}.hub-auth-wrapper .hub-auth-clients-logo{margin-top:auto;overflow:hidden}@media only screen and (max-width: 991px){.hub-auth-wrapper .hub-auth-clients-logo{margin:auto 5px 0 5pxx}}.hub-auth-wrapper .hub-auth-clients-logo img{margin-left:54px}@media only screen and (max-width: 991px){.hub-auth-wrapper .hub-auth-clients-logo img{margin-left:0}}.hub-auth-wrapper .hub-auth-column-right{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;-ms-flex:1 1 0px;flex:1 1 0;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 991px){.hub-auth-wrapper .hub-auth-column-right{padding-top:230px;z-index:1}}.hub-auth-wrapper .hub-auth-form-wrapper{min-width:26.25rem;max-width:26.25rem}@media only screen and (min-width: 1601px){.hub-auth-wrapper .hub-auth-form-wrapper{min-width:35rem}}@media only screen and (max-width: 1300px){.hub-auth-wrapper .hub-auth-form-wrapper{min-width:24.375rem;max-width:24.375rem}}@media only screen and (max-width: 991px){.hub-auth-wrapper .hub-auth-form-wrapper{min-width:calc(100% - 32px);max-width:calc(100% - 32px);background-color:var(--white);padding:24px 16px;border-radius:16px;box-shadow:0px 4px 20px 0px rgba(0,0,0,.12)}}.hub-auth-wrapper .hub-auth-flow-default-inactive{display:none}.hub-auth-testimonials-slider{display:-ms-flexbox;display:flex;max-width:402px;margin-top:22px}@media only screen and (max-width: 991px){.hub-auth-testimonials-slider{display:none}}.hub-auth-testimonials-slider .owl-dots{display:-ms-flexbox;display:flex;gap:8px;margin-top:20px}.hub-auth-testimonials-slider .owl-dot span{display:block;width:8px;aspect-ratio:1;background-color:rgba(14,70,105,.35);border-radius:50%;transition:background-color .4s}.hub-auth-testimonials-slider .owl-dot.active span{background-color:var(--primary)}.hub-language-select{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;width:100%;margin-right:16px}@media only screen and (max-width: 991px){.hub-language-select{position:absolute;top:16px;margin-right:20px}}.hub-language-select .select2-container--open{left:unset !important;right:0}.hub-auth-form-wrapper{margin:auto}@media only screen and (max-width: 991px){.hub-auth-form-wrapper{margin:0 auto 4.375rem auto}}.hub-auth-form-wrapper .hub-auth-form-title{margin-bottom:4px}.hub-auth-form-wrapper .hub-badge{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:3px;border-radius:20px;background-color:var(--accent);padding:6px 10px;color:var(--main-black);font-size:14px;font-weight:500;margin-top:12px}.hub-auth-form-wrapper .hub-badge-text-bold{color:var(--main-black);font-size:14px;font-weight:600}.hub-auth-form-wrapper .hub-auth-form{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:16px;margin-top:40px}@media only screen and (max-width: 991px){.hub-auth-form-wrapper .hub-auth-form{margin-top:20px}}.hub-auth-form-wrapper .hub-login-options{margin-top:40px}@media only screen and (max-width: 991px){.hub-auth-form-wrapper .hub-login-options{text-align:center}}.hub-auth-form-wrapper .hub-login-options-lists{display:-ms-flexbox;display:flex;gap:18px;margin-top:20px;list-style:none}@media only screen and (max-width: 991px){.hub-auth-form-wrapper .hub-login-options-lists{-ms-flex-pack:center;justify-content:center}}.hub-auth-form-wrapper .hub-btn-login-option{--hub-btn-bg-color: #E9F1F6;--hub-btn-border-color: #E6E6E6;--hub-btn-hover-bg-color: #d9e5ec;min-width:55px;padding:0;aspect-ratio:1}.hub-auth-form-wrapper .hub-login-supports{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;gap:24px;margin-top:40px}@media only screen and (max-width: 991px){.hub-auth-form-wrapper .hub-login-supports{-ms-flex-align:center;align-items:center;margin-top:20px}}.hub-auth-form-wrapper .hub-login-supports .hub-login-support-item{gap:8px}.hub-auth-form-wrapper .hub-login-supports .hub-login-support-item .hub-btn{--hub-btn-font-size: 14px}.hub-auth-flow-organization{opacity:0;transition:opacity .4s}.hub-auth-flow-organization:not(.hub-auth-flow-organization-active){display:none}.hub-auth-flow-organization.hub-fade-in{opacity:1}.hub-auth-flow-organization .hub-auth-form-title{margin-bottom:16px}.hub-auth-flow-organization .hub-card-lists{width:100%;margin-top:40px}.hub-auth-flow-organization .hub-avatar-lists{margin-right:8px}.hub-auth-column-client,.hub-client-login-flow,.hub-client-login-admin-sec-email,.hub-client-login-sec-email-inactive,.hub-client-login-user-sec-email-inactive{display:none}.hub-client-login-sec-password,.hub-client-login-user-sec-otp{opacity:0;transition:opacity .4s}.hub-client-login-sec-password:not(.hub-client-login-sec-active),.hub-client-login-user-sec-otp:not(.hub-client-login-sec-active){display:none}.hub-client-login-sec-password.hub-fade-in,.hub-client-login-user-sec-otp.hub-fade-in{opacity:1}@media only screen and (max-width: 991px){.hub-client-login-flow.hub-auth-form-wrapper{margin:auto 0 1.875rem 0}}.hub-client-login-flow .hub-user-email{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:10px;background-color:var(--bg-dark);color:var(--main-black);font-size:14px;font-weight:600;border-radius:20px;padding:6px 10px;border:1px solid #e3e3e6;margin-top:12px}.hub-client-login-flow .hub-user-email-icon{display:-ms-flexbox;display:flex;min-width:16px;cursor:pointer;transition:opacity .3s}.hub-client-login-flow .hub-user-email-icon:hover{opacity:.7}.hub-card-lists{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:16px;list-style:none}.hub-card{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;background-color:#f9fafb;padding:20px;border-radius:12px;border:1px solid var(--border-color-light);cursor:pointer;transition:background-color .4s}.hub-card:hover{background-color:#eeeff0}.hub-card .hub-card-title{font-weight:600}.hub-card .hub-card-body{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:8px}.hub-card .hub-card-icon{min-width:20px;aspect-ratio:1;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.hub-avatar-lists{--avatar-list-gap: 6px;min-width:var(--avatar-list-gap);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.hub-avatar-lists .hub-avatar{border:1px solid #d9d9d9}.hub-avatar-lists .hub-avatar:not(:first-child){margin-left:calc(-1*var(--avatar-list-gap))}.hub-avatar{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-size:16px;font-weight:700;min-width:20px;max-width:20px;aspect-ratio:1;border-radius:50%;overflow:hidden}.hub-avatar img{max-width:100%;min-height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.hub-auth-column-client{--client-primary-color: var(--client-primary);position:relative;-ms-flex-direction:column;flex-direction:column;min-height:100%;background-color:var(--client-primary-color);border-radius:var(--auth-left-column-border-radius);padding:2.5rem 5rem 0 5rem}@media only screen and (min-width: 1601px){.hub-auth-column-client{padding-top:3.75rem}}@media only screen and (max-width: 991px){.hub-auth-column-client{padding:0}}.hub-auth-column-client .client-logo{position:relative;z-index:1}@media only screen and (max-width: 991px){.hub-auth-column-client .client-logo{margin:20px 0 0 16px}}.hub-auth-column-client .client-img{position:absolute;display:-ms-flexbox;display:flex;inset:40px 80px 0 80px;border-top-left-radius:100% 28%;overflow:hidden}@media only screen and (max-width: 991px){.hub-auth-column-client .client-img{inset:35px 0 0 0;border-top-left-radius:100% 26%}}.hub-auth-column-client .client-img img{min-width:100%;max-width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.hub-login-form-email-btn{--hub-btn-bg-color: var(--client-primary);--hub-btn-font-color: var(--client-text-color);--hub-btn-hover-bg-color: var(--client-primary-dark)}.hub-step-form{margin:2rem 0 2.5rem 0}.hub-step-items{list-style:none;max-width:19.375rem;min-width:19.375rem;display:-ms-flexbox;display:flex;gap:8px;margin-bottom:.5rem}@media only screen and (max-width: 991px){.hub-step-items{max-width:100%;min-width:100%}}.hub-step-items .hub-step-item{-ms-flex:1 1 auto;flex:1 1 auto;height:.25rem;border-radius:2.5rem;background-color:var(--bg-light)}.hub-step-items .hub-step-item.hub-step-item-active{background-color:var(--accent-dark)}.hub-step-content{margin-top:2.5rem}@media only screen and (max-width: 991px){.hub-step-content{margin-top:1.25rem}}.form-row{--row-gutter: 16px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-moz-column-gap:var(--row-gutter);column-gap:var(--row-gutter)}.form-row>[class*=form-row-col-]{-ms-flex:1 0 0%;flex:1 0 0%;min-width:0}@media only screen and (max-width: 991px){.form-row>[class*=form-row-col-]{min-width:100%}}.hub-step-content-title{margin-bottom:1rem}.hub-step-content-desc{max-width:26.25rem}.hub-step-form-btn,.hub-step-form-submit-btn{min-width:var(--form-max-width)}.hub-form-group-app-name{max-width:var(--form-max-width)}.hub-form-group-url{max-width:var(--form-max-width)}.hub-form-group-url-edit{display:none}.hub-form-group-url-text{max-width:100%;min-width:0;-webkit-line-clamp:1;-webkit-box-orient:vertical;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hub-form-group-url.hub-form-group-url-editing .hub-form-group-url-edit{display:-ms-flexbox;display:flex}.hub-form-group-url.hub-form-group-url-editing .hub-form-group-url-view{display:none}.hub-form-group-url-view{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:.375rem;background-color:var(--white);padding:.625rem 1rem;min-height:var(--hub-form-field-min-height);border-radius:.5rem;border:1px solid var(--border-color)}.hub-form-group-url-view .hub-btn-smiple{margin-left:auto}@media only screen and (max-width: 991px){.hub-form-group-url-view .hub-suggested-url-text{display:none}}.hub-form-group-url-edit .hub-form-control{border-radius:var(--hub-form-field-border-radius) 0 0 var(--hub-form-field-border-radius)}.hub-form-group-url-prefix-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background-color:#f9fafb;color:var(----primary-light);font-size:14px;font-weight:500;line-height:1.3;border-radius:0 8px 8px 0;padding:10px 14px;border:1px solid var(--border-color);border-left-width:0}.hub-create-password-sec .hub-auth-form-title{margin-bottom:16px}.hub-signup-flow-final{opacity:0;transition:opacity .4s}.hub-signup-flow-final:not(.hub-signup-flow-final-active){display:none}.hub-signup-flow-final.hub-fade-in{opacity:1}.select2-container--default .select2-selection--single{background-color:var(--white);height:auto;padding:0;border:1px solid var(--border-color-light);border-radius:40px !important}.select2-container--default .select2-selection--single .select2-selection__rendered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:8px;font-weight:500;font-size:12px;color:var(--main-black);line-height:1.1;padding:6px 32px 6px 6px}.select2-container--default .select2-selection--single .select2-selection__arrow{display:none}.select2-container--default .select2-search--dropdown{padding:10px}.select2-container--default .select2-search--dropdown .select2-search__field{background-color:var(--hub-form-field-bacground-color);min-height:var(--hub-form-field-min-height);font-weight:500;font-size:var(--hub-form-value-size);line-height:1.72;color:var(--hub-form-value-color);padding:.625rem .875rem;border:1px solid var(--hub-form-field-border-color);border-radius:var(--hub-form-field-border-radius);outline:none !important;transition:all .4s}.select2-container--default .select2-search--dropdown .select2-search__field:hover,.select2-container--default .select2-search--dropdown .select2-search__field:focus{border-color:var(--hub-form-field-hover-border-color)}.select2-container--default .select2-results__option--selected{background-color:var(--bg-light);color:var(--white)}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:var(--primary);color:var(--white)}.select2-container--default .flag-icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;min-width:24px;aspect-ratio:1;border-radius:50%;overflow:hidden}.select2-container--default .flag-icon img{min-width:100%;min-height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.select2-container--default .country-text{font-weight:500;font-size:12px;color:inherit;line-height:1.1}.select2-container:after{content:"";position:absolute;top:calc(50% - 8px);right:10px;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M11.6004 6.19922L8.00039 9.79922L4.40039 6.19922' stroke='%23050505' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right center;width:16px;height:16px;transition:.4s;pointer-events:none}.select2-container--open:after{transform:rotate(-180deg)}.select2-results__options{padding:0}.select2-results__options .select2-results__option{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:8px;font-weight:normal;font-size:13px;line-height:16px;color:var(--main-black);padding:12px 16px;transition:all .4s}.select2-container--open .select2-dropdown{top:5px;left:1px;background-color:var(--white);border:0;border-radius:10px !important;box-shadow:0px 4px 25px rgba(0,0,0,.1)}body{opacity:0;visibility:hidden;transition:opacity .5s ease-in-out}body.page-loaded{opacity:1;visibility:visible}.hub-main-content{padding:0 6.25rem 3.125rem 6.25rem}@media only screen and (min-width: 1601px){.hub-main-content{max-width:1450px;margin:auto}}.hub-main-content.hub-signup-final-step{padding:0}@media only screen and (max-width: 1300px){.hub-main-content{padding:0 2.5rem 3.125rem 2.5rem}}@media only screen and (max-width: 991px){.hub-main-content{padding:16px 16px 40px 16px}}/*# sourceMappingURL=main.min.css.map */