.hover-underline{text-decoration:none;position:relative}.hover-underline:after{content:"";opacity:0;transform-origin:0;background-color:currentColor;width:100%;height:2px;transition:transform .25s,opacity .15s;position:absolute;bottom:0;left:0;transform:scaleX(0)}@media screen and (max-width:768px){.hover-underline:after{content:none}}.hover-underline:hover:after{opacity:1;transform:scaleX(1)}.hover-text-color{transition:color .25s}.hover-text-color:hover{color:color-mix(in srgb,currentColor 85%,#07503f)}.hover-icon-shift{align-items:center;gap:.5rem;display:inline-flex}.hover-icon-shift .icon{transition:transform .25s}.hover-icon-shift:hover .icon{transform:translate(4px)}.hover-icon-rotate .icon{transition:transform .3s}.hover-icon-rotate:hover .icon{transform:rotate(90deg)}.fade-in{opacity:0;transition:opacity .25s}.fade-in:hover{opacity:1}.fade-in-up{opacity:0;transition:opacity .25s,transform .25s;transform:translateY(6px)}.fade-in-up:hover{opacity:1;transform:translateY(0)}.hover-lift{transition:transform .25s,box-shadow .25s}.hover-lift:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001f}@media (prefers-reduced-motion:reduce){.hover-underline:after,.hover-icon-shift .icon,.hover-icon-rotate .icon,.fade-in,.fade-in-up,.hover-lift{transition:none;transform:none}}.btn-fade{isolation:isolate;position:relative;overflow:hidden}.btn-fade:before{content:"";z-index:-1;border-radius:inherit;pointer-events:none;background-color:#00000014;width:0;transition:width .35s;position:absolute;inset:0}.btn-fade:hover:before{width:100%}.container,.container-full,.container-blog,.container-blog-detail{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.container,.container-full,.container-blog,.container-blog-detail{padding-left:1rem;padding-right:1rem}}@media (min-width:768px){.container,.container-full,.container-blog,.container-blog-detail{max-width:calc(1140px + 2rem)}}.container{max-width:100%}@media (min-width:768px){.container{max-width:var(--container-main-max-width)}}.container-full{max-width:100%;padding-left:0;padding-right:0}.container-blog{max-width:100%}@media (min-width:1024px){.container-blog{max-width:var(--container-blog-max-width)}}.container-blog-detail{max-width:100%}@media (min-width:1024px){.container-blog-detail{max-width:var(--container-blog-detail-max-width)}}@media (max-width:1023px){.container-blog-detail{padding-left:1rem;padding-right:1rem}}html{scroll-behavior:smooth;scroll-padding-top:99px}body{font-family:var(--font-body);color:var(--color-text-primary);background-color:var(--color-background);letter-spacing:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;line-height:120%}main{min-height:calc(100vh - 500px)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600;line-height:150%}h1{font-size:40px}h2{font-size:32px}h3{font-size:24px}h4{font-size:20px}h5{font-size:16px}h6{font-size:14px}strong{font-weight:600}.typo-hero{font-size:64px;font-weight:600;line-height:150%}.typo-bold{font-size:14px;font-weight:600;line-height:150%}.typo-small{font-size:12px;font-weight:600;line-height:150%}.typo-subtitle{font-size:14px;font-weight:600;line-height:150%}.typo-pretitle{font-size:10px;font-weight:600;line-height:150%}.typo-title{font-size:15px;font-weight:600;line-height:150%}.typo-body{font-size:14px;font-weight:400;line-height:150%}.typo-blog{font-size:16px;font-weight:400;line-height:150%}.typo-button{font-size:14px;font-weight:600;line-height:150%}.typo-link{font-size:14px;font-weight:400;line-height:150%}ol{margin-left:20px;list-style:decimal}.text-64px{font-size:64px;line-height:1.5}.text-48px{font-size:48px;line-height:1.5}.text-40px{font-size:40px;line-height:1.5}.text-36px{font-size:36px;line-height:1.5}.text-32px{font-size:32px;line-height:1.5}.text-28px{font-size:28px;line-height:1.5}.text-24px{font-size:24px;line-height:1.5}.text-20px{font-size:20px;line-height:1.5}.text-18px{font-size:18px;line-height:1.5}.text-16px{font-size:16px;line-height:1.5}.text-15px{font-size:15px;line-height:1.5}.text-14px{font-size:14px;line-height:1.5}.text-13px{font-size:13px;line-height:1.5}.text-12px{font-size:12px;line-height:1.5}.text-10px{font-size:10px;line-height:1.5}.desktop-only{display:block!important}@media (max-width:767px){.desktop-only{display:none!important}}.mobile-only{display:none!important}@media (max-width:767px){.mobile-only{display:block!important}}.show-desktop{display:none!important}@media (min-width:768px){.show-desktop{display:block!important}}.show-mobile{display:block!important}@media (min-width:768px){.show-mobile{display:none!important}}.hide-desktop{display:block!important}@media (min-width:768px){.hide-desktop{display:none!important}}.hide-mobile{display:none!important}@media (min-width:768px){.hide-mobile{display:block!important}}.show-mobile-inline{display:inline!important}@media (min-width:768px){.show-mobile-inline{display:none!important}}.show-desktop-inline{display:none!important}@media (min-width:768px){.show-desktop-inline{display:inline!important}}.dynamic-background{z-index:-1;position:absolute;inset:0}.dynamic-background img{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;inset:0}.dynamic-background video,.dynamic-background .object,.dynamic-background iframe{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.group-card-seemore{flex-direction:column;gap:24px;display:flex}.group-card-seemore .header-wrapper{justify-content:space-between;align-items:center;display:flex}.group-card-seemore .header-wrapper .title-wrapper{flex-direction:column;gap:10px;display:flex}.group-card-seemore .header-wrapper .title-wrapper .tag{color:var(--color-primary);font-size:14px;font-weight:600;line-height:150%}.group-card-seemore .header-wrapper .title-wrapper .title{color:var(--color-primary);font-size:32px;font-weight:700;line-height:120%}@media (max-width:1023px){.group-card-seemore .header-wrapper .title-wrapper .title{font-size:20px}}.group-card-seemore .header-wrapper .explore-link{color:var(--color-secondary);align-items:center;gap:4px;font-size:14px;font-weight:600;line-height:21px;display:flex}.group-card-seemore .header-wrapper .explore-link .link-arrow{justify-content:center;align-items:center;transition:transform .25s;display:inline-flex;transform:translate(0)}.group-card-seemore .header-wrapper .explore-link:hover .link-arrow{transform:translate(2px)}@media (max-width:1023px){.group-card-seemore .header-wrapper{justify-content:center}}.group-card-seemore .body-wrapper .card-wrapper{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:24px;display:grid}.group-card-seemore .body-wrapper .card-wrapper .card-item{border-radius:var(--radius-md);border:1px solid var(--color-neutral-150);background-color:#fff;flex-direction:column;height:100%;display:flex;overflow:hidden}.group-card-seemore .body-wrapper .card-wrapper .card-item:hover .card-img img{transform:scale(1.06)}.group-card-seemore .body-wrapper .card-wrapper .card-item .card-img{width:100%;max-width:364px;height:auto;display:block;overflow:hidden}.group-card-seemore .body-wrapper .card-wrapper .card-item .card-img img{width:100%;height:auto;transition:transform .45s cubic-bezier(.4,0,.2,1)}@media (max-width:767px){.group-card-seemore .body-wrapper .card-wrapper .card-item .card-img{aspect-ratio:300/165}}.group-card-seemore .body-wrapper .card-wrapper .card-item .card-content{flex-direction:column;flex:1;justify-content:space-between;padding:24px 24px 32px;display:flex}.group-card-seemore .body-wrapper .card-wrapper .card-item .card-content .card-text-wrapper{flex-direction:column;gap:10px;display:flex}@media (max-width:1023px){.group-card-seemore .body-wrapper .card-wrapper .card-item .card-content .card-text-wrapper{gap:8px}}.group-card-seemore .body-wrapper .card-wrapper .card-item .card-content .card-text-wrapper .card-tag{color:var(--color-secondary);font-size:13px;font-weight:600;line-height:150%}.group-card-seemore .body-wrapper .card-wrapper .card-item .card-content .card-text-wrapper .card-title{color:var(--color-neutral);line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:20px;font-weight:600;line-height:150%;display:-webkit-box;overflow:hidden}.group-card-seemore .body-wrapper .card-wrapper .card-item .card-content .card-date{color:#ccc;padding-top:10px;font-size:12px;font-weight:400;line-height:150%}.group-card-seemore .body-wrapper .card-wrapper .card-item a{flex-direction:column;height:100%;display:flex}.group-card-seemore .body-wrapper .sc-group-swiper-container{position:relative}.group-card-seemore .body-wrapper .sc-group-swiper-container .sc-group-swiper .swiper-slide{width:300px!important}.group-card-seemore .body-wrapper .sc-group-swiper-container .card-item{border-radius:var(--radius-md);border:1px solid var(--color-neutral-150);background-color:#fff;flex-direction:column;height:100%;display:flex;overflow:hidden}.group-card-seemore .body-wrapper .sc-group-swiper-container .card-item:hover .card-img img{transform:scale(1.06)}.group-card-seemore .body-wrapper .sc-group-swiper-container .card-item .card-img{width:100%;max-width:unset;height:auto;display:block;overflow:hidden}.group-card-seemore .body-wrapper .sc-group-swiper-container .card-item .card-img span{display:block!important}.group-card-seemore .body-wrapper .sc-group-swiper-container .card-item .card-img img{width:100%;height:auto;transition:transform .45s cubic-bezier(.4,0,.2,1);display:block}.group-card-seemore .body-wrapper .sc-group-swiper-container .card-item .card-content{flex-direction:column;flex:1;justify-content:space-between;padding:1rem;display:flex}.group-card-seemore .body-wrapper .sc-group-swiper-container .card-item .card-content .card-text-wrapper{flex-direction:column;gap:10px;display:flex}@media (max-width:1023px){.group-card-seemore .body-wrapper .sc-group-swiper-container .card-item .card-content .card-text-wrapper{gap:8px}}.group-card-seemore .body-wrapper .sc-group-swiper-container .card-item .card-content .card-text-wrapper .card-tag{color:var(--color-secondary);font-size:12px;font-weight:600;line-height:150%}.group-card-seemore .body-wrapper .sc-group-swiper-container .card-item .card-content .card-text-wrapper .card-title{color:var(--color-neutral);line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px;font-weight:600;line-height:150%;display:-webkit-box;overflow:hidden}.group-card-seemore .body-wrapper .sc-group-swiper-container .card-item .card-content .card-date{color:#ccc;padding-top:8px;font-size:10px;font-weight:400;line-height:150%}.group-card-seemore .body-wrapper .sc-group-swiper-container .card-item a{flex-direction:column;height:100%;display:flex}.group-card-seemore .body-wrapper .sc-group-swiper-container .slider-controls{justify-content:center;width:100%;margin-top:16px;margin-bottom:24px;display:flex}.group-card-seemore .body-wrapper .sc-group-swiper-container .slider-controls .slider-pagination{background-color:#1113;border-radius:100px;justify-content:center;align-items:center;gap:8px;width:fit-content;padding:6px 12px;display:flex}@media (max-width:1023px){.group-card-seemore .body-wrapper .sc-group-swiper-container .slider-controls .slider-pagination{margin:auto;padding:8px 12px}}.group-card-seemore .body-wrapper .sc-group-swiper-container .slider-controls .slider-pagination .swiper-pagination-bullet{opacity:1;background:#d9d9d9;width:6px;height:6px;transition:all .3s;margin:0!important}.group-card-seemore .body-wrapper .sc-group-swiper-container .slider-controls .slider-pagination .swiper-pagination-bullet-active{background-color:#fff}.group-card-seemore .body-wrapper .sc-group-swiper-container .mobile-explore-link{justify-content:center;display:flex}.group-card-seemore .body-wrapper .sc-group-swiper-container .mobile-explore-link .explore-link{color:var(--color-secondary);align-items:center;gap:4px;font-size:14px;font-weight:600;line-height:21px;display:flex}.group-card-seemore .body-wrapper .sc-group-swiper-container .mobile-explore-link .explore-link .link-arrow{justify-content:center;align-items:center;display:inline-flex}
