.gallery-section{position:relative;width:100vw;padding:120px 0 20px;background:hsla(0,0%,100%,.2);border:1px solid rgba(226,226,226,.2);height:100%}.gallery-section:before{content:"";position:absolute;inset:0;overflow:hidden;background-attachment:fixed;background-image:repeating-linear-gradient(0deg,rgba(226,226,226,.2),rgba(226,226,226,.2) 1px,transparent 0,transparent 25px),repeating-linear-gradient(90deg,rgba(226,226,226,.2),rgba(226,226,226,.2) 1px,transparent 0,transparent 25px);background-size:25px 25px;opacity:var(--square-grid-opacity,1)}.gallery-section .gallery-card-container{height:85vh;display:flex;justify-content:center;flex-direction:column;position:-webkit-sticky;position:sticky;top:80px;z-index:2}.gallery-section .gallery-card-container .section-title{position:absolute;left:50%;transform:translateX(-50%);top:20px;display:none;margin-bottom:50px}.gallery-section .gallery-card-container:first-child .section-title{display:block}.gallery-section .gallery-card-container .gallery-card{display:flex;flex-direction:column;position:relative;height:70vh;width:100%;transform-origin:top}.gallery-section .gallery-card-container .gallery-card .gallery-card-content{position:absolute;top:0;left:0;width:100%;height:auto;display:flex;flex-direction:column;justify-content:space-between;padding:30px;z-index:1;text-align:left;background-color:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.gallery-section .gallery-card-container .gallery-card .gallery-card-content .gallery-card-date{color:var(--theme-color-1);font-size:18px;font-style:italic;font-weight:400;line-height:normal}.gallery-section .gallery-card-container .gallery-card .gallery-card-content .gallery-card-title{position:absolute;top:15px;right:30px;color:#fff;font-size:18px;font-style:italic;font-weight:400;line-height:normal;text-align:right;max-width:200px}.gallery-section .gallery-card-container .gallery-card .img-container{position:relative;width:100%;height:100%;aspect-ratio:16/9}.gallery-section .gallery-card-container .gallery-card .img-container img{aspect-ratio:16/9;object-fit:cover}@media screen and (max-width:1649px){.gallery-section{padding:80px 0 20px}.gallery-section .gallery-card-container .section-title{top:0}}@media screen and (max-width:1199px){.gallery-section{padding:40px 0}.gallery-section .gallery-card-container{top:40px}.gallery-section .gallery-card-container .section-title{font-size:30px;top:5%}}@media screen and (max-width:991px){.gallery-section{padding:40px 0 20px}.gallery-section .gallery-card-container{height:80vh;top:80px}.gallery-section .gallery-card-container .section-title{font-size:24px;top:2%}.gallery-section .gallery-card-container .gallery-card{height:65vh}.gallery-section .gallery-card-container .gallery-card .gallery-card-content{padding:20px}.gallery-section .gallery-card-container .gallery-card .gallery-card-content .gallery-card-date{font-size:16px}.gallery-section .gallery-card-container .gallery-card .gallery-card-content .gallery-card-title{font-size:16px;top:20px;right:20px}}#tech-section{position:relative;width:100vw;height:100vh;padding:10px 0 60px;background-color:var(--theme-color-5);background:linear-gradient(#737fff 4.33%,#333f6f 49.94%,#3c4980 93.27%,#2e3a71);background:#020624;overflow-x:hidden;z-index:2}#tech-section:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background-image:repeating-linear-gradient(0deg,rgba(237,237,237,.0352941176),rgba(237,237,237,.0352941176) 1px,transparent 0,transparent 25px),repeating-linear-gradient(90deg,rgba(237,237,237,.0352941176),rgba(237,237,237,.0352941176) 1px,transparent 0,transparent 25px);background-size:25px 25px;opacity:var(--square-grid-opacity,1)}#tech-section .content{display:flex;flex-direction:column;justify-content:space-evenly;height:100%;gap:150px}#tech-section .floating-text-col{display:flex;align-items:center;width:100%;height:100%;position:relative;height:190px;z-index:1}#tech-section .floating-text-col .floating-text-inner{display:flex;align-items:center;justify-content:space-between;gap:150px;position:absolute;white-space:nowrap}#tech-section .floating-text-col .floating-text-inner .floating-text-item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:-moz-fit-content;width:fit-content}#tech-section .floating-text-col .floating-text-inner .floating-text-item.even-item{margin-top:150px}#tech-section .floating-text-col .floating-text-inner .floating-text-item .floating-text-item-title{color:hsla(0,0%,100%,.26);font-family:var(--font-family-caveat);font-size:20px;font-style:normal;font-weight:300;line-height:28px;white-space:nowrap;text-align:center}#tech-section .floating-text-col .floating-text-inner .floating-text-item .image-container{position:relative;width:100%;height:8px;opacity:.2}#tech-section .floating-text-col .floating-text-inner .floating-text-item .image-container img{object-fit:fill}#tech-section .tech-card-col{position:relative;display:flex;align-items:center;width:100%;height:420px;min-height:350px;background:hsla(0,0%,100%,.03);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}#tech-section .tech-card-col .tech-cards-inner{display:flex;align-items:center;gap:100px;position:absolute;white-space:nowrap}#tech-section .tech-card-col .tech-card-item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:280px;height:280px;border:1px solid rgba(190,223,255,.15);background:hsla(0,0%,100%,.16);padding:20px 20px 0;gap:15px}#tech-section .tech-card-col .tech-card-item:before{content:"";position:absolute;top:5px;left:5px;width:calc(100% + 5px);height:calc(100% + 5px);border:1px solid rgba(190,223,255,.15);background:hsla(0,0%,100%,.08);transition:all .2s ease}#tech-section .tech-card-col .tech-card-item.even-item{transform:translateY(-90px)}#tech-section .tech-card-col .tech-card-item.odd-item{transform:translateY(80px)}#tech-section .tech-card-col .tech-card-item .tech-card-item-title{color:var(--theme-color-1);text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:23px;white-space:normal}#tech-section .tech-card-col .tech-card-item .image-container{position:relative;width:100%;height:100%;overflow:hidden}#tech-section .tech-card-col .tech-card-item .image-container img{transform:rotate(10deg);object-fit:contain}#tech-section .tech-card-col .tech-card-item:hover:before{top:-5px;left:-5px;width:calc(100% + 0px);height:calc(100% + 0px)}#tech-section .section-detail-col,#tech-section .section-detail-col .section-detail-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}#tech-section .section-detail-col .section-detail-item{gap:10px}#tech-section .section-detail-col .section-detail-item .title{font-size:28px;font-style:normal;font-weight:500;line-height:40px;background:var(--theme-color-1);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);width:100%;max-width:-moz-fit-content;max-width:fit-content}#tech-section .section-detail-col .section-detail-item .desc{color:hsla(0,0%,100%,.43);font-size:16px;font-style:normal;font-weight:400;line-height:36px;text-align:justify;text-align-last:center}@media screen and (max-width:1649px){#tech-section{padding:0 0 50px}#tech-section .floating-text-col{height:120px}#tech-section .tech-card-col{height:280px;min-height:250px}#tech-section .tech-card-col .tech-cards-inner{gap:100px}#tech-section .tech-card-col .tech-card-item{width:240px;height:240px}#tech-section .tech-card-col .tech-card-item.even-item{transform:translateY(-60px)}#tech-section .tech-card-col .tech-card-item.odd-item{transform:translateY(60px)}}@media screen and (max-width:991px){#tech-section{padding:0 0 30px}#tech-section .tech-card-col{height:220px;min-height:180px}#tech-section .tech-card-col .tech-cards-inner{gap:50px}#tech-section .tech-card-col .tech-card-item{width:200px;height:200px;padding:16px 16px 0;gap:10px}#tech-section .tech-card-col .tech-card-item.even-item{transform:translateY(-40px)}#tech-section .tech-card-col .tech-card-item.odd-item{transform:translateY(40px)}#tech-section .tech-card-col .tech-card-item .tech-card-item-title{font-size:12px}#tech-section .section-detail-col .section-detail-item{gap:6px}#tech-section .section-detail-col .section-detail-item .title{font-size:20px}#tech-section .section-detail-col .section-detail-item .desc{font-size:13px;line-height:28px}}.test-process-section{position:relative;background:rgba(224,224,224,.1);padding:40px 0;overflow:hidden}.test-process-section .sticky-process-container{position:relative;top:0;width:100%;z-index:5;margin-top:40px}.test-process-section .process-sticky{position:-webkit-sticky;position:sticky;top:0;width:100%;height:100vh;background:hsla(0,0%,100%,.2);border:1px solid rgba(226,226,226,.2);overflow:hidden;display:flex;align-items:flex-start;justify-content:center;z-index:10;background-image:repeating-linear-gradient(0deg,rgba(226,226,226,.2),rgba(226,226,226,.2) 1px,transparent 0,transparent 25px),repeating-linear-gradient(90deg,rgba(226,226,226,.2),rgba(226,226,226,.2) 1px,transparent 0,transparent 25px);background-size:25px 25px;opacity:var(--square-grid-opacity,1)}.test-process-section .process-media-container{position:absolute;left:50%;top:50%;transform:translate(-140%,-50%);width:340px;height:340px;z-index:2}.test-process-section .process-media-container .media-item{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .3s linear}.test-process-section .process-media-container .media-item.active{opacity:1}.test-process-section .process-media-container .media-item img{display:block;width:100%;height:auto;object-fit:cover}.test-process-section .process-details{position:relative;display:flex;flex-direction:column;width:100%;padding-left:calc(50% + 140px)}.test-process-section .progress-line{position:absolute;top:0;left:calc(50% - 3px);width:1px;height:120%;background:#d3d9f8}.test-process-section .progress-line .progress-line-item{position:absolute;top:50%;left:0;width:1px;height:6%;background:var(--theme-color-5)}.test-process-section .process-item{min-height:50vh;display:flex;align-items:center;justify-content:flex-start;transition:opacity .35s ease;pointer-events:none;transform:translateY(50%);opacity:.35;transition:opacity .3s}.test-process-section .process-item.active{opacity:1;pointer-events:auto}.test-process-section .process-text-col{position:relative;width:100%;max-width:420px;transition:transform .3s ease}.test-process-section .process-text-col .title-group{position:relative}.test-process-section .process-text-col .process-item-number{position:absolute;top:-14px;left:-14px;transform:translateX(-50%);width:20px;font-size:14px;line-height:20px}.test-process-section .process-text-col .process-item-number,.test-process-section .process-text-col .process-item-title{font-style:normal;font-weight:400;background:var(--gradient-text-1);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);width:100%;max-width:-moz-fit-content;max-width:fit-content}.test-process-section .process-text-col .process-item-title{color:var(--theme-color-2);font-size:22px;line-height:32px;margin-bottom:10px}.test-process-section .process-text-col .process-item-desc{color:var(--theme-color-34);font-size:15px;font-style:normal;font-weight:200;line-height:32px}.test-process-section .form-buttons-col{display:flex;gap:20px;align-items:center;justify-content:center;margin-top:40px}@media screen and (max-width:1199px){.test-process-section .process-sticky{padding:0 24px}.test-process-section .process-media-container{transform:translate(-140%,-50%)}.test-process-section .process-details{padding-left:calc(50% + 100px)}}@media screen and (max-width:991px){.test-process-section.is-mobile-horizontal .process-sticky{position:relative;overflow:hidden;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px 0}.test-process-section.is-mobile-horizontal .process-media-container{position:relative;top:10%;left:0;transform:none;display:block;z-index:2;width:160px;height:160px;margin:0 auto 16px}.test-process-section.is-mobile-horizontal .process-media-container .media-item{width:160px;height:160px}.test-process-section.is-mobile-horizontal .process-details{padding-left:0;flex-direction:row;gap:40px;align-items:center;justify-content:flex-start}.test-process-section.is-mobile-horizontal .process-details .process-item{min-width:100%;transform:none;opacity:1;pointer-events:auto;flex-direction:column;align-items:center;justify-content:center;padding:0 24px}.test-process-section.is-mobile-horizontal .process-details .process-item .process-text-col{margin:0 auto;max-width:520px}.test-process-section.is-mobile-horizontal .progress-line{display:none}}@media screen and (max-width:767px){.test-process-section.is-mobile-horizontal .process-details .process-text-col{text-align:center}.test-process-section.is-mobile-horizontal .process-details .process-text-col .title-group{width:-moz-fit-content;width:fit-content;text-align:center;margin:auto}.test-process-section.is-mobile-horizontal .process-details .process-text-col .process-item-number{font-size:12px;top:-8px;left:-8px}.test-process-section.is-mobile-horizontal .process-details .process-text-col .process-item-title{font-size:14px;text-align:center}.test-process-section.is-mobile-horizontal .process-details .process-text-col .process-item-desc{font-size:12px;text-align:justify;text-align-last:center}}:root{--square-grid-size:25px;--square-grid-color:rgba(226,226,226,0.2);--square-grid-line-width:1px;--square-grid-opacity:1}#about-page{position:relative}#about-page .about-section{padding:60px 0;text-align:center}#about-page .about-section .content:not(:last-child){margin-bottom:60px}@media screen and (max-width:991px){#about-page .about-section{padding:40px 0}}