﻿@charset "UTF-8";:root{--background-dark:#000037;--background-dark-50:rgba(0,0,55,.5);--background-dark-70:rgba(0,0,55,.7);--background-light:#33006e;--background-contrast:#fff;--brand-primary:#ff008c;--text-dark:#000064;--text-dark-50:rgba(0,0,100,.5);--text-primary:#fff;--divider:#f5f5f5;--purple:#7254f8;--purple-50:rgba(114,84,248,.5);--red:#ff1900;--light-blue:#00d7ff;--medium-blue:#0073cd;--light-purple:#fc0215;--light-purple-25:rgba(0,115,205,.25);--white:#fff;}:root{--font-base:"Inter",sans-serif;--font-barlow-condensed:"Barlow Condensed",sans-serif;--font-weight-thin:100;--font-weight-extra-light:200;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semi-bold:600;--font-weight-bold:700;--font-weight-extra-bold:800;--font-weight-black:900;}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;scrollbar-color:var(-\2d brand-primary);}html{font-size:100%;scroll-behavior:smooth;}body{font-family:var(--font-base);background:var(--background-dark);color:var(--text-primary);font-size:16px;line-height:1.5;}a{text-decoration:none;color:inherit;}a:hover{text-decoration:none;}hr{border-color:var(--divider);}*::-webkit-scrollbar{width:10px;height:5px;}*::-webkit-scrollbar-track{background:var(--background-dark);}*::-webkit-scrollbar-thumb{background:var(-\2d brand-primary);border-radius:5px;}button{all:unset;cursor:pointer;font:inherit;color:inherit;}.accessibility-tools{--accessibility-tools-background:#0e0061;background:var(--accessibility-tools-background);height:40px;align-content:center;text-align:end;padding:0 2.5rem;}.accessibility-tools button span{font-size:1rem;font-family:var(--font-barlow-condensed);font-weight:var(--font-weight-semi-bold);}.article .article-image{width:100%;aspect-ratio:16/9;border-radius:16px;overflow:hidden;}.article .article-image img{width:100%;height:100%;object-fit:cover;object-position:top center;}.article .article-tags{padding:0;margin:2.5rem 0;list-style:none;display:flex;gap:10px;font-size:.875rem;flex-wrap:wrap;}.article .article-date{display:block;margin-bottom:2rem;font-size:.75rem;}.article .article-entity{display:flex;gap:.5rem;margin-bottom:1.5rem;}.article .article-entity .article-entity-logo{height:24px;width:24px;}.article .article-entity .article-entity-logo img{width:100%;height:100%;object-fit:contain;object-position:top center;}.article .article-entity .article-entity-content{display:flex;align-items:center;gap:.75rem;}.article .article-entity .article-entity-content h4{margin-bottom:0;font-size:1.25rem;font-weight:var(--font-weight-semi-bold);}.article .article-entity .article-entity-content p{margin-bottom:0;font-size:1rem;font-weight:var(--font-weight-medium);font-family:var(--font-base);}.article .page-title{margin-bottom:1rem;}.article .article-lead{color:var(--brand-primary);margin-bottom:2.5rem;font-family:var(--font-barlow-condensed);font-size:1.5rem;}.article .video{border-radius:16px;overflow:hidden;}.editorial-content-grid-container{container-type:inline-size;margin-bottom:5rem;}.editorial-content-grid-container .editorial-content-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem;}@container (width> 576px){.editorial-content-grid-container .editorial-content-grid{grid-template-columns:repeat(2,1fr);}}@container (width> 768px){.editorial-content-grid-container .editorial-content-grid{grid-template-columns:repeat(3,1fr);}}.editorial-content-grid-container .editorial-content-scroll-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,33%);gap:1rem;overflow-x:auto;padding-bottom:1rem;scroll-behavior:smooth;}.editorial-content-grid-container .editorial-content-grid-button{text-align:center;margin:2.5rem 0;}.editorial-content-award-grid-container{container-type:inline-size;margin-bottom:5rem;}.editorial-content-award-grid-container .editorial-content-award-grid{display:block;grid-template-columns:repeat(1,1fr);gap:1rem;}@container (width> 576px){.editorial-content-award-grid-container .editorial-content-award-grid{grid-template-columns:repeat(2,1fr);}}@container (width> 768px){.editorial-content-award-grid-container .editorial-content-award-grid{grid-template-columns:repeat(3,1fr);}}.editorial-content-award-grid-container .editorial-content-award-scroll-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,33%);gap:1rem;overflow-x:auto;padding-bottom:1rem;scroll-behavior:smooth;}.editorial-content-award-grid-container .editorial-content-award-grid-button{text-align:center;margin:2.5rem 0;}.error-page{margin-top:150px;}.error-page p{font-family:var(--font-barlow-condensed);font-weight:var(--font-weight-semi-bold);font-size:1.25rem;margin-bottom:3rem;line-height:1.4;}.global-navigation{background:var(--background-dark);container-type:inline-size;--global-navigation-second-level-background:#0e0061;font-family:var(--font-barlow-condensed);font-weight:var(--font-weight-semi-bold);font-size:20px;}.global-navigation .global-navigation-logo{display:block;width:155px;height:55px;flex-shrink:0;}.global-navigation .global-navigation-logo img{width:100%;height:100%;object-fit:contain;object-position:center;}.global-navigation .group-title{height:1lh;margin-bottom:.5rem;font-size:1rem;}.global-navigation ul{list-style:none;padding:0;}.global-navigation hr:last-child{display:none;}.global-navigation .second-level-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.5rem 1rem;}.global-navigation .second-level-item{width:fit-content;padding:.5rem;display:flex;justify-content:start;align-items:center;gap:.5rem;}.global-navigation .second-level-item .item-logo{width:24px;height:24px;}.global-navigation .second-level-item .item-logo img{width:100%;height:100%;object-fit:contain;object-position:center;}.global-navigation .second-level-item span{font-size:1.25rem;font-weight:var(--font-weight-semi-bold);}.global-navigation .global-navigation-desktop{padding:0 2.5rem;display:flex;justify-content:space-between;align-items:center;gap:4rem;}@container (width < 1199.98px){.global-navigation .global-navigation-desktop{display:none;}}.global-navigation .global-navigation-desktop .global-navigation-entries{display:flex;margin:0;overflow-x:auto;flex-grow:1;}.global-navigation .global-navigation-desktop .global-navigation-entries .global-navigation-level-one-entry{display:flex;align-items:center;flex-shrink:0;}.global-navigation .global-navigation-desktop .global-navigation-entries .global-navigation-level-one-entry .first-level-item{display:block;padding:2.25rem 1rem;}.global-navigation .global-navigation-desktop .global-navigation-entries .global-navigation-level-one-entry .first-level-item:hover,.global-navigation .global-navigation-desktop .global-navigation-entries .global-navigation-level-one-entry .first-level-item.show{background-color:var(--global-navigation-second-level-background);}.global-navigation .global-navigation-desktop .global-navigation-entries .global-navigation-level-one-entry:not(:first-child)::before{content:"•";margin:0 .625rem;color:var(--brand-primary);align-content:center;}.global-navigation .global-navigation-desktop .global-navigation-entries .global-navigation-level-one-entry.dropdown{position:static;}.global-navigation .global-navigation-desktop .global-navigation-entries .global-navigation-level-one-entry.dropdown .dropdown-menu{width:100%;max-height:calc(100vh - 100px);padding:3rem 1.25rem;overflow-y:auto;--bs-dropdown-bg:var(--global-navigation-second-level-background);--bs-dropdown-link-color:var(--text-primary);--bs-dropdown-link-hover-color:var(--text-primary);--bs-heading-color:var(--text-primary);--bs-dropdown-link-active-bg:var(--global-navigation-second-level-background);--bs-dropdown-link-hover-bg:var(--global-navigation-second-level-background);}.global-navigation .global-navigation-desktop .global-navigation-entries .global-navigation-level-one-entry.dropdown .dropdown-menu.show{transform:translate3d(0,100px,0)!important;}.global-navigation .global-navigation-desktop .global-navigation-entries .global-navigation-level-one-entry .second-level-group{border-radius:16px;padding:1.5rem 2rem;background:var(--group-background-color);--bs-dropdown-bg:var(--group-background-color);--bs-dropdown-link-active-bg:var(--group-background-color);--bs-dropdown-link-hover-bg:var(--group-background-color);}@container (width > 1199.98px){.global-navigation .global-navigation-mobile{display:none;}}.global-navigation .global-navigation-mobile .mobile-menu-toggle{color:var(--brand-primary);}.global-navigation .global-navigation-mobile .navbar-nav{margin:2rem 0;gap:16px;max-height:calc(100vh - 100px);overflow-y:auto;--bs-nav-link-color:var(--text-primary);--bs-nav-link-hover-color:var(--text-primary);--bs-navbar-active-color:var(--text-primary);}.global-navigation .global-navigation-mobile .navbar-nav .nav-link{--bs-nav-link-font-size:1.25rem;--bs-nav-link-font-weight:var(--font-weight-semi-bold);display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;}.global-navigation .global-navigation-mobile .navbar-nav .nav-link i{transition:transform .3s ease;}.global-navigation .global-navigation-mobile .navbar-nav .nav-link[aria-expanded=true] i{transform:rotate(180deg);}.global-navigation .global-navigation-mobile .second-level{background-color:var(--global-navigation-second-level-background);padding:1rem .5rem;}.global-navigation .global-navigation-mobile .second-level .second-level-group{background:var(--group-background-color);border-radius:16px;padding:.5rem 1rem;}.global-navigation .global-navigation-mobile .dropdown-menu{--bs-dropdown-bg:transparent;--bs-dropdown-link-color:var(--text-primary);--bs-dropdown-link-hover-color:var(--text-primary);--bs-heading-color:var(--text-primary);--bs-dropdown-link-active-bg:transparent;--bs-dropdown-link-hover-bg:transparent;border:0;}header{width:100%;position:sticky;top:0;z-index:var(--z-header);}.footer{padding-bottom:3.5rem;margin-top:3rem;}.footer .footer-logo{width:176px;height:80px;margin-bottom:4rem;}.footer .footer-logo .footer-logo-image{width:100%;height:100%;object-fit:cover;}.footer .footer-content{display:flex;justify-content:space-between;gap:40px;}@media(max-width:767px){.footer .footer-content{flex-direction:column;gap:40px;}}.footer .footer-content .footer-menu .footer-menu-title{font-family:var(--font-barlow-condensed);font-size:1.5rem;font-weight:var(--font-weight-semi-bold);margin-bottom:2rem;}.footer .footer-content .footer-menu .footer-menu-items{display:grid;grid-template-columns:repeat(2,auto);grid-auto-rows:min-content;gap:.5rem 4rem;grid-auto-flow:column;grid-template-rows:repeat(3,auto);padding:0;margin:0;}.footer .footer-content .footer-menu .footer-menu-items .footer-menu-item{list-style:none;text-decoration:underline;}.footer .footer-content .footer-contacts{display:flex;flex-direction:column;gap:.5rem;}.footer .footer-content .footer-contacts .footer-contacts-title{font-family:var(--font-barlow-condensed);font-size:1.5rem;font-weight:var(--font-weight-semi-bold);margin-bottom:1.5rem;}.footer .footer-content .footer-contacts .footer-contacts-link{text-decoration:underline;}.footer .footer-sponsors{margin-top:3rem;display:flex;flex-direction:column;gap:3rem;align-items:center;}.footer .footer-sponsors .footer-sponsors-group{display:flex;flex-direction:column;align-items:center;}.footer .footer-sponsors .footer-sponsors-group .footer-sponsors-group-title{font-family:var(--font-barlow-condensed);font-weight:var(--font-weight-semi-bold);}.footer .footer-sponsors .footer-sponsors-group .footer-sponsors-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;align-items:center;}.footer .footer-sponsors .footer-sponsors-group .footer-sponsors-grid .footer-sponsor{height:120px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;}.footer .footer-sponsors .footer-sponsors-group .footer-sponsors-grid .footer-sponsor .footer-sponsor-logo{width:100%;height:100%;object-fit:contain;display:block;aspect-ratio:5/4;}.footer .footer-copyrights-socials{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;}.footer .footer-copyrights-socials .footer-copyrights{font-family:var(--font-base);font-weight:var(--font-weight-regular);font-size:.875rem;color:rgba(255,255,255,.5);}.footer .footer-copyrights-socials .footer-socials{display:flex;gap:1.5rem;}.footer .footer-copyrights-socials .footer-socials .footer-socials-item-image{width:24px;height:24px;object-fit:cover;}.footer .footer-divider{position:relative;}.footer .footer-divider .footer-divider-arrow{position:absolute;right:.5rem;top:50%;transform:translateY(-100%);}.footer .footer-divider .footer-divider-line{margin-top:4.5rem;margin-bottom:1.5rem;color:#fff;opacity:100%;}.footer .footer-links{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:1.5rem;}.footer .footer-links .footer-link{text-decoration:underline;}.floating-socials{position:fixed;right:0;top:15rem;display:flex;flex-direction:column;z-index:1000;pointer-events:auto;background-color:#000064;padding:5px;border-bottom-left-radius:16px;border-top-left-radius:16px;}.floating-socials .floating-socials-item{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;text-decoration:none;overflow:hidden;}.floating-socials .floating-socials-item img{width:22px;height:22px;display:block;}.floating-socials .floating-socials-item:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(0,0,0,.18);}body{background-image:var(--home-background-desktop);background-repeat:no-repeat;background-position:top;background-size:cover;}@media(max-width:991.98px){body{background-image:var(--home-background-desktop);background-repeat:no-repeat;background-position:top;background-size:cover;}}.button{display:inline-flex;gap:.625rem;justify-content:center;align-items:center;padding:.75rem 1rem;background:var(--button-background-color);border:1px solid var(--button-border-color);border-radius:4px;overflow:hidden;outline:0;transition:.3s;}.button span{color:var(--button-text-color);font-family:var(--font-barlow-condensed);font-size:14px;font-weight:var(--font-weight-semi-bold);transition:.3s;}.button:hover{background:var(--button-background-color-hover);border-color:var(--button-border-color-hover);}.button:hover span{color:var(--button-text-color-hover);}.button .button-icon{width:20px;height:20px;display:flex;justify-content:center;align-items:center;flex-shrink:0;}.button .button-icon img{width:100%;height:100%;object-fit:contain;object-position:center;}.button .button-icon i{font-size:1.25rem;line-height:1.25rem;}.call-to-action{padding:3rem 0 0 0;container-type:inline-size;margin-bottom:5rem;}.call-to-action .call-to-action-body{display:grid;grid-template-columns:100%;grid-template-rows:auto auto;row-gap:50px;}@container (width > 767.98px){.call-to-action .call-to-action-body{grid-template-columns:600px auto;column-gap:50px;row-gap:0;}}.call-to-action .call-to-action-image{width:100%;height:fit-content;overflow:hidden;border-radius:16px;}.call-to-action .call-to-action-image img{width:100%;height:100%;object-fit:contain;object-position:top center;}.call-to-action .rte{align-content:center;padding:1rem;}.fpf-dropdown{--dropdown-background:#0e0061;align-content:center;}.fpf-dropdown .dropdown .dropdown-toggle{border:0;background-color:transparent;color:var(--text-primary);font-family:var(--font-barlow-condensed);font-weight:var(--font-weight-semi-bold);font-size:1rem;display:flex;justify-content:center;align-items:center;gap:1rem;}.fpf-dropdown .dropdown .dropdown-toggle::after{color:var(--brand-primary);}.fpf-dropdown .dropdown .dropdown-menu{--bs-dropdown-bg:var(--dropdown-background);--bs-dropdown-link-color:var(--text-primary);--bs-dropdown-link-hover-bg:var(--dropdown-background);--bs-dropdown-link-hover-color:var(--text-primary);--bs-dropdown-link-active-bg:var(--dropdown-background);--bs-dropdown-link-active-color:var(--text-primary);}.fpf-dropdown .dropdown .dropdown-menu .dropdown-item{font-family:var(--font-barlow-condensed);font-weight:var(--font-weight-semi-bold);font-size:1rem;}.highlighted-video{text-align:center;margin-bottom:5rem;}.highlighted-video .highlighted-video-interaction{padding:1rem 0;}.rte{--font-family-rte-h1:var(--font-barlow-condensed);--font-weight-rte-h1:var(--font-weight-medium);--font-size-rte-h1:2.5rem;--line-height-rte-h1:100%;--font-family-rte-h2:var(--font-barlow-condensed);--font-weight-rte-h2:var(--font-weight-medium);--font-size-rte-h2:1.875rem;--line-height-rte-h2:100%;--font-family-rte-h3:var(--font-barlow-condensed);--font-weight-rte-h3:var(--font-weight-medium);--font-size-rte-h3:1.375rem;--line-height-rte-h3:100%;--font-family-rte-p:var(--font-base);--font-weight-rte-p:var(--font-weight-regular);--font-size-rte-p:.875rem;--line-height-rte-p:1.25rem;--color-rte-a:var(--brand-primary);--text-decoration-rte-a:underline;}@media(max-width:1199.98px){.rte img{width:100%;}}.two-level-title{width:100%;padding:2rem 0;font-family:var(--font-barlow-condensed);container-type:inline-size;text-transform:uppercase;}.two-level-title .two-level-title-content{--second-level-title-font-size:30px;--text-position:center;}.two-level-title .two-level-title-content.two-level-title-small{--second-level-title-font-size:28px;}.two-level-title .two-level-title-content.two-level-title-medium{--second-level-title-font-size:40px;--first-level-title-font-size:26px;--font-weight:var(--font-weight-medium);}@container (width < 768px){.two-level-title .two-level-title-content.two-level-title-medium{--second-level-title-font-size:36px;}}.two-level-title .two-level-title-content.two-level-title-big{--second-level-title-font-size:70px;--first-level-title-font-size:30px;--font-weight:var(--font-weight-semi-bold);}@container (width < 768px){.two-level-title .two-level-title-content.two-level-title-big{--second-level-title-font-size:36px;}}.two-level-title .two-level-title-content h2{letter-spacing:.75rem;font-size:var(--first-level-title-font-size);font-weight:var(--font-weight-medium);color:var(--brand-primary);color:var(--first-level-text-color);text-align:var(--text-position);}.two-level-title .two-level-title-content h3{font-size:var(--second-level-title-font-size);font-weight:var(--font-weight);color:var(--white);color:var(--second-level-text-color);text-align:var(--text-position);}.editorial-content-base-card{--editorial-content-base-card-background-color:#f5f5f5;width:100%;background-color:var(--editorial-content-base-card-background-color);border-radius:8px;padding:.5rem;color:var(--text-dark);}.editorial-content-base-card .editorial-content-base-card-image{width:100%;aspect-ratio:16/9;position:relative;border-radius:8px;overflow:hidden;}.editorial-content-base-card .editorial-content-base-card-image img{width:100%;height:100%;object-fit:cover;object-position:top center;}.editorial-content-base-card .editorial-content-base-card-image .tag{position:absolute;top:8px;left:8px;}.editorial-content-base-card .editorial-content-base-card-body{padding:1rem;}.editorial-content-base-card .editorial-content-base-card-body .editorial-content-base-card-entity{display:flex;gap:.5rem;margin-bottom:1.5rem;}.editorial-content-base-card .editorial-content-base-card-body .editorial-content-base-card-entity .editorial-content-base-card-entity-logo{height:24px;width:24px;}.editorial-content-base-card .editorial-content-base-card-body .editorial-content-base-card-entity .editorial-content-base-card-entity-logo img{width:100%;height:100%;object-fit:contain;object-position:top center;}.editorial-content-base-card .editorial-content-base-card-body .editorial-content-base-card-entity .editorial-content-base-card-entity-content{display:flex;align-items:center;gap:.25rem;}.editorial-content-base-card .editorial-content-base-card-body .editorial-content-base-card-entity .editorial-content-base-card-entity-content h4{margin-bottom:0;font-size:1rem;font-weight:var(--font-weight-semi-bold);}.editorial-content-base-card .editorial-content-base-card-body .editorial-content-base-card-entity .editorial-content-base-card-entity-content p{margin-bottom:0;font-size:.625rem;font-weight:var(--font-weight-regular);font-family:var(--font-base);}.editorial-content-base-card .editorial-content-base-card-body .editorial-content-base-card-title{height:3lh;margin-bottom:1rem;font-size:1.5rem;font-weight:var(--font-weight-semi-bold);}.editorial-content-base-card .editorial-content-base-card-body .editorial-content-base-card-date{font-size:.625rem;font-weight:var(--font-weight-regular);font-family:var(--font-base);}.editorial-content-base-card:hover .editorial-content-base-card-image img{animation:pulse 1s 1;}.related-editorial-content{padding:6.25rem 0;margin-bottom:5rem;}.related-editorial-content .related-editorial-content-title{font-family:var(--font-barlow-condensed);font-weight:var(--font-weight-medium);text-transform:uppercase;font-size:1.625rem;letter-spacing:.35em;color:var(--brand-primary);margin-bottom:2rem;}.breadcrumb{--bs-breadcrumb-divider:">";--bs-breadcrumb-item-active-color:var(--text-primary);--bs-breadcrumb-divider-color:var(--text-primary);margin:2.5rem 0;}.breadcrumb li{font-weight:var(--font-weight-semi-bold);font-size:.875rem;line-height:1.25rem;}.breadcrumb li i{font-size:1.25rem;line-height:1.25rem;}@media(max-width:766.98px){.breadcrumb li.active{display:none;}}.showcase{background:var(--showcase-background-desktop) no-repeat center/cover;margin-bottom:5rem;}@media(max-width:991.98px){.showcase{background:var(--showcase-background-mobile) no-repeat center/cover;}}.showcase .showcase-title{font-family:var(--font-barlow-condensed);font-weight:var(--font-weight-medium);font-size:2.5rem;line-height:3.25rem;margin-bottom:3rem;text-transform:uppercase;}.showcase .showcase-subTitle{font-family:var(--font-base);font-weight:var(--font-weight-regular);font-size:.875rem;line-height:1.25rem;margin-bottom:3rem;}.showcase .showcase-groups{padding:0 0 2rem 0;}.showcase .showcase-groups .showcase-group{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;}.showcase .showcase-groups .showcase-group .showcase-item{text-align:center;width:330px;padding:1rem 0 2rem 0;font-family:var(--font-barlow-condensed);display:flex;flex-direction:column;justify-content:center;align-items:center;}.showcase .showcase-groups .showcase-group .showcase-item .showcase-item-title{font-weight:600;font-size:2.25rem;width:100%;text-transform:uppercase;}.showcase .showcase-groups .showcase-group .showcase-item .showcase-item-subtitle{font-weight:400;font-size:1.25rem;width:100%;margin-bottom:0;}.showcase .showcase-groups .showcase-group .showcase-item .showcase-item-media{position:relative;width:330px;}.showcase .showcase-groups .showcase-group .showcase-item .showcase-item-media .showcase-item-image{width:100%;height:100%;object-fit:cover;object-position:top center;position:relative;}.showcase .showcase-groups .showcase-group .showcase-item .showcase-item-media .showcase-plus-button{position:absolute;border:0;border-radius:50%;padding:.5rem;cursor:pointer;transition:background .2s;left:50%;bottom:40px;transform:translateX(-50%);font-size:40px;}.showcase .showcase-groups .showcase-group .showcase-item .showcase-card-modal .modal-content{--bs-modal-bg:var(--background-dark);color:unset;border-radius:16px;}.showcase .showcase-groups .showcase-group .showcase-item .showcase-card-modal .modal-content .modal-header{justify-content:end;border-bottom:0;}.showcase .showcase-groups .showcase-group .showcase-item .showcase-card-modal .modal-content .modal-body{padding:0;}.showcase .showcase-groups .showcase-group .showcase-item .showcase-card-modal .modal-content .showcase-card-modal-body-grid{display:grid;grid-template-columns:1fr;gap:1.5rem 0;}@media(min-width:992px){.showcase .showcase-groups .showcase-group .showcase-item .showcase-card-modal .modal-content .showcase-card-modal-body-grid{grid-template-columns:1fr 1fr;}}.showcase .showcase-groups .showcase-group .showcase-item .showcase-card-modal .modal-content .showcase-card-modal-image{aspect-ratio:1;width:100%;background:url(/images/showcase-modal-bg.svg) no-repeat left/cover;width:100%;height:100%;border-start-start-radius:16px;border-end-start-radius:16px;align-items:center;}@media(max-width:991.98px){.showcase .showcase-groups .showcase-group .showcase-item .showcase-card-modal .modal-content .showcase-card-modal-image{border-start-start-radius:16px;border-start-end-radius:16px;border-end-start-radius:0;}}.showcase .showcase-groups .showcase-group .showcase-item .showcase-card-modal .modal-content .showcase-card-modal-image img{height:100%;padding:4rem;max-width:100%;}.showcase .showcase-groups .showcase-group .showcase-item .showcase-card-modal .modal-content .showcase-card-modal-content{padding:3rem;height:550px;overflow-y:auto;}@media(max-width:1199.98px){.showcase .showcase-groups .showcase-group .showcase-item .showcase-card-modal .modal-content .showcase-card-modal-content{height:350px;padding:2rem;}}@media(max-width:575.98px){.showcase .showcase-groups .showcase-group .showcase-item .showcase-card-modal .modal-content .showcase-card-modal-content{height:350px;padding:.5rem;}}.showcase .showcase-groups .showcase-group .showcase-item .showcase-card-modal .modal-content .showcase-card-modal-content .showcase-card-modal-content-header{padding:0 0 2rem 0;}.showcase .showcase-groups .showcase-group .showcase-item .showcase-card-modal .modal-content .showcase-card-modal-content .showcase-card-modal-content-header button{position:absolute;top:24px;right:24px;}@media(max-width:991.98px){.showcase .showcase-groups .showcase-group .showcase-item .showcase-card-modal .modal-content .showcase-card-modal-content .showcase-card-modal-content-header button{background:rgba(0,0,0,.2);border-radius:100%;width:24px;height:24px;text-align:center;}}.showcase .showcase-groups .showcase-group .showcase-item .showcase-card-modal .modal-content .showcase-card-modal-content .showcase-card-modal-title{font-family:var(--font-barlow-condensed);font-style:var(--font-weight-semi-bold);font-size:3rem;margin-bottom:2.5rem;text-align:start;}.showcase .showcase-groups .showcase-group .showcase-item .showcase-card-modal .modal-content .showcase-card-modal-content .showcase-card-modal-subtitle{font-family:var(--font-barlow-condensed);font-weight:400;font-size:1.25rem;text-align:start;line-height:1.75rem;margin-bottom:3rem;}.showcase .showcase-groups .showcase-group .showcase-item .showcase-card-modal .modal-content .showcase-card-modal-content .rte{text-align:start;}.showcase .showcase-group-divider{width:2px;height:45px;background:var(--light-blue);border:0;margin:20px auto;border-radius:4px;}.showcase .showcase-group-divider:last-child{display:none;}.page-title{color:var(--brand-primary);font-family:var(--font-barlow-condensed);font-size:2.5rem;font-weight:var(--font-weight-bold);margin-bottom:2.5rem;}.project-card{width:100%;aspect-ratio:1;background:linear-gradient(180deg,rgba(33,33,33,0) 37.5%,rgba(33,33,33,.9) 100%),var(--background-image-url);background-repeat:no-repeat;background-position:top center;background-size:cover;padding:1rem;display:flex;flex-direction:column;justify-content:space-between;border-radius:16px;overflow:hidden;cursor:pointer;}.project-card .project-card-title{font-family:var(--font-barlow-condensed);font-weight:var(--font-weight-regular);font-size:1.5rem;line-height:2rem;height:3lh;margin:0;align-content:end;}.project-card-modal .modal-content{--bs-modal-bg:var(--background-dark);color:unset;border-radius:16px;}.project-card-modal .modal-content .modal-header{justify-content:end;border-bottom:0;}.project-card-modal .modal-content .modal-body{padding:0;}.project-card-modal .modal-content .project-card-modal-body-grid{display:grid;grid-template-columns:1fr;gap:1.5rem 0;}@media(min-width:992px){.project-card-modal .modal-content .project-card-modal-body-grid{grid-template-columns:1fr 1fr;}}.project-card-modal .modal-content .project-card-modal-body-grid .project-card-modal-image{aspect-ratio:1;width:100%;}.project-card-modal .modal-content .project-card-modal-body-grid .project-card-modal-image img{width:100%;height:100%;object-fit:cover;object-position:top center;border-start-start-radius:16px;border-end-start-radius:16px;}@media(max-width:991.98px){.project-card-modal .modal-content .project-card-modal-body-grid .project-card-modal-image img{border-start-start-radius:16px;border-start-end-radius:16px;border-end-start-radius:0;}}.project-card-modal .modal-content .project-card-modal-body-grid .project-card-modal-content{padding:3rem;height:550px;overflow-y:auto;}@media(max-width:1199.98px){.project-card-modal .modal-content .project-card-modal-body-grid .project-card-modal-content{height:350px;padding:2rem;}}@media(max-width:575.98px){.project-card-modal .modal-content .project-card-modal-body-grid .project-card-modal-content{height:350px;padding:.5rem;}}.project-card-modal .modal-content .project-card-modal-body-grid .project-card-modal-content .project-card-modal-content-header{padding:0 0 2rem 0;}.project-card-modal .modal-content .project-card-modal-body-grid .project-card-modal-content .project-card-modal-content-header button{position:absolute;top:24px;right:24px;}@media(max-width:991.98px){.project-card-modal .modal-content .project-card-modal-body-grid .project-card-modal-content .project-card-modal-content-header button{background:rgba(0,0,0,.2);border-radius:100%;width:24px;height:24px;text-align:center;}}.project-card-modal .modal-content .project-card-modal-body-grid .project-card-modal-content .project-card-modal-title{font-family:var(--font-barlow-condensed);font-style:var(--font-weight-semi-bold);font-size:2.5rem;line-height:1;margin-bottom:2.5rem;}.tag{width:fit-content;padding:.125rem .5rem;border-radius:500px;background-color:var(--background-dark-70);color:var(--text-primary);font-size:.875rem;font-weight:var(--font-weight-regular);}.tag-dark{background-color:var(--purple-50);}.shimmer{color:#808080;display:inline-block;mask:linear-gradient(-60deg,#000 30%,rgba(0,0,0,.3333333333),#000 70%) right/350% 100%;animation:shimmer 2.5s infinite;font-size:50px;width:100%;height:100%;}@keyframes shimmer{100%{mask-position:left;}}.newsletter{background-color:var(--newsletter-background-color);max-width:888px;margin:0 auto;border-radius:16px;padding:3rem;margin-bottom:5rem;}.newsletter .newsletter-title{font-family:var(--font-barlow-condensed);font-weight:var(--font-weight-bold);font-size:2.5rem;}.newsletter .newsletter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.25rem;margin-top:2.5rem;}@media(max-width:768px){.newsletter .newsletter-grid{grid-template-columns:1fr;}}.newsletter .newsletter-grid .newsletter-field label{font-size:.75rem;}.newsletter .newsletter-grid .newsletter-field input{font-size:.875rem;}.newsletter .newsletter-grid .newsletter-field select{font-size:.875rem;}.newsletter .newsletter-grid .newsletter-control input,.newsletter .newsletter-grid select{width:100%;height:40px;padding:.625rem .5rem;background:transparent;border:1px solid var(--white);border-radius:4px;outline:0;color:rgba(255,255,255,.5);}.newsletter .newsletter-grid .newsletter-control select{appearance:none;padding-right:2rem;}.newsletter .newsletter-grid .newsletter-control select option{background-color:#000064;color:#fff;font-size:.875rem;padding:.5rem;outline:0;}.newsletter .newsletter-grid .newsletter-control-icon{position:relative;}.newsletter .newsletter-grid .newsletter-control-icon i{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);pointer-events:none;font-size:1rem;}.newsletter .newsletter-grid .newsletter-control-icon input[type=date]::-webkit-calendar-picker-indicator{opacity:0;}.newsletter .newsletter-checkbox{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;user-select:none;position:relative;margin-top:2rem;}.newsletter .newsletter-checkbox input{position:absolute;opacity:0;pointer-events:none;}.newsletter .newsletter-checkbox .newsletter-check{width:18px;height:18px;border:1px solid rgba(255,255,255,.6);border-radius:3px;position:relative;flex:0 0 18px;}.newsletter .newsletter-checkbox input:checked+.newsletter-check{background:var(--brand-primary);border-color:var(--brand-primary);}.newsletter .newsletter-checkbox input:checked+.newsletter-check::after{content:"";position:absolute;left:5px;top:1px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);}.newsletter .newsletter-checkbox .newsletter-terms-link{text-decoration:underline;}.newsletter .newsletter-submit{width:100%;height:48px;margin-top:2.5rem;border-radius:8px;border:2px solid var(--brand-primary);background:transparent;color:#fff;transition:transform .06s ease,background .2s ease;text-align:center;}.newsletter .newsletter-submit:hover{background:var(--brand-primary);}.newsletter .newsletter-submit:active{transform:translateY(1px);}.newsletter .newsletter-feedback{margin-top:.75rem;}.video .masked-video{width:100%;height:auto;-webkit-mask-image:linear-gradient(to bottom,transparent,var(--background-dark) 15%);-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-image:linear-gradient(to bottom,transparent,var(--background-dark) 15%);mask-repeat:no-repeat;mask-size:100% 100%;}.awards-bubbles{position:relative;display:grid;place-items:center;margin:12px 0 16px;}.awards-bubbles .awards-bubble{display:none;min-width:160px;width:100%;padding:16px 12px;border-radius:16px;text-align:center;}.awards-bubbles .awards-bubble img{width:160px;aspect-ratio:1/1;object-fit:contain;}.awards-bubbles .awards-bubble h3{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;font-family:var(--font-barlow-condensed);font-size:1.5rem;font-weight:var(--font-weight-semi-bold);line-height:2rem;margin:0;}.awards-bubbles .awards-bubble span{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;font-family:var(--font-barlow-condensed);font-size:1rem;font-weight:var(--font-weight-semi-bold);line-height:1.375rem;}.awards-bubbles .awards-bubble.is-active{display:flex;flex-direction:column;align-items:center;}.awards-bubbles .awards-bubbles-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:4px;background:transparent;border:2px solid var(--brand-primary);color:var(--text-primary);display:grid;place-items:center;}.awards-bubbles .awards-bubbles-nav.prev{left:6px;}.awards-bubbles .awards-bubbles-nav.next{right:6px;}.awards-filters{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:4px 0 14px;}.awards-filters .awards-tabs{display:none;}.awards-filters .js-award-tab-select{display:block;width:100%;height:44px;}.awards-filters select{width:100%;height:44px;padding:0 10px;border-radius:4px;border:1px solid var(--text-primary);background:transparent;color:var(--text-primary);font-size:.95rem;}.awards-filters option{background-color:var(--background-dark);}.awards-filters .is-hidden{display:none;}@media(max-width:576px){.awards-filters select{font-size:.75rem;}}@media(min-width:768px){.awards-bubbles{display:flex;--gap:28px;gap:var(--gap);overflow-x:auto;padding:0;}.awards-bubbles .awards-bubble{cursor:pointer;flex:0 0 calc((100% - 2*var(--gap))/3);display:flex;flex-direction:column;align-items:center;min-height:16.25rem;opacity:.6;transition:all .3s ease;}.awards-bubbles .awards-bubble img{width:220px;}.awards-bubbles .awards-bubble.is-active{opacity:1;}.awards-bubbles .awards-bubble:hover{opacity:1;}.awards-bubbles .awards-bubbles-nav{display:none;}.awards-filters{display:flex;align-items:flex-start;gap:12px;margin-top:16px;margin:4px 0 14px;}.awards-filters .awards-tabs{display:flex;gap:8px;overflow-x:auto;}.awards-filters .awards-tabs .awards-chip{display:flex;background-color:rgba(114,84,248,.25);height:40px;min-width:69.42px;border-radius:8px;justify-content:center;align-items:center;margin-bottom:2px;color:var(--text-primary);cursor:pointer;transition:all .3s ease;}.awards-filters .awards-tabs .awards-chip:hover{background-color:var(--text-primary);color:var(--background-dark);box-shadow:0 4px 12px rgba(114,84,248,.4);}.awards-filters .awards-tabs .awards-chip.is-active{background-color:var(--text-primary);color:var(--background-dark);}.awards-filters .awards-tabs::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.5);}.awards-filters .js-award-tab-select{display:none;}.awards-filters .js-award-season{max-width:11.25rem;height:40px;padding:0 12px;border-radius:8px;border:1px solid var(--text-primary);background:transparent;color:var(--text-primary);font-size:.95rem;}.awards-filters .is-hidden{display:none;}}.no-results{text-align:center;font-family:var(--font-barlow-condensed);font-weight:var(--font-weight-bold);font-size:1.875rem;}.editorial-content-award-card{width:100%;display:flex;gap:2rem;align-items:center;margin:3rem 0;text-decoration:none;}.editorial-content-award-card .editorial-content-award-card-media{position:relative;}.editorial-content-award-card .editorial-content-award-card-media img{width:27rem;aspect-ratio:3/2;max-height:360px;object-fit:cover;object-position:top center;border-radius:14px;display:block;}.editorial-content-award-card .editorial-content-award-card-content{flex:1;}.editorial-content-award-card .editorial-content-award-card-content .editorial-content-award-card-date{display:block;font-size:.875rem;margin-bottom:.5rem;}.editorial-content-award-card .editorial-content-award-card-content .editorial-content-award-card-title{font-family:var(--font-barlow-condensed);font-weight:var(--font-weight-bold);font-size:1.875rem;margin:.25rem 0 1rem;}.editorial-content-award-card .editorial-content-award-card-content .editorial-content-award-card-entity{display:flex;gap:.75rem;align-items:center;margin-top:1rem;}.editorial-content-award-card .editorial-content-award-card-content .editorial-content-award-card-entity .editorial-content-award-card-entity-logo img{width:32px;height:32px;object-fit:contain;border-radius:4px;}.editorial-content-award-card .editorial-content-award-card-content .editorial-content-award-card-summary{font-size:.875rem;text-align:justify;line-height:1.25rem;font-weight:var(--font-weight-regular);}.editorial-content-award-card.is-right{flex-direction:row-reverse;}@media(max-width:991px){.editorial-content-award-card{display:flex;flex-direction:column;}.editorial-content-award-card.is-right{flex-direction:column;}.editorial-content-award-card .editorial-content-award-card-media{width:100%;}.editorial-content-award-card .editorial-content-award-card-media img{width:100%;aspect-ratio:16/9;}.editorial-content-award-card .editorial-content-award-card-content .editorial-content-award-card-date{font-size:.625rem;}.editorial-content-award-card .editorial-content-award-card-content .editorial-content-award-card-title{font-size:1.25rem;}.editorial-content-award-card .editorial-content-award-card-content .editorial-content-award-card-summary{text-align:start;font-size:.75rem;}}.featured-awards{margin-bottom:5rem;}.featured-awards .awards-bubbles{justify-content:center;}.featured-awards .awards-bubbles .awards-bubble{display:unset;}.image-slide{margin:4rem 0;}.image-slide .gallery-title{font-family:var(--font-barlow-condensed);font-size:1.5rem;font-weight:var(--font-weight);color:var(--white);margin-bottom:2rem;text-transform:uppercase;}.image-slide .owl-carousel{visibility:hidden;opacity:0;position:relative;}.image-slide .owl-carousel .slider-item{align-items:center;}.image-slide .owl-carousel .slider-item .image-box img{border-radius:16px;height:300px;width:auto;}.image-slide .owl-carousel .owl-nav,.image-slide .owl-carousel .owl-dots{position:absolute;left:50%;transform:translateX(-50%);display:flex;gap:15px;align-items:end;pointer-events:auto;bottom:-50px;}.image-slide .owl-carousel .owl-nav{width:100%;justify-content:space-between;z-index:10;}.image-slide .owl-carousel .owl-nav button{color:#fff;border:1px solid #ff008c;padding:8px 12px;width:40px;height:40px;font-size:22px;display:flex;align-items:center;justify-content:center;cursor:pointer;}.image-slide .owl-carousel .owl-nav button:focus{outline:0;}.image-slide .owl-carousel .owl-dots{display:flex!important;padding-bottom:15px;justify-content:center;}.image-slide .owl-carousel .owl-dots .owl-dot.active span{width:10px;height:10px;background:#fff;border-radius:50%;display:block;opacity:1;}.image-slide .owl-carousel .owl-dots .owl-dot span{width:10px;height:10px;background:#fff;border-radius:50%;opacity:.2;display:block;}