@charset "UTF-8";@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,600;0,700;0,800;0,900;1,600;1,700;1,800;1,900&display=swap');:root{--principal-color:27,76,155;--secondary-color:25,38,55;--facebook-color:59,89,152;--twitter-color:29,161,242;--youtube-color:255,0,0;--linkedin-color:0,119,181;--instagram-color:193,53,132;--whatsapp-color:37,211,102;--spotify-color:30,215,96;--deezer-color:255,170,170;}::-moz-selection{background-color:rgb(var(--principal-color));color:rgb(254,254,254)}::selection{background-color:rgb(var(--principal-color));color:rgb(254,254,254)}body{--background-color:216,216,232;--foreground-color:247,247,255;--text-color:22,22,24;--text-2nd-color:42,42,44;--text-3rd-color:64,64,68;}.night{--background-color:6,6,12;--foreground-color:24,24,36;--text-color:245,245,255;--text-2nd-color:200,200,225;--text-3rd-color:175,175,225;}html{text-rendering:optimizeLegibility}body{scroll-behavior:smooth;background-color:rgb(var(--background-color));font-family:Roboto,sans-serif;font-weight:400;font-size:1rem;color:rgb(var(--text-color));transition:backgroud-color 220ms ease-out;-webkit-font-smoothing:antialiased}body.mobile{padding-top:5rem}body::-webkit-scrollbar{width:.4rem}body::-webkit-scrollbar-track{background-color:transparent}body::-webkit-scrollbar-thumb{background-color:rgb(var(--principal-color))}ol,ul,p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}a{word-break:break-all}img{object-fit:cover}.aspect{width:100%;display:block;overflow:hidden;position:relative}.aspect,.aspect.square{padding-top:100%}.aspect.wide{padding-top:56.25%}.aspect.ultrawide{padding-top:42.85%}.aspect>*{width:100%;height:100%;display:block;position:absolute;bottom:0;right:0;left:0;top:0}.over>img{transition:all 175ms ease-out}.over:hover>img{transform:scale(1.1)}.container{max-width:1280px;display:block;margin:0 auto}@media(max-width:425px){.container{padding:0 .25rem}}@media(min-width:425px) and (max-width:560px){.container{padding:0 .65rem}}@media(min-width:560px) and (max-width:1024px){.container{padding:0 1rem}}@media(min-width:1024px) and (max-width:1280px){.container{padding:0 2rem}}@media(min-width:1280px) and (max-width:1366px){.container{padding:0 3rem}}.alert{z-index:3;width:calc(100% - 1rem);min-height:3rem;line-height:1.65rem;display:block;margin:1rem auto;padding:1rem 2rem;border-radius:3px;background-color:rgb(40,100,220);box-shadow:0 0 3px rgba(0,0,0,.2);font-weight:500;font-size:1.1625rem;color:rgb(250,250,255);text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.alert.warning{background-color:rgb(248,200,8)}.alert.danger{background-color:rgb(240,40,60)}.alert.success{background-color:rgb(40,200,80)}.alert .alert-progress{z-index:0;max-width:100%;height:.25rem;display:block;border-radius:3px 3px 0px 0px;background-color:rgba(255,255,255,.4);transition:width 500ms ease-out;position:absolute;left:0;top:0}@keyframes shimmer{100%{transform:translateX(100%)}}.skeleton{overflow:hidden;color:transparent;position:relative}.skeleton::after{content:'';background-image:-webkit-linear-gradient(90deg,rgb(255,255,255,.01)0%,rgba(255,255,255,.2)25%,rgba(255,255,255,.5)50%,rgb(255,255,255,.1)100%);background-image:-moz-linear-gradient(90deg,rgb(255,255,255,.01)0%,rgba(255,255,255,.2)25%,rgba(255,255,255,.5)50%,rgb(255,255,255,.1)100%);background-image:-o-linear-gradient(90deg,rgb(255,255,255,.01)0%,rgba(255,255,255,.2)25%,rgba(255,255,255,.5)50%,rgb(255,255,255,.1)100%);background-image:linear-gradient(90deg,rgb(255,255,255,.01)0%,rgba(255,255,255,.2)25%,rgba(255,255,255,.5)50%,rgb(255,255,255,.1)100%);animation:shimmer 2s infinite;transform:translateX(-100%);position:absolute;bottom:0;right:0;left:0;top:0}.principal-menu{display:block;background-image:-webkit-linear-gradient(90deg,rgb(var(--secondary-color))0%,transparent 40%,transparent 60%,rgb(var(--secondary-color))100%);background-image:-moz-linear-gradient(90deg,rgb(var(--secondary-color))0%,transparent 40%,transparent 60%,rgb(var(--secondary-color))100%);background-image:-o-linear-gradient(90deg,rgb(var(--secondary-color))0%,transparent 40%,transparent 60%,rgb(var(--secondary-color))100%);background-image:linear-gradient(90deg,rgb(var(--secondary-color))0%,transparent 40%,transparent 60%,rgb(var(--secondary-color))100%);background-color:rgb(var(--principal-color));margin-bottom:1rem}body.mobile .principal-menu{z-index:8;position:fixed;right:0;left:0;top:0}.principal-menu .container{height:4rem;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;}.principal-menu a{line-height:4rem;display:inline-block;padding:0 1rem;font-family:Poppins,sans-serif;font-weight:700;color:rgb(250,250,255);letter-spacing:1px;text-transform:uppercase;text-decoration:none;position:relative}.principal-menu .logo{width:12rem;height:3rem;max-width:192px;max-height:51px;display:block;background-image:url('../../image?src=images/png/logo-branco.png&w=192&q=90');background-size:cover;}.principal-menu .logo-navbar-mobile{display:none;margin:0 auto 2rem}.principal-menu .button-action>.icon-bars>.line::before,.principal-menu .button-action>.icon-bars>.line::after,.principal-menu .button-action>.icon-bars>.line{background-color:rgb(250,250,255)}.principal-menu .button-action{border:2px solid rgb(250,250,255)}.principal-menu .mobile{display:none}.button-action{cursor:pointer;width:2rem;height:2rem;line-height:2rem;display:none;border:2px solid rgb(var(--principal-color));text-align:center;transition:transform 120ms ease-out}.button-action.force-to-desktop{display:block}.button-action:active{transform:scale(.9)}.button-action>.icon-bars>.line::before,.button-action>.icon-bars>.line::after,.button-action>.icon-bars>.line{pointer-events:none;width:calc(100% - 1rem);height:2px;display:block;border-radius:2px;background-color:rgb(var(--principal-color));}.button-action>.icon-bars>.line::before,.button-action>.icon-bars>.line::after{content:'';width:100%;transition:top 120ms ease-in,transform 180ms ease-in,filter 120ms ease-out;position:absolute}.button-action>.icon-bars>.line::before{top:.25rem}.button-action>.icon-bars>.line::after{top:-.25rem}.button-action>.icon-bars>.line{transition:background-color 120ms ease-out;position:relative;right:.5rem;left:.5rem;top:0rem}.button-action>.icon-bars.close>.line::before{top:0;transform:rotate(-45deg)}.button-action>.icon-bars.close>.line::after{top:0;transform:rotate(45deg)}.button-action>.icon-bars.close>.line{background-color:transparent}@media(max-width:375px){.principal-menu a{font-size:.925rem}}@media(min-width:375px) and (max-width:640px){.principal-menu a{font-size:1.1765rem}}@media(max-width:480px){.principal-menu .navbar-mix-desktop{width:100%}}@media(max-width:640px){.principal-menu .navbar-mix-desktop{z-index:9;display:none;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;overflow:hidden;background-color:rgba(var(--background-color),.95);color:rgb(var(--text-color));-webkit-backdrop-filter:blur(4px)grayscale(1);backdrop-filter:blur(4px)grayscale(1);-webkit-user-select:none;-moz-user-select:none;user-select:none;position:fixed;top:4rem;bottom:0;left:0}.principal-menu .navbar-mix-desktop a{color:inherit}.principal-menu .navbar-mix-desktop .scroll-on-mobile{max-height:35rem;overflow-y:auto;overflow-x:hidden;}.principal-menu .logo-navbar-mobile{display:block}.principal-menu .navbar-mix-desktop.opened{display:flex}.principal-menu a{height:4.15rem;line-height:1rem;display:block;overflow:hidden;padding:1.65rem 1rem;font-weight:500;text-decoration:none;transition:transform 120ms ease-out,color 220ms ease-in-out}.principal-menu .mobile{display:block}.principal-menu>.container{padding:0 1rem}.button-action{display:block}}@media(min-width:640px){.principal-menu a::after{content:'';width:0;height:4px;display:block;background-color:rgb(250,250,255);transition:width 120ms ease-out;transform:translateX(-50%);position:absolute;right:50%;bottom:0;left:50%}.principal-menu a.selected,.principal-menu a:hover::after{width:calc(100% - 2rem)}}.privacy-alert{z-index:8;width:calc(100vw - 2rem);display:none;overflow:hidden;line-height:2rem;padding:2rem 4rem;border-radius:3px;border:3px solid rgb(var(--background-color));background-color:rgb(var(--foreground-color));font-size:1.25rem;text-align:center;position:fixed;bottom:1rem;right:1rem;left:1rem}.privacy-alert a{font-weight:500;color:rgb(var(--principal-color));text-decoration:none}.privacy-alert .btn{cursor:pointer;display:table;margin:1rem auto;padding:.65rem 1rem;background-color:rgb(var(--principal-color));color:rgb(250,250,255);transition:transform 120ms ease-in-out}.privacy-alert .btn:hover{transform:scale(1.05)}.privacy-alert .btn:active{transform:scale(.9)}@media(max-width:940px){.privacy-alert{line-height:1.25rem;padding:1.65rem;font-size:1.0725rem}}.static-page{display:block;padding:2.65rem 2rem;border-radius:2px;background-color:rgb(var(--foreground-color))}.static-page>.page-name{line-height:120%;font-weight:800;font-size:2rem;color:rgb(var(--principal-color));letter-spacing:2px;text-transform:uppercase}.static-page>.content{display:block;line-height:2rem;padding:1rem 0;font-size:1.25rem}.static-page h1,.static-page h2,.static-page h3{display:block;font-family:'Poppins',sans-serif}.static-page h1{margin:1.65rem 0;font-size:3rem}.static-page h2{margin:1.25rem 0;font-size:2rem}.static-page h3{margin:1rem 0;font-size:1.65rem}.static-page ul{display:block;list-style:square;margin:.65rem 1.625rem}.static-page ol{display:block;list-style:decimal;margin:1rem 2rem}.static-page ol>li{margin-bottom:1rem}.static-page a{--link-color:var(--principal-color);font-weight:500;color:rgb(var(--principal-color));text-decoration:none;position:relative}.socials{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;margin:2rem 0}.socials.centered{justify-content:center}ul.socials{padding:0 1rem}.socials .icon{width:2.25rem;height:2.25rem;margin-right:.65rem}.socials a{--link-color:inherit;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;border-radius:2px;padding:.65rem;font-weight:600;font-size:1rem;color:var(--link-color);text-transform:uppercase;text-decoration:none;transition:transform 120ms ease-in}.socials a.btn{padding:.65rem 1.25rem;margin:0 .65rem .65rem 0;background-color:rgb(100,100,116);color:rgb(255,255,255)}.socials a.btn:active{transform:scale(.9)}.socials a.btn .icon{background-color:rgb(255,255,255)}.socials a .icon{transition:transform 120ms ease-out}.socials a:hover .icon{transform:translateY(-.25rem)}.socials a.btn.facebook,.socials a .facebook{background-color:rgb(var(--facebook-color))}.socials a.btn.twitter,.socials a .twitter{background-color:rgb(var(--twitter-color))}.socials a.btn.youtube,.socials a .youtube{background-color:rgb(var(--youtube-color))}.socials a.btn.linkedin,.socials a .linkedin{background-color:rgb(var(--linkedin-color))}.socials a.btn.instagram,.socials a .instagram{background-color:rgb(var(--instagram-color))}.socials a.btn.whatsapp,.socials a .whatsapp{background-color:rgb(var(--whatsapp-color))}.socials a.facebook{--link-color:rgb(var(--facebook-color))}.socials a.twitter{--link-color:rgb(var(--twitter-color))}.socials a.youtube{--link-color:rgb(var(--youtube-color))}.socials a.instagram{--link-color:rgb(var(--instagram-color))}.socials a.whatsapp{--link-color:rgb(var(--whatsapp-color))}@media(max-width:620px){.socials{height:45vh;overflow-y:auto;overflow-x:hidden}.socials a.btn{width:100%;margin:.25rem 0 .65rem}}form.page-form{max-width:720px;display:block;margin:2rem auto;font-size:1.1rem}form.page-form::-webkit-input-placeholder{font-weight:300;font-style:italic}form.page-form::-moz-placeholder{font-weight:300;font-style:italic}form.page-form::placeholder{font-weight:300;font-style:italic}form.page-form>.area{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:stretch;margin:1rem 0}form.page-form>.area.buttons{flex-direction:row;align-items:center}form.page-form input[type=text],form.page-form input[type=email]{display:block;margin-bottom:.5rem;line-height:2rem;border-radius:2px;border-bottom:2px solid rgb(var(--principal-color));background-color:transparent;font-family:Roboto,sans-serif;font-weight:300;color:rgb(var(--text-color));transition:border-color 200ms ease-in}form.page-form select option{color:rgb(24,24,28)}form.page-form select option:first-of-type{font-weight:300;font-style:italic}form.page-form input,form.page-form select,form.page-form textarea{font-size:1.125rem}form.page-form input{padding:.65rem 0}form.page-form select,form.page-form textarea{display:block;border-radius:2px;border:2px solid rgb(var(--text-3rd-color));background-color:transparent;color:rgb(var(--text-color))}form.page-form select{padding:1rem .65rem;transition:border-color 200ms ease-in}form.page-form select:hover{border:2px solid rgb(var(--principal-color))}form.page-form select:focus{box-shadow:0 0 6px rgba(var(--principal-color),.5),0 0 12px rgba(var(--principal-color),.25)}form.page-form textarea{min-height:25vh;overflow-y:auto;overflow-x:hidden;padding:1rem;font-family:Roboto,sans-serif;font-weight:300;resize:vertical}form.page-form button{cursor:pointer;display:table;border-radius:2px;padding:.65rem 1.65rem;margin:.25rem 0;background-color:rgb(var(--principal-color));font-family:Poppins,sans-serif;font-weight:700;color:rgb(255,255,255);letter-spacing:1px;text-transform:uppercase;transition:transform 120ms ease-out}form.page-form button:hover{transform:scale(1.1)}form.page-form button:active{transform:scale(.9)}form.page-form button.inline{margin:.25rem .65rem}@media(max-width:425px){form.page-form button{width:100%}form.page-form button.inline{margin:.25rem 0 .65rem}}@media(max-width:560px){form.page-form{max-width:100%}}.card{display:block;border-radius:8px;background-color:rgb(var(--foreground-color));font-size:1.25rem;color:rgb(var(--text-color))}.card.--video-player{display:block;margin:0 auto;background-color:rgb(1,1,4)}.card>.--title{line-height:120%;display:block;margin-bottom:1rem;font-weight:800;font-size:1.525rem;color:rgb(var(--principal-color));letter-spacing:2px;text-transform:uppercase}.card.--video-infos{line-height:2rem;padding:2rem 1.525rem;margin:1rem 0}.card.--video-infos .-infos-rows{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;border-top:1px solid rgba(var(--text-3rd-color),.1);margin-top:1.25rem;padding-top:.725rem;font-size:1.25rem;color:rgb(var(--text-2nd-color))}.card.--video-infos .-video-title{font-weight:500;font-size:1.25rem;color:rgb(var(--text-color))}.card.--video-infos>.-video-description hr{width:70%;max-width:1024px;height:1px;display:block;background-color:rgba(var(--text-3rd-color),.6);margin:2rem 0;clear:both}.card.--video-infos>.-video-description b,.card.--video-infos>.-video-description strong{font-weight:500}.card.--video-infos>.-video-description h1,.card.--video-info>.-video-description h2,.card.--video-infos>.-video-description h3,.card.--video-infos>.-video-description h4,.card.--video-infos>.-video-description h5,.card.--video-infos>.-video-description h6{font-weight:600;letter-spacing:2px;font-family:'Poppins',sans-serif}.card.--video-infos>.-video-description ul{display:table;list-style:square;margin:.65rem 1.625rem}.card.--video-infos>.-video-description a{font-weight:500;color:rgb(var(--principal-color));text-decoration:none;position:relative}@media(max-width:320px){.card>.--title{font-size:1.65rem}}@media(max-width:540px){body.mobile .card.--video-player{z-index:4;border-radius:0;position:fixed;top:4rem;right:0;left:0}body.mobile .card.--video-safe{margin-top:calc(56.25% + .1rem)}}@media(max-width:840px){.card.--video-infos .-infos-rows>*{margin-bottom:1rem}}.--share-button{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;border-radius:25px;padding:.5rem 1.25rem;margin:0 .65rem .65rem 0;background-color:rgb(var(--principal-color));font-family:'Poppins',sans-serif;font-weight:600;font-size:.925rem;color:rgb(255,255,255);text-transform:uppercase;text-decoration:none;transition:background-color 180ms ease-in-out,transform 120ms ease-in}.--share-button .icon{width:1rem;height:1rem;margin-right:.65rem;background-color:rgb(255,255,255);transition:transform 120ms ease-out}.--share-button:hover{background-color:rgb(var(--secondary-color))}.--share-button:active{transform:scale(.9)}.--share-modal{z-index:9;width:calc(100% - 2rem);max-width:600px;display:none;margin:0 auto;border-radius:2px;padding:1rem;background-color:rgb(var(--foreground-color));box-shadow:0 4px 6px rgba(10,10,12,.2);-webkit-user-select:none;-moz-user-select:none;user-select:none;position:fixed;right:50%;left:50%;top:2rem}.--share-modal.opened{display:block}.--share-modal .--share-modal-header{line-height:3rem;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;font-weight:800;font-size:1.65rem;color:rgb(var(--principal-color));letter-spacing:2px;text-transform:uppercase}.--share-modal .--share-modal-footer{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;align-items:center}.--share-modal .--share-modal-footer>input[type=text]{width:70%;display:block;padding:.5rem;border-radius:2px;border:2px solid rgb(var(--text-3rd-color));font-family:Roboto,sans-serif;font-style:italic;font-weight:300;font-size:1rem;color:rgb(var(--text-2nd-color));text-decoration:none;text-align:center}.--share-modal .--share-modal-footer>button{cursor:pointer;display:block;padding:.6rem 1rem;border-radius:2px;font-size:1rem;background-color:rgb(var(--principal-color));font-weight:600;color:rgb(255,255,255);transition:transform 120ms ease-in;text-transform:uppercase;text-decoration:none;text-align:center}.--share-modal .--share-modal-footer>button:hover{transform:scale(1.05)}.--share-modal .--share-modal-footer>button:active{transform:scale(.9)}@media(max-width:360px){.--share-modal .--share-modal-header{font-size:1.25rem}}@media(max-width:490px){.--share-modal .--share-modal-footer{flex-direction:column;justify-content:center;align-items:center}.--share-modal .--share-modal-footer>input[type=text],.--share-modal .--share-modal-footer>button{width:100%}.--share-modal .--share-modal-footer>button{margin-top:1rem}}.category--name{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;line-height:2rem;margin:2rem 0;padding:0 .25rem;letter-spacing:2px;font-family:Poppins,sans-serif;font-weight:700;font-size:1.725rem;color:rgb(var(--text-2nd-color));text-transform:uppercase}.category--name .icon{width:1.65rem;height:1.65rem;background-color:rgb(var(--text-2nd-color))}.category--name::after{content:'';width:100%;height:4px;display:block;margin-top:1rem;border-radius:25px;background-image:-webkit-linear-gradient(90deg,rgb(var(--secondary-color))0%,transparent 40%,transparent 60%,rgb(var(--secondary-color))100%);background-image:-moz-linear-gradient(90deg,rgb(var(--secondary-color))0%,transparent 40%,transparent 60%,rgb(var(--secondary-color))100%);background-image:-o-linear-gradient(90deg,rgb(var(--secondary-color))0%,transparent 40%,transparent 60%,rgb(var(--secondary-color))100%);background-image:linear-gradient(90deg,rgb(var(--secondary-color))0%,transparent 40%,transparent 60%,rgb(var(--secondary-color))100%);background-color:rgb(var(--principal-color))}.cards{overflow:hidden;transition:transform 250ms ease-in-out}.cards.closed{height:0}.card-grid{min-height:calc(100vmin - 21.65rem);display:grid;grid-template-columns:repeat(auto-fill,calc(33.33% - 1rem));grid-template-rows:max-content;grid-gap:2rem 1rem;margin-bottom:3rem}.card-grid.--centered{justify-content:center}.card-grid>.card{display:flex;flex-direction:column;align-items:stretch;flex-wrap:wrap;overflow:hidden;background-color:rgb(var(--foreground-color))}.card-grid>.card .thumbnail{width:100%;overflow:hidden;position:relative;background:radial-gradient(circle,transparent,rgb(var(--secondary-color)));background-color:rgb(var(--principal-color));transition:filter 200ms ease-in;-webkit-user-select:none;-moz-user-select:none;user-select:none}.card-grid>.card .thumbnail:hover{filter:initial}.card-grid>.card .thumbnail>.progress,.card-grid>.card .thumbnail>.duration,.card-grid>.card .thumbnail>.view,.card-grid>.card .thumbnail>.live{pointer-events:none;justify-content:center;align-items:center;border-radius:5px;font-size:.9rem;position:absolute}.card-grid>.card .thumbnail>.duration,.card-grid>.card .thumbnail>.view,.card-grid>.card .thumbnail>.live{display:none}.card-grid>.card .thumbnail>.progress,.card-grid>.card .thumbnail>.duration.loaded,.card-grid>.card .thumbnail>.view.loaded,.card-grid>.card .thumbnail>.live.loaded{display:flex}.card-grid>.card .thumbnail>.duration,.card-grid>.card .thumbnail>.view{border-radius:25px;padding:.525rem .725rem;background-color:rgba(0,0,0,.6);font-weight:500;color:rgba(255,255,255,.9);bottom:.5rem}.card-grid>.card .thumbnail>.progress{height:.25rem;display:block;border-radius:0;background-color:rgba(250,250,255,.8);bottom:0;right:0;left:0}.card-grid>.card .thumbnail>.progress>.--percentage{height:100%;display:block;background-color:rgb(var(--principal-color));transition:width 220ms ease-in-out}.card-grid>.card .thumbnail>.duration .icon,.card-grid>.card .thumbnail>.view .icon,.card-grid>.card .thumbnail>.live .icon{margin-right:.5rem;background-color:rgba(255,255,255,.9)}.card-grid>.card .thumbnail>.duration{right:.5rem}.card-grid>.card .thumbnail>.view{left:.5rem}.card-grid>.card .thumbnail>.live{padding:.5rem;background-color:rgb(var(--youtube-color));font-family:Poppins,sans-serif;font-weight:700;color:rgb(255,255,255);text-transform:uppercase;left:.5rem;top:.5rem}.card-grid>.card .card-infos{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-around;align-items:stretch}.card-grid>.card .card-infos>.title{display:block;line-height:1.65rem;padding:1rem;font-family:Poppins,sans-serif;font-weight:700;font-size:1.25rem;color:inherit;letter-spacing:1px;word-break:break-word;text-decoration:none;transition:color 120ms ease-in}.card-grid>.card .card-infos>.title:hover{color:rgb(var(--principal-color))}.card-grid>.card .card-infos>.excerpt{display:block;line-height:1.465rem;padding:0 1rem 2rem 1rem;font-weight:300;font-size:1rem;color:rgb(var(--text-3rd-color))}.card-grid>.card .card-infos>.title.skeleton{height:4rem;margin:1rem;border-radius:5px;background-color:rgba(var(--text-color),.25)!important;}.card-grid>.card .card-infos>.excerpt.skeleton{height:8rem;margin:0 1rem 2rem 1rem;border-radius:5px;background-color:rgba(var(--text-3rd-color),.25)!important;}.--more-content-button{line-height:3rem;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;border-radius:25px;margin:0 auto 2rem;padding:0 2rem;background-color:rgb(var(--principal-color));font-weight:500;font-family:'Poppins',sans-serif;font-size:1.1725rem;color:rgb(255,255,255);text-transform:uppercase;text-decoration:none;transition:background-color 180ms ease-in-out,transform 120ms ease-in}.--more-content-button .icon{width:1.25rem;height:1.25rem;margin-right:.65rem;background-color:rgb(255,255,255);transition:transform 120ms ease-out}.--more-content-button:hover{background-color:rgb(var(--secondary-color))}.--more-content-button:active{transform:scale(.9)}@media(max-width:600px){.card-grid{grid-template-columns:repeat(auto-fill,100%);grid-gap:2rem 0;}}@media(min-width:600px) and (max-width:1024px){.card-grid{grid-template-columns:repeat(auto-fill,calc(50% - 1rem));}}.principal-footer{line-height:1.25rem;display:block;margin-top:2rem;padding:2rem 0;background-image:linear-gradient(360deg,transparent 70%,rgba(248,248,255,.1));background-color:rgb(2,2,8);color:rgb(247,247,255);-webkit-user-select:none;-moz-user-select:none;user-select:none}.principal-footer .icon{width:1rem;height:1rem;margin-right:.5rem;background-color:rgb(247,247,255)}.principal-footer a .icon{transition:background-color 120ms ease-out}.principal-footer a:hover .icon{width:1rem;height:1rem;margin-right:.5rem;background-color:rgb(var(--principal-color))}.principal-footer .--footer-menus{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:stretch}.principal-footer .--footer-menus>.-footer-menu{min-width:20%;max-width:100%;display:block;padding:0 1rem}.principal-footer .--footer-menus>.-footer-menu:last-of-type{margin-right:0}.principal-footer .--footer-menus>.-footer-menu>.--menu-header{display:block;font-weight:500;font-family:'Poppins',sans-serif;font-size:1.175rem;color:rgb(200,200,216);margin-bottom:1rem;position:relative}.principal-footer .--footer-menus>.-footer-menu>.--menu-header::after{content:'';width:100%;height:2px;display:block;border-radius:25px;background-color:rgb(24,24,28);position:absolute;bottom:-10px;right:0;left:0}.principal-footer .--footer-menus>.-footer-menu a{display:flex;flex-direction:row;align-items:center;line-height:3rem;font-family:Poppins,sans-serif;font-weight:600!important}.principal-footer a{color:inherit;text-decoration:none;transition:color 120ms ease-out}.principal-footer a:hover{color:rgb(28,111,222)}.principal-footer a.dripower{font-family:Poppins,sans-serif;font-weight:600!important;transition:all 140ms ease-in-out}.principal-footer a.dripower:hover{color:rgb(253,11,123);text-shadow:0 0 3px rgb(253,11,123)}.principal-footer .--last-area{display:block;padding:1rem 0;margin-bottom:-2rem;margin-top:4rem;background-color:rgb(2,2,6);font-weight:500;color:rgb(180,180,198)}.principal-footer .--last-area>.container{display:flex;justify-content:space-between;align-items:flex-start}.principal-footer .--last-area .text-center{text-align:center}.principal-footer .--last-area .text-right{text-align:right}.principal-footer .--last-area .text-left{text-align:left}@media(max-width:700px){.principal-footer .--footer-menus>.-footer-menu>.--menu-header{font-size:1.525rem}.principal-footer .--footer-menus>.-footer-menu{min-width:unset;width:100%;margin-bottom:3rem;font-size:1.1725rem}.principal-footer .icon{width:1.25rem!important;height:1.25rem!important;margin-right:1rem!important}}@media(max-width:1200px){.principal-footer .--last-area{padding:1rem}.principal-footer .--last-area>.container{display:block}.principal-footer .--last-area>.container>*{margin:2rem 0;text-align:center!important}}@media(min-width:700px) and (max-width:1024px){.principal-footer .--footer-menus>.-footer-menu{justify-content:space-around}}