:root{--red-color: #B9413C;--burgundy-color: #773444;--yellow-color: #E8D46B;--blue-color: #3B5D98;--blue-dark-color: #2C4672;--background-color: #fdfdfd;--background-core-color: #3b3b3b;--green: #9EBD59;--input-area: #F4F4F4;--gray-area-dark: #F6F8FA;--gray-area-light: #F3F4F4;--gray-area-background: #F0F2F5}@font-face{font-family:bold;src:url(/assets/bold-qTAUjFF7.ttf) format("truetype")}@font-face{font-family:regular;src:url(/assets/regular-CTKNfV9P.ttf) format("truetype")}@font-face{font-family:light;src:url(/assets/light-DT6-CsId.ttf) format("truetype")}*{margin:0!important;padding:0;font-family:regular;margin-top:0;margin-bottom:0}body{display:flex;flex-direction:column;justify-content:space-between;width:100vw;max-width:100vw;min-height:100vh}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:25px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background:#833ab4;background:linear-gradient(74deg,#833ab4,#fd1d1d,#fcb045);color:#fff;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}input{padding:8px 16px;border-radius:25px;border:1px gray solid}textarea{resize:none;padding:8px 16px;border-radius:25px;border:1px gray solid}select{padding:8px 16px;border-radius:25px;background:none;border:1px gray solid;cursor:pointer}.file-upload{padding:8px 16px;border-radius:25px;border:1px var(--burgundy-color) solid;background:var(--burgundy-color);color:#fff;font-size:14px;cursor:pointer}.file-upload:hover{border:1px gray solid;background:none;color:var(--burgundy-color)}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background:#833ab4;background:linear-gradient(125deg,#833ab4,#fd1d1d,#fcb045)}}.header{background:var(--blue-color);position:sticky;flex:1;display:flex;flex-direction:row;align-items:center;transition:all .5s ease;width:100%;gap:24px}.header .img-banner{width:80%;height:16vh;object-fit:scale-down;cursor:pointer}.header .lhs{flex:2;display:flex;justify-content:center;align-items:center}.header .rhs{flex:5;display:flex;flex-direction:column;justify-content:center;align-items:center}.header .header-info-bar{display:flex;align-self:flex-end;width:85%;justify-content:space-evenly;background:var(--blue-dark-color);padding:64px 50px 24px;gap:16px;border-bottom-left-radius:25px;color:#fff}.header .header-info-bar .horizontal{display:flex;gap:8px}.header .header-info-bar .vertical{display:flex;flex-direction:column;gap:4px}.header .header-info-bar .horizontal img{height:24px;aspect-ratio:1}.header .header-info-bar .horizontal h5{font-size:14px}.header-small{transition:all .5s ease;position:fixed;right:0;flex:1;display:flex;flex-direction:column;align-items:center;width:100%;gap:0px;padding-top:0}.header-small .img-banner-small{width:80%;height:0vh;object-fit:contain}@media screen and (min-width:320px) and (max-width:480px){.header{gap:24px;padding:4px 0!important}.header .img-banner{width:80%;height:8vh;object-fit:scale-down}.header .lhs{flex:3}.header .rhs{flex:2}.header .rhs .btn-menu{height:32px;aspect-ratio:1;align-self:flex-end;margin-right:24px!important;cursor:pointer}}@media screen and (min-width:481px) and (max-width:640px){.header{gap:24px;padding:4px 0!important}.header .img-banner{width:80%;height:8vh;object-fit:scale-down}.header .lhs{flex:3}.header .rhs{flex:2}.header .rhs .btn-menu{height:32px;aspect-ratio:1;align-self:flex-end;margin-right:24px!important;cursor:pointer}}@media screen and (min-width:641px) and (max-width:960px){.header{gap:24px;padding:4px 0!important}.header .img-banner{width:80%;height:8vh;object-fit:scale-down}.header .lhs{flex:3}.header .rhs{flex:2}.header .rhs .btn-menu{height:32px;aspect-ratio:1;align-self:flex-end;margin-right:24px!important;cursor:pointer}}@media screen and (min-width:961px) and (max-width:1024px){.header .header-info-bar{padding:24px;width:95%}.header .header-info-bar .horizontal h5{font-size:10px!important}}@media screen and (min-width:1025px) and (max-width:1280px){.header .header-info-bar{padding:36px 32px 24px}.header .header-info-bar .horizontal h5{font-size:12px!important}}.social-links{display:flex;align-items:center}.social-links a{padding:unset!important;margin:unset!important;display:flex;align-items:center;justify-content:center}.social-links img{height:44px;aspect-ratio:1;object-fit:scale-down;cursor:pointer}.tabbar{display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap;height:6vh;width:100%;padding-top:24px;padding-bottom:44px}.tabbar-item{cursor:pointer;font-size:18px;padding:8px 16px;color:#fff}.tabbar-item:hover{color:#fff;border-radius:25px}.tabbar .active{color:#fff!important;border-radius:25px}@media screen and (min-width:961px) and (max-width:1024px){.tabbar-item{font-size:14px;padding:8px}.tabbar{padding-top:24px;padding-bottom:24px}}@media screen and (min-width:1025px) and (max-width:1280px){.tabbar-item{font-size:14px;padding:8px}}.application-inspector{flex:1;display:flex;flex-direction:column;align-items:center;padding:16px;overflow:hidden}.application-inspector-header{width:100%;display:flex;align-items:center;justify-content:center;background:var(--blue-color)}.application-inspector-content{width:90%;flex:1;display:flex;flex-direction:column}.application-inspector-content .application-section h2,.application-inspector-content .application-section h3{margin-top:16px!important;margin-bottom:16px!important}.application-inspector-content .application-section{border-bottom:0px solid black;padding-bottom:2rem!important}.application-inspector-content .application-section tr{border:1px solid black;text-align:left}.application-inspector-content .application-section td{flex:1;text-align:left}.application-inspector-content .application-section ul{padding-left:24px}.application-inspector-content .application-section .photograph-container .detail{display:flex;align-items:center;justify-content:end}.application-inspector-content .application-section .horizontal-container{display:flex;justify-content:space-between;gap:24px}.application-inspector-content .application-section .detail{flex:1;display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:8px;margin-bottom:.5rem;padding:.25rem}.application-inspector-content .application-section .detail .photo-shoulders{width:20%;aspect-ratio:1;margin-top:24px!important;border:1px solid black;object-fit:cover;cursor:pointer}.application-inspector-content .application-section .detail .photo-rectangle{width:100%;aspect-ratio:1;object-fit:contain;border-radius:15px;cursor:pointer}.application-inspector-content .application-section .detail embed{width:100%;aspect-ratio:1;object-fit:cover;border-radius:15px;cursor:pointer}.application-inspector-content .application-section .detail h4{font-size:14px;max-width:60%;text-align:right}.application-inspector-content .application-section .detail select{font-size:14px;text-align:center;padding:4px 16px;border:1px solid var(--blue-color)!important;border-radius:45px}.application-inspector-content .application-section .detail span:first-child{font-weight:700}.application-inspector-buttons{display:flex;padding:8px;align-items:end;justify-content:end}.MuiDialog-container{width:100%!important}.MuiDialogContent-root{padding:2rem!important;background:#fff!important}.MuiDialogContent-root .application-section h2{margin-top:16px!important;margin-bottom:16px!important}.MuiDialogContent-root .application-section{border-bottom:1px solid black;padding-bottom:2rem!important}.MuiDialogContent-root .application-section .details{display:flex;flex-direction:column}.MuiDialogContent-root .application-section .horizontal-container{display:flex;justify-content:space-between}.MuiDialogContent-root .application-section .detail{flex:1;display:flex;flex-direction:column;gap:8px;margin-bottom:.5rem;padding:.25rem;border-radius:4px}.MuiDialogContent-root .application-section .detail .photo-shoulders{width:30%;aspect-ratio:1;border-radius:50%;margin-bottom:24px!important;border:5px solid black;object-fit:cover;cursor:pointer}.MuiDialogContent-root .application-section .detail .photo-rectangle{width:100%;aspect-ratio:1;object-fit:contain;border-radius:15px;cursor:pointer}.MuiDialogContent-root .application-section .detail embed{width:100%;aspect-ratio:1;object-fit:cover;border-radius:15px;cursor:pointer}.MuiDialogContent-root .application-section .detail h4{font-size:18px;text-align:left}.MuiDialogContent-root .application-section .detail select{font-size:18px;text-align:left;padding:4px 16px;background:var(--blue-color);color:#fff;border-radius:45px;border:0px}.MuiDialogContent-root .application-section .detail span:first-child{font-weight:700}.MuiButton-secondary{color:#fff!important;padding:8px 32px!important;border-radius:45px!important;background:var(--red-color)!important;margin-right:16px!important}.MuiButton-primary{color:#fff!important;padding:8px 32px!important;border-radius:45px!important;background:var(--blue-color)!important}.MuiDialogContent-root .booking-section h2{margin-top:16px!important;color:#fff}.MuiDialogContent-root .booking-section{border-bottom:1px solid var(--gray-area-dark);padding-bottom:2rem!important}.MuiDialogContent-root .booking-section .details{display:flex;flex-direction:column}.MuiDialogContent-root .booking-section .horizontal-container{display:flex;justify-content:space-between}.MuiDialogContent-root .booking-section .detail{flex:1;display:flex;flex-direction:column;gap:8px;margin-bottom:.5rem;padding:.25rem;border-radius:4px}.MuiDialogContent-root .booking-section .detail .photo-shoulders{width:30%;aspect-ratio:1;border-radius:50%;margin-bottom:24px!important;border:5px solid var(--blue-color);cursor:pointer}.MuiDialogContent-root .booking-section .detail .photo-rectangle,.MuiDialogContent-root .booking-section .detail embed{width:100%;aspect-ratio:3;object-fit:cover;border-radius:15px;cursor:pointer}.MuiDialogContent-root .booking-section .detail h5{color:#000}.MuiDialogContent-root .booking-section .detail h4{font-size:18px;text-align:center;background:var(--input-area);padding:4px 16px;border-radius:45px}.MuiDialogContent-root .booking-section .detail select{font-size:18px;text-align:center;background:var(--input-area);padding:4px 16px;border-radius:45px;border:0px}.MuiDialogContent-root .booking-section .detail span:first-child{font-weight:700}.MuiDialogContent-root .tour-section h2{margin-top:16px!important;color:#fff}.MuiDialogContent-root .tour-section{border-bottom:1px solid var( --gray-area-dark);padding-bottom:2rem!important}.MuiDialogContent-root .tour-section .details{display:flex;flex-direction:column}.MuiDialogContent-root .tour-section .horizontal-container{display:flex;justify-content:space-between}.MuiDialogContent-root .tour-section .detail{flex:1;display:flex;flex-direction:column;gap:8px;margin-bottom:.5rem;padding:.25rem;border-radius:4px}.MuiDialogContent-root .tour-section .detail .photo-shoulders{width:30%;aspect-ratio:1;border-radius:50%;margin-bottom:24px!important;border:5px solid var(--blue-color);cursor:pointer}.MuiDialogContent-root .tour-section .detail .photo-rectangle,.MuiDialogContent-root .tour-section .detail embed{width:100%;aspect-ratio:3;object-fit:cover;border-radius:15px;cursor:pointer}.MuiDialogContent-root .tour-section .detail h5{color:#fff}.MuiDialogContent-root .tour-section .detail h4{font-size:18px;text-align:center;background:var(--input-area);padding:4px 16px;border-radius:45px}.MuiDialogContent-root .tour-section .detail select{font-size:18px;text-align:center;background:var(--input-area);padding:4px 16px;border-radius:45px;border:0px}.MuiDialogContent-root .tour-section .detail span:first-child{font-weight:700}.MuiDialogContent-root .newsletter-section{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid var(--gray-area-dark);padding-bottom:2rem!important}.MuiDialogContent-root .newsletter-section input{border-radius:10px}.MuiDialogContent-root .newsletter-section textarea{border-radius:10px;font-size:16px;padding:4px 12px;height:140px}.MuiDialogContent-root .event-section{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid var(--gray-area-dark);padding-bottom:2rem!important}.MuiDialogContent-root .event-section .img-container{position:relative;width:100%}.MuiDialogContent-root .event-section .img-container label{position:absolute;left:10px;bottom:20px}.MuiDialogContent-root .event-section img{width:100%;background:var(--gray-area-dark);outline:none;border-radius:10px;height:300px;object-fit:cover}.MuiDialogContent-root .event-section input{border-radius:10px}.MuiDialogContent-root .event-section textarea{border-radius:10px;font-size:16px;padding:4px 12px;height:140px}.MuiDialogContent-root .event-section .date-container{display:flex;gap:24px}.MuiDialogContent-root .event-section .date-container .date-holder{flex:1;display:flex;align-items:center;gap:16px}.MuiDialogContent-root .event-section .date-container .date-holder input{flex:1}.MuiPaper-root{width:40%!important}.MuiDialogContent-root .product-section{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid var(--gray-area-dark);padding-bottom:2rem!important}.MuiDialogContent-root .product-section .img-container{position:relative;width:100%}.MuiDialogContent-root .product-section .img-container label{position:absolute;left:50%;transform:translate(-50%)!important;bottom:20px}.MuiDialogContent-root .product-section img{width:100%;aspect-ratio:2;background:var(--gray-area-dark);outline:none;border-radius:10px;object-fit:contain}.MuiDialogContent-root .product-section input{border-radius:10px}.MuiDialogContent-root .product-section textarea{border-radius:10px;font-size:16px;padding:4px 12px;height:140px}.MuiDialogContent-root .product-section .variant-container{display:flex;flex-direction:column;gap:24px}.MuiDialogContent-root .product-section .variant-container .variant-add{background:var(--burgundy-color)}.MuiDialogContent-root .product-section .variant-container .variant-item{display:flex;gap:16px}.MuiDialogContent-root .product-section .variant-container .variant-item .variant-name{flex:1}.MuiDialogContent-root .product-section .variant-container .variant-item button{background:var(--blue-dark-color)}#react-confirm-alert{z-index:9999}.alert-dialog{display:flex;flex-direction:column;background:#fff;gap:8px;border-radius:25px;box-shadow:5px 5px 20px 10px var(--gray-area-light);overflow:hidden;z-index:9999!important}.alert-title{padding:12px 36px;background:var(--blue-color)}.alert-content{padding:12px 36px}.alert-dialog h1{color:#fff;font-size:24px}.alert-dialog button{padding:2px 8px;border:0px;border-radius:25px;cursor:pointer}.alert-dialog .btn-cancel{padding:2px 8px}.alert-dialog .btn-delete{background:red;color:#fff}.alert-dialog .btn-confirm{background:var(--red-color);color:#fff;padding:4px 18px;font-size:24px}.alert-btn-holder{display:flex;justify-content:flex-end;margin-top:16px;gap:8px}body.react-confirm-alert-body-element{overflow:hidden}.react-confirm-alert-blur{filter:url(#gaussian-blur);filter:blur(2px);-webkit-filter:blur(2px)}.react-confirm-alert-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99;background:#ffffffe6;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:center;-ms-align-items:center;align-items:center;opacity:0;-webkit-animation:react-confirm-alert-fadeIn .5s .2s forwards;-moz-animation:react-confirm-alert-fadeIn .5s .2s forwards;-o-animation:react-confirm-alert-fadeIn .5s .2s forwards;animation:react-confirm-alert-fadeIn .5s .2s forwards}.react-confirm-alert-body{font-family:Arial,Helvetica,sans-serif;width:400px;padding:30px;text-align:left;background:#fff;border-radius:10px;box-shadow:0 20px 75px #00000021;color:#666}.react-confirm-alert-svg{position:absolute;top:0;left:0}.react-confirm-alert-body>h1{margin-top:0}.react-confirm-alert-body>h3{margin:0;font-size:16px}.react-confirm-alert-button-group{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:flex-start;margin-top:20px}.react-confirm-alert-button-group>button{outline:none;background:#333;border:none;display:inline-block;padding:6px 18px;color:#eee;margin-right:10px;border-radius:5px;font-size:12px;cursor:pointer}@-webkit-keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}@-moz-keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}@-o-keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}.admin-dashboard{position:relative;display:flex;flex-direction:column;justify-content:space-between;background:var(--red-color);background-image:url(/assets/booking-shapes-Bmfusj21.png);background-size:cover;padding:20px}.admin-dashboard h2{font-size:32px;margin-bottom:20px!important;color:#fff}.admin-dashboard .dashboard-title{margin-bottom:20px;font-size:2.5em;text-align:center}.admin-dashboard .tabs-content{display:flex;flex-direction:row;justify-content:space-between}.admin-dashboard .tabs{width:30%;background-color:#f9f9f9;border-right:1px solid #ddd;padding:20px}.admin-dashboard .tab{cursor:pointer;padding:10px 0;text-align:center;border-bottom:1px solid #ddd}.admin-dashboard .tab.active{background-color:#e0e0e0}.admin-dashboard .content{width:100%;padding:20px}.admin-dashboard section{padding:20px;background-color:#f9f9f9}.admin-dashboard .content table{width:100%}.admin-dashboard .content table th{text-align:start}.admin-dashboard .emails-section{display:flex;flex-direction:column;gap:8px;width:100%}.admin-dashboard .emails-section .mb-3{display:flex;gap:6px;width:100%}.admin-dashboard .emails-section .mb-3 label{width:10%}.admin-dashboard .emails-section .mb-3 input{flex:1}.admin-dashboard .emails-section .mb-3 textarea{flex:1;border-radius:10px;height:240px}.admin-dashboard ul{list-style-type:none;padding:0}.admin-dashboard li{background:#f9f9f9;padding:10px;margin-bottom:10px}.admin-dashboard form{display:flex;flex-direction:column}.admin-dashboard label,input,textarea{margin-bottom:10px}.admin-dashboard button{background-color:#007bff;color:#fff;padding:10px 20px;border:none;cursor:pointer}.admin-dashboard .newsletter-section td{padding-right:24px}.admin-dashboard .newsletter-section .newsletter-thumb{height:80px;width:80px}.admin-dashboard .newsletter-section .newsletter-thumb img{height:80px;width:80px;object-fit:scale-down}.admin-dashboard .newsletter-section .newsletter-ref{width:100px}.admin-dashboard .newsletter-section .newsletter-name{width:25%}.admin-dashboard .newsletter-section .newsletter-description{width:max-content}.admin-dashboard .events-section td{padding-right:24px}.admin-dashboard .events-section .event-cover{height:80px;width:80px}.admin-dashboard .events-section .event-cover img{height:80px;width:80px;object-fit:scale-down}.admin-dashboard .events-section .event-ref{width:100px}.admin-dashboard .events-section .event-name{width:20%}.admin-dashboard .events-section .event-description{width:max-content}.admin-dashboard .events-section .event-date{width:10%}.admin-dashboard .products-section{display:flex;flex-wrap:wrap;justify-content:space-between;gap:32px;padding:0 64px}.admin-dashboard .products-section .product-card{width:16vw;height:45vh;border-radius:35px;display:flex;flex-direction:column;background:#fff;overflow:hidden;padding-bottom:8px;gap:8px;box-shadow:5px 5px 10px #0000001a}.admin-dashboard .products-section .product-card .img-holder{position:relative}.admin-dashboard .products-section .product-card .img-holder h4{position:absolute;color:#fff;padding:8px 16px;background:var(--blue-dark-color);top:20px;right:20px;border-radius:45px}.admin-dashboard .products-section .product-card .img-holder h3{position:absolute;color:#fff;padding:4px 12px;background:var(--red-color);top:20px;left:20px;font-size:18px;border-radius:45px}.admin-dashboard .products-section .product-card img{width:100%;vertical-align:middle;aspect-ratio:1.25;object-fit:cover}.admin-dashboard .products-section .product-card .product-info{flex:1;padding:8px 16px;background:#fff;overflow:hidden}.admin-dashboard .products-section .product-card .product-info h3{font-size:18px;color:var(--red-color)}.admin-dashboard .products-section .product-card .product-info p{font-size:12px;color:var(--blue-dark-color)}.admin-dashboard .products-section .product-card .product-info .space{height:8px;color:#fff}.admin-dashboard .products-section .product-card button{width:60%;align-self:center;background:var(--blue-dark-color);color:#fff}.button-openday-csv{position:absolute;top:20px;right:20px}.button-create{position:absolute;top:20px;right:20px;background:var(--blue-dark-color)!important}@media (max-width: 991px){.admin-dashboard .tabs-content{flex-direction:column}.admin-dashboard .tabs,.content{width:100%;margin-bottom:20px;border-right:none}.admin-dashboard .tabs nav ul li{padding:5px 0}}@media (max-width: 768px){.admin-dashboard .dashboard-title{font-size:2em}}@media (max-width: 576px){.admin-dashboard .dashboard-title{font-size:1.5em}.admin-dashboard .tabs-content{flex-direction:column}.admin-dashboard .tabs,.content{width:100%;margin-bottom:20px;border-right:none}}.login{display:flex;justify-content:center;align-items:center;height:100vh;background:var(--red-color);background-image:url(/assets/booking-shapes-Bmfusj21.png);background-size:cover}.login .login__container{max-width:400px;width:100%;padding:2rem;background-color:#fff;box-shadow:0 0 10px #0000001a;border-radius:15px}.login .login__container h2{color:var(--blue-dark-color)}.login form{margin-top:16px!important;display:flex;gap:8px;flex-direction:column}.login input[type=text],.login input[type=password]{padding:.75rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:15px;font-size:1rem}.login button{padding:.75rem;background-color:#28a745;color:#fff;border:none;border-radius:15px;cursor:pointer;font-size:1rem;margin-top:12px!important;background:var(--burgundy-color)}.login button:hover{background:var(--red-color)}.login p{text-align:center;margin-top:1rem;color:var(--blue-dark-color);margin-top:16px!important;font-weight:700;cursor:pointer}.login Link{color:#007bff;text-decoration:none}.login Link:hover{text-decoration:underline}.login .register__container{max-width:400px;width:100%;padding:2rem;background-color:#fff;box-shadow:0 0 10px #0000001a;border-radius:5px}.login .register__container h2{color:var(--blue-dark-color)}.home{gap:0px!important}.home video{width:100%;vertical-align:middle}.home .heading-holder{background:var(--red-color);color:#fff}.home h1{font-family:Bold;text-align:center;padding:64px}.home .promo-event-banner{width:100vw!important;object-fit:contain;vertical-align:middle;cursor:pointer}.home .cover-img{width:100%;aspect-ratio:2;object-fit:cover;overflow:hidden;margin:0!important;padding:0!important}.home .faculty-holder{flex:1;height:100vh;display:flex}@media screen and (min-width:320px) and (max-width:480px){.home h1{padding:28px;font-size:22px}.home .faculty-holder{height:80vh;flex-direction:column}}@media screen and (min-width:481px) and (max-width:640px){.home .faculty-holder{height:80vh;flex-direction:column}.home h1{padding:28px;font-size:22px}}@media screen and (min-width:641px) and (max-width:960px){.home .faculty-holder{height:80vh;flex-direction:column}.home h1{padding:28px;font-size:22px}}.banner{flex:1;background:var(--burgundy-color);color:#fff;cursor:pointer}.banner .banner-content{flex:1;display:flex;justify-content:space-between;position:relative}.banner .lhs{flex:1;display:flex}.banner .lhs img{object-fit:fill;height:100%;position:absolute;left:0;bottom:0}.banner .center{flex:5;padding:16px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}.banner .center h3{font-size:32px;font-family:light;text-align:center;padding:0;margin:0;margin-top:24px!important;max-width:80%}.banner .center h2{font-size:144px;font-family:bold;text-align:center;line-height:136px;padding:0;margin:0;max-width:80%}.banner .center h4{font-size:32px;font-family:bold;text-align:center;padding:0;margin:0;margin-bottom:24px!important;max-width:80%}.banner .center h5{font-size:24px;font-family:light;text-align:center;padding:0;margin:0;margin-bottom:24px!important;max-width:80%}.banner .center button{background:var(--blue-color);font-size:18px;border-radius:50px}.banner .rhs{flex:1;display:flex;position:relative}.banner .rhs img{height:100%;position:absolute;width:unset!important;right:0;bottom:0}@media screen and (min-width:320px) and (max-width:480px){.banner{padding:16px 0 0}.banner h3{margin:0 16px 14px!important;font-size:18px;text-align:start}.banner .center{padding:0 16px 16px;display:flex;align-items:unset;justify-content:unset;width:60vw;max-width:60vw;gap:4px}.banner .center h2{font-size:44px;text-align:start;line-height:56px;max-width:unset}.banner .center h4{font-size:24px;text-align:start;margin-bottom:14px!important;max-width:unset}.banner .center h5{font-size:14px;text-align:start;margin-bottom:14px!important;max-width:80%;align-self:flex-start}.banner .center button{background:var(--blue-color);font-size:14px;border-radius:50px;width:60%}.banner .rhs{position:unset;max-width:40vw;height:100%!important;width:40vw!important}.banner .rhs .img2{width:auto;object-fit:cover;bottom:0}}@media screen and (min-width:481px) and (max-width:640px){.banner{padding:16px 0 0}.banner h3{margin:0 16px 14px!important;font-size:18px;text-align:start}.banner .center{padding:0 16px 16px;display:flex;align-items:unset;justify-content:unset;width:60vw;max-width:60vw;gap:4px}.banner .center h2{font-size:44px;text-align:start;line-height:56px;max-width:unset}.banner .center h4{font-size:24px;text-align:start;margin-bottom:14px!important;max-width:unset}.banner .center h5{font-size:14px;text-align:start;margin-bottom:14px!important;max-width:unset}.banner .center button{background:var(--blue-color);font-size:14px;border-radius:50px;width:60%}.banner .rhs{position:unset;max-width:40vw;height:100%!important;width:40vw!important}.banner .rhs .img2{width:auto;object-fit:cover;bottom:0}}@media screen and (min-width:641px) and (max-width:960px){.banner{padding:16px 0 0}.banner h3{margin:0 16px 14px!important;font-size:16px;text-align:start}.banner .center{padding:0 16px 16px;display:flex;align-items:unset;justify-content:unset;width:50vw;max-width:50vw;gap:4px}.banner .lhs img,.banner .rhs{position:unset;max-width:40vw;height:100%!important;width:40vw!important}.banner .center h2{font-size:36px;text-align:start;line-height:56px;max-width:unset}.banner .center h4{font-size:20px;text-align:start;margin-bottom:14px!important;max-width:unset}.banner .center h5{font-size:14px;text-align:start;margin-bottom:14px!important;max-width:unset}.banner .rhs .img2{width:auto;object-fit:cover;bottom:0}}@media screen and (min-width:961px) and (max-width:1024px){.banner h3{width:100%;font-size:18px!important;margin-top:0!important}.banner .center{padding:0 16px 16px;display:flex;align-items:unset;justify-content:unset;width:60vw;max-width:60vw;gap:4px}.banner .lhs,.banner .rhs{position:unset;max-width:40vw;height:100%!important;width:40vw!important}.banner .center h2{font-size:44px;line-height:82px}.banner .center h4{font-size:24px;margin-bottom:14px!important}.banner .center h5{font-size:14px;margin-bottom:14px!important}}@media screen and (min-width:1025px) and (max-width:1280px){.banner h3{width:100%;font-size:18px!important;margin-top:0!important}.banner .center h2{font-size:44px;line-height:82px}.banner .center h4{font-size:24px;margin-bottom:14px!important}.banner .center h5{font-size:14px;margin-bottom:14px!important}}@media (min-width:1281px){.banner h3{max-width:80%;width:100%;font-size:24px!important;margin-top:0!important}.banner .center h2{max-width:80%;font-size:64px;line-height:82px}.banner .center h4{max-width:80%;font-size:36px;margin-bottom:14px!important}.banner .center h5{max-width:70%;font-size:24px;margin-bottom:14px!important}}.pagination{position:relative;display:flex;height:80vh}.pagination-items{display:flex;width:100%;overflow-x:scroll}.pagination-item{display:flex;height:100%;width:100%;min-width:100%;color:#fff}.pagination-item h5{padding:8px 24px;border-radius:25px;font-size:28px;font-family:bold;margin-bottom:24px!important}.pagination-item h3{font-size:48px;width:80%;font-family:bold}.pagination-item h4{padding:8px 0;border-radius:25px;width:80%;font-size:26px}.pagination-item .lhs{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.pagination-item .lhs .text-holder{display:flex;flex-wrap:wrap;width:80%}.pagination-item .rhs{position:relative;flex:1}.pagination-item .rhs img{position:absolute;height:100%;object-fit:cover;right:0}.pager{position:absolute;display:flex;flex-direction:row;gap:8px;bottom:24px;left:50%;transform:translate(-50%)}.pager-item{height:10px;aspect-ratio:1;border-radius:50%;background:#ffffffa3;cursor:pointer}.pager-item-active{height:10px;aspect-ratio:1;border-radius:50%;background:#fff;cursor:pointer}@media screen and (min-width:320px) and (max-width:480px){.pagination{height:80vh}.pagination-item{flex-direction:column;overflow:hidden;gap:88px}.pagination-item .text-holder{display:flex;flex-direction:column;align-items:center}.pagination-item h5{padding:4px 24px;font-size:16px;text-align:center;max-width:90%;margin-top:36px!important;margin-bottom:0!important}.pagination-item h3{margin-top:12px!important;font-size:22px;text-align:center;width:95%}.pagination-item h4{padding:8px 16px;width:90%;font-size:14px;text-align:center}.pagination-item .lhs{flex:2}.pagination-item .rhs{flex:3;overflow:unset}.pagination-item .rhs img{z-index:0;height:unset;width:100%;left:unset;right:0;top:unset;bottom:0!important}.pager{bottom:12px}}@media screen and (min-width:481px) and (max-width:640px){.pagination{height:70vh}.pagination-item{flex-direction:column;overflow:hidden}.pagination-item .text-holder{display:flex;flex-direction:column;align-items:center}.pagination-item h5{padding:4px 24px;font-size:16px;text-align:center;max-width:90%;margin-top:36px!important;margin-bottom:0!important}.pagination-item h3{margin-top:8px!important;font-size:24px;text-align:center;width:90%}.pagination-item h4{padding:8px 16px;width:90%;font-size:14px;text-align:center}.pagination-item .lhs{flex:2;padding-bottom:88px}.pagination-item .rhs{flex:3;overflow:unset}.pagination-item .rhs img{z-index:0;height:unset;width:100%;left:unset;right:0;top:unset;bottom:0!important}.pager{bottom:12px}}@media screen and (min-width:641px) and (max-width:960px){.pagination{height:70vh}.pagination-item{flex-direction:column;overflow:hidden}.pagination-item .text-holder{display:flex;flex-direction:column;align-items:center}.pagination-item h5{padding:4px 24px;font-size:16px;text-align:center;max-width:90%;margin-top:36px!important;margin-bottom:0!important}.pagination-item h3{margin-top:8px!important;font-size:24px;text-align:center;width:90%}.pagination-item h4{padding:8px 16px;width:90%;font-size:14px;text-align:center}.pagination-item .lhs{flex:2;padding-bottom:88px}.pagination-item .rhs{flex:3;overflow:unset}.pagination-item .rhs img{z-index:0;height:unset;width:100%;left:unset;right:0;top:unset;bottom:0!important}.pager{bottom:12px}}@media screen and (min-width:961px) and (max-width:1024px){.pagination{height:60vh}.pagination-item h5{font-size:24px;margin-bottom:24px!important}.pagination-item h3{font-size:36px;width:80%}.pagination-item h4{padding:8px 0;width:80%;font-size:18px}}@media screen and (min-width:1025px) and (max-width:1280px){.pagination-item h5{font-size:24px;margin-bottom:24px!important}.pagination-item h3{font-size:36px;width:80%}.pagination-item h4{padding:8px 0;width:80%;font-size:18px}}.key-points{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 0}.key-points h3{font-size:54px;font-family:bold;font-weight:200;color:var(--blue-color);margin-bottom:24px!important}.key-points-holder{display:flex;width:100%;justify-content:space-evenly}.key-points-holder::-webkit-scrollbar{display:none;width:0px;background:transparent}.key-points-holder::-moz-scrollbar{display:none;width:0px;background:transparent}.key-points-holder::-ms-scrollbar{display:none;width:0px;background:transparent}.key-points-item{display:flex;flex-direction:column;align-items:center;color:var(--blue-color);max-width:15%;width:15%}.key-points-item img{height:170px;aspect-ratio:1;object-fit:fill}.key-points-item h4{font-size:64px;font-family:bold;text-align:center;margin:0}.key-points-item h5{font-size:24px;text-align:center;font-family:light;margin:0}.key-points-item h6{font-size:16px;text-align:center;font-family:light;margin:0}@media screen and (min-width:320px) and (max-width:480px){.key-points{position:relative}.key-points h3{font-size:28px;width:70%;text-align:center;margin-bottom:8px!important}.key-points-holder{display:flex;width:100%;justify-content:unset;overflow:scroll}.key-points-item{display:flex;flex-direction:column;align-items:center;color:var(--blue-color);min-width:100%;max-width:100%;width:100%}.key-points-item img{height:140px;object-fit:fill}.key-points-item h4{font-size:64px;width:70%}.key-points-item h5{font-size:18px;width:50%}.key-points-item h6{font-size:16px;text-align:center;font-family:light;margin:0}.key-points .btn-left{position:absolute;left:36px;top:55%;height:54px;aspect-ratio:1}.key-points .btn-right{position:absolute;right:36px;top:55%;height:54px;aspect-ratio:1}}@media screen and (min-width:481px) and (max-width:640px){.key-points{position:relative}.key-points h3{font-size:28px;width:70%;text-align:center;margin-bottom:8px!important}.key-points-holder{display:flex;width:100%;justify-content:unset;overflow:scroll}.key-points-item{display:flex;flex-direction:column;align-items:center;color:var(--blue-color);min-width:100%;max-width:100%;width:100%}.key-points-item img{height:140px;object-fit:fill}.key-points-item h4{font-size:64px;width:70%}.key-points-item h5{font-size:18px;width:50%}.key-points-item h6{font-size:16px;text-align:center;font-family:light;margin:0}.key-points .btn-left{position:absolute;left:36px;top:55%;height:54px;aspect-ratio:1}.key-points .btn-right{position:absolute;right:36px;top:55%;height:54px;aspect-ratio:1}}@media screen and (min-width:641px) and (max-width:960px){.key-points{position:relative}.key-points h3{font-size:28px;width:70%;text-align:center;margin-bottom:8px!important}.key-points-holder{display:flex;width:100%;justify-content:unset;overflow:scroll}.key-points-item{display:flex;flex-direction:column;align-items:center;color:var(--blue-color);min-width:100%;max-width:100%;width:100%}.key-points-item img{height:140px;object-fit:fill}.key-points-item h4{font-size:64px;width:70%}.key-points-item h5{font-size:18px;width:50%}.key-points-item h6{font-size:16px;text-align:center;font-family:light;margin:0}.key-points .btn-left{position:absolute;left:36px;top:55%;height:54px;aspect-ratio:1}.key-points .btn-right{position:absolute;right:36px;top:55%;height:54px;aspect-ratio:1}}@media screen and (min-width:961px) and (max-width:1024px){.key-points{padding:32px 0}.key-points h3{font-size:28px;text-align:center;margin-bottom:12px!important}.key-points-item{gap:4px}.key-points-item img{height:100px}.key-points-item h4{font-size:18px!important;width:99%}.key-points-item h5{font-size:14px;width:99%}.key-points-item h6{font-size:14px}}@media screen and (min-width:1025px) and (max-width:1280px){.key-points-item h4{font-size:24px!important;width:90%}.key-points-item h5{font-size:16px;width:80%}.key-points-item h6{font-size:14px}}.glance{display:flex;flex-direction:column;height:80vh;width:100%;background:var(--burgundy-color);align-items:center;justify-content:center;padding:54px 0;color:#fff}.glance h3{font-size:36px;font-family:bold}.glance-inspector{flex:1;display:flex;flex-wrap:wrap;width:100%;overflow:hidden;padding:36px 0}.glance-item{flex:1;position:relative;overflow:hidden;cursor:pointer}.glance-item img{position:absolute;object-fit:cover;height:100%;width:100%}.glance-item .foreground{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;background:#00000050}.glance-item .foreground h4{font-family:bold;visibility:hidden;width:90%;font-size:28px;text-align:center}.glance-item .foreground h5{font-size:22px;visibility:hidden;width:90%;text-align:center}.glance-item:hover{flex:2.5}.glance-item:hover .foreground{background:#773444c9}.glance-item:hover h4,.glance-item:hover h5{visibility:visible}@media screen and (min-width:320px) and (max-width:480px){.glance{height:60vh;padding:14px 0 0}.glance-inspector{padding:0;flex-direction:column;overflow:scroll;margin-top:14px!important}.glance-item{flex:unset;width:100%;height:100%}.glance-item .foreground{background:#773444c9}.glance-item .foreground h4{visibility:visible;font-size:24px}.glance-item .foreground h5{visibility:visible;font-size:12px}.glance-item:hover{flex:unset}.glance-item:hover .foreground{background:#773444c9}.glance-item:hover h4,.glance-item:hover h5{visibility:unset}}@media screen and (min-width:481px) and (max-width:640px){.glance{height:60vh;padding:14px 0 0}.glance-inspector{padding:0;flex-direction:column;overflow:scroll;margin-top:14px!important}.glance-item{flex:unset;width:100%;height:100%}.glance-item .foreground{background:#773444c9}.glance-item .foreground h4{visibility:visible;font-size:24px}.glance-item .foreground h5{visibility:visible;font-size:12px}.glance-item:hover{flex:unset}.glance-item:hover .foreground{background:#773444c9}.glance-item:hover h4,.glance-item:hover h5{visibility:unset}}@media screen and (min-width:641px) and (max-width:960px){.glance{height:60vh;padding:14px 0 0}.glance-inspector{padding:0;flex-direction:column;overflow:scroll;margin-top:14px!important}.glance-item{flex:unset;width:100%;height:100%}.glance-item .foreground{background:#773444c9}.glance-item .foreground h4{visibility:visible;font-size:24px}.glance-item .foreground h5{visibility:visible;font-size:12px}.glance-item:hover{flex:unset}.glance-item:hover .foreground{background:#773444c9}.glance-item:hover h4,.glance-item:hover h5{visibility:unset}}@media screen and (min-width:961px) and (max-width:1024px){.glance-item .foreground h4{width:90%;font-size:18px}.glance-item .foreground h5{font-size:12px;width:90%}}@media screen and (min-width:1025px) and (max-width:1280px){.glance-item .foreground h4{width:90%;font-size:22px}.glance-item .foreground h5{font-size:16px;width:90%}}.text-icon-bg{height:80vh;position:relative;display:flex;background-image:url(/assets/img-shuttle--ZkSZbP0.jpg);background-size:cover}.text-icon-bg .overlay{position:absolute;height:100%;width:100%;background:#00000030}.text-icon-bg .lhs{display:flex;flex:1;align-items:center;justify-content:center}.text-icon-bg .lhs .text-icon-bg-text-holder{position:relative;display:flex;flex-direction:column;justify-content:center;background:#fff;padding:36px 48px;width:30vw;height:60%;gap:36px;border-radius:25px}.text-icon-bg .lhs .text-icon-bg-text-holder h3{color:var(--red-color);font-size:42px;font-family:bold;font-weight:bolder}.text-icon-bg .lhs .text-icon-bg-text-holder strong{font-family:bold}.text-icon-bg .lhs .text-icon-bg-text-holder h4{font-size:24px;font-family:regular;font-weight:100}.text-icon-bg .lhs .text-icon-bg-text-holder img{position:absolute;height:178px;aspect-ratio:1;bottom:-88px;right:-88px}.text-icon-bg .rhs{flex:1}@media screen and (min-width:320px) and (max-width:480px){.text-icon-bg{height:auto}.text-icon-bg .rhs{flex:unset}.text-icon-bg .lhs{padding:54px 36px}.text-icon-bg .lhs .text-icon-bg-text-holder{padding:14px 24px;gap:8px;width:auto;height:unset}.text-icon-bg .lhs .text-icon-bg-text-holder h3{font-size:26px}.text-icon-bg .lhs .text-icon-bg-text-holder h4{font-size:18px}.text-icon-bg .lhs .text-icon-bg-text-holder img{height:108px;aspect-ratio:1;top:-46px;right:-32px}}@media screen and (min-width:481px) and (max-width:640px){.text-icon-bg{height:auto}.text-icon-bg .rhs{flex:unset}.text-icon-bg .lhs{padding:54px 36px}.text-icon-bg .lhs .text-icon-bg-text-holder{padding:14px 24px;gap:8px;width:auto;height:unset}.text-icon-bg .lhs .text-icon-bg-text-holder h3{font-size:26px}.text-icon-bg .lhs .text-icon-bg-text-holder h4{font-size:18px}.text-icon-bg .lhs .text-icon-bg-text-holder img{height:108px;aspect-ratio:1;top:-46px;right:-32px}}@media screen and (min-width:641px) and (max-width:960px){.text-icon-bg{height:auto}.text-icon-bg .rhs{flex:unset}.text-icon-bg .lhs{padding:54px 36px}.text-icon-bg .lhs .text-icon-bg-text-holder{padding:14px 24px;gap:8px;width:auto;height:unset}.text-icon-bg .lhs .text-icon-bg-text-holder h3{font-size:26px}.text-icon-bg .lhs .text-icon-bg-text-holder h4{font-size:18px}.text-icon-bg .lhs .text-icon-bg-text-holder img{height:108px;aspect-ratio:1;top:-46px;right:-32px}}@media screen and (min-width:961px) and (max-width:1024px){.text-icon-bg .lhs .text-icon-bg-text-holder h3{font-size:28px}.text-icon-bg .lhs .text-icon-bg-text-holder h4{font-size:18px}}@media screen and (min-width:1025px) and (max-width:1280px){.text-icon-bg .lhs .text-icon-bg-text-holder h3{font-size:32px}.text-icon-bg .lhs .text-icon-bg-text-holder h4{font-size:18px}}.link-primary{flex:1;position:relative;background-size:cover}.link-primary .overlay{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;height:100%;width:100%;background:#00000090}.link-primary h3{font-size:46px;font-family:bold;color:#fff}.link-primary button{font-size:28px;padding:4px 26px}@media screen and (min-width:320px) and (max-width:480px){.link-primary h3{font-size:28px;width:80%;text-align:center}.link-primary button{font-size:14px;padding:4px 26px}}@media screen and (min-width:481px) and (max-width:640px){.link-primary h3{font-size:28px;width:80%;text-align:center}.link-primary button{font-size:14px;padding:4px 26px}}@media screen and (min-width:961px) and (max-width:1024px){.link-primary h3{font-size:36px;width:80%;text-align:center}.link-primary button{font-size:18px;padding:4px 26px}}@media screen and (min-width:1025px) and (max-width:1280px){.link-primary h3{font-size:36px;width:80%;text-align:center}.link-primary button{font-size:18px;padding:4px 26px}}.testimonials{display:flex;align-items:center;width:100%;overflow-x:scroll}.testimonial{display:flex;height:100%;max-height:100%;width:100%;min-width:100%;overflow:hidden}.testimonial .lhs{flex:1;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.testimonial .lhs img{position:absolute;object-fit:scale-down;width:30%;right:30px;bottom:20px}.testimonial .lhs h1{font-size:46px;width:60%;font-family:light;color:var(--blue-color)}.testimonial .lhs strong{font-family:bold}.testimonial .rhs{display:flex;position:relative;align-items:center;padding:36px 0;flex:1}.testimonial .rhs .extract{display:flex;position:relative;align-items:center;justify-content:center;border-bottom-left-radius:25px;border-top-left-radius:25px}.testimonial .rhs .extract img{position:absolute;aspect-ratio:1}.testimonial .rhs .extract .quote-top{height:128px;top:-54px;left:54px}.testimonial .rhs .extract .quote-bottom{height:164px;bottom:-70px;right:80px}.testimonial .rhs .extract .text-area{flex:1;display:flex;flex-direction:column;align-items:start;color:#fff;padding:54px 24px}.testimonial .rhs h6{padding:0 54px;font-size:28px;font-family:light;text-align:start;margin-bottom:24px}.testimonial .rhs h5{padding:24px 54px 0;font-size:28px;font-family:bold;text-align:start}.testimonial .rhs h4{padding:0 54px;font-size:32px;font-family:bold;text-align:start}.testimonial .rhs .extract .btn-right{position:absolute;cursor:pointer;right:17px;top:55%;height:54px;aspect-ratio:1}@media screen and (min-width:320px) and (max-width:480px){.testimonial{flex-direction:column;gap:36px}.testimonial .lhs{padding:24px 16px}.testimonial .lhs h1{font-size:24px;width:90%}.testimonial .rhs{padding-bottom:54px}.testimonial .rhs .extract{display:flex;position:relative;align-items:center;justify-content:center;margin-left:10%!important;width:90%;padding:56px auto!important;border-bottom-left-radius:25px;border-top-left-radius:25px}.testimonial .rhs .extract .quote-top{height:88px;top:-54px;left:36px}.testimonial .rhs .extract .quote-bottom{height:104px;bottom:-40px;right:20px}.testimonial .rhs .extract .text-area{padding:36px 8px}.testimonial .rhs h6{padding:0 36px;font-size:14px}.testimonial .rhs h5{padding:14px 36px 0;font-size:18px}.testimonial .rhs h4{padding:0 36px;font-size:24px}.testimonial .rhs .extract .btn-right{right:17px;top:55%;height:54px;aspect-ratio:1}}@media screen and (min-width:481px) and (max-width:640px){.testimonial{flex-direction:column;gap:36px}.testimonial .lhs{padding:24px 16px}.testimonial .lhs h1{font-size:24px;width:90%}.testimonial .rhs{padding-bottom:54px}.testimonial .rhs .extract{display:flex;position:relative;align-items:center;justify-content:center;margin-left:10%!important;width:90%;padding:56px auto!important;border-bottom-left-radius:25px;border-top-left-radius:25px}.testimonial .rhs .extract .quote-top{height:88px;top:-54px;left:36px}.testimonial .rhs .extract .quote-bottom{height:104px;bottom:-40px;right:20px}.testimonial .rhs .extract .text-area{padding:36px 8px}.testimonial .rhs h6{padding:0 36px;font-size:14px}.testimonial .rhs h5{padding:14px 36px 0;font-size:18px}.testimonial .rhs h4{padding:0 36px;font-size:24px}.testimonial .rhs .extract .btn-right{right:17px;top:55%;height:54px;aspect-ratio:1}}@media screen and (min-width:641px) and (max-width:960px){.testimonial{flex-direction:column;gap:36px}.testimonial .lhs{padding:24px 16px}.testimonial .lhs h1{font-size:24px;width:90%}.testimonial .rhs{padding-bottom:54px}.testimonial .rhs .extract{display:flex;position:relative;align-items:center;justify-content:center;margin-left:10%!important;width:90%;padding:56px auto!important;border-bottom-left-radius:25px;border-top-left-radius:25px}.testimonial .rhs .extract .quote-top{height:88px;top:-54px;left:36px}.testimonial .rhs .extract .quote-bottom{height:104px;bottom:-40px;right:60px}.testimonial .rhs .extract .text-area{padding:36px 8px}.testimonial .rhs h6{padding:0 36px;font-size:14px}.testimonial .rhs h5{padding:14px 36px 0;font-size:18px}.testimonial .rhs h4{padding:0 36px;font-size:24px}.testimonial .rhs .extract .btn-right{right:17px;top:55%;height:54px;aspect-ratio:1}}@media screen and (min-width:961px) and (max-width:1024px){.testimonial .lhs h1{font-size:34px;width:80%}.testimonial .rhs h6{padding:24px 54px 0;font-size:18px;margin-bottom:24px}.testimonial .rhs h5{padding:24px 54px 0;font-size:18px}.testimonial .rhs h4{padding:0 54px;font-size:14px}.testimonial .rhs .extract .quote-bottom{height:104px;bottom:-40px;right:60px}}@media screen and (min-width:1025px) and (max-width:1280px){.testimonial .lhs h1{font-size:18px;width:60%}.testimonial .rhs h6{padding:0 54px;font-size:18px;margin-bottom:24px}.testimonial .rhs h5{padding:24px 54px 0;font-size:18px}.testimonial .rhs h4{padding:0 54px;font-size:14px}}.popup{display:flex;flex-direction:column;align-items:center}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:var(--red-color);background-image:url(/assets/booking-shapes-Bmfusj21.png)!important;background-size:cover}.banner-intro{background:var(--burgundy-color);display:flex;overflow:hidden}.banner-intro .lhs{flex:1;padding:64px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;gap:24px}.banner-intro .lhs h3{font-size:78px;width:100%;font-family:bold}.banner-intro .lhs h1{font-size:32px;font-family:light}.banner-intro .lhs h5{font-size:36px;width:100%;font-family:bold}.banner-intro .rhs{flex:1}.banner-intro .rhs img{width:100%;height:auto}@media screen and (min-width:320px) and (max-width:480px){.banner-intro{flex-direction:column}.banner-intro .lhs{gap:12px;padding:24px}.banner-intro .lhs h3{font-size:36px}.banner-intro .lhs h1{font-size:18px}.banner-intro .rhs img{height:auto;width:100%;bottom:0!important}}@media screen and (min-width:481px) and (max-width:640px){.banner-intro{flex-direction:column}.banner-intro .lhs{gap:12px;padding:24px}.banner-intro .lhs h3{font-size:36px}.banner-intro .lhs h1{font-size:18px}.banner-intro .rhs img{height:170%}}@media screen and (min-width:641px) and (max-width:960px){.banner-intro{flex-direction:column}.banner-intro .lhs{gap:12px;padding:24px}.banner-intro .lhs h3{font-size:36px}.banner-intro .lhs h1{font-size:18px}.banner-intro .rhs img{height:170%}}@media screen and (min-width:961px) and (max-width:1024px){.banner-intro .lhs h3{font-size:56px}.banner-intro .lhs h1{font-size:18px}.banner-intro .lhs h5{font-size:24px}}@media screen and (min-width:1025px) and (max-width:1280px){.banner-intro .lhs{padding:64px}.banner-intro .lhs h3{font-size:56px}.banner-intro .lhs h1{font-size:18px}.banner-intro .lhs h5{font-size:24px}}.middle-points{display:flex;flex-direction:column;padding:54px;gap:18px}.middle-point{display:flex;flex-direction:column;align-items:center;padding:0 84px}.middle-point h3{color:var(--red-color);font-family:bold;font-size:44px}.middle-point h4{font-size:28px;text-align:center;font-family:light;font-weight:200}@media screen and (min-width:320px) and (max-width:480px){.middle-points{padding:24px}.middle-point{padding:16px}.middle-point h3{font-size:28px;text-align:center}.middle-point h4{font-size:14px}}@media screen and (min-width:481px) and (max-width:640px){.middle-points{padding:24px}.middle-point{padding:16px}.middle-point h3{font-size:28px;text-align:center}.middle-point h4{font-size:14px}}@media screen and (min-width:641px) and (max-width:960px){.middle-points{padding:24px}.middle-point{padding:16px}.middle-point h3{font-size:28px;text-align:center}.middle-point h4{font-size:14px}}@media screen and (min-width:961px) and (max-width:1024px){.middle-points{gap:36px}.middle-point h3{font-size:24px}.middle-point h4{font-size:18px}}@media screen and (min-width:1025px) and (max-width:1280px){.middle-point h3{font-size:24px}.middle-point h4{font-size:18px}}.approach{display:flex;flex-direction:column;align-items:center;justify-content:center;background-image:url(/assets/img-about-approach-DOqCo2Qj.jpg);background-size:cover;padding:54px}.approach h3{font-family:bold;font-size:54px;color:var(--blue-color)}.approach .approach-items{display:flex;width:80%;padding:54px;gap:36px}.approach .approach-items .approach-item{flex:1;display:flex;flex-direction:column;align-items:center;padding:54px;gap:8px;background:#fff;border-radius:25px}.approach img{height:124px;aspect-ratio:1}.approach h4{font-family:bold;font-size:36px;text-align:center;color:var(--blue-color)}.approach h5{font-family:light;font-size:20px;text-align:center}@media screen and (min-width:320px) and (max-width:480px){.approach h3{font-size:28px;text-align:center}.approach .approach-items{width:100%;gap:12vw;overflow:scroll}.approach .approach-items .approach-item{padding:36px;width:80%;min-width:80%;gap:8px}.approach img{height:84px;aspect-ratio:1}.approach h4{font-size:22px}.approach h5{font-size:14px}}@media screen and (min-width:481px) and (max-width:640px){.approach h3{font-size:28px;text-align:center}.approach .approach-items{width:100%;gap:12vw;overflow:scroll}.approach .approach-items .approach-item{padding:36px;width:80%;min-width:80%;gap:8px}.approach img{height:84px;aspect-ratio:1}.approach h4{font-size:22px}.approach h5{font-size:14px}}@media screen and (min-width:641px) and (max-width:960px){.approach h3{font-size:28px;text-align:center}.approach .approach-items{width:100%;gap:12vw;overflow:scroll}.approach .approach-items .approach-item{padding:36px;width:80%;min-width:80%;gap:8px}.approach img{height:84px;aspect-ratio:1}.approach h4{font-size:22px}.approach h5{font-size:14px}}@media screen and (min-width:961px) and (max-width:1024px){.approach .approach-items{width:90%;padding:24px;gap:36px}.approach .approach-items .approach-item{padding:24px}.approach img{height:104px}.approach h4{font-size:20px;text-align:center}.approach h5{font-size:16px;text-align:center}}@media screen and (min-width:1025px) and (max-width:1280px){.approach .approach-items .approach-item{padding:24px}.approach img{height:124px}.approach h4{font-size:24px;text-align:center}.approach h5{font-size:16px;text-align:center}}.learner-development{position:relative;display:flex;padding:128px}.learner-development .lhs{position:relative;flex:3;display:flex;flex-direction:column;gap:54px}.learner-development .lhs .text-area{display:flex;flex-direction:column;gap:24px;width:70%}.learner-development .icon-arrow{position:absolute;right:0vw;top:-5vh;width:30%}.learner-development .lhs h3{font-size:52px;color:var(--burgundy-color);font-family:bold}.learner-development .lhs h4{font-size:24px;font-family:light}.learner-development .lhs .quote-area{position:relative;background:var(--burgundy-color);border-radius:25px;padding:54px 164px 54px 72px;color:#fff}.learner-development .lhs .quote-area h4{font-size:28px}.learner-development .quote-top{position:absolute;height:98px;top:-42px;left:44px;aspect-ratio:1}.learner-development .quote-bottom{position:absolute;height:164px;bottom:-104px;right:34px;aspect-ratio:1}.learner-development .rhs{flex:2}.learner-development .img-director{position:absolute;width:44%;aspect-ratio:1;top:5vh;right:5vw;border-radius:50%}@media screen and (min-width:320px) and (max-width:480px){.learner-development{padding:0}.learner-development .lhs h3{font-size:28px}.learner-development .lhs h4{font-size:14px}.learner-development .lhs .text-area{gap:24px;width:80%;padding:36px;padding-bottom:10vh}.learner-development .img-director{width:80vw;left:50%;transform:translate(-50%)!important;top:unset;bottom:20%;transform:translateY(-20%)}.learner-development .lhs .quote-area{padding:204px 36px 54px;border-radius:0;color:#fff}.learner-development .lhs .quote-area h4{font-size:14px}.learner-development .quote-top{position:absolute;height:64px;top:140px;left:24px;aspect-ratio:1}.learner-development .quote-bottom{height:88px;bottom:0;right:24px;aspect-ratio:1}.learner-development .rhs{flex:unset}}@media screen and (min-width:481px) and (max-width:640px){.learner-development{padding:0}.learner-development .lhs h3{font-size:28px}.learner-development .lhs h4{font-size:14px}.learner-development .lhs .text-area{gap:24px;width:80%;padding:36px;padding-bottom:10vh}.learner-development .img-director{width:40vw;left:50%;transform:translate(-50%)!important;top:unset;bottom:20%;transform:translateY(-20%)}.learner-development .lhs .quote-area{padding:204px 36px 54px;border-radius:0;color:#fff}.learner-development .lhs .quote-area h4{font-size:14px}.learner-development .quote-top{position:absolute;height:64px;top:140px;left:24px;aspect-ratio:1}.learner-development .quote-bottom{height:88px;bottom:0;right:24px;aspect-ratio:1}.learner-development .rhs{flex:unset}}@media screen and (min-width:641px) and (max-width:960px){.learner-development{padding:0}.learner-development .lhs h3{font-size:28px}.learner-development .lhs h4{font-size:14px}.learner-development .lhs .text-area{gap:24px;width:80%;padding:36px;padding-bottom:10vh}.learner-development .img-director{width:40vw;left:50%;transform:translate(-50%)!important;top:unset;bottom:20%;transform:translateY(-20%)}.learner-development .lhs .quote-area{padding:204px 36px 54px;border-radius:0;color:#fff}.learner-development .lhs .quote-area h4{font-size:14px}.learner-development .quote-top{position:absolute;height:64px;top:140px;left:24px;aspect-ratio:1}.learner-development .quote-bottom{height:88px;bottom:0;right:24px;aspect-ratio:1}.learner-development .rhs{flex:unset}}@media screen and (min-width:961px) and (max-width:1024px){.learner-development .lhs h3{font-size:28px}.learner-development .lhs h4,.learner-development .lhs .quote-area h4{font-size:18px}}@media screen and (min-width:1025px) and (max-width:1280px){.learner-development .lhs h3{font-size:28px}.learner-development .lhs h4,.learner-development .lhs .quote-area h4{font-size:18px}}.link-space{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--yellow-color);padding:64px;gap:24px}.link-space h3{color:var(--blue-color);font-size:54px;font-family:bold}.link-space button{background:var(--red-color);font-size:28px;padding:4px 24px;border-radius:25px}@media screen and (min-width:320px) and (max-width:480px){.link-space{padding:54px 24px;gap:24px}.link-space h3{font-size:36px;text-align:center}.link-space button{font-size:20px;padding:4px 24px}}@media screen and (min-width:481px) and (max-width:640px){.link-space{padding:54px 24px;gap:24px}.link-space h3{font-size:36px;text-align:center}.link-space button{font-size:20px;padding:4px 24px}}@media screen and (min-width:641px) and (max-width:960px){.link-space{padding:54px 24px;gap:24px}.link-space h3{font-size:36px;text-align:center}.link-space button{font-size:20px;padding:4px 24px}}@media screen and (min-width:961px) and (max-width:1024px){.link-space{padding:54px 24px;gap:24px}.link-space h3{font-size:32px;text-align:center}.link-space button{font-size:20px;padding:4px 24px}}@media screen and (min-width:1025px) and (max-width:1280px){.link-space{padding:54px 24px;gap:24px}.link-space h3{font-size:32px;text-align:center}.link-space button{font-size:20px;padding:4px 24px}}.application-segment .scroll-area{max-height:60vh;overflow-y:scroll}.application-segment h4{font-size:20px;margin:16px 0!important}.application-segment .horizontal-parents-input{flex:1;display:flex;flex-wrap:wrap;gap:36px}.fee-structure{flex:1;display:flex;flex-direction:column;width:80%;gap:16px}.fee-segment{flex:1;display:flex;flex-direction:column;background:#fff;padding:32px;border-radius:45px}.fee-segment h4{font-size:28px}.fee-segment h5{font-size:20px;margin-top:8px!important}.fee-segment table{width:100%;border-collapse:separate;border-spacing:0px 8px}.fee-segment thead{font-size:20px}@media screen and (min-width:320px) and (max-width:480px){.fee-structure{flex-direction:column;width:unset;max-width:98%;gap:16px}.fee-segment{flex:1;padding:32px;border-radius:25px}.fee-segment h4{font-size:28px}.fee-segment h5{font-size:14px;margin-top:8px!important;margin-bottom:8px!important}.fee-segment table{width:100%;border-collapse:separate;border-spacing:0px 8px}.fee-segment thead,.fee-segment tr{font-size:10px}}.application-segment .sum-words{flex:2}.application-segment .scroll-area{max-height:80vh;overflow-y:scroll}.application-segment .scroll-area h2,.application-segment .scroll-area h3{margin-top:16px!important;margin-bottom:16px!important}.application-segment .scroll-area ul{padding-left:24px}.application-segment .scroll-area h4{font-size:14px;max-width:60%;text-align:right}.application-segment .fee-structure{width:100%;gap:0px}.application-segment .fee-segment{padding:8px;border-radius:unset}.application-segment .fee-segment h4{font-size:20px}.application-segment .fee-segment h5{font-size:14px;margin-top:8px!important}.application-segment .fee-segment thead{font-size:12px}.holder-loader{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;height:100%;width:100%;background:#000000b5}.loader-area{display:flex;flex-direction:column;gap:48px;width:20%;aspect-ratio:1;align-items:center;justify-content:center;border-radius:25px;box-shadow:10px 25px 105px 55px var(--background-core-dark)}.loader-area h4{color:#fff}@media screen and (min-device-width: 768px) and (max-device-width: 1024px){.loader-area{width:60%}}@media screen and (max-device-width: 480px) and (orientation: portrait){.loader-area{width:60%}}.application{padding:64px;display:flex;flex-direction:column;align-items:center;gap:32px;background:var(--red-color);background-image:url(/assets/booking-shapes-Bmfusj21.png);background-size:cover}.application h1{color:#fff}.application .application-segment{display:flex;flex-direction:column;width:50%;background:#fff;padding:16px;border-radius:25px;gap:16px}.application .vertical-input{flex:1;display:flex;flex-direction:column;gap:10px}.application .horizontal-input{flex:1;display:flex;align-items:center;justify-content:space-between;gap:16px}.application .horizontal-navigation-area{flex:1;display:flex;align-items:center;justify-content:space-between;margin-top:16px!important}.application .horizontal-navigation-area button{padding:8px 36px;border-radius:25px;font-size:24px}.application .application-btn-back{border:1px var(--red-color) solid;background:var(--red-color);color:#fff;cursor:pointer}.application .application-btn-back:hover{border:1px gray solid;background:none;color:var(--red-color);cursor:pointer}.application .application-btn-next{border:1px var(--blue-color) solid;background:var(--blue-color);color:#fff;cursor:pointer}.application .application-btn-next:hover{border:1px gray solid;background:none;color:var(--blue-color);cursor:pointer}@media screen and (min-width:320px) and (max-width:480px){.application{padding:14px;display:flex;flex-direction:column;align-items:center;gap:32px}.application .application-segment{width:95%;gap:16px}.application .vertical-input{flex:1;display:flex;flex-direction:column;gap:10px}.application .horizontal-input{flex:1;align-items:unset;justify-content:unset;flex-direction:column;gap:16px}}.yoco-dialog{width:30vw;height:100vh}.yoco-dialog iframe{width:100%;height:100%;border-radius:25px;border:0px}@media screen and (min-width:320px) and (max-width:480px){.yoco-dialog{width:100%}.yoco-dialog iframe{width:100%;height:100%;border-radius:25px;border:0px}}@media screen and (min-width:481px) and (max-width:640px){.yoco-dialog{padding:54px 24px;gap:24px}}.application-success{padding:64px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:var(--red-color);background-image:url(/assets/booking-shapes-Bmfusj21.png);background-size:cover}.application-success h1{text-align:center;color:#fff}.application-success h2,.application-success h3{color:#fff}.application-success button{background:var(--blue-dark-color);box-shadow:inset 0 5px 10px #0000001a;padding:16px 32px;color:#fff;font-size:20px;cursor:pointer}@media screen and (min-width:320px) and (max-width:480px){.application-success{padding:14px}.application-success h1{font-size:24px}.application-success h2{font-size:20px}.application-success h3{font-size:16px}}.booktour{display:flex;flex-direction:column;width:30vw;gap:6px}.booktour h3{font-size:28px;color:#fff;font-family:bold;font-weight:200}.booktour h4{font-size:14px;text-align:center;width:80%}.booktour h5{margin-top:8px;width:96%}.booktour input{width:90%;border-radius:15px;color:var(--blue-color);border:0px}.booktour textarea{width:90%;height:80px;border-radius:15px;border:0px;color:var(--blue-color)}.booktour select{width:96%;background:#fff;border-radius:15px;border:0px;color:var(--blue-color)}.booktour button{align-self:flex-start;background:var(--blue-color);padding:2px 24px}@media screen and (min-width:320px) and (max-width:480px){.booktour{width:100%}.booktour select{width:98%}.booktour button{margin-top:8px!important}}@media screen and (min-width:481px) and (max-width:640px){.booktour{width:100%}.booktour select{width:95%}.booktour button{margin-top:8px!important}}@media screen and (min-width:641px) and (max-width:960px){.booktour{width:100%}.booktour select{width:95%}.booktour button{margin-top:8px!important}}@media screen and (min-width:961px) and (max-width:1024px){.booktour select{width:100%}}.footer{display:flex;align-content:center;justify-content:space-between;overflow:hidden;padding:64px;background:#343434}.footer .lhs{display:flex;flex-direction:column;gap:12px;width:30vw}.footer .lhs img{width:20vw}.footer .lhs h6,.footer .lhs a{color:#fff;font-size:14px}.footer .center{display:flex;flex-direction:column;gap:8px;width:20vw}.footer .center .horizontal{display:flex;align-items:center;gap:8px}.footer .center .horizontal img{height:32px;aspect-ratio:1}.footer .center h3{font-size:28px;color:#fff;font-family:bold;font-weight:200}.footer .center h6{color:#fff;font-size:14px}.footer .center .social-links{margin-top:24px!important}.footer .rhs{width:35vw}.footer .umalusi-holder{color:#fff}.footer .umalusi-holder h4{font-size:10px;font-style:italic;margin-top:24px!important;margin-bottom:16px!important}.footer .umalusi-holder .umalusi-logo{width:100%;border-radius:5px}@media screen and (min-width:320px) and (max-width:480px){.footer{flex-direction:column;padding:28px}.footer .lhs{margin-top:24px!important;gap:8px;width:unset}.footer .toc-holder{display:flex;gap:8px}.footer .lhs img{width:80%}.footer .center{width:unset;position:relative;margin-bottom:36px!important}.footer .center .social-links{position:absolute;top:20px;right:0}.footer .rhs{width:100%}}@media screen and (min-width:481px) and (max-width:640px){.footer{flex-direction:column;padding:28px}.footer .lhs{margin-top:24px!important;gap:8px;width:unset}.footer .toc-holder{display:flex;gap:8px}.footer .lhs img{width:80%}.footer .center{width:unset;position:relative;margin-bottom:36px!important}.footer .center .social-links{position:absolute;top:20px;right:0}.footer .rhs{width:100%}}@media screen and (min-width:641px) and (max-width:960px){.footer{flex-direction:column;padding:28px}.footer .lhs{margin-top:24px!important;gap:8px;width:unset}.footer .toc-holder{display:flex;gap:8px}.footer .lhs img{width:80%}.footer .center{width:unset;position:relative;margin-bottom:36px!important}.footer .center .social-links{position:absolute;top:20px;right:0}.footer .rhs{width:100%}}@media screen and (min-width:961px) and (max-width:1024px){.footer .center{width:40%}}.primary .quote{display:flex;align-items:center;justify-content:center;padding:88px 15vw;background:var(--blue-color)}.primary .quote h4{color:#fff;font-size:36px;text-align:center}.primary .quote strong{font-family:bold}@media screen and (min-width:320px) and (max-width:480px){.primary .quote{display:flex;padding:54px 32px}.primary .quote h4{font-size:20px;text-align:center}}@media screen and (min-width:481px) and (max-width:640px){.primary .quote{display:flex;padding:54px 32px}.primary .quote h4{font-size:20px;text-align:center}}@media screen and (min-width:641px) and (max-width:960px){.primary .quote{display:flex;padding:54px 32px}.primary .quote h4{font-size:20px;text-align:center}}@media screen and (min-width:961px) and (max-width:1024px){.primary .quote{padding:44px 32px}.primary .quote h4{font-size:24px;width:80%}}.subjects{display:flex;background:var(--burgundy-color);overflow:hidden}.subjects .lhs{flex:1;padding:64px;color:#fff}.subjects .lhs h3{font-family:bold;font-size:54px}.subjects .lhs h4{font-family:light;font-size:24px}.subjects .lhs h5{font-family:bold;color:var(--yellow-color);font-size:24px;margin-top:36px!important}.subjects .lhs ul{padding-left:16px}.subjects .lhs li{font-size:22px}.subjects .rhs{position:relative;flex:1}.subjects .rhs .image{object-fit:cover;position:absolute;height:100%;right:0}.subjects .rhs .elective-holder{position:absolute;right:0;bottom:36px;background:var(--blue-color);border-top-left-radius:25px;border-bottom-left-radius:25px;padding:24px 36px}.subjects .rhs h5{color:var(--yellow-color);font-family:bold;font-size:24px}.subjects .rhs h4{color:#fff;font-size:18px}.subjects .rhs .elective-list{margin-top:24px!important;display:flex;flex-wrap:wrap;gap:8px 36px}.subjects .rhs .elective-item{display:flex;gap:16px;width:30%}.subject-item .rhs .elective-list>:last-child{width:unset!important}.subjects .rhs .elective-item img{height:24px;aspect-ratio:1}@media screen and (min-width:320px) and (max-width:480px){.subjects{flex-direction:column}.subjects .lhs{flex:1;padding:64px 24px}.subjects .lhs h3{font-size:24px}.subjects .lhs h4{font-size:16px}.subjects .lhs h5{font-size:18px;margin-top:36px!important}.subjects .lhs ul{padding-left:16px}.subjects .lhs ul:last-of-type{width:40%}.subjects .lhs li{font-size:14px}.subjects .rhs{flex:unset;width:100%;aspect-ratio:1.5}.subjects .rhs .image{object-fit:cover;position:absolute;height:150%;width:unset;right:0vw;bottom:0}.subjects .rhs .elective-holder{right:0;bottom:130%;width:40vw;padding:24px 18px;border-top-left-radius:15px;border-bottom-left-radius:15px}.subjects .rhs h5{font-size:18px}.subjects .rhs h4{font-size:14px}.subjects .rhs .elective-list{margin-top:8px!important;flex-direction:column;flex-wrap:unset;gap:8px}.subjects .rhs .elective-item{display:flex;gap:8px;width:100%}.subjects .rhs .elective-item img{height:18px;aspect-ratio:1}}@media screen and (min-width:481px) and (max-width:640px){.subjects{flex-direction:column}.subjects .lhs{flex:1;padding:64px 24px}.subjects .lhs h3{font-size:24px}.subjects .lhs h4{font-size:16px}.subjects .lhs h5{font-size:18px;margin-top:36px!important}.subjects .lhs ul{padding-left:16px}.subjects .lhs ul:last-of-type{width:40%}.subjects .lhs li{font-size:14px}.subjects .rhs{flex:unset;width:100%;aspect-ratio:1.5}.subjects .rhs .image{object-fit:cover;position:absolute;height:150%;width:unset;left:0vw;bottom:0}.subjects .rhs .elective-holder{right:0;bottom:130%;width:40vw;padding:24px 18px;border-top-left-radius:15px;border-bottom-left-radius:15px}.subjects .rhs h5{font-size:18px}.subjects .rhs h4{font-size:14px}.subjects .rhs .elective-list{margin-top:8px!important;flex-direction:column;flex-wrap:unset;gap:8px}.subjects .rhs .elective-item{display:flex;gap:8px;width:100%}.subjects .rhs .elective-item img{height:18px;aspect-ratio:1}}@media screen and (min-width:641px) and (max-width:960px){.subjects{flex-direction:column}.subjects .lhs{flex:1;padding:64px 24px}.subjects .lhs h3{font-size:24px}.subjects .lhs h4{font-size:16px}.subjects .lhs h5{font-size:18px;margin-top:36px!important}.subjects .lhs ul{padding-left:16px}.subjects .lhs ul:last-of-type{width:40%}.subjects .lhs li{font-size:14px}.subjects .rhs{flex:unset;width:100%;aspect-ratio:1.5}.subjects .rhs .image{object-fit:cover;position:absolute;height:150%;width:unset;left:0vw;bottom:0}.subjects .rhs .elective-holder{right:0;bottom:130%;width:40vw;padding:24px 18px;border-top-left-radius:15px;border-bottom-left-radius:15px}.subjects .rhs h5{font-size:18px}.subjects .rhs h4{font-size:14px}.subjects .rhs .elective-list{margin-top:8px!important;flex-direction:column;flex-wrap:unset;gap:8px}.subjects .rhs .elective-item{display:flex;gap:8px;width:100%}.subjects .rhs .elective-item img{height:18px;aspect-ratio:1}}@media screen and (min-width:961px) and (max-width:1024px){.subjects .rhs .elective-holder{top:5%;bottom:unset}.subjects .lhs li{font-size:18px}.subjects .rhs .image{height:unset;width:140%;right:0vw;bottom:0}.subjects .rhs h5{font-size:18px}.subjects .rhs h4{font-size:14px}.subjects .rhs .elective-list{margin-top:24px!important;gap:8px 18px}.subjects .rhs .elective-item{gap:4px;width:30%}.subjects .rhs .elective-item img{height:24px}}@media screen and (min-width:1025px) and (max-width:1280px){.subjects .rhs .elective-holder{top:5%;bottom:unset}.subjects .lhs li{font-size:18px}.subjects .rhs .image{height:unset;width:160%;right:0vw;bottom:0}.subjects .rhs h5{font-size:18px}.subjects .rhs h4{font-size:14px}.subjects .rhs .elective-list{margin-top:24px!important;gap:8px 18px}.subjects .rhs .elective-item{gap:4px;width:30%}.subjects .rhs .elective-item img{height:24px}}.support{display:flex;background-image:url(../../assets/img-primary-bg.png);background-size:cover}.support .lhs{flex:1;display:flex;align-items:center;justify-content:center;padding:64px}.support .lhs .support-card{display:flex;flex-direction:column;background:#fff;gap:36px;padding:64px;border-radius:45px}.support .lhs .support-card h3{color:var(--red-color);font-size:32px}.support .lhs .support-card h3 strong{font-family:bold}.support .lhs .support-card h4{font-size:24px;font-family:light}.support .lhs .support-card h4 strong{font-family:bold;color:var(--blue-color)}.support .rhs{flex:1}@media screen and (min-width:320px) and (max-width:480px){.support{display:flex;flex-direction:column}.support .lhs{flex:1;display:flex;align-items:center;justify-content:center;padding:24px}.support .lhs .support-card{display:flex;flex-direction:column;gap:36px;padding:24px;border-radius:45px}.support .lhs .support-card h3{font-size:18px}.support .lhs .support-card h4{font-size:14px}.support .rhs{padding:0!important;margin:0!important;overflow:hidden}.support .rhs img{width:100%;object-fit:fill;padding:0!important;margin:0!important;vertical-align:middle}}@media screen and (min-width:481px) and (max-width:640px){.support{display:flex;flex-direction:column}.support .lhs{flex:1;display:flex;align-items:center;justify-content:center;padding:24px}.support .lhs .support-card{display:flex;flex-direction:column;gap:36px;padding:24px;border-radius:45px}.support .lhs .support-card h3{font-size:18px}.support .lhs .support-card h4{font-size:14px}.support .rhs{padding:0!important;margin:0!important;overflow:hidden}.support .rhs img{width:100%;object-fit:fill;padding:0!important;margin:0!important;vertical-align:middle}}@media screen and (min-width:641px) and (max-width:960px){.support{display:flex;flex-direction:column}.support .lhs{flex:1;display:flex;align-items:center;justify-content:center;padding:24px}.support .lhs .support-card{display:flex;flex-direction:column;gap:36px;padding:24px;border-radius:45px}.support .lhs .support-card h3{font-size:18px}.support .lhs .support-card h4{font-size:14px}.support .rhs{padding:0!important;margin:0!important;overflow:hidden}.support .rhs img{width:100%;object-fit:fill;padding:0!important;margin:0!important;vertical-align:middle}}@media screen and (min-width:961px) and (max-width:1024px){.support .lhs .support-card h3{font-size:20px}.support .lhs .support-card h4{font-size:14px}}@media screen and (min-width:1025px) and (max-width:1280px){.support .lhs .support-card h3{font-size:24px}.support .lhs .support-card h4{font-size:18px}}.online{padding:8px}.sports{display:flex;flex-direction:column;align-items:center;gap:36px;padding:64px}.sports h3{color:var(--red-color);font-family:bold;font-size:54px}.sports-list{display:flex;justify-content:center;flex-wrap:wrap;width:80%;gap:12px}.sports-item{position:relative;display:flex;width:30%;aspect-ratio:1.5;overflow:hidden;cursor:pointer}.sports-item:hover img{top:-25%;left:-25%;bottom:-25%;right:-25%;width:150%;height:150%;transition:1s}.sports-item img{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;object-fit:cover}.sports-item .overlay{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#00000050}.sports-item h4{color:#fff;font-size:32px;width:60%;text-align:center;font-family:bold}@media screen and (min-width:320px) and (max-width:480px){.sports{display:flex;flex-direction:column;align-items:center;gap:36px;padding:44px 0}.sports h3{font-size:36px}.sports-list{width:95%}.sports-item{width:47%}.sports-item h4{font-size:18px;width:80%}}@media screen and (min-width:481px) and (max-width:640px){.sports{display:flex;flex-direction:column;align-items:center;gap:36px;padding:44px 0}.sports h3{font-size:36px}.sports-list{width:95%}.sports-item{width:47%}.sports-item h4{font-size:18px;width:80%}}@media screen and (min-width:641px) and (max-width:960px){.sports{display:flex;flex-direction:column;align-items:center;gap:36px;padding:44px 0}.sports h3{font-size:36px}.sports-list{width:95%}.sports-item{width:47%}.sports-item h4{font-size:18px;width:80%}}@media screen and (min-width:961px) and (max-width:1024px){.sports-item h4{font-size:20px;width:80%}}@media screen and (min-width:1025px) and (max-width:1280px){.sports-item h4{font-size:24px;width:80%}}.extra-mural{display:flex;background-size:cover}.extra-mural .lhs{flex:1;padding:64px}.extra-mural .rhs{flex:2}.extra-mural-list{display:flex;flex-direction:column;background:var(--burgundy-color);gap:64px;padding:64px;border-radius:45px;color:#fff}.extra-mural-list h3{font-family:bold;font-size:42px}.extra-mural-item{display:flex;align-items:center;gap:24px}.extra-mural-item img{height:44px;aspect-ratio:1}.extra-mural-item h4{font-family:bold;font-size:28px}@media screen and (min-width:320px) and (max-width:480px){.extra-mural{display:flex}.extra-mural .lhs{flex:1;padding:0}.extra-mural .rhs{flex:unset;padding:0!important}.extra-mural .rhs img{width:100%;object-fit:fill;vertical-align:middle}.extra-mural-list{flex-direction:row;gap:24px;padding:36px;border-radius:0;flex-wrap:wrap}.extra-mural-list h3{font-size:24px}.extra-mural-item{gap:14px;width:45%}.extra-mural-item img{height:24px;aspect-ratio:1}.extra-mural-item h4{font-size:14px}}@media screen and (min-width:481px) and (max-width:640px){.extra-mural{display:flex}.extra-mural .lhs{flex:1;padding:0}.extra-mural .rhs{flex:unset;padding:0!important}.extra-mural .rhs img{width:100%;object-fit:fill;vertical-align:middle}.extra-mural-list{flex-direction:row;gap:24px;padding:36px;border-radius:0;flex-wrap:wrap}.extra-mural-list h3{font-size:24px}.extra-mural-item{gap:14px;width:45%}.extra-mural-item img{height:24px;aspect-ratio:1}.extra-mural-item h4{font-size:14px}}@media screen and (min-width:641px) and (max-width:960px){.extra-mural{display:flex}.extra-mural .lhs{flex:1;padding:0}.extra-mural .rhs{flex:unset;padding:0!important}.extra-mural .rhs img{width:100%;object-fit:fill;vertical-align:middle}.extra-mural-list{flex-direction:row;gap:24px;padding:36px;border-radius:0;flex-wrap:wrap}.extra-mural-list h3{font-size:24px}.extra-mural-item{gap:14px;width:45%}.extra-mural-item img{height:24px;aspect-ratio:1}.extra-mural-item h4{font-size:14px}}@media screen and (min-width:961px) and (max-width:1024px){.extra-mural-list{gap:24px;padding:44px}.extra-mural-list h3{font-size:24px}.extra-mural-item{gap:8px}.extra-mural-item img{height:24px}.extra-mural-item h4{font-size:18px}}@media screen and (min-width:1025px) and (max-width:1280px){.extra-mural-list h3{font-size:36px}.extra-mural-item img{height:24px}.extra-mural-item h4{font-size:24px}}.text-left-image{position:relative;display:flex;background:var(--blue-color);padding:164px 92px}.text-left-image .lhs{display:flex;flex:2;align-items:center;justify-content:center}.text-left-image .lhs .text-area{position:relative;display:flex;flex-direction:column;justify-content:center;color:#fff}.text-left-image .lhs h3{font-size:48px;font-family:bold}.text-left-image .lhs strong{font-family:bold}.text-left-image .lhs h4{font-size:36px;font-family:regular;font-weight:100}.text-left-image .rhs{flex:1}@media screen and (min-width:320px) and (max-width:480px){.text-left-image{flex-direction:column-reverse;background-size:cover;background-position:left;padding:164px 24px 24px}.text-left-image .lhs{flex:1}.text-left-image .lhs .text-area{display:flex;flex-direction:column;justify-content:center}.text-left-image .lhs h3{font-size:28px;width:60%}.text-left-image .lhs h4{font-size:20px}.text-left-image .rhs{flex:1}}@media screen and (min-width:481px) and (max-width:640px){.text-left-image{flex-direction:column-reverse;background-size:cover;background-position:left;padding:164px 24px 24px}.text-left-image .lhs{flex:1}.text-left-image .lhs .text-area{display:flex;flex-direction:column;justify-content:center}.text-left-image .lhs h3{font-size:28px;width:60%}.text-left-image .lhs h4{font-size:20px}.text-left-image .rhs{flex:1}}@media screen and (min-width:641px) and (max-width:960px){.text-left-image{flex-direction:column-reverse;background-size:cover;background-position:left;padding:164px 24px 24px}.text-left-image .lhs{flex:1}.text-left-image .lhs .text-area{display:flex;flex-direction:column;justify-content:center}.text-left-image .lhs h3{font-size:28px;width:60%}.text-left-image .lhs h4{font-size:20px}.text-left-image .rhs{flex:1}}@media screen and (min-width:961px) and (max-width:1024px){.text-left-image .lhs h3{font-size:24px;width:60%}.text-left-image .lhs h4{font-size:20px}}@media screen and (min-width:1025px) and (max-width:1280px){.text-left-image .lhs h3{font-size:24px;width:60%}.text-left-image .lhs h4{font-size:20px}}.openday-overview{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px;gap:42px}.openday-overview h1{font-family:light;font-size:28px;text-align:center}.openday-overview button{background:var(--red-color);font-size:28px;border-radius:45px;padding:4px 24px}@media screen and (min-width:320px) and (max-width:480px){.openday-overview{padding:44px 64px;gap:24px}.openday-overview h1{font-size:16px}.openday-overview button{font-size:18px;border-radius:45px;padding:4px 24px}}@media screen and (min-width:481px) and (max-width:640px){.openday-overview{padding:44px 64px;gap:24px}.openday-overview h1{font-size:16px}.openday-overview button{font-size:18px;border-radius:45px;padding:4px 24px}}@media screen and (min-width:641px) and (max-width:960px){.openday-overview{padding:44px 64px;gap:24px}.openday-overview h1{font-size:16px}.openday-overview button{font-size:18px;border-radius:45px;padding:4px 24px}}@media screen and (min-width:961px) and (max-width:1024px){.openday-overview{padding:44px 64px;gap:24px}.openday-overview h1{font-size:24px}.openday-overview button{font-size:24px;border-radius:45px;padding:4px 24px}}@media screen and (min-width:1025px) and (max-width:1280px){.openday-overview{padding:44px 64px;gap:24px}.openday-overview h1{font-size:24px}.openday-overview button{font-size:24px;border-radius:45px;padding:4px 24px}}.openday-expect{display:flex;flex-direction:column;align-items:center;background:var(--burgundy-color);background-image:url(/assets/img-openday-expect-bg-AUge_eZr.png);background-size:cover;padding:54px;gap:44px}.openday-expect h3{font-family:bold;font-size:54px;color:#fff}.openday-expect-list{flex:1;display:flex;flex-wrap:wrap;width:80%;gap:1%;align-items:center;justify-content:space-evenly}.openday-expect-item{display:flex;align-items:center;justify-content:center;width:22.5%;min-width:22.5%;max-width:22.5%;aspect-ratio:1;background:#fff;border-radius:50%;padding:32px;color:var(--blue-color)}.openday-expect-item h4{font-size:26px;font-family:light;text-align:center}.openday-expect-item strong{font-family:bold}@media screen and (min-width:320px) and (max-width:480px){.openday-expect{display:flex;flex-direction:column;align-items:center;background-size:cover;padding:0;gap:44px}.openday-expect h3{font-size:28px;text-align:center;margin-top:34px!important}.openday-expect-list{flex:1;display:flex;flex-wrap:unset;width:100%;align-items:unset;justify-content:unset;overflow:scroll;padding-bottom:44px}.openday-expect-item{width:60%;min-width:60%;padding:24px;margin-left:20%!important}.openday-expect-item h4{font-size:18px}}@media screen and (min-width:481px) and (max-width:640px){.openday-expect{display:flex;flex-direction:column;align-items:center;background-size:cover;padding:0;gap:44px}.openday-expect h3{font-size:28px;text-align:center;margin-top:34px!important}.openday-expect-list{flex:1;display:flex;flex-wrap:unset;width:100%;align-items:unset;justify-content:unset;overflow:scroll;padding-bottom:44px}.openday-expect-item{width:60%;min-width:60%;padding:24px;margin-left:20%!important}.openday-expect-item h4{font-size:18px}}@media screen and (min-width:641px) and (max-width:960px){.openday-expect{display:flex;flex-direction:column;align-items:center;background-size:cover;padding:0;gap:44px}.openday-expect h3{font-size:28px;text-align:center;margin-top:34px!important}.openday-expect-list{flex:1;display:flex;flex-wrap:unset;width:100%;align-items:unset;justify-content:unset;overflow:scroll;padding-bottom:44px}.openday-expect-item{width:60%;min-width:60%;padding:24px;margin-left:20%!important}.openday-expect-item h4{font-size:18px}}@media screen and (min-width:961px) and (max-width:1024px){.openday-expect-item{width:28%;min-width:28%;padding:16px}.openday-expect-item h4{font-size:16px}}@media screen and (min-width:1025px) and (max-width:1280px){.openday-expect-item{width:28%;min-width:28%;padding:16px}.openday-expect-item h4{font-size:18px}}.openday-virtual video{width:100%;vertical-align:middle}.openday-virtual-form{display:flex;align-items:center;justify-content:center;background:var(--burgundy-color);background-image:url(/assets/img-openday-expect-bg-AUge_eZr.png);background-size:cover;padding:64px}.openday-booking{display:flex;flex-direction:column;width:30vw;gap:4px;outline:none}.openday-booking h3{font-size:24px;font-family:bold;width:100%;color:#fff}.openday-booking h4{font-size:14px;color:#fff;margin-bottom:16px!important}.openday-booking h5{margin-top:8px}.openday-booking input{border-radius:10px;color:var(--blue-color);border:0px}.openday-booking select{border-radius:10px;background:#fff;color:var(--blue-color);border:0px}.openday-booking button{margin-top:16px!important;padding:4px 24px;background:var(--blue-color);align-self:flex-start}@media screen and (min-width:320px) and (max-width:480px){.openday-booking{width:80vw}}@media screen and (min-width:481px) and (max-width:640px){.openday-booking{width:80vw}}@media screen and (min-width:641px) and (max-width:960px){.openday-booking{width:80vw}}.openday-success{padding:64px;height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:var(--red-color);background-image:url(/assets/booking-shapes-Bmfusj21.png);background-size:cover}.openday-success h1,.openday-success h3{color:#fff}@media screen and (min-width:320px) and (max-width:480px){.openday-success{padding:14px}.openday-success h1{font-size:24px}.openday-success h3{font-size:16px}}.parent-dashboard{position:relative;display:flex;flex-direction:column;justify-content:space-between;background:var(--red-color);background-image:url(/assets/booking-shapes-Bmfusj21.png);background-size:cover;padding:20px}.parent-dashboard h2{font-size:32px;margin-bottom:20px!important;color:#fff}.parent-dashboard .dashboard-title{margin-bottom:20px;font-size:2.5em;text-align:center}.parent-dashboard .tabs-content{display:flex;flex-direction:row;justify-content:space-between}.parent-dashboard .tabs{width:30%;background-color:#f9f9f9;border-right:1px solid #ddd;padding:20px}.parent-dashboard .tab{cursor:pointer;padding:10px 8px;text-align:center;border-bottom:1px solid #ddd}.parent-dashboard .tab.active{background-color:#e0e0e0}.parent-dashboard .content{width:100%;padding:20px}.parent-dashboard section{background-color:#f9f9f9;padding:8px}.parent-dashboard .content table{width:100%}.parent-dashboard .content table th{text-align:start;font-weight:700}.parent-dashboard ul{list-style-type:none;border-radius:4px;padding:0}.parent-dashboard form{display:flex;flex-direction:column}.parent-dashboard label,input,textarea{margin-bottom:10px}.parent-dashboard button{background-color:#007bff;color:#fff;padding:10px 20px;border:none;cursor:pointer}.parent-dashboard li{background:#f9f9f9;padding:10px;margin-bottom:10px}.parent-dashboard .newsletter-section td{padding-right:24px}.parent-dashboard .newsletter-section .newsletter-thumb{height:40px;width:80px}.parent-dashboard .newsletter-section .newsletter-thumb a{padding:6px 16px;background:var(--red-color);color:#fff;border-radius:25px}.parent-dashboard .newsletter-section .newsletter-ref{width:100px}.parent-dashboard .newsletter-section .newsletter-name{width:25%}.parent-dashboard .newsletter-section .newsletter-description{width:max-content}.parent-dashboard .events-section{display:flex;gap:24px}.parent-dashboard .events-section .event-card{width:22%;max-height:44vh;border-radius:15px;display:flex;flex-direction:column;background:var(--burgundy-color);overflow:hidden;box-shadow:5px 5px 10px #0000001a}.parent-dashboard .events-section .event-card .cover-holder{position:relative}.parent-dashboard .events-section .event-card .cover-holder h4{position:absolute;color:#fff;padding:8px 14px;font-size:12px;background:var(--red-color);top:20px;right:20px;border-radius:45px}.parent-dashboard .events-section .event-card img{width:100%;aspect-ratio:2;object-fit:scale-down}.parent-dashboard .events-section .event-card .event-info{flex:1;padding:12px 18px;background:var(--blue-dark-color)}.parent-dashboard .events-section .event-card .event-info h3{font-size:18px;color:#fff}.parent-dashboard .events-section .event-card .event-info p{font-size:10px;color:#fff}.parent-dashboard .events-section .event-card .event-info .space{height:8px;color:#fff}@media (max-width: 991px){.parent-dashboard .tabs-content{flex-direction:column}.parent-dashboard .tabs,.content{width:100%;margin-bottom:20px;border-right:none}.parent-dashboard .tabs nav ul li{padding:5px 0}}@media (max-width: 768px){.parent-dashboard .dashboard-title{font-size:2em}}@media (max-width: 576px){.parent-dashboard .dashboard-title{font-size:1.5em}.parent-dashboard .tabs-content{flex-direction:column}.parent-dashboard .tabs,.content{width:100%;margin-bottom:20px;border-right:none}}.MuiDialog-container{width:60%}.MuiDialogTitle-root{font-size:1.875rem;font-weight:700;background:linear-gradient(to right,var(--blue-color),var(--red-color));color:#fff;border-bottom:none}.MuiDialogContent-root{padding:2rem!important;background:var(--blue-dark-color)}.MuiDialogContent-root .lesson-section{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid var(--gray-area-dark);padding-bottom:2rem!important}.MuiDialogContent-root .lesson-section input{border-radius:10px}.MuiDialogContent-root .lesson-section textarea{border-radius:10px;font-size:16px;padding:4px 12px;height:100px}.MuiButton-secondary{color:#fff!important;padding:8px 32px!important;border-radius:45px!important;background:var(--red-color)!important}.picker-daymonth{display:flex;gap:8px}.picker-daymonth .horizontal-container{display:flex;align-items:center;gap:8px}.picker-daymonth label{font-size:16px}.picker-daymonth select{margin-left:8px}.lesson-dashboard{position:relative;display:flex;flex-direction:column;justify-content:space-between;background:var(--red-color);background-image:url(/assets/booking-shapes-Bmfusj21.png);background-size:cover;padding:20px}.lesson-dashboard h2{font-size:32px;margin-bottom:20px!important;color:#fff}.lesson-dashboard .dashboard-title{margin-bottom:20px;font-size:2.5em;text-align:center}.lesson-dashboard .tabs-content{display:flex;flex-direction:row;justify-content:space-between}.lesson-dashboard .tabs{width:30%;background-color:#f9f9f9;border-right:1px solid #ddd;padding:20px}.lesson-dashboard .tab{cursor:pointer;padding:10px 8px;text-align:center;border-bottom:1px solid #ddd}.lesson-dashboard .tab.active{background-color:#e0e0e0}.lesson-dashboard .content{width:100%;padding:20px}.lesson-dashboard section{background-color:#f9f9f9;padding:8px}.lesson-dashboard .content table{width:100%}.lesson-dashboard .content table th{text-align:start;font-weight:700}.lesson-dashboard ul{list-style-type:none;border-radius:4px;padding:0}.lesson-dashboard form{display:flex;flex-direction:column}.lesson-dashboard label,input,textarea{margin-bottom:10px}.lesson-dashboard button{background-color:#007bff;color:#fff;padding:10px 20px;border:none;cursor:pointer}.lesson-dashboard li{background:#f9f9f9;padding:10px;margin-bottom:10px}.lesson-dashboard .lessons-section td{padding-right:24px}.lesson-dashboard .lessons-section .date{width:7.5%}.lesson-dashboard .lessons-section .teacher{width:15%}.lesson-dashboard .lessons-section .subject{width:10%}.lesson-dashboard .lessons-section .grade{width:5%}.lesson-dashboard .lessons-section .work,.lesson-dashboard .lessons-section .homework{width:27.5%}.lesson-dashboard .lessons-section .btn-inspect{background:var(--blue-color)!important}.lesson-dashboard .button-lesson-new{position:absolute;top:20px;right:20px;background:var(--blue-dark-color)!important}@media (max-width: 991px){.lesson-dashboard .tabs-content{flex-direction:column}.lesson-dashboard .tabs,.content{width:100%;margin-bottom:20px;border-right:none}.lesson-dashboard .tabs nav ul li{padding:5px 0}}@media (max-width: 768px){.lesson-dashboard .dashboard-title{font-size:2em}}@media (max-width: 576px){.lesson-dashboard .dashboard-title{font-size:1.5em}.lesson-dashboard .tabs-content{flex-direction:column}.lesson-dashboard .tabs,.content{width:100%;margin-bottom:20px;border-right:none}}.twilight{padding:64px;display:flex;flex-direction:column;align-items:center;gap:16px;background:var(--red-color);background-image:url(/assets/booking-shapes-Bmfusj21.png);background-size:cover}.twilight h1{font-family:Bold;color:#fff}.twilight h3{color:#fff}.twilight h2{color:#fff;font-family:Bold}@media screen and (min-width:320px) and (max-width:480px){.twilight{padding:14px}.twilight h1{font-size:24px}.twilight h3{width:100%;font-size:16px}.twilight h2{width:100%;font-size:18px}}.ferdinand{padding:64px;display:flex;flex-direction:column;align-items:center;gap:16px;background:var(--red-color);background-image:url(/assets/booking-shapes-Bmfusj21.png);background-size:cover}.ferdinand h1{font-family:Bold;color:#fff}.ferdinand h3{color:#fff}.ferdinand h2{color:#fff;font-family:Bold}@media screen and (min-width:320px) and (max-width:480px){.ferdinand{padding:14px}.ferdinand h1{font-size:24px}.ferdinand h3{width:100%;font-size:16px}.ferdinand h2{width:100%;font-size:18px}}.concert{padding:64px;display:flex;flex-direction:column;align-items:center;gap:16px;background:var(--red-color);background-image:url(/assets/booking-shapes-Bmfusj21.png);background-size:cover}.concert h1{font-family:Bold;color:#fff}.concert h3{color:#fff}.concert h2{color:#fff;font-family:Bold}.promo-event-banner{width:100vw!important;object-fit:contain;vertical-align:middle;cursor:pointer}@media screen and (min-width:320px) and (max-width:480px){.concert{padding:14px}.concert h1{font-size:24px}.concert h3{width:100%;font-size:16px}.concert h2{width:100%;font-size:18px}}.enrolment-terms{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px;gap:64px}.enrolment-terms h3{flex:2;color:var(--red-color);font-family:bold;font-size:54px}.enrolment-terms-holder{flex:1;display:flex;width:100%;align-items:center;padding:64px;gap:64px}.enrolment-term{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;aspect-ratio:1;border:2px solid var(--blue-dark-color);border-radius:50%}.enrolment-term h4{font-size:24px;font-family:light;text-align:center}.enrolment-term h4 strong{color:var(--red-color);font-family:bold}@media screen and (min-width:320px) and (max-width:480px){.enrolment-terms{display:flex;padding:64px}.enrolment-terms-holder{padding-top:unset;gap:20%;overflow:scroll}.enrolment-terms h3{font-size:28px;width:90%;min-width:90%}.enrolment-term-holder{display:flex;justify-content:center;align-items:center;min-width:100%;width:100%}.enrolment-term{width:70%;min-width:70%}.enrolment-term h4{font-size:24px}}@media screen and (min-width:481px) and (max-width:640px){.enrolment-terms{display:flex;padding:64px}.enrolment-terms-holder{padding-top:unset;gap:20%;overflow:scroll}.enrolment-terms h3{font-size:28px;width:90%;min-width:90%}}@media screen and (min-width:641px) and (max-width:960px){.enrolment-terms{display:flex;padding:64px}.enrolment-terms-holder{padding-top:unset;gap:20%;overflow:scroll}.enrolment-terms h3{font-size:28px;width:90%;min-width:90%}}@media screen and (min-width:961px) and (max-width:1024px){.enrolment-terms{padding:44px 32px;gap:0px}.enrolment-terms-holder{padding:0 44px;gap:18px}.enrolment-terms h3{font-size:36px}.enrolment-term h4{font-size:16px}}.enrolment-process{display:flex;flex-direction:column;background:var(--burgundy-color);padding:84px;color:#fff;gap:44px}.enrolment-process h3{font-family:bold;font-size:44px}.enrolment-process h4{font-family:light;font-size:28px}.enrolment-process-list{display:flex;flex-direction:column;gap:64px}.enrolment-process-list p{font-size:26px}.enrolment-process-list .enrolment-process-item{display:flex;align-items:center;gap:24px}.enrolment-process-list .enrolment-process-item .enrolment-process-btn-container{display:flex;align-items:center;gap:16px}.enrolment-process-list .enrolment-process-item button{background:var(--red-color);font-size:28px;padding:8px 42px;border-radius:45px}.enrolment-process-list .enrolment-process-item h4{display:flex;align-items:center;justify-content:center;height:32px;aspect-ratio:1;border-radius:50%;background:var(--blue-color);padding:16px;font-family:bold;font-size:32px}.enrolment-process-list-bottom{display:flex}.enrolment-process-list-bottom .lhs,.enrolment-process-list-bottom .rhs{flex:1}.enrolment-process-list-bottom .rhs .banking-details{padding:54px;background:var(--blue-color);border-radius:25px}.enrolment-process-list-bottom .rhs .banking-details h4{color:var(--yellow-color);font-family:bold;font-size:24px;margin-bottom:12px!important}.enrolment-process-list-bottom .rhs .banking-details .bank-line-one{margin-top:18px!important}.enrolment-process-list-bottom .rhs .banking-details p{font-size:24px;font-weight:"heavy"}@media screen and (min-width:320px) and (max-width:480px){.enrolment-process{display:flex;flex-direction:column;background:var(--burgundy-color);padding:36px 44px;gap:18px}.enrolment-process h3{font-size:24px}.enrolment-process h4{font-size:18px}.enrolment-process-list{gap:44px}.enrolment-process-list p{font-size:18px}.enrolment-process-list .enrolment-process-item{gap:14px}.enrolment-process-list .enrolment-process-item .enrolment-process-btn-container{display:block}.enrolment-process-list .enrolment-process-item button{font-size:18px;padding:4px 24px;margin-top:8px!important}.enrolment-process-list .enrolment-process-item h4{height:18px;border-radius:50%;padding:16px;font-size:24px}.enrolment-process-list-bottom{display:flex;flex-direction:column;gap:36px}.enrolment-process-list-bottom .lhs,.enrolment-process-list-bottom .rhs{flex:1}.enrolment-process-list-bottom .rhs .banking-details{padding:34px;border-radius:15px}.enrolment-process-list-bottom .rhs .banking-details h4{font-size:16px;margin-bottom:12px!important}.enrolment-process-list-bottom .rhs .banking-details .bank-line-one{margin-top:18px!important}.enrolment-process-list-bottom .rhs .banking-details p{font-size:14px;font-weight:"heavy"}}@media screen and (min-width:481px) and (max-width:640px){.enrolment-process{display:flex;flex-direction:column;background:var(--burgundy-color);padding:36px 44px;gap:18px}.enrolment-process h3{font-size:24px}.enrolment-process h4{font-size:18px}.enrolment-process-list{gap:44px}.enrolment-process-list p{font-size:18px}.enrolment-process-list .enrolment-process-item{gap:14px}.enrolment-process-list .enrolment-process-item .enrolment-process-btn-container{display:block}.enrolment-process-list .enrolment-process-item button{font-size:18px;padding:4px 24px;margin-top:8px!important}.enrolment-process-list .enrolment-process-item h4{height:18px;border-radius:50%;padding:16px;font-size:24px}.enrolment-process-list-bottom{display:flex;flex-direction:column;gap:36px}.enrolment-process-list-bottom .lhs,.enrolment-process-list-bottom .rhs{flex:1}.enrolment-process-list-bottom .rhs .banking-details{padding:34px;border-radius:15px}.enrolment-process-list-bottom .rhs .banking-details h4{font-size:16px;margin-bottom:12px!important}.enrolment-process-list-bottom .rhs .banking-details .bank-line-one{margin-top:18px!important}.enrolment-process-list-bottom .rhs .banking-details p{font-size:14px;font-weight:"heavy"}}@media screen and (min-width:641px) and (max-width:960px){.enrolment-process{display:flex;flex-direction:column;background:var(--burgundy-color);padding:36px 44px;gap:18px}.enrolment-process h3{font-size:24px}.enrolment-process h4{font-size:18px}.enrolment-process-list{gap:44px}.enrolment-process-list p{font-size:18px}.enrolment-process-list .enrolment-process-item{gap:14px}.enrolment-process-list .enrolment-process-item .enrolment-process-btn-container{display:block}.enrolment-process-list .enrolment-process-item button{font-size:18px;padding:4px 24px;margin-top:8px!important}.enrolment-process-list .enrolment-process-item h4{height:18px;border-radius:50%;padding:16px;font-size:24px}.enrolment-process-list-bottom{display:flex;flex-direction:column;gap:36px}.enrolment-process-list-bottom .lhs,.enrolment-process-list-bottom .rhs{flex:1}.enrolment-process-list-bottom .rhs .banking-details{padding:34px;border-radius:15px}.enrolment-process-list-bottom .rhs .banking-details h4{font-size:16px;margin-bottom:12px!important}.enrolment-process-list-bottom .rhs .banking-details .bank-line-one{margin-top:18px!important}.enrolment-process-list-bottom .rhs .banking-details p{font-size:14px;font-weight:"heavy"}}@media screen and (min-width:961px) and (max-width:1024px){.enrolment-process{display:flex;flex-direction:column;background:var(--burgundy-color);padding:32px 64px;color:#fff;gap:18px}.enrolment-process-list{gap:24px}.enrolment-process h3{font-size:24px}.enrolment-process h4{font-size:18px}.enrolment-process-list .enrolment-process-item button{font-size:18px;padding:4px 24px;margin-top:8px!important}.enrolment-process-list p{font-size:18px}.enrolment-process-list .enrolment-process-item h4{height:18px;border-radius:50%;padding:16px;font-size:24px}.enrolment-process-list-bottom .rhs .banking-details h4{font-size:16px;margin-bottom:12px!important}.enrolment-process-list-bottom .rhs .banking-details .bank-line-one{margin-top:18px!important}.enrolment-process-list-bottom .rhs .banking-details p{font-size:14px}}.fees{padding:64px;display:flex;flex-direction:column;align-items:center;gap:16px;background:var(--red-color);background-image:url(/assets/booking-shapes-Bmfusj21.png);background-size:cover}.fees h1,.fees h3{color:#fff}@media screen and (min-width:320px) and (max-width:480px){.fees{padding:14px}.fees h1{font-size:24px}.fees h3{font-size:16px}}.events{background:var(--red-color);background-image:url(/assets/booking-shapes-Bmfusj21.png);background-size:cover}.events .events-container{display:flex;flex-direction:column;align-items:center;gap:24px;padding-top:64px;padding-bottom:64px}.events .events-container .event-card{width:50%;border-radius:25px;display:flex;flex-direction:column;background:var(--burgundy-color);overflow:hidden;box-shadow:5px 5px 10px #0000001a}.events .events-container .event-card .cover-holder{position:relative}.events .events-container .event-card .cover-holder h4{position:absolute;color:#fff;padding:16px 24px;background:var(--blue-color);top:20px;right:20px;border-radius:45px}.events .events-container .event-card img{width:100%;vertical-align:middle;aspect-ratio:2.5;object-fit:scale-down}.events .events-container .event-card .event-info{display:flex;flex-direction:column;flex:1;padding:24px;background:var(--blue-dark-color)}.events .events-container .event-card .event-info h3{font-size:32px;color:#fff}.events .events-container .event-card .event-info p{font-size:18px;color:#fff}.events .events-container .event-card .event-info .space{height:8px;color:#fff}.events .events-container .event-card .event-info a{background:var(--red-color);text-align:center;color:#fff;cursor:pointer;align-self:center;font-size:36px;border-radius:25px;padding:8px 24px;margin-top:16px!important}@media screen and (min-width:320px) and (max-width:480px){.events .events-container{gap:24px;padding-top:32px;padding-bottom:32px}.events .events-container .event-card{width:90%}.events .events-container .event-card img{aspect-ratio:1}.events .events-container .event-card .cover-holder h4{padding:8px 16px;border-radius:45px}.events .events-container .event-card .event-info h3{font-size:24px}.events .events-container .event-card .event-info p{font-size:14px}}@media screen and (min-width:481px) and (max-width:640px){.events .events-container{gap:24px;padding-top:32px;padding-bottom:32px}.events .events-container .event-card{width:90%}.events .events-container .event-card img{aspect-ratio:1}.events .events-container .event-card .cover-holder h4{padding:8px 16px;border-radius:45px}.events .events-container .event-card .event-info h3{font-size:24px}.events .events-container .event-card .event-info p{font-size:14px}}.store{background:var(--burgundy-color);background-image:url(/assets/booking-shapes-Bmfusj21.png);background-size:cover}.store .store-header{display:flex;flex:1;height:3vh;gap:24px;padding:16px;background:var(--blue-dark-color)}.store .store-header .options{display:flex;flex:1}.store .store-header .cart-area{display:flex;align-items:center;justify-content:end;color:#fff;gap:8px}.store .store-header .cart-area a{display:flex;height:100%;align-items:center;justify-content:end;color:#fff;gap:8px}.store .store-header .cart-area a img{height:100%;aspect-ratio:1;cursor:pointer}.store .store-header .cart-area a p{font-size:16px;font-weight:700;cursor:pointer}.store .products-container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:32px;padding:64px}.store .products-container .product-card{width:16vw;height:45vh;border-radius:35px;display:flex;flex-direction:column;background:#fff;overflow:hidden;align-items:center;padding-bottom:8px;gap:8px;box-shadow:5px 5px 10px #0000001a}.store .products-container .product-card .img-holder{position:relative}.store .products-container .product-card .img-holder h4{position:absolute;color:#fff;padding:8px 16px;background:var(--blue-dark-color);top:20px;right:20px;border-radius:45px}.store .products-container .product-card .img-holder h3{position:absolute;color:#fff;padding:4px 12px;background:var(--red-color);top:20px;left:20px;font-size:18px;border-radius:45px}.store .products-container .product-card img{width:100%;vertical-align:middle;aspect-ratio:1.25;object-fit:cover}.store .products-container .product-card .product-info{flex:1;padding:8px 16px;background:#fff;overflow:hidden}.store .products-container .product-card .product-info h3{font-size:18px;color:var(--blue-dark-color)}.store .products-container .product-card .product-info p{font-size:12px;color:var(--blue-dark-color)}.store .products-container .product-card .product-info .space{height:8px;color:#fff}.store .products-container .product-card button{width:60%;background:var(--blue-dark-color);color:#fff}@media screen and (min-width:320px) and (max-width:480px){.store .products-container{gap:24px;padding-top:32px;padding-bottom:32px}.store .products-container .product-card{width:90%}.store .products-container .product-card img{aspect-ratio:1}.store .products-container .product-card .cover-holder h4{padding:8px 16px;border-radius:45px}.store .products-container .product-card .product-info h3{font-size:24px;font-weight:700}.store .products-container .product-card .product-info p{font-size:14px}}@media screen and (min-width:481px) and (max-width:640px){.store .products-container{gap:24px;padding-top:32px;padding-bottom:32px}.store .products-container .product-card{width:90%}.store .products-container .product-card img{aspect-ratio:1}.store .products-container .product-card .cover-holder h4{padding:8px 16px;border-radius:45px}.store .products-container .product-card .product-info h3{font-size:24px}.store .products-container .product-card .product-info p{font-size:14px}}.cart{background:var(--burgundy-color);background-image:url(/assets/booking-shapes-Bmfusj21.png);background-size:cover;display:flex;align-items:center;justify-content:center;padding:64px}.cart .cart-holder{display:flex;width:40%;flex-direction:column;background:#fff;padding:36px;gap:16px;border-radius:25px}.cart .cart-holder h2{font-size:32px;color:var(--blue-dark-color)}.cart .cart-holder h3{color:var(--blue-dark-color)}.cart .cart-holder .cart-item-container{display:flex;flex-direction:column;gap:16px}.cart .cart-holder .cart-item-container .cart-item{width:100%;height:8vh;display:flex;background:#fff;gap:6px;padding-bottom:8px;border-bottom:1px solid var(--gray-area-background)}.cart .cart-holder .cart-item-container .cart-item img{flex:1;vertical-align:middle;aspect-ratio:1;object-fit:contain}.cart .cart-holder .cart-item-container .cart-item .product-info{display:flex;flex-direction:column;flex:5;padding:8px 16px;background:#fff;overflow:hidden}.cart .cart-holder .cart-item-container .cart-item .product-info h4{font-size:18px;color:var(--background-core-color)}.cart .cart-holder .cart-item-container .cart-item .product-info p{font-size:12px;color:var(--background-core-color)}.cart .cart-holder .cart-item-container .cart-item h3{font-size:18px;color:var(--blue-dark-color)}.cart .cart-holder .cart-item-container .cart-item button{width:unset;padding:2px 16px;font-size:10px;border-radius:10px;background:var(--gray-area-light);color:var(--background-core-color)}.cart .cart-holder .cart-amount-area{display:flex;justify-content:space-between}.cart .cart-holder button{background:var(--blue-color)}@media screen and (min-width:320px) and (max-width:480px){.cart .cart-item{gap:24px;padding-top:32px;padding-bottom:32px}.cart .cart-item .cart-item{width:90%}.cart .cart-item .cart-item img{aspect-ratio:1}.cart .cart-item .cart-item .cover-holder h4{padding:8px 16px;border-radius:45px}.cart .cart-item .cart-item .product-info h3{font-size:24px;font-weight:700}.cart .cart-item .cart-item .product-info p{font-size:14px}}@media screen and (min-width:481px) and (max-width:640px){.cart .cart-item{gap:24px;padding-top:32px;padding-bottom:32px}.cart .cart-item .cart-item{width:90%}.cart .cart-item .cart-item img{aspect-ratio:1}.cart .cart-item .cart-item .cover-holder h4{padding:8px 16px;border-radius:45px}.cart .cart-item .cart-item .product-info h3{font-size:24px}.cart .cart-item .cart-item .product-info p{font-size:14px}}.webinar-riverside{padding:84px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:var(--red-color);background-image:url(/assets/booking-shapes-Bmfusj21.png);background-size:cover}.webinar-riverside h1{color:#fff;text-align:center;font-size:36px}.webinar-riverside h3{color:#fff;font-size:24px}.webinar-riverside .webinar-container{display:flex;gap:16px;flex-direction:column;background:#fff;padding:16px;border-radius:15px}.webinar-riverside .webinar-container h3{color:var(--primary-color)}.webinar-riverside .webinar-container .vertical-input{display:flex;flex-direction:column;gap:6px}.webinar-riverside .webinar-container input{width:unset;max-width:unset}.webinar-riverside button{background:var(--blue-color);margin-top:16px!important;margin-bottom:16px!important}@media screen and (min-width:320px) and (max-width:480px){.webinar-riverside{padding:14px}.webinar-riverside h1{font-size:24px}.webinar-riverside h3{font-size:16px}}.slide-in-enter{transform:translate(100%)}.slide-in-enter-active{transform:translate(0);transition:transform .3s ease-in-out}.slide-in-exit{transform:translate(0)}.slide-in-exit-active{transform:translate(100%);transition:transform .3s ease-in-out}.menu{position:fixed;top:0;height:100vh;width:100vw;background:#00000090}.menu-area{z-index:9999;position:absolute;display:flex;flex-direction:column;width:65vw;padding:36px 24px;gap:16px;right:0;top:2.5%;background:var(--blue-dark-color);border-top-left-radius:25px;border-bottom-left-radius:25px}.menu-pages{display:flex;flex-direction:column;gap:8px}.menu-page-item{font-size:20px;font-family:regular;padding-bottom:8px;border-bottom:1px solid #fff;color:#fff}.menu .menu-info{display:flex;flex-direction:column;gap:8px}.menu .menu-info .horizontal{display:flex;align-items:center;gap:8px}.menu .menu-info .horizontal img{height:32px;aspect-ratio:1}.menu .menu-info h6{color:#fff;font-size:14px}
