@font-face{font-family:Inter;src:url("../fonts/Inter-VariableFont_opsz,wght.ttf") format('truetype')}:root{--section-padding-block:clamp(5rem, 4.78vw + 3.47rem, 10rem);--section-padding-inline:clamp(2.4rem, 3.442vw + 1.299rem, 6rem);--section-padding-inline-fw:clamp(1rem, 2.732vw + -1.732rem, 2rem);--text-xl:2rem;--text-l:1.8rem;--text-lg:1.6rem;--text-base:1.4rem;--text-sm:1.2rem;--text-l-6xl:clamp(1.8rem, 2.103vw + 1.127rem, 4rem);--text-l-2xl:clamp(1.8rem, 0.574vw + 1.616rem, 2.4rem);--text-l-xl:clamp(1.8rem, 0.191vw + 1.739rem, 2rem);--text-xl-2xl:clamp(2rem, 0.382vw + 1.878rem, 2.4rem);--text-1xl-2xl:clamp(2.2rem, 0.191vw + 2.139rem, 2.4rem);--text-base-xl:clamp(1.4rem, 0.574vw + 1.216rem, 2rem);--text-base-lg:clamp(1.4rem, 0.191vw + 1.339rem, 1.6rem);--text-sm-base:clamp(1.2rem, 0.191vw + 1.139rem, 1.4rem);--space-l:clamp(1rem, 1.912vw + 0.388rem, 3rem);--grid-1:minmax(0, 1fr);--grid-2:repeat(2, minmax(0, 1fr));--grid-3:repeat(3, minmax(0, 1fr));--grid-4:repeat(4, minmax(0, 1fr));--grid-10:repeat(10, minmax(0, 1fr));--grid-gap:clamp(1.5rem, 0.478vw + 1.347rem, 2rem);--base-r:8;--base-g:18;--base-b:76;--base-rgb:var(--base-r),var(--base-g),var(--base-b);--base:rgb(var(--base-rgb));--ultra-light-blue:rgb(226, 232, 240);--light-gray:rgb(237, 237, 237);--gray:rgb(157, 157, 157);--dark-gray:rgb(80, 80, 80);--darker-gray:rgb(51, 51, 51);--main-gray-r:74;--main-gray-rgb:var(--main-gray-r),var(--main-gray-r),var(--main-gray-r);--main-gray:rgb(var(--main-gray-rgb));--gradient-RTB:linear-gradient(44.47deg, red, #444f8d 179.72%);--line-thickness:3px;--line-offset:1.2rem;--gradient-colors:#ca0000,transparent;--focus-width:2px;--focus-color:rgb(16, 16, 16);--focus-offset:2px;--divider-border:1px solid var(--ultra-light-blue);--content-z:1;--header-z:calc(var(--content-z) + 1);--overlay-z:calc(var(--header-z) + 1)}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%}body{font-size:1.6rem;font-family:Inter,sans-serif}footer,section{padding:var(--section-padding-block) var(--section-padding-inline)}footer{padding-bottom:var(--section-padding-inline)}.inner,:where(section,footer)>*{width:1366px;max-width:100%;margin-inline:auto}footer{font-size:var(--text-base);color:var(--dark-gray)}ul{list-style-type:none}:where(h3){font-size:var(--text-base-xl)}h2{font-size:var(--text-l-6xl)}a{color:inherit;text-decoration:none}button,input[type=radio]{cursor:pointer;font-family:inherit}input,textarea{font-family:inherit;font-size:100%}.menu-top-bar-container{margin-left:auto;display:none}header:has(.search-toggle[aria-expanded=true]) .menu-top-bar-container{display:none}.top-bar{display:flex;column-gap:5rem}.top-bar>li>a{text-decoration:none;text-transform:uppercase;font-size:1.4rem;font-weight:600}.mobile-menu-container{display:none}.mobile-menu-container.active{display:block;position:absolute;inset:0;top:7rem;height:100vh;z-index:var(--overlay-z);background-color:var(--main-gray);padding-inline:var(--section-padding-inline);pointer-events:auto}.mobile-menu>li{margin-top:10px}.mobile-menu>li>a{display:inline-block;font-size:28px;font-weight:600;width:100%}:where(footer>.inner){display:grid;row-gap:1rem;column-gap:2rem}.footer-brand{text-align:center}.logo-footer{height:100px;max-width:100%;object-fit:contain;object-position:left;margin-bottom:1rem}.copyright{font-size:var(--text-sm)}.footer-bar{display:flex;flex-wrap:wrap;column-gap:1.25rem;line-height:1.625;justify-content:center}.menu-categories-container{display:none}.hero{position:relative;height:372px;z-index:var(--content-z)}.category-post:first-child>[class*="__img"],.featured-post__img,.hero__img,.search-post__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-1}.main-header,.secondary-header{display:flex;justify-content:space-between;align-items:center;padding-inline:var(--section-padding-inline);height:7rem;color:#fff}.main-header{position:absolute;z-index:var(--header-z);inset:0;background-image:linear-gradient(var(--main-gray) 0,rgba(var(--main-gray-rgb),.38) 70.83%,rgba(var(--main-gray-rgb),0) 100%)}.main-header:has(.mobile-menu-container.active){background-color:var(--main-gray)}.secondary-header{position:relative;background-color:var(--main-gray)}.custom-logo{height:40px}.search-toggle{background:0 0;border:none;cursor:pointer;display:none}.search-toggle[aria-expanded=false]{margin-left:50px}.search-toggle[aria-expanded=true] svg{fill:#ca0000}.search-toggle svg{fill:url(#search-linear-gradient)}#search-linear-gradient{--color-start:#444F8D;--color-end:red}header>form[role=search]{position:absolute;display:none;visibility:hidden;opacity:0;transition:opacity .4s ease-in;transition-delay:.1s}header>form[role=search][aria-hidden=false]{position:relative;visibility:visible;opacity:1}header>form[role=search] input[type=search]{width:550px;height:45px;padding-inline:40px;border:#ca0000 solid 1px;border-radius:.5rem}:is(header,.mobile-menu-container)>form[role=search] input[type=search]:focus{outline:0}:is(header,.mobile-menu-container)>form[role=search] button[type=submit]{position:absolute;bottom:0;top:0;left:11px;height:18px;margin-block:auto;background-color:transparent;border:none}.mobile-menu-container form[role=search]{position:relative;border:1px solid red;padding-left:46px}.mobile-menu-container form[role=search] input[type=search]{height:45px;text-size-adjust:100%;background-color:transparent;border:none;width:100%;padding-right:1rem;color:#fff}.featured-heading,.page-heading{column-gap:var(--grid-gap);margin-bottom:var(--space-l)}.main-content-grid{display:grid;grid-template-columns:var(--grid-1);gap:var(--grid-gap)}.mobile-menu-toggle{background-color:transparent;border:none}.ads-bubble,.radio-player{position:fixed;right:20px;z-index:1000;border-radius:999px;padding:.8rem 1.4rem;box-shadow:0 4px 8px rgba(0,0,0,.2);color:#fff;font-size:1.4rem;white-space:nowrap;display:flex;align-items:center;gap:8px;transition:background-color .3s ease}.ads-bubble{bottom:8rem;background:#ca0000;transform:translateY(2rem);opacity:0;animation:slideUpFadeIn .6s ease-out forwards;animation-delay:2s}.ads-bubble:hover{background-color:#a40000}.ads-bubble svg,.radio-toggle svg{flex-shrink:0;fill:currentColor;width:24px;height:24px}@keyframes slideUpFadeIn{to{transform:translateY(0);opacity:1}}@media (max-width:400px){.ads-bubble{display:none}}.radio-player{bottom:20px;background:linear-gradient(135deg,#001f3f 0%,#003366 100%);cursor:pointer}.radio-player:hover{background:linear-gradient(135deg,#000c1f 0%,#002244 100%)}.radio-toggle{background:0 0;border:none;padding:0;cursor:pointer;display:flex;align-items:center;gap:6px;color:inherit;font-size:inherit}.radio-label{display:inline-block}.radio-player:has(.radio-icon.pause){animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}.radio-player{position:static;bottom:auto}.hero-bottom-bar{display:flex;justify-content:space-between;align-items:center;padding:0 var(--section-padding-inline);position:relative;z-index:calc(var(--content-z) + 1);transform:translateY(-50%)}.hero-bottom-bar .retro-cta-wrap{padding:0;margin-top:0;z-index:auto}.hero-bottom-bar .radio-player{width:fit-content;margin-left:auto;padding:1rem 2rem;font-size:1.8rem;border-radius:999px;box-shadow:0 6px 20px rgba(0,0,0,.35)}.hero-bottom-bar .radio-toggle svg{width:32px;height:32px}.hero-bottom-bar .radio-toggle{gap:10px}@media (min-width:1200px){.hero-bottom-bar .radio-player{padding:1.4rem 2.8rem;font-size:2.2rem}.hero-bottom-bar .radio-toggle svg{width:42px;height:42px}.hero-bottom-bar .radio-toggle{gap:12px}}.radio-icon{transition:all .3s ease}.radio-icon.pause{opacity:.8;transform:scale(.95)}.ads-bubbles{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:1000}.ads-bubble{position:static;bottom:auto;right:auto}.social-cta-section{text-align:center}.social-cta-section::before{content:'';height:1px;background:linear-gradient(270deg,#3357b8,transparent);display:block;margin-bottom:clamp(2rem,3.824vw + .776rem,6rem)}.social-cta-section::after{content:'';height:1px;background:linear-gradient(90deg,#3357b8,transparent);display:block;margin-top:clamp(3rem,4.78vw + 1.47rem,8rem)}.social-cta-section h2{font-size:clamp(2.4rem, .574vw + 2.216rem, 3rem);font-weight:700;margin-bottom:1em}.social-cta-section__icons{display:flex;gap:5rem;justify-content:center}.social-cta-section__icons a{display:flex}.social-cta-section__icons svg{--dimensions:clamp(2.4rem, 2.868vw + 1.482rem, 5.4rem);width:var(--dimensions);height:var(--dimensions)}.social-cta-section__icons a[href^="https://www.youtube.com"] svg{width:clamp(3.4rem,4.015vw + 2.115rem,7.6rem)}[class$=-post]{position:relative}:where([class$=-post]):focus-within :focus{box-shadow:none;outline:0}:where([class$=-post]):focus-within{outline:var(--focus-width) auto var(--focus-color);outline-offset:var(--focus-offset)}:where([class$=post__title])>a::after{content:'';position:absolute;inset:0;z-index:var(--content-z)}:where(.featured-post__title,.alpha-featured-post__title,.newest-post__title,.read-more-post__title,.category-post__title,.a-category-post__title,.search-post__title,.a-newest-post__title,.related-post__title) a{display:inline-block;text-overflow:ellipsis;word-wrap:break-word;overflow:hidden;line-height:1.2em;display:-webkit-box;-webkit-box-orient:vertical}:where(.featured-post__title,.alpha-featured-post__title,.category-post__title,.search-post__title) a{max-height:4.8em;-webkit-line-clamp:4}:where(.newest-post__title) a{max-height:2.4em;-webkit-line-clamp:2}:where(.read-more-post__title,.a-category-post__title,.a-newest-post__title,.related-post__title) a{max-height:3.6em;-webkit-line-clamp:3}.category-post:first-child,.featured-post,.search-post{position:relative;aspect-ratio:7/4;display:flex;align-items:end;color:#fff}:where(.featured-post__title,.category-post:first-child>[class*="__title"],.search-post__wrapper)::before{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,0,36,.9) 24%,rgba(var(--base-rgb),.35) 89%,transparent);z-index:-1}:where(.featured-post__title,.category-post:first-child>[class*="__title"]){font-size:var(--text-l-6xl)}:where(.featured-post__title,.category-post:first-child>[class*="__title"],.search-post__wrapper){width:100%;position:relative;padding-block:1.5rem;padding-left:1.5rem;padding-right:3rem}.category-post:first-child>[class*="__title"]{font-size:var(--text-1xl-2xl)}.newest-post-switch{order:1;margin-top:1rem}.newest-posts{display:flex;flex-direction:column;row-gap:1rem;padding-left:1rem;padding-top:2rem}.newest-post{display:flex;column-gap:1rem;align-items:start;border-bottom:var(--divider-border);padding-bottom:.75rem}.a-newest-post{display:grid;grid-template-columns:var(--grid-10);column-gap:.5rem;padding-block:1rem;align-items:center}.a-newest-post:not(:last-child){border-bottom:var(--divider-border)}.related-post{display:flex;justify-content:space-between;padding-block:1rem}.related-post:not(:last-child){border-bottom:var(--divider-border)}.a-newest-post:first-child{padding-block:1.5rem;row-gap:1.5rem}.newest-post__left{flex:1;text-align:center}.a-newest-post__left{width:fit-content;grid-column:1/3;padding-left:.5rem;text-align:center}[class$=newest-post__time-pre]{margin-bottom:.5rem;font-size:var(--text-sm);color:var(--gray)}.newest-post__time{font-size:var(--text-sm-base);color:var(--base)}.a-newest-post__time{font-size:var(--text-base);color:var(--base)}.related-post__img,[class*=newest-post__img]{object-fit:cover;height:unset}.newest-post__img{aspect-ratio:11/6;width:81px;max-width:28%}.a-newest-post:first-child>[class*="__img"]{order:-1;aspect-ratio:13/7;width:100%;max-width:340px;grid-column:1/-1}.a-newest-post:not(:first-child)>[class*="__img"]{grid-column:9/-1;order:1;width:75px;height:70px;max-width:100%}.related-post__img{width:103px;height:75px}.newest-post__right{flex:6}.a-newest-post:first-child .a-newest-post__right{grid-column:3/-1}.a-newest-post:not(:first-child) .a-newest-post__right{grid-column:3/span 6}[class$=newest-post__title]{font-weight:unset;color:var(--base);font-size:var(--text-base-lg)}.a-newest-post__title,.related-post__title{font-size:var(--text-lg)}.a-newest-post:first-child [class*="__title"]{font-size:var(--text-l-xl);font-weight:600}.related-post__title{width:210px;font-weight:400}.text-btns{display:flex;column-gap:2rem;align-items:center;border:none}[class$=newest-post-switch]:has(#np-radio-btn:checked)>[class$=newest-posts]:nth-of-type(2){display:none}[class$=newest-post-switch]:has(#pp-radio-btn:checked)>[class$=newest-posts]:first-of-type{display:none}.text-btns>label>input{appearance:none;-webkit-appearance:none;position:absolute;inset:0;z-index:var(--content-z)}.text-btns>label>input:active{background-color:none}.text-btns>label{position:relative;display:inline-block;font-size:var(--text-l-2xl);font-weight:700}.a-newest-post-switch>.text-btns>label{font-size:var(--text-1xl-2xl)}.text-btns>label:has(input[type=radio]:not(:checked)){color:var(--gray)}.a-category-posts,.alpha-featured-posts,.category-posts,.search-posts{display:grid;grid-template-columns:var(--grid-1);gap:var(--grid-gap)}.a-category-post,.alpha-featured-post,.category-post:not(:first-child){display:flex;align-items:start;gap:var(--grid-gap)}.a-category-post,.category-post:not(:first-child){padding-bottom:1.5rem;border-bottom:var(--divider-border)}.alpha-featured-post__img,:where(.category-post:not(:first-child),.a-category-post)>[class*="__img"]{object-fit:cover;height:unset;width:40%;aspect-ratio:13/7}.a-category-post__img{width:36%}:where(.category-post:not(:first-child),.a-category-post)>[class*="__title"]{font-size:var(--text-l);font-weight:400}.search-post__cat{background-color:var(--base);padding:2px 4px;border-radius:4px;font-size:var(--text-base-lg);position:absolute;top:0;right:60%;color:#fff;display:none}.search-post__excerpt{margin-top:1rem;color:var(--darker-gray);font-size:var(--text-base);display:none}.read-more-posts{display:grid;grid-template-columns:repeat(4,minmax(230px,1fr));overflow-x:auto;column-gap:var(--grid-gap);padding:calc(var(--focus-width) + var(--focus-offset))}.read-more-post{aspect-ratio:9/5}.read-more-post__img{width:100%;height:100%;object-fit:cover}.read-more-post__title{font-size:var(--text-lg)}.category-columns{display:grid;gap:var(--grid-gap)}.main-results{padding-top:100px}.navigation.pagination{text-align:center;margin-top:100px;color:var(--darker-gray)}.navigation.pagination .nav-links .page-numbers:not(:last-child){margin-right:20px}.navigation.pagination .page-numbers:where(.next,.prev){color:#ca0000}.navigation.pagination .page-numbers:not(.current):hover{text-decoration:underline}.navigation.pagination .current{color:var(--base);font-weight:700}.share-links{display:flex;column-gap:1.6rem}.share-link{display:block}.share-link img{height:32px;transition:transform .3s ease}.share-link:where(:focus,:hover){outline:0}.share-link:where(:focus,:hover) img{transform:scale(1.2)}#share-toast{background:#222;color:#fff;border-radius:8px;padding:1.2rem 3.2rem;position:fixed;bottom:40px;left:50%;transform:translate(-50%,100px);opacity:0;transition:all .3s ease}#share-toast.active{opacity:1;transform:translate(-50%,0)}.share-front{position:relative;z-index:2;display:none}.share-front.visible{display:flex}@media (max-width:1550px){.share-front{display:none}.share-front.visible{display:none}}.h-hidden{visibility:hidden;position:absolute}.linearGradientLTR,.linearGradientRTL{display:flex;align-items:center;position:relative}.linearGradientLTR::after,.linearGradientRTL::before,.linearGradientSecondaryLTR::before{content:'';height:1px;flex:1}.linearGradientRTL::before{background:linear-gradient(90deg,#3357b8,transparent)}.linearGradientLTR::after{background:linear-gradient(270deg,var(--gradient-colors))}.linearGradientSecondaryLTR::before{background:linear-gradient(270deg,#3357b8,transparent);position:absolute;left:50px;right:50px;bottom:0}.red-line-v{--line-height:1.35;position:relative;line-height:var(--line-height);padding-left:var(--line-offset)}.red-line-h{--line-length:1em;position:relative;padding-left:calc(var(--line-length) + var(--line-offset))}.red-line-h::before,.red-line-v::before{position:absolute;left:0;content:'';background:red;background:var(--gradient-RTB)}.red-line-v::before{top:calc(.2em * var(--line-height));width:var(--line-thickness);height:calc(1em / var(--line-height))}.red-line-h::before{top:50%;width:var(--line-length);height:var(--line-thickness)}.text-xl{font-size:var(--text-xl)}.text-xl-2xl{font-size:var(--text-xl-2xl)}.text-1xl-2xl{font-size:var(--text-1xl-2xl)}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.column{display:flex;flex-direction:column;row-gap:var(--space-l)}.cg-10{column-gap:1rem}.rg-10{row-gap:1rem}.mb-10{margin-bottom:1rem}.mb-30{margin-bottom:3rem}@media (width > 640px){:where(footer>.inner){grid-template-columns:var(--grid-2)}.footer-brand{text-align:unset}.footer-bar{flex-direction:column;width:fit-content;justify-self:center}.social-cta-section__icons{gap:7rem}.search-posts{grid-template-columns:var(--grid-2)}}@media (width > 1024px){:where(footer>.inner){grid-template-columns:var(--grid-3)}.menu-categories-container{display:block}.hero{height:25.84vw}.search-post{aspect-ratio:unset;color:unset;display:flex;align-items:start;gap:var(--grid-gap)}.search-post__img{width:40%;height:unset;position:unset;aspect-ratio:13/7}.search-post__wrapper{position:unset;padding-block:unset;padding-left:unset;padding-right:unset}.search-post__wrapper::before{display:none}.search-post__cat{display:block}}@media (width > 1366px){.mobile-menu-toggle[aria-expanded=false]{display:none}header:has(.mobile-menu-toggle[aria-expanded=false]) :is(.search-toggle){display:flex}header:has(.mobile-menu-toggle[aria-expanded=false]) :where(form[role=search],.menu-top-bar-container){display:block}.main-header{background-image:linear-gradient(var(--main-gray) 0,rgba(var(--main-gray-rgb),.88) 80.83%,rgba(var(--main-gray-rgb),.3) 100%);height:7.6rem}.custom-logo{height:60px}.main-content-grid{grid-template-columns:var(--grid-3)}.newest-post__title a{max-height:4.8em;-webkit-line-clamp:4}.featured-post{grid-column:1/3}.alpha-featured-posts{grid-column:1/-1;grid-template-columns:var(--grid-3)}.alpha-featured-post{flex-direction:column}.alpha-featured-post__img{width:100%}.single-grid{grid-template-columns:var(--grid-10);grid-auto-rows:auto auto auto 1fr}.single-grid>:where(h1,.post-meta){grid-column:1/span 8}.single-content{grid-column:span 7;grid-row:span 2}.a-newest-post-switch,.related-content{grid-column:8/-1}.newest-post-switch{order:unset;margin-top:0}.newest-posts{row-gap:3rem}.newest-post{border-bottom:none;padding-bottom:0;align-items:center}.newest-post__time{font-family:revert}.newest-post__img{display:none}.a-newest-post:first-child>[class*="__img"]{max-width:unset}.newest-post__title{font-family:revert}.category-posts{grid-template-columns:var(--grid-2)}.category-post:first-child{grid-row:span 3;aspect-ratio:unset;height:100%}.a-category-post,.category-post:not(:first-child){border-bottom:none;padding-bottom:unset}.category-post:not(:first-child)>[class*="__img"]{width:33%}.search-post__excerpt{display:block}.category-columns{grid-template-columns:var(--grid-3)}}@media (width > 1550px){.share-links{flex-direction:column;row-gap:3.2rem;position:fixed;top:50%;left:0;transform:translateY(-50%);box-shadow:0 4px 40px -8px rgba(0,0,0,.3);border-radius:0 8px 8px 0;padding-inline:1.2rem;padding-block:1.6rem}}.single-grid{display:grid;gap:var(--grid-gap)}h1{font-size:var(--text-l-6xl)}.post-meta{--gap:0.5rem;color:var(--dark-gray);font-size:var(--text-sm);display:flex;flex-wrap:wrap;column-gap:var(--gap)}.post-meta>:not(:last-child){padding-right:var(--gap);border-right:red 1px solid}.single-content{display:flex;flex-direction:column;row-gap:var(--grid-gap)}.featured-img{object-fit:cover;aspect-ratio:9/5;height:unset;width:100%;display:block}.single-content{overflow-x:hidden}.post-image-slider{position:relative}.glide__thumbnails{display:flex;gap:6px;margin-top:10px;justify-content:start}.glide__thumb{width:60px;height:40px;object-fit:cover;cursor:pointer;opacity:.7;transition:.2s ease}.glide__thumb:hover{opacity:1}.glide__arrows{display:flex;justify-content:space-between;position:absolute;top:50%;width:100%;padding:0 10px;transform:translateY(-50%)}.glide__arrow{background:rgba(0,0,0,.6);color:#fff;border:none;padding:.5em;line-height:1;cursor:pointer;font-size:1.5em;border-radius:50%}.glide__thumbnails{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:8px;scrollbar-width:thin}.glide__thumb{flex:0 0 auto;scroll-snap-align:start}@media (max-width:768px){.glide__thumbnails{display:none}.glide__arrow{font-size:1em}.post-image-slider.has-gallery::after{position:absolute;bottom:8px;right:4px;content:attr(data-total) ' slika';display:block;font-size:1.3rem;line-height:1;border-radius:.5em;padding:.5em;background:rgba(0,0,0,.6);color:#fff}}.social-cta,.tags,.wp-content{max-width:75ch}.wp-content p{margin-bottom:2rem}.tags{display:flex;flex-wrap:wrap;gap:1rem}.tag{font-size:var(--text-base);background-color:var(--light-gray);color:var(--dark-gray);padding:.18rem 1.25rem;border-radius:1000rem}.social-cta{font-size:var(--text-base-lg);font-weight:600}.social-cta a{color:var(--base)}.info-page{background-color:#f9f9f9;color:#001f3f;padding:20px;min-height:100vh}.info-container{max-width:1200px;margin:0 auto;padding:20px}.info-title{font-size:4rem;color:#001f3f;margin-bottom:20px;text-align:center}.info-section{margin-bottom:40px;padding:20px;background:#fff;border-radius:5px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.info-section p{margin-bottom:1rem;line-height:1.6}.info-section p:last-child{margin-bottom:0}.info-section-heading{font-size:1.8rem;color:#001f3f;margin-bottom:15px;border-bottom:2px solid #0057b8}.mission-list,.staff-list{list-style-type:none;padding-left:0}.mission-list li,.staff-list li{margin-bottom:10px;line-height:1.6}.staff-list a{color:#0057b8;text-decoration:none}.staff-list a:hover{text-decoration:underline}address{font-style:normal;line-height:1.6}address a{color:#0057b8;text-decoration:none}address a:hover{text-decoration:underline}.contact-form{display:flex;flex-direction:column;gap:15px;max-width:500px}.form-group{display:flex;flex-direction:column}.form-group input,.form-group textarea{padding:10px;border:1px solid #ccc;border-radius:5px;font-size:16px;background-color:#fff;color:#001f3f}.form-group textarea{height:150px;resize:vertical}.form-group input:focus,.form-group textarea:focus{outline:2px solid #0057b8;border-color:#0057b8}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.submit-button{padding:12px 24px;background-color:#0057b8;color:#fff;border:none;border-radius:5px;font-size:16px;cursor:pointer;transition:background-color .3s ease}.submit-button:hover{background-color:#003d8b}@media (max-width:768px){.info-container{padding:10px}.info-title{font-size:3rem}.info-section-heading{font-size:1.4rem}.contact-form{max-width:100%}.form-group input,.form-group textarea{font-size:14px}.submit-button{padding:10px 20px;font-size:14px}}.pricing-tables{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px}.pricing-table{width:100%;border-collapse:collapse;margin-bottom:20px;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1)}.pricing-table caption{font-size:1.9rem;color:#001f3f;padding:10px;background:#f9f9f9;border-bottom:1px solid #e0e0e0;text-align:center}.pricing-table td,.pricing-table th{padding:12px;text-align:left;border-bottom:1px solid #e0e0e0;font-size:16px}.pricing-table th{background-color:#0057b8;color:#fff;font-weight:700}.pricing-table tr:last-child td{border-bottom:none}.pricing-table tr:hover{background-color:#f5f5f5}.contact-form{display:flex;flex-direction:column;gap:15px;max-width:500px}.form-group{display:flex;flex-direction:column}.form-group input,.form-group textarea{padding:10px;border:1px solid #ccc;border-radius:5px;font-size:16px;background-color:#fff;color:#001f3f}.form-group textarea{height:150px;resize:vertical}.form-group input:focus,.form-group textarea:focus{outline:2px solid #0057b8;border-color:#0057b8}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.submit-button{padding:12px 24px;background-color:#0057b8;color:#fff;border:none;border-radius:5px;font-size:16px;cursor:pointer;transition:background-color .3s ease}.submit-button:hover{background-color:#003d8b}@media (max-width:768px){.pricing-tables{flex-direction:column}.pricing-table{font-size:14px}.pricing-table td,.pricing-table th{padding:8px}.pricing-table caption{font-size:1.6rem}.contact-form{max-width:100%}.form-group input,.form-group textarea{font-size:14px}.submit-button{padding:10px 20px;font-size:14px}}.time-slot-heading{font-size:1.6rem;color:#001f3f;margin-bottom:10px;border-bottom:1px solid #b3b3b3}.program-list{list-style-type:none;padding-left:0;margin-bottom:0}.program-list li{margin-bottom:10px;line-height:1.6;font-size:1.4rem}.day-note{font-size:1.4rem;color:#0057b8;margin-bottom:15px;font-style:italic}@media (max-width:768px){.time-slot-heading{font-size:1.2rem}.day-note,.program-list li{font-size:1.2rem}}.sponsor-banner{background:#fff;padding:15px;margin-bottom:20px;border-radius:5px;box-shadow:0 4px 8px rgba(0,0,0,.1);text-align:center;max-width:1200px;margin-left:auto;margin-right:auto;position:relative;overflow:hidden}.sponsor-slideshow{position:relative;width:100%;padding-bottom:10%;height:0}.sponsor-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;animation:slideFade 15s infinite;display:flex;align-items:center;justify-content:center}.sponsor-banner .sponsor-slide:first-child{animation-delay:0s}.sponsor-banner .sponsor-slide:nth-child(2){animation-delay:5s}.sponsor-banner .sponsor-slide:nth-child(3){animation-delay:10s}@keyframes slideFade{0%{opacity:0}5%{opacity:1}28%{opacity:1}33.33%{opacity:0}100%{opacity:0}}.sponsor-banner a{text-decoration:none;color:#001f3f;font-size:1.6rem;font-weight:700;display:block;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.sponsor-banner img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block;margin:0 auto}.sponsor-banner span{display:block;padding:10px;font-size:1.6rem}@media (max-width:768px){.sponsor-banner{padding:10px;margin-bottom:15px}.sponsor-banner a{font-size:1.4rem}.sponsor-slideshow{padding-bottom:20%}.sponsor-banner span{font-size:1.4rem}}.sponsor-banner-h-rotating{background:#fff;padding:15px;margin-bottom:20px;border-radius:5px;box-shadow:0 4px 8px rgba(0,0,0,.1);text-align:center;max-width:1200px;margin-left:auto;margin-right:auto;position:relative;overflow:hidden}.sponsor-slideshow-h{position:relative;width:100%;padding-bottom:10%;height:0;display:flex;flex-wrap:nowrap;animation:scrollHorizontal 15s linear infinite}.sponsor-slide-h{flex:0 0 auto;width:100%;height:100%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:0}.sponsor-slideshow-h{width:100%;display:flex}.sponsor-slideshow-h{--slide-count:1;width:calc(var(--slide-count) * 100%)}@keyframes scrollHorizontal{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}.sponsor-banner-h-rotating a{text-decoration:none;color:#001f3f;font-size:1.6rem;font-weight:700;display:block;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.sponsor-banner-h-rotating img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block;margin:0 auto}.sponsor-banner-h-rotating span{display:block;padding:10px;font-size:1.6rem}@media (max-width:768px){.sponsor-banner-h-rotating{padding:10px;margin-bottom:15px}.sponsor-banner-h-rotating a{font-size:1.4rem}.sponsor-slideshow-h{padding-bottom:20%}.sponsor-banner-h-rotating span{font-size:1.4rem}@keyframes scrollHorizontal{0%{transform:translateX(0)}100%{transform:translateX(-150%)}}}.weather-widget{color:#fff;text-shadow:0 4px 8px rgba(0,0,0,.2);font-size:var(--text-l-6xl);font-weight:600}@media (max-width:768px){.weather-widget{margin-top:4rem}}.poll-form,.poll-results{margin:30px auto;background:#fff;padding:25px;border-radius:12px;box-shadow:0 0 10px rgba(0,0,0,.1)}.poll-title{font-size:20px;text-align:center;margin-bottom:20px;color:#333}.poll-option{display:flex;align-items:center;gap:10px;margin-bottom:10px;font-size:16px;color:#444}.vote-button{width:100%;padding:12px;background-color:#c80000;color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer;margin-top:20px;transition:background .3s ease}.vote-button:hover{background-color:#a30000}.video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;margin-bottom:20px;border-radius:8px}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;border-radius:8px}.winner-text{text-align:center;font-size:18px;margin-bottom:30px;color:#a30000;font-weight:700}.result-row{margin-bottom:20px}.result-header{display:flex;justify-content:space-between;font-size:14px;margin-bottom:5px;color:#555}.result-bar{background-color:#e0e0e0;height:16px;border-radius:10px;overflow:hidden}.result-fill{height:100%;background-color:#c80000;width:0%;transition:width .5s ease-in-out}@media (min-width:768px){.poll-form,.poll-results{max-width:600px}}.poll-meta{display:flex;flex-wrap:wrap;align-items:center;gap:1.2rem;padding:1.2rem 1.6rem;margin:0 auto 2rem;background:#f8f9fa;border-radius:10px;border-left:4px solid #c80000;font-size:1.4rem;color:#333}.poll-meta__status{font-weight:700}.poll-meta__status--active{color:#16a34a}.poll-meta__status--ended{color:#c80000}.poll-meta__deadline{color:#555}.poll-meta__phone{display:flex;align-items:center;gap:6px;margin-left:auto;color:#555}.poll-meta__phone a{color:#c80000;font-weight:600}@media (min-width:768px){.poll-meta{max-width:600px}}@media (max-width:480px){.poll-meta{flex-direction:column;align-items:flex-start}.poll-meta__phone{margin-left:0}}.now-playing-overlay{position:absolute;top:20px;right:20px;z-index:var(--header-z);display:flex;flex-direction:column;gap:6px;font-family:'Helvetica Neue',sans-serif;align-items:end;width:fit-content!important}.song-meta{background:rgba(0,0,0,.6);color:#fff;padding:8px 14px;border-radius:6px;font-size:16px;display:flex;justify-content:end;gap:8px;width:fit-content!important}.song-meta .label{font-weight:600;opacity:.9}.song-meta .title{font-weight:400;opacity:.95}@media (max-width:768px){.now-playing-overlay{top:unset;bottom:0;left:0;right:0}}section:has(.youtube-videos){padding-inline:var(--section-padding-inline-fw)}section:has(.youtube-videos)>*{width:100%}.youtube-videos{overflow-x:auto;display:grid;grid-template-columns:repeat(4,minmax(250px,1fr));column-gap:var(--grid-gap)}.youtube-video a{display:block}.youtube-video img{width:100%}.retro-cta-wrap{padding:0 var(--section-padding-inline);margin-top:-1.5rem;position:relative;z-index:var(--content-z)}.retro-cta{display:inline-flex;align-items:center;gap:1rem;padding:.8rem 1.6rem;background:var(--main-gray);color:#fff;border-radius:999px;text-decoration:none;font-size:1.4rem;font-weight:600;transition:background .2s ease}.retro-cta:hover{background:#333}.retro-cta__icon{color:#c80000;flex-shrink:0}.retro-cta__text{white-space:nowrap}.retro-cta__date{font-weight:400;font-size:1.2rem;opacity:.6}.retro-cta__phone{display:flex;align-items:center;gap:4px;font-size:1.2rem;font-weight:400;opacity:.7;border-left:1px solid rgba(255,255,255,.25);padding-left:1rem}.retro-cta__arrow{flex-shrink:0;opacity:.5}@media (max-width:768px){.retro-cta-wrap{display:none}}.in-content-ad{display:flex;justify-content:center;margin:2rem 0;clear:both}.ad-placeholder{display:flex;align-items:center;justify-content:center;width:728px;max-width:100%;height:90px;background:#f0f0f0;border:2px dashed #ccc;border-radius:4px;color:#999;font-size:1.4rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase}@media (max-width:768px){.ad-placeholder{width:320px;height:100px}}@media (max-width:768px){.hero{display:none}.main-header{position:relative}.hero-bottom-bar{transform:translateY(50%);justify-content:center}.hero-bottom-bar .radio-player{margin-left:0}}body:has(.mobile-menu-container.active) .hero-bottom-bar,body:has(.mobile-menu-container.active) .ads-bubbles{display:none}