@import "https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}ul{list-style:none}a{text-decoration:none}body{background-color:var(--background-color);font-family:Poppins,sans-serif}::-webkit-scrollbar-track{background-color:#fff}::-webkit-scrollbar{background-color:#f5f5f5;width:10px}::-webkit-scrollbar-thumb{background-color:#c9c8c8;border-radius:1rem}::-webkit-scrollbar-thumb:hover{background-color:#b3b2b2}h1,h2,h3,h4,h5,h6{font-weight:600}nav{z-index:2;width:100%;height:10vh;position:fixed;top:0}.nav{border:var(--border);z-index:2;background-color:#fff;justify-content:space-between;align-items:center;width:100%;height:auto;padding:0 100px;transition:top .3s;display:flex;position:absolute;top:-80px}.logo{object-fit:contain;box-sizing:content-box;width:55px;height:55px;padding:5px 0}#nav-links{flex-direction:row;justify-content:space-between;align-items:center;gap:0 2em;display:flex}#nav-links li{text-align:center}#nav-links li a{color:var(--font-blk);font-size:1.05em;font-weight:500;text-decoration:none}@media screen and (width<=1100px){#nav-links{background-color:#fff;flex-direction:column;gap:2em 0;width:100%;padding:1em 0}.nav{border:none;flex-direction:column;height:0;padding:0;top:0}.nav-header{z-index:3;background-color:#fff;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:100%;height:auto;padding:5px 32px;display:flex}.logo{width:50px;height:45px;padding:0}#nav-links{transition:var(--transition-nav);width:100%}.nav-links-active{visibility:visible;z-index:1;width:100%;position:relative;top:0}.nav-links-disable{visibility:hidden;z-index:1;position:relative;top:-350px}.nav-toggle{cursor:pointer;z-index:10;flex-flow:column;justify-content:space-between;align-items:flex-end;width:30px;height:25px;display:flex}.nav-toggle span{transition:var(--transition-nav);background-color:#00001a;border-radius:1rem;width:100%;height:3px;margin:0;padding:0}.nav-toggle span:first-of-type{width:50%}.nav-toggle span:nth-of-type(3){width:75%}.toggle-active span:first-of-type{transform-origin:top;transform:rotate(-45deg)translate(-6.5px,3.2px)}.toggle-active span:nth-of-type(2){transform-origin:bottom;transform:rotate(45deg)}.toggle-active span:nth-of-type(3){transform-origin:top;width:50%;transform:rotate(-45deg)translate(-5.7px,-12.5px)}}@media screen and (width<=501px){.nav-header{padding:0 16px}}.circles{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.circles li{background:#f0f6ff;width:20px;height:20px;list-style:none;animation:25s linear infinite animate;display:block;position:absolute;bottom:-150px}.circles li:first-child{width:80px;height:80px;animation-delay:0s;left:25%}.circles li:nth-child(2){width:20px;height:20px;animation-duration:12s;animation-delay:2s;left:10%}.circles li:nth-child(3){width:20px;height:20px;animation-delay:4s;left:70%}.circles li:nth-child(4){width:60px;height:60px;animation-duration:18s;animation-delay:0s;left:40%}.circles li:nth-child(5){width:20px;height:20px;animation-delay:0s;left:65%}.circles li:nth-child(6){width:110px;height:110px;animation-delay:3s;left:75%}.circles li:nth-child(7){width:150px;height:150px;animation-delay:7s;left:35%}.circles li:nth-child(8){width:25px;height:25px;animation-duration:45s;animation-delay:15s;left:50%}.circles li:nth-child(9){width:15px;height:15px;animation-duration:35s;animation-delay:2s;left:20%}.circles li:nth-child(10){width:150px;height:150px;animation-duration:11s;animation-delay:0s;left:85%}@keyframes animate{0%{opacity:1;border-radius:0;transform:translateY(0)rotate(0)}to{opacity:0;border-radius:50%;transform:translateY(-1000px)rotate(720deg)}}.timeline-wrapper{width:100%;margin:2.5% auto;padding:0;position:relative}.timeline-wrapper .row{display:flex;position:relative}.timeline-wrapper .row:nth-of-type(2n){justify-content:flex-start}.timeline-wrapper .row:nth-of-type(odd){justify-content:flex-end}.timeline-wrapper .row section{box-shadow:var(--box-shadow);background:#fff;border-radius:7.5px;flex-direction:column;justify-content:space-between;width:calc(50% - 60px);height:auto;padding:25px;display:flex;position:relative}.timeline-wrapper .row-4 section{color:#fff;background-color:#ff7a7a;gap:.5em}.row section:before{content:"";z-index:0;background:#fff;width:17.5px;height:17.5px;position:absolute;top:28px;transform:rotate(45deg)}.row-4 section:before{background:#ff7a7a}.row-1 section:before,.row-3 section:before,.row-5 section:before{right:-9px}.row-2 section:before,.row-4 section:before{left:-9px}.timeline-wrapper .center-line{background:linear-gradient(#ff9a00 0%,#d0de21 20%,#4fdc4a 30%,#3fdad8 40%,#2fc9e2 50%,#1c7fee 60%,#5f15f2 70%,#ba0cf8 80%,#fb07d9 90%);border-radius:1rem;width:5px;height:100%;position:absolute;left:50%}.row section .details{text-transform:capitalize;justify-content:space-between;align-items:center;display:flex}.row section .details .title{font-size:1.2em;font-weight:600}.btn{text-transform:capitalize;color:var(--font-blk);background:#fff;border-radius:5px;padding:8px 16px;font-weight:500;text-decoration:none}.row section p{text-align:left}.timeline-wrapper .icons{background-color:#fff;border-radius:50%;flex-wrap:nowrap;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:absolute;top:10px;left:calc(50% - 20px)}.icons-1{border:5px solid #ff7a7a}.icons-2{border:5px solid #4ddc5e}.icons-3{border:5px solid #31cce0}.icons-4{border:5px solid #7a12f4}.icons-5{border:5px solid #fb07d9}@media screen and (width<=750px){.timeline-wrapper{height:100%}.timeline-wrapper .center-line{height:100%;left:0}.timeline-wrapper .row-1 section{gap:1em}.timeline-wrapper .icons{width:40px;height:40px;top:15px;left:-55px}.icons-1{border:3px solid #ff7a7a}.icons-2{border:3px solid #4ddc5e}.icons-3{border:3px solid #31cce0}.icons-4{border:3px solid #7a12f4}.icons-5{border:3px solid #fb07d9}.timeline-wrapper .row{margin:20px 0 3px 40px}.timeline-wrapper .row section{gap:.5em 0;width:100%;padding:20px}.row-1 section:before,.row-2 section:before,.row-3 section:before,.row-4 section:before,.row-5 section:before{left:-7.5px}.row section .details{text-transform:capitalize;justify-content:space-between;display:flex}.row p{font-size:.75em}.bottom a{text-transform:capitalize;color:var(--font-blk);background:#e9fffd;border-radius:5px;padding:8px 12px;font-size:.95em;font-weight:500;text-decoration:none}}.container{flex-flow:row;justify-content:space-evenly;align-items:center;gap:2em;width:100%;margin-top:2%;transition:all 1s ease-in;display:flex}@media screen and (width<=1100px){.container{padding:0 32px}}@media screen and (width<=501px){.container{padding:0 8px;transform:scale(.75)}}@media screen and (width<=900px){.container{gap:1em}}@media screen and (width<=365px){.container{transform:scale(.85)}}@media screen and (width>=1000px) and (height<=775px){.container{margin-top:.5%;transform:scale(.65)}}.container-segment{flex-direction:column;align-items:center;gap:1em;display:flex}@media screen and (width<=900px){.container-segment{gap:.7em}}.segment{gap:.7em;display:flex}@media screen and (width<=425px){.segment{gap:.3em}}.flip-card{color:#ff7a7a;flex-direction:column;display:inline-flex;position:relative;box-shadow:0 2px 3px #0003}.segment-title{text-align:left;text-transform:capitalize;margin-bottom:2.5%;font-size:3vh;font-weight:500}@media screen and (width<=900px){.segment-title{font-size:16px}}.top,.bottom,.flip-card .top-flip,.flip-card .bottom-flip{text-align:center;width:55px;height:.715em;padding:10px;font-size:48px;line-height:1;overflow:hidden}@media screen and (width<=900px){.top,.bottom,.flip-card .top-flip,.flip-card .bottom-flip{height:.82em;font-size:32px}}@media screen and (width<=425px){.top,.bottom,.flip-card .top-flip,.flip-card .bottom-flip{width:35px;font-size:20px}}.top,.flip-card .top-flip{background-color:#f7f7f7;border-bottom:.1px solid #0000000d;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.bottom,.flip-card .bottom-flip{background-color:#fff;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem;justify-content:center;align-items:flex-end;display:flex}.flip-card .top-flip{transform-origin:bottom;width:100%;animation:.25s ease-in flip-top;position:absolute}@keyframes flip-top{to{transform:rotateX(90deg)}}.flip-card .bottom-flip{transform-origin:top;width:100%;animation:.25s ease-out .25s flip-bottom;position:absolute;bottom:0;overflow:hidden;transform:rotateX(90deg)}@keyframes flip-bottom{to{transform:rotateX(0)}}.scroll-down{text-align:center;color:#cbcbcb;z-index:1;flex-direction:column;justify-content:center;align-items:center;width:100%;font-size:1.1em;font-weight:400;display:flex;position:absolute;bottom:4rem;left:50%;transform:translate(-50%)scale(.75)}.scroll-down a,.scroll-down a:visited{color:#cbcbcb}@media screen and (width>=1000px) and (height<=775px){.scroll-down{bottom:0;transform:translate(-50%)scale(.6)}}@media screen and (height<=900px){.scroll-down{bottom:4rem}}@media screen and (width>=1000px) and (height<=650px){.scroll-down p{display:none}}.mouse{border:2px solid #cbcbcb;border-radius:60px;width:40px;height:65px;margin-top:1%;position:relative}.mouse:before{content:"";opacity:1;background-color:#cbcbcb;border-radius:50%;width:10px;height:10px;animation:2s infinite wheel;position:absolute;top:10px;left:50%;transform:translate(-50%)}@media screen and (width<=768px){.mouse{transform:scale(.75)}}@keyframes wheel{to{opacity:0;top:50px}}.footer-wrapper{background-color:#0f0e13;padding:50px 5.5%}.about-us-wrapper{display:none}.footer-ecell-logo{width:170px}.footer-about-text{text-align:justify;color:#9896a2;font-family:Poppins;font-size:.82rem;font-style:normal;font-weight:400}.footer-container{flex-wrap:wrap;justify-content:space-between;gap:40px;margin-bottom:2rem;display:flex}.footer-heading{text-transform:capitalize;color:#fff;margin-bottom:1.5rem;font-family:Poppins;font-size:1.375rem;font-style:normal;font-weight:700}.contact-follow-wrapper{flex-direction:column;gap:24px;display:flex}.contact-us-wrapper,.quick-links-wrapper,.emails-list-wrapper,.links-wrapper{flex-direction:column;display:flex}.links-wrapper,.emails-list-wrapper{gap:20px}.links-wrapper{justify-content:space-between;height:100%}.quick-link,.quick-link:visited{color:#ffffffb3;letter-spacing:.5px;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400}.quick-link:hover{color:#fffc}.email-link,.email-link:visited{color:#ffffffbf;gap:14px;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;display:flex}.email-link:hover i,.email-link:hover a{color:#ffffffe6}.follow-us-wrapper{flex-direction:column;display:flex}.icon-list-wrapper{gap:24px;display:flex}.social-media-cont{border:.5px solid #ffffffbf;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:15px;display:flex}.social-media-cont i{color:#ffffffbf;font-size:18px}.social-media-cont:nth-of-type(2) i,.social-media-cont:nth-of-type(3) i{font-size:20px}.social-media-cont:hover{border:1px solid #fff}.social-media-cont:hover i{color:#fff}.address-wrapper{flex-direction:column;display:flex}.contact-map iframe{border-radius:10px;height:175px}.address-link{text-align:justify;color:#ffffffbf;gap:13px;margin-top:1rem;font-family:Poppins;font-size:10px;font-style:normal;font-weight:400;display:flex}.address-link i{font-size:20px}.address-link p{margin-bottom:0;font-size:12px}.copyright-wrapper{flex-direction:column;align-items:center;display:flex}.footer-rule{border:1px solid #3b3944;width:100%}.copyright-text{text-transform:capitalize;color:#888499;mix-blend-mode:normal;opacity:.75;font-family:Poppins;font-size:10px;font-style:normal;font-weight:400}@media screen and (width>=1200px){.about-us-wrapper{flex-direction:column;justify-content:space-evenly;align-items:center;gap:1.563rem;max-width:15.75rem;display:flex}}@media screen and (width>=500px){.address-wrapper,.contact-map iframe{max-width:19rem}}hr{color:inherit;opacity:.25;background-color:currentColor;border:0;margin:1rem 0}.pattern-right{z-index:0;width:9.375rem;height:auto;position:absolute;top:-4.69rem;left:4.69rem}@media screen and (width<=900px){.pattern-right{width:4.69rem;top:-2.31rem;left:1.9rem}}.pattern-left{z-index:0;width:59.75rem;height:auto;position:absolute;bottom:-43.75rem;right:-30%}@media screen and (width<=1200px){.pattern-left{width:45rem;bottom:-31.25rem;right:-40%}}@media screen and (width<=850px){.pattern-left{width:32rem;bottom:-22rem;right:-25%}}@media screen and (width<=450px){.pattern-left{right:-55%}}.sponsor-title{text-transform:uppercase;font-size:1.8rem}.sponsor-card{text-align:center;margin-block:1rem}.food-partner,.sponsor-img{width:10rem;height:auto}@media screen and (width<=425px){.food-partner,.sponsor-img{width:7.5rem}}.rcf-logo{width:8rem;height:10rem}@media screen and (width<=425px){.rcf-logo{width:6rem;height:8rem}}.sponsor-img-container{flex-flow:wrap;justify-content:space-evenly;align-items:center;display:flex}@media screen and (width<=450px){.sponsor-img-container{gap:2rem}}.sponsor-img-container .sponsor-img{width:12rem}@media screen and (width<=450px){.sponsor-img-container .sponsor-img{width:9rem}}.food-partner{padding-block:2rem}.xhair-logo{width:auto;height:9.2rem}@media screen and (width<=450px){.xhair-logo{height:6.2rem}}.Gallery h1{color:var(--font-blk)}.gallery{flex-wrap:wrap;margin-top:5%;display:flex}.gallery-item{cursor:pointer;flex:12.5rem;max-width:530px;max-height:300px;margin:.5em;position:relative;overflow:hidden}.gallery-item.item-2x3{flex-basis:8.325rem}.gallery-item.item-3x4{flex-basis:9.375rem}.gallery-item.item-1x1{flex-basis:12.5rem}.gallery-item.item-4x3{flex-basis:16.6625rem}.gallery-item.item-3x2{flex-basis:18.75rem}.gallery-item.item-8x5{flex-basis:20rem}.gallery-item.item-2x1{flex-basis:25rem}.gallery-item:after{content:"";opacity:0;background-color:#0006;background-image:url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 13.75C4.5 8.64137 8.64137 4.5 13.75 4.5C18.8586 4.5 23 8.64137 23 13.75C23 18.8586 18.8586 23 13.75 23C8.64137 23 4.5 18.8586 4.5 13.75ZM13.75 0C6.15609 0 0 6.15609 0 13.75C0 21.3439 6.15609 27.5 13.75 27.5C16.3774 27.5 18.8327 26.7631 20.9205 25.4846L30.4906 35.0547C31.7509 36.3151 33.7944 36.3151 35.0547 35.0547C36.3151 33.7944 36.3151 31.7509 35.0547 30.4906L25.4846 20.9205C26.7631 18.8327 27.5 16.3774 27.5 13.75C27.5 6.15609 21.3439 0 13.75 0Z' fill='white'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1.85rem;transition:opacity .25s;position:absolute;inset:0}.gallery-item:hover .thumb{transform:scale(1.05)}@media (hover:hover){.gallery-item:hover:after{opacity:1}.gallery-item:hover .caption{transform:translateY(0)}}.gallery-item .thumb{object-fit:cover;min-height:unset;text-align:center;background-color:#333;width:100%;height:100%;transition:filter .5s,transform .5s;display:inline-block}.ie-fix .gallery-item .thumb{width:auto}.gallery-item .placeholder{filter:blur(20px)}.lightbox-wrapper{z-index:9999;background-color:#2e2e35;display:none;position:fixed;inset:0}.lightbox{color:#fff;flex-direction:column;height:100%;display:flex}.lightbox .lightbox-header{text-align:center;background-color:#0000004d;flex-shrink:0;justify-content:space-between;align-items:center;padding:1em;font-weight:600;display:flex}.lightbox .lightbox-header>*{opacity:.75}.lightbox .lightbox-close{background:0 0;border:none;justify-content:center;align-items:center;width:1.85rem;height:1.85rem;padding:0;display:flex;position:relative}.lightbox .lightbox-close:before,.lightbox .lightbox-close:after{content:"";background-color:#fff;width:80%;height:4px;position:absolute}.lightbox .lightbox-close:before{transform:rotate(-45deg)}.lightbox .lightbox-close:after{transform:rotate(45deg)}.lightbox .lightbox-close:hover{opacity:-3}.lightbox .lightbox-slides-wrapper{flex-grow:1;display:flex;position:relative;overflow:hidden}.lightbox .lightbox-arrow{opacity:.75;cursor:pointer;filter:drop-shadow(0 0 7px #000);background-position:50%;background-repeat:no-repeat;background-size:1.5em;width:4rem;height:4rem;padding:.5rem;position:absolute;top:50%}.lightbox .lightbox-arrow:hover{opacity:1}.lightbox .lightbox-arrow.arrow-left{background-image:url("data:image/svg+xml,%3Csvg width='32' height='53' viewBox='0 0 32 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 26.5L27.3171 0L32 4.54286L9.36585 26.5L32 48.4571L27.3171 53L0 26.5Z' fill='white'/%3E%3C/svg%3E");left:0}.lightbox .lightbox-arrow.arrow-right{background-image:url("data:image/svg+xml,%3Csvg width='32' height='53' viewBox='0 0 32 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32 26.5L4.68293 53L0 48.4571L22.6341 26.5L3.83911e-06 4.54286L4.68293 0L32 26.5Z' fill='white'/%3E%3C/svg%3E");right:0}.lightbox .lightbox-slide{flex-grow:1;justify-content:center;align-items:center;transition:all;display:flex;position:absolute;inset:0}.lightbox .lightbox-slide[data-state=prev]{opacity:0;transform:translate(-100%)}.lightbox .lightbox-slide[data-state=next]{opacity:0;transform:translate(100%)}.lightbox .lightbox-image{max-width:100%;max-height:100%;display:none}.lightbox .spinner{display:none}:root{--background-color:#f7f7f7;--font-blk:#292f36;--font-blk-gray:#292f3699;--font-white:#fff;--transition-nav:.3s linear;--border:#dadce0 solid 1px;--box-shadow:1.5px 3.4px 3.6px -46px #00000003,4.1px 9.3px 9.9px -46px #00000007,9.9px 22.3px 23.8px -46px #0000000c,33px 74px 79px -46px #00000014}main{width:100%;height:100%}h1{color:var(--font-blk);font-size:2.5rem}[data-counter-title]{text-transform:capitalize}section{width:100%;padding:4.375rem 6.25rem;position:relative}section:first-of-type{background-color:#fff;height:100vh}section:nth-of-type(2){background-color:#eefafc;height:calc(50vh - 10%)}section:nth-of-type(2) p{color:var(--font-blk-gray);margin-top:2%;font-size:1.1rem}section:nth-of-type(3){background-color:#f8fafd;height:auto;padding:0}section:nth-of-type(3) h1{padding:0 6.25rem;padding-top:4.0625rem}section:nth-of-type(4){background-color:#fff;height:auto;padding-block:4.375rem;padding-inline:6.25rem;position:relative;overflow:hidden}@media screen and (width<=1100px){section:nth-of-type(4){padding-block:3.125rem;padding-inline:2rem}}@media screen and (width<=430px){section:nth-of-type(4){padding-block:2.1875rem;padding-inline:1rem}}section:nth-of-type(5){height:auto}.home-wrapper{z-index:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.counter-wrapper{text-align:center;width:100%;height:auto;margin-block:1.5625rem}.counter-wrapper h2{font-size:5vh}.counter-wrapper h2 span{-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent;background-color:#f3ec78;background-image:linear-gradient(90deg,#f31ee9 0%,#8a02fd 30%,#5003ff 60%,#107bff 90%,#07efff 100%);background-size:100%;-webkit-background-clip:text;-moz-background-clip:text}@media screen and (width>=901px) and (width<=1100px){.counter-wrapper{width:75vw}}@media screen and (width<=1100px){.counter-wrapper{width:100vw}}.home-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-wrapper{justify-content:center;align-items:center;width:100%;display:flex}.hero-img{object-fit:contain;z-index:1;width:50rem;height:auto}@media screen and (width>=1000px) and (height<=775px){.hero-img{width:30rem;display:block}}.incentives-wrapper{padding:0 6.25rem;justify-content:space-between;align-items:flex-start;gap:0 1.5em;width:100%;height:auto;margin-top:2.5%;padding-bottom:6.25rem;display:flex}.cards{width:20.3125rem;height:17.19rem}.cards:first-of-type{width:20.44rem}.cards:nth-of-type(3) .card-img-cont,.cards:nth-of-type(4) .card-img-cont{width:13.125rem}.card-img-cont{object-fit:contain;width:9.375rem;height:9.375rem}.cards-details{margin-top:1rem}.cards-details h4{font-size:1.2em}.cards-details p{color:#292f3680;text-align:justify;margin-top:.15625rem;font-size:1em}@media screen and (width<=900px){.cards-details{font-size:.9em}}@media screen and (width<=1100px){h1{color:var(--font-blk);font-size:2.1rem}section{width:100%;padding:4.0625rem 2rem}section:nth-of-type(2) p{text-align:justify;margin-top:5%;font-size:1rem}.cards{width:18.75rem;height:18.75rem}section:nth-of-type(3){height:calc(100vh + 50%)}section:nth-of-type(3) h1{padding:4.0625rem 2rem 0}section:nth-of-type(5){height:auto}.incentives-wrapper{flex-wrap:wrap;justify-content:space-between;align-items:baseline;width:100%;padding:0 2rem 3.125rem;display:flex}.hero-img{z-index:1;object-fit:contain;width:27rem}.incentives-wrapper{gap:0;margin-top:3.75rem}.card-img-cont{width:9.375rem;height:9.375rem}}@media screen and (width>=395px) and (width<=501px){.hero-img{z-index:1;width:21rem}h1{color:var(--font-blk);font-size:2.3rem}.cards{width:100%;height:20.3125rem}.nav-header{padding:.15625rem 1rem}section:nth-of-type(2){height:calc(55vh + 10%)}section:nth-of-type(3){height:calc(105vh + 12.5%)}}@media screen and (width<=392px){h1{color:var(--font-blk);font-size:2.3rem}.cards{width:100%;height:20.31rem}.nav-header{padding:.15625rem 1rem}section:nth-of-type(2){height:calc(70vh + 7.5%)}section:nth-of-type(3){height:calc(130vh + 7.5%)}.hero-img{z-index:1;width:18.5rem}}
/*# sourceMappingURL=index.feefed41.css.map */
