@keyframes clignotement{0%,20%{opacity:1}25%,45%{opacity:0}100%,50%{opacity:1}}@keyframes shake{0%,10%{transform:rotate(0)}20%{transform:rotate(-5deg)}30%{transform:rotate(5deg)}40%{transform:rotate(-5deg)}50%{transform:rotate(5deg)}100%,60%{transform:rotate(0)}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shakeAnim{0%,100%{transform:translateX(0)}20%,60%{transform:translateX(-5px)}40%,80%{transform:translateX(5px)}}@keyframes shakeAnim{0%,100%{transform:translateX(0)}20%,60%{transform:translateX(-5px)}40%,80%{transform:translateX(5px)}}@keyframes pulseAnim{from{transform:scale(1);opacity:1}to{transform:scale(1.05);opacity:.8}}@keyframes anim-fade-up-kf{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes anim-fade-in-kf{from{opacity:0}to{opacity:1}}@keyframes anim-slide-left-kf{from{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes anim-slide-right-kf{from{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes anim-clip-up-kf{from{clip-path:inset(100% 0 0 0)}to{clip-path:inset(0 0 0 0)}}@keyframes anim-scale-up-kf{from{opacity:0;transform:scale(.75)}to{opacity:1;transform:scale(1)}}@keyframes anim-blur-in-kf{from{opacity:0;filter:blur(8px)}to{opacity:1;filter:blur(0)}}@keyframes anim-flip-kf{from{opacity:0;transform:rotateX(-80deg);transform-origin:top}to{opacity:1;transform:rotateX(0);transform-origin:top}}@keyframes anim-underline-kf{from{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes anim-glitch-kf{0%,100%{clip-path:inset(0 0 100% 0);transform:translateX(0)}10%{clip-path:inset(10% 0 60% 0);transform:translateX(-4px)}20%{clip-path:inset(50% 0 20% 0);transform:translateX(4px)}30%{clip-path:inset(80% 0 5% 0);transform:translateX(-2px)}40%{clip-path:inset(0 0 0 0);transform:translateX(0)}}@keyframes anim-blink-kf{0%,100%{opacity:1}50%{opacity:0}}@keyframes scatter-kf{from{opacity:0;transform:translate(var(--sx),var(--sy)) rotate(var(--sr))}to{opacity:1;transform:translate(0,0) rotate(0)}}.cta{text-decoration:none;display:inline-block;padding:15px 40px;border-radius:50rem;width:fit-content;color:#fff;transition:background-color .3s ease,color .3s ease}.cta_with_icon{display:flex;gap:10px;align-items:center;justify-content:space-between;padding:3px 3px 3px 15px;width:fit-content}.cta_with_icon svg{width:25px;height:25px;margin-top:10px;margin-left:10px}.cta:hover{cursor:pointer}.cta_icon_wrapper{width:35px;height:35px;display:flex;align-items:center;justify-content:center;border-radius:50rem;transform:rotate(180deg)}.cta_black{background-color:#000;border:1px solid #000;color:#fff}.cta_black:not(.cta_with_icon):hover{background-color:#fff;color:#000}.cta_black:not(.cta_with_icon):hover .cta_icon_wrapper{background-color:#000}.cta_black .cta_icon_wrapper{background-color:#fff}.cta_black .cta_icon_wrapper svg{color:#000}.cta_white{background-color:#fff;border:1px solid #000;color:#000}.cta_white:not(.cta_with_icon):hover{background-color:#000;color:#fff;border:1px solid #fff}.cta_white:not(.cta_with_icon):hover .cta_icon{color:#fff}.cta_white:not(.cta_with_icon):hover .cta_icon_wrapper{background-color:#fff}.cta_white .cta_icon_wrapper{background-color:#000}.cta_white .cta_icon_wrapper svg{color:#fff}.cta_blue{background-color:#5a2ce6;border:1px solid #5a2ce6;color:#fff}.cta_blue:not(.cta_with_icon):hover{background-color:#000;color:#fff;border:1px solid #000}.cta_blue:not(.cta_with_icon):hover .cta_icon{color:#fff}.cta_blue:not(.cta_with_icon):hover .cta_icon_wrapper{background-color:#000}.cta_blue .cta_icon_wrapper{background-color:#fff}.cta_blue .cta_icon_wrapper svg{color:#000}.cta_link{color:#000;padding:0!important;border-radius:0;border-bottom:1px solid #000;position:relative}.cta_link.cta_with_icon:hover .cta_icon_wrapper{right:-60px}.cta_link .cta_icon_wrapper{position:absolute;right:-40px;top:-5px;transition:right .3s ease}.cta_link .cta_icon_wrapper svg{color:#000}.links{display:flex;flex-wrap:wrap;gap:10px}@keyframes flip{0%{transform:rotateX(0)}50%{transform:rotateX(180deg)}100%{transform:rotateX(0)}}.burger_button{border-radius:50rem;aspect-ratio:1/1;padding:10px;background-color:#f3b823;border:1px solid #f3b823;color:#fff}.burger_button:hover{border:1px solid #2b2b2b;background-color:transparent;color:#2b2b2b;transition:background-color .3s ease,border .3s ease,color .3s ease}@media only screen and (min-width:768px){.burger_all_content{display:none}}.menu_wrapper{display:flex;align-items:center;gap:10px}@media only screen and (min-width:768px){.menu_nav{display:flex;gap:20px;align-items:center}}.menu_desktop{display:none;list-style:none;gap:30px;padding-left:0}@media only screen and (min-width:768px){.menu_desktop{display:flex}}.menu_desktop li{display:inline-block}.menu_desktop li:not(.cta) a{text-decoration:none;color:#2b2b2b;font-weight:600;transition:.2s;display:inline-block;transform-origin:center;transition:color .3s}.menu_desktop li:not(.cta) a:hover{color:#f3b823;animation:flip .6s forwards}.menu_desktop li.current-menu-item:not(.cta) a{color:#2b2b2b}.menu_desktop li.current-menu-item:not(.cta) a:hover{color:#f3b823}.menu_desktop li.cta a{color:#fff;text-decoration:none}@media only screen and (min-width:768px){.menu_desktop{display:flex;align-items:center}}.menu_burger{display:block;position:fixed;top:0;right:0;width:100%;height:100%;background-color:#53668d;transform:translateX(100%);transition:transform .3s ease;z-index:5}@media only screen and (min-width:768px){.menu_burger{display:none}}.menu_burger_open{transform:translateX(0)}.menu_burger_wrapper_nav{padding:50px;display:flex;flex-direction:column;justify-content:center;height:100%}.menu_burger_wrapper_nav a{color:#fff;font-size:1rem;margin-bottom:20px}.menu_burger_wrapper_nav a:hover{color:#f3b823}.menu_burger_nav{padding-left:0;list-style:none;display:flex;flex-direction:column;gap:15px}.menu_burger_nav a{text-decoration:none;font-family:Poppins,sans-serif;letter-spacing:.5px;font-weight:700;font-size:2rem;text-transform:uppercase}.menu_burger_nav li:not(.cta) a{text-decoration:none;color:#fff;font-weight:600;transition:.2s}.menu_burger_nav li:not(.cta) a:hover{color:#f3b823}.menu_burger_nav li.current-menu-item:not(.cta) a{color:#f3b823}.menu_burger_nav li.cta{width:fit-content}.menu_burger_button_close{position:absolute;top:20px;right:20px;aspect-ratio:1/1;color:#fff;padding:10px;background:0 0;border-radius:50rem;border:1px solid #fff;cursor:pointer}.gform_heading{display:none!important}form .gform_footer{display:flex;justify-content:flex-end}form .gform_fields{row-gap:25px!important}@media only screen and (min-width:1200px){form .gform_fields{column-gap:25px!important}}form .gfield{position:relative}form .gfield_consent_label{font-size:.7rem!important}form .gfield_required_text{display:none!important}form .gfield--type-email,form .gfield--type-radio,form .gfield--type-text,form .gfield--type-textarea{border-radius:20px!important;border:1px solid #000!important;padding:10px!important}form input:not([type=radio]):not([type=search]),form select,form textarea{padding:20px!important;border-radius:8px!important;color:#6e6e6e!important;border:0!important;background-color:#e7dfff!important}form textarea{min-height:120px!important;resize:vertical}form input[type=button],form input[type=submit]{background-color:#000!important;border-radius:50rem!important;text-transform:uppercase!important;border:0!important;font-family:Anton,sans-serif!important;letter-spacing:1.5px!important;padding:15px 40px!important;color:#fff!important;width:100%!important}form input[type=button]:hover,form input[type=submit]:hover{cursor:pointer!important}form input[type=checkbox]{width:20px!important;height:20px!important;padding:0!important;border-radius:5px!important;background-color:#fff!important;border:1px solid #000!important}form input[type=checkbox]+label:hover,form input[type=checkbox]:hover,form input[type=radio]+label:hover,form input[type=radio]:hover{cursor:pointer}.component_video{position:relative;width:100%;padding-bottom:56.25%;height:100%;overflow:hidden;border-radius:20px}.component_video.is-playing iframe{opacity:1;pointer-events:auto}.component_video.is-playing .video_cover{opacity:0;pointer-events:none}.component_video .video{position:absolute;top:0;left:0;width:100%;height:100%;border:0;object-fit:cover}.component_video .video_cover{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;transition:opacity .3s ease}.component_video .video_cover_img{height:100%;width:100%;object-fit:cover;object-position:center}.component_video .video_cover_play{display:flex;position:absolute;z-index:2;top:calc(50% - 40px);background:0 0;right:calc(50% - 40px);border:0;color:#fff;font-size:3rem;border:2px solid #fff;width:80px;height:80px;border-radius:50rem;align-items:center;justify-content:center}.accordeon{position:relative;margin-bottom:20px;border:1px solid #6e6e6e;border-radius:10px}.accordeon.active .accordeon_title{color:#fff}.accordeon.active .accordeon_text{height:0;margin-bottom:30px;transition:height .35s ease}.accordeon.active span::after{opacity:0;transition:opacity .3s ease}.accordeon_text{height:0;min-height:0;overflow:hidden;margin-top:0;margin-bottom:0;transition:height .3s ease-in-out,min-height .3s ease-in-out,margin-bottom .3s ease-in-out;padding:0 20px}.accordeons_repeater{width:100%}.accordeon_button{background-color:transparent;border:none;text-align:left;padding:15px 20px;font-weight:700;border-radius:10px;width:100%;gap:20px;transition:background-color .3s ease-in-out;display:flex;justify-content:space-between;align-items:center}.accordeon_button span{height:30px;width:30px;display:block;position:relative}.accordeon_button span::after,.accordeon_button span::before{content:"";display:block;height:3px;position:absolute;background-color:#5a2ce6;width:20px;border-radius:50rem;left:5px;top:15px}.accordeon_button span::after{opacity:1;transition:opacity .3s ease;transform:rotate(90deg)}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(-360deg)}}.circle_text_wrapper{position:absolute;width:160px;height:160px;font-size:8.7px;border-radius:50rem}.circle_text_wrapper svg text{animation:spin 20s linear infinite;transform-origin:center}.circle_text_wrapper_black{background-color:#000}.circle_text_wrapper_black svg{fill:#fff}.circle_text_wrapper_black svg circle{stroke:#fff}.circle_text_wrapper_blue{background-color:#5a2ce6}.circle_text_wrapper_blue svg{fill:#fff}.circle_text_wrapper_blue svg circle{stroke:#fff}.circle_text_wrapper_white{background-color:#fff;border:1px solid #000}.circle_text_wrapper_white svg{fill:#000}.circle_text_wrapper_white svg circle{stroke:#000}body.menu_burger_open{overflow:hidden;height:100vh;width:100%;margin:0}body.menu_burger_open .menu_burger_span_left{transform:rotate(-45deg);top:15px}body.menu_burger_open .menu_burger_span_middle{transform:rotate(45deg);width:30px;left:0}body.menu_burger_open .menu_burger_span_right{opacity:0}body.menu_burger_open .switch_lang{min-height:auto}body.menu_burger_open .social a{transition:background-color .3s ease;background:#5a2ce6}body.menu_burger_open .social a svg{color:#fff;transition:color .3s ease}body.menu_burger_open .social a:hover{background:#fff}body.menu_burger_open .social a:hover svg{color:#5a2ce6}.menu_burger_logo{filter:brightness(0) saturate(100%) invert(95%) sepia(60%) saturate(5577%) hue-rotate(193deg) brightness(134%) contrast(100%)}.menu_burger .switch_lang{width:fit-content;opacity:1;opacity:1;height:fit-content;display:flex;gap:20px}.menu_burger .switch_lang li:not(:last-child) a:not(.cta):not(.no_link_default)::after{content:"/";color:#fff;right:-27px;position:absolute;opacity:1;top:2px;font-weight:100;font-size:13px;width:100%;height:100%;z-index:0}.menu_burger .social ul{list-style:none;padding-left:0;flex-direction:row;flex-wrap:wrap}.menu_burger .social ul a{background-color:transparent;border:1px solid #fff}.menu_burger_open{transform:translateY(0);visibility:visible;opacity:1;transition:transform .3s ease,visibility .3s ease,opacity .3s ease}.menu_burger_open::before{top:0;opacity:.7}.menu_burger_open .switch_lang{position:relative}.menu_burger_open .menu_burger_nav_wp ul{list-style:none;padding-left:0;text-align:center}.menu_burger_open .menu_burger_nav_wp ul a{color:#fff}.header_links_wrapper_lang{position:relative}.header_links_wrapper_lang:hover{cursor:pointer}.header_links_wrapper_lang:hover .switch_lang{opacity:1;height:auto}.switch_lang{list-style:none;padding-left:0;margin:0;opacity:0;height:0;min-height:200px;transition:opacity .3s ease,height .3s ease;position:absolute}.switch_lang li.lang_current{opacity:1}.switch_lang li.lang_current a{font-weight:500;opacity:1}.switch_lang a{padding:0;opacity:1}.switch_lang a:not(.cta):not(.no_link_default)::after{content:none}.switch_lang a:not(.cta):not(.no_link_default):hover{padding:0;color:#000}body.menu_burger_open .switch_lang a{color:#fff;transition:color .3s ease}body.menu_burger_open .switch_lang a:hover{color:#5a2ce6}.header.scrolled-js .switch_lang a{color:#000;transition:color .3s ease}.header.scrolled-js .switch_lang a:hover{color:#5a2ce6}.header_homepage .switch_lang a{color:#fff;transition:color .3s ease}.header_homepage .switch_lang a:hover{color:#5a2ce6}.search-form{display:flex}.search-form:hover label{opacity:1;width:100%}.search-form label{opacity:0;width:0;height:fit-content;transition:width .3s ease,opacity .3s ease}.search-form label input{padding:5px;background-color:transparent;border:0;color:#fff;border-bottom:2px solid #fff}.search-form label input::placeholder{color:#fff}.search-form button{background-color:transparent;border:0;width:40px;height:40px;display:flex}.search-form button:hover{cursor:pointer}:root{--gdpr-text-color:#212529;--white:#fff;--gdpr-light-text:#6c757d;--gdpr-border-color:#e9ecef;--gdpr-success-color:#28a745;--gdpr-radius:12px;--gdpr-shadow:0 10px 30px rgba(0, 0, 0, 0.1);--gdpr-transition:all 0.3s ease}.gdpr-cookie-consent{position:fixed;z-index:9999;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5;color:var(--gdpr-text-color);transition:var(--gdpr-transition);display:flex;align-items:flex-end;max-width:600px}.gdpr-cookie-consent.bottom{left:0;right:0;bottom:0;transform:translateY(0)}.gdpr-cookie-consent.bottom.hidden{transform:translateY(100%)}.gdpr-cookie-consent.bottom-right{right:30px;bottom:30px;max-width:400px}.gdpr-cookie-consent.bottom-right.hidden{transform:translateY(30px);opacity:0}.gdpr-cookie-consent__content{padding:20px 25px}.gdpr-cookie-consent__content p{margin:0 0 15px 0}.gdpr-cookie-consent__container{background-color:var(--white);border-radius:var(--gdpr-radius);box-shadow:var(--gdpr-shadow);margin:20px;overflow:hidden;transition:var(--gdpr-transition);opacity:1;max-width:600px}.gdpr-cookie-consent__header{padding:20px 25px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--gdpr-border-color)}.gdpr-cookie-consent__header h3{margin:0;font-size:1.25rem;font-weight:600}.gdpr-cookie-consent__policy-link{color:var(--gdpr-light-text);text-decoration:none;font-weight:500}.gdpr-cookie-consent__policy-link:hover{text-decoration:underline}.gdpr-cookie-consent__close{background:0 0;border:none;font-size:1.5rem;cursor:pointer;color:var(--gdpr-light-text);transition:var(--gdpr-transition)}.gdpr-cookie-consent__close:hover{color:var(--gdpr-text-color)}.gdpr-cookie-consent.hidden .gdpr-cookie-consent__container{opacity:0}.gdpr-cookie-consent__footer{padding:15px 25px 25px;display:flex;justify-content:flex-end;gap:15px}.gdpr-cookie-consent__accept-btn,.gdpr-cookie-consent__customize-btn,.gdpr-cookie-consent__settings-save{padding:10px 20px;border-radius:6px;font-weight:500;font-size:.9rem;cursor:pointer;transition:var(--gdpr-transition);border:none}.gdpr-cookie-consent__accept-btn{background-color:var(--gdpr-light-text);color:var(--white)}.gdpr-cookie-consent__accept-btn:hover{background-color:var(--gdpr-light-text);color:var(--black);box-shadow:0 4px 12px rgba(74,108,247,.3)}.gdpr-cookie-consent__customize-btn{background-color:var(--white);color:var(--gdpr-text-color)}.gdpr-cookie-consent__customize-btn:hover{background-color:var(--white)}.gdpr-cookie-consent.show-settings{min-height:100vh;max-width:none}.gdpr-cookie-consent.show-settings .gdpr-cookie-consent__settings{display:flex;opacity:1;flex-direction:column}.gdpr-cookie-consent__settings{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:10000;justify-content:center;align-items:center;opacity:0;transition:var(--gdpr-transition)}.gdpr-cookie-consent__settings-content,.gdpr-cookie-consent__settings-footer,.gdpr-cookie-consent__settings-header{max-width:600px;width:100%}.gdpr-cookie-consent__settings-footer{display:flex;justify-content:flex-end;margin-top:30px}.gdpr-cookie-consent__settings-save{background-color:var(--primary);color:var(--white)}.gdpr-cookie-consent__settings-header h3{color:var(--white);margin-top:0;text-align:center}.gdpr-cookie-consent__settings-close{position:absolute;right:20px;top:20px;border:0;border-radius:50rem;width:50px;height:50px;background:#fff;font-size:2rem}.gdpr-cookie-consent__settings-content{background-color:var(--white);border-radius:var(--gdpr-radius);width:100%;max-width:600px;max-height:90vh;overflow-y:auto;padding:30px}.gdpr-cookie-consent__categories{margin-top:20px}.gdpr-cookie-consent__category{border:1px solid var(--gdpr-border-color);border-radius:8px;margin-bottom:15px;overflow:hidden}.gdpr-cookie-consent__category-header{padding:15px 20px;display:flex;justify-content:space-between;align-items:center;background-color:var(--white);cursor:pointer}.gdpr-cookie-consent__category-title{display:flex;align-items:center;gap:10px;font-weight:500}.gdpr-cookie-consent__category-toggle{width:24px;height:24px;position:relative}.gdpr-cookie-consent__category-toggle:after,.gdpr-cookie-consent__category-toggle:before{content:"";position:absolute;background-color:var(--gdpr-light-text);top:50%;left:50%;transform:translate(-50%,-50%)}.gdpr-cookie-consent__category-toggle:before{width:2px;height:12px;transition:var(--gdpr-transition)}.gdpr-cookie-consent__category-toggle:after{width:12px;height:2px}.gdpr-cookie-consent__category.expanded .gdpr-cookie-consent__category-toggle:before{transform:translate(-50%,-50%) rotate(90deg);opacity:0}.gdpr-cookie-consent__category-description{padding:0;max-height:0;overflow:hidden;transition:var(--gdpr-transition)}.gdpr-cookie-consent__category.expanded .gdpr-cookie-consent__category-description{padding:15px 20px;max-height:200px}.gdpr-cookie-consent__category-required{font-size:.85rem;color:var(--gdpr-light-text);margin-top:10px;font-style:italic}.gdpr-cookie-consent input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:22px!important;height:22px;border:2px solid var(--gdpr-light-text);border-radius:5px;margin:0;position:relative;cursor:pointer;transition:var(--gdpr-transition)}.gdpr-cookie-consent input[type=checkbox]:checked{background-color:var(--gdpr-light-text);border-color:var(--gdpr-light-text)}.gdpr-cookie-consent input[type=checkbox]::after{content:"";position:absolute;top:40%;left:50%;transform:translate(-50%,-50%) rotate(45deg);width:6px;height:10px;border:solid var(--white);border-width:0 2px 2px 0}.gdpr-cookie-consent input[type=checkbox]:disabled{background-color:var(--white);border-color:var(--gdpr-border-color);cursor:not-allowed}.gdpr-cookie-consent.slide{transition:transform .5s ease,opacity .5s ease}.gdpr-cookie-consent.fade{transition:opacity .5s ease}.gdpr-cookie-consent.fade.hidden{opacity:0}.gdpr-cookie-consent.dark .gdpr-cookie-consent__container,.gdpr-cookie-consent.dark .gdpr-cookie-consent__settings-content{background-color:#212529;color:#f8f9fa}.gdpr-cookie-consent.dark .gdpr-cookie-consent__header{border-bottom-color:#343a40}.gdpr-cookie-consent.dark .gdpr-cookie-consent__close{color:#adb5bd}.gdpr-cookie-consent.dark .gdpr-cookie-consent__close:hover{color:#f8f9fa}.gdpr-cookie-consent.dark .gdpr-cookie-consent__category{border-color:#343a40}.gdpr-cookie-consent.dark .gdpr-cookie-consent__category-header{background-color:#343a40}#show-banner{background-color:transparent;border:0;padding:0}.swiper-pagination-bullet{width:20px;height:20px}.swiper-button-next,.swiper-button-prev{display:flex;align-items:center;justify-content:center;background-color:#000;border-radius:50rem;transition:background-color .3s ease}.swiper-button-next svg,.swiper-button-prev svg{color:#fff;transition:color .3s ease}.swiper-button-next:hover,.swiper-button-prev:hover{background-color:#fff}.swiper-button-next:hover svg,.swiper-button-prev:hover svg{color:#000}.swiper-button-next{transform:rotate(180deg)}.social ul{display:flex;gap:10px}@media only screen and (min-width:768px){.social ul{flex-direction:column}}.social a{background-color:#fff;display:block;padding:5px;border-radius:50rem;transition:background-color .3s ease;width:30px;height:30px;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease}.social a:hover{background-color:#5a2ce6;color:#fff}.social a:hover svg{color:#fff}.social svg{width:100%;max-width:15px;max-height:15px;height:100%;color:#000;transition:color .3s ease}.post_active-js{display:flex}.post_card{position:relative;background:#fff;flex-direction:column;width:100%;overflow:hidden;border-radius:20px;border:1px solid #000;padding:10px;transition:padding .3s ease}@media screen and (max-width:640px){.post_card{display:grid;border:0;padding:0;grid-template-columns:minmax(80px,80px) 1fr;grid-template-areas:"picture terms" "picture title" "picture meta";column-gap:15px;width:100%;border-radius:0}.post_card_terms_list{grid-area:terms}.post_card_img_wrapper{height:80px;aspect-ratio:1/1;margin-bottom:0;grid-area:picture}.post_card_title{grid-area:title;justify-content:flex-end;font-size:1rem}.post_card_meta{grid-area:meta;justify-content:flex-start;height:100%}}@media only screen and (min-width:640px){.post_card:hover::after{content:"";position:absolute;width:100%;height:100%;bottom:0;left:0;background:#000;background:linear-gradient(24deg,#000 0,rgba(0,0,0,0) 100%)}.post_card:hover svg{stroke:#fff}.post_card:hover .post_card_author,.post_card:hover .post_card_date .post_date,.post_card:hover .post_card_excerpt,.post_card:hover .post_card_title{color:#fff}.post_card:hover .post_card_author,.post_card:hover .post_card_excerpt{display:block}.post_card:hover .post_card_readmore_text{transform:scale(1);opacity:1;visibility:visible}.post_card:hover .post_card_readmore_icon{transform:scale(1) rotate(180deg);opacity:1;visibility:visible}.post_card:hover .post_card_img{position:absolute;height:calc(100% + 20px);width:calc(100% + 20px);left:-10px;top:-10px}.post_card:hover .post_card::after{content:"";background-color:#000;position:absolute;left:0;bottom:0;opacity:.5}}.post_card_img{position:relative;transition:position .3s ease}.post_card_terms{margin-bottom:15px}.post_card_readmore_text{background:#5a2ce6;color:#fff;border-bottom-left-radius:20px;margin:0;padding:5px 15px;transform:scale(0);transform-origin:top right;opacity:0;visibility:hidden;position:absolute;right:0;top:0;transition:opacity .25s ease-in-out,visibility .25s ease-in-out,transform .25s ease-in-out}.post_card_readmore_icon{background:#fff;width:40px;height:40px;border-radius:50rem;padding:11px 4px 2px 12px;transform:scale(0) rotate(180deg);opacity:0;visibility:hidden;transition:opacity .25s ease-in-out,visibility .25s ease-in-out,transform .25s ease-in-out;color:#5a2ce6}.post_card_author,.post_card_excerpt,.post_card_meta,.post_card_readmore,.post_card_tags,.post_card_title{position:relative;z-index:1}.post_card_title{font-size:18px;line-height:1.3;margin:0;transition:color .3s ease}.post_card_author,.post_card_excerpt{display:none}.post_card_excerpt{font-size:14px;color:#6e6e6e;transition:color .3s ease}.post_card_meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-top:auto;margin-bottom:0}.post_card_link{font-size:0;position:absolute;top:0;left:0;z-index:3;width:100%;height:100%}.post_card_img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .25s ease}.post_card_img_wrapper{overflow:hidden;border-radius:10px;width:100%}@media only screen and (min-width:768px){.post_card_img_wrapper{height:160px}}.post_card_img_wrapper:hover{opacity:1}.post_card_img_wrapper:hover img{transform:scale(1.1);transition:transform .25s ease}.post_card_tag{display:inline-block;background:#fff;padding:5px 10px;border-radius:50rem;font-size:12px}.post_card_tags{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:15px}.pagination{width:100%;margin-top:40px}.pagination a{text-decoration:none}.pagination .page-numbers{color:initial;border-radius:50rem;border:1px solid #6e6e6e;padding:10px;aspect-ratio:1/1;min-width:40px;min-height:40px;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease,color .3s ease,border .3s ease}.pagination .page-numbers:not(.cta):not(.no_link_default):not(.current):hover{background-color:#e7dfff;color:#5a2ce6;border:1px solid #5a2ce6;transition:background-color .3s ease}.pagination .page-numbers:not(.cta):not(.no_link_default)::after{content:none}.pagination .current{color:#fff;background-color:#5a2ce6;border:1px solid #5a2ce6}.pagination .prev svg{transform:rotate(180deg)}.pagination .nav-links{display:flex;gap:15px;flex-wrap:wrap;justify-content:center}@media only screen and (min-width:768px){.pagination .nav-links{justify-content:flex-start}}.post_pagination_link{text-decoration:none;color:#000}.post_pagination_link_prev{transition:margin-left .3s ease}.post_pagination_link_prev:hover{margin-left:-20px}.post_pagination_link_next{transition:margin-right .3s ease}.post_pagination_link_next svg{transform:rotate(180deg)}.post_pagination_link_next:hover{margin-right:-20px}.post_filter{display:flex;gap:10px;margin-bottom:20px}@media only screen and (min-width:640px){.post_filter{flex-wrap:wrap}}.post_filter_wrapper{overflow-x:auto}.post_filter_btn{padding:10px 15px;border-radius:50rem;background:#fff;color:#000;border:1px solid #6e6e6e;transition:background-color .3s ease,color .3s ease,border .3s ease;font-weight:700;display:flex;font-size:initial;gap:10px;align-items:center}.post_filter_btn span{font-weight:300;font-size:10px}.post_filter_btn:hover{background:#fff}.post_filter_btn.active{background:#5a2ce6;color:#fff;border-color:#5a2ce6;transition:background-color .3s ease}.post_filter_btn:hover{background-color:#e7dfff;color:#5a2ce6;border:1px solid #5a2ce6;transition:background-color .3s ease}.post_share{background-color:#e7dfff;padding:15px;border-radius:10px}.post_share_title{margin:0}.post_share_list{list-style:none;padding-left:0;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:0;margin-top:8px}.post_share_link{display:block;width:30px;height:30px;background-color:#000;border:transparent;padding:5px;border-radius:50rem}.post_share_link svg{color:#fff;width:15px;height:15px}.post_lastpost{display:flex;flex-direction:column;gap:15px}.post_lastpost_title{margin:0}.post_lastpost .post_card{display:grid;border:0;padding:0;grid-template-columns:minmax(80px,80px) 1fr;grid-template-areas:"picture title" "picture meta";column-gap:15px;width:100%;border-radius:13px;transition:padding .2s ease,background-color .2s ease}@media only screen and (min-width:768px){.post_lastpost .post_card_date,.post_lastpost .post_card_title{display:flex;flex-direction:column}}.post_lastpost .post_card_title{grid-area:title;justify-content:flex-end;font-size:1rem}.post_lastpost .post_card_meta{grid-area:meta;justify-content:flex-start;height:100%}.post_lastpost .post_card_img_wrapper{height:80px;aspect-ratio:1/1;margin-bottom:0;grid-area:picture}.post_lastpost .post_card:hover{padding:5px;background-color:#e7dfff}.post_lastpost .post_card:hover .post_card_img{position:relative;height:100%;width:100%;left:0;top:0}.post_lastpost .post_card:hover .post_card_author,.post_lastpost .post_card:hover .post_card_date .post_date,.post_lastpost .post_card:hover .post_card_excerpt,.post_lastpost .post_card:hover .post_card_title{color:initial}.post_lastpost .post_card:hover svg{stroke:initial}.post_author{display:flex;gap:5px;align-items:center}.post_author_img_wrapper{width:30px;height:30px;overflow:hidden;border-radius:50%}.post_terms_list{display:flex;align-items:center;flex-wrap:wrap;gap:5px 10px;margin:0;list-style:none;padding-left:0}.post_terms_item{font-size:12px;width:fit-content;border:1px solid #000;border-radius:50rem;padding:5px 10px;font-weight:400}.post_read{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.post_read_text{margin:0}.post_read_button{background-color:transparent;border:0;padding:0}.post_read_button svg{width:25px;height:25px;margin-bottom:-5px}.post_read_button_hide{display:none}.post_cta{position:relative;color:#fff;display:flex;flex-direction:column;justify-items:flex-end;border-radius:10px;overflow:hidden}.post_cta:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:.4;z-index:0}.post_cta_content{position:relative;padding:40px 20px 20px 20px}.post_cta_content::before{content:"";height:100%;width:100%;left:0;bottom:0}.post_cta .title{font-weight:700;font-size:1.9rem;line-height:1.1;text-transform:uppercase;margin-bottom:10px}.post_cta_img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.post_date{font-size:12px;font-style:italic;color:#6e6e6e;display:flex;gap:5px;align-items:center;transition:color .3s ease}@keyframes fadeIn{100%{opacity:1}}.footer_container{background-color:#000;border-radius:10px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;max-width:1000px}.footer_top{display:flex;justify-content:space-between;flex-direction:column}@media only screen and (min-width:768px){.footer_top{flex-direction:row}}.footer_top_left_logo_link{display:block;overflow:hidden;max-height:100px}.footer_top_left_logo_link img{filter:brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(9%) hue-rotate(29deg) brightness(102%) contrast(104%);max-width:220px}.footer_top_left img{width:100%;height:auto}.footer_top_left ul{padding-top:30px;padding-left:0;list-style:none}.footer_top_left li{padding-bottom:10px}.footer_top_left a{text-decoration:underline;color:#6e6e6e;transition:color .3s ease,text-decoration .3s ease}.footer_top_left a:hover{color:#5a2ce6;transition:color .3s ease,text-decoration .3s ease;text-decoration:none}.footer_top_right{display:flex;flex-direction:column;gap:20px;margin-top:20px}@media only screen and (min-width:768px){.footer_top_right{gap:50px;flex-direction:row;margin-top:0}}.footer_top_right .social ul{flex-direction:row;flex-wrap:wrap;justify-content:center}@media only screen and (min-width:768px){.footer_top_right .social ul{justify-content:flex-end}}.footer_top_right_links_wrapper{display:flex;gap:10px;flex-wrap:wrap;height:fit-content}@media only screen and (min-width:768px){.footer_top_right_links_wrapper{justify-content:flex-end}}.footer_top_right_links_wrapper svg{width:40px;height:40px;display:flex}.footer_bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px 0;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.footer_bottom ul{margin:0;padding:0}.footer_bottom a{color:#6e6e6e;font-weight:300;-webkit-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out;text-decoration:none;transition:color .3s ease}.footer_bottom a:hover{color:#5a2ce6;transition:color .3s ease}.footer_bottom a:not(.cta):not(.no_link_default){color:#6e6e6e;font-size:.7rem;margin-right:10px}.footer_bottom a:not(.cta):not(.no_link_default)::after{content:none}.footer_bottom small{color:#6e6e6e;font-size:.7rem}.footer_bottom ul{list-style:none;padding-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;flex-direction:column}@media only screen and (min-width:768px){.footer_bottom ul{flex-direction:row}}.footer_bottom_right{display:flex;align-items:baseline;flex-direction:row;flex-wrap:wrap}.footer_bottom_right .cky-banner-element{background:0 0;border:0;padding:0;font-weight:300}.footer_bottom_right .cky-banner-element:hover{cursor:pointer;color:#5a2ce6}.footer_bottom_right .cky-banner-element{position:relative;color:#6e6e6e;font-size:.7rem;padding-right:10px}@media only screen and (min-width:768px){.footer_bottom_right .cky-banner-element{padding-right:20px}.footer_bottom_right .cky-banner-element::after{position:absolute;content:"/";font-size:20px;top:-5px;right:7px;color:#6e6e6e}}.footer .header_links_wrapper_lang{color:#fff}.footer_designed{display:flex;justify-content:center;align-items:center}.footer_designed span{font-size:.7rem;color:#6e6e6e}.footer_designed img{width:12px;margin-left:5px}.footer_designed .logo_brillant_wrapper{display:inline-flex;align-items:flex-end;margin-left:5px;position:relative}.footer_designed .logo_brillant_svg{position:relative;z-index:1}.footer_designed .logo_brillant_svg path{opacity:1;transition:.5s ease}.footer_designed .logo_brillant_svg:hover{cursor:pointer}.footer_designed .logo_brillant_svg:hover path:not(.favicon_b){opacity:0;transition:.5s ease}.footer_designed .logo_brillant_svg:hover .favicon_b{transform:scale(1.5);transition:transform .5s ease}.footer_designed .logo_brillant_svg:hover+.logo_brillant_font{width:80px;transition:.5s ease}.footer_designed .logo_brillant_svg:hover+.logo_brillant_font path{opacity:0;animation:fadeIn 1s forwards;transition:width .5s ease}.footer_designed .logo_brillant_svg:hover+.logo_brillant_font .path1{animation-delay:0s}.footer_designed .logo_brillant_svg:hover+.logo_brillant_font .path2{animation-delay:.1s}.footer_designed .logo_brillant_svg:hover+.logo_brillant_font .path3{animation-delay:.2s}.footer_designed .logo_brillant_svg:hover+.logo_brillant_font .path4{animation-delay:.3s}.footer_designed .logo_brillant_svg:hover+.logo_brillant_font .path5{animation-delay:.4s}.footer_designed .logo_brillant_svg:hover+.logo_brillant_font .path6{animation-delay:.5s}.footer_designed .logo_brillant_svg:hover+.logo_brillant_font .path7{animation-delay:.6s}.footer_designed .logo_brillant_svg:hover+.logo_brillant_font .path8{animation-delay:.7s}.footer_designed .logo_brillant_svg:hover+.logo_brillant_font .path9{animation-delay:.8s}.footer_designed .logo_brillant_svg .favicon_b{transform:scale(1);transform-origin:center;transition:transform .5s ease}.footer_designed .logo_brillant_svg+.logo_brillant_font{overflow:hidden;transform:scale(.7);width:0;margin-bottom:8px;transition:width .5s ease;position:absolute;z-index:0;left:-2px;bottom:-18px}.footer_landing .footer_top{flex-direction:column;justify-content:center}.footer_landing .footer_top_left_logo_link{width:100%;text-align:center}.footer_landing .footer_top_left_logo_link img{max-width:220px}.footer_landing .footer_top_left ul{text-align:center}.footer_landing .footer_top_right{justify-content:center}.footer_landing .footer_bottom{flex-direction:column;align-items:center}
/*# sourceMappingURL=styles.min.css.map */
