@charset "UTF-8";.services-hero{position:relative;min-height:100vh;display:flex;align-items:center;flex-direction:column;max-width:90%;margin:auto}.services-hero article:first-child{margin-left:-5vw;margin-top:60px}.services-hero article:first-child h1{font-size:2vw}.services-hero article:nth-child(2){position:relative;overflow:hidden;max-height:calc(70vh - 60px);display:flex;align-items:center;border-radius:10px;margin:30px 0;width:100%}.services-hero article:nth-child(2):after{position:absolute;content:"";width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.15)}.services-hero article:nth-child(2) iframe{display:flex;min-width:100vw;min-height:120vh}.services-hero article:last-child{display:flex;justify-content:space-between;align-items:center;width:100%}.services-hero article:last-child .plus{position:relative;display:flex;justify-content:center;align-items:center;width:15px;height:15px}.services-hero article:last-child .plus:before,.services-hero article:last-child .plus:after{content:"";position:absolute;background-color:#000;border-radius:100px}.services-hero article:last-child .plus:before{width:100%;height:2px}.services-hero article:last-child .plus:after{width:2px;height:100%}.services-hero article:last-child p{font-size:1vw;text-transform:uppercase;font-weight:500}.anchor-services{position:absolute;width:100%;height:100vh;display:flex;justify-content:flex-end}.services-detail{max-width:90%;height:100vh;display:flex;align-items:center;margin:0 auto;padding:60px 0;position:relative;z-index:2}.services-detail article:first-child h3,.services-detail article:first-child .services-detail__title{font-size:10vw;color:#001643}.services-detail article:first-child .block:first-child{margin-left:15vw}.services-detail article:last-child{display:flex;justify-content:flex-end;align-items:center;margin-top:150px;gap:80px}.services-detail article:last-child .block:first-child{max-height:50vh;width:100%;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:20px}.services-detail article:last-child .block:first-child:before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background-color:#00beff8c;opacity:1;transition:.5s ease opacity}.services-detail article:last-child .block:first-child iframe{min-width:50vw;min-height:60vh;transition:.5s ease all}.services-detail article:last-child .block:first-child img{min-width:100vw;width:100%;height:100%;object-fit:cover;transition:.5s ease all}.services-detail article:last-child .block:first-child .content{position:absolute;display:flex;align-items:center;gap:20px;opacity:0;transition:.5s ease opacity}.services-detail article:last-child .block:first-child .content p{font-size:5vw;color:#fff}.services-detail article:last-child .block:first-child .content .play{width:8vw;height:4.5vw;display:flex;align-items:center;justify-content:center;border-radius:30px;background-color:#fff;outline:inherit;border:inherit;transition:.5s ease background-color;cursor:pointer}.services-detail article:last-child .block:first-child .content .play:hover{background-color:#00b1d7}.services-detail article:last-child .block:first-child .content .play:hover svg path{fill:#fff}.services-detail article:last-child .block:first-child .content .play svg{width:1.5vw}.services-detail article:last-child .block:first-child .content .play svg path{transition:.5s ease fill}.services-detail article:last-child .block:first-child .content .item{display:flex;gap:5px}.services-detail article:last-child .block:last-child{font-size:1.5vw;max-width:50%;position:relative;top:-100px}.services-detail article:last-child .block:last-child p{margin-bottom:20px}.services-list{width:90%;margin:auto;position:relative;z-index:2}.services-list article:first-child{display:flex;justify-content:space-between;align-items:center}.services-list article:first-child h4{font-size:5.5vw;gap:20px;color:#001643}.services-list article:first-child p{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:5px;font-size:.85vw;max-width:350px;text-transform:uppercase}.services-list article:last-child{display:grid;grid-template-columns:repeat(2,1fr);gap:60px;margin-top:60px}.services-list article:last-child .item picture{width:100%;position:relative;display:flex;overflow:hidden;border-radius:10px;height:60vh;max-height:400px}.services-list article:last-child .item picture img{width:100%;height:100%;object-fit:cover;transition:.5s ease all}.services-list article:last-child .item h4{font-size:2vw;color:#001643}.services-list article:last-child .item h4 img{width:3vw;margin-right:10px}.services-list article:last-child .item .hover{display:flex;justify-content:flex-start;flex-direction:column;gap:10px;margin-top:15px}.services-list article:last-child .item .hover ul{display:flex;gap:10px 30px;flex-wrap:wrap;flex-direction:column;margin-left:20px;margin-top:15px}.services-list article:last-child .item .hover ul a{font-size:1.2vw;line-height:1.7;position:relative;color:#00b1d7;display:flex;align-items:center;width:fit-content;transition:.5s ease opacity;line-height:1.4}.services-list article:last-child .item .hover ul a:before{position:absolute;content:"";width:10px;height:10px;border-radius:100px;background-color:#00b1d7;left:-20px}.services-list article:last-child .item .hover ul a:hover{opacity:.5}.services-list article:last-child .item .hover ul a:hover:after{width:100%;right:unset;left:0}.services-list article:last-child .item .row{display:flex;align-items:center;position:relative;overflow:hidden;width:0;transition:.5s ease width}.services-list article:last-child .item .row img{min-width:35px}.services-list article:last-child .item:hover picture img{transform:scale(1.1);filter:blur(2px)}.services-list article:last-child .item:hover .row{width:40px}@media (min-width: 1024px){.services-detail article:last-child{position:relative}.services-detail article:last-child .block:first-child{width:calc(50% - 40px);position:absolute;left:0;top:0;transition:.3s ease all}.services-detail article:last-child .block .content .item{overflow:hidden;position:relative}.services-detail article:last-child .block .content .item p{transform:translateY(-100px);transition:.5s ease transform;transition-delay:var(--index)}.services-detail.animate article:last-child .block:first-child{animation:transition-iframe .5s ease forwards 1;max-height:70vh;width:100%;transition-delay:.3s}.services-detail.animate article:last-child .block:first-child:before{opacity:0}.services-detail.animate article:last-child .block:first-child iframe{min-width:100vw;min-height:200vh}.services-detail.animate article:last-child .block:first-child .content{opacity:1}.services-detail.animate article:last-child .block:first-child .content .item p{transform:translateY(0)}.services-detail.animate-reverse article:last-child .block:first-child{top:200px;animation:transition-iframe-reverse .5s ease forwards 1;animation-delay:.3s}}@media (max-width: 1024px){.services-main{position:relative;overflow:hidden}.services-hero article:first-child{margin-left:0}.services-hero article:first-child h1{font-size:2rem}.services-hero article:last-child p{font-size:1.6rem}.anchor-services{display:none}.services-detail{margin:60px auto;height:auto}.services-detail article:last-child{margin-top:60px;flex-direction:column;gap:30px}.services-detail article:last-child .block:first-child iframe{min-width:500vw}.services-detail article:last-child .block:first-child .content{opacity:1}.services-detail article:last-child .block:first-child .content p{font-size:2rem}.services-detail article:last-child .block:first-child .content .play{width:60px;height:40px}.services-detail article:last-child .block:first-child .content .play svg{width:20px}.services-detail article:last-child .block:last-child{top:0;max-width:100%}.services-detail article:last-child .block:last-child p{font-size:1.6rem}.services-list article:first-child h4{font-size:2.8rem;gap:10px}.services-list article:first-child p{display:none}.services-list article:last-child{grid-template-columns:repeat(1,1fr);margin-top:30px;gap:30px}.services-list article:last-child .item h4{font-size:2.2rem}.services-list article:last-child .item h4 img{width:25px}.services-list article:last-child .item picture{max-height:300px}.services-list article:last-child .item .hover ul{flex-direction:column;margin-left:20px}.services-list article:last-child .item .hover ul li a{font-size:1.8rem;align-items:center;display:flex}.services-list article:last-child .item .hover ul li a:before{left:-20px;bottom:unset;width:7.5px;height:7.5px}.services-list article:last-child .item .hover ul li:last-child a:before{display:flex}}@media (max-width: 768px){.services-hero{min-height:auto;padding-bottom:30px}.services-hero article:first-child{margin-top:100px}.services-hero article:nth-child(2){max-height:450px;justify-content:center}.services-hero article:nth-child(2) iframe{min-width:250vw;min-height:120vh}}
