@import"https:fonts.googleapis.com/css2?family=Noto+Sans+Display:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=SUSE:wght@100..800&display=swap";.hero-container{background-color:#3174d2;min-height:calc(100vh - 70px);display:flex;width:100%;justify-content:center;opacity:0;animation:fadeInUp 2s forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.hero-container-bg{display:flex;justify-content:space-between;max-width:1024px;background-repeat:no-repeat;background-size:cover;min-height:calc(100vh - 70px);align-items:center}.hero-text{width:60%;margin-right:-10%;display:flex;padding:50px 0 50px 50px;flex-direction:column;justify-content:center;opacity:1;background:#fff;background:linear-gradient(270deg,#fff0,#3174d2c4 11%,#3174d2d0 20%,#3174d2 30%,#3174d2 93%,#3174d2);z-index:3}.hero-container .title{font-size:2.5rem;font-weight:700;margin-bottom:20px;line-height:1.3;color:#fff}.hero-container .highlighted-text{color:#fff;font-weight:700;animation:heroColorTransition 10s ease-out forwards infinite,bounceIn 3s ease-out infinite}@keyframes bounceIn{0%{opacity:1;transform:scale(.8)}50%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.hero-container .description{font-size:1.25rem;margin-bottom:30px;color:#ededed;max-width:600px;animation:fadeIn 1.5s ease-out .5s forwards;background:linear-gradient(135deg,#ffffff1a,#fff0);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:5px;padding:5px 10px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hero-text .button{color:#fff;padding:15px 25px;background-color:red;background-image:radial-gradient(93% 87% at 87% 89%,rgba(0,0,0,.23) 0%,transparent 86.18%),radial-gradient(66% 66% at 26% 20%,#ffffff8c,#fff0 69.79%,#fff0);box-shadow:inset -3px -3px 9px #ffffff40,inset 0 3px 9px #ffffff4d,inset 0 1px 1px #fff9,inset 0 -8px 36px #0000004d,inset 0 1px 5px #fff9,2px 19px 31px #0003;border-radius:14px;font-weight:700;font-size:16px;width:fit-content;border:0;user-select:none;-webkit-user-select:none;touch-action:manipulation;cursor:pointer}.hero-text .button:hover{background-color:#ff4d4d;box-shadow:inset -4px -4px 12px #ffffff4d,inset 0 4px 12px #ffffff59,inset 0 2px 2px #ffffffb3,inset 0 -10px 40px #0006,inset 0 2px 6px #ffffffb3,3px 21px 35px #00000040;transform:scale(1.03);transition:all .3s ease;color:#fcc;background-image:radial-gradient(93% 87% at 87% 89%,rgba(255,255,255,.3) 0%,transparent 86.18%),radial-gradient(66% 66% at 26% 20%,#ffffffb3,#ffffff1a 69.79%,#ffffff1a)}@keyframes heroColorTransition{0%{color:#fff}30%{color:#00f}60%{color:#fff}to{color:red}}@keyframes bounce_shake{0%{transform:rotate(30deg)}10%{transform:rotate(0)}20%{transform:rotate(-30deg)}30%{transform:rotate(0)}40%{transform:rotate(30deg)}50%{transform:rotate(0)}60%{transform:rotate(-30deg)}70%{transform:rotate(0)}80%{transform:rotate(30deg)}90%{transform:rotate(0)}to{transform:rotate(30deg)}}.welcome_title{position:relative;font-size:24px;display:flex;gap:5px;justify-content:center;align-items:center;color:#fff;font-weight:700;background-color:#00000038;padding:10px 5px;border-radius:5px;width:fit-content;margin-bottom:20px}.welcome_title .red{color:red;text-shadow:0 0 5px red,0 0 10px red,0 0 20px red;animation:red-glow 1.5s infinite alternate}.welcome_title .blue{color:#00f;text-shadow:0 0 5px blue,0 0 10px blue,0 0 20px blue;animation:blue-glow 1.5s infinite alternate}@keyframes red-glow{0%{text-shadow:0 0 5px red,0 0 10px red,0 0 20px red}to{text-shadow:0 0 10px red,0 0 20px red,0 0 40px red}}@keyframes blue-glow{0%{text-shadow:0 0 5px blue,0 0 10px blue,0 0 20px blue}to{text-shadow:0 0 10px blue,0 0 20px blue,0 0 40px blue}}.welcome_title_p{display:block;font-weight:bolder;margin-left:4px}.right-animation-section{background-color:red;transition:all .3s ease-in-out}.hero-image{width:70%;margin-left:-20%;height:auto}@keyframes fadeInImage{0%{opacity:0}to{opacity:1}}.ag-format-container{background-color:#f8fbff;padding-bottom:60px;background-position:center;background-size:cover;background-repeat:no-repeat}.ag-format-container .heading .blue{color:#1e3278;font-size:36px}.ag-format-container .heading .red{color:red}.ag-format-container .heading{font-size:2rem;font-weight:900;padding:40px 20px;display:block;justify-self:center}.ag-courses_box{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.ag-courses_item{flex-basis:calc(33.33333% - 30px);margin:0 15px;overflow:hidden;border-radius:28px;display:flex;flex-direction:column;border:3px solid black;color:#fff;position:relative;transition:all .3s ease;justify-content:flex-start}.ag-courses-item_link{display:block;padding:30px 20px;background-color:transparent;overflow:hidden;position:relative;cursor:pointer}.ag-courses-item_link:hover,.ag-courses-item_link:hover .ag-courses-item_date{text-decoration:none;color:#fff}.ag-courses-item_title{margin:0 0 25px;overflow:hidden;font-weight:700;font-size:30px;color:red;z-index:2;position:relative}.ag-courses-item_date-box{font-size:18px;color:#000;z-index:2;position:relative}.ag-courses-item_date{font-weight:700;color:#e7b35a;transition:color .5s ease}.ag-courses-item_bg{height:200px;width:200px;background-color:#e7b35a;z-index:1;position:absolute;top:-150px;right:-100px;border-radius:50%;transition:all .5s ease}.ag-courses_item:nth-child(2n) .ag-courses-item_bg{background-color:#ec7144}.ag-courses_item:nth-child(3n) .ag-courses-item_bg{background-color:#66ce7d}.ag-courses_item:nth-child(4n) .ag-courses-item_bg{background-color:#b77fef}.ag-courses_item:nth-child(5n) .ag-courses-item_bg{background-color:#cd3e94}.ag-courses_item:nth-child(6n) .ag-courses-item_bg{background-color:#4c49ea}.ag-courses_item:hover{background-color:#61a3ff;color:#fff}.ag-courses_item:hover .ag-courses-item_link{background-color:transparent}.ag-courses_item:hover .ag-courses-item_title,.ag-courses_item:hover .ag-courses-item_date,.ag-courses_item:hover .ag-courses-item_date-box{color:#fff}.ag-format-container .ag-courses_item .icons{z-index:3;color:red;transition:all .3s ease}.ag-courses_item:hover .icons{opacity:0}.ag-courses_item .icon-wrapper{display:flex;justify-content:space-between;z-index:12;position:relative}.ag-courses_item:hover .ag-courses-item_bg{transform:scale(10);background-color:#e7b35a;height:78px;width:78px}.ag-courses_item:nth-child(2n):hover .ag-courses-item_bg{background-color:#ec7144;height:78px;width:78px}.ag-courses_item:nth-child(3n):hover .ag-courses-item_bg{background-color:#66ce7d;height:78px;width:78px}.ag-courses_item:nth-child(4n):hover .ag-courses-item_bg{background-color:#b77fef;height:78px;width:78px}.ag-courses_item .ag-courses-item_image{display:none;width:80px;height:80px;border-radius:50%;transition:all .3s ease}.ag-courses-item_date .links a{color:#61a3ff!important;display:flex;gap:5px;align-items:center}.ag-courses-item_date .links{color:#61a3ff;font-weight:600;text-decoration:underline;z-index:2;display:flex;gap:7px;margin-top:15px;position:relative;align-items:center}.ag-courses-item_link:hover .links a{color:#fff!important}.ag-courses-item_link:hover .links{color:#fff}.ag-courses-item_link .icon svg{fill:#61a3ff}.ag-courses_item:hover .icon svg{fill:#fff}.hover-image-content{width:100px;position:absolute;right:0;display:none;top:-20px}.ag-courses_item:hover .hover-image-content{display:block}@media only screen and (max-width: 979px){.ag-courses_item{flex-basis:calc(75% - 30px)}.ag-courses-item_title{font-size:24px}}@media only screen and (max-width: 767px){.ag-format-container{width:100%}}@media only screen and (max-width: 639px){.ag-courses_item{flex-basis:100%}.hover-image-content{right:-34px;width:100px;top:-10px}.ag-courses-item_title{font-size:24px}.ag-courses-item_link{padding:22px 40px}.ag-courses-item_date-box{font-size:16px}}.custom-rectangle{width:100%;max-width:1024px;min-height:400px;display:flex}.custom-rectangle-bg .img-div{width:50%}.custom-rectangle-bg .img-div img{width:100%}.custom-rectangle-bg{background-color:#ddebff;position:relative;display:flex;padding:20px;flex-direction:column;align-items:center}.custom-rectangle-bg .custom-rectangle .ad-content{width:50%;display:flex;flex-direction:column;justify-content:center;gap:20px;font-size:18px;align-items:flex-start;font-weight:700}.custom-rectangle-bg .custom-rectangle .ad-content div{display:flex;align-items:center;gap:12px}.custom-rectangle-bg .custom-rectangle .ad-content div button{padding:10px 20px;font-size:16px;color:#fff;background-color:#1b53a1;border:none;cursor:pointer;display:flex;align-items:center;gap:10px}.custom-rectangle-bg .custom-rectangle .ad-content div button:hover{background-color:#378aff;scale:1.1}.custom-rectangle-bg h1{color:#1b53a1}@media only screen and (max-width: 639px){.custom-rectangle{flex-direction:column-reverse}.custom-rectangle-bg .custom-rectangle .ad-content,.custom-rectangle-bg .img-div{width:100%}}.how-it-works-container{padding:2rem 20px}.how-it-works-inner{max-width:1200px;margin:0 auto}.text-center{text-align:center}.title{font-size:2.5rem;margin-bottom:2rem}.highlight-text{color:#007bff;display:inline-block}.steps-row{display:flex;align-items:center;justify-content:center;margin-top:2rem}.step-column{display:flex;flex-direction:column;align-items:center;text-align:center;margin:0 1rem}.arrow-column{display:flex;align-items:center;justify-content:center;margin:0 1rem}.how-it-works-container .icon{color:#038dfe;margin-bottom:.5rem}.step-text{font-size:1rem;font-weight:700}.fade-in-left{animation:fadeInLeft 1s ease-in-out}.animated-delay-1{animation-delay:.2s}.animated-delay-2{animation-delay:.4s}.animated-delay-3{animation-delay:.6s}.animated-delay-4{animation-delay:.8s}.animated-delay-5{animation-delay:1s}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@media only screen and (max-width: 639px){.steps-row{flex-direction:column}.how-it-works-container .icons{transform:rotate(90deg);margin:20px 0}}.Our-service .tab-container{display:flex;padding:40px}.Our-service .tab-buttons{flex:1;padding-right:20px}.Our-service .tab-button{display:block;padding:16px;margin-bottom:8px;width:100%;border:none;cursor:pointer;text-align:left;border-radius:4px}.Our-service .tab-button.active{background-color:#007bff;color:#fff;border-color:#007bff}.Our-service .tab-content{flex:3;padding:16px;border-left:1px solid #ddd}.Our-service .tab-pane.show{display:block}.Our-service .tab-pane h3{margin-bottom:15px}.Our-service .tab-pane h5{margin-top:20px;margin-bottom:-10px}.Our-service .tab-pane ul{padding-left:20px;margin:10px 0}.Our-service .tab-pane ul li{margin:20px 0}.Our-service .tab-pane p{margin:10px 0}.Our-service .heading{font-size:2rem;font-weight:900;padding:40px 0 3px;display:block;justify-self:center;position:relative;margin-bottom:30px}.Our-service a{color:red;text-decoration:underline;cursor:pointer}.Our-service{max-width:1024px;margin:auto}.Our-service .heading:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:5px;background:linear-gradient(to right,#ff3401,#03f)}@media only screen and (max-width: 639px){.Our-service .tab-container{display:flex;flex-direction:column}.Our-service .tab-buttons{padding-right:0}}.dropdown-content,.submenu-content{display:none}.dropdown-content.show,.submenu-content.show{display:block}.navbar{display:flex;justify-content:space-between;padding:10px 20px;height:70px;background-color:#fffffffb;align-items:center;position:sticky;top:0;width:100%;z-index:999;box-shadow:1px -1px 19px #070707}.navbar img{width:80px}.nav_links{flex:1}.nav_links ul{display:flex;list-style:none;padding:0;margin:0;justify-content:center}.nav_links li{position:relative;margin-right:30px}.nav_link_rotate:hover{color:red}.dropdown-content{display:none;position:absolute;background-color:#fff;border:1px solid #ddd;border-radius:4px;top:100%;left:0;z-index:1000}.dropdown-content a{display:block;padding:8px 16px;text-decoration:none;color:#000;width:180px}.dropdown-content a:hover{background-color:#f0f0f0}.submenu-content{display:none;position:absolute;background-color:#fff;border:1px solid #ddd;border-radius:4px;top:0;left:100%;z-index:1000}.submenu-content a{display:block;padding:8px 16px;text-decoration:none;color:#000}.submenu-content a:hover{background-color:#f0f0f0}.submenu{position:relative}.show{display:block}.nav-buttons button{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:radial-gradient(100% 100% at 100% 0,#5adaff 0,#5468ff);border:0;border-radius:6px;box-shadow:#2d234266 0 2px 4px,#2d23424d 0 7px 13px -3px,#3a416f80 0 -3px inset;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-flex;font-family:JetBrains Mono,monospace;justify-content:center;line-height:1;list-style:none;overflow:hidden;padding:10px 16px;position:relative;text-align:left;text-decoration:none;transition:box-shadow .15s,transform .15s;user-select:none;-webkit-user-select:none;touch-action:manipulation;white-space:nowrap;will-change:box-shadow,transform;font-size:18px}.nav-buttons button a{color:#fff!important}.nav-buttons button:focus{box-shadow:#3c4fe0 0 0 0 1.5px inset,#2d234266 0 2px 4px,#2d23424d 0 7px 13px -3px,#3c4fe0 0 -3px inset}.nav-buttons button:hover{box-shadow:#2d234266 0 4px 8px,#2d23424d 0 7px 13px -3px,#3c4fe0 0 -3px inset;transform:translateY(-2px)}.nav-buttons button:active{box-shadow:#3c4fe0 0 3px 7px inset;transform:translateY(2px)}.burger{display:none;position:relative}.burger .line1,.burger .line2,.burger .line3{width:25px;height:3px;background-color:#333;margin:5px 0;transition:all .3s ease}.navbar .icon{margin-left:4px;font-weight:bolder;vertical-align:middle;transition:transform .3s ease}.navbar .icon{transition:transform .3s ease}.navbar .dropdown-content.show .icon{transform:rotate(180deg)}.mobile-menu{position:absolute;top:70px;height:calc(100vh - 70px);left:0;width:100%;background-color:#fff;padding:1rem;box-shadow:0 4px 8px #0000001a;display:none}.mobile-menu ul{display:flex;flex-direction:column;align-items:flex-start;padding:0;margin:0}.mobile-menu ul li{margin:1rem 0;list-style:none}.burger.active .line1{transform:rotate(45deg);top:0;left:0;position:absolute}.nav_link_rotate{text-decoration:none;color:#000}.nav_link_rotate.active{font-weight:700;color:#007bff}.burger.active .line2{opacity:0}.burger.active .line3{transform:rotate(-45deg);top:0;left:0;position:absolute}.mobile-service{position:relative}.mobile-service .dropdown-content,.mobile-service .submenu-content{border:none}.mobile-service .submenu-content{padding:100px 0;left:0}.mobile-service .dropdown-content a{padding:0;margin:2rem 0}@media (max-width: 860px){.nav_links{display:none}.burger{display:block}.mobile-menu{display:block;overflow:auto}}*{padding:0;margin:0;box-sizing:border-box}:root{--primary-color: #0047ab;--secondary-color: white;--gold-color: #daa520;--red-high-color: #8b0000;--smokewhite-color: whitesmoke;--black-color: #333;--blue-highlighter: #007bff}body{font-family:SUSE,sans-serif}a{text-decoration:none}@media only screen and (max-width: 860px){.hero-container{flex-direction:column}.hero-text{width:100%;padding:20px 20px 100px;background:linear-gradient(0deg,#fff0,#3174d2c4 11%,#3174d2d0 20%,#3174d2 30%,#3174d2 93%,#3174d2)}.hero-image{width:100%;margin-left:0;margin-top:-150px}.feature-card{flex-direction:column-reverse}.feature-border-left,.feature-border-right{border:none}.feature-text{padding:0}.footer-content{flex-direction:column;gap:0!important}.footer-section{width:100%!important}.footer-policy{margin-top:10px!important}.footer-policy ul{flex-direction:column}.footer-policy li{text-align:left}.feature-card{min-height:auto}.nav-buttons{display:none}.team-member{min-width:300px;width:auto}.contact-form-section{width:100%!important}.map-section{width:100%!important;height:300px!important}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{height:300px!important}.form-row{gap:0!important;flex-direction:column}.footer-container{padding:15px!important}.team-container{justify-content:center}}.support-container{width:80%;margin:0 auto;padding:20px}.support-title{text-align:center;font-size:2.5rem;margin-bottom:40px}.support-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px}.support-item{background-color:#f9f9f9;padding:20px;border-radius:8px;box-shadow:0 4px 8px #0000001a;cursor:pointer;transition:background-color .3s ease}.support-item:hover{background-color:#f0f0f0}.support-item{background:linear-gradient(135deg,#6a11cb,#2575fc);color:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 8px #0000001a;cursor:pointer;transition:background-color .3s ease,transform .3s ease;text-align:center}.support-item:hover{background:linear-gradient(135deg,#2575fc,#6a11cb);transform:translateY(-5px)}.support-item h2{font-size:1.8rem;margin-bottom:10px}.support-item p{font-size:1.1rem}.full-width{grid-column:span 2}.support-container .item1{background:linear-gradient(135deg,#ff7e5f,#feb47b)}.support-container .item2{background:linear-gradient(135deg,#43cea2,#185a9d)}.support-container .item3{background:linear-gradient(135deg,#f953c6,#b91d73)}.support-container .item4{background:linear-gradient(135deg,#fdc830,#f37335)}.support-container .item5{background:linear-gradient(135deg,#30cfd0,#330867)}.support-section{max-width:800px;margin:0 auto;padding:40px 20px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 10px #0000001a}.support-section h2{font-size:2rem;margin-bottom:20px;color:#333}.support-section p{font-size:1.1rem;margin-bottom:20px;color:#666}.support-form textarea,.support-form input{width:100%;padding:10px;margin-bottom:20px;border:1px solid #ccc;border-radius:4px;font-size:1rem;color:#333}.support-form{display:flex;flex-wrap:wrap}.support-form .form-row{margin-bottom:20px;width:100%}.full-width{width:100%}.two-columns{display:flex;gap:20px;justify-content:space-between}.two-columns .form-column{width:48%}.support-form label{display:block;margin-bottom:8px;font-weight:700;color:#333}.support-form textarea,.support-form input,.support-form select{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;font-size:1rem;color:#333}.support-form button{padding:10px 20px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem}.support-form button:hover{background-color:#0056b3}.success-message{margin-top:20px;font-size:1rem;color:green}@media (max-width: 992px){.support-grid{display:flex;flex-direction:column}.two-columns{flex-direction:column}.two-columns .form-column,.support-form input,.support-form select,.support-form textarea{width:100%}}.support-container{width:96%;margin:0 auto;padding:20px}@media (max-width: 576px){.support-container{width:90%}.support-item h2{font-size:1.5rem}.support-item p{font-size:1rem}}.footer-container{background-color:#333;color:#f1f1f1;padding:40px}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-evenly;gap:50px}.footer-section{width:25%;flex:1 1 1;margin-bottom:20px}.footer-section h4{margin-bottom:20px;color:#fff;text-decoration:underline}.footer-section ul{list-style:none;padding:0}.footer-section li{margin-bottom:10px}.footer-section li a,.footer-section li .nav_link_rotate{color:#bbb;text-decoration:none}.footer-section li a:hover,.footer-section li .nav_link_rotate:hover{color:#fff}.footer-section img{width:80px}.footer-section.office tr{display:flex;gap:15px;margin-bottom:15px;align-items:flex-start}.footer-section.office tr td:last-child,.footer-section.office tr td a{margin-top:-4px}.social-links{margin-top:20px}.social-icon{color:#fff;margin-right:10px;font-size:20px}.pci-image{margin-top:5px;width:100px}.footer-policy{margin-top:40px;text-align:center;border-top:1px solid #555;padding-top:20px}.footer-policy ul{list-style:none;padding:0;display:flex;justify-content:space-evenly}.footer-policy li{display:inline-block;margin:0 10px}.footer-policy li a{color:#bbb;text-decoration:none}.footer-policy li a:hover{color:#fff}.footer-section.office a{color:#fff;text-decoration:underline}.contact-container{padding:2rem}.contact-content{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:space-between}.no-arrows::-webkit-inner-spin-button,.no-arrows::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.no-arrows{-moz-appearance:textfield}.contact-form-section{width:50%;min-width:300px}.contact-title{font-size:2.5rem;margin-bottom:1rem}.contact-form{display:flex;flex-wrap:wrap;gap:1px}.form-row{display:flex;gap:1rem;width:100%}.contact-form .form-group{flex:1 1 50%;margin-bottom:1rem}.contact-form .form-group.input{display:flex;flex-direction:column;gap:10px}.form-label{display:block;margin-bottom:.5rem}.form-input,.form-textarea{width:100%;padding:.75rem;border-radius:4px;border:1px solid #ccc;outline:1px solid var(--blue-highlighter)}.form-textarea{height:100px}.form-button{padding:.75rem 1.5rem;background-color:var(--blue-highlighter);color:#fff;border:none;border-radius:4px;cursor:pointer}.map-section{width:40%;min-width:300px;position:relative;height:450px}.map-iframe{width:100%;height:100%;border:none}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.meet-our-team{text-align:center;padding:40px;background-color:var(--secondary-color)}.section-title{font-size:2.5rem;margin-bottom:20px;color:var(--black-color)}.team-container{display:flex;justify-content:space-around;flex-wrap:wrap}.team-member{background-color:var(--secondary-color);border-radius:10px;box-shadow:0 4px 8px #0000001a;margin:20px;padding:20px;width:250px;text-align:center}.team-member:hover{transform:scale(1.05);box-shadow:0 12px 36px #0003}.team-member:hover .team-member-name{color:var(--red-high-color)}.team-member-image{width:150px;height:150px;background-color:var(--secondary-color);border-radius:50%;object-fit:contain;margin-bottom:15px}.team-member-info{padding:10px}.team-member-name{font-size:1.5rem;margin:10px 0;color:var(--black-color)}.team-member-position{font-size:1.1rem;color:var(--black-color)}.terms-container{padding:20px;max-width:1200px;margin:auto;color:#333;width:85%}.terms-container .terms-h1{font-size:2.5rem;margin-bottom:20px;text-align:center}.terms-container .terms-wrapper{display:flex;justify-content:space-between;gap:20px;flex-direction:column}.terms-container .terms-text{flex:1;line-height:1.6}.terms-container .terms-text ul{flex:1;padding-left:30px}.terms-container .terms-definitions{flex:1}.terms-container .terms-definitions h3{margin-bottom:10px}.terms-container .clickable{cursor:pointer;color:#007bff;margin:10px 0}.terms-container .clickable:hover{text-decoration:underline}.terms-container .paragraph{margin:10px 0}.terms-container .show .hide-show{display:block}.policy-container{padding:20px;max-width:1200px;margin:auto;color:#333}.policy-container h1{font-size:2.5rem;margin-bottom:20px;text-align:center}.policy-container .policy-rows{display:flex;align-items:flex-start;width:80%;padding:20px 30px;box-shadow:inset 1px 1px 11px -8px #355efc;margin:20px auto;justify-content:space-between}.policy-container .policy-rows div{flex:1}.policy-container .policy-span-fonts{font-size:24px;margin-right:10px}.policy-container .policy-rows h3{margin:10px 0}.policy-container .policy-rows p{margin:0}.grievance-container{padding:20px;max-width:1200px;width:85%;margin:auto;color:#333}.grievance-container .banner{text-align:center;margin-bottom:20px}.grievance-container .banner h1{font-size:2.5rem;margin:0}.grievance-container .content-section{margin-bottom:30px}.grievance-container .content-section h1{margin:0 0 10px}.grievance-container .content-section .p-first{font-weight:600}.grievance-container .content-section p{margin:10px 0}.grievance-container .text-left{text-align:left}.grievance-container .grievance-table{width:100%;border-collapse:collapse;margin-top:20px}.grievance-container .grievance-table th,.grievance-container .grievance-table td{border:1px solid #ddd;padding:8px;vertical-align:top}.grievance-container .grievance-table th{background-color:#f4f4f4;font-weight:700}.grievance-container .grievance-table td{text-align:left}.grievance-container .mb-1{margin-bottom:.5rem}.grievance-container .mb-2{margin-bottom:1rem}.grievance-container .mb-3{margin-bottom:1.5rem}.grievance-container .mt-1{margin-top:.5rem}.grievance-container .mt-2{margin-top:1rem}.grievance-container .mt-3{margin-top:1.5rem}.grievance-container ul{padding-left:50px;margin:20px 0}.grievance-container ol{padding-left:30px}.grievance-container li{margin-bottom:5px}.cancellation-policy{width:85%;margin:auto}.cancellation-policy .header-spacing{margin-bottom:100px}.cancellation-policy .text-center{text-align:center}.cancellation-policy .tab-container{display:flex}.cancellation-policy .tab-buttons{flex:1;padding-right:20px}.cancellation-policy .tab-button{display:block;padding:16px;margin-bottom:8px;width:100%;border:none;cursor:pointer;text-align:left;font-family:inherit;border-radius:4px}.cancellation-policy .tab-button.active{background-color:#007bff;color:#fff;border-color:#007bff}.cancellation-policy .tab-content{flex:3;padding:16px;border-left:1px solid #ddd}.cancellation-policy .tab-pane.show{display:block}.cancellation-policy .tab-pane h3{margin-top:0}.cancellation-policy .tab-pane ol{padding-left:20px}.cancellation-policy .tab-pane p{margin:0}.webcheckout-container{color:#333;line-height:1.6;max-width:1200px;margin:20px auto;padding:20px;background-color:#fff;border-radius:10px;box-shadow:0 8px 16px #0000001a}.webcheckout-container h1{font-size:2.5rem;color:#2c3e50;text-align:center;margin-bottom:20px}.webcheckout-container .intro-section{text-align:center;margin-bottom:30px;display:flex;gap:23px;align-items:flex-end}.webcheckout-container .intro-section p{font-size:1.2rem;margin-bottom:15px}.webcheckout-container .intro-image{width:30%;border-radius:10px;box-shadow:0 4px 8px #0000001a}.webcheckout-container h3{font-size:1.8rem;color:#2980b9;margin-top:40px;margin-bottom:20px;border-bottom:2px solid #2980b9;padding-bottom:10px}.webcheckout-container .feature{display:flex;align-items:center;margin-bottom:30px}.webcheckout-container .feature img{width:150px;height:150px;background-color:#fff;object-fit:contain;border-radius:10px;margin-right:20px}.webcheckout-container h4{font-size:1.5rem;color:#34495e;margin-bottom:10px}.webcheckout-container .feature p{font-size:1rem;color:#555}.benefits-section ul{padding-left:30px}@media screen and (min-width: 501px) and (max-width: 768px){.webcheckout-container{padding:15px}.webcheckout-container .intro-section{flex-direction:column-reverse;align-items:center}.webcheckout-container .intro-image{width:40%}.webcheckout-container h1{font-size:2rem}.webcheckout-container h3{font-size:1.5rem}.webcheckout-container .feature{flex-direction:column;text-align:center}.webcheckout-container .feature img{margin-bottom:15px}}@media screen and (max-width: 500px){.webcheckout-container{padding:15px}.webcheckout-container .intro-section{flex-direction:column-reverse;align-items:center}.webcheckout-container .intro-image{width:100%}.webcheckout-container h1{font-size:2rem}.webcheckout-container h3{font-size:1.5rem}.webcheckout-container .feature{flex-direction:column;text-align:center}.webcheckout-container .feature img{margin-bottom:15px}}
