@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}*,::after,::before{box-sizing:border-box}blockquote,body,dd,dl,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,legend,ol,p,pre,ul{margin:0;padding:0}ol,ul{list-style:none;padding-left:0;text-decoration:none}a{text-decoration:none;color:inherit;outline:0}canvas,img,picture,svg,video{display:block;max-width:100%;pointer-events:none}img{border-style:none;-o-object-fit:cover;object-fit:cover;width:100%}button,input,select,textarea{font:inherit;background:0 0;border:none;outline:0}button,input[type=submit]{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{line-height:1.5}a[disabled]{cursor:default;pointer-events:none}b,strong{font-weight:700}em,i{font-style:italic}body{position:relative;font-family:Lato,sans-serif;font-weight:400;font-style:normal;color:#4e4e4e;background-color:#f5f5f5;animation:fadeIn .8s ease forwards}.container{max-width:1200px;padding:30px;margin:0 auto}@media (max-width:992px){.container{padding:25px}}@media (max-width:576px){.container{padding:20px}}.logo{display:flex;align-items:center;gap:1em}.logo img{height:40px;width:auto;margin-bottom:10px;padding-top:5px}.logo p{font-weight:700;font-size:1.5rem}i{font-size:2em;color:#ffc107}section{padding:2rem 0;background-color:#f5f5f5}@media (max-width:768px){section{padding:1.5rem 0}}@media (max-width:576px){section{padding:1rem 0}}.title-main{font-weight:600;font-family:Montserrat,sans-serif;text-align:center;text-transform:uppercase;margin-bottom:35px;font-size:2.5rem}@media (max-width:992px){.title-main{font-size:2rem}}@media (max-width:576px){.title-main{font-size:1.5rem}}@media (max-width:576px){.title-main{margin-bottom:15px}}.thanks-wrapper{max-width:1000px;margin:0 auto;padding:25px;animation:slideUp .6s ease forwards;text-align:center}@media (max-width:768px){.thanks-wrapper{padding:20px}}@media (max-width:576px){.thanks-wrapper{padding:15px}}.thanks .button{margin:2rem 0 auto;padding:1rem 3rem}.thanks-title{font-family:Montserrat,sans-serif;font-size:2.5rem;margin-bottom:1rem;font-size:2.5rem}@media (max-width:992px){.thanks-title{font-size:2rem}}@media (max-width:576px){.thanks-title{font-size:1.5rem}}.thanks-paragraph{margin-bottom:1rem;margin:0 auto;color:#3a3a3a}.thanks-text{font-size:1.5rem;color:#3a3a3a;margin-bottom:2rem;font-size:1.5rem}@media (max-width:992px){.thanks-text{font-size:1.25rem}}@media (max-width:576px){.thanks-text{font-size:1rem}}.thanks-image{margin-bottom:2rem}.thanks-image img{height:150px;border-radius:10px;box-shadow:0 5px 10px rgba(0,0,0,.2);transition:transform .3s ease}.thanks-image img:hover{transform:scale(1.05)}.services-full-img{width:100%;height:100%}.services-full-content{padding:1rem}.services-full-list{display:flex;flex-direction:column;gap:1rem;justify-content:space-between;align-items:center}.services-full-list-item h3{font-weight:700}.services-full-list-item p{display:block}.services-full-list-item span{color:#63b1ff}.button{display:inline-block;padding:1rem 1.5rem;border-radius:2rem;cursor:pointer;outline:0;text-align:center;font-weight:600;background-color:#ffc107;color:#fff;transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}.button:hover{background-color:rgb(226.3,169.725,0)}.button:hover:hover{box-shadow:0 4px 12px rgba(0,0,0,.15)}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.header{background-color:#63b1ff;box-shadow:0 5px 10px rgba(0,0,0,.2);color:#fff;position:sticky;top:0;z-index:9999}.header .navbar{display:flex;justify-content:space-between;align-items:center;gap:10px;width:100%}.header .navbar .menu-list{display:flex;align-items:center;gap:2em}.header .navbar .menu-list a{position:relative;transition:color .3s ease}.header .navbar .menu-list a:hover{color:#fff}.header .navbar .menu-list a:hover::before{content:"";position:absolute;bottom:-5px;left:0;right:0;height:2px;border-radius:1px;background-color:#fff;transition:opacity .3s ease;opacity:1}.header .navbar .menu-list a::before{content:"";position:absolute;bottom:-5px;left:0;right:0;height:2px;border-radius:1px;background-color:#63b1ff;opacity:0;transition:opacity .3s ease}.header .navbar .burger{display:none;font-size:1rem;z-index:10;color:inherit;font-size:1.5rem;cursor:pointer;transition:color .3s ease}.header .navbar .burger:hover{color:#ccc}@media (max-width:768px){.header .navbar .burger{display:block}.header .navbar .menu-list{position:fixed;top:0;right:-100%;width:50%;height:100vh;background:#f4f1ed;flex-direction:column;align-items:center;justify-content:center;gap:2rem;transition:right .4s ease;padding:2rem 0}.header .navbar .menu-list.active{right:0}.header .navbar .menu-list a{font-size:2rem;color:#63b1ff}.header .navbar .menu-list a:hover{color:rgb(63.3,159.15,255)}}.hero-second{background-color:#4caf50;color:#4e4e4e}.hero-second-wrapper{padding:1rem;height:auto;width:60%;margin:0 auto;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem}.hero-second-title{font-size:3rem;color:#fff}.program img{height:200px;width:400px;border-radius:2rem;box-shadow:0 5px 10px rgba(0,0,0,.2);transition:transform .3s ease}.program img:hover{transform:scale(1.05)}.program-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(370px,1fr));gap:30px;margin-bottom:2rem}.program-content{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.program-content img{height:200px;width:200px;border-radius:2rem;box-shadow:0 5px 10px rgba(0,0,0,.2);transition:transform .3s ease}.program-content img:hover{transform:scale(1.05)}.program-list{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:5px;list-style:decimal inside}.program-cta{max-width:500px;margin:0 auto 1rem;text-align:center;font-size:1.5rem}.program-button{display:block;width:-moz-fit-content;width:fit-content;margin:0 auto}.blog-post{max-width:800px;margin:0 auto}.blog-post .blog-date{text-align:right}.blog-post img{height:200px;width:300px;border-radius:2rem;box-shadow:0 5px 10px rgba(0,0,0,.2);transition:transform .3s ease;margin-bottom:25px}.blog-post img:hover{transform:scale(1.05)}.post-intro{font-size:1.5rem;color:#3a3a3a;margin-bottom:24px}.post-content h3{font-family:Montserrat,sans-serif;margin-bottom:10px}.post-content p{margin-bottom:25px}.post-content img{width:700px;height:400px;margin-bottom:10px;-o-object-fit:cover;object-fit:cover}.banner-min{height:200px}.banner-min i{font-size:40px}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.about1{background-color:#63b1ff}.about1-wrapper{border-radius:2rem;box-shadow:0 5px 10px rgba(0,0,0,.2);padding:1rem;border:3px solid #fff;background:rgba(255,255,255,.35);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#fff;box-sizing:border-box;padding:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;height:100%}.about1 h3,.about1 p{padding:1rem 0}.about1 span{color:#63b1ff;font-weight:700;text-transform:uppercase}.about1-picture{display:flex;justify-content:center;align-items:center}.about1-picture img{width:500px;height:300px;border-radius:2rem;-o-object-fit:cover;object-fit:cover}@media (max-width:768px){.about1-picture img{width:100%;height:400px}}@media (max-width:576px){.about1-wrapper{gap:0;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.about1 p{font-size:.8rem}.about1 img{height:200px;width:100%}}.about2-group{display:flex;flex-direction:column;gap:1rem;width:60%}.about2-group h2{text-align:center;padding-top:2rem}.about2-text{margin-bottom:1rem}.about2 img{height:200px;width:auto;border-radius:2rem;box-shadow:0 5px 10px rgba(0,0,0,.2);transition:transform .3s ease}.about2 img:hover{transform:scale(1.05)}.about2-group p{color:#3a3a3a;margin-bottom:1rem}.about2-group h2{margin-bottom:1rem}.about2-content{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.about2-content img{height:200px;width:auto;border-radius:2rem;box-shadow:0 5px 10px rgba(0,0,0,.2);transition:transform .3s ease;height:400px}.about2-content img:hover{transform:scale(1.05)}.services1{background-color:#f5f5f5}.services1-img{padding:1rem;font-size:2rem;-o-object-fit:cover;object-fit:cover}.services1-img img{border-radius:2rem;height:250px;width:250px}.services1-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.services1-box{display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:2rem;box-shadow:0 5px 10px rgba(0,0,0,.2);padding:1rem;border:3px solid #fff;background:rgba(255,255,255,.35);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;background-color:#fff}.services1-box-content{padding:1rem}.services1-box:hover{transform:scale(1.05);box-shadow:0 30px 50px -10px rgba(152,151,151,.37)}@media (max-width:992px){.services1{grid-template-columns:repeat(auto-fit,minmax(500px,1fr))}}.services1-title{font-size:1.25rem;margin-bottom:2rem;font-family:Montserrat,sans-serif;min-width:300px;text-align:center}.services1-description{margin-bottom:2rem}.services1-description li{display:flex;align-items:center;margin-bottom:1rem;padding:0 2rem;position:relative}.services1-description li p{padding-left:3rem}.services1-description li i{position:absolute;text-align:center;display:block;width:2rem;height:1.5rem;font-size:1.5rem;color:#63b1ff}.services1 .button{display:block}.services1-text{text-align:center;font-size:1.5rem;margin-bottom:2rem}@media (max-width:576px){.services1-img img{height:200px;width:400px;border-radius:2rem;box-shadow:0 5px 10px rgba(0,0,0,.2);transition:transform .3s ease;margin-bottom:10px}.services1-img img:hover{transform:scale(1.05)}.services1-box{overflow:hidden;padding:1rem;transition:transform .3s ease,box-shadow .3s ease}.services1-box-content{padding:1rem}}.cta2{background-color:#ffc107;padding:2rem 0}.cta2-title{display:block;margin:0 auto 1rem auto;text-align:center}.cta2-image{width:300px}.cta2-image img{border-radius:2rem;height:300px}.cta2-text{border-bottom:1px solid #63b1ff;border-top:1px solid #63b1ff;padding:1rem 0;text-align:center}.cta2-wrapper{margin:0 auto;background-color:#fff;display:flex;max-width:700px;flex-direction:row;align-items:center;justify-content:center;gap:2rem;border-radius:2rem;padding:2rem}@media (max-width:768px){.cta2-wrapper{flex-direction:column}}.cta2 .button{margin:1rem auto;display:block;width:80%}.faq2{background-color:#4caf50}.faq2 h2{color:#fff}.faq2-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-items:center;gap:1rem}@media (max-width:1024px){.faq2-list{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}.faq2-box{display:flex;flex-direction:column;justify-content:center;align-items:center;justify-content:space-between;border-radius:2rem;box-shadow:0 5px 10px rgba(0,0,0,.2);padding:1rem;border:3px solid #fff;background:rgba(255,255,255,.35);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative;transition:box-shadow .3s ease;background-color:#fff;color:#4e4e4e}.faq2-box h3{margin-top:3rem;text-align:center;padding:1rem;border-bottom:1px solid #63b1ff}.faq2-box:hover{box-shadow:0 8px 20px rgba(0,0,0,.15)}.faq2-icons{position:absolute;place-items:center;font-size:1.5rem;z-index:-1;text-align:center}@media (max-width:576px){.faq2-icons{width:50px;height:50px;font-size:1.25rem}}.faq2-text{font-style:italic;padding:1rem}.contact2{background-color:#f5f5f5}.contact2 h2{text-align:center;padding:2rem}.contact2 .form-wrapper{display:flex;max-width:900px;margin:0 auto 1.25rem;padding:1rem;background-color:#fff;border-radius:2rem;box-shadow:0 5px 10px rgba(0,0,0,.2);justify-content:space-between}.contact2 .form-wrapper h3{font-size:2rem;font-weight:700;margin-bottom:1.25rem}.contact2 .form-wrapper .form{display:flex;flex-direction:column;align-items:flex-start;margin-left:1rem;gap:1rem}@media (max-width:992px){.contact2 .form-wrapper .form{flex-direction:column}}@media (max-width:576px){.contact2 .form-wrapper .form{margin-left:0}}.contact2 .form-wrapper .form-title{color:#faf7f2}.contact2 .form-wrapper .form-column{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:300px;margin:0 auto}.contact2 .form-wrapper .form label{display:block;font-size:1rem;margin-bottom:.375rem}.contact2 .form-wrapper .form input,.contact2 .form-wrapper .form select,.contact2 .form-wrapper .form textarea{width:100%;padding:1rem;margin-bottom:1rem;border-radius:2rem;box-shadow:0 5px 10px rgba(0,0,0,.2)}.contact2 .form-wrapper .form input[type=checkbox]{width:auto}.contact2 .form-wrapper .form textarea{resize:vertical}.contact2 .form-wrapper .form-checkbox{margin-bottom:1.25rem}.contact2 .form-wrapper .form-checkbox a{color:#63b1ff}.contact2 .form-wrapper .form-checkbox a:hover{text-decoration:underline}.contact2 .contact-cards{display:flex;flex-wrap:wrap;gap:1rem;flex-direction:column;justify-content:space-between;text-align:center;margin:0 auto 1.25rem}.contact2 .contact-cards .contact-card{flex:1;min-width:250px;padding:1rem;text-align:center;background-color:#fff;border-radius:2rem;box-shadow:0 5px 10px rgba(0,0,0,.2)}.contact2 .contact-cards .contact-card i{display:inline-block;font-size:2rem;margin-bottom:.75rem}.contact2 .contact-cards .contact-card h4{font-weight:600;margin-bottom:.375rem}@media (max-width:768px){.contact2 .form-wrapper{flex-direction:column}.contact2 .form-wrapper .form{margin:0 auto;align-items:center;justify-content:center}.contact2 .form-wrapper .form .button{margin:0 auto;display:block}.contact2 .form-wrapper .contact-cards{width:100%}.contact2 .form-wrapper .contact-cards .contact-card{min-width:100px}}.stats-list{gap:2rem;display:grid;height:70%;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.stats-list h3{margin-bottom:7px}@media (max-width:992px){.stats-list{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}@media (max-width:768px){.stats-list{grid-template-columns:repeat(auto-fit,minmax(500px,1fr))}}@media (max-width:576px){.stats-list{grid-template-columns:1fr}}.stats-item{display:flex;align-items:center;justify-content:center;flex-direction:column-reverse;border-radius:2rem;background-color:#63b1ff;color:#fff;text-align:center;padding:2rem}.stats-icon i{font-size:2rem;margin-top:1rem;color:#fff}.stats p{margin-bottom:0;border-top:1px solid #fff;border-bottom:1px solid #fff;padding:1rem 0}.achievements{background-color:#f5f5f5}.achievements .container{z-index:100;background-color:#fff;border-radius:2rem}.achievements-text{text-align:center;font-size:1.5rem;margin-bottom:2rem}.achievements-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}@media (max-width:768px){.achievements-list{grid-template-columns:1fr}}.achievements-list li{align-items:center;display:flex;flex-direction:row;justify-content:center;border-radius:2rem;box-shadow:0 5px 10px rgba(0,0,0,.2);padding:1rem;border:3px solid #fff;background:rgba(255,255,255,.35);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:background-color .3s ease;gap:2rem}.achievements-list li:hover{background:rgba(255,255,255,.55)}.achievements-list li i{font-size:2.5rem;align-items:center;color:#63b1ff}.achievements-list li p{text-align:center;width:150px}@media (max-width:768px){.achievements-list li p{width:40%}}.achievements-list li p span{color:#63b1ff;font-size:1.5rem;font-weight:700}.faq1-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));justify-items:center;gap:30px}.faq1-box{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;border-radius:2rem;box-shadow:0 5px 10px rgba(0,0,0,.2);padding:1rem;border:3px solid #fff;background:rgba(255,255,255,.35);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:box-shadow .3s ease}.faq1-box:hover{box-shadow:0 8px 20px rgba(0,0,0,.15)}.faq1-icons{display:grid;place-items:center;border-radius:50%;font-size:2rem;color:#f4f1ed}.faq1-text{font-style:italic;border-top:1px solid #3a3a3a;padding-top:1rem}@media (max-width:768px){.blog2-list{flex-direction:column}}.blog2-img{width:200px;height:200px;overflow:hidden;border-radius:2rem}.blog2-img img{-o-object-fit:contain;object-fit:contain}@media (max-width:768px){.blog2-img img{margin:0}}@media (max-width:576px){.blog2-img img{margin:0}}.blog2-date{text-align:right}.blog2-list{gap:24px;margin:0 auto;display:flex;justify-content:center;align-items:center}.blog2-box{gap:1rem;max-width:550px;display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:2rem;box-shadow:0 5px 10px rgba(0,0,0,.2);padding:1rem;border:3px solid #fff;background:rgba(255,255,255,.35);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;margin-bottom:20px;align-items:center;justify-content:center;background-color:#fff}@media (max-width:992px){.blog2-box{display:flex;flex-direction:column;justify-content:center;align-items:center}}.blog2-box-content{justify-content:flex-end}.blog2-box:hover{transform:scale(1.05);box-shadow:0 30px 50px -10px rgba(152,151,151,.37)}.blog2-title{font-size:1.25rem;margin-bottom:12px;max-width:250px;font-family:Montserrat,sans-serif}.blog2-description{margin-bottom:2rem;color:#3a3a3a;max-width:250px}.blog2 .button{display:block;margin:0 0 0 auto;width:200px}.blog2-text{text-align:center;font-size:1.5rem;margin-bottom:2rem}.reviews1{text-align:center}.reviews1-date{font-size:14px;color:#3a3a3a;display:block}.reviews1-header{text-align:center}.reviews1-title{font-size:2rem;text-transform:uppercase}.reviews1-subtitle{font-size:1.5rem;color:#3a3a3a}.reviews1 .container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}@media (max-width:768px){.reviews1 .container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.reviews1-card{display:flex;flex-direction:column;flex:1;justify-content:space-around;height:auto;padding:2rem;border-radius:2rem;box-shadow:0 5px 10px rgba(0,0,0,.2);background-color:#fff}.reviews1-card-header{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;text-align:center}.reviews1-card-header i{color:#63b1ff;font-size:2rem}.reviews1-card-header span{font-size:1rem;color:#3a3a3a}.reviews1-text{padding:10px;font-style:italic}.reviews1-text::after,.reviews1-text::before{content:"„";font-weight:700;font-style:normal}.hero1-wrapper{color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem;border-radius:2rem;box-shadow:0 5px 10px rgba(0,0,0,.2);padding:1rem;border:3px solid #fff;background:rgba(255,255,255,.35);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:fadeIn 1s ease forwards;background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(../img/hero.webp) no-repeat center center/cover}.hero1-title{font-family:Montserrat,sans-serif;font-weight:700;font-size:4rem;margin-bottom:3rem;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.6)}@media (max-width:767px){.hero1-title{font-size:3rem}}@media (max-width:767px) and (max-width:576px){.hero1-title{font-size:2rem}}.hero1-subtitle{display:block;font-weight:500;font-size:2rem;text-align:center;margin-bottom:20px}@media (max-width:767px){.hero1-subtitle{font-size:1.5rem}}.hero1 .button{margin-top:2rem;padding:1rem 2rem;font-size:1.5rem}.hero-text{display:flex;flex-direction:column;background-color:#f9f5ef;border-radius:2rem 0 0 2rem;justify-content:space-between;padding:2rem}@media (max-width:768px){.hero-text{padding:2rem}}.hero-bg{display:flex;border-radius:2rem;box-shadow:0 5px 10px rgba(0,0,0,.2);min-width:200px}.hero-wrapper{color:#fff;height:auto;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;border-radius:2rem;box-shadow:0 5px 10px rgba(0,0,0,.2);padding:1rem;border:3px solid #fff;background:rgba(255,255,255,.35);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:fadeIn 1s ease forwards;background:url(../img/hero.webp);background-size:contain;background-position:center;background-repeat:no-repeat;border-radius:2rem 0 0 2rem}.hero-title{color:#63b1ff;font-family:Montserrat,sans-serif;font-weight:700;font-size:2.5rem;margin-bottom:2rem}.hero-subtitle{display:block;font-weight:500;font-size:1.25rem;margin-bottom:20px}.hero .button{margin:0 auto}@media (max-width:768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.25rem}.hero .button{font-size:1.5rem;margin:0}.hero-bg{flex-wrap:wrap;flex-direction:column-reverse}.hero-wrapper{width:100%;height:300px;border-radius:2rem}}.herocon-bg{display:flex;min-width:300px;background-color:#fff;border-radius:2rem;box-shadow:0 5px 10px rgba(0,0,0,.2)}@media (max-width:768px){.herocon-bg{flex-direction:column}}.herocon-text{display:flex;flex-direction:column;justify-content:space-between;padding:2rem;margin-right:1rem;background:url(../img/hero.webp);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:2rem 0 0 2rem}.herocon-title{color:#63b1ff;font-family:Montserrat,sans-serif;font-weight:700;font-size:3rem;margin-bottom:2rem}@media (max-width:768px){.herocon-title{font-size:2rem}}.herocon-subtitle{display:block;font-weight:500;font-size:1.5rem;margin-bottom:1.25rem}@media (max-width:768px){.herocon-subtitle{font-size:1.25rem}}.herocon-form form{display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:2rem;box-shadow:0 5px 10px rgba(0,0,0,.2);padding:1rem;border:3px solid #fff;background:rgba(255,255,255,.35);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:fadeIn 1s ease forwards;width:350px;padding:2rem;gap:1rem;border-radius:0 2rem 2rem 0}@media (max-width:768px){.herocon-form form{width:auto;border-radius:0}}.herocon-form form ul li{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.herocon-form form ul li i{font-size:1.5rem}.herocon-form form input{border:1px solid #3a3a3a;padding:.5rem 1rem;width:95%;border-radius:2rem;background-color:#eceff4}.herocon-form form input:focus{outline:0;border-color:#63b1ff}.herocon-form form input[type=checkbox]{width:auto}.herocon .button{margin:0 auto}@media (max-width:768px){.herocon .button{margin:0;font-size:1rem}}@media (max-width:768px){.herocon-wrapper{height:300px;border-radius:2rem}}.footer{background-color:#63b1ff;color:#fff;padding:2rem 0;opacity:0;transform:translateY(20px);animation:fadeInUp 1s ease forwards;animation-delay:.3s}.footer a{color:#fff;transition:color .3s ease,transform .3s ease,-webkit-text-decoration .3s ease;transition:color .3s ease,text-decoration .3s ease,transform .3s ease;transition:color .3s ease,text-decoration .3s ease,transform .3s ease,-webkit-text-decoration .3s ease}.footer a:hover{text-decoration:underline;color:#fff;transform:scale(1.05)}.footer-bottom{display:flex;flex-wrap:wrap;justify-content:center;gap:25px;padding-top:50px;border-top:1px solid rgba(255,255,255,.4);margin-top:50px}.footer-container{display:flex;flex-wrap:wrap;-moz-column-gap:20px;column-gap:20px;row-gap:35px}.footer-column{flex:1;min-width:200px}.footer-column-title{text-transform:uppercase;font-size:1.25rem;font-weight:700;margin-bottom:20px;color:#fff}.footer-column ul li+li{margin-top:10px}.footer-column .footer-contact li{display:flex;gap:1em;align-items:center}.footer-column .footer-contact li i{color:#fff}.footer-column .footer-contact li span{font-size:.7rem;flex-shrink:0}.footer .logo{display:flex;justify-content:center;align-items:center;margin-bottom:20px}@media (max-width:768px){.footer{padding:30px 0 30px;text-align:center}}@media (max-width:576px){.footer{padding:30px}.footer-contact{padding:0}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#fff;border:1px solid #ccc;box-shadow:0 6px 20px rgba(0,0,0,.15);margin:auto;z-index:9999;display:none}.cookie-banner .cookie-container{display:flex;align-items:center;flex-wrap:wrap;gap:2rem}.cookie-banner .cookie-content{min-width:300px;flex:1;display:flex;flex-direction:column;align-items:flex-start}.cookie-banner .cookie-content h3{margin-bottom:.5rem;font-weight:600;font-family:Montserrat,sans-serif}.cookie-banner .cookie-content p{line-height:1.5;margin-bottom:1rem;color:#3a3a3a}.cookie-banner .cookie-content p a{color:#63b1ff;transition:-webkit-text-decoration .3s ease;transition:text-decoration .3s ease;transition:text-decoration .3s ease,-webkit-text-decoration .3s ease}.cookie-banner .cookie-content p a:hover{text-decoration:underline}.cookie-banner .cookie-buttons{display:flex;align-items:center;gap:1rem}.cookie-banner .cookie-buttons button{min-width:120px;cursor:pointer;border:none;padding:.7rem 1rem;border-radius:.6rem;background-color:#63b1ff;color:#fff;font-weight:600;transition:background-color .3s ease}.cookie-banner .cookie-buttons button:hover{background-color:rgb(48,151.5,255)}.privacy .container{max-width:1000px}.privacy p{border-bottom:1px solid #4e4e4e;padding:1rem}.privacy h4{margin-bottom:.4rem;font-weight:600;font-size:1.5rem;margin-top:1rem}.privacy-paragraph{margin-bottom:.5rem;margin-left:1rem}.privacy-list{margin-bottom:1rem;margin-left:1rem;list-style-position:inside!important;padding-left:1em;list-style:disc}.privacy .section-title{font-size:2rem;text-align:center;font-weight:600;margin-bottom:2rem}.privacy a{color:#63b1ff}.privacy a:hover{text-decoration:underline}