.contact-form{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.3rem;transform:translateY(-20vh);border:1px solid #ddd;width:40%;background-color:#fff;border-radius:.5rem;padding:2rem 1.2rem 1.2rem;z-index:10}@media(max-width:1100px){.contact-form{transform:none;width:100%}}.contact-form .form-col{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;gap:.3rem;position:relative}.contact-form .form-col label{font-size:.72rem;position:absolute;top:.7rem;font-weight:600;color:#555;left:.5rem}.contact-form .form-col input{width:100%;background-color:transparent;height:100%;justify-content:flex-start;align-items:flex-start;padding:1.9rem .5rem .5rem;border-radius:.5rem;border:1px solid #bbb}.contact-form .form-col input:focus{outline:none;border:1px solid #22539b}.contact-form .form-col textarea{width:100%;background-color:transparent;height:100%;justify-content:flex-start;align-items:flex-start;padding:2rem .5rem .5rem;border-radius:.5rem;border:1px solid #bbb}.contact-form .form-col textarea:focus{outline:none;border:1px solid #22539b}.contact-form .form-row{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;padding:1rem 0}.contact-form .form-row input[type=checkbox]{width:.8rem;height:.8rem}.contact-form .form-row span{font-size:.8rem;color:#333;line-height:1.3}.contact-form .form-row span a{margin-left:.5rem}.contact-form button{color:#fff;border:none;padding:.7rem 1rem;display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;border-radius:.2rem;cursor:pointer;transition:all .3s ease-in-out}.contact-form button,.contact-form button:hover{background-color:#597c8d}.contact-container{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;position:relative;min-height:20vh;padding:3rem 12.5%;gap:10%}@media(min-width:2500px){.contact-container{padding:3rem 20%}}@media(max-width:1300px){.contact-container{padding:3rem 5%}}@media(max-width:1100px){.contact-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:3rem;margin-bottom:2rem}}.contact-container .contact-info{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:40%}@media(max-width:1100px){.contact-container .contact-info{width:100%}}.contact-container .contact-info p{margin:1rem 0 2rem}.contact-container .contact-info .socials{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:1rem;margin-top:3rem;width:100%}.contact-container .contact-info .socials a{text-decoration:none;transition:all .3s ease;width:2.7rem;height:2.7rem;padding:.5rem;border-radius:.3rem;background-color:#f6f6f6}.contact-container .contact-info .socials a:hover{background-color:#ddd}.contact-container .contact-info .socials a svg{width:100%;height:100%;fill:#444}.contact-container .contact-info .contact-row{display:flex;flex-direction:row;justify-content:flex-start center;align-items:center;gap:.5rem;padding:1rem .5rem;width:100%;border-bottom:1px solid #eee}.contact-container .contact-info .contact-row span{font-size:.9rem;color:#555;font-weight:600;width:30%}.contact-container .contact-info .contact-row span:nth-child(2){width:70%;font-weight:300}.contact-page .location{background-color:#fff;margin-top:0;padding-top:0;transform:translateY(-5rem)}.contact-page .location .location-title h3{color:#597c8d;font-weight:700;font-size:3rem}@media(max-width:1500px){.contact-page .location .location-title h3{font-size:2.5rem}}@media(max-width:1000px){.contact-page .location .location-title h3{font-size:1.7rem}}.contact-page .location .location-title h2{margin-bottom:.3rem;color:#111}.contact-page .location .location-title p{color:#444}.contact-page .location .location-title .btn{background-color:#597c8d;color:#fff}.contact-page .location:before{background-color:#fff}.contact-page .location .location-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;aspect-ratio:1.87}@media(max-width:768px){.contact-page .location .location-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;aspect-ratio:auto}}.contact-page .location .location-container .map-container{width:69%;height:100%;z-index:2;box-shadow:0 0 .3rem rgba(0,0,0,.2)}@media(max-width:768px){.contact-page .location .location-container .map-container{width:100%;height:auto;height:40rem}}.contact-page .location .location-container video{width:30%;z-index:10;box-shadow:0 0 .5rem rgba(0,0,0,.2);cursor:pointer}@media(max-width:768px){.contact-page .location .location-container video{width:100%;margin-top:1rem;box-shadow:0 0 .5rem rgba(0,0,0,.2);background-color:#fff}}.hero{height:55rem;width:100%;background-color:#fff;position:relative;overflow:hidden;background-color:#f6f6f6;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}@media(max-width:1100px){.hero{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;height:auto}}.hero .hero-image{height:100%;object-fit:cover;width:50%}@media(max-width:1100px){.hero .hero-image{width:100%;height:30rem}}.hero .hero-content{padding-left:12.5%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:50%;height:100%}@media(min-width:2500px){.hero .hero-content{padding-left:20%}}@media(max-width:1300px){.hero .hero-content{padding-left:5%}}@media(max-width:1100px){.hero .hero-content{width:90%;padding:4rem 0 2rem}}.hero .hero-content h3{color:#597c8d;margin-bottom:.7rem;font-size:3rem;font-weight:600}@media(max-width:1100px){.hero .hero-content h3{font-size:2.5rem}}.hero .hero-content h1{color:#333;line-height:1.1;font-weight:700;font-size:5rem;width:90%;margin-bottom:.3rem}@media(max-width:1100px){.hero .hero-content h1{font-size:3.5rem;width:100%}}.hero .hero-content .hero-content-location{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;margin-top:1rem}.hero .hero-content .hero-content-location svg{color:#444;width:3rem;height:3rem;padding:.5rem;background-color:#f6f6f6;border-radius:1rem;box-shadow:0 0 1rem rgba(0,0,0,.15)}@media(max-width:1100px){.hero .hero-content .hero-content-location svg{width:2.5rem;height:2.5rem}}.hero .hero-content .hero-content-location span{color:#333;font-size:1.1rem;font-weight:700;text-transform:uppercase}@media(min-width:2500px){.hero .hero-content .hero-content-location span{font-size:1.3rem}}@media(max-width:1100px){.hero .hero-content .hero-content-location span{font-size:1rem}}.hero .hero-content .links{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;margin-top:1rem}@media(max-width:1100px){.hero .hero-content .links{margin-top:.5rem}}.hero .hero-content .links .btn{font-weight:600;border:2px solid #597c8d}.hero .hero-content .links .btn:last-child{background-color:#f6f6f6;color:#000;border:2px solid #444}.hero .hero-content .links .btn:last-child svg{color:#000}.hero .hero-content p{color:#444;margin:1rem 0;width:90%;line-height:1.5}@media(max-width:1100px){.hero .hero-content p{width:100%}}.marquee{width:100%;background-color:#597c8d;position:relative;padding:1rem 0}@media(max-width:2200px){.marquee{padding:.8rem 0}}@media(max-width:1100px){.marquee{padding:.7rem 0}}.marquee .marquee-item{font-size:2.4rem;font-weight:700;height:100%;display:inline-block;white-space:nowrap;font-family:Caveat,cursive;padding:0 2.3rem;gap:3rem;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#fff}@media(max-width:2200px){.marquee .marquee-item{font-size:2.2rem}}@media(max-width:1100px){.marquee .marquee-item{font-size:1.8rem;padding:0 1.5rem}}.marquee .marquee-item .circle{width:1rem;height:1rem;background-color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;color:#597c8d}@media(max-width:2200px){.marquee .marquee-item .circle{width:.8rem;height:.8rem;font-size:1.3rem}}@media(max-width:1100px){.marquee .marquee-item .circle{width:.6rem;height:.6rem;font-size:1rem}}@font-face{font-family:__Caveat_97f5e1;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/e44cdba7d0878bc5-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Caveat_97f5e1;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/07fccecd6728972a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Caveat_97f5e1;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/486fce9f36bc8f45-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Caveat_97f5e1;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/46bdd75a3ff56824-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Caveat_Fallback_97f5e1;src:local("Arial");ascent-override:124.77%;descent-override:38.99%;line-gap-override:0.00%;size-adjust:76.94%}.__className_97f5e1{font-family:__Caveat_97f5e1,__Caveat_Fallback_97f5e1;font-style:normal}.what-we-try-to-do{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:relative;padding:3rem 12.5%;gap:2.5rem}@media(min-width:2200px){.what-we-try-to-do{padding:3rem 20%}}@media(max-width:1300px){.what-we-try-to-do{padding:3rem 5%}}@media(max-width:1100px){.what-we-try-to-do{padding-top:0}}.what-we-try-to-do .what-we-try-to-do-title{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}@media(max-width:768px){.what-we-try-to-do .what-we-try-to-do-title{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}}.what-we-try-to-do .what-we-try-to-do-title h3{font-weight:700;color:#597c8d;margin-bottom:.5rem;text-align:center;font-size:3rem}@media(max-width:1500px){.what-we-try-to-do .what-we-try-to-do-title h3{font-size:2.5rem}}@media(max-width:1000px){.what-we-try-to-do .what-we-try-to-do-title h3{font-size:1.7rem}}.what-we-try-to-do .what-we-try-to-do-title h2{margin-bottom:1rem;line-height:1.3;text-align:center}.what-we-try-to-do .what-we-try-to-do-title p{text-align:center;width:70%}.what-we-try-to-do .what-we-try-to-do-container{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;height:55rem}@media(max-width:1300px){.what-we-try-to-do .what-we-try-to-do-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:auto}}.what-we-try-to-do .what-we-try-to-do-container .what-we-try-to-do-image{height:95%;width:45%;z-index:2}@media(max-width:1300px){.what-we-try-to-do .what-we-try-to-do-container .what-we-try-to-do-image{width:100%;height:40rem}}.what-we-try-to-do .what-we-try-to-do-container .what-we-try-to-do-image img{width:100%;height:100%;object-fit:cover;border-radius:1rem;box-shadow:0 0 2rem rgba(0,0,0,.2)}.what-we-try-to-do .what-we-try-to-do-container .what-we-try-to-do-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:53%;padding:1rem 0 1rem 3rem;z-index:2;height:100%}@media(max-width:1300px){.what-we-try-to-do .what-we-try-to-do-container .what-we-try-to-do-content{width:100%;padding:4rem 0}}.what-we-try-to-do .what-we-try-to-do-container .what-we-try-to-do-content h6{font-size:1.8rem;font-weight:700;color:#111;margin-bottom:1rem}.what-we-try-to-do .what-we-try-to-do-container .what-we-try-to-do-content p{font-size:1rem;font-weight:400;line-height:1.5;color:#666}.what-we-try-to-do .what-we-try-to-do-container .what-we-try-to-do-content .what-we-try-to-do-content-list{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.5rem;margin-top:3rem;width:100%}.what-we-try-to-do .what-we-try-to-do-container .what-we-try-to-do-content .what-we-try-to-do-content-list li{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;background-color:#faf5da;padding:1rem 2rem;border-radius:1rem;width:90%;transition:all .3s ease-in-out}@media(max-width:1300px){.what-we-try-to-do .what-we-try-to-do-container .what-we-try-to-do-content .what-we-try-to-do-content-list li{padding:1rem 1.5rem}}.what-we-try-to-do .what-we-try-to-do-container .what-we-try-to-do-content .what-we-try-to-do-content-list li:hover{transform:translateX(1rem)}.what-we-try-to-do .what-we-try-to-do-container .what-we-try-to-do-content .what-we-try-to-do-content-list li:nth-child(2n){transform:translateX(3rem)}.what-we-try-to-do .what-we-try-to-do-container .what-we-try-to-do-content .what-we-try-to-do-content-list li:nth-child(2n):hover{transform:translateX(4rem)}.what-we-try-to-do .what-we-try-to-do-container .what-we-try-to-do-content .what-we-try-to-do-content-list li .what-we-try-to-do-content-item-icon{aspect-ratio:1;padding:.8rem;background-color:#ffc700;border-radius:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.what-we-try-to-do .what-we-try-to-do-container .what-we-try-to-do-content .what-we-try-to-do-content-list li .what-we-try-to-do-content-item-icon svg{width:2.2rem;height:2.2rem;color:#fff}.what-we-try-to-do .what-we-try-to-do-container .what-we-try-to-do-content .what-we-try-to-do-content-list li:nth-child(2){background-color:#f9e1e1}.what-we-try-to-do .what-we-try-to-do-container .what-we-try-to-do-content .what-we-try-to-do-content-list li:nth-child(2) .what-we-try-to-do-content-item-icon{background-color:#e63427}.what-we-try-to-do .what-we-try-to-do-container .what-we-try-to-do-content .what-we-try-to-do-content-list li:nth-child(3){background-color:#e1f9e1}.what-we-try-to-do .what-we-try-to-do-container .what-we-try-to-do-content .what-we-try-to-do-content-list li:nth-child(3) .what-we-try-to-do-content-item-icon{background-color:#22df22}.what-we-try-to-do .what-we-try-to-do-container .what-we-try-to-do-content .what-we-try-to-do-content-list li:nth-child(4){background-color:#e1e9f9}.what-we-try-to-do .what-we-try-to-do-container .what-we-try-to-do-content .what-we-try-to-do-content-list li:nth-child(4) .what-we-try-to-do-content-item-icon{background-color:#2265f5}.what-we-try-to-do .what-we-try-to-do-container .what-we-try-to-do-content .what-we-try-to-do-content-list li .what-we-try-to-do-content-item-text{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem;padding:.5rem}.what-we-try-to-do .what-we-try-to-do-container .what-we-try-to-do-content .what-we-try-to-do-content-list li .what-we-try-to-do-content-item-text h6{font-weight:700;font-size:1.5rem;color:#111;margin-bottom:0}@media(max-width:1300px){.what-we-try-to-do .what-we-try-to-do-container .what-we-try-to-do-content .what-we-try-to-do-content-list li .what-we-try-to-do-content-item-text h6{font-size:1.3rem}}.what-we-try-to-do .what-we-try-to-do-container .what-we-try-to-do-content .what-we-try-to-do-content-list li .what-we-try-to-do-content-item-text p{font-size:.97rem;color:#444}@media(max-width:1300px){.what-we-try-to-do .what-we-try-to-do-container .what-we-try-to-do-content .what-we-try-to-do-content-list li .what-we-try-to-do-content-item-text p{font-size:.9rem}}@import"https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap";*{box-sizing:border-box;margin:0;padding:0}@supports(font-variation-settings:normal){:root{font-family:InterVariable,sans-serif}}body{font-size:1rem;line-height:1}button{background-color:transparent}.btn,button{cursor:pointer;border:none;outline:none}.btn{padding:.7rem 1rem;background-color:#fff;color:#000;font-size:.9rem;text-decoration:none;display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:.1rem;font-weight:400;gap:.5rem}.btn svg{width:1.1rem;height:1.1rem}.btn:hover{filter:brightness(.9)}.btn.black{background-color:#22539b;color:#fff;font-weight:500}.btn.black:hover{background-color:#3c6cb3}.btn.black svg{color:#fff}.btn.primary{color:#fff;font-weight:500}.btn.primary,.btn.primary:hover{background-color:#597c8d}.btn.primary svg{color:#fff}@media screen and (max-width:1600px){.btn{padding:.5rem .7rem;font-size:.8rem}.btn svg{width:1.2rem;height:1.2rem}}h1{font-size:4rem;font-weight:600;color:#000;line-height:1.2}@media(max-width:1600px){h1{font-size:3.5rem}}@media(max-width:1300px){h1{font-size:3rem}}h2{font-size:3.5rem;font-weight:700;color:#333;line-height:1.1}@media(max-width:1600px){h2{font-size:2.9rem}}@media(max-width:1300px){h2{font-size:2.5rem}}@media(max-width:768px){h2{font-size:2.2rem}}h3{font-size:2.3rem;font-weight:700;color:#000;line-height:1.2}@media(max-width:1600px){h3{font-size:2rem}}@media(max-width:1300px){h3{font-size:1.8rem}}h4{font-size:1.8rem;font-weight:600;color:#000;line-height:1.2}@media(max-width:1600px){h4{font-size:1.8rem}}@media(max-width:1300px){h4{font-size:1.6rem}}h5{font-size:1.7rem;font-weight:600;color:#000;line-height:1.2}@media(max-width:1600px){h5{font-size:1.6rem}}@media(max-width:1300px){h5{font-size:1.4rem}}h6{font-size:1.6rem;font-weight:600;color:#000;line-height:1.2}@media(max-width:1600px){h6{font-size:1.4rem}}@media(max-width:1300px){h6{font-size:1.2rem}}p{font-size:.95rem;color:#444;line-height:1.3}@media(max-width:1600px){p{font-size:.9rem}}.toggle-button{width:2.5rem;background-color:#22539b;height:1.5rem;border-radius:1.5rem;padding:.2rem;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;transition:all .3s ease}.toggle-button.hidden{background-color:#777}.toggle-button.hidden .toggle-button-dot{transform:translateX(1rem)}.toggle-button .toggle-button-dot{height:100%;aspect-ratio:1;background-color:#fff;border-radius:100%;transition:all .3s ease}ul{padding-left:1rem}.progress-bar{width:100%;height:.5rem;background-color:#ddd;border-radius:.5rem;position:relative;overflow:hidden}.progress-bar .progress{height:100%;background-color:#22539b;border-radius:.5rem;position:absolute;top:0;left:0;transition:all .3s ease}.toaster-container div{padding:0;margin:0}.toast-jsx-container{width:100%!important;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;border:1px solid #eee}.toast-jsx-container .toast-jsx-container-header{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;padding:.3rem .5rem;border-bottom:1px solid #eee;background-color:hsla(0,0%,96%,.5);position:relative}.toast-jsx-container .toast-jsx-container-header .toast-jsx-container-header-icon{width:.3rem;height:.3rem;margin-right:.5rem;border-radius:100%;padding:.2rem}.toast-jsx-container .toast-jsx-container-header .toast-jsx-container-header-title{font-size:.9rem;font-weight:500;color:#000;text-align:left;width:1000%}.toast-jsx-container .toast-jsx-container-header .toast-jsx-container-header-close{width:1.5rem;height:1.5rem;position:absolute;right:0;top:0;padding:.3rem;cursor:pointer;background-color:#f6f6f6;display:flex;flex-direction:row;justify-content:center;align-items:center;border-left:1px solid #eee}.toast-jsx-container .toast-jsx-container-header .toast-jsx-container-header-close svg{width:100%;height:100%}.toast-jsx-container .toast-jsx-container-msg{padding:.2rem .5rem;font-size:.87rem;color:#000;min-height:2.5rem;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.page{padding-top:4.8rem;background-color:#fff;min-height:80vh}.page .btn{border-radius:.3rem;box-shadow:0 0 .5rem rgba(0,0,0,.2)}.copy-to-clipboard{position:relative}.copy-to-clipboard .message{bottom:130%;left:50%;position:absolute;transform:translateX(-50%);padding:.4rem .8rem;background-color:#222;width:max-content;border-radius:.3rem;color:#fff;box-shadow:0 0 .5rem rgba(0,0,0,.2)}.copy-to-clipboard .message:before{content:"";position:absolute;width:0;height:0;border-left:.5rem solid transparent;border-right:.5rem solid transparent;border-bottom:.5rem solid #222;top:100%;left:50%;transform:translateX(-50%) rotate(180deg)}.workshop-parts{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background-color:#597c8d;width:100%;color:#fff;gap:2rem;padding:7rem 0 2rem;position:relative}.workshop-parts h2{padding-left:12.5%;text-transform:uppercase;color:#fff;width:50%;line-height:1.2}@media(min-width:2500px){.workshop-parts h2{padding-left:20%}}@media(max-width:1300px){.workshop-parts h2{padding-left:5%}}@media(max-width:768px){.workshop-parts h2{width:90%}}.workshop-parts .btn{position:absolute;top:14rem;right:12.5%;z-index:2;font-weight:400;gap:.5rem}@media(min-width:2500px){.workshop-parts .btn{right:20%}}@media(max-width:1300px){.workshop-parts .btn{right:5%}}.workshop-parts .btn svg{width:1.1rem;height:1.1rem}.workshop-parts .workshop-parts-container{height:50rem;background-color:#597c8d;position:relative;width:100%;color:#fff}@media(max-width:1300px){.workshop-parts .workshop-parts-container{height:67rem}}.workshop-parts .workshop-parts-container .workshop-parts-line{position:absolute;top:50%;left:12.5%;height:.2rem;transform:translateY(-50%);width:75%;background-color:#fff}@media(min-width:2500px){.workshop-parts .workshop-parts-container .workshop-parts-line{left:20%;width:60%}}@media(max-width:1300px){.workshop-parts .workshop-parts-container .workshop-parts-line{left:50%;transform:translateX(-50%);width:.2rem;height:60rem;top:2rem}}.workshop-parts .workshop-parts-container .workshop-parts-circle-first,.workshop-parts .workshop-parts-container .workshop-parts-circle-last{position:absolute;top:50%;transform:translateY(-50%) translateX(-50%);width:1.5rem;height:1.5rem;border-radius:50%;left:12.5%;background-color:#fff}@media(min-width:2500px){.workshop-parts .workshop-parts-container .workshop-parts-circle-first,.workshop-parts .workshop-parts-container .workshop-parts-circle-last{left:20%}}@media(max-width:1300px){.workshop-parts .workshop-parts-container .workshop-parts-circle-first,.workshop-parts .workshop-parts-container .workshop-parts-circle-last{left:50%;transform:translateX(-50%);top:1rem}}.workshop-parts .workshop-parts-container .workshop-parts-circle-last{left:87.5%}@media(min-width:2500px){.workshop-parts .workshop-parts-container .workshop-parts-circle-last{left:80%}}@media(max-width:1300px){.workshop-parts .workshop-parts-container .workshop-parts-circle-last{left:50%;transform:translateX(-50%);top:61rem}}.workshop-parts .workshop-parts-container .workshop-part{height:20rem;left:12.5%;top:50%;width:30%;transform:translateY(-100%);position:absolute;border-left:1px dashed #fff;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:1rem 2rem;gap:.5rem}@media(min-width:2500px){.workshop-parts .workshop-parts-container .workshop-part{left:20%;width:20%}}@media(max-width:1300px){.workshop-parts .workshop-parts-container .workshop-part{left:5%;top:1.75rem;width:45%;transform:translateY(0);border-top:1px dashed #fff;border-left:none;padding-left:0;padding-top:2rem}}.workshop-parts .workshop-parts-container .workshop-part .circle{position:absolute;top:100%;transform:translateY(-50%) translateX(-50%);width:1.5rem;height:1.5rem;border-radius:50%;left:0;background-color:#fff}@media(max-width:1300px){.workshop-parts .workshop-parts-container .workshop-part .circle{top:0;right:-1.5rem;left:auto}}.workshop-parts .workshop-parts-container .workshop-part h5{font-size:1.7rem;color:#fff;font-weight:600;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem}@media(max-width:1300px){.workshop-parts .workshop-parts-container .workshop-part h5{font-size:1.3rem;line-height:1.3}}.workshop-parts .workshop-parts-container .workshop-part p{font-size:1rem;color:hsla(0,0%,100%,.8);font-weight:400;margin-top:1rem;line-height:1.5}@media(max-width:1300px){.workshop-parts .workshop-parts-container .workshop-part p{font-size:.85rem;margin-top:.5rem}}.workshop-parts .workshop-parts-container .workshop-part.workshop-part-2{left:30%;transform:translateY(100%);top:auto;bottom:50%;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}@media(min-width:2500px){.workshop-parts .workshop-parts-container .workshop-part.workshop-part-2{left:35%}}@media(max-width:1300px){.workshop-parts .workshop-parts-container .workshop-part.workshop-part-2{left:50%;bottom:auto;transform:translate(0);top:15rem;padding-left:2rem;padding-right:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}}.workshop-parts .workshop-parts-container .workshop-part.workshop-part-2 .circle{top:0;transform:translateY(-50%) translateX(-50%)}@media(max-width:1300px){.workshop-parts .workshop-parts-container .workshop-part.workshop-part-2 .circle{top:0;right:auto;left:0}}.workshop-parts .workshop-parts-container .workshop-part.workshop-part-3{left:47%}@media(min-width:2500px){.workshop-parts .workshop-parts-container .workshop-part.workshop-part-3{left:50%}}@media(max-width:1300px){.workshop-parts .workshop-parts-container .workshop-part.workshop-part-3{left:5%;top:30rem}}.workshop-parts .workshop-parts-container .workshop-part.workshop-part-4{left:65%;transform:translateY(100%);top:auto;bottom:50%;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}@media(min-width:2500px){.workshop-parts .workshop-parts-container .workshop-part.workshop-part-4{left:65%}}@media(max-width:1300px){.workshop-parts .workshop-parts-container .workshop-part.workshop-part-4{left:50%;bottom:auto;transform:translate(0);top:45rem;padding-left:2rem;padding-right:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}}.workshop-parts .workshop-parts-container .workshop-part.workshop-part-4 .circle{top:0;transform:translateY(-50%) translateX(-50%)}@media(max-width:1300px){.workshop-parts .workshop-parts-container .workshop-part.workshop-part-4 .circle{top:0;right:auto;left:0}}