@import url("https://fonts.googleapis.com/css2?family=Saira+Extra+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300;400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");@import url("https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Pre&display=swap");*{margin:0;padding:0;box-sizing:border-box}:root{--dark-color:#a56b0e;--dark-main-color:#cc8a1f;--very-dark-main-color:#08789a;--dark-main-color:#18a0c9;--main-color:#32c6f4;--light-main-color:#84e2ff;--very-light-main-color:#e0f8ff;--light-color:#ffcc7b;--very-light-color:#ffe9c5;--black:#000}::-webkit-scrollbar{background:var(--black)}::-webkit-scrollbar-thumb{background:var(--light-main-color);border-radius:1rem}nextjs-portal{display:none!important}html{scroll-behavior:smooth}body{background-color:#fff;color:#000;overflow-x:hidden;font-family:Robot Condensed,sans-serif}.section-fullwidth{margin:2rem 4rem}.box-fullwidth,.section-fullwidth{display:flex;flex-direction:column;gap:1rem}.box-fullwidth{justify-content:center;padding:1rem;background:var(--bgColor);color:var(--textColor)}.align-items-center,.box-fullwidth{align-items:center}.justify-content-center{justify-content:center}.text-center{text-align:center}.text-style-1{font-size:1.3331rem;font-family:Roboto Condensed,Arial Narrow,Arial,sans-serif;line-height:1.7}.padding-3rem{padding:3rem}.padding-2rem{padding:2rem}.padding-1rem{padding:1rem}.gap-1rem{gap:1rem}.gap-2rem{gap:2rem}.flex-column{display:flex;flex-direction:column}.flex-row{display:flex;flex-direction:row}.cursor-pointer{cursor:pointer}.boxes-grid-5{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.boxes-grid-4{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.boxes-grid-3{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.boxes-50-50{display:grid;grid-template-columns:1fr 1fr}.gridBox{flex-direction:column;padding:1rem;background:var(--bgColor);color:var(--textColor)}.gridBox,.image-bg-section{display:flex;align-items:center;justify-content:center}.image-bg-section{position:relative;width:100%;min-height:80vh;overflow:hidden}.image-bg-section img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1}.image-bg-section .overlay{position:absolute;z-index:2;background:rgba(0,0,0,.4);text-shadow:2px 2px 10px #000;padding:2rem;text-align:center;color:#fff;height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3rem}.two-boxes-left-right-layout{display:grid;grid-template-areas:"a video video c" "b video video d"}.two-boxes-left-right-layout>.gridBox:first-child{grid-area:a}.two-boxes-left-right-layout>.gridBox:nth-child(2){grid-area:b}.two-boxes-left-right-layout>.gridBox:nth-child(3){grid-area:c}.two-boxes-left-right-layout>.gridBox:nth-child(4){grid-area:d}.two-boxes-left-right-layout .hover-infocard{min-width:19.95rem}.two-boxes-left-right-layout>.video{grid-area:video;background:red;display:grid;place-content:center}.two-boxes-left-right-layout>.video>video{width:100%}.hover-infocard{position:relative;text-align:center;cursor:pointer}.hover-infocard,.hover-infocard .overlay{display:flex;align-items:center;justify-content:center}.hover-infocard .overlay{position:absolute;top:0;left:0;height:100%;width:100%;background:#000;color:#fff;padding:1rem;opacity:0;visibility:hidden;transition:1s}.hover-infocard:hover .overlay{opacity:1;visibility:visible}.hover-infocard .card-heading{font-size:2.5rem;font-family:Roboto Condensed;font-weight:900;line-height:1.5}.hover-infocard.type2{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;background:#000;color:#fff;padding:1rem}.hover-infocard.type2 .text-style-1{text-align:left}.hover-infocard.type2 .overlay{background:var(--light-main-color);color:#000;opacity:1;visibility:visible}.hover-infocard.type2:hover .overlay{opacity:0;visibility:hidden}.heading-1{font-size:2rem}.heading-2{font-size:1.7rem}.heading-3{font-size:1.5rem}input{outline:none;border:none;padding:.7rem 1rem;font-size:1rem}header{position:-webkit-sticky;position:sticky;top:0;background:#000;display:flex;flex-direction:column;z-index:200}header .infobar{background:#101820;color:#fff;padding:.1rem 1.2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.8rem}header .infobar .btn{padding:.3rem .5rem;font-family:Barlow Condensed,Robto Condensed,sans-serif}header .infobar .highlighted-btn,header .navbar{background:var(--main-color);color:#000}header .navbar{padding:.1rem;display:flex;align-items:center;justify-content:space-between}header .navbar .btn{font-size:1.4rem;line-height:1.2;font-family:Saira Extra Condensed,sans-serif;padding:.5rem .6rem;background:#101820;color:#fff;font-weight:600}header .navbar .btn.active,header .navbar .btn:hover{background:var(--main-color);color:#101820}.hamburger-menu{font-size:1.6rem;display:none}.close-btn{font-size:2rem;position:absolute;top:2rem;right:2rem;display:none}header .navbar .logo img{height:6rem}.btns{height:100%;display:flex;align-items:center;flex-wrap:wrap}.btns,.btns.tiny-space{gap:.2rem}.btns img{height:6rem}.events-btn{height:-moz-fit-content!important;height:fit-content!important;background-color:var(--dark-main-color)!important;color:#fff!important}.events-btn:hover{background:var(--very-dark-main-color)!important;color:#fff!important}.link{font-family:Poppins,sans-serif;padding:.2rem .8rem;color:#000}.btn,.link{text-decoration:none;font-size:1.2rem;font-weight:600;transition:.5s}.btn{font-family:Barlow Condensed,sans-serif;background:#000;text-align:center;height:100%;color:#fff;cursor:pointer;padding:1rem}.btn:hover{background:#fff;color:#000}.btn.reverse{background:var(--main-color);color:#000}.btn.reverse:hover{background:#000;color:var(--main-color)}.shop-now-btn{margin:auto 0;height:-moz-fit-content;height:fit-content;padding:1rem 1.5rem;font-size:1.5rem;background:#fff;color:#000;transition:.5s}.shop-now-btn:hover{background:#000;color:#fff}.text-strip{font-family:Barlow Condensed,sans-serif;display:flex;gap:1rem;font-size:1.3rem}.flickering-text{animation:flickeringText 1s linear infinite}@keyframes flickeringText{0%{opacity:0}20%,80%{opacity:1}}.container{background-color:#f8f8f8;max-width:800px;margin:0 auto;padding:20px}.title{text-align:center;margin-bottom:30px;color:#333}.honorable-donors-table{background-color:var(--dark-main-color)}.honorable-donors-table th{color:#fff}.honorable-donors-table td{background:var(--light-main-color)}.table-container,table{width:100%}table{background:var(--light-main-color)}table td,table th{padding:1rem}table td{background:#fff;vertical-align:top}table.colorful{background:#222}table.colorful td,th{padding:.5rem;height:5rem}table.colorful td{background:#fff}table.colorful tr:nth-child(7n+1)>td:first-child,table.colorful tr:nth-child(7n+1)>td:nth-child(2),table.colorful tr:nth-child(7n+1)>td:nth-child(3){background:#d8a7a7;color:#000}table.colorful tr:nth-child(7n+2)>td:first-child,table.colorful tr:nth-child(7n+2)>td:nth-child(2),table.colorful tr:nth-child(7n+2)>td:nth-child(3){background:#e6d9a8;color:#000}table.colorful tr:nth-child(7n+3)>td:first-child,table.colorful tr:nth-child(7n+3)>td:nth-child(2),table.colorful tr:nth-child(7n+3)>td:nth-child(3){background:#cbb4d4;color:#000}table.colorful tr:nth-child(7n+4)>td:first-child,table.colorful tr:nth-child(7n+4)>td:nth-child(2),table.colorful tr:nth-child(7n+4)>td:nth-child(3){background:#bfd8c4;color:#000}table.colorful tr:nth-child(7n+5)>td:first-child,table.colorful tr:nth-child(7n+5)>td:nth-child(2),table.colorful tr:nth-child(7n+5)>td:nth-child(3){background:#e8c7c8;color:#000}table.colorful tr:nth-child(7n+6)>td:first-child,table.colorful tr:nth-child(7n+6)>td:nth-child(2),table.colorful tr:nth-child(7n+6)>td:nth-child(3){background:#b6c6e1;color:#000}table.colorful tr:nth-child(7n+7)>td:first-child,table.colorful tr:nth-child(7n+7)>td:nth-child(2),table.colorful tr:nth-child(7n+7)>td:nth-child(3){background:#cbb4d4;color:#000}table.colorful th{background:#7a7d7a;color:#fff}.tabs-container{display:flex;justify-content:center;margin-bottom:20px}.tab{background-color:#fff;border:none;padding:15px 25px;margin:0 10px;cursor:pointer;font-size:1.5rem;border-radius:5px;transition:background-color .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.1);font-family:Rajdhani;font-weight:900}.tab.active{background-color:var(--dark-color);color:#fff}.param-box{display:grid;grid-template-columns:4fr 6fr}.param-box p{font-size:1.56vw;line-height:1.65}.content{background-color:var(--light-color);display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;padding:20px;border-radius:5px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.content h2{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--dark-color);font-size:2.5rem;text-decoration:underline}.content p{line-height:2rem;font-size:1.5rem;font-family:Rajdhani;font-weight:600;color:var(--black)}.hover-boxes-container{display:flex;flex-wrap:wrap;gap:20px}.hover-box{background-color:#fff;padding:20px;border-radius:.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.hover-box h2{color:#333;margin-bottom:1rem}.hover-box p{line-height:1.6;color:#666}.hover-box:hover{transform:translateY(-5px);box-shadow:0 4px 8px rgba(0,0,0,.2)}div:has(>.top-indicator),section:has(>.top-indicator){position:relative}.top-indicator{position:absolute;top:-11rem;height:.1rem}div:has(>.box-icon-right){position:relative}.box-icon-right{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:2rem}.number-box{padding:2rem;width:6rem;display:grid;place-content:center}.number-box p{font-size:5rem;font-weight:900}.sticking-btn-cover{position:absolute;height:100%;right:0;top:0}.sticking-top-btn{align-self:flex-end;position:-webkit-sticky;position:sticky;top:10rem;right:0;height:-moz-fit-content;height:fit-content}.shop-now-layout{height:100vh;display:grid;grid-template-columns:1fr 1.5fr;align-items:center;justify-content:center;grid-gap:1rem;gap:1rem;padding:1rem}.shop-now-layout .left{height:100%;border-radius:2rem;background:#222;padding:1rem}.shop-now-layout .left .img{width:100%;height:100%;object-fit:cover;border-radius:1rem}.shop-now-layout .right{height:100%;display:flex;flex-direction:column;gap:1rem}.shop-now-layout .box{display:flex;flex-direction:column;gap:1rem;background:#222;padding:1rem;border-radius:1rem}.shop-now-layout .price-boxes{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:1rem;gap:1rem}.shop-now-layout .price-box{padding:.6rem 1rem;background:var(--main-color);color:#000;display:flex;align-items:center;justify-content:space-evenly;font-size:1.2rem;gap:.5rem;cursor:pointer}.shop-now-layout .price-box input{padding:0;font-size:1.2rem;background:none;color:#000;font-weight:700}.shop-now-layout .price-box input::placeholder{color:#000}.shop-now-layout .participation-boxes{display:flex;flex-direction:column;gap:1rem}.shop-now-layout .participation-box{display:flex;gap:.5rem;padding:.6rem 1rem}.take-action-message-boxes{display:grid;grid-template-columns:1fr 3fr;grid-gap:.5rem;gap:.5rem;padding:.5rem}.take-action-message-boxes .left-box{padding:1rem;width:20vw;display:flex;flex-direction:column;justify-content:space-between;gap:0;background:red;color:#fff}.take-action-message-boxes .arrow{position:relative;background:#fff;color:red;padding:.2rem;font-size:1rem;font-weight:800;width:calc(100% - 1.2rem);margin-right:1rem;text-align:center}.take-action-message-boxes .arrow:before{content:"";position:absolute;top:50%;transform:translateY(-50%);right:-1.2rem;height:130%;width:1.3rem;background:#fff;-webkit-clip-path:polygon(100% 50%,0 0,0 100%);clip-path:polygon(100% 50%,0 0,0 100%)}.take-action-message-boxes .card-heading{font-size:2.5rem;text-align:center;font-family:Roboto Condensed}.section-carousel{position:relative;width:100%}.carousel-content{max-width:calc(100vw - 6rem);margin:auto;display:flex;transition:transform .5s ease}.carousel-content .box{position:relative;display:flex;flex-direction:column;gap:1rem}.carousel-content .box>b,.carousel-content h3{font-size:1.5rem}.carousel-slide{position:relative;height:100%;min-width:50%;box-sizing:border-box;padding:20px;padding-block:0}.carousel-slide.mobile-screen{min-width:100%}.carousel-slide .slide-index{position:absolute;color:#fff;top:1rem;right:2rem;width:-moz-fit-content;width:fit-content;padding:.2rem;line-height:1;font-size:1rem}.carousel-nav{cursor:pointer;position:absolute;height:100%;top:50%;width:3rem;transform:translateY(-50%);background:#000;color:#fff;border:.5rem solid #fff;border-block:none}.carousel-nav.prev{left:-2rem;outline:none;font-size:2rem}.carousel-nav.prev .icon{position:absolute;top:.5rem;left:50%;transform:translateX(-50%);font-size:1.3rem}.carousel-nav.next{right:-2rem;outline:none;font-size:2rem}.take-action-message-boxes .boxes-carousel{width:calc(80vw - 2.5rem);margin:0}.take-action-message-boxes .boxes-carousel-container .gridBox{min-width:33rem}.take-action-message-boxes .boxes-carousel-container .gridBox p{font-size:14pt}.fullwidth-label{padding:.2rem}.fullwidth-label .flex-row{width:100%;gap:.2rem}.fullwidth-label .flex-row .gridBox{width:100%;padding:0 1rem}.fullwidth-label .flex-row .gridBox p,.fullwidth-label .flex-row .gridBox span{font-size:16pt;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;text-align:center}.videos-layout{height:calc(100vh - 9.2rem);display:grid;grid-template-columns:17% 83%;background:#fff}.videos-layout-content::-webkit-scrollbar{display:none}.videos-layout .sidebar{display:flex;flex-direction:column;gap:.8rem;padding:1rem;text-align:center;background:#000;color:#fff;overflow-y:scroll}.videos-layout .sidebar::-webkit-scrollbar{background:#000;width:.5rem;display:none}.videos-layout .sidebar:hover::-webkit-scrollbar{display:block}.videos-layout .sidebar:hover::-webkit-scrollbar-thumb{background:#fff;border:2px solid #000}.videos-layout .sidebar .sidebar-link{display:flex;align-items:center;padding:.2rem .5rem;border-radius:.5rem;transition:.2s;cursor:pointer}.videos-layout .sidebar .sidebar-link:hover{background:#333}.videos-layout .sidebar .sidebar-link .icon{font-size:1.5rem}.videos-layout .sidebar-heading{display:flex;align-items:center;gap:.2rem}.videos-layout .sidebar-heading p{font-weight:600}.videos-layout .sidebar-heading .line{height:.05rem;width:100%;background:#fff}.videos-layout .sidebar .sidebar-link a{font-size:1rem;font-weight:400;color:#fff}.videos-layout-content{width:100%;height:100%;overflow-y:scroll;display:flex;flex-direction:column;gap:1.3rem;padding-bottom:2rem}.category-heading{font-size:1rem;text-align:center;background:#006400;color:#fff;padding-block:.5rem}.shorts{position:relative;width:100%;display:flex;padding-inline:2rem;gap:1rem;row-gap:2rem}.shorts::-webkit-scrollbar{display:none}.videos-layout .more-btn-overlay{position:absolute;right:0;top:-1.3rem;height:calc(100% + 2.6rem);width:15rem;background:linear-gradient(90deg,transparent 10%,rgba(0,0,0,.5) 40%,#000);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;gap:.5rem;cursor:pointer}.videos-layout .more-btn-overlay.left{visibility:hidden;background:linear-gradient(90deg,#000 10%,rgba(0,0,0,.5) 40%,transparent);left:0}.videos-layout .more-btn-overlay .icon{font-size:3rem}.shorts .short-box{display:flex;flex-direction:column;gap:.5rem;min-width:199px}.longs .long-box .info,.shorts .short-box .info{font-size:.8rem;font-weight:400;color:#111}.shorts .short-box .options{display:flex}.shorts .short-box .download{width:100%;display:grid;place-content:center;padding:.2rem .5rem;background:#7fff00;color:#000;cursor:pointer;text-decoration:none}.shorts .short-box .watch-on-youtube{width:100%;display:grid;place-content:center;padding:.2rem .5rem;background:red;color:#fff;cursor:pointer;text-decoration:none}.longs .long-box video,.shorts .short-box video{width:100%;border-radius:.8rem}.longs{position:relative;width:100%;display:flex;padding-inline:2rem;gap:1rem;row-gap:2rem}.longs::-webkit-scrollbar{display:none}.longs .long-box{display:flex;flex-direction:column;gap:.5rem;min-width:343px}.longs .long-box .options{display:flex}.longs .long-box .download{width:100%;display:grid;place-content:center;padding:.5rem;background:#7fff00;color:#000;cursor:pointer;text-decoration:none}.longs .long-box .watch-on-youtube{width:100%;display:grid;place-content:center;padding:.5rem;background:red;color:#fff;cursor:pointer;text-decoration:none}.longs .long-box video{width:100%}.boxes-carousel-main{position:relative}.boxes-carousel{display:flex;margin:.5rem;overflow-x:scroll}.boxes-carousel::-webkit-scrollbar{display:none}.boxes-carousel-container{display:flex;gap:.5rem}.boxes-carousel-container .gridBox p{font-size:14pt}.two-column-section{display:grid;grid-template-columns:4fr 6fr;padding:0 3rem}.two-column-section .img img{width:100%}.two-column-section .text{display:flex;flex-direction:column;justify-content:center;gap:1.5rem}.two-column-section .text .btn{height:-moz-fit-content;height:fit-content;font-weight:500;font-size:1.3rem;width:-moz-fit-content;width:fit-content;padding:1rem 1.5rem}.two-column-section .text .btn:hover{background:var(--black);color:#fff;letter-spacing:1px}.two-column-section .text .heading-1{font-size:2.5rem;font-family:Poppins,sans-serif;font-weight:900;line-height:1.5}.two-column-section .text .text-style-1{font-size:1.3rem;font-family:Poppins,sans-serif;line-height:1.5}.more-overlay{position:absolute;padding:1rem .3rem;top:50%;transform:translateY(-50%);right:0;display:flex;align-items:center;justify-content:center;background:red;border:2px solid #fff;color:#fff;cursor:pointer}.more-overlay.left{position:absolute;left:0;right:auto;display:none}.more-overlay .icon{font-size:3rem}.scattered-text-section{overflow:hidden;padding:5rem}.boxes-carousel-container::-webkit-scrollbar{display:none}.boxes-carousel-container .gridBox{width:20.4rem}.boxes-carousel-container span.item-label{color:#ccc;margin-right:.5rem;margin-bottom:.3rem}.search-bar-container{position:-webkit-sticky;position:sticky;top:9.268125rem;z-index:100;padding:.3rem;background:#000}.search-bar{display:flex;align-items:center;justify-content:space-between;background:#e6e6e6;cursor:pointer;width:100%;margin:auto}.search-bar .btn{margin:0;padding:.3rem .5rem;font-size:1.5rem;background:red}.search-bar .btn:hover{color:#fff}.search-bar input{width:80%;font-size:1.2rem;background:#e6e6e6;padding:0 0 0 1rem}.search-bar .search-icon{color:var(--black)}.modal-container{position:fixed;height:100%;width:100%;top:0;left:0;background:rgba(0,0,0,.8);justify-content:center;z-index:1000}.modal-container,.modal-container .modal{display:flex;flex-direction:column;align-items:center}.modal-container .modal{padding:2rem;gap:2rem;background:var(--main-color)}.modal .close-modal{font-size:1.5rem;color:#fff;top:1rem;right:1rem}.topdownbtns{position:fixed;bottom:0;right:0;margin:1rem 0 0 1rem;display:flex;flex-direction:column;gap:.2rem;align-items:center;justify-content:space-between;z-index:700}.down-btn,.top-btn{padding:.3rem;outline:0;background:#4b006e;color:#ff0;border:2px solid #ff0;font-size:1.4rem;cursor:pointer}.footer{display:flex;flex-direction:column}.footer-main{padding:1.5rem 2.2rem;display:flex;gap:1.5rem;background:var(--light-main-color);color:var(--black);justify-content:center}.footer-text{padding:1rem;height:100%;width:100%;outline:2px solid #000}.footer-main ul{display:flex;flex-direction:column;gap:1rem}.footer-main ul li{white-space:nowrap}li{list-style:none}.footer-infobar{background:#000;color:#fff;padding:.2rem 3rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.8rem}.footer-infobar .btn{background:none;font-size:1.2rem;padding:.4rem .6rem;font-family:Barlow Condensed,Robto Condensed,sans-serif}.infobar .btn.active{background:#fff;color:#000}.footer-infobar .btn:hover{color:red;background:#fff}.coming-soon-layout{height:100vh;width:100%;background:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;gap:1rem}.logos{width:100%;max-width:1320px;display:flex;justify-content:space-between}.logos .logo{height:7rem}.coming-soon-layout h1{font-size:4.6rem;line-height:4.5rem;text-align:center;color:#fff;font-family:Goldman;letter-spacing:3px;word-spacing:10px}.coming-soon-layout .text-small{font-size:5.5rem;line-height:4.5rem;letter-spacing:0}.coming-soon-layout .text-smaller{font-size:4.7rem}.coming-soon-layout h1 span.wide{letter-spacing:7px;font-size:5.7rem;color:var(--main-color)}.coming-soon-layout .email-box{padding:.8rem 3rem;font-size:2.5rem;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;letter-spacing:1px;border:2px solid #fff;color:#fff}@media(max-width:1300px){.coming-soon-layout h1{font-size:3.5rem}.coming-soon-layout .text-small{font-size:3rem}.coming-soon-layout .text-smaller{font-size:2.9rem}.coming-soon-layout h1 span.wide{font-size:4rem}}@media(max-width:1075px){.videos-layout{display:grid;grid-template-columns:30% 70%}}@media(max-width:1000px){.scattered-text-section p{scale:.9}.footer-infobar{display:flex;flex-direction:column;align-items:center}.footer-infobar,.footer-infobar .btns,.infobar{justify-content:center}.infobar{display:flex;flex-direction:column;align-items:center;padding-top:.8rem!important}.infobar .btns{justify-content:center}.search-bar-container{top:11.14rem}.param-box .image{height:-moz-fit-content;height:fit-content}.param-box p{font-size:1.2rem!important}.param-box .boxlink{position:relative!important;bottom:0!important;left:0!important;width:-moz-fit-content!important;width:fit-content!important}.param-box .gap-1rem{gap:1rem!important}.table-container{overflow-y:scroll}}@media(max-width:1000px){.table-container::-webkit-scrollbar{display:none}.carousel-slide{min-width:100%}.carousel-slide div.flex-row:has(img+p){display:flex;flex-direction:column}.footer-main{flex-wrap:wrap}.coming-soon-layout h1{font-size:3rem;letter-spacing:0}.coming-soon-layout .text-small{font-size:3rem}.coming-soon-layout .text-smaller{font-size:2.9rem}.coming-soon-layout h1 span.wide{font-size:3rem}.fullwidth-label .flex-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media(max-width:1155px){.close-btn,.hamburger-menu,.navbar .btns.active .close-btn{display:block}.navbar .btns{position:absolute;top:0;right:0;height:100vh;width:100%;background:var(--main-color);display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;bottom:100%;opacity:0;padding:3rem;visibility:hidden;transition:1s}.navbar .btn{height:-moz-fit-content;height:fit-content}.navbar .btns.active{bottom:0;opacity:1;visibility:visible}.videos-layout .more-btn-overlay{display:none}.take-action-message-boxes{display:flex;flex-direction:column}.take-action-message-boxes .boxes-carousel,.take-action-message-boxes .left-box{width:100%}}@media(max-width:850px){.param-box{display:flex;flex-direction:column;gap:1rem}.param-box .image{display:flex;align-items:center;justify-content:center}.param-box img{max-width:30rem}.more-overlay{display:none!important}}@media(max-width:705px){.search-bar-container{top:13.875rem}}@media(max-width:650px){.navbar .btns{display:flex;flex-direction:column}.coming-soon-layout h1{font-size:2.2rem}.coming-soon-layout .text-small,.coming-soon-layout .text-smaller{font-size:2.5rem}.coming-soon-layout h1 span.wide{font-size:4rem}.coming-soon-layout .email-box{padding:.5rem .8rem;font-size:2rem}}@media(max-width:610px){.videos-layout{grid-template-columns:30% 70%}.videos-layout .sidebar{display:flex;flex-direction:column;align-items:center}.videos-layout .sidebar .sidebar-link a{display:none}.longs .long-box{min-width:199px}.boxes-50-50,.two-column-section{display:flex;flex-direction:column}.scattered-text-section{padding:2rem}.scattered-text-section p{transform:none!important}.exclusive-memberships-page>.flex-row.padding-1rem.gap-1rem{flex-direction:column}.exclusive-memberships-page .number-box{width:100%!important;padding:1rem!important}.exclusive-memberships-page .number-box p{font-size:3rem!important}}@media(max-width:550px){.logos{width:-moz-fit-content;width:fit-content}.logos .logo{height:5rem}.logos .logo:nth-child(2){display:none}.coming-soon-layout h1{font-size:2.5rem;line-height:3rem}.coming-soon-layout .text-small{font-size:2rem;line-height:1.5rem}.coming-soon-layout .text-smaller{font-size:1.9rem}.coming-soon-layout h1 span.wide{font-size:4rem;line-height:4.5rem}.coming-soon-layout .email-box{font-size:1.5rem}}@media(max-width:400px){.boxes-grid-3,.boxes-grid-4,.boxes-grid-5{display:flex;flex-direction:column}}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_Fallback_e8ce0c;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_e8ce0c{font-family:__Inter_e8ce0c,__Inter_Fallback_e8ce0c;font-style:normal}