﻿@font-face{font-family:"EB Garamond";font-style:normal;font-weight:400;font-display:swap;src:url("../../css/fonts/eb_garamond/EBGaramond-Regular.ttf") format("truetype")}@font-face{font-family:"EB Garamond";font-style:normal;font-weight:500;font-display:swap;src:url("../../css/fonts/eb_garamond/EBGaramond-Medium.ttf") format("truetype")}@font-face{font-family:"EB Garamond";font-style:normal;font-weight:600;font-display:swap;src:url("../../css/fonts/eb_garamond/EBGaramond-SemiBold.ttf") format("truetype")}@font-face{font-family:"EB Garamond";font-style:italic;font-weight:400;font-display:swap;src:url("../../css/fonts/eb_garamond/EBGaramond-Italic.ttf") format("truetype")}@font-face{font-family:"Roboto";font-style:normal;font-weight:300;font-display:swap;src:url("../../css/fonts/roboto/Roboto-Light.ttf") format("truetype")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;font-display:swap;src:url("../../css/fonts/roboto/Roboto-Regular.ttf") format("truetype")}@font-face{font-family:"Roboto";font-style:normal;font-weight:500;font-display:swap;src:url("../../css/fonts/roboto/Roboto-Medium.ttf") format("truetype")}@font-face{font-family:"Roboto";font-style:normal;font-weight:700;font-display:swap;src:url("../../css/fonts/roboto/Roboto-Bold.ttf") format("truetype")}@font-face{font-family:"Roboto";font-style:italic;font-weight:400;font-display:swap;src:url("../../css/fonts/roboto/Roboto-Italic.ttf") format("truetype")}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:"EB Garamond","Garamond","Cormorant Garamond","Times New Roman","Times",serif;color:#333;background-color:#f5f5f5;line-height:1.6;min-height:100vh;display:flex;flex-direction:column}main{flex:1;margin:0 auto;width:100%}h1,h2,h3,h4,h5,h6{font-weight:bold;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}section h2{font-size:2.5rem;font-weight:400;margin-bottom:2rem;text-align:center}@media(max-width: 768px){section h2{font-size:2rem}}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1.5rem}a{color:#3498db;text-decoration:none;transition:color .3s ease}a:hover{color:rgb(33.1380753138,125.1882845188,186.8619246862)}img{max-width:100%;height:auto;display:block}.breadcrumbs{font-family:"EB Garamond","Garamond","Cormorant Garamond","Times New Roman","Times",serif;font-style:italic;font-weight:400;font-size:1.4rem;margin-bottom:1.5rem;line-height:1.2;letter-spacing:.05em;color:#fff;text-shadow:0 0 10px rgba(0,0,0,.5);text-align:center;width:100%;display:flex;flex-direction:row;flex-wrap:wrap;gap:0px;justify-content:center;align-items:center}.breadcrumbs a,.breadcrumbs p{text-decoration:none !important;color:#fff;transition:none !important}.breadcrumbs a:hover,.breadcrumbs p:hover{color:#fff;text-decoration:underline !important}.breadcrumbs a:not(:last-child)::after{content:" / ";margin:0 10px;display:inline-block;text-decoration:none !important;pointer-events:none}@media(max-width: 768px){.breadcrumbs{margin-bottom:.5rem;font-size:1.2rem}}.image-caption{font-size:16px;font-weight:400;line-height:1.2;margin-top:3px;color:#000;padding-inline:1rem}@media(max-width: 768px){.image-caption{font-size:14px}}header{position:sticky;top:0;left:0;z-index:1000;background-color:#000;width:100%;display:block;height:auto;flex-shrink:0;color:#fff}header .header-content{position:relative;width:100%;display:block;height:auto}header .header-content-container{max-width:1600px;margin:0 auto;padding:2rem;position:relative;width:100%;height:auto;display:flex;flex-direction:row;flex-wrap:nowrap;gap:1.5rem;justify-content:space-between;align-items:center}@media(max-width: 1040px){header .header-content-container{padding:1.5rem}}@media(max-width: 576px){header .header-content-container{padding:1rem}}@media(max-width: 768px){header .header-content-container{justify-content:space-between}}header .header-content-container-logo{position:relative;width:auto;height:auto;display:flex;flex-direction:row;gap:1.5rem;justify-content:flex-start;align-items:center;height:60px}@media(max-width: 768px){header .header-content-container-logo{height:40px}}@media(max-width: 576px){header .header-content-container-logo{height:30px}}header .header-content-container-logo .logo-wrapper{position:relative;display:inline-block}header .header-content-container-logo img{width:auto;height:auto;max-height:40px;object-fit:contain;object-position:center;display:block}@media(max-width: 768px){header .header-content-container-logo img{max-height:30px}}@media(max-width: 576px){header .header-content-container-logo img{max-height:30px}}header .header-burger-menu{display:none;position:relative;width:30px;height:30px;background:rgba(0,0,0,0);border:none;cursor:pointer;flex-direction:column;justify-content:space-around;padding:0;z-index:1002}@media(max-width: 1040px){header .header-burger-menu{display:flex}}header .header-burger-menu span{display:block;width:100%;height:2px;background-color:#fff;transition:all .3s ease;transform-origin:center}header .header-burger-menu.active{margin-top:13px}header .header-burger-menu.active span{background-color:#fff !important}header .header-burger-menu.active span:nth-child(1){transform:rotate(45deg) translate(8px, 6px)}header .header-burger-menu.active span:nth-child(2){opacity:0}header .header-burger-menu.active span:nth-child(3){transform:rotate(-45deg) translate(8px, -7px)}@media(max-width: 577px){header .header-burger-menu.active{margin-top:0}}header .header-content-container-menu{position:absolute;left:50%;transform:translateX(-50%);width:auto;height:auto;display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem}@media(max-width: 1040px){header .header-content-container-menu{display:none}}header .header-right-items{position:relative;display:flex;align-items:center;gap:1.5rem;margin-left:auto}@media(max-width: 1040px){header .header-right-items{display:none}}header .header-search-container{position:relative;display:flex;align-items:center}header .header-search{background:rgba(0,0,0,0);border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease;z-index:10}header .header-search:hover{opacity:.7}header .header-search svg{width:20px;height:20px;display:block}header .header-search-input-wrapper{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:.5rem;background-color:#000;border:1px solid hsla(0,0%,100%,.3);padding:.5rem 1rem;border-radius:4px;opacity:0;visibility:hidden;width:0;overflow:hidden;transition:all .3s ease;z-index:100}header .header-search-input-wrapper.active{opacity:1;visibility:visible;width:300px;min-width:300px}@media(max-width: 576px){header .header-search-input-wrapper.active{width:250px;min-width:250px}}.header-fullscreen-menu header .header-search-input-wrapper{position:absolute;top:calc(100% + 1rem);left:0;right:0;transform:none;width:100%;max-width:100%;z-index:1002}.header-fullscreen-menu header .header-search-input-wrapper.active{width:100%;min-width:auto}header .header-search-input-wrapper .header-search-input{background:rgba(0,0,0,0);border:none;color:#fff;font-size:16px;font-family:"Roboto","Arial",sans-serif;outline:none;width:100%;padding:.5rem 0}header .header-search-input-wrapper .header-search-input::placeholder{color:hsla(0,0%,100%,.5)}header .header-search-input-wrapper .header-search-submit{background:rgba(0,0,0,0);border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease;flex-shrink:0}header .header-search-input-wrapper .header-search-submit:hover{opacity:.7}header .header-search-input-wrapper .header-search-submit svg{width:16px;height:16px;display:block}header .header-search-input-wrapper .header-search-close{display:none}header .header-search-container.search-active .header-search{opacity:.5}header .header-language-switcher{position:relative;display:flex;align-items:center;gap:.5rem}header .header-language-switcher .lang-link{color:#fff;text-decoration:none;font-size:16px;font-weight:400;font-family:"Roboto","Arial",sans-serif;transition:opacity .3s ease;padding:.5rem}header .header-language-switcher .lang-link:hover{opacity:.7}header .header-language-switcher .lang-link.active{font-weight:600;opacity:1}header .header-language-switcher .lang-separator{color:#fff;opacity:.5;font-size:16px}header .header-language-switcher.header-language-switcher-mobile{display:none}@media(max-width: 768px){header .header-language-switcher.header-language-switcher-mobile{display:flex}}header ul{position:relative;width:auto;height:auto;display:flex;flex-direction:row;flex-wrap:wrap;column-gap:1.5rem;row-gap:.5rem;list-style:none;margin:0;padding:0;justify-content:flex-start;align-items:center}header ul li{position:relative}header ul li a{color:#fff;text-decoration:none;text-underline-offset:10px;font-size:16px;font-weight:400;font-family:"Roboto","Arial",sans-serif;transition:text-underline-offset .3s ease;display:flex;align-items:center;gap:.5rem}header ul li a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}header ul li:has(ul)>a::after{content:"▼";font-size:10px;display:inline-block;margin-left:.5rem;transition:transform .3s ease}header ul li:has(ul)>a:hover{text-decoration:none}header ul li:has(ul)>a:hover::after{transform:translateY(2px)}header ul li ul{position:absolute;top:100%;left:50%;transform:translateX(-50%);width:auto;min-width:150px;height:auto;display:flex;flex-direction:column;flex-wrap:wrap;gap:1rem;justify-content:flex-start;align-items:flex-start;list-style:none;margin:0;padding:1rem;background-color:#000;opacity:0;visibility:hidden;pointer-events:none;transform:translateX(-50%) translateY(-10px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease;z-index:1001}header ul li ul li{width:100%;display:flex;justify-content:center;align-items:center}header ul li ul li a{display:block;padding:0 0;white-space:nowrap;text-decoration:none;text-underline-offset:10px;transition:text-underline-offset .3s ease}header ul li ul li a:hover{text-decoration:underline;text-underline-offset:4px}header ul li:hover>ul{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}header .header-fullscreen-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#000;z-index:1001;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;overflow-y:auto;display:flex;flex-direction:column}header .header-fullscreen-menu.active{opacity:1;visibility:visible}header .header-fullscreen-menu .header-fullscreen-menu-header{position:relative;width:100%;padding:1.5rem 1.5rem 1.5rem 1rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;min-height:60px;border-bottom:1px solid hsla(0,0%,100%,.1)}@media(max-width: 577px){header .header-fullscreen-menu .header-fullscreen-menu-header{grid-template-columns:1fr;grid-template-rows:minmax(40px, auto) auto;gap:1rem;padding-top:1.5rem;padding-bottom:1rem}}@media(max-width: 576px){header .header-fullscreen-menu .header-fullscreen-menu-header{padding:1rem;gap:1rem;min-height:50px}}header .header-fullscreen-menu .header-fullscreen-menu-header .header-fullscreen-menu-back{display:flex;align-items:center;gap:1rem;background:rgba(0,0,0,0);border:none;color:#fff;font-family:"Roboto","Arial",sans-serif;font-size:16px;cursor:pointer;padding:.5rem 1rem;transition:opacity .3s ease;flex-shrink:0;order:1;opacity:0;pointer-events:none}header .header-fullscreen-menu .header-fullscreen-menu-header .header-fullscreen-menu-back.visible{opacity:1;pointer-events:auto}header .header-fullscreen-menu .header-fullscreen-menu-header .header-fullscreen-menu-back.visible:hover{opacity:.7}@media(max-width: 577px){header .header-fullscreen-menu .header-fullscreen-menu-header .header-fullscreen-menu-back{order:1;width:100%;min-height:40px}}header .header-fullscreen-menu .header-fullscreen-menu-header .header-fullscreen-menu-back span:first-child{font-size:20px}header .header-fullscreen-menu .header-fullscreen-menu-header .header-fullscreen-menu-back .header-fullscreen-menu-parent-name{font-weight:400;font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}@media(max-width: 576px){header .header-fullscreen-menu .header-fullscreen-menu-header .header-fullscreen-menu-back .header-fullscreen-menu-parent-name{font-size:16px;max-width:120px}}header .header-fullscreen-menu .header-fullscreen-menu-header .header-right-items-mobile{display:flex;align-items:center;gap:1rem;justify-content:flex-end;flex-shrink:0;order:3}@media(max-width: 577px){header .header-fullscreen-menu .header-fullscreen-menu-header .header-right-items-mobile{order:2;justify-content:center;width:100%;padding-top:1rem;margin-top:1rem;border-top:1px solid hsla(0,0%,100%,.1)}}@media(max-width: 576px){header .header-fullscreen-menu .header-fullscreen-menu-header .header-right-items-mobile{gap:.5rem}}header .header-fullscreen-menu .header-fullscreen-menu-header .header-right-items-mobile .header-search-container{position:relative;display:flex;align-items:center;flex-shrink:0}header .header-fullscreen-menu .header-fullscreen-menu-header .header-right-items-mobile .header-search-container .header-search-input-wrapper{position:fixed;top:60px;left:1.5rem;right:1.5rem;transform:none;width:auto;max-width:500px;margin:0 auto;z-index:1002}@media(max-width: 576px){header .header-fullscreen-menu .header-fullscreen-menu-header .header-right-items-mobile .header-search-container .header-search-input-wrapper{top:50px;left:1rem;right:1rem}}header .header-fullscreen-menu .header-fullscreen-menu-header .header-right-items-mobile .header-search-container .header-search-input-wrapper.active{width:calc(100% - 3rem);max-width:500px;min-width:auto}@media(max-width: 576px){header .header-fullscreen-menu .header-fullscreen-menu-header .header-right-items-mobile .header-search-container .header-search-input-wrapper.active{width:calc(100% - 2rem)}}header .header-fullscreen-menu .header-fullscreen-menu-header .header-right-items-mobile .header-search{padding:.5rem;display:flex;align-items:center;justify-content:center;min-width:40px;height:40px}@media(max-width: 576px){header .header-fullscreen-menu .header-fullscreen-menu-header .header-right-items-mobile .header-search{min-width:36px;height:36px}}header .header-fullscreen-menu .header-fullscreen-menu-header .header-right-items-mobile .header-search svg{width:20px;height:20px}@media(max-width: 576px){header .header-fullscreen-menu .header-fullscreen-menu-header .header-right-items-mobile .header-search svg{width:18px;height:18px}}header .header-fullscreen-menu .header-fullscreen-menu-header .header-right-items-mobile .header-language-switcher{display:flex;align-items:center;gap:.5rem;flex-shrink:0;padding-left:.5rem;border-left:1px solid hsla(0,0%,100%,.2)}@media(max-width: 576px){header .header-fullscreen-menu .header-fullscreen-menu-header .header-right-items-mobile .header-language-switcher{padding-left:.5rem}}header .header-fullscreen-menu .header-fullscreen-menu-header .header-right-items-mobile .header-language-switcher .lang-link{font-size:15px;padding:.5rem 1rem;white-space:nowrap;min-width:32px;text-align:center}@media(max-width: 576px){header .header-fullscreen-menu .header-fullscreen-menu-header .header-right-items-mobile .header-language-switcher .lang-link{font-size:14px;padding:.5rem;min-width:28px}}header .header-fullscreen-menu .header-fullscreen-menu-header .header-right-items-mobile .header-language-switcher .lang-separator{font-size:15px;opacity:.4}@media(max-width: 576px){header .header-fullscreen-menu .header-fullscreen-menu-header .header-right-items-mobile .header-language-switcher .lang-separator{font-size:14px}}header .header-fullscreen-menu .header-fullscreen-menu-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;flex:1;padding:2.5rem;position:relative;overflow:hidden}header .header-fullscreen-menu .header-fullscreen-menu-content .header-fullscreen-menu-level{display:none;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0;width:100%;max-width:600px;text-align:center;opacity:1;transition:transform .4s cubic-bezier(0.4, 0, 0.2, 1);position:absolute;top:2.5rem;left:50%;transform:translate(-50%, 0)}header .header-fullscreen-menu .header-fullscreen-menu-content .header-fullscreen-menu-level[data-level=main]{position:absolute;top:2.5rem;left:50%;transform:translate(-50%, 0)}header .header-fullscreen-menu .header-fullscreen-menu-content .header-fullscreen-menu-level[data-level=main].leaving{transform:translate(-150%, 0)}header .header-fullscreen-menu .header-fullscreen-menu-content .header-fullscreen-menu-level[data-level=main].leaving.going-back{transform:translate(150%, 0)}header .header-fullscreen-menu .header-fullscreen-menu-content .header-fullscreen-menu-level.entering{display:flex;opacity:1;transform:translate(50%, 0)}header .header-fullscreen-menu .header-fullscreen-menu-content .header-fullscreen-menu-level.entering.going-back{transform:translate(-150%, 0)}header .header-fullscreen-menu .header-fullscreen-menu-content .header-fullscreen-menu-level.leaving{display:flex;opacity:1;transform:translate(-150%, 0)}header .header-fullscreen-menu .header-fullscreen-menu-content .header-fullscreen-menu-level.leaving.going-back{transform:translate(150%, 0)}header .header-fullscreen-menu .header-fullscreen-menu-content .header-fullscreen-menu-level.active{display:flex;opacity:1;transform:translate(-50%, 0)}header .header-fullscreen-menu .header-fullscreen-menu-content .header-fullscreen-menu-level li{position:static}header .header-fullscreen-menu .header-fullscreen-menu-content .header-fullscreen-menu-level li a{color:#fff;text-decoration:none;font-size:24px;font-weight:400;font-family:"Roboto","Arial",sans-serif;text-underline-offset:10px;transition:text-underline-offset .3s ease;display:flex;align-items:center;justify-content:center;gap:1rem;cursor:pointer}header .header-fullscreen-menu .header-fullscreen-menu-content .header-fullscreen-menu-level li a:hover{text-decoration:underline;text-underline-offset:4px}@media(max-width: 576px){header .header-fullscreen-menu .header-fullscreen-menu-content .header-fullscreen-menu-level li a{font-size:20px}}header .header-fullscreen-menu .header-fullscreen-menu-content .header-fullscreen-menu-level li.has-submenu>a::after{content:"←";font-size:20px;display:inline-block;margin-left:.5rem;transform:rotate(-180deg)}header .header-fullscreen-menu .header-fullscreen-menu-content .header-fullscreen-menu-level li.has-submenu>a:hover{text-decoration:none}footer{background-color:#000;position:relative;width:100%;display:block;height:auto;flex-shrink:0;color:#fff}footer .footer-content{position:relative;width:100%;display:block;height:auto}footer .footer-content-container{position:relative;width:100%;height:auto;display:flex;flex-direction:column;flex-wrap:wrap;gap:1.5rem;justify-content:center;align-items:center}@media(max-width: 768px){footer .footer-content-container{flex-direction:column}}@media(max-width: 576px){footer .footer-content-container{flex-direction:column}}footer .footer-content-container-top-logo{position:relative;width:100%;display:block;height:auto}footer .footer-content-container-top-logo img{margin:0 auto}footer .footer-content-container-logo{position:relative;width:100%;display:block;height:auto}footer .footer-content-container-logo img{margin:0 auto;width:100%;max-width:132px;height:auto;object-fit:contain;object-position:center;display:block}@media(max-width: 768px){footer .footer-content-container-logo img{max-width:100px}}@media(max-width: 576px){footer .footer-content-container-logo img{max-width:80px}}footer .footer-text{position:relative;width:100%;display:block;height:auto;text-align:center;font-size:22px;font-weight:400;line-height:1.2;color:#fff;margin:0}footer .footer-text p{margin:0}@media(max-width: 768px){footer .footer-text{font-size:20px}}footer .footer-content-container-social-links{position:relative;width:100%;display:block}footer .footer-content-container-social-links .footer-content-container-social-links-list{position:relative;width:100%;display:block;height:auto}footer .footer-content-container-social-links .footer-content-container-social-links-list li a{display:flex;flex-direction:row;justify-content:center;align-items:center}footer .footer-content-container-social-links .footer-content-container-social-links-list li img{width:100%;max-width:40px;max-height:40px;object-fit:contain;object-position:center;display:block}footer .footer-content-container-social-links-list{position:relative;width:100%;display:block;height:auto}footer .footer-content-container-links{position:relative;width:100%;display:block}footer .footer-content-container-links li{display:flex;justify-content:center;align-items:center}footer .footer-content-container-links li a{color:#fff;text-decoration:none;font-size:16px}footer .copyright{position:relative;width:100%;display:block;height:auto;text-align:center}body main{display:flex;flex-direction:column}.hero{position:relative;width:100%;display:block;height:auto;flex-shrink:0}.hero picture{width:100%;display:block;line-height:0}.hero img{width:100%;height:auto;display:block;vertical-align:bottom}.hero .hero-content{display:flex;flex-direction:column;position:absolute;top:38%;left:50%;transform:translate(-50%, -50%);text-align:center;width:100%;max-width:1600px;padding:2rem;z-index:1;pointer-events:none;color:#fff}.hero .hero-content .hero-title{font-size:2.5rem;font-weight:400;line-height:1.2;margin-bottom:1rem;text-decoration:none}.hero .hero-content .hero-title:hover{color:#fff;text-decoration:none}@media(max-width: 768px){.hero .hero-content .hero-title{font-size:2rem}}@media(max-width: 576px){.hero .hero-content .hero-title{font-size:1.75rem}}.hero .hero-content a{color:#fff;text-decoration:underline;text-underline-offset:10px;transition:text-underline-offset .3s ease}.hero .hero-content a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}@media(max-width: 768px){.hero .hero-content{top:45%}}.hero .hero-content *{pointer-events:auto}.latest-articles{width:100%;display:block;height:auto;flex-shrink:0;background-color:#000;color:#fff}.latest-articles .latest-articles-content{max-width:1600px;margin:0 auto;padding:2rem}@media(max-width: 768px){.latest-articles .latest-articles-content{padding:1.5rem}}@media(max-width: 576px){.latest-articles .latest-articles-content{padding:1rem}}.latest-articles .latest-articles-content .latest-articles-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem;column-gap:1.5rem}@media(max-width: 768px){.latest-articles .latest-articles-content .latest-articles-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 576px){.latest-articles .latest-articles-content .latest-articles-grid{grid-template-columns:repeat(1, 1fr)}}.latest-articles .latest-articles-content .latest-articles-grid-item{width:100%;display:block;height:auto;flex-shrink:0}.latest-articles .latest-articles-content .latest-articles-grid-item .latest-articles-grid-item-content .categories{display:flex;flex-wrap:wrap}.latest-articles .latest-articles-content .latest-articles-grid-item .latest-articles-grid-item-content .categories a{color:#fff;text-decoration:none}.latest-articles .latest-articles-content .latest-articles-grid-item .latest-articles-grid-item-content .categories a:hover{text-decoration:underline}.latest-articles .latest-articles-content .latest-articles-grid-item .latest-articles-grid-item-content .categories a:not(:last-child)::after{content:" / ";margin:0 5px;display:inline-block;text-decoration:none}.latest-articles .latest-articles-content .latest-articles-grid-item .latest-articles-grid-item-content .latest-articles-grid-item-title{font-size:1.5rem;line-height:1.2;font-weight:400;text-decoration:none;color:#fff}.latest-articles .latest-articles-content .latest-articles-grid-item .latest-articles-grid-item-content .latest-articles-grid-item-title:hover{text-decoration:none}@media(max-width: 768px){.latest-articles .latest-articles-content .latest-articles-grid-item .latest-articles-grid-item-content .latest-articles-grid-item-title{font-size:1.25rem}}.grid-articles{width:100%;display:block;height:auto;flex-shrink:0;background-color:#fff;color:#000}.grid-articles .grid-articles-content{max-width:1600px;margin:0 auto;padding:2rem}@media(max-width: 768px){.grid-articles .grid-articles-content{padding:1.5rem}}@media(max-width: 576px){.grid-articles .grid-articles-content{padding:1rem}}.grid-articles .grid-articles-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}@media(max-width: 768px){.grid-articles .grid-articles-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 576px){.grid-articles .grid-articles-grid{grid-template-columns:repeat(1, 1fr)}}.grid-articles .grid-articles-grid .grid-articles-grid-item{width:100%;display:block;height:auto;flex-shrink:0}.grid-articles .grid-articles-grid .grid-articles-grid-item .grid-articles-grid-item-content{width:100%;display:block;height:auto;flex-shrink:0}.grid-articles .grid-articles-grid .grid-articles-grid-item .grid-articles-grid-item-content .categories{display:flex;flex-wrap:wrap}.grid-articles .grid-articles-grid .grid-articles-grid-item .grid-articles-grid-item-content .categories a{color:#000;text-decoration:none}.grid-articles .grid-articles-grid .grid-articles-grid-item .grid-articles-grid-item-content .categories a:hover{text-decoration:underline}.grid-articles .grid-articles-grid .grid-articles-grid-item .grid-articles-grid-item-content .categories a:not(:last-child)::after{content:" / ";margin:0 5px;display:inline-block;text-decoration:none}.grid-articles .grid-articles-grid .grid-articles-grid-item .grid-articles-grid-item-content .grid-articles-grid-item-title{font-size:1.5rem;line-height:1.2;font-weight:400;text-decoration:none;color:#000}.grid-articles .grid-articles-button{display:block;margin:2.5rem auto 0;padding:1.5rem 2.5rem;background-color:#000;border:2px solid #000;color:#fff;font-family:"EB Garamond","Garamond","Cormorant Garamond","Times New Roman","Times",serif;font-size:1rem;font-weight:400;cursor:pointer;transition:all .3s ease;text-align:center;min-width:200px}.grid-articles .grid-articles-button:hover{background-color:#fff;color:#000}.grid-articles .grid-articles-button:active{transform:translateY(1px)}.grid-articles .grid-articles-button:disabled{opacity:.6;cursor:not-allowed}@media(max-width: 576px){.grid-articles .grid-articles-button{width:100%;padding:1rem 1.5rem}}.grid-articles .skeleton-loader{width:100%;display:block;height:auto;flex-shrink:0}.grid-articles .skeleton-loader .skeleton-image{width:100%;height:300px;background:linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;margin-bottom:1.5rem}.grid-articles .skeleton-loader .skeleton-categories{display:flex;gap:5px;margin-bottom:1rem}.grid-articles .skeleton-loader .skeleton-categories .skeleton-category{width:80px;height:20px;background:linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite}.grid-articles .skeleton-loader .skeleton-title{width:100%;height:24px;background:linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;margin-bottom:.5rem}.grid-articles .skeleton-loader .skeleton-title:last-child{width:80%}@keyframes skeleton-loading{0%{background-position:200% 0}100%{background-position:-200% 0}}@media(max-width: 768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}}@media(max-width: 576px){h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}body{font-size:.9rem}}/*# sourceMappingURL=category-page.min.css.map */
