a{text-decoration:none}:root{--menuItem-left:0;--menuItem-width:13.9%}.nav{position:fixed;top:0;width:100%;z-index:10;font-family:RobotoCondensed,sans-serif;background-color:rgba(25,25,30,.7)}.nav__logo-lang{margin:1rem 2rem 0;display:flex;justify-content:space-between;align-items:center}.nav__logo-lang a{cursor:pointer}.nav__logo-box{font-size:4rem;font-family:RobotoCondensed,sans-serif;font-weight:700}.nav__logo-box img{width:78px;height:auto;aspect-ratio:17/9;filter:invert(1);transition:filter .4s}.nav__lang-box,.nav__mobile-closeMenu-box,.nav__mobile-menuBtn-box{cursor:pointer;transition:background-color .4s}.nav__lang-box svg,.nav__mobile-closeMenu-box svg,.nav__mobile-menuBtn-box svg{width:30px;height:30px;stroke:#fdfbfa;transition:stroke .4s}.nav__lang-box button,.nav__mobile-closeMenu-box button,.nav__mobile-menuBtn-box button{padding:.4rem;max-height:38px;background-color:transparent;border-radius:.8rem;border:none;cursor:pointer}.nav__lang-box button:hover,.nav__mobile-closeMenu-box button:hover,.nav__mobile-menuBtn-box button:hover{background-color:#19191e}.nav__lang-box button:hover svg,.nav__mobile-closeMenu-box button:hover svg,.nav__mobile-menuBtn-box button:hover svg{stroke:#edb81c}.nav__lang-btn .lang-open-btn{display:block}.nav__lang-btn .lang-close-btn{display:none}.nav__lang-box{display:flex;justify-content:center;align-items:center;max-width:72px;width:100%}.nav__mobile-menu-btn{display:none;border:none;padding:.4rem}.nav__mobile-closeMenu-box{display:none}.nav__menu{padding:1rem 0;transform:translate(0);transition:transform .4s;max-width:600px}.nav__menu-item,.nav__menu-items{display:flex}.nav__menu-items{position:relative;margin-left:5rem;justify-content:space-between;max-width:550px;list-style:none}.nav__menu-item{align-self:stretch;text-transform:uppercase;cursor:pointer}.nav__menu-item a{position:relative;padding:1rem 1.6rem;font-size:1.6rem;font-weight:700;color:#edb81c;border-radius:.8rem;background-color:transparent;z-index:0}.nav__menu-item:before{position:absolute;top:0;left:var(--menuItem-left);height:100%;width:var(--menuItem-width);background-color:rgba(25,25,30,.8);border-radius:.6rem;z-index:-5;content:"";transition:all .4s}.nav__lang-container{position:absolute;top:6rem;right:.2rem;transform:translateX(200%);opacity:0;transition:transform .4s,opacity .4s;z-index:60}.nav__lang-container-list{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.nav__lang-container-list button{margin:.1rem 0;padding:1.2rem 6rem;font-size:3rem;background-color:rgba(25,25,30,.8);border-radius:.5rem;border:none;cursor:pointer;transform:scale(1);transition:transform .4s}.nav__lang-container-list button:hover{transform:scale(1.05)}.nav.show .nav__lang-btn .lang-open-btn{display:none}.nav.show .nav__lang-btn .lang-close-btn{display:block}.nav.show .nav__lang-container{opacity:1;transform:translateX(0)}.nav.background{background-color:rgba(25,25,30,.9)}.nav.background .nav__logo-box img{filter:invert(1)}.nav.background .nav__menu{transform:translate(60px,-55px)}.nav.background .nav__lang-box,.nav.background .nav__lang-box button,.nav.background .nav__menu-items,.nav.background .nav__menu-items button,.nav.background .nav__mobile-menu-btn,.nav.background .nav__mobile-menu-btn button{background-color:transparent}.nav.background .nav__menu-item a{color:#fdfbfa}.nav.background .nav__menu-item:before{background-color:#edb81c}.nav.background .nav__lang-container{top:7.1rem}.nav.background .nav-wrapper{max-height:60px}.nav__mobile-menu{display:none}@media (max-width:992px){.nav__menu-items{max-width:500px}.nav__menu-item a{font-size:1.4rem}}@media (max-width:769px){.nav__mobile-menu-btn{display:block}.nav__menu{display:none}.nav__mobile-menu{position:absolute;top:6.2rem;left:0;display:flex;justify-content:center;width:100%;height:calc(100vh - 72px);background-color:hsla(20,43%,99%,.96);opacity:0;transform:scale(0);pointer-events:none;z-index:10;transition:opacity .4s,transform .4s}.nav__mobile-menu-items{padding:10rem 0 15rem;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;height:calc(100% - 72px);list-style:none}.nav__mobile-menu-item{text-transform:uppercase;cursor:pointer}.nav__mobile-menu-item a{position:relative;padding:1rem 1.6rem;font-size:1.8rem;font-weight:700;color:#19191e;border-radius:.8rem;background-color:transparent;z-index:0}.nav__lang-container-list button{margin:.1rem 0;padding:.8rem 4rem}.nav.mobileMenu .nav__mobile-menu{opacity:1;transform:scale(1);pointer-events:all}.nav.mobileMenu .nav__mobile-closeMenu-box{display:block}.nav.mobileMenu .nav__mobile-menuBtn-box{display:none}}.footer__container,.footer__foot,.footer__menu,.footer__menu-items,.footer__menu-socials{display:flex}.footer__container{flex-direction:column}.footer__menu{padding:3rem 10rem;justify-content:flex-end;align-items:center}.footer__menu-items{max-width:600px}.footer__menu-item{margin:0 .1rem;padding:.5rem 2rem;position:relative;font-size:1.8rem;color:#19191e;border-radius:.4rem;border:.1rem solid transparent;transform:scale(1);cursor:pointer;transition:transform .4s,border .4s}.footer__menu-item:hover{transform:scale(.9);border:.1rem solid #19191e}.footer__menu-socials{flex-basis:30%;flex-direction:row;justify-content:flex-end;align-items:center}.footer__menu-socials a{margin:.6rem;padding:.6rem;display:block;background-color:#6252ac;border-radius:.6rem;border:.1rem solid transparent;transition:border .4s,background-color .4s}.footer__menu-socials a:hover{background-color:#fdfbfa;border:.1rem solid #19191e}.footer__menu-socials a:hover svg{stroke:#19191e}.footer__menu-socials svg{height:28px;width:28px;stroke:#fdfbfa;transition:stroke .4s}.footer__foot{padding:1rem 0;justify-content:center;align-items:center;font-size:1.2rem;border-top:.2rem solid #19191e}.footer__foot a{color:#6252ac}@media (max-width:1280px){.footer__menu{padding:3rem 2rem}}@media (max-width:992px){.footer__menu{justify-content:center}.footer__menu-socials{flex-basis:20%}.footer__menu-socials svg{width:20px;height:20px}}@media (max-width:769px){.footer__menu{padding:2rem 0;flex-direction:column}.footer__menu-item{font-size:1.8rem}.footer__menu-socials{margin-top:1rem;align-self:flex-end}}@media (max-width:600px){.footer__menu{flex-direction:row;justify-content:center}.footer__menu-items{flex-direction:column;align-items:flex-start}.footer__menu-items,.footer__menu-socials{width:50%}.footer__menu-socials{align-self:center}}@media (max-width:481px){.footer__menu-item{font-size:1.4rem}}@font-face{font-family:RobotoCondensed;src:url(../../fonts/Roboto_Condensed/static/RobotoCondensed-Black.ttf);font-weight:1000;font-style:normal;font-display:swap}@font-face{font-family:RobotoCondensed;src:url(../../fonts/Roboto_Condensed/static/RobotoCondensed-Bold.ttf);font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:RobotoCondensed;src:url(../../fonts/Roboto_Condensed/static/RobotoCondensed-Regular.ttf);font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:RobotoCondensed;src:url(../../fonts/Roboto_Condensed/static/RobotoCondensed-Thin.ttf);font-weight:100;font-style:normal;font-display:swap}.nav-wrapper{max-width:1590px;width:100%;margin:0 auto}.privacy-en,.privacy-pl{display:none}.privacypolicy{padding:0 2rem}.privacypolicy__head,.privacypolicy__title{display:flex}.privacypolicy__head{margin:2rem 0;flex-direction:column}.privacypolicy__head img{margin-left:10rem;width:100px;height:auto}.privacypolicy__title{padding:2rem 0;justify-content:center;width:100%}.privacypolicy__title h1{font-size:4rem;text-transform:uppercase;color:#6252ac}.privacypolicy__body{margin:0 auto;padding-bottom:4rem;max-width:900px;width:100%;font-family:RobotoCondensed,sans-serif}.privacypolicy__body h2{margin-bottom:2rem;font-size:2rem;text-align:justify;text-transform:uppercase}.privacypolicy__body h3{margin-top:1.2rem;font-size:2rem;color:#6252ac}.privacypolicy__body li,.privacypolicy__body span{font-size:1.6rem}.privacypolicy__body li{list-style:none}.privacypolicy__main-ul{margin-left:2rem}.privacypolicy__submain-ul{margin-left:3.6rem}.privacypolicy__submain-ul li{list-style:disc}.privacypolicy__submain-ul li::marker{color:#6252ac}@media (max-width:992px){.privacypolicy__head{margin:2rem auto 0;justify-content:flex-start}.privacypolicy__head img{margin-left:0}}@media (max-width:565px){.privacypolicy__head-logo img{max-width:100px}}@media (max-width:480px){.privacypolicy__head img{width:78px}.privacypolicy__body h1,.privacypolicy__title h1{font-size:2.4rem}.privacypolicy__body h2,.privacypolicy__title h2{font-size:1.4rem}.privacypolicy__main-ul{margin-left:0}}.content-wrapper{max-width:1200px;margin:0 auto}section{overflow-x:hidden}.header-news{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto 1fr}.header-news h1{padding:2rem 1rem;grid-area:2/span 2;display:flex;justify-content:center;align-items:center;font-size:7.6rem;text-transform:uppercase;color:#19191e}.header-news h1 span{text-transform:lowercase}.header-news p{margin:2rem auto;padding:0 1rem;grid-area:3/span 3;font-size:1.6rem}.header-news__lang,.header-news__logo{padding:1rem}.header-news__logo{grid-area:1/1/2/2}.header-news__logo img{width:100%;height:auto;max-width:100px}.header-news__lang{grid-area:1/2/2/3;display:flex;justify-content:flex-end;align-items:center;cursor:pointer;transition:background-color .4s}.header-news__lang svg{width:30px;height:30px;stroke:#19191e;transition:stroke .4s}.header-news__lang button{padding:.4rem;background-color:transparent;border-radius:.8rem;border:none;cursor:pointer}.header-news__lang button:hover svg{stroke:#edb81c}.header-news__lang .lang-open-btn{display:block}.header-news__lang .lang-close-btn{display:none}.nav-news{position:relative}.nav-news__menu{margin:2rem auto;padding:0 1rem;display:grid;grid-template-columns:1fr;justify-items:center}.nav-news__menu-items{padding:1.6rem 0;display:grid;grid-template-columns:repeat(4,minmax(auto,200px));align-items:center;justify-items:center;justify-content:center;width:100%;background-color:rgba(25,25,30,.8);border-radius:.5rem;list-style:none;cursor:pointer}.nav-news__menu-items a{display:block;position:relative;padding:1rem 1.6rem;font-size:1.6rem;font-weight:700;text-transform:uppercase;color:#edb81c;background-color:transparent;z-index:0;transition:color .4s}.nav-news__menu-items a:hover{color:#fdfbfa;background-color:transparent}section:nth-of-type(2n) h2{text-align:end}.section-container{padding:0 1rem 3rem;margin:5rem auto 0;display:grid;grid-template-rows:auto 1fr;grid-template-columns:1fr 1fr}.section-container h2{margin:2rem 0 3rem;padding:1.2rem 0;grid-column:span 2;font-size:3.6rem;border-bottom:1px solid #edb81c;text-transform:uppercase}.section-card-box{margin:0 auto;display:flex;grid-column:span 2;width:100%;overflow:hidden}.section-card-box>*{flex:0 0 100%}.section-card-group{margin:1rem 0;display:grid;grid-template-columns:repeat(4,minmax(275px,1fr));justify-items:center;will-change:transform;animation:crolling 30s linear infinite}.section-card{margin:0 1rem;padding:2rem 2rem 1rem;background-color:transparent;border-radius:.5rem;box-shadow:-1px -1px 5px -1px rgba(66,68,90,.81)}.section-card h3,.section-card img,.section-card p{margin-bottom:1.4rem}.section-card img{width:100%;height:auto;border-radius:1rem}.section-card h3{font-size:2rem}.section-card p{font-size:1.4rem}.section-card button{margin:1rem 0;padding:.5rem 1.6rem;background-color:transparent;border-radius:.5rem;cursor:pointer;transition:background-color,.4s,color .4s}.section-card button:hover{background-color:#19191e;color:#fdfbfa}.test{position:relative;margin:4rem 0;padding:.5rem 5rem;font-size:2rem;text-transform:uppercase;color:#fff;background:linear-gradient(90deg,#fd1d1d 35%,#fcb045);cursor:pointer;transition:all .4s;z-index:1}.test:before{position:absolute;content:"";top:0;right:0;bottom:0;left:0;background:tomato;z-index:-1;transition:opacity .5s linear;opacity:0}.test:hover:before{opacity:1}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%;scroll-behavior:smooth;transition-delay:1s;height:100%;font-family:RobotoCondensed,sans-serif}body{overflow-x:hidden}section{position:relative;scroll-margin-top:70px;margin:0}.wrapper{margin:0 auto;width:100%;max-width:1590px}.stop-scrolling{height:100%;overflow:hidden}.visible .offer__contents-items,.visible .offer__title{transform:translateY(0);opacity:1}.visible.why-us{opacity:1}.visible .about-us__container,.visible .showcase__contents-img,.visible .showcase__title{transform:translateY(0);opacity:1}.header{position:relative;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.header:before{background-color:rgba(25,25,30,.5);content:"";z-index:1}.header:before,.header__box{position:absolute;top:0;left:0;width:100%;height:100%}.header__box{display:block;overflow:hidden}.header__box video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;overflow-clip-margin:content-box;overflow:clip}.header__title{text-transform:uppercase;text-align:center;color:#edb81c;max-width:900px;z-index:1}.header__title h1{margin:7rem 0 0;font-size:6.4rem;font-weight:1000;white-space:pre-line}.header__purple-box{position:absolute;bottom:-2rem;left:20%;max-width:185px;max-height:52px;width:100%;height:100%;background-color:#6252ac;z-index:5}.about-us,.offer,.why-us{padding:0 2rem}.offer{position:relative}.offer img{max-width:90px;height:90px;aspect-ratio:1/1}.offer__container,.offer__contents,.offer__contents-graph,.offer__contents-items{display:flex}.offer__container{padding:2rem 0 0;flex-direction:column;justify-content:center;align-items:center;width:100%;height:calc(100vh - 70px)}.offer__title{transform:translateY(2rem);opacity:0;transition:transform .5s ease-in,opacity .7s}.offer__title h2{font-size:7.6rem;font-weight:1000}.offer__contents{flex-direction:column;justify-content:center;width:100%}.offer__contents-items{position:relative;margin:3.2rem 0;padding:.5rem 0;max-width:800px;width:100%;opacity:0;transform:translateY(2rem);transition:transform .3s ease-in,opacity .7s;border-radius:.5rem}.offer__contents-items:nth-child(odd){justify-content:flex-start;align-self:flex-start}.offer__contents-items:nth-child(2n){justify-content:flex-end;align-self:flex-end}.offer__contents-items:first-child{transition-delay:.4s}.offer__contents-items:nth-child(2){transition-delay:.8s}.offer__contents-items:nth-child(3){transition-delay:1.2s}.offer__contents-items:nth-child(4){transition-delay:1.6s}.offer__contents-items:hover button{opacity:1}.offer__contents-items:nth-child(odd) .offer__contents-graph{justify-content:flex-start}.offer__contents-items:nth-child(2n) .offer__contents-graph{justify-content:flex-end}.offer__contents-img{margin-bottom:1rem;height:auto}.offer__contents-items-hidden{position:absolute;display:flex;justify-content:center;align-items:center;width:calc(100% - 42px);height:100%;background-color:#fff;transition:clip-path .4s}.offer__contents-items-hidden:nth-of-type(odd){clip-path:circle(0 at -2% 50%);padding-left:2rem}.offer__contents-items-hidden:nth-of-type(odd).show{clip-path:circle(150% at -2% 50%)}.offer__contents-items-hidden:nth-of-type(2n){clip-path:circle(0 at 90% 50%);padding-right:2rem}.offer__contents-items-hidden:nth-of-type(2n).show{clip-path:circle(150% at 90% 50%)}.offer__contents-items-hidden p{padding:1rem 2rem;font-size:1.6rem}.offer__contents-text{margin:0 2rem;flex-basis:100%;align-self:flex-end;max-width:410px}.offer__contents-text h3,.offer__contents-text span{display:block;font-size:3rem;line-height:100%}.offer__contents-text h3{font-weight:1000}.offer__contents-text span{font-weight:100}.offer__contents-graph{margin-bottom:2rem;align-items:center;align-self:flex-end;width:100%;max-width:226px}.offer__contents-line{max-width:186px;width:100%;border-top:2px solid #000}.offer__contents-circle{position:relative;width:40px;height:40px;border-radius:50%;background-color:#edb81c;z-index:1}.offer__contents-circle button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:3.5rem;height:3.5rem;background-color:transparent;border:none;opacity:0;transition:opacity .4s;cursor:pointer}.offer__contents-circle button svg{width:100%;height:100%;stroke-width:1.5}.why-us{position:relative;padding:0 2rem;opacity:0;transition:opacity .6s}.why-us:before{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../img/whyUsBgi.webp);background-position-x:center;background-position-y:25%;background-size:20%;background-repeat:no-repeat;content:"";z-index:-5}.why-us__container{display:flex;height:calc(100vh - 70px)}.why-us__contents{display:flex;align-items:flex-end;width:50%}.why-us__contents-border{position:relative;display:flex;max-width:533px;max-height:373px;height:100%}.why-us__contents-border-box{display:flex;justify-content:center;align-items:center;flex-basis:100%}.why-us__contents-border-box img{position:absolute;top:0;left:0;width:100%}.why-us__contents-border-box p{padding:0 4rem;font-size:2rem;text-align:justify;z-index:5}.why-us__img{padding:7rem 5rem;display:flex;justify-content:flex-end;align-items:flex-start;width:50%;height:100%}.why-us__img-box img{max-width:280px;height:auto;aspect-ratio:1/1}.why-us__img-box--mobile{display:none}.about-us{position:relative}.about-us__container{display:flex;justify-content:center;align-items:center;height:100vh;transform:translateY(10rem);opacity:0;transition:transform .5s ease-in,opacity .6s}.about-us__contents{padding:0 2rem 0 0;width:50%}.about-us__contents h3{padding:0 0 1rem;font-size:5rem;font-weight:1000}.about-us__contents h3 span{display:inline-block;margin:0}.about-us__contents li,.about-us__contents p,.about-us__contents span{font-size:2rem;line-height:2.6rem}.about-us__contents p{margin:1rem 0}.about-us__contents span{display:block;margin:1.6rem 0;font-weight:700}.about-us__contents li{margin-left:2rem}.about-us__contents li::marker{color:#edb81c}.about-us__img{padding:5rem 5rem 0;width:50%;align-self:flex-start}.about-us__img img{width:100%;height:auto;aspect-ratio:5/4}.showcase__container{padding:2rem;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;min-height:calc(100vh - 70px);height:100%}.showcase__title{margin:10rem 0 5rem;text-align:end;transform:translateY(2rem);opacity:0;transition:transform .7s ease-in,opacity .6s}.showcase__title h2,.showcase__title span{text-transform:uppercase;letter-spacing:-.2rem}.showcase__title h2{font-size:7.6rem}.showcase__title span{font-size:2.8rem}.showcase__contents{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.showcase__contents img{width:100%;height:auto;aspect-ratio:1/1;max-width:200px;filter:grayscale(1);border:1px solid #000;cursor:pointer;transition:filter .4s,border .4s}.showcase__contents img:hover{filter:grayscale(0);border:1px solid transparent}.showcase__contents-img{transform:translateY(3rem);opacity:0;transition:transform .5s,opacity .6s}.showcase__contents-img:first-of-type{transition-delay:.3s}.showcase__contents-img:nth-child(2){transition-delay:.6s}.showcase__contents-img:nth-child(3){transition-delay:.9s}.showcase__contents-img:nth-child(4){transition-delay:1.2s}.showcase-box{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fdfbfa;font-family:RobotoCondensed,sans-serif;opacity:0;transform:scale(0);transition:opacity .4s,transform .4s;z-index:20}.showcase-box.show{opacity:1;transform:scale(1);overflow:auto}.showcase-box__container{position:relative}.showcase-box__head{position:sticky;top:0;background-color:hsla(20,43%,99%,.9)}.showcase-box__logoLang{padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.showcase-box__logoLang button,.showcase-box__logoLang img{background-color:transparent;stroke:#19191e;color:#19191e;border:none;cursor:pointer;transition:stroke .4s,color .4s}.showcase-box__logoLang button:hover,.showcase-box__logoLang img:hover{stroke:#edb81c;color:#edb81c}.showcase-box__logoLang img{width:78px;height:auto}.showcase-box__logoLang svg{width:30px;height:30px}.showcase-box__body{padding:3rem 2rem;display:flex;flex-direction:column;justify-content:flex-start;flex-basis:100%}.showcase-box__body h2{font-size:8rem}.showcase-box__body h3{font-size:2rem}.showcase-box__body li,.showcase-box__body p,.showcase-box__body span{font-size:1.8rem}.showcase-box__contents,.showcase-box__title{margin:2rem 0;padding:0 4rem;display:flex}.showcase-box__contents{flex-direction:column;max-width:800px}.showcase-box__contents h3,.showcase-box__contents li,.showcase-box__contents p,.showcase-box__contents span{padding:1rem 0;line-height:3rem}.showcase-box__contents li{margin-left:2rem}.showcase-box__contents li::marker{color:#edb81c}.showcase-box__gallery{margin:2rem auto;display:grid;grid-template-columns:repeat(3,1fr)}.showcase-box__gallery [data-gallery-img-btn]{cursor:pointer}.showcase-box__gallery-items{margin:0 1rem;max-width:300px}.showcase-box__gallery-items img{width:100%;height:auto}.showcase-box-gallery__container{position:fixed;top:0;left:0;padding:0 2rem;display:none;justify-content:center;align-items:center;width:100vw;height:100vh;background-color:rgba(25,25,30,.9);z-index:50}.showcase-box-gallery__container.active{display:flex}.showcase-box-gallery__container-closeBtn{position:absolute;top:1rem;left:50%;background-color:transparent;border:none;cursor:pointer}.showcase-box-gallery__container-closeBtn svg{stroke:#fdfbfa;width:30px;height:30px}.showcase-box-gallery__container-img{max-width:900px;display:flex}.showcase-box-gallery__container-img img{display:none;width:100%;height:auto}.showcase-box-gallery__container-img img[data-active]{display:block}.showcase-box-gallery__container-btns{padding:0 1rem}.showcase-box-gallery__container-btns button{background-color:transparent;border:none;cursor:pointer}.showcase-box-gallery__container-btns svg{padding:1rem;width:50px;height:50px;stroke:#fdfbfa;background-color:#6252ac;border-radius:50%}.contact{position:relative;width:100%;height:calc(100vh - 222px)}.contact:before{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../img/contactBgi.webp);background-position:50%;background-size:auto;background-repeat:no-repeat;content:"";z-index:-5}.contact__container{padding:0 2rem;position:relative;flex-direction:column;height:100%}.contact__container,.contact__popup,.contact__popup-box{display:flex;justify-content:center;align-items:center}.contact__popup{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;z-index:10}.contact__popup-box{flex-direction:column;max-width:400px;max-height:150px;width:100%;height:100%;background-color:rgba(98,82,172,.9);color:#fdfbfa;border-radius:.5rem}.contact__popup-box button,.contact__popup-box span{text-transform:uppercase;font-size:1.6rem}.contact__popup-box span{margin:1rem 0}.contact__popup-box button{padding:.8rem 3rem;font-size:1.2rem;background-color:#19191e;color:#fdfbfa;border:none;border-radius:.3rem;font-family:Robotocondesed,sans-serif;cursor:pointer}.contact__form{position:relative;display:flex;flex-direction:column;background-color:hsla(20,43%,99%,.8);max-width:1100px;max-height:600px;width:100%;height:100%}.contact__form h2{padding:3rem 4rem;font-size:4.8rem}.contact__form-bar{margin:2rem 4rem 0;border-top:.2rem solid #19191e}.contact__form-check-policy,.contact__form-user{display:flex}.contact__form-msg,.contact__form-userEmail,.contact__form-userName{display:flex;flex-direction:column;flex-basis:100%}.contact__form-msg label,.contact__form-userEmail label,.contact__form-userName label{margin-bottom:1rem;font-size:1.4rem;font-weight:400;text-transform:uppercase}.contact__form-msg input,.contact__form-msg textarea,.contact__form-userEmail input,.contact__form-userEmail textarea,.contact__form-userName input,.contact__form-userName textarea{background-color:transparent;border:.1rem solid #000;outline-color:#edb81c;resize:none;font-family:RobotoCondensed,sans-serif}.contact__form-msg input::placeholder,.contact__form-msg textarea::placeholder,.contact__form-userEmail input::placeholder,.contact__form-userEmail textarea::placeholder,.contact__form-userName input::placeholder,.contact__form-userName textarea::placeholder{font-family:RobotoCondensed,sans-serif;color:#19191e}.contact__form-msg input.error,.contact__form-msg textarea.error,.contact__form-userEmail input.error,.contact__form-userEmail textarea.error,.contact__form-userName input.error,.contact__form-userName textarea.error{background-color:rgba(237,184,28,.5)}.contact__form-msg input,.contact__form-userEmail input,.contact__form-userName input{height:40px}.contact__form-msg textarea,.contact__form-userEmail textarea,.contact__form-userName textarea{height:160px}.contact__form-userName{padding:0 1rem 2rem 4rem}.contact__form-userEmail{padding:0 4rem 2rem 1rem}.contact__form-msg{padding:0 4rem 1rem}.contact__form-check-policy{margin:0 4rem;padding:.5rem 0;align-items:center}.contact__form-check-policy label,.contact__form-check-policy span{padding:0 .5rem;font-size:1.2rem}.contact__form-check-policy span{text-transform:uppercase;font-weight:700;padding:0 5rem}.contact__form-check-policy input[type=checkbox]{accent-color:#6252ac}.contact__form-check-policy a,.contact__form-check-policy input,.contact__form-check-policy label{cursor:pointer}.contact__form-check-policy a{font-size:1.2rem;color:#6252ac}.contact__form-check-policy.error{background-color:rgba(237,184,28,.5)}.contact__form-buttons{padding:.5rem 4rem 1rem}.contact__form-buttons button{padding:.8rem 3rem;text-transform:uppercase;font-family:RobotoCondensed,sans-serif;font-size:1.2rem;border-radius:.3rem;border:.1rem solid #000;cursor:pointer}.contact__form-buttons .sendBtn{color:#19191e;background-color:#edb81c;transition:background-color .4s}.contact__form-buttons .sendBtn:hover{background-color:#fdfbfa}.contact__form-buttons .clearBtn{background-color:#19191e;color:#fdfbfa;transition:background-color .4s,color .4s}.contact__form-buttons .clearBtn:hover{background-color:#fdfbfa;color:#19191e}.contact__form-span{position:absolute;bottom:0;left:50%;transform:translateX(-50%);font-size:1.6rem;text-transform:uppercase;font-weight:700}.contact__foot{position:absolute;bottom:0;right:0;padding:4rem 2rem;align-self:flex-end}.contact__foot span{font-size:4rem;font-weight:700;color:#edb81c;letter-spacing:-.2rem}.contact.send .contact__form{filter:blur(.2rem)}.contact.send .contact__popup{display:flex}@media (max-width:1280px){.about-us,.contact,.offer,.showcase,.why-us{padding:5rem 2rem}.offer__container{height:100%}.why-us:before{background:none}.why-us__container{height:100%;flex-direction:column-reverse}.why-us__contents{display:flex;align-items:stretch;min-height:370px;width:100%}.why-us__contents-border{height:auto}.why-us__img{padding:0;justify-content:space-around;width:100%;overflow:hidden}.why-us__img-box{padding:0 3rem 3rem;max-width:280px}.why-us__img-box img{max-width:100%}.why-us__img-box--mobile{display:block}.why-us__img-box--mobile img{aspect-ratio:3/4}.about-us__container{padding:2rem 0 20rem;height:100%}.about-us__contents,.about-us__img{padding:0;width:100%}.about-us__img{position:absolute;bottom:0;right:2rem;max-width:280px}.showcase img{max-width:160px}.showcase__container{padding:5rem 0 10rem;height:100%;min-height:auto}.showcase__title{margin:5rem 0}.contact{height:100%}.contact__container{padding:2rem 0 5rem}.contact__form{padding:0 0 5rem}.contact__foot{padding:0}}@media (max-width:992px){.header__title{padding:0 2rem}.header__title h1{font-size:5.6rem}.offer img{height:70px;width:70px}.offer h3,.offer span{font-size:2.4rem}.offer__container{height:100%}.offer__title h2{font-size:6.2rem}.offer__contents-items{max-width:720px}.offer__contents-text{max-width:380px}.offer__contents-circle{width:30px;height:30px}.offer__contents-circle button{width:3rem;height:3rem;opacity:1}.offer__contents-circle button svg{stroke:#6252ac;stroke-width:1}.about-us li,.about-us p,.about-us span,.why-us p{font-size:1.8rem}.showcase-box__lang{display:flex;justify-content:flex-end;align-items:center;max-width:72px;width:100%}.showcase-box__body{padding:0 2rem}.showcase-box__contents,.showcase-box__title{margin:1rem 0;padding:0}.contact__form-msg input:focus,.contact__form-msg textarea:focus,.contact__form-userEmail input:focus,.contact__form-userEmail textarea:focus,.contact__form-userName input:focus,.contact__form-userName textarea:focus{outline:none;border-color:#edb81c}}@media (max-width:769px){.header{height:100dvh}.header h1{font-size:4.8rem}.header__purple-box{bottom:-1rem;max-width:115px;max-height:22px}.about-us,.contact,.offer,.showcase,.why-us{padding:3rem 2rem}.offer h2{font-size:5.2rem}.offer h3{font-size:2.2rem}.offer__contents-items{max-width:640px;margin:2rem 0}.offer__contents-items-hidden p{font-size:1.4rem}.offer__contents-graph{max-width:120px}.offer__contents-line{max-width:90px}.why-us__contents{min-height:280px}.why-us__contents-border{max-width:400px;max-height:250px}.why-us__contents-border img{height:100%}.why-us__contents-border p{font-size:1.6rem}.about-us h3{font-size:3.8rem}.about-us li,.about-us p,.about-us span{font-size:1.6rem}.about-us__img{max-width:220px}.showcase h2{font-size:5.2rem}.showcase span{font-size:2rem}.showcase-box__body h2{font-size:6rem}.showcase-box__body h3{font-size:1.8rem}.showcase-box__body li,.showcase-box__body p,.showcase-box__body span{font-size:1.4rem}.showcase-box__body li{line-height:2rem}.showcase-box__contents,.showcase-box__title{margin:1rem 0}.showcase-box-gallery__container{padding:0 1rem}.showcase-box-gallery__container-btns{padding:0 .5rem}.showcase-box-gallery__container-btns svg{padding:1rem;width:45px;height:45px}.contact h2{font-size:4.2rem}.lang__container{top:7.4rem}}@media (max-width:481px){.header h1{font-size:3.8rem}.offer h2{font-size:4.2rem}.offer h3,.offer span{font-size:1.6rem}.offer img{width:50px;height:50px}.offer__contents-text{align-self:center}.offer__contents-graph{max-width:32px}.offer__contents-line{display:none}.offer__contents-items-hidden{width:calc(100% - 20px)}.offer__contents-items-hidden:nth-of-type(odd){padding-left:1.6rem}.offer__contents-items-hidden:nth-of-type(2n){padding-right:1.6rem}.offer__contents-items-hidden p{padding:2rem 1rem;font-size:1.2rem}.about-us li,.about-us p,.about-us span,.why-us li,.why-us p,.why-us span{font-size:1.4rem}.showcase-box__body h2{font-size:4rem}.showcase-box__body h3{font-size:1.6rem}.showcase-box__body li,.showcase-box__body p,.showcase-box__body span{font-size:1.2rem}.showcase-box__contents h3,.showcase-box__contents li,.showcase-box__contents p,.showcase-box__contents span{padding:.5rem 0}.showcase-box__gallery{grid-template-columns:repeat(1,1fr)}.showcase-box-gallery__container{flex-direction:column}.showcase-box-gallery__container-btns{padding:2rem 0}.showcase-box-gallery__container-btns svg{padding:.5rem;width:40px;height:40px}.contact h2{font-size:4.2rem;padding:2rem}.contact__form-bar{margin:2rem}.contact__form{max-height:625px}.contact__form-buttons,.contact__form-msg,.contact__form-userEmail,.contact__form-userName{padding:1rem}.contact__form-buttons input,.contact__form-msg input,.contact__form-userEmail input,.contact__form-userName input{height:30px}.contact__form-check-policy{margin:0 1rem;padding:0 .5rem}.contact__form-check-policy input{margin:.3rem 0;align-self:flex-start}.contact__form-policy-box{display:flex;flex-direction:column}.contact__form-policy-box a,.contact__form-policy-box label,.contact__form-policy-box span{padding:.3rem 1rem}.contact__form-user{flex-direction:column}.contact__foot span{font-size:3rem}}@media (max-width:365px){.contact h2,.offer h2{font-size:3.8rem}.offer__contents{margin-top:2rem}.why-us__contents-border-box p{padding:0 3rem}}
/*# sourceMappingURL=styleV2.min.css.map */
