@keyframes shimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.header{position:fixed;width:100%;background-color:#fff;z-index:999999;transition:transform 0.3s ease-in-out}.header .nav-links{display:flex;flex-direction:row;align-items:center;gap:30px;min-width:0}.header .nav-links .nav-link{color:#535862;text-decoration:none;line-height:24px;font-size:16px;transition:color 0.3s ease;border-bottom:2px solid transparent}.header .nav-links .nav-link:hover{color:#1264d6;border-bottom:2px solid #1264d6}.header .nav-links .nav-link.active{color:#1264d6;border-bottom:2px solid #1264d6}.header .verification-banner{display:flex;animation:slideDown 1s ease-in-out;transform-origin:top}.header .verification-banner.hidden{display:none}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}100%{transform:translateY(0);opacity:1}}.header .verification-banner.sliding-up{animation:slideUp 0.5s ease-in-out}@keyframes slideUp{0%{transform:translateY(0);opacity:1}100%{transform:translateY(-100%);opacity:0}}.header .mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:10px;transition:transform 0.3s ease}.header .mobile-menu-btn:hover{transform:scale(1.1)}.header .mobile-menu-btn .hamburger{display:block;width:24px;height:2px;background:#535862;position:relative;transition:all 0.3s ease-in-out}.header .mobile-menu-btn .hamburger::before,.header .mobile-menu-btn .hamburger::after{content:'';position:absolute;width:24px;height:2px;background:#535862;transition:all 0.3s ease-in-out}.header .mobile-menu-btn .hamburger::before{top:-6px;left:0px}.header .mobile-menu-btn .hamburger::after{bottom:-6px;left:0px}.header{padding-right:20px;padding-left:20px}.header.scrolled{box-shadow:0 1px 3px -1px rgba(10,13,18,0.1)}.header--hidden{transform:translateY(-130%)}.go-to-top{display:flex;flex-direction:row;align-items:center;justify-content:center;position:fixed;bottom:20px;right:20px;width:45px;height:45px;background:#333;color:white;border:none;border-radius:50%;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(20px);transition:all 0.3s ease-in-out;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.go-to-top:hover{background:#555;transform:translateY(0) scale(1.1)}.go-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}@media (max-width: 1110px){.nav-links{width:39.7rem;max-width:39.7rem}.nav-links .nav-link{font-size:14px !important}.nav-btn{font-size:14px !important}}@media (max-width: 1000px){.nav-links{width:100%;max-width:100%}}.mobile-nav-btn-long,.mobile-nav-btn-short,.nav-btn{display:none}@media (max-width: 1050px) and (min-width: 510px){.mobile-nav-btn-long{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;background-color:#1570EF;border-radius:8px;border:2px solid rgba(255,255,255,0.12);color:#ffffff;text-decoration:none;line-height:24px;font-size:14px;white-space:nowrap;font-weight:600;transition:all 0.3s ease}.mobile-nav-btn-long:hover{background-color:#1264d6;transform:translateY(-1px);box-shadow:0 2px 8px rgba(21,112,239,0.2)}}@media (max-width: 509px){.mobile-nav-btn-short{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;background-color:#1570EF;border-radius:8px;border:2px solid rgba(255,255,255,0.12);color:#ffffff;text-decoration:none;line-height:24px;font-size:14px;white-space:nowrap;font-weight:600;transition:all 0.3s ease}.mobile-nav-btn-short:hover{background-color:#1264d6;transform:translateY(-1px);box-shadow:0 2px 8px rgba(21,112,239,0.2)}}@media (max-width: 464px){.mobile-nav-btn-long,.mobile-nav-btn-short{display:none !important}.nav-links .nav-btn{display:block !important;opacity:1 !important;transform:translateY(0) !important;animation:fadeInText 0.3s ease-in-out}}@media (max-width: 1050px) and (min-width: 465px){.nav-links .nav-btn{display:none !important}}@media (max-width: 1050px){.header .mobile-menu-btn{display:block;z-index:100}.header .mobile-menu-btn.active .hamburger{background:transparent}.header .mobile-menu-btn.active .hamburger::before{top:0;transform:rotate(45deg)}.header .mobile-menu-btn.active .hamburger::after{bottom:0;transform:rotate(-45deg)}.header .nav-link{opacity:0;transform:translateY(10px);transition:all 0.3s ease}.header .nav-links{position:absolute;top:100%;left:0;right:0;background-color:#FFFEFE;flex-direction:column;padding:0;max-height:0;overflow:hidden;opacity:0;transition:all 0.5s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:0 4px 12px rgba(0,0,0,0)}.header .nav-links.active{padding:20px;max-height:500px;opacity:1;box-shadow:0 4px 12px rgba(0,0,0,0.1);z-index:999999}.header .nav-links.active .nav-link{opacity:1;transform:translateY(0)}.header .nav-links.active .nav-link:nth-child(1){transition-delay:0.1s}.header .nav-links.active .nav-link:nth-child(2){transition-delay:0.2s}.header .nav-links.active .nav-link:nth-child(3){transition-delay:0.3s}.header .nav-links.active .nav-link:nth-child(4){transition-delay:0.4s}.header .nav-links.active .nav-btn{transition-delay:0.5s;opacity:1;transform:translateY(0)}.header .nav-links .nav-link{opacity:0;transform:translateY(10px);transition:all 0.3s ease}.header .nav-links .nav-btn{margin-top:10px;width:100%;text-align:center;opacity:0;transform:translateY(10px);transition:all 0.3s ease}.header .nav-btn{margin-top:10px;width:100%;text-align:center;opacity:0;transform:translateY(10px);transition:all 0.3s ease}}@keyframes shimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.footer{width:100%}.ad-text{font-weight:900;line-height:"1.25rem"}.event-banner{background-color:#1849a9}.banner-content{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.banner-texts{display:flex;flex-direction:column;justify-content:space-between;align-items:left;max-width:50%;padding-right:20px}.buyback-buttons{display:flex;gap:12px}@media (max-width: 640px){.buyback-buttons{flex-direction:column}}.search-event-section{background-color:#fff}.main-search-events{padding:20px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:466px;width:100%}.state-event{width:206px;padding:12px;color:#535862;font-size:1rem;font-weight:600;line-height:24px}.state-event .new{background:#fef6ee;border:1px solid #f9dbaf;color:#b93815;display:flex;align-items:center;padding:2px 8px;height:22px;border-radius:9999px;font-size:0.75rem;font-weight:400;line-height:1.5}.state-event>a{text-decoration:none;color:inherit}@media (max-width: 640px){.states-container{display:grid;justify-content:center}}.main-footer{background-color:#FAFAFA;padding-top:18px}.footer-bottom-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding-bottom:42px;max-width:1900px}.footer-top-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;border-bottom:1px solid #D5D7DA;padding-bottom:16px;margin-bottom:32px;max-width:1900px}.footer-links-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:left}.footer-gbb-logo{margin-bottom:32px}.footer-links{display:flex;flex-direction:row;justify-content:flex-start;align-items:left;flex-wrap:wrap;gap:32px}.footer-links-secondary{display:flex;flex-direction:row;justify-content:flex-start;align-items:left;flex-wrap:wrap;gap:16px}@media (max-width: 640px){.footer-links{gap:16px}}.footer-link{text-decoration:none;color:#535862}@media (max-width: 640px){.footer-link{font-size:0.875rem;font-weight:400;line-height:20px}}.footer-link-secondary{text-decoration:none;color:#aaa;font-size:1rem;font-weight:400;line-height:24px}@media (max-width: 640px){.footer-link-secondary{font-size:0.875rem;font-weight:400;line-height:20px}}.ad{width:250px;height:180px;min-width:250px;min-height:180px;background-color:#D5D7DA;position:relative;display:inline-block}.ad>img{display:block}.ad__link-overlay{position:absolute;bottom:8px;left:8px;cursor:pointer}.copy-right-text{color:#535862;line-height:24px;font-size:16px}@media (max-width: 996px){.banner-content{justify-content:center}.banner-texts{min-width:100%;padding-right:20px}.buyback-buttons{min-width:100%;margin-top:32px}.footer-top-wrapper{flex-direction:column;gap:32px}.footer-links-container{align-items:center}.footer-links{justify-content:center}}@media (max-width: 768px){.banner-texts h2{text-align:center}.banner-texts p{text-align:center}.buyback-buttons{min-width:100%;justify-content:center}.footer-bottom-wrapper{flex-direction:column;align-items:center;gap:16px}.state-event{font-size:13px;line-height:20px;min-width:125px;width:25%}}@media (max-width: 568px){.state-event{width:33.3%;text-align:start}}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}body{background-color:#FAFAFA;margin:0 auto;color:#231f20;font-family:"Inter","Helvetica Neue","Segoe UI",Arial,sans-serif;line-height:1.25}h1,h2,h3,h4,h5,p{margin:0}@keyframes shimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}*{margin:0;padding:0;box-sizing:border-box}button{cursor:pointer}button:disabled{cursor:not-allowed}body{font-family:"Inter","Helvetica Neue","Segoe UI",Arial,sans-serif;color:color("text", "dark");line-height:1.5}button{font-family:"Inter","Helvetica Neue","Segoe UI",Arial,sans-serif}.main{padding-top:7rem;width:100%}.home-main{padding-top:5rem}section{display:flex;flex-direction:column;align-items:center;gap:0px;flex-wrap:nowrap;justify-content:flex-start;padding:96px 0px;align-self:stretch}.logo{display:flex;flex-direction:row;gap:18px}.gbb-logo{width:12.5rem;height:3.125rem;min-width:12.5rem;min-height:3.125rem}.ffl-emblem{width:50px;height:50px}.text-primary-dark{color:#135FCB}.text-secondary{color:#535862}.text-white{color:#fff}.text-powder-blue{color:#B2DDFF}.text-center{text-align:center}.text-left{text-align:left}.text-justify{text-align:justify}.text-justify{text-align:justify}.flex{display:flex;flex-direction:row;justify-content:start;align-items:start;margin:0px}.flex-col{display:flex;flex-direction:column;justify-content:start;align-items:start}.flex-start{justify-content:flex-start}.flex-between{justify-content:space-between}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.boxed-icon{box-sizing:border-box;min-width:40px;min-height:40px;background:#fff;border:1px solid #aaa;box-shadow:0px 1px 2px rgba(10,13,18,0.05),inset 0px 0px 0px 1px rgba(10,13,18,0.18),inset 0px -2px 0px rgba(10,13,18,0.05);border-radius:10px;display:flex;align-items:center;justify-content:center}.secondary-btn{border-radius:10px;padding:16px 22px;text-decoration:none;font-size:1rem;font-weight:600;line-height:24px;box-shadow:0px 0px 0px 1px rgba(10,13,18,0.18) inset,0px -2px 0px 0px rgba(10,13,18,0.05) inset,0px 1px 2px 0px rgba(10,13,18,0.05);cursor:pointer;height:48px;display:flex;flex-direction:row;align-items:center;justify-content:center;box-shadow:0 1px 3px rgba(10,13,18,0.1),0 1px 2px -1px rgba(10,13,18,0.1);background-color:#fff;border:1px solid #D5D7DA;color:#414651}.secondary-btn:hover{color:#1570EF}.form-btn-secondary{font-size:1rem;font-weight:600;line-height:24px;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:10px 16px;min-width:120px;border-radius:8px;height:44px;transition:all 0.15s ease;box-shadow:0 1px 3px rgba(10,13,18,0.1),0 1px 2px -1px rgba(10,13,18,0.1);cursor:pointer;background-color:#fff;border:1px solid #D5D7DA;color:#414651;text-decoration-line:none}@media (max-width: 360px){.form-btn-secondary{width:100%}}.form-btn-secondary:hover{color:#1570EF}.icon-btn{display:flex;flex-direction:row;align-items:center;justify-content:center;min-width:170px;padding:10px 16px;border-radius:8px;border:1px solid #D5D7DA;background-color:#fff;cursor:pointer}.icon-btn .btn-label{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px}.icon-btn .btn-label .btn-text{width:fit-content;font-size:1rem;font-weight:600;line-height:24px;color:#414651}.form-btn-primary{font-size:1rem;font-weight:600;line-height:24px;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:10px 16px;min-width:120px;border-radius:8px;height:44px;transition:all 0.15s ease;box-shadow:0 1px 3px rgba(10,13,18,0.1),0 1px 2px -1px rgba(10,13,18,0.1);cursor:pointer;background-color:#1570EF;border:1px solid rgba(255,255,255,0.12);color:#fff}@media (max-width: 360px){.form-btn-primary{width:100%}}.form-btn-primary:hover{background-color:#105dc9}.form-group label{display:block;margin-bottom:5px;font-size:0.875rem;font-weight:500;line-height:20px}.form-group input{font-size:1rem;font-weight:400;line-height:24px;width:100%;padding:8px;border:1px solid #D5D7DA;height:44px;border-radius:8px}.pagination{display:flex;flex-direction:row;align-items:center;justify-content:center}.pagination-item{width:16px;height:16px;border-radius:9999px;background-color:#fff;border:0.5px solid #aaa}.pagination-item.active{background-color:#1570EF}.sides-padding{padding-left:7%;padding-right:7%}@media (max-width: 1024px){.sides-padding{padding-left:5%;padding-right:5%}}@media (max-width: 768px){.sides-padding{padding-left:3%;padding-right:3%}}.main{width:100%;background-color:#FAFAFA}.section-subheading{font-size:1rem;font-weight:400;line-height:24px;max-width:750px}.section-subheading-bolded{font-size:1.125rem;font-weight:600;line-height:28px;max-width:750px}.box-shadow{box-shadow:inset 0 0 0 1px rgba(10,13,18,0.18),inset 0 -2px 0 0 rgba(10,13,18,0.05),0 1px 2px 0 rgba(10,13,18,0.05)}.left-intro{width:100%;margin-bottom:64px}.nav-btn{display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#1570EF;border-radius:8px;border:2px solid rgba(255,255,255,0.12);padding:10px 16px;color:#fff;text-decoration:none;line-height:24px;font-size:16px;transition:all 0.3s ease;gap:4px}.nav-btn:hover{background-color:#1264d6;cursor:pointer;transform:translateY(-1px);box-shadow:0 2px 8px rgba(21,112,239,0.2)}.section{display:flex;flex-direction:column;align-items:center;justify-content:center}.section-tag{font-size:1rem;font-weight:500;line-height:24px;margin-bottom:12px;order:-1}@media (max-width: 768px){.section-tag{font-size:0.875rem;font-weight:500;line-height:18px}}.text-secondary{color:#535862;font-size:1.125rem;font-weight:400;line-height:1.4}@media (max-width: 768px){.text-secondary{font-size:1rem;font-weight:400;line-height:1.4}}.text-dark{color:#181D27}.text-color-secondary{color:#535862}.section-h1{margin-bottom:24px;font-size:3rem;font-weight:600;line-height:48px}@media (max-width: 768px){.section-h1{font-size:2.25rem;font-weight:600;line-height:36px}}@media (max-width: 640px){.section-h1{font-size:1.875rem;font-weight:600;line-height:30px}}.section-h2{margin-bottom:24px;max-width:760px;font-size:2.25rem;font-weight:600;line-height:44px}@media (max-width: 768px){.section-h2{font-size:1.875rem;font-weight:600;line-height:30px}}@media (max-width: 640px){.section-h2{font-size:1.5rem;font-weight:600;line-height:24px}}.section-h3-sm{margin:0;font-size:1.125rem;font-weight:600;line-height:28px;color:#181D27}.section-h3-sm-has-max{max-width:270px}@media (max-width: 768px){.section-h3-sm{font-size:1rem;font-weight:600;line-height:24px}}.section-h3{margin:0;font-size:1.875rem;font-weight:600;line-height:28px;color:#181D27}@media (max-width: 768px){.section-h3{font-size:1.5rem;font-weight:600;line-height:24px}}.section-h4{margin:0;font-size:1.5rem;font-weight:600;line-height:32px;color:#181D27}@media (max-width: 768px){.section-h4{font-size:1.125rem;font-weight:600;line-height:24px}}.section-p{font-size:1rem;font-weight:400;line-height:24px;margin-top:8px}.supporting-text{font-size:18px;font-weight:400;line-height:28px;color:#535862;letter-spacing:normal;font-style:normal;text-align:start}@media (max-width: 768px){.supporting-text{font-size:16px;line-height:20px}}.supporting-text a{font-size:18px;font-weight:400;line-height:28px;color:#535862;letter-spacing:normal;font-style:normal;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.section-subtitle{font-size:1rem;font-weight:400;line-height:24px}.section-details{font-size:0.875rem;font-weight:600;line-height:20px;margin-top:12px}.section-card-title{font-size:1.5rem;font-weight:600;line-height:32px}.section-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;width:100%;max-width:1300px}.section-padding{padding-top:96px;padding-bottom:96px;width:100%;max-width:1280px;display:flex;flex-direction:column;align-items:center;justify-content:center}.progress-container{width:100%;max-width:480px;margin:0px;padding:0px}.progress-bar{width:100%;background-color:#eeeeee;border-radius:8px;overflow:hidden;margin-bottom:8px}.progress{width:20%;height:8px;background-color:#1570EF}.progress-step{font-size:1rem;font-weight:400;line-height:24px;color:#000;margin-bottom:24px;width:100%}.full{max-width:100%;width:100%}.secondary-btn{border-radius:10px;padding:16px 22px;text-decoration:none;font-size:1rem;font-weight:600;line-height:24px;box-shadow:0px 0px 0px 1px rgba(10,13,18,0.18) inset,0px -2px 0px 0px rgba(10,13,18,0.05) inset,0px 1px 2px 0px rgba(10,13,18,0.05);cursor:pointer;height:48px;display:flex;flex-direction:row;align-items:center;justify-content:center;box-shadow:0 1px 3px rgba(10,13,18,0.1),0 1px 2px -1px rgba(10,13,18,0.1);background-color:#fff;border:1px solid #D5D7DA;color:#414651}@media (max-width: 640px){.secondary-btn{height:40px}}.secondary-btn:hover{color:#1570EF}.primary-btn{border-radius:10px;padding:16px 22px;text-decoration:none;font-size:1rem;font-weight:600;line-height:24px;box-shadow:0px 0px 0px 1px rgba(10,13,18,0.18) inset,0px -2px 0px 0px rgba(10,13,18,0.05) inset,0px 1px 2px 0px rgba(10,13,18,0.05);cursor:pointer;height:48px;display:flex;flex-direction:row;align-items:center;justify-content:center;box-shadow:0 1px 3px rgba(10,13,18,0.1),0 1px 2px -1px rgba(10,13,18,0.1);background-color:#1570EF;border:1px solid rgba(255,255,255,0.12);color:#fff}.primary-btn:hover{background-color:#105dc9}.btn-w-icon{display:flex;flex-direction:row;align-items:center;justify-content:center;width:fit-content;min-width:170px;padding:10px 16px;border-radius:8px;border:1px solid #D5D7DA;background-color:#fff;font-size:1rem;font-weight:600;line-height:24px;color:#414651;cursor:pointer}.icon-only-btn{border-radius:50%;border:1px solid transparent;background:transparent;cursor:pointer}.icon-only-btn.hide{display:none}.btn-icon{width:20px;height:20px}.button-group{display:flex;flex-direction:row;justify-content:start;align-items:start;gap:10px;justify-content:flex-end;width:100%}@media (max-width: 768px){.button-group{margin-top:20px;justify-content:center}}@media (max-width: 640px){.button-group{margin-top:10px}}.form-btn-primary:hover{background-color:#105dc9}.form-btn-secondary:hover{background-color:#FAFAFA;border:1px solid #1570EF;color:#1570EF}.form-btn-primary:disabled,.form-btn-secondary:disabled{opacity:0.5;cursor:not-allowed}.form-group{width:100%;padding:4px}.form-group label{display:block;margin-bottom:0.5rem;font-weight:500;color:#414651}.form-group input,.form-group select,.form-group textarea{font-size:1rem;font-weight:400;line-height:24px;width:100%;padding:0.75rem;border:1px solid #d1d5db;border-radius:0.375rem;transition:border-color 0.15s ease;font-family:"Inter","Helvetica Neue","Segoe UI",Arial,sans-serif}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,0.1)}.form-group input.error,.form-group textarea.error,.form-group select.error{border-color:#ef4444}.error-message{color:#ef4444;font-size:0.875rem;margin-top:0.25rem}.pagination{display:flex;flex-direction:row;align-items:center;justify-content:center}#toastContainer{position:fixed;top:1rem;right:1rem;z-index:999999999;display:flex;flex-direction:column;gap:1rem}.toast-item{display:flex;justify-content:space-between;width:500px;max-width:32rem;background-color:white;border-radius:0.75rem;position:relative;overflow:hidden;padding:1.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}.toast-bg-image{position:absolute;top:0;left:0;z-index:0;width:13rem}.toast-main{z-index:20;display:flex;align-items:flex-start;justify-content:flex-start;width:100%}.toast-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:9999px;min-width:3rem;min-height:3rem}.bg-success{background-color:#EFF8FF}.bg-warning{background-color:#FEE4E2}.bg-error{background-color:#FEE4E2}.toast-icon-image{width:1.5rem}.toast-content{width:100%}.toast-text{display:flex;flex-direction:column;align-items:flex-start;margin-left:0.75rem}.toast-title{z-index:20;font-size:1.125rem;line-height:1.75rem;font-weight:600}.toast-message{z-index:20;font-size:0.875rem;line-height:1.25rem}.toast-close-btn{position:absolute;top:.8rem;right:.8rem;background-color:transparent;border:none}.toast-close-btn:hover{background-color:#f3f4f6}.toast-close-icon{width:1.5rem}.toast-item{animation:slideIn 0.3s ease-out}.hiding{animation:slideOut 0.5s ease-in forwards}.loader-container{display:flex;align-items:center;justify-content:center;gap:10px;padding:20px}.loader{width:30px;height:30px;border:3px solid #f3f3f3;border-top:3px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.hidden{display:none}@keyframes slideIn{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideOut{from{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}#modalContainer{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);display:flex;justify-content:center;align-items:center;z-index:999999999}.modal-item{display:flex;justify-content:space-between;width:500px;max-width:32rem;background-color:white;border-radius:0.75rem;position:relative;overflow:hidden;padding:1.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);animation:fadeIn 0.2s ease-out}@keyframes fadeIn{from{opacity:0;transform:scale(0.95)}to{opacity:1;transform:scale(1)}}.hiding{animation:fadeOut 0.2s ease-in forwards}@keyframes fadeOut{from{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0.95)}}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;z-index:20;position:relative}.modal-btn{padding:0.5rem 1rem;border-radius:0.375rem;font-weight:500;font-size:0.875rem;transition:all 0.2s;min-width:5rem}.modal-cancel{font-size:1rem;font-weight:600;line-height:24px;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:10px 16px;min-width:120px;border-radius:8px;height:44px;transition:all 0.15s ease;box-shadow:0 1px 3px rgba(10,13,18,0.1),0 1px 2px -1px rgba(10,13,18,0.1);cursor:pointer;background-color:#f3f4f6;border:1px solid rgba(255,255,255,0.12);color:#374151}.modal-cancel:hover{background-color:#e5e7eb}.modal-confirm{font-size:1rem;font-weight:600;line-height:24px;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:10px 16px;min-width:120px;border-radius:8px;height:44px;transition:all 0.15s ease;box-shadow:0 1px 3px rgba(10,13,18,0.1),0 1px 2px -1px rgba(10,13,18,0.1);cursor:pointer;background-color:#D92D20;border:1px solid rgba(255,255,255,0.12);color:white}.modal-confirm:hover{background-color:#ad2219}.modal-close{background-color:#f3f4f6;color:#374151}.modal-close:hover{background-color:#e5e7eb}.section-p-legal{font-size:1rem;font-weight:400;line-height:1.75rem;text-align:justify;margin-top:0.75rem}.section-p-legal-tab{margin-left:2.5rem;margin-top:1rem}.section-h2-legal{font-size:1.25rem;font-weight:700;line-height:1.75rem;margin-top:2rem;margin-bottom:0.5rem}.section-h3-legal{font-size:1.25rem;font-weight:600;line-height:1.75rem;margin-top:2rem;margin-bottom:0.5rem}.legal-list{margin-left:2.5rem;margin-top:1.5rem;margin-bottom:1.5rem}.table-container{width:100%;overflow-x:auto}.legal-table{width:100%;border-collapse:collapse;font-size:1rem;font-weight:400;line-height:1.75rem;background-color:#F5F5F5;margin-top:2rem;margin-bottom:2rem;padding:1rem}.legal-table th,.legal-table td{padding:0.75rem;vertical-align:top}.features-container{width:100%;display:flex;justify-content:center}.feature-item{display:flex;flex-direction:column;align-items:center;width:348px;min-width:348px;max-width:348px;height:240px;margin:14px}.feature-icon{margin-bottom:16px;width:56px;height:56px}@media (max-width: 1067px){.progress-container{max-width:90%}}@media (max-width: 768px){.legal-table th,.legal-table td{border:1px solid #ddd}section{padding-top:45px;padding-bottom:45px}.section-padding{padding-top:45px;padding-bottom:45px}.section-h2{font-size:28px;line-height:36px}.section-h3-sm{max-width:none}.section-subheading{font-size:15px;line-height:20px;max-width:95%}.section-p{font-size:14px;line-height:20px}#toastContainer{width:100%;top:0;right:0;align-items:center;padding-top:10px}.toast-item{width:95vw;min-width:280px}.modal-item{width:90%}}.testimonial-container{position:relative;overflow:hidden}.testimony-item{position:absolute;width:100%;transition:transform 0.5s ease;transform:translateX(0)}.testimony-item.hidden{display:none}.testimony-item.slide-left{transform:translateX(-100%)}.testimony-item.slide-right{transform:translateX(100%)}.legal-hero-section{padding:0px;background-color:#1849a9}.legal-hero-content{display:flex;flex-direction:column;align-items:center;gap:0px;flex-wrap:nowrap;justify-content:flex-start;padding:0px}.legal-content{background-color:#fff}.legal-content p{font-size:1.25rem;font-weight:300;line-height:30px;margin-top:20px}@media (max-width: 768px){.legal-content p{font-size:1.125rem;font-weight:300;line-height:24px}}@media (max-width: 640px){.legal-content p{font-size:1rem;font-weight:300;line-height:22px}}.hero-subheading{font-size:1.25rem;font-weight:400;line-height:1.875rem}@media screen and (max-width: 568px){.section-p-legal{font-size:0.875rem;font-weight:400;line-height:1rem}.legal-table{font-size:0.875rem;font-weight:400;line-height:1rem}.legal-table th,.legal-table td{border:1px solid #ddd}.feature-item{width:100%;min-width:0px;height:fit-content;padding:0px}}

/*# sourceMappingURL=main.css.map */