@property --4-x-position{syntax:"<percentage>";inherits:false;initial-value:80%}@property --4-y-position{syntax:"<percentage>";inherits:false;initial-value:20%}@property --5-x-position{syntax:"<percentage>";inherits:false;initial-value:20%}@property --5-y-position{syntax:"<percentage>";inherits:false;initial-value:80%}:root{--4-x-position:80%;--4-y-position:20%;--5-x-position:20%;--5-y-position:80%}.animated-background{background:radial-gradient(100% 100% at var(--4-x-position)var(--4-y-position),#f0f0f0 0%,transparent),radial-gradient(100% 100% at var(--5-x-position)var(--5-y-position),#fff 0%,transparent),gray;animation-name:main;animation-duration:2s;animation-timing-function:ease-in;animation-iteration-count:infinite}@keyframes main{25%{--4-x-position:85%;--4-y-position:80%;--5-x-position:15%;--5-y-position:15%}50%{--4-x-position:15%;--4-y-position:85%;--5-x-position:80%;--5-y-position:15%}}.animated-gradient-bg{background:radial-gradient(100% 100% at var(--4-x-position)var(--4-y-position),#f0f0f0 0%,transparent),radial-gradient(100% 100% at var(--5-x-position)var(--5-y-position),#fff 0%,transparent),#aaa;animation-name:main;animation-duration:2s;animation-timing-function:ease-in;animation-iteration-count:infinite}.bg-img{-o-transition:all .5s ease-in-out;width:100%;-ms-transform:all .5s ease-in-out;background:url() 50%/100% 100% no-repeat padding-box content-box;transition:all .5s ease-in-out;position:relative}#intro{position:relative}#intro.is-animated .circle-bg{top:35%;left:0}#intro .circle-bg{z-index:-1;-o-transition:all .6s cubic-bezier(.6,0,0,1);width:25vw;height:25vw;-ms-transform:all .6s cubic-bezier(.6,0,0,1);transition:all .6s cubic-bezier(.6,0,0,1);position:absolute;top:65%;left:-20%}#intro .intro-cover{-ms-box-shadow:3rem 4rem 0 0 #eef6f6;-ms-border-radius:3.5rem;border-radius:3.5rem;box-shadow:3rem 4rem #eef6f6}#intro .intro-cover img{-ms-border-radius:3rem;object-fit:contain;object-position:center;border-radius:3rem;width:100%}#intro .intro-txt{padding:0 10%}#intro .intro-txt .brand-logo{width:30%;margin-bottom:10%}#intro .intro-txt .brand-logo img{object-fit:contain;width:100%}@media (max-width:767px){#intro .intro-txt{padding:0}#intro .intro-cover{-ms-box-shadow:1.5rem 2rem 0 0 #eef6f6;box-shadow:1.5rem 2rem #eef6f6}}#mission .banner-overlay{-ms-border-radius:0 5rem 0 5rem;background:url() 90% 0/cover no-repeat padding-box content-box;border-radius:0 5rem;width:100%;position:relative;overflow:hidden}#mission .banner-overlay:after{content:"";z-index:0;pointer-events:none;opacity:.6;background:url(../../assets/img/pattern/dots-banner-article.png) 50%/cover no-repeat;width:100%;height:100%;position:absolute;top:0;left:0;transform:scaleX(-1)}#mission .banner-overlay:before{content:"";z-index:0;background:linear-gradient(90deg,#3db9bc 46.98%,#3db9bc00 73.17%);width:100%;height:100%;position:absolute;top:0;left:0}#mission .banner-overlay>.inner{color:#fff;z-index:1;padding:10rem 0;position:relative}#mission .banner-overlay>.inner h2{font-size:clamp(18px,.82vw + 9.87px,22px)}#mission .banner-overlay>.inner h3{margin-bottom:2rem;font-size:clamp(50px,8vw,68px);font-weight:300;line-height:1.1}#mission .banner-overlay>.inner .dots{width:40px}#mission .banner-overlay>.inner .dots .o1{fill:#fff}#mission .banner-overlay>.inner .dots .o2{fill:#ffffffb3}#mission .banner-overlay>.inner .dots .o3{fill:#fff6}@media (max-width:1200px){#mission .banner-overlay{background:url() 80% 0/cover no-repeat}#mission .banner-overlay>.inner{padding:5rem 0}}@media (max-width:767px){#mission .banner-overlay{background:url() 70% 0/cover no-repeat}#mission .banner-overlay:before{background:linear-gradient(90deg,#3db9bc 46.98%,#3db9bc80 73.17%)}}#service{padding-bottom:10vw;position:relative;overflow:hidden}#service .bg-dots-pattern{z-index:-1;position:absolute;top:20%;left:0}#service .circle-bg-1,#service .circle-bg-2{z-index:-1;position:absolute}#service .circle-bg-1{width:30vw;height:30vw;top:5%;right:-10%}#service .circle-bg-2{width:25vw;height:25vw;bottom:0;left:-5%}#service .heading-section{margin-bottom:5vw}#service .service-list{grid-template-columns:repeat(2,1fr);gap:5%;display:grid}@media (max-width:992px){#service .service-list{padding:0 5%;display:block}#service .service-list .card-list-shadow{margin-bottom:5rem}#service .service-list .card-list-shadow:nth-child(2n){transform:translateY(0)}}.card-list-shadow{-o-transition:all .6s cubic-bezier(.6,0,0,1);-ms-transform:all .6s cubic-bezier(.6,0,0,1);text-decoration:none;transition:all .6s cubic-bezier(.6,0,0,1);display:block;position:relative}.card-list-shadow:before,.card-list-shadow:after{content:"";-ms-border-radius:5rem;-o-transition:all .6s cubic-bezier(.6,0,0,1);width:100%;height:80%;-ms-transform:all .6s cubic-bezier(.6,0,0,1);border-radius:5rem;transition:all .6s cubic-bezier(.6,0,0,1);position:absolute}.card-list-shadow:before{z-index:-1;background-color:#eef6f6;bottom:0;left:0}.card-list-shadow:after{background:radial-gradient(100% 100% at var(--4-x-position)var(--4-y-position),#3db9bc 0%,transparent),radial-gradient(100% 100% at var(--5-x-position)var(--5-y-position),#6fbd89 0%,transparent),#119390;z-index:-2;animation-name:main;animation-duration:3s;animation-timing-function:ease-out;animation-iteration-count:infinite;bottom:-2rem;left:2rem}.card-list-shadow:nth-child(2n){transform:translateY(-30%)}.card-list-shadow:hover:before{background-color:#fff;bottom:-2rem;left:2rem}.card-list-shadow:hover .image-cover{transform:translate(2rem,2rem)}.card-list-shadow:hover .image-cover:after{opacity:1}.card-list-shadow:hover .image-cover img{transform:scale(1.2)}.card-list-shadow:hover .list-txt{transform:translate(2rem,2rem)}.card-list-shadow .image-cover{aspect-ratio:5/3;-ms-border-radius:50rem;-o-transition:all .6s cubic-bezier(.6,0,0,1);width:70%;-ms-transform:all .6s cubic-bezier(.6,0,0,1);border-radius:50rem;margin:0 auto;transition:all .6s cubic-bezier(.6,0,0,1);display:block;position:relative;overflow:hidden}.card-list-shadow .image-cover:after{content:"";z-index:1;-o-transition:all .3s ease-in-out;width:100%;height:100%;-ms-transform:all .3s ease-in-out;opacity:0;-ms-border-radius:2rem;background-color:#0009;border-radius:2rem;transition:all .3s ease-in-out;position:absolute;top:0;left:0}.card-list-shadow .image-cover img{object-fit:cover;object-position:center;-o-transition:all .6s cubic-bezier(.6,0,0,1);width:100%;height:100%;-ms-transform:all .6s cubic-bezier(.6,0,0,1);transition:all .6s cubic-bezier(.6,0,0,1)}.card-list-shadow .list-txt{-o-transition:all 1s cubic-bezier(.6,0,0,1);-ms-transform:all 1s cubic-bezier(.6,0,0,1);padding:4rem 10% 10%;transition:all 1s cubic-bezier(.6,0,0,1)}.card-list-shadow .list-txt h3{display:-webkit-box;display:-webkit-flex;display:-moz-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:2rem;display:flex}.card-list-shadow .list-txt h3 .icon{object-fit:contain;object-position:center center;width:6rem;height:6rem;margin-right:2rem}.card-list-shadow .list-txt h3 span{color:#000;letter-spacing:1px;font-size:clamp(22px,.82vw + 13.87px,26px);font-weight:600;line-height:1;display:block}.card-list-shadow .list-txt ul{margin:0;padding:0;list-style:none}.card-list-shadow .list-txt ul li{color:#1d1d1b;display:-webkit-box;display:-webkit-flex;display:-moz-flex;font-size:clamp(15px,.205vw + 1.297rem,16px);line-height:1.4;display:flex;position:relative}.card-list-shadow .list-txt ul li:before{content:"";color:#6fbd89;margin-right:1rem;font-family:eduyoung;font-size:clamp(15px,.205vw + 1.297rem,16px);display:inline-block}.card-list-shadow .list-txt ul li+li{margin-top:10px}@media (max-width:767px){.card-list-shadow:before,.card-list-shadow:after{-ms-border-radius:2rem;border-radius:2rem}.card-list-shadow:after{bottom:-1rem;left:1rem}.card-list-shadow .image-cover{width:90%}.card-list-shadow .list-txt{padding:2rem}.card-list-shadow .list-txt h3 .icon{width:4rem;height:4rem;margin-right:1rem}}#professional-team .professional-team-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;-o-transition:all 1s cubic-bezier(.6,0,0,1);width:100%;max-width:2000px;-ms-transform:all 1s cubic-bezier(.6,0,0,1);gap:10%;margin:0 auto;transition:all 1s cubic-bezier(.6,0,0,1);display:flex}#professional-team .professional-team-wrap .team-group{width:50%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:2rem;display:flex}#professional-team .professional-team-wrap .team-group-1{-moz-flex-direction:row-reverse;-o-flex-direction:row-reverse;-moz-flex-wrap:nowrap;-o-flex-wrap:nowrap;flex-flow:row-reverse}#professional-team .professional-team-wrap .team-group-2{-moz-flex-direction:row;-o-flex-direction:row;-moz-flex-wrap:nowrap;-o-flex-wrap:nowrap;flex-flow:row}#professional-team .professional-team-wrap.is-animated{gap:2rem;width:90%}#professional-team .professional-team-wrap.is-animated .team-item{opacity:1}#professional-team .professional-team-wrap.is-animated .team-item.team-main{transform:translateY(-10%)}#professional-team .professional-team-wrap.is-animated .team-item.team-sub{transform:translateY(0)}#professional-team .professional-team-wrap.is-animated .team-item.team-sub:nth-child(2){transition-delay:.5s}#professional-team .professional-team-wrap.is-animated .team-item.team-sub:nth-child(3){transition-delay:.7s;transform:translateY(25%)}#professional-team .professional-team-wrap.is-animated .team-item.team-sub:nth-child(4){transition-delay:.9s}#professional-team .intro-txt{margin-bottom:10rem}#professional-team .intro-txt>p{text-align:center;color:#1d1d1b;width:50%;margin:5rem auto;font-size:clamp(15px,.205vw + 1.297rem,16px);font-weight:300;line-height:1.8}.team-item{opacity:0;position:relative}.team-item.team-main{-o-transition:all 1s cubic-bezier(.6,0,0,1);width:35%;transform:translateY(30%);-ms-transform:all 1s cubic-bezier(.6,0,0,1);transition:all 1s cubic-bezier(.6,0,0,1)}.team-item.team-main .card-image{background:linear-gradient(#3db9bc 0%,#6fbd8933 100%)}.team-item.team-sub{-o-transition:all 1.2s cubic-bezier(.16,1,.3,1);width:21.6667%;transform:translateY(50%);-ms-transform:all 1.2s cubic-bezier(.16,1,.3,1);transition:all 1.2s cubic-bezier(.16,1,.3,1)}.team-item.team-sub:nth-child(3){transform:translateY(50%)}.team-item.team-sub .card-image{background:linear-gradient(#a7dadb 0%,#caf3d8 100%)}.team-item .card-image{-ms-border-radius:3rem;border-radius:3rem;margin-bottom:2rem;display:block;position:relative;overflow:hidden}.team-item .card-image:before{content:"";padding-top:150%;display:block}.team-item .card-image img{transform-origin:0 0;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.team-icon-list{grid-template-columns:repeat(5,1fr);gap:0 5%;display:grid}.team-icon-list .team-icon-item{display:-webkit-box;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;-o-flex-justify-content:center;-moz-flex-direction:column;-o-flex-direction:column;-moz-flex-wrap:nowrap;-o-flex-wrap:nowrap;text-align:center;flex-flow:column;-webkit-box-align:center;-ms-flex-pack:center;-ms-flex-align:center;justify-content:center;align-items:center;display:flex}.team-icon-list .team-icon-item .icon{-ms-border-radius:50rem;width:15rem;height:15rem;display:-webkit-box;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;-o-flex-justify-content:center;border:1px solid #1d1d1b;border-radius:50rem;-webkit-box-align:center;-ms-flex-pack:center;-ms-flex-align:center;justify-content:center;align-items:center;margin-bottom:2rem;display:flex}.team-icon-list .team-icon-item .icon img{object-fit:contain;object-position:center center;width:40%}.team-icon-list .team-icon-item h5{margin-bottom:1rem;font-size:clamp(18px,.82vw + 9.87px,22px);font-weight:600}.team-icon-list .team-icon-item p{color:#1d1d1b;font-size:clamp(12px,.41vw + 7.93px,14px);line-height:1.5}.container-founders{width:100%;max-width:100%;margin:0 auto;padding:0}@media (min-width:1200px){.container-founders{max-width:1140px}}@media (min-width:1480px){.container-founders{max-width:1400px}}@media (min-width:1680px){.container-founders{max-width:1512px}}.founder-section{display:-webkit-box;display:-webkit-flex;display:-moz-flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:flex;position:relative}.founder-section+.founder-section{margin-top:10rem}.founder-section#jimmy{-moz-flex-direction:row;-o-flex-direction:row;-moz-flex-wrap:nowrap;-o-flex-wrap:nowrap;flex-flow:row;padding:10px 10% 0 5%}.founder-section#jimmy .founder-image .person-image{right:5%}.founder-section#jimmy .founder-image .person-image .circle-spot.spot1{z-index:0;background-color:#6fbd89;width:150px;height:150px;animation:6s ease-in-out infinite float1;top:40%;left:0}.founder-section#jimmy .founder-image .person-image .circle-spot.spot2{z-index:1;background-color:#3db9bc;width:100px;height:100px;animation:8s ease-in-out infinite float2;bottom:20%;right:-5%}.founder-section#jimmy .founder-image .person-image .circle-spot.spot3{z-index:1;background-color:#aededa;width:65px;height:65px;animation:7s ease-in-out infinite float3;bottom:7%;left:10%}.founder-section#sky{-moz-flex-direction:row-reverse;-o-flex-direction:row-reverse;-moz-flex-wrap:nowrap;-o-flex-wrap:nowrap;flex-flow:row-reverse;padding:10px 5% 0 10%}.founder-section#sky .founder-image .person-image{left:5%}.founder-section#sky .founder-image .person-image .circle-spot{border-style:solid;border-width:15px}.founder-section#sky .founder-image .person-image .circle-spot.spot1{z-index:0;border-color:#6fbd89;width:150px;height:150px;animation:6s ease-in-out infinite float1;top:40%;left:0}.founder-section#sky .founder-image .person-image .circle-spot.spot2{z-index:1;border-color:#3db9bc;width:80px;height:80px;animation:8s ease-in-out infinite float2;top:5%;right:5%}.founder-section#sky .founder-image .person-image .circle-spot.spot3{z-index:1;border-color:#aededa;width:65px;height:65px;animation:7s ease-in-out infinite float3;bottom:7%;left:10%}.founder-section#sky .founder-image .person-image .tag1{top:15%;left:-8%;transform:rotate(-10deg)}.founder-section#sky .founder-image .person-image .tag1 i{color:#6fbd89}.founder-section#sky .founder-image .person-image .tag2{top:60%;left:0;transform:rotate(-5deg)}.founder-section#sky .founder-image .person-image .tag2 i{color:#3db9bc}.founder-section#sky .founder-image .person-image .tag3{top:65%;right:0;transform:rotate(15deg)}.founder-section#sky .founder-image .person-image .tag3 i{color:#aededa}.founder-section.is-animated .founder-image{opacity:1;width:100%}.founder-section.is-animated .founder-image:after{height:90%;transition-delay:.5s}.founder-section.is-animated .founder-image .circle-o{opacity:1;width:120vw;height:120vw}.founder-section.is-animated .founder-image .person-image{opacity:1;top:0;transition-delay:1s!important}.founder-section.is-animated .founder-image .person-image .circle-spot{opacity:1;transition-delay:1.2s}.founder-section.is-animated .founder-image .person-image .tag{opacity:1;transition-delay:1.5s}.founder-section.is-animated .founder-intro .f-header,.founder-section.is-animated .founder-intro .f-body{opacity:1;transform:translateY(0)}.founder-section.is-animated .founder-intro .f-body{transition-delay:.2s}.founder-section .founder-image{-o-transition:all 2s cubic-bezier(.16,1,.3,1);width:0;height:100%;max-height:45vw;transform:translate(-50%,-50%);-ms-transform:all 2s cubic-bezier(.16,1,.3,1);opacity:0;transition:all 2s cubic-bezier(.16,1,.3,1);position:absolute;top:50%;left:50%;overflow:hidden}.founder-section .founder-image .circle-o{-o-transition:all 1s cubic-bezier(.16,1,.3,1);width:0;max-width:2100px;height:0;max-height:2100px;transform:translate(-50%);-ms-transform:all 1s cubic-bezier(.16,1,.3,1);background-image:linear-gradient(90deg,#a6edbe,#6bd1d1);background-origin:border-box;border:120px solid #0000;border-radius:50%;transition:all 1s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:50%;-webkit-mask-image:linear-gradient(#fff,#fff),linear-gradient(#fff,#fff);mask-image:linear-gradient(#fff,#fff),linear-gradient(#fff,#fff);-webkit-mask-clip:padding-box,border-box;mask-clip:padding-box,border-box;-webkit-mask-composite:xor,source-over;mask-composite:exclude,add}.founder-section .founder-image:after{content:"";-ms-border-radius:3rem;-o-transition:all 1s cubic-bezier(.6,0,0,1);width:100%;height:0;-ms-transform:all 1s cubic-bezier(.6,0,0,1);z-index:-1;background-color:#eef6f6;border-radius:3rem;transition:all 1s cubic-bezier(.6,0,0,1);position:absolute;bottom:0;left:0}.founder-section .founder-image .person-image{opacity:0;-o-transition:all 1s cubic-bezier(.6,0,0,1);width:40%;-ms-transform:all 1s cubic-bezier(.6,0,0,1);transition:all 1s cubic-bezier(.6,0,0,1);position:absolute;top:10%}.founder-section .founder-image .person-image .circle-spot{opacity:0;-o-transition:all 1s cubic-bezier(.6,0,0,1);-ms-transform:all 1s cubic-bezier(.6,0,0,1);-ms-border-radius:50rem;border-radius:50rem;transition:all 1s cubic-bezier(.6,0,0,1);position:absolute}.founder-section .founder-image .person-image .tag{-ms-border-radius:5px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-flex;-moz-justify-content:center;-o-flex-justify-content:center;opacity:0;-o-transition:all 1s cubic-bezier(.6,0,0,1);-ms-transform:all 1s cubic-bezier(.6,0,0,1);background-color:#fff;border-radius:5px;-webkit-box-align:center;-ms-flex-pack:center;-ms-flex-align:center;justify-content:center;align-items:center;padding:10px 15px;transition:all 1s cubic-bezier(.6,0,0,1);display:inline-flex;position:absolute;box-shadow:0 3px 5px #0000000a}.founder-section .founder-image .person-image .tag i{margin-right:5px}.founder-section .founder-image .person-image .tag>span{white-space:nowrap;color:#393939;font-size:clamp(12px,.41vw + 7.93px,14px);line-height:1}.founder-section .founder-image .person-image .tag1{animation:5s ease-in-out infinite tagFloat1;top:15%;left:-8%;transform:rotate(-10deg)}.founder-section .founder-image .person-image .tag1 i{color:#6fbd89}.founder-section .founder-image .person-image .tag2{animation:6s ease-in-out infinite tagFloat2;top:60%;left:0;transform:rotate(-5deg)}.founder-section .founder-image .person-image .tag2 i{color:#3db9bc}.founder-section .founder-image .person-image .tag3{animation:7s ease-in-out infinite tagFloat3;top:65%;right:0;transform:rotate(15deg)}.founder-section .founder-image .person-image .tag3 i{color:#aededa}.founder-section .founder-image .person-image:before{content:"";padding-top:150%;display:block}.founder-section .founder-image .person-image img{transform-origin:0 0;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.founder-section .founder-intro{width:55%;position:relative}.founder-section .founder-intro .f-header,.founder-section .founder-intro .f-body{-o-transition:all .5s cubic-bezier(.6,0,0,1);-ms-transform:all .5s cubic-bezier(.6,0,0,1);opacity:0;transition:all .5s cubic-bezier(.6,0,0,1)}.founder-section .founder-intro .f-header{perspective:1000px;transform-style:preserve-3d;width:100%;height:240px;margin-bottom:2rem;position:relative;-o-transition:all 1s cubic-bezier(.6,0,0,1)!important;-ms-transform:all 1s cubic-bezier(.6,0,0,1)!important;transition:all 1s cubic-bezier(.6,0,0,1)!important}.founder-section .founder-intro .f-header.show-qrcode{transform:rotateX(180deg)}.founder-section .founder-intro .f-header.show-qrcode .f-back{cursor:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"80\" height=\"80\" viewBox=\"0 0 80 80\"><circle cx=\"40\" cy=\"40\" r=\"38\" fill=\"black\"/><text x=\"41\" y=\"45\" text-anchor=\"middle\" fill=\"white\" font-family=\"Figtree,Arial,sans-serif\" font-size=\"12\" letter-spacing=\"3px\">CLOSE</text></svg>") 40 40,pointer}.founder-section .founder-intro .f-header .f-front,.founder-section .founder-intro .f-header .f-back{-ms-border-radius:3rem;display:-webkit-box;display:-webkit-flex;display:-moz-flex;-moz-justify-content:space-between;-o-flex-justify-content:space-between;backface-visibility:hidden;cursor:pointer;background:radial-gradient(100% 100% at var(--4-x-position)var(--4-y-position),#3db9bc 0%,transparent),radial-gradient(100% 100% at var(--5-x-position)var(--5-y-position),#6fbd89 0%,transparent),#119390;border-radius:3rem;-webkit-box-align:stretch;-ms-flex-pack:justify;-ms-flex-align:stretch;justify-content:space-between;align-items:stretch;width:100%;height:100%;padding:4rem;animation-name:main;animation-duration:3s;animation-timing-function:ease-out;animation-iteration-count:infinite;display:flex;position:absolute;top:0;left:0;transform:translateY(4rem);box-shadow:0 3px 5px #0000000a}.founder-section .founder-intro .f-header .f-front{transform:rotateX(0)}.founder-section .founder-intro .f-header .f-back{transform:rotateX(-180deg)}.founder-section .founder-intro .f-header .f-back .f-name p:before{width:50px}.founder-section .founder-intro .f-body{-ms-border-radius:3rem;background:#fff;border-radius:3rem;padding:4rem;transform:translateY(4rem);box-shadow:0 3px 5px #0000000a}.founder-section .founder-intro .f-body p{letter-spacing:.1em;margin-bottom:5rem;font-size:clamp(15px,.205vw + 1.297rem,16px);font-weight:400;line-height:1.6}.founder-section .founder-intro .f-body h5{display:-webkit-box;display:-webkit-flex;display:-moz-flex;-moz-justify-content:flex-start;-o-flex-justify-content:flex-start;-webkit-box-align:center;-ms-flex-pack:start;-ms-flex-align:center;justify-content:flex-start;align-items:center;margin-bottom:2rem;display:flex;position:relative}.founder-section .founder-intro .f-body h5:before{content:"";border-radius:0 10px 10px 0;width:10px;height:20px;margin-right:1rem}.founder-section .founder-intro .f-body h5.list-title-1{color:#4ecdc4}.founder-section .founder-intro .f-body h5.list-title-1:before{background-color:#4ecdc4}.founder-section .founder-intro .f-body h5.list-title-2{color:#6fbd89}.founder-section .founder-intro .f-body h5.list-title-2:before{background-color:#6fbd89}.founder-section .founder-intro .f-body ul{padding-left:0;list-style:none;margin:.5rem 0 2.5rem!important}.founder-section .founder-intro .f-body ul>li{letter-spacing:.1em;color:#393939;margin-bottom:1rem;padding-left:30px;font-size:clamp(15px,.205vw + 1.297rem,16px);font-weight:400;line-height:1.375;position:relative}.founder-section .founder-intro .f-body ul>li:before{content:"";-ms-border-radius:50rem;background-color:#3db9bc;border-radius:50rem;width:10px;height:10px;margin-right:21px;display:inline-block;position:absolute;top:6px;left:10px}@media (max-width:992px){.founder-section .founder-intro .f-body ul>li:before{top:7px}}.founder-section .founder-intro .f-name{color:#fff}.founder-section .founder-intro .f-name .title{margin-bottom:3rem;font-size:clamp(16px,.82vw + 7.87px,20px);font-weight:600;display:block}.founder-section .founder-intro .f-name .title sup{margin-right:5px;font-size:clamp(12px,.41vw + 7.93px,14px);font-weight:300;top:-4px}.founder-section .founder-intro .f-name h4{margin-bottom:2rem;font-size:clamp(38px,1.639vw + 21.74px,46px);line-height:1}.founder-section .founder-intro .f-name p{display:-webkit-box;display:-webkit-flex;display:-moz-flex;-moz-justify-content:flex-start;-o-flex-justify-content:flex-start;-webkit-box-align:center;-ms-flex-pack:start;-ms-flex-align:center;justify-content:flex-start;align-items:center;margin-bottom:0;font-size:clamp(15px,.205vw + 1.297rem,16px);font-weight:400;display:flex;position:relative}.founder-section .founder-intro .f-name p:before{content:"";background:#fff;width:100px;height:1px;margin-right:1.5rem}.founder-section .founder-intro .f-contact{display:-webkit-box;display:-webkit-flex;display:-moz-flex;-moz-flex-direction:column;-o-flex-direction:column;-moz-flex-wrap:nowrap;-o-flex-wrap:nowrap;-moz-justify-content:space-between;-o-flex-justify-content:space-between;flex-flow:column;-webkit-box-align:end;-ms-flex-pack:justify;-ms-flex-align:end;justify-content:space-between;align-items:flex-end;display:flex}.founder-section .founder-intro .f-contact .contact-list{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem;display:inline-flex}.founder-section .founder-intro .f-contact .contact-list a{color:#fff;-o-transition:all .3s ease-in-out;-ms-transform:all .3s ease-in-out;font-size:clamp(18px,.82vw + 9.87px,22px);text-decoration:none;transition:all .3s ease-in-out;display:inline-block}.founder-section .founder-intro .f-contact .contact-list a:hover{opacity:.6;transform:scale(1.05)}.founder-section .founder-intro .f-qrcode{display:-webkit-box;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;-o-flex-justify-content:center;-webkit-box-align:center;-ms-flex-pack:center;-ms-flex-align:center;justify-content:center;align-items:center;gap:2rem;display:flex}.founder-section .founder-intro .f-qrcode .qrcode-link{-o-transition:all .3s ease-in-out;-ms-transform:all .3s ease-in-out;transition:all .3s ease-in-out;display:block;overflow:hidden}.founder-section .founder-intro .f-qrcode .qrcode-link:hover{cursor:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"80\" height=\"80\" viewBox=\"0 0 80 80\"><circle cx=\"40\" cy=\"40\" r=\"38\" fill=\"black\"/><text x=\"41\" y=\"45\" text-anchor=\"middle\" fill=\"white\" font-family=\"Figtree,Arial,sans-serif\" font-size=\"12\" letter-spacing=\"3px\">SCAN</text></svg>") 40 40,pointer;transform:scale(1.05)}.founder-section .founder-intro .f-qrcode .qrcode-link img{width:100%;max-width:120px;height:auto;max-height:120px;display:block}.card-team{cursor:pointer;margin-bottom:3rem;padding:5%}.card-team:hover .card-image .contact-info{transform:scale(1.05)translate(-50%)}.card-team:hover .card-image .card-image-front{-ms-box-shadow:0 0 0 10px #fff;background-color:#eef6f6;transform:rotateY(0);box-shadow:0 0 0 10px #fff}.card-team:hover .card-image picture:after{height:100%}.card-team:hover .card-image picture img{transform:scale(1.1)translate(-50%,-50%)}.card-team .card-image{perspective:1000px;transform-style:preserve-3d;transition:transform .6s ease-in-out;position:relative}.card-team .card-image.show-qrcode{transform:rotateY(180deg)}.card-team .card-image:before{content:"";padding-top:150%;display:block}.card-team .card-image .card-image-front,.card-team .card-image .card-image-back{-ms-border-radius:3rem;-o-transition:all .6s cubic-bezier(.6,0,0,1);width:100%;height:100%;-ms-transform:all .6s cubic-bezier(.6,0,0,1);backface-visibility:hidden;border-radius:3rem;transition:all .6s cubic-bezier(.6,0,0,1);position:absolute;top:0;left:0;overflow:hidden}.card-team .card-image .card-image-front{-ms-box-shadow:2rem 2rem 0 0 #fff;background-color:#eef6f6;transform:rotateY(0);box-shadow:2rem 2rem #fff}.card-team .card-image .card-image-back{display:-webkit-box;display:-webkit-flex;display:-moz-flex;-moz-flex-direction:column;-o-flex-direction:column;-moz-flex-wrap:nowrap;-o-flex-wrap:nowrap;-moz-justify-content:center;-o-flex-justify-content:center;background:radial-gradient(100% 100% at var(--4-x-position)var(--4-y-position),#3db9bc 0%,transparent),radial-gradient(100% 100% at var(--5-x-position)var(--5-y-position),#6fbd89 0%,transparent),#119390;-ms-box-shadow:2rem 2rem 0 0 #fff;flex-flow:column;-webkit-box-align:center;-ms-flex-pack:center;-ms-flex-align:center;justify-content:center;align-items:center;gap:2rem;padding:3rem;animation-name:main;animation-duration:3s;animation-timing-function:ease-out;animation-iteration-count:infinite;display:flex;transform:rotateY(-180deg);box-shadow:2rem 2rem #fff}.card-team .card-image .card-image-back:hover{cursor:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"80\" height=\"80\" viewBox=\"0 0 80 80\"><circle cx=\"40\" cy=\"40\" r=\"38\" fill=\"white\"/><text x=\"41\" y=\"45\" text-anchor=\"middle\" fill=\"black\" font-family=\"Figtree,Arial,sans-serif\" font-size=\"12\" letter-spacing=\"3px\">CLOSE</text></svg>") 40 40,pointer}.card-team .card-image .card-image-back .qrcode-link{-o-transition:all .3s ease-in-out;-ms-transform:all .3s ease-in-out;transition:all .3s ease-in-out;display:block;overflow:hidden}.card-team .card-image .card-image-back .qrcode-link:hover{cursor:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"80\" height=\"80\" viewBox=\"0 0 80 80\"><circle cx=\"40\" cy=\"40\" r=\"38\" fill=\"black\"/><text x=\"41\" y=\"45\" text-anchor=\"middle\" fill=\"white\" font-family=\"Figtree,Arial,sans-serif\" font-size=\"12\" letter-spacing=\"3px\">SCAN</text></svg>") 40 40,pointer;transform:scale(1.05)}.card-team .card-image .card-image-back .qrcode-link img{object-fit:cover;width:200px;height:200px;display:block}.card-team .card-image .title{-ms-border-radius:50rem;z-index:2;background-color:#fff;border-radius:50rem;padding:1rem 2rem;font-size:clamp(12px,.41vw + 7.93px,14px);font-weight:600;display:block;position:absolute;top:2rem;left:2rem;box-shadow:0 3px 5px #0000000a}.card-team .card-image .contact-info{-ms-border-radius:50rem;display:-webkit-box;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;-o-flex-justify-content:center;-o-transition:all .3s ease-in-out;transform:scale(1)translate(-50%);-ms-transform:all .3s ease-in-out;z-index:2;transform-origin:0 0;background-color:#fff;border-radius:50rem;-webkit-box-align:center;-ms-flex-pack:center;-ms-flex-align:center;justify-content:center;align-items:center;gap:1.5rem;padding:2rem 4rem;transition:all .3s ease-in-out;display:flex;position:absolute;bottom:3rem;left:50%;box-shadow:0 3px 5px #0000000a}.card-team .card-image .contact-info a{color:#393939;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-flex;-moz-justify-content:center;-o-flex-justify-content:center;-o-transition:all .3s ease-in-out;-ms-transform:all .3s ease-in-out;-webkit-box-align:center;-ms-flex-pack:center;-ms-flex-align:center;justify-content:center;align-items:center;text-decoration:none;transition:all .3s ease-in-out;display:inline-flex}.card-team .card-image .contact-info a:hover{color:#3db9bc}.card-team .card-image .contact-info .btn-phone,.card-team .card-image .contact-info .btn-email{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-flex;-moz-justify-content:center;-o-flex-justify-content:center;-ms-border-radius:50%;-o-transition:all .3s ease-in-out;width:40px;height:40px;-ms-transform:all .3s ease-in-out;background-color:#0000000d;border-radius:50%;-webkit-box-align:center;-ms-flex-pack:center;-ms-flex-align:center;justify-content:center;align-items:center;transition:all .3s ease-in-out;display:inline-flex}.card-team .card-image .contact-info .btn-phone:hover,.card-team .card-image .contact-info .btn-email:hover{color:#3db9bc;background-color:#000}.card-team .card-image .contact-info .btn-phone i,.card-team .card-image .contact-info .btn-email i{font-size:1.2rem}.card-team .card-image .contact-info .btn-icon+.btn-qrcode{border-left:1px solid #dae6e8;padding-left:1.5rem}.card-team .card-image .contact-info .btn-qrcode{color:#393939;white-space:nowrap;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-flex;-moz-justify-content:center;-o-flex-justify-content:center;cursor:pointer;-webkit-box-align:center;-ms-flex-pack:center;-ms-flex-align:center;justify-content:center;align-items:center;line-height:1;display:inline-flex}.card-team .card-image .contact-info .btn-qrcode:hover{color:#3db9bc}.card-team .card-image picture{z-index:0;-o-transition:all 1s cubic-bezier(.6,0,0,1);width:100%;height:100%;transform:scale(1)translate(-50%,-50%);-ms-transform:all 1s cubic-bezier(.6,0,0,1);transform-origin:0 0;transition:all 1s cubic-bezier(.6,0,0,1);position:absolute;top:50%;left:50%;overflow:hidden}.card-team .card-image picture:after{content:"";z-index:1;-o-transition:all 1s cubic-bezier(.6,0,0,1);width:100%;height:30%;-ms-transform:all 1s cubic-bezier(.6,0,0,1);background:linear-gradient(#3db9bc00 0%,#6fbd89cc 100%);border-radius:3rem;transition:all 1s cubic-bezier(.6,0,0,1);position:absolute;bottom:0;left:0}.card-team .card-image picture img{-o-transition:all 1s cubic-bezier(.6,0,0,1);width:100%;height:100%;transform:translate(-50%,-50%);-ms-transform:all 1s cubic-bezier(.6,0,0,1);transform-origin:0 0;object-fit:cover;object-position:center;transition:all 1s cubic-bezier(.6,0,0,1);position:absolute;top:50%;left:50%}.card-team .card-body{padding:4rem 0}.card-team .card-body h6{text-align:center;margin-bottom:1rem;font-size:clamp(26px,1.23vw + 13.8px,32px);font-weight:600}.card-team .card-body p{text-align:justify}#location{position:relative;overflow:hidden}#location .bg-dots-pattern{z-index:-1;position:absolute;top:50%;left:15%}#location .circle-bg-1,#location .circle-bg-2{z-index:-1;position:absolute}#location .circle-bg-1{width:30vw;height:30vw;top:2.5%;right:-2.5%}#location .circle-bg-2{width:30vw;height:30vw;bottom:0;left:-5%}#location .heading-section{margin-bottom:5vw}.location-item{position:relative}.location-item+.location-item{margin-top:10vw}.location-item .location-info{width:80%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;-moz-justify-content:space-between;-o-flex-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:2rem;margin-bottom:2rem;padding:5% 5% 2.5%;display:flex}.location-item .location-info:after{content:"";background:radial-gradient(100% 100% at var(--4-x-position)var(--4-y-position),#3db9bc 0%,transparent),radial-gradient(100% 100% at var(--5-x-position)var(--5-y-position),#6fbd89 0%,transparent),#119390;z-index:-1;width:80%;height:80%;animation-name:main;animation-duration:3s;animation-timing-function:ease-out;animation-iteration-count:infinite;position:absolute;top:0}.location-item .location-info:before{content:"";pointer-events:none;z-index:1;opacity:.25;background:url(../../assets/img/pattern/dots-location-bg.png) 50%/cover no-repeat;width:80%;height:80%;position:absolute;top:10%}.location-item .location-info .l-title{display:-webkit-box;display:-webkit-flex;display:-moz-flex;gap:4rem;display:flex}.location-item .location-info .l-title h3>*{color:#fff;white-space:nowrap;display:block}.location-item .location-info .l-title h3 span{margin-bottom:1rem;font-size:clamp(22px,.82vw + 13.87px,26px);font-weight:300;line-height:1}.location-item .location-info .l-title h3 strong{margin-bottom:0;font-size:8rem;font-weight:300;line-height:1}.location-item .location-info .l-flag{flex:0 0 50px;width:50px}.location-item .location-info .l-list{display:-webkit-box;display:-webkit-flex;display:-moz-flex;-moz-flex-direction:column;-o-flex-direction:column;-moz-flex-wrap:nowrap;-o-flex-wrap:nowrap;flex-flow:column;margin:0;padding:0;list-style:none;display:flex}.location-item .location-info .l-list>li{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-flex;color:#fff;display:inline-flex}.location-item .location-info .l-list>li+li{margin-top:1rem}.location-item .location-info .l-list>li i{margin-right:1rem;font-size:clamp(16px,.82vw + 7.87px,20px);position:relative;top:2px}.location-item .location-info .l-list>li a,.location-item .location-info .l-list>li p{color:#fff;font-size:clamp(15px,.205vw + 1.297rem,16px);line-height:1.4;text-decoration:none}.location-item .location-map{width:90%;height:30vw}.location-item .location-map iframe{width:100%;height:100%}.location-item:nth-child(odd) .location-info{margin-left:auto}.location-item:nth-child(odd) .location-info:after{-ms-border-radius:5rem 0 5rem 0;border-radius:5rem 0;right:0}.location-item:nth-child(odd) .location-info:before{right:0;transform:scaleX(-1)}.location-item:nth-child(odd) .location-map{-ms-border-radius:0 5rem 0 5rem;border-radius:0 5rem;margin-right:auto;overflow:hidden}.location-item:nth-child(2n) .location-info{margin-right:auto}.location-item:nth-child(2n) .location-info:after{-ms-border-radius:0 5rem 0 5rem;border-radius:0 5rem;left:0}.location-item:nth-child(2n) .location-info:before{left:0}.location-item:nth-child(2n) .location-map{-ms-border-radius:5rem 0 5rem 0;border-radius:5rem 0;margin-left:auto;overflow:hidden}@media (max-width:1200px){.location-item .location-info .l-title h3 strong{font-size:clamp(38px,1.639vw + 21.74px,46px)}}@media (max-width:1024px){.location-item .location-info .l-title{gap:2rem}}@media (max-width:992px){.location-item .location-info{gap:4rem;width:90%}.location-item .location-info:after{width:90%}.location-item .location-map{height:40vw}}@media (max-width:767px){.location-item .location-info{display:block}.location-item .location-info>*{width:100%}.location-item .location-info .l-title{margin-bottom:3rem}.location-item .location-map{height:400px}}@keyframes float1{0%,to{transform:translateY(0)translate(0)rotate(0)}25%{transform:translateY(-15px)translate(10px)rotate(2deg)}50%{transform:translateY(-8px)translate(-5px)rotate(-1deg)}75%{transform:translateY(-20px)translate(8px)rotate(1deg)}}@keyframes float2{0%,to{transform:translateY(0)translate(0)rotate(0)}33%{transform:translateY(-12px)translate(-8px)rotate(-2deg)}66%{transform:translateY(-6px)translate(12px)rotate(1deg)}}@keyframes float3{0%,to{transform:translateY(0)translate(0)rotate(0)}20%{transform:translateY(-10px)translate(6px)rotate(1deg)}40%{transform:translateY(-18px)translate(-4px)rotate(-1deg)}60%{transform:translateY(-5px)translate(8px)rotate(.5deg)}80%{transform:translateY(-12px)translate(-6px)rotate(-.5deg)}}@keyframes tagFloat1{0%,to{transform:rotate(-10deg)translateY(0)translate(0)}25%{transform:rotate(-8deg)translateY(-8px)translate(5px)}50%{transform:rotate(-12deg)translateY(-5px)translate(-3px)}75%{transform:rotate(-9deg)translateY(-10px)translate(4px)}}@keyframes tagFloat2{0%,to{transform:rotate(-5deg)translateY(0)translate(0)}33%{transform:rotate(-3deg)translateY(-6px)translate(-4px)}66%{transform:rotate(-7deg)translateY(-3px)translate(6px)}}@keyframes tagFloat3{0%,to{transform:rotate(15deg)translateY(0)translate(0)}20%{transform:rotate(17deg)translateY(-5px)translate(3px)}40%{transform:rotate(13deg)translateY(-8px)translate(-2px)}60%{transform:rotate(16deg)translateY(-3px)translate(4px)}80%{transform:rotate(14deg)translateY(-6px)translate(-3px)}}@media (max-width:1480px){.founder-section .founder-image{max-height:60vw}.founder-section .founder-intro .f-body p{line-height:1.4}.founder-section .founder-intro .f-body ul>li{margin-bottom:5px}}@media (max-width:1200px){.founder-section .founder-image .person-image{top:inherit;height:100%;bottom:-10%}.founder-section .founder-image .person-image img{top:inherit;bottom:0;transform:translate(-50%)}.card-team .card-image .contact-info{padding:1rem 2rem}}@media (max-width:1024px){.section{padding:5rem 0}#professional-team .professional-team-wrap.is-animated{width:95%}.team-icon-list{gap:0 2rem}.founder-section .founder-intro .f-header .f-front,.founder-section .founder-intro .f-header .f-back,.founder-section .founder-intro .f-body{padding:2rem}.founder-section .founder-intro .f-body h5{margin-bottom:1rem}.founder-section .founder-intro .f-body p{margin-bottom:2rem}.founder-section .founder-intro .f-body ul>li{margin-bottom:0}.founder-section .founder-intro .f-header .f-back{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:2rem}.founder-section .founder-intro .f-header .f-back .f-name{width:60%}.founder-section .founder-intro .f-header .f-back .f-name .title sup{vertical-align:middle;line-height:1.2;display:block;top:0}.founder-section .founder-intro .f-header .f-back .f-name p:before{display:none}.card-team{padding:2rem}.card-team .card-body{padding-bottom:0}}@media (max-width:992px){#professional-team .intro-txt>p{width:80%}#professional-team .professional-team-wrap{margin-bottom:3rem}#professional-team .professional-team-wrap.is-animated{gap:1rem}#professional-team .professional-team-wrap.is-animated .team-item.team-main{transform:translateY(0)}#professional-team .professional-team-wrap.is-animated .team-item.team-sub:nth-child(3){transform:translate(0)}#professional-team .professional-team-wrap .team-group{gap:1rem}#professional-team .professional-team-wrap .team-group-1,#professional-team .professional-team-wrap .team-group-2{-moz-flex-direction:row;-o-flex-direction:row;-moz-flex-wrap:wrap;-o-flex-wrap:wrap;flex-flow:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#professional-team .professional-team-wrap .team-group-1{-moz-justify-content:flex-end;-o-flex-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}#professional-team .professional-team-wrap .team-group-2{-moz-justify-content:flex-start;-o-flex-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.team-item.team-main{width:70%;transform:translateY(30%)}.team-item.team-main .card-image{margin-bottom:0}.team-item.team-sub{width:30%}.team-item.team-sub:nth-child(3){transform:translateY(20%)}.team-item.team-sub:nth-child(3) .card-image{margin-bottom:0}.team-item.team-sub:nth-child(3) .card-image+.card-image{margin-top:1rem}.founder-section{display:block}.founder-section#jimmy,.founder-section#sky{padding:0}.founder-section#sky .founder-image .person-image .tag1{top:80%;left:4%}.founder-section#sky .founder-image .person-image .circle-spot.spot3{bottom:5%;left:80%}.founder-section .founder-image{width:100%;top:inherit;left:inherit;max-height:inherit;position:relative;transform:translate(0)}.founder-section .founder-image .person-image{position:static;transform:translate(0)}.founder-section .founder-intro{width:95%;margin:-400px auto 0}.founder-section .founder-intro .f-header{width:55%;height:350px;margin-left:auto}.founder-section .founder-intro .f-header .f-front,.founder-section .founder-intro .f-header .f-back{-moz-flex-direction:column;-o-flex-direction:column;-moz-flex-wrap:nowrap;-o-flex-wrap:nowrap;flex-flow:column}.founder-section .founder-intro .f-header .f-back .f-name{width:100%}.founder-section .founder-intro .f-name{margin-bottom:2rem}.founder-section .founder-intro .f-name .title{margin-bottom:1rem}.founder-section .founder-intro .f-contact{-moz-flex-direction:row;-o-flex-direction:row;-moz-flex-wrap:nowrap;-o-flex-wrap:nowrap;flex-flow:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.team-icon-list{display:-webkit-box;display:-webkit-flex;display:-moz-flex;-moz-flex-direction:row;-o-flex-direction:row;-moz-flex-wrap:wrap;-o-flex-wrap:wrap;-moz-justify-content:center;-o-flex-justify-content:center;flex-flow:wrap;-ms-flex-pack:center;justify-content:center;gap:3rem;display:flex}.team-icon-list .team-icon-item{width:30%}.team-icon-list .team-icon-item .icon{width:10rem;height:10rem}}@media (max-width:767px){.nav-unit-row ul{-ms-border-radius:50rem;border-radius:50rem;gap:1rem;padding:1rem}.nav-unit-row ul .item{position:relative}.nav-unit-row ul .item:before{content:"";padding-top:100%;display:block}.nav-unit-row ul .item .item-link{-moz-flex-direction:column;-o-flex-direction:column;-moz-flex-wrap:nowrap;-o-flex-wrap:nowrap;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;-o-flex-justify-content:center;flex-flow:column;-webkit-box-align:center;-ms-flex-pack:center;-ms-flex-align:center;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.nav-unit-row ul .item .item-link .icon{margin-bottom:1rem;margin-right:0}#professional-team .intro-txt>p{width:100%}#professional-team .professional-team-wrap.is-animated{width:calc(100% - 4rem)}.team-item.team-sub{width:28%}.team-item .card-image{-ms-border-radius:1rem;border-radius:1rem}.team-icon-list{grid-template-columns:repeat(2,1fr);display:grid}.team-icon-list .team-icon-item{-moz-justify-content:flex-start;-o-flex-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;width:100%}.team-icon-list .team-icon-item:last-child{grid-area:3/1/3/3}.founder-section.is-animated .founder-image .circle-o{border-width:80px}.founder-section .founder-image .person-image{width:80%;margin:0 auto}.founder-section .founder-intro{margin-top:0}.founder-section .founder-intro .f-header{width:100%}}