@charset "UTF-8";@layer properties;@keyframes slide-up{to{transform:translateY(0);opacity:1}}@keyframes fade-in{to{opacity:1}}@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-white: #fff;--spacing: .25rem;--default-transition-duration: .15s;--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono)}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);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}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:currentcolor}@supports (color: color-mix(in lab,red,red)){{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.visible{visibility:visible}.fixed{position:fixed}.static{position:static}.container{width:100%}@media (width >= 40rem){.container{max-width:40rem}}@media (width >= 48rem){.container{max-width:48rem}}@media (width >= 64rem){.container{max-width:64rem}}@media (width >= 80rem){.container{max-width:80rem}}@media (width >= 96rem){.container{max-width:96rem}}.my-4{margin-block:calc(var(--spacing) * 4)}.me-2{margin-inline-end:calc(var(--spacing) * 2)}.mt-5{margin-top:calc(var(--spacing) * 5)}.mb-0{margin-bottom:calc(var(--spacing) * 0)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.block{display:block}.flex{display:flex}.hidden{display:none}.inline{display:inline}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.border{border-style:var(--tw-border-style);border-width:1px}.py-4{padding-block:calc(var(--spacing) * 4)}.text-white{color:var(--color-white)}.lowercase{text-transform:lowercase}.blur{--tw-blur: blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Noto Sans,sans-serif;font-size:1rem;line-height:1.5;color:#343a40;background-color:#f8f9fa;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem;color:#2c3e50}h1{font-size:2rem}@media (min-width: 768px){h1{font-size:3rem}}@media (min-width: 992px){h1{font-size:3.5rem}}h2{font-size:1.5rem}@media (min-width: 768px){h2{font-size:2rem}}h3{font-size:1.25rem}@media (min-width: 768px){h3{font-size:1.5rem}}h4{font-size:1.125rem}@media (min-width: 768px){h4{font-size:1.25rem}}p{margin-bottom:1rem}p.lead{font-weight:500;line-height:1.625;font-size:1.125rem}@media (min-width: 768px){p.lead{font-size:1.25rem}}.note-block p{margin:0;font-size:16px;font-weight:700;color:#333739}.note-block ul{margin:0;font-size:16px;color:#333739}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 576px){.container{padding-left:1.5rem;padding-right:1.5rem}}.container-sm{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;max-width:540px}@media (min-width: 576px){.container-sm{padding-left:1.5rem;padding-right:1.5rem}}.container-md{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;max-width:720px}@media (min-width: 576px){.container-md{padding-left:1.5rem;padding-right:1.5rem}}.container-lg{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;max-width:960px}@media (min-width: 576px){.container-lg{padding-left:1.5rem;padding-right:1.5rem}}.container-xl{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;max-width:1140px}@media (min-width: 576px){.container-xl{padding-left:1.5rem;padding-right:1.5rem}}.container-xxl{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;max-width:1320px}@media (min-width: 576px){.container-xxl{padding-left:1.5rem;padding-right:1.5rem}}.row{display:flex;flex-wrap:wrap;margin-left:-.5rem;margin-right:-.5rem}@media (min-width: 576px){.row{margin-left:-.75rem;margin-right:-.75rem}}.col{flex:1 0 0%;padding-left:.5rem;padding-right:.5rem}@media (min-width: 576px){.col{padding-left:.75rem;padding-right:.75rem}}.hero-section{position:relative;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5rem 0 4rem}@media (min-width: 768px){.hero-section{padding:6rem 0 5rem}}@media (min-width: 992px){.hero-section{padding:8rem 0 6rem}}.hero-section h1{color:#fff;margin-bottom:1.5rem}@media (min-width: 768px){.hero-section h1{margin-bottom:2rem}}.hero-section .lead{color:#ffffffe6;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-section .btn-group{display:flex;flex-direction:column;gap:1rem;align-items:center}@media (min-width: 576px){.hero-section .btn-group{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:1.5rem}}.card-custom{background:#fff;border-radius:1rem;box-shadow:0 6px 15px #0000001f;padding:1.25rem;border:none;transition:.3s ease-out}.card-custom:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00000026}@media (min-width: 768px){.card-custom{padding:1.5rem}}@media (min-width: 992px){.card-custom{padding:2rem}}.card-custom .card-title{margin-bottom:1rem}@media (min-width: 768px){.card-custom .card-title{margin-bottom:1.25rem}}.card-custom .card-text{color:#6c757d}@media (min-width: 768px){.card-custom .card-text{font-size:1.125rem}}.card-custom i{display:block;margin-bottom:1rem}@media (min-width: 768px){.card-custom i{margin-bottom:1.25rem}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:999px;font-weight:600;font-size:1rem;line-height:1.2;text-decoration:none;border:none;cursor:pointer;transition:.3s ease-out;-webkit-user-select:none;user-select:none;min-width:140px;width:100%}.btn:focus{outline:none;box-shadow:0 0 0 3px #667eea40}.btn:disabled{opacity:.6;cursor:not-allowed}@media (min-width: 576px){.btn{min-width:160px}}@media (min-width: 768px){.btn{width:auto}}.btn-primary-custom{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:999px;font-weight:600;font-size:1rem;line-height:1.2;text-decoration:none;border:none;cursor:pointer;transition:.3s ease-out;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary-custom:focus{outline:none;box-shadow:0 0 0 3px #667eea40}.btn-primary-custom:disabled{opacity:.6;cursor:not-allowed}.btn-primary-custom:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.btn-primary-custom:active:not(:disabled){transform:translateY(0)}.btn-outline-light{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:999px;font-weight:600;font-size:1rem;line-height:1.2;text-decoration:none;border:none;cursor:pointer;transition:.3s ease-out;-webkit-user-select:none;user-select:none;background:transparent;color:#667eea;border:2px solid #667eea;color:#fff;border-color:#ffffff80}.btn-outline-light:focus{outline:none;box-shadow:0 0 0 3px #667eea40}.btn-outline-light:disabled{opacity:.6;cursor:not-allowed}.btn-outline-light:hover:not(:disabled){background:#667eea;color:#fff}.btn-outline-light:hover{background:#ffffff1a;border-color:#fff}.btn-lg{padding:1rem 2rem;font-size:1.125rem}@media (min-width: 768px){.btn-lg{padding:1.25rem 2.5rem;font-size:1.25rem}}.btn i{margin-right:.5rem}.navbar{padding:.75rem 0;background:#2c3e50!important}.navbar .navbar-toggler{border:none;padding:.5rem}.navbar .navbar-toggler:focus{box-shadow:none}@media (max-width: 991px){.navbar .navbar-collapse{position:absolute;top:100%;left:0;right:0;background:#fff;padding:1rem;box-shadow:0 10px 30px #00000026;border-radius:0 0 1rem 1rem}}@media (min-width: 768px){.navbar{padding:1rem 0}}.navbar .navbar-brand{font-size:1.25rem;font-weight:700;color:#fff!important}@media (min-width: 768px){.navbar .navbar-brand{font-size:1.5rem}}.navbar .navbar-brand i{margin-right:.5rem;color:#d4af37}.navbar .nav-link{color:#ffffffd9!important;font-weight:500;padding:.5rem .75rem!important;border-radius:.5rem;transition:.3s ease-out}@media (min-width: 992px){.navbar .nav-link{padding:.5rem 1rem!important}}.navbar .nav-link:hover,.navbar .nav-link.active{color:#fff!important;background:#ffffff1a}.navbar .nav-link i{margin-right:.25rem}.form-label{font-weight:600;margin-bottom:.5rem;color:#2c3e50;display:block}.form-control,.form-select{width:100%;padding:.75rem 1rem;border:2px solid #f8f9fa;border-radius:.5rem;font-size:1rem;line-height:1.5;background:#fff;transition:.3s ease-out}.form-control:focus,.form-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea26}.form-control::placeholder,.form-select::placeholder{color:#6c757d}.form-control:focus,.form-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea26}.input-group{display:flex;width:100%}.input-group .input-group-text{background:#f8f9fa;border:2px solid #f8f9fa;border-right:none;padding:.75rem 1rem;font-weight:600;color:#6c757d}.input-group .form-control{border-left:none;border-radius:0 .5rem .5rem 0}.section{padding:4rem 0}@media (min-width: 768px){.section{padding:5rem 0}}@media (min-width: 992px){.section{padding:6rem 0}}.bg-light{background-color:#fff!important}footer{background:#2c3e50!important;color:#fff}footer h5,footer h6{color:#fff;margin-bottom:1rem}footer .text-light{color:#ffffffd9!important}footer .text-light:hover{color:#fff!important}footer .text-muted{color:#fff9!important}footer ul{list-style:none}footer ul li{margin-bottom:.5rem}footer hr{border-color:#fff3}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.m-1{margin:.25rem!important}.mt-1{margin-top:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ml-1{margin-left:.25rem!important}.mr-1{margin-right:.25rem!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.p-1{padding:.25rem!important}.pt-1{padding-top:.25rem!important}.pb-1{padding-bottom:.25rem!important}.pl-1{padding-left:.25rem!important}.pr-1{padding-right:.25rem!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.m-2{margin:.5rem!important}.mt-2{margin-top:.5rem!important}.mb-2{margin-bottom:.5rem!important}.ml-2{margin-left:.5rem!important}.mr-2{margin-right:.5rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.p-2{padding:.5rem!important}.pt-2{padding-top:.5rem!important}.pb-2{padding-bottom:.5rem!important}.pl-2{padding-left:.5rem!important}.pr-2{padding-right:.5rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.m-3{margin:.75rem!important}.mt-3{margin-top:.75rem!important}.mb-3{margin-bottom:.75rem!important}.ml-3{margin-left:.75rem!important}.mr-3{margin-right:.75rem!important}.mx-3{margin-left:.75rem!important;margin-right:.75rem!important}.my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.p-3{padding:.75rem!important}.pt-3{padding-top:.75rem!important}.pb-3{padding-bottom:.75rem!important}.pl-3{padding-left:.75rem!important}.pr-3{padding-right:.75rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.m-4{margin:1rem!important}.mt-4{margin-top:1rem!important}.mb-4{margin-bottom:1rem!important}.ml-4{margin-left:1rem!important}.mr-4{margin-right:1rem!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.my-4{margin-top:1rem!important;margin-bottom:1rem!important}.p-4{padding:1rem!important}.pt-4{padding-top:1rem!important}.pb-4{padding-bottom:1rem!important}.pl-4{padding-left:1rem!important}.pr-4{padding-right:1rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.m-5{margin:1.25rem!important}.mt-5{margin-top:1.25rem!important}.mb-5{margin-bottom:1.25rem!important}.ml-5{margin-left:1.25rem!important}.mr-5{margin-right:1.25rem!important}.mx-5{margin-left:1.25rem!important;margin-right:1.25rem!important}.my-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.p-5{padding:1.25rem!important}.pt-5{padding-top:1.25rem!important}.pb-5{padding-bottom:1.25rem!important}.pl-5{padding-left:1.25rem!important}.pr-5{padding-right:1.25rem!important}.px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.py-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.m-6{margin:1.5rem!important}.mt-6{margin-top:1.5rem!important}.mb-6{margin-bottom:1.5rem!important}.ml-6{margin-left:1.5rem!important}.mr-6{margin-right:1.5rem!important}.mx-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.p-6{padding:1.5rem!important}.pt-6{padding-top:1.5rem!important}.pb-6{padding-bottom:1.5rem!important}.pl-6{padding-left:1.5rem!important}.pr-6{padding-right:1.5rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.m-8{margin:2rem!important}.mt-8{margin-top:2rem!important}.mb-8{margin-bottom:2rem!important}.ml-8{margin-left:2rem!important}.mr-8{margin-right:2rem!important}.mx-8{margin-left:2rem!important;margin-right:2rem!important}.my-8{margin-top:2rem!important;margin-bottom:2rem!important}.p-8{padding:2rem!important}.pt-8{padding-top:2rem!important}.pb-8{padding-bottom:2rem!important}.pl-8{padding-left:2rem!important}.pr-8{padding-right:2rem!important}.px-8{padding-left:2rem!important;padding-right:2rem!important}.py-8{padding-top:2rem!important;padding-bottom:2rem!important}.m-10{margin:2.5rem!important}.mt-10{margin-top:2.5rem!important}.mb-10{margin-bottom:2.5rem!important}.ml-10{margin-left:2.5rem!important}.mr-10{margin-right:2.5rem!important}.mx-10{margin-left:2.5rem!important;margin-right:2.5rem!important}.my-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.p-10{padding:2.5rem!important}.pt-10{padding-top:2.5rem!important}.pb-10{padding-bottom:2.5rem!important}.pl-10{padding-left:2.5rem!important}.pr-10{padding-right:2.5rem!important}.px-10{padding-left:2.5rem!important;padding-right:2.5rem!important}.py-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.m-12{margin:3rem!important}.mt-12{margin-top:3rem!important}.mb-12{margin-bottom:3rem!important}.ml-12{margin-left:3rem!important}.mr-12{margin-right:3rem!important}.mx-12{margin-left:3rem!important;margin-right:3rem!important}.my-12{margin-top:3rem!important;margin-bottom:3rem!important}.p-12{padding:3rem!important}.pt-12{padding-top:3rem!important}.pb-12{padding-bottom:3rem!important}.pl-12{padding-left:3rem!important}.pr-12{padding-right:3rem!important}.px-12{padding-left:3rem!important;padding-right:3rem!important}.py-12{padding-top:3rem!important;padding-bottom:3rem!important}.m-16{margin:4rem!important}.mt-16{margin-top:4rem!important}.mb-16{margin-bottom:4rem!important}.ml-16{margin-left:4rem!important}.mr-16{margin-right:4rem!important}.mx-16{margin-left:4rem!important;margin-right:4rem!important}.my-16{margin-top:4rem!important;margin-bottom:4rem!important}.p-16{padding:4rem!important}.pt-16{padding-top:4rem!important}.pb-16{padding-bottom:4rem!important}.pl-16{padding-left:4rem!important}.pr-16{padding-right:4rem!important}.px-16{padding-left:4rem!important;padding-right:4rem!important}.py-16{padding-top:4rem!important;padding-bottom:4rem!important}.m-20{margin:5rem!important}.mt-20{margin-top:5rem!important}.mb-20{margin-bottom:5rem!important}.ml-20{margin-left:5rem!important}.mr-20{margin-right:5rem!important}.mx-20{margin-left:5rem!important;margin-right:5rem!important}.my-20{margin-top:5rem!important;margin-bottom:5rem!important}.p-20{padding:5rem!important}.pt-20{padding-top:5rem!important}.pb-20{padding-bottom:5rem!important}.pl-20{padding-left:5rem!important}.pr-20{padding-right:5rem!important}.px-20{padding-left:5rem!important;padding-right:5rem!important}.py-20{padding-top:5rem!important;padding-bottom:5rem!important}.m-24{margin:6rem!important}.mt-24{margin-top:6rem!important}.mb-24{margin-bottom:6rem!important}.ml-24{margin-left:6rem!important}.mr-24{margin-right:6rem!important}.mx-24{margin-left:6rem!important;margin-right:6rem!important}.my-24{margin-top:6rem!important;margin-bottom:6rem!important}.p-24{padding:6rem!important}.pt-24{padding-top:6rem!important}.pb-24{padding-bottom:6rem!important}.pl-24{padding-left:6rem!important}.pr-24{padding-right:6rem!important}.px-24{padding-left:6rem!important;padding-right:6rem!important}.py-24{padding-top:6rem!important;padding-bottom:6rem!important}.m-32{margin:8rem!important}.mt-32{margin-top:8rem!important}.mb-32{margin-bottom:8rem!important}.ml-32{margin-left:8rem!important}.mr-32{margin-right:8rem!important}.mx-32{margin-left:8rem!important;margin-right:8rem!important}.my-32{margin-top:8rem!important;margin-bottom:8rem!important}.p-32{padding:8rem!important}.pt-32{padding-top:8rem!important}.pb-32{padding-bottom:8rem!important}.pl-32{padding-left:8rem!important}.pr-32{padding-right:8rem!important}.px-32{padding-left:8rem!important;padding-right:8rem!important}.py-32{padding-top:8rem!important;padding-bottom:8rem!important}.text-center{text-align:center!important}.text-left{text-align:left!important}.text-right{text-align:right!important}@media (min-width: 768px){.text-md-center{text-align:center!important}.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}}.d-none{display:none!important}.d-block{display:block!important}.d-flex{display:flex!important}.d-grid{display:grid!important}@media (min-width: 576px){.d-sm-block{display:block!important}.d-sm-none{display:none!important}}@media (min-width: 768px){.d-md-block{display:block!important}.d-md-none{display:none!important}}@media (min-width: 992px){.d-lg-block{display:block!important}.d-lg-none{display:none!important}}.fade-in{opacity:0;animation:fade-in .6s ease-out 0s forwards}.slide-up{transform:translateY(20px);opacity:0;animation:slide-up .6s ease-out forwards}.mobile-only{display:block}@media (min-width: 992px){.mobile-only{display:none}}.desktop-only{display:none}@media (min-width: 992px){.desktop-only{display:block}}.error-modal-panel .mat-mdc-dialog-container{padding:0;overflow:hidden;border-radius:24px}.error-modal-panel .mat-mdc-dialog-container .mat-mdc-dialog-surface{border-radius:24px;background:transparent}@property --tw-rotate-x{syntax: "*"; inherits: false;}@property --tw-rotate-y{syntax: "*"; inherits: false;}@property --tw-rotate-z{syntax: "*"; inherits: false;}@property --tw-skew-x{syntax: "*"; inherits: false;}@property --tw-skew-y{syntax: "*"; inherits: false;}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-blur{syntax: "*"; inherits: false;}@property --tw-brightness{syntax: "*"; inherits: false;}@property --tw-contrast{syntax: "*"; inherits: false;}@property --tw-grayscale{syntax: "*"; inherits: false;}@property --tw-hue-rotate{syntax: "*"; inherits: false;}@property --tw-invert{syntax: "*"; inherits: false;}@property --tw-opacity{syntax: "*"; inherits: false;}@property --tw-saturate{syntax: "*"; inherits: false;}@property --tw-sepia{syntax: "*"; inherits: false;}@property --tw-drop-shadow{syntax: "*"; inherits: false;}@property --tw-drop-shadow-color{syntax: "*"; inherits: false;}@property --tw-drop-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-drop-shadow-size{syntax: "*"; inherits: false;}@layer properties{@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x: initial;--tw-rotate-y: initial;--tw-rotate-z: initial;--tw-skew-x: initial;--tw-skew-y: initial;--tw-border-style: solid;--tw-blur: initial;--tw-brightness: initial;--tw-contrast: initial;--tw-grayscale: initial;--tw-hue-rotate: initial;--tw-invert: initial;--tw-opacity: initial;--tw-saturate: initial;--tw-sepia: initial;--tw-drop-shadow: initial;--tw-drop-shadow-color: initial;--tw-drop-shadow-alpha: 100%;--tw-drop-shadow-size: initial}}}
