.articles-page-layout .new-header.header-overlay{background-color:#22222226!important;-webkit-backdrop-filter:saturate(120%) blur(2px)!important;backdrop-filter:saturate(120%) blur(2px)!important}.articles-page-layout .sticky-header{background-color:#fffffff2!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}.article-reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1);transition-delay:var(--article-reveal-delay, 0ms);will-change:opacity,transform}.article-reveal-visible{opacity:1;transform:translateY(0)}.article-skeleton-shimmer{position:relative;overflow:hidden;background-color:#e6e2e2}.article-skeleton-shimmer:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,#fff0,#ffffff8c,#fff0);animation:article-skeleton-shimmer 1.45s ease-in-out infinite}.article-skeleton-line{display:block;height:1rem;border-radius:999px}.article-hero-skeleton{background-color:#2f2f2f}.article-hero-skeleton-bg{position:absolute;inset:0;z-index:1;background-color:#302c2c}.article-hero-skeleton-copy{width:min(820px,88%)}.article-skeleton-pill{width:220px;height:42px;background-color:#ffffff3d}.article-skeleton-meta{width:min(440px,80%);height:18px;background-color:#ffffff3d}.article-skeleton-title{width:min(760px,90%);height:clamp(2rem,3.5vw,3.2rem);background-color:#ffffff47}.article-skeleton-title-short{width:min(520px,64%)}@keyframes article-skeleton-shimmer{to{transform:translate(100%)}}@media(prefers-reduced-motion:reduce){.article-reveal{opacity:1;transform:none;transition:none;will-change:auto}.article-skeleton-shimmer:after{animation:none}}.article-hero-section{position:relative;height:100vh;display:flex;align-items:center;justify-content:flex-start;overflow:visible;margin:0;padding:6rem 0;background-color:#fff}.article-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.article-hero-bg-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.article-hero-slide{position:absolute;inset:0;opacity:0;transform:scale(1.04);transition:opacity .9s ease,transform 6.5s ease;will-change:opacity,transform}.article-hero-slide.active{opacity:1;transform:scale(1);z-index:1}.article-hero-bg-desktop{display:block}.article-hero-bg-mobile{display:none}.article-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:linear-gradient(to bottom,#0000,#0000004d,#000000b3)}.article-hero-content{position:absolute;bottom:0;left:0;z-index:3;text-align:left;color:#fff;width:100%;padding:clamp(2rem,5vw,4rem) clamp(2rem,6vw,6rem);display:flex;flex-direction:column;gap:1rem}.article-hero-copy{display:flex;flex-direction:column;gap:1rem;animation:article-hero-copy-in .72s cubic-bezier(.22,1,.36,1) both}.article-hero-category{display:inline-block;padding:.5rem 1.5rem;border:1px solid rgba(255,255,255,.3);border-radius:50px;text-align:center;font-family:Ubuntu,sans-serif;font-size:.9rem;font-weight:500;color:#fff;background-color:#3c3c3c66;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:fit-content;min-width:220px;margin-bottom:.5rem;box-shadow:0 2px 8px #0003;cursor:pointer;transition:all .3s ease}.article-hero-category:hover{background-color:#50505099;border-color:#ffffff80;box-shadow:0 4px 16px #0006;transform:translateY(-2px)}.article-hero-meta{display:flex;align-items:center;gap:.75rem;font-family:Ubuntu,sans-serif;font-size:1rem;font-weight:400;color:#ffffffe6;flex-wrap:wrap}.article-hero-author{color:#fff}.article-hero-meta-separator{color:#fff9;font-size:.9rem}.article-hero-date,.article-hero-comments{display:flex;align-items:center;gap:.4rem;color:#ffffffe6}.article-hero-date i,.article-hero-comments i{font-size:1rem;color:#fffc}.article-hero-title{font-family:Ubuntu,sans-serif;font-size:clamp(1.75rem,3.5vw,3.2rem);font-weight:400;line-height:1.2;color:#fff;width:90%;max-width:90%;margin-top:.5rem;text-shadow:0 2px 8px rgba(0,0,0,.3);transition:color .3s ease;cursor:pointer}.article-hero-title:hover,.article-hero-highlight{color:#b71a18}.article-hero-nav-button{position:absolute;top:50%;transform:translateY(-50%);z-index:4;background-color:#fff3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;cursor:pointer;transition:all .3s ease;opacity:.8}.article-hero-nav-button:hover{background-color:#ffffff4d;border-color:#ffffff80;opacity:1;transform:translateY(-50%) scale(1.1)}.article-hero-nav-button:active{transform:translateY(-50%) scale(.95)}.article-hero-nav-prev{left:clamp(1rem,3vw,2rem)}.article-hero-nav-next{right:clamp(1rem,3vw,2rem)}.article-hero-indicators{position:absolute;bottom:clamp(1.5rem,4vw,2.5rem);left:50%;transform:translate(-50%);z-index:4;display:flex;gap:.75rem;align-items:center;justify-content:center}.article-hero-indicator{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background-color:transparent;cursor:pointer;transition:all .3s ease;padding:0;opacity:.6}.article-hero-indicator:hover{opacity:1;border-color:#fffc;transform:scale(1.2)}.article-hero-indicator.active{background-color:#fff;border-color:#fff;opacity:1;width:14px;height:14px}.article-hero-cycle-progress{position:absolute;left:clamp(2rem,6vw,6rem);right:clamp(2rem,6vw,6rem);bottom:clamp(1.1rem,2.6vw,1.75rem);z-index:4;height:2px;overflow:hidden;background-color:#fff3}.article-hero-cycle-progress-bar{width:100%;height:100%;transform-origin:left center;background-color:#ffffffd1;animation:article-hero-progress 5s linear both}.article-hero-section:hover .article-hero-cycle-progress-bar{animation-play-state:paused}@keyframes article-hero-copy-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes article-hero-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media(prefers-reduced-motion:reduce){.article-hero-slide,.article-hero-copy,.article-hero-cycle-progress-bar{animation:none;transform:none;transition:none}.article-hero-slide{opacity:0}.article-hero-slide.active{opacity:1}}@media(max-width:768px){.article-hero-nav-button{width:40px;height:40px;font-size:1.2rem}.article-hero-nav-prev{left:.5rem}.article-hero-nav-next{right:.5rem}.article-hero-indicators{bottom:1rem;gap:.5rem}.article-hero-indicator{width:10px;height:10px}.article-hero-indicator.active{width:12px;height:12px}.article-hero-cycle-progress{left:1rem;right:1rem;bottom:.7rem}}.readmore-hero-section{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;padding:clamp(2rem,5vw,4rem) clamp(1.5rem,6vw,5rem) clamp(10rem,12vw,14rem) clamp(1.5rem,6vw,5rem);box-sizing:border-box;color:#fff;overflow:visible}.readmore-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#00000026,#00000059 40%,#00000073);z-index:1}.readmore-hero-content{position:relative;z-index:2;text-align:center;max-width:960px;display:flex;flex-direction:column;gap:1rem}.readmore-hero-title{font-family:Ubuntu,sans-serif;font-size:clamp(1.6rem,3vw,2.6rem);font-weight:700;line-height:1.3;margin:0;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.4)}.readmore-hero-divider{width:160px;height:4px;background-color:#ffffffa6;margin:.75rem auto .5rem}.readmore-hero-meta{display:flex;align-items:center;justify-content:center;gap:1rem;font-family:Ubuntu,sans-serif;font-size:1.3rem;font-weight:400;color:#fff;flex-wrap:wrap;margin-top:1rem}.readmore-hero-author{color:#fff}.readmore-hero-meta-separator{color:#fffc;font-size:.95rem}.readmore-hero-date{display:flex;align-items:center;gap:.4rem;color:#fff}.readmore-hero-date i{color:#fff}.readmore-hero-skeleton{background-image:none;background-color:#302c2c}.readmore-hero-skeleton-bg{position:absolute;inset:0;z-index:0;background-color:#302c2c}.readmore-hero-skeleton-content{width:min(960px,88%)}.readmore-skeleton-title{width:min(860px,100%);height:clamp(2rem,3vw,2.6rem);margin:0 auto;background-color:#ffffff47}.readmore-skeleton-meta{width:min(430px,78%);height:1.3rem;margin:1rem auto 0;background-color:#ffffff3d}.readmore-content-section{width:100%;background-color:transparent;padding:0 clamp(1.5rem,6vw,4rem);display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;margin-top:-180px;position:relative;z-index:5}.readmore-content-card{width:100%;max-width:1200px;background-color:#fff;box-shadow:0 10px 60px #0000002e;padding:clamp(11rem,6vw,10rem);box-sizing:border-box;border-radius:18px;position:relative;z-index:6;overflow:hidden}.article-read-next{width:100%;max-width:1200px;margin-top:clamp(1.25rem,3vw,2rem);padding:clamp(2rem,5vw,4rem);box-sizing:border-box;border:1px solid #ece3e3;border-radius:18px;background:#fff;box-shadow:0 14px 42px #36161614;font-family:Ubuntu,sans-serif}.article-read-next-heading{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:1.75rem}.article-read-next-heading span{color:#ba1718;font-size:34px;font-weight:700;text-transform:uppercase}.article-read-next-heading h2{color:#242424;font-size:34px}.article-read-next-heading p{max-width:360px;margin:0;color:#777;font-size:.92rem;line-height:1.55;text-align:right}.article-read-next-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.article-read-next-card{min-width:0;overflow:hidden;border:1px solid #eee4e4;border-radius:18px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 12px 32px #3616160f;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.article-read-next-card:hover{border-color:#e8bebe;color:inherit;transform:translateY(-5px);box-shadow:0 18px 38px #5018191c}.article-read-next-image{position:relative;height:165px;overflow:hidden;background:linear-gradient(135deg,#f9e8e8,#f7f1ec)}.article-read-next-image img{width:100%;height:100%;object-fit:cover;transition:transform .32s ease}.article-read-next-card:hover .article-read-next-image img{transform:scale(1.045)}.article-read-next-image>span:not(.article-read-next-category){display:grid;height:100%;place-items:center;color:#ba171847;font-size:4rem;font-weight:700}.article-read-next-category{position:absolute;bottom:.75rem;left:.75rem;max-width:calc(100% - 1.5rem);overflow:hidden;border-radius:999px;background:#1e1919c2;padding:.4rem .65rem;color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.07em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.article-read-next-copy{padding:1.1rem}.article-read-next-copy h3{display:-webkit-box;min-height:3.2em;margin:0;overflow:hidden;color:#292929;font-size:1rem;font-weight:700;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.article-read-next-copy>div{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:1rem;color:#8a7d7d;font-size:.76rem}.article-read-next-copy svg{flex:0 0 auto;color:#ba1718}.readmore-content-body{display:flex;flex-direction:column;gap:1.25rem;color:#2f2f2f;font-family:Ubuntu,sans-serif;line-height:1.7;font-size:1rem;font-weight:300;overflow:hidden;word-wrap:break-word}.readmore-content-body p{margin:0;text-align:justify}.readmore-content-body img{max-width:100%;height:auto;display:block;margin:1.5rem auto;border-radius:4px;box-sizing:border-box}.readmore-content-body p img{margin:1rem auto}.readmore-content-body img[src]{object-fit:contain}.readmore-content-body p:first-child:first-letter{font-size:3.2em;line-height:.9;padding-right:.08em;padding-top:0;font-weight:300;color:#000;font-family:Ubuntu,sans-serif}.article-matcher{margin-top:clamp(2.5rem,6vw,4.5rem);max-height:350px;border:1px solid #f0d1d1;border-radius:20px;background:radial-gradient(circle at 100% 0%,rgba(186,23,24,.1),transparent 36%),linear-gradient(135deg,#fff7f7,#fff 62%,snow);box-shadow:0 18px 44px #50141414;color:#292929;font-family:Ubuntu,sans-serif;overflow:hidden;transition:max-height .52s cubic-bezier(.22,1,.36,1),border-color .26s ease,box-shadow .26s ease}.article-matcher.is-open{max-height:690px;border-color:#e8b7b7;box-shadow:0 22px 55px #5a12131f}.article-matcher-stage{min-width:0}.article-matcher-invitation,.article-matcher-flow{animation:articleMatcherContentIn .38s cubic-bezier(.22,1,.36,1) both}.article-matcher-invitation,.article-matcher-flow{padding:clamp(1.5rem,4vw,3rem)}.article-matcher-invitation{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:2rem}.article-matcher-kicker{display:block;margin-bottom:.65rem;color:#ba1718;font-size:.78rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.article-matcher h2{margin:0;color:#242424;font-size:clamp(1.65rem,3vw,2.35rem);font-weight:700;line-height:1.15}.article-matcher p{max-width:680px;margin:.85rem 0 0;color:#666;font-size:1rem;font-weight:300;line-height:1.65;text-align:left}.article-matcher-meta{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.25rem}.article-matcher-meta span{border:1px solid #f0cccc;border-radius:999px;background:#ffffffb8;padding:.42rem .75rem;color:#8f3031;font-size:.78rem;font-weight:600}.article-matcher-primary,.article-matcher-secondary,.article-matcher-close{border:0;font:inherit;cursor:pointer}.article-matcher-primary{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:.75rem;border-radius:14px;background:#ba1718;padding:.85rem 1.2rem;color:#fff;font-size:.94rem;font-weight:700;white-space:nowrap;transition:transform .16s ease,background-color .16s ease}.article-matcher-primary:hover{color:#fff;background:#991315;transform:translateY(-1px)}.article-matcher-primary:disabled{background:#c9c9c9;cursor:not-allowed;transform:none}.article-matcher-topbar{display:grid;grid-template-columns:minmax(0,1fr) 38px;align-items:center;gap:1rem}.article-matcher-progress-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:1rem;color:#747474;font-size:.78rem;font-weight:600}.article-matcher-close{display:inline-flex;width:38px;min-width:38px;height:38px;min-height:38px;align-items:center;justify-content:center;justify-self:end;margin:0;border:1px solid #efcece;border-radius:50%;background:#fff;padding:0;color:#8e2829;line-height:0;appearance:none;transition:background-color .16s ease,color .16s ease,transform .16s ease}.article-matcher-close:hover{background:#ba1718;color:#fff;transform:rotate(5deg)}.article-matcher-progress{height:6px;margin-top:.65rem;border-radius:999px;background:#f0dddd;overflow:hidden}.article-matcher-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ba1718,#ef6263);transition:width .22s ease}.article-matcher-question{padding:clamp(1.75rem,5vw,3.2rem) 0;animation:articleMatcherQuestionIn .28s ease both}.article-matcher-select-wrap{width:min(620px,100%);margin-top:1.5rem}.article-matcher-select-wrap .article-matcher-select__control{font-size:.94rem}.article-matcher-input{width:min(620px,100%);margin-top:1.5rem;border:1px solid #dedede;border-radius:12px;background:#fff;padding:.95rem 1rem;color:#292929;font:inherit;outline:none}.article-matcher-input:focus{border-color:#ba1718;box-shadow:0 0 0 4px #ba17181a}.article-matcher-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem}.article-matcher-secondary{min-height:46px;border-radius:12px;background:transparent;padding:.7rem 1rem;color:#8f3031;font-weight:700}.article-matcher-secondary:hover{background:#fff0f0}@keyframes articleMatcherContentIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes articleMatcherQuestionIn{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}@media(max-width:768px){.article-matcher{margin-top:2rem;max-height:none;border-radius:16px}.article-matcher.is-open{max-height:none}.article-matcher-invitation,.article-matcher-flow{padding:1.35rem}.article-matcher-invitation{grid-template-columns:1fr;align-items:start;gap:1.25rem}.article-matcher h2{font-size:clamp(1.22rem,5.2vw,1.5rem);line-height:1.22}.article-matcher p{font-size:.86rem;line-height:1.5}.article-matcher-primary,.article-matcher-secondary{font-size:.9rem;margin:0}.article-matcher-progress-row{font-size:.72rem}.article-matcher-invitation .article-matcher-primary{width:100%}.article-matcher-question{padding:1.5rem 0}.article-matcher-select-wrap{margin-top:1.15rem}.article-matcher-select__control{font-size:.75rem!important}.article-matcher-actions{flex-direction:column-reverse;align-items:stretch;gap:.65rem}.article-matcher-actions>span:empty{display:none}.article-matcher-actions .article-matcher-primary,.article-matcher-actions .article-matcher-secondary{width:100%;white-space:normal}}@media(max-width:420px){.article-matcher-invitation,.article-matcher-flow{padding:1rem}.article-matcher-kicker{font-size:.66rem;letter-spacing:.08em}.article-matcher-meta span{font-size:.68rem}.article-matcher-progress-row{gap:.5rem}}@media(prefers-reduced-motion:reduce){.article-matcher,.article-matcher-invitation,.article-matcher-flow,.article-matcher-question{animation:none;transition:none}}.readmore-content-image-wrapper{width:100%;margin:.5rem 0 1rem;display:flex;justify-content:center}.readmore-content-image{width:100%;max-width:100%;height:auto;object-fit:cover}.readmore-content-subtitle{margin:.5rem 0 .25rem;font-size:1.6rem;font-weight:500;color:#111}.readmore-content-card-skeleton{min-height:620px}.readmore-skeleton-paragraph{width:92%;height:1rem;margin-bottom:1rem}.readmore-skeleton-paragraph-wide{width:100%}.readmore-skeleton-paragraph-medium{width:76%}.readmore-skeleton-paragraph-short{width:58%}.readmore-skeleton-subtitle{width:48%;height:1.6rem;margin:2rem 0 1.25rem}.readmore-skeleton-image{width:100%;height:clamp(220px,34vw,420px);margin:2rem 0;border-radius:4px;background-color:#dedada}.comment-section{width:100%;background-color:#f5f4f4;padding:3rem 0 0;margin-top:3rem;box-sizing:border-box}.comment-section-container{width:100%;margin:0;background-color:#fff;box-shadow:0 10px 60px #0000002e;padding:clamp(5rem,8vw,6rem) clamp(5.5rem,11vw,9rem) clamp(3rem,6vw,4rem) clamp(5.5rem,11vw,9rem);box-sizing:border-box}.comment-section-header{text-align:center;margin-bottom:2.5rem}.comment-section-title{font-family:Ubuntu,sans-serif;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:300;color:#2f2f2f;margin:0 0 1.5rem}.comment-section-subtitle{font-family:Ubuntu,sans-serif;font-size:1.15rem;font-weight:300;color:#888;margin:0;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.comment-input-wrapper{position:relative;display:flex;align-items:center;margin-bottom:3rem}.comment-input{width:100%;padding:1rem 5rem 1rem 1.25rem;border:none;border-radius:16px;background-color:#f5f5f5;font-family:Ubuntu,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#2f2f2f;outline:none;transition:background-color .3s ease;box-sizing:border-box}.comment-input::placeholder{color:#999}.comment-input:focus{background-color:#eee}.comment-submit-btn{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:56px;height:56px;border:none;border-radius:6px;background:transparent;color:#999;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:color .3s ease;z-index:1;padding:0;margin:0}.comment-input-wrapper .comment-submit-btn:hover,.comment-input-wrapper .comment-submit-btn:focus,.comment-input-wrapper .comment-submit-btn:focus-visible,.comment-input-wrapper .comment-submit-btn:active,.comment-input-wrapper .comment-submit-btn:disabled{background:transparent!important;background-color:transparent!important;border-color:transparent!important;box-shadow:none!important;transform:translateY(-50%)!important}.comment-input-wrapper .comment-submit-btn:hover,.comment-input-wrapper .comment-submit-btn:focus,.comment-input-wrapper .comment-submit-btn:focus-visible,.comment-input-wrapper .comment-submit-btn:active{color:#2f2f2f;background:transparent!important}.comment-submit-btn i{font-size:1.5rem}.comments-list{display:flex;flex-direction:column;gap:0}.comment-item{display:flex;gap:1.25rem;padding:1.5rem 0;border-bottom:1px solid #e0e0e0}.comment-item:last-child{border-bottom:none}.comment-profile-picture{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;background-color:#e0e0e0}.comment-profile-picture-empty{background-color:#e0e0e0}.comment-avatar{width:100%;height:100%;object-fit:cover}.comment-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.comment-header{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.comment-author{font-family:Ubuntu,sans-serif;font-size:1rem;font-weight:500;color:#2f2f2f}.comment-timestamp{font-family:Ubuntu,sans-serif;font-size:.9rem;font-weight:400;color:#888}.comment-text{font-family:Ubuntu,sans-serif;font-size:1rem;font-weight:400;color:#6b696a;line-height:1.6;margin:0}.comment-reply-btn{background:none;border:none;font-family:Ubuntu,sans-serif;font-size:.95rem;font-weight:500;color:#d32f2f;cursor:pointer;padding:0;margin-top:.25rem;text-align:left;transition:color .3s ease;align-self:flex-start;display:flex;align-items:center;gap:.5rem}.comment-reply-icon{width:.8rem;height:.8rem;object-fit:contain;filter:brightness(0) saturate(100%) invert(20%) sepia(95%) saturate(7151%) hue-rotate(350deg) brightness(90%) contrast(88%);transition:filter .3s ease}.comment-reply-btn:hover{color:#b71c1c}.comment-reply-btn:hover .comment-reply-icon{filter:brightness(0) saturate(100%) invert(10%) sepia(95%) saturate(7151%) hue-rotate(350deg) brightness(70%) contrast(88%)}.comment-reply-form{margin-top:1rem;width:100%}.comment-reply-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.comment-reply-input{width:100%;padding:.75rem 3.5rem .75rem 1rem;border:1px solid #e0e0e0;border-radius:12px;background-color:#f9f9f9;font-family:Ubuntu,sans-serif;font-size:.95rem;font-weight:400;line-height:1.5;color:#2f2f2f;outline:none;transition:background-color .3s ease,border-color .3s ease;box-sizing:border-box}.comment-reply-input::placeholder{color:#999}.comment-reply-input:focus{background-color:#fff;border-color:#d32f2f}.comment-reply-submit-btn{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:36px;height:36px;border:none;border-radius:6px;background:transparent;color:#999;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:color .3s ease;z-index:1;padding:0;margin:0}.comment-reply-submit-btn:hover{color:#d32f2f;background:transparent}.comment-reply-submit-btn i{font-size:1.1rem}.comment-item.comment-reply{padding-left:0;margin-left:0;border-bottom:none}.comment-replies{margin-top:1rem;border-top:1px solid #f0f0f0;padding-top:1rem}.comment-reply-to{font-family:Ubuntu,sans-serif;font-size:.85rem;font-weight:400;color:#888;margin-bottom:.25rem}.reply-to-author{font-weight:500;color:#d32f2f}.comment-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#d32f2f;color:#fff;font-family:Ubuntu,sans-serif;font-size:1.2rem;font-weight:500;border-radius:50%}.comment-input-skeleton{width:100%;height:58px;border-radius:16px;margin-bottom:3rem}.comment-item-skeleton{pointer-events:none}.comment-item-skeleton .comment-profile-picture{border-radius:50%;background-color:#dedada}.comment-skeleton-heading{width:min(300px,70%);height:2.2rem;margin:0 auto 1.5rem}.comment-skeleton-subheading{width:min(240px,60%);height:1.1rem;margin:0 auto}.comment-skeleton-author{width:140px;height:1rem}.comment-skeleton-date{width:110px;height:.9rem}.comment-skeleton-text{width:92%;height:.95rem;margin-top:.4rem}.comment-skeleton-text-short{width:64%}.comment-skeleton-action{width:80px;height:.95rem;margin-top:.5rem}@media(max-width:768px){.readmore-content-card{padding:1.5rem}.readmore-content-body{font-size:.97rem;line-height:1.65}.readmore-content-body img{max-width:100%;width:100%;height:auto;margin:1rem auto}.comment-section{padding:2.5rem 0 0}.comment-section-container{padding:2rem 4rem}.comment-input-wrapper{gap:.75rem}.comment-item{gap:1rem;padding:1.25rem 0}}@media(max-width:480px){.readmore-content-section{padding:0 1.5rem;margin-top:-90px}.readmore-content-card{padding:10%}.readmore-content-body{font-size:.75rem;line-height:22px}.readmore-content-body img{max-width:100%;width:100%;height:auto;margin:.75rem auto}.comment-section{padding:2rem 0 0}.comment-section-container{padding:1.5rem 2.75rem}.comment-section-title{font-size:1.5rem}.comment-section-subtitle{font-size:.9rem}.comment-input{font-size:.95rem;padding:.875rem 1rem}.comment-submit-btn{width:52px;height:52px}.comment-profile-picture{width:40px;height:40px}.comment-author{font-size:.95rem}.comment-timestamp{font-size:.85rem}.comment-text{font-size:.95rem}.comment-reply-btn{font-size:.9rem}.comment-reply-input{font-size:.9rem;padding:.625rem 3rem .625rem .875rem}.comment-reply-submit-btn{width:32px;height:32px}.comment-reply-submit-btn i{font-size:1rem}}@media(max-width:768px){.readmore-hero-section{min-height:85vh;padding:2.5rem 1.5rem clamp(8rem,10vw,10rem) 1.5rem}.readmore-hero-title{font-size:clamp(1.45rem,4vw,2.1rem)}.readmore-hero-meta{font-size:.95rem;gap:.75rem}.readmore-content-section{padding:0 1.5rem;margin-top:-120px}}@media(max-width:480px){.readmore-hero-section{min-height:80vh;padding:2rem 1.25rem clamp(6rem,8vw,8rem) 1.25rem}.readmore-hero-title{font-size:clamp(1.3rem,4.5vw,1.85rem)}.readmore-hero-meta{font-size:.9rem;gap:.5rem}}@media(max-width:1024px){.article-hero-section{height:100vh;padding:4.5rem 0}.article-hero-bg-desktop{display:none}.article-hero-bg-mobile{display:block}.article-hero-content{padding:clamp(1.5rem,4vw,3rem) clamp(1.5rem,5vw,4rem)}.article-hero-title{font-size:clamp(1.8rem,3.5vw,2.8rem)}}@media(max-width:768px){.article-hero-section{height:70vh;padding:3.5rem 0}.article-hero-content{padding:clamp(1.5rem,3vw,2.5rem) clamp(1.25rem,4vw,2rem);gap:.75rem;text-align:center;align-items:center;bottom:auto;top:50%;transform:translateY(-25%)}.article-hero-category{font-size:.8rem;padding:.4rem .8rem}.article-hero-meta{font-size:.95rem;gap:.5rem;justify-content:center}.article-hero-date i,.article-hero-comments i{font-size:.95rem}.article-hero-title{font-size:clamp(1.4rem,3.5vw,1.9rem);max-width:100%;width:100%;margin-left:auto;margin-right:auto;margin-top:1.5rem;padding-left:1rem;padding-right:1rem}}@media(max-width:480px){.article-hero-section{height:65vh;padding:3rem 0}.article-hero-content{padding:clamp(1.25rem,2.5vw,2rem) clamp(1rem,3vw,1.5rem);gap:.6rem;text-align:center;align-items:center;bottom:auto;top:50%;transform:translateY(-25%)}.article-hero-category{font-size:.75rem;padding:.35rem .7rem}.article-hero-meta{font-size:.9rem;gap:.4rem;flex-wrap:wrap;justify-content:center}.article-hero-date i,.article-hero-comments i{font-size:.9rem}.article-hero-title{font-size:clamp(1.3rem,3vw,1.6rem);line-height:1.3;width:100%;max-width:100%;margin-left:auto;margin-right:auto;margin-top:1.5rem;padding-left:1rem;padding-right:1rem}}.article-category-layout{padding-top:84px}.article-category-layout .new-header.header-overlay{background-color:#000!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important}.article-category-layout .sticky-header{background-color:#000!important;color:#fff!important;box-shadow:none!important}.article-category-layout .sticky-header .nav-link,.article-category-layout .sticky-header .nav-link-header{color:#fff!important}.article-category-layout .sticky-header .nav-link.active,.article-category-layout .sticky-header .nav-link:hover,.article-category-layout .sticky-header .nav-link-header.active,.article-category-layout .sticky-header .nav-link-header:hover{color:#ba1718!important}.categoryname_herosection,.universitynews_herosection,.studyguides_herosection,.careerinsights_herosection,.researchinnovation_herosection,.studyabroad_herosection,.studentlife_herosection{position:relative;width:100%;min-height:400px;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;box-sizing:border-box;text-align:center;color:#fff;background-image:url(/assets/article-category-hero-1920-Cy47kbdA.webp);background-size:cover;background-position:center}.categoryname_hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;transition:background-color .3s ease}.categoryname_hero-inner{position:relative;z-index:2;max-width:900px}.categoryname_hero-title{font-family:Ubuntu,sans-serif!important;font-size:clamp(2rem,3vw,2.6rem);font-weight:500;margin:0 0 .75rem}.categoryname_hero-subtitle{font-family:Ubuntu,sans-serif!important;font-size:1.2rem;font-weight:300;line-height:1.6;margin:0}@media(max-width:768px){.categoryname_herosection,.careerinsights_herosection{min-height:380px;padding:3rem 1.25rem}.categoryname_hero-title{font-size:1.8rem}.categoryname_hero-subtitle{font-size:.95rem}}@media(min-width:992px){.article-category-layout{padding-top:84px}}@media(max-width:768px){.article-category-layout{padding-top:71.6px}}.article-menu{display:flex;justify-content:center;align-items:center;gap:5rem;padding:1.5rem clamp(2rem,6vw,6rem);background-color:#fff;border-bottom:1px solid rgba(0,0,0,.05);flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;max-width:100%;width:100%;box-sizing:border-box;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;cursor:grab;scroll-snap-type:none;scrollbar-width:none;-ms-overflow-style:none}.article-menu[data-scrollable=true]{justify-content:flex-start}.article-menu::-webkit-scrollbar{display:none}.article-menu:active{cursor:grabbing}@media(hover:hover)and (pointer:fine){.article-menu{scroll-behavior:smooth}}.article-menu-item{background:none;border:none;color:#000;font-family:Ubuntu,sans-serif;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;padding:.5rem 0;transition:color .3s ease;text-decoration:none;white-space:nowrap;flex-shrink:0}.article-menu-item:hover,.article-menu-item.active{color:#ba1718}@media(max-width:1024px){.article-menu{gap:1.5rem;padding:1.25rem 1.5rem}.article-menu-item{font-size:.8rem}}@media(max-width:768px){.article-menu{gap:1rem;padding:1rem}.article-menu-item{font-size:.75rem}}@media(max-width:480px){.article-menu{gap:.75rem;padding:.875rem}.article-menu-item{font-size:.7rem}}.first-three-articles-section{width:100%;background-color:#f5f4f4;padding:3rem 0}.first-three-articles-container{display:flex;width:100%;max-width:100%;gap:2rem;padding:0 clamp(2rem,6vw,6rem);box-sizing:border-box}.article-card{width:33.33%;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.article-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.article-card-image-wrapper{position:relative;width:100%;height:250px;overflow:hidden}.article-card-image{width:100%;height:100%;object-position:center;display:block}.article-card-category-tag{position:absolute;bottom:1rem;left:1rem;padding:.5rem 1.5rem;background-color:#3c3c3c80;border:1px solid rgba(255,255,255,.3);border-radius:50px;font-family:Ubuntu,sans-serif;font-size:.75rem;font-weight:500;letter-spacing:1px;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 8px #0000004d;cursor:pointer;transition:all .3s ease}.article-card-category-tag:hover{background-color:#50505099;border-color:#ffffff80;box-shadow:0 4px 16px #0006;transform:translateY(-2px)}.article-card-content{padding:1.5rem}.article-card-meta{display:flex;align-items:center;gap:1rem;font-family:Ubuntu,sans-serif;font-size:.8125rem;font-weight:400;color:#666;margin-bottom:1rem;flex-wrap:wrap}.article-card-author{font-family:Ubuntu,sans-serif;font-weight:400;color:#666}.article-card-meta-separator{color:#999;font-size:.7rem}.article-card-date,.article-card-comments{font-family:Ubuntu,sans-serif;font-weight:400;color:#666}.article-card-comments{display:inline-flex;align-items:center;gap:.3rem}.article-card-title{font-family:Ubuntu,sans-serif;font-size:1.1rem;font-weight:500;color:#000;line-height:1.4;margin-bottom:1.5rem;margin-top:0;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:calc(1.4em * 3);transition:color .3s ease;cursor:pointer}.article-card-title:hover{color:#b71a18}.article-card-read-more{background-color:#ba1718;color:#fff;border:1px solid transparent;border-radius:12px;padding:.5rem 1.5rem;font-family:Ubuntu,sans-serif;font-size:.75rem;font-weight:500;cursor:pointer;transition:background-color .3s ease,color .3s ease,border .3s ease,transform .2s ease;letter-spacing:.5px;width:40%;min-width:120px}.article-card-read-more:hover{background-color:#fff;color:#b71a18;border:1px solid #B71A18;transform:translateY(-1px)}.article-card-read-more:active{transform:translateY(0)}.article-card-skeleton{cursor:default}.article-card-skeleton:hover{transform:none;box-shadow:0 2px 8px #0000001a}.article-card-skeleton .article-card-image-wrapper{background-color:#dedada}.article-card-skeleton-tag{position:absolute;left:1rem;bottom:1rem;width:42%;height:34px;border-radius:999px;background-color:#ffffff8a}.article-card-skeleton-meta{width:72%;height:14px;margin-bottom:1.1rem}.article-card-skeleton-title{width:92%;height:20px;margin-bottom:.75rem}.article-card-skeleton-title-short{width:64%;margin-bottom:1.5rem}.article-card-skeleton-button{width:40%;min-width:120px;height:34px;border-radius:12px;background-color:#d8d3d3}.article-content-skeleton-card{cursor:default}.article-content-skeleton-card .latest-article-image-wrapper,.article-content-skeleton-news .recent-news-image-wrapper{background-color:#dedada}.article-content-skeleton-category{width:46%;height:36px;margin-bottom:1rem}.article-content-skeleton-meta{width:58%;height:14px;margin-bottom:1rem}.article-content-skeleton-title{width:88%;height:28px;margin-bottom:.8rem}.article-content-skeleton-title-short{width:66%;margin-bottom:1.25rem}.article-content-skeleton-list-title{width:78%;height:22px;margin-bottom:1rem}.article-content-skeleton-copy{width:100%;height:13px;margin-bottom:.6rem}.article-content-skeleton-copy-short{width:78%}.article-content-skeleton-sidebar .stay-connected-icon{border:0}.article-content-skeleton-news+.article-content-skeleton-news{margin-top:1rem}.article-content-skeleton-news-title{width:100%;height:15px;margin-bottom:.65rem}.article-content-skeleton-news-meta{width:70%;height:12px}@media(max-width:1024px){.first-three-articles-container{gap:1.5rem;padding:0 clamp(1.5rem,5vw,4rem)}.article-card-image-wrapper{height:220px}.article-card-title{font-size:1rem}}@media(max-width:768px){.first-three-articles-section{padding:3rem 0}.first-three-articles-container{flex-direction:column;gap:2.5rem;padding:0 1.5rem}.article-card{width:100%}.article-card-image-wrapper{height:250px}.article-card-content{padding:1.25rem 1.25rem 1.5rem}.article-card-read-more{margin:0;padding:.4rem 1.5rem;width:60%;min-width:150px}.article-card-skeleton-button{width:60%;min-width:150px}}@media(max-width:480px){.first-three-articles-section{padding:2rem 0}.first-three-articles-container{padding:0 1rem;gap:2.5rem}.article-card-image-wrapper{height:200px}.article-card-content{padding:1rem 1rem 1.5rem}.article-card-title{font-size:.95rem;margin-bottom:1rem}.article-card-read-more{padding:.4rem 1.5rem;font-size:.8rem;margin:0;width:30%;min-width:150px}.article-card-skeleton-button{width:30%;min-width:150px}}.articles-content-section{width:100%;background-color:#f5f4f4;padding:3rem 0}.articles-content-container{display:flex;width:100%;max-width:100%;gap:3rem;padding:0 clamp(2rem,6vw,6rem);box-sizing:border-box}.latest-articles-container{width:70%;display:flex;flex-direction:column}.latest-articles-header{display:flex;align-items:flex-end;width:100%}.latest-articles-header-box{background-color:#000;color:#fff;padding:1rem 1.5rem;font-family:Ubuntu,sans-serif;font-size:1.125rem;font-weight:700;letter-spacing:.5px;width:30%;display:flex;align-items:center;justify-content:center}.latest-articles-header-line{width:70%;height:2px;background-color:#000}.latest-article-item{display:flex;margin:1.25rem 0;overflow:hidden;background-color:#fff}.latest-article-item.featured{flex-direction:column;background-color:transparent;color:#fff;position:relative;padding:0;display:flex;align-items:flex-end;border-radius:0;border:none}.latest-article-section{background-color:#fff;padding-top:.5rem;padding-bottom:2rem}.latest-article-item.featured{margin-bottom:0}.latest-article-image-wrapper{position:relative;flex-shrink:0;width:300px;height:200px;overflow:hidden}.latest-article-item:not(.featured) .latest-article-image-wrapper{width:40%;height:220px;flex:0 0 40%;padding-left:3%;padding-right:3%}.latest-article-item.featured .latest-article-image-wrapper{width:100%;height:500px;position:relative}.latest-article-item.featured .latest-article-image-wrapper:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0003,#0006,#0009);z-index:1}.categories-featured-line-container{margin-top:2rem;width:100%;padding:0;margin:0}.categories-featured-line{margin-top:2rem;width:100%;height:2px;background-color:#aaa}.latest-articles-category{width:70%;display:flex;flex-direction:column}@media(max-width:768px){.latest-articles-category{width:100%}}.categories-three-column-container{display:flex;width:100%;margin-top:2rem;gap:0;box-sizing:border-box}.categories-column-item{flex:1;padding:1.5rem;box-sizing:border-box}.categories-column-item-first{padding-left:0}.categories-column-text{margin:0;color:#333;font-size:1rem;text-align:justify;line-height:1.6;font-family:Ubuntu,sans-serif}.categories-column-divider{width:1px;background-color:#aaa;flex-shrink:0;margin:1.5rem 0}@media(max-width:768px){.categories-three-column-container{flex-direction:column;gap:2rem}.categories-column-item{width:100%;padding:1.25rem 0}.categories-column-item-first{padding-left:0}.categories-column-divider{width:50%;height:1px;margin:1.5rem 0}}.latest-article-image{width:100%;height:100%;object-position:center;display:block}.latest-article-item.featured .latest-article-image{position:relative;z-index:0}.categories_featured{width:100%;height:100%;object-fit:cover}.latest-article-category-tag{position:absolute;bottom:1rem;left:2.5rem;padding:.5rem 1rem;background-color:#3c3c3c80;border:1px solid rgba(255,255,255,.3);border-radius:50px;font-family:Ubuntu,sans-serif;font-size:.75rem;font-weight:500;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 8px #0000004d;cursor:pointer;transition:all .3s ease}.latest-article-category-tag:hover{background-color:#50505099;border-color:#ffffff80;box-shadow:0 4px 16px #0006;transform:translateY(-2px)}.latest-article-category-tag.featured-tag{position:relative;top:0;left:0;margin-bottom:.75rem;background-color:#ffffff1a;border:1px solid rgba(0,0,0,.3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:inline-block;width:20%;text-align:center;cursor:pointer;transition:all .3s ease}.latest-article-category-tag.featured-tag:hover{background-color:#fff3;border-color:#00000080;box-shadow:0 4px 16px #0006;transform:translateY(-2px)}.latest-article-content{padding:1rem .75rem;display:flex;flex-direction:column;justify-content:center;flex:1}.latest-article-item:not(.featured) .latest-article-content{width:60%;flex:0 0 60%}.latest-article-content.featured-content{position:absolute;bottom:3rem;left:1.5rem;right:1.5rem;width:auto;height:auto;padding:0 .75rem;background-color:transparent;display:flex;flex-direction:column;justify-content:flex-end;z-index:2}.latest-article-content.featured-content-category{position:absolute;bottom:5rem;left:1.5rem;right:1.5rem;width:auto;height:auto;padding:0 .75rem;background-color:transparent;display:flex;flex-direction:column;justify-content:flex-end;z-index:2}.latest-article-meta{display:flex;align-items:center;gap:.75rem;font-family:Ubuntu,sans-serif;font-size:.8125rem;font-weight:400;color:#666;margin-bottom:1rem;flex-wrap:wrap}.latest-article-meta.featured-meta{color:#ffffffe6;position:relative;top:0;left:0;margin:0 0 1.5rem;z-index:3}.latest-article-author{color:inherit}.latest-article-meta-separator{color:#999;font-size:.7rem}.latest-article-meta.featured-meta .latest-article-meta-separator{color:#fff9}.latest-article-date,.latest-article-comments{display:flex;align-items:center;gap:.4rem;color:inherit}.latest-article-date i,.latest-article-comments i{font-size:.875rem;color:inherit}.latest-article-title{font-family:Ubuntu,sans-serif;font-size:1.25rem;font-weight:700;color:#000;line-height:1.4;margin:0 0 1rem;transition:color .3s ease;cursor:pointer}.latest-article-title:hover{color:#b71a18}.latest-article-title.featured-title{font-family:Ubuntu,sans-serif;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:400;color:#fffffff2;line-height:1.3;margin:0;position:relative;top:0;left:0;right:auto;z-index:3;text-shadow:0 2px 8px rgba(0,0,0,.3);transition:color .3s ease;cursor:pointer}.latest-article-title.featured-title:hover{color:#b71a18}.latest-article-excerpt{font-family:Ubuntu,sans-serif;font-size:.875rem;font-weight:400;color:#666;line-height:1.6;margin:0}.stay-connected-container,.stay-connected-container-category{width:30%;display:flex;flex-direction:column;gap:2rem}.stay-connected-section{overflow:hidden}.stay-connected-header{display:flex;align-items:flex-end;width:100%}.stay-connected-header-box{background-color:#000;color:#fff;padding:1rem 1.5rem;font-family:Ubuntu,sans-serif;font-size:1.125rem;font-weight:700;letter-spacing:.5px;width:60%;display:flex;align-items:center;justify-content:center}.stay-connected-header-line{width:40%;height:2px;background-color:#000}.stay-connected-icons{display:flex;justify-content:center;gap:2.5rem;padding:3rem 1.5rem 1.5rem}.stay-connected-icon{width:50px;height:50px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#000;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.stay-connected-icon:hover{background-color:#000;color:#fff;transform:scale(1.1);box-shadow:0 4px 12px #0003}.promotion-banner{overflow:hidden;position:relative;width:100%;height:100px}.promotion-banner .swiper{width:100%;height:100%}.promotion-banner .swiper-slide{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.promotion-banner-image{width:100%;height:100%;object-position:center;display:block}@media(max-width:768px){.promotion-banner{height:100px}}.newsletter-section{background-color:#ba1718;color:#fff;padding:2rem 2.5rem;text-align:center}.newsletter-title{font-family:Ubuntu,sans-serif!important;font-size:1.125rem;font-weight:500;color:#fff;margin:0 0 1.5rem;line-height:1.4}.newsletter-icon-wrapper{margin-top:2rem;margin-bottom:1.5rem}.newsletter-icon{width:auto;height:3rem;object-fit:contain}.newsletter-description{font-family:Ubuntu,sans-serif!important;font-size:.875rem;font-weight:300;color:#fff;line-height:1.6;text-align:justify;margin-bottom:1.5rem;opacity:.9}.newsletter-form{display:flex;gap:0;border:2px solid #BA1718;border-radius:12px;overflow:hidden;background-color:#fff}.newsletter-input{width:80%;padding:.55rem 1rem;border:none;border-radius:0;font-family:Ubuntu,sans-serif!important;font-size:.875rem;color:#333;background-color:#fff;outline:none}.newsletter-input::placeholder{color:#999}.newsletter-submit{width:20%;background-color:#000;color:#fff;border:none;border-radius:0;padding:.55rem 1rem;cursor:pointer;transition:background-color .3s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin:0}.newsletter-submit:hover{background-color:#333}.newsletter-submit i{font-size:1.125rem;color:#fff}.recent-news-section{overflow:hidden}.recent-news-header{display:flex;align-items:flex-end;width:100%;margin-top:1.3rem}.recent-news-header-box{background-color:#000;color:#fff;padding:1rem 1.5rem;font-family:Ubuntu,sans-serif;font-size:1.125rem;font-weight:700;letter-spacing:.5px;width:50%;display:flex;align-items:center;justify-content:center}.recent-news-header-line{width:50%;height:2px;background-color:#000}.recent-news-content{padding:1.5rem 0;min-height:100px}.recent-news-list{display:flex;flex-direction:column;gap:0}.recent-news-item{display:flex;align-items:center;padding:1.25rem 0}.recent-news-image-wrapper{width:30%;flex:0 0 30%}.recent-news-image{width:100%;height:100px;display:block}.recent-news-text{width:70%;flex:0 0 70%;padding:0 .75rem}.recent-news-title{font-family:Ubuntu,sans-serif;font-size:1rem;font-weight:700;color:#000;margin:0 0 .5rem;line-height:1.4;transition:color .3s ease;cursor:pointer}.recent-news-title:hover{color:#b71a18}.recent-news-meta{display:flex;align-items:center;gap:.5rem;font-family:Ubuntu,sans-serif;font-size:.8125rem;font-weight:400;color:#666}.recent-news-meta-separator{color:#999;font-size:.75rem}.recent-news-divider{border-bottom:2px solid #cccccc}.recent-news-section-category{overflow:hidden}.recent-news-header-category{display:flex;align-items:flex-end;width:100%;margin-top:1.3rem}.recent-news-header-box-category{background-color:#000;color:#fff;padding:1rem 1.5rem;font-family:Ubuntu,sans-serif;font-size:1.125rem;font-weight:700;letter-spacing:.5px;width:50%;display:flex;align-items:center;justify-content:center}.recent-news-header-line-category{width:50%;height:2px;background-color:#000}.recent-news-content-category{padding:1.5rem 0;min-height:100px}.recent-news-list-category{display:flex;flex-direction:column;gap:0}.recent-news-item-category{display:flex;align-items:center;padding:1.25rem 0}.recent-news-image-wrapper-category{width:30%;flex:0 0 30%}.recent-news-image-category{width:100%;height:auto;object-fit:cover;display:block}.recent-news-text-category{width:70%;flex:0 0 70%;padding:0 .75rem}.recent-news-title-category{font-family:Ubuntu,sans-serif;font-size:1rem;font-weight:700;color:#000;margin:0 0 .5rem;line-height:1.4;transition:color .3s ease;cursor:pointer}.recent-news-title-category:hover{color:#b71a18}.recent-news-meta-category{display:flex;align-items:center;gap:.5rem;font-family:Ubuntu,sans-serif;font-size:.8125rem;font-weight:400;color:#666}.recent-news-meta-separator-category{color:#999;font-size:.75rem}.recent-news-author-category,.recent-news-date-category{font-family:Ubuntu,sans-serif;font-weight:400;color:#666}.recent-news-divider-category{border-bottom:2px solid #cccccc}.trending-posts-section{width:100%;background-color:#f5f4f4;padding:1.5rem 0;margin-bottom:5rem}.trending-posts-container{width:100%;max-width:100%;padding:0 clamp(2rem,6vw,6rem);box-sizing:border-box}.trending-posts-header{display:flex;align-items:flex-end;width:100%}.trending-posts-header-box{background-color:#000;color:#fff;padding:1rem 1.5rem;font-family:Ubuntu,sans-serif;font-size:1.125rem;font-weight:700;letter-spacing:.5px;width:30%;display:flex;align-items:center;justify-content:center}.trending-posts-header-line{width:70%;height:2px;background-color:#000}.trending-posts-cards-container{display:flex;width:100%;max-width:100%;gap:2rem;margin-top:2rem;box-sizing:border-box}.trending-post-card{width:25%;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.trending-post-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.trending-post-card-image-wrapper{position:relative;width:100%;height:250px;overflow:hidden}.trending-post-card-image{width:100%;height:100%;object-position:center;display:block}.trending-post-card-author{font-family:Ubuntu,sans-serif;font-weight:400;color:#666}.trending-post-card-meta-separator{color:#999;font-size:.7rem}.trending-post-card-date,.trending-post-card-comments{font-family:Ubuntu,sans-serif;font-weight:400;color:#666}.trending-posts-cards-category-container{display:flex;width:100%;max-width:100%;gap:2rem;margin-top:2rem;box-sizing:border-box}.trending-post-card-category{width:25%;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.trending-post-card-category:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.trending-post-card-image-wrapper-category{position:relative;width:100%;height:250px;overflow:hidden}.trending-post-card-image-category{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.trending-post-card-category-tag-category{position:absolute;bottom:1rem;left:1rem;padding:.5rem 1.5rem;background-color:#3c3c3c80;border:1px solid rgba(255,255,255,.3);border-radius:50px;font-family:Ubuntu,sans-serif;font-size:.75rem;font-weight:500;letter-spacing:1px;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 8px #0000004d;cursor:pointer;transition:all .3s ease}.trending-post-card-category-tag-category:hover{background-color:#50505099;border-color:#ffffff80;box-shadow:0 4px 16px #0006;transform:translateY(-2px)}.trending-post-card-content-category{padding:1.5rem}.trending-post-card-meta-category{display:flex;align-items:center;gap:.7rem;font-family:Ubuntu,sans-serif;font-size:.8125rem;font-weight:400;color:#666;margin-bottom:1rem;flex-wrap:wrap}.trending-post-card-author-category{font-family:Ubuntu,sans-serif;font-weight:400;color:#666}.trending-post-card-meta-separator-category{color:#999;font-size:.7rem}.trending-post-card-date-category,.trending-post-card-comments-category{font-family:Ubuntu,sans-serif;font-weight:400;color:#666}.trending-post-card-comments-category{display:inline-flex;align-items:center;gap:.3rem}.trending-post-card-title-category{font-family:Ubuntu,sans-serif;font-size:1.1rem;font-weight:500;color:#000;line-height:1.4;margin-bottom:1.5rem;margin-top:0;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:calc(1.4em * 3);transition:color .3s ease;cursor:pointer}.trending-post-card-title-category:hover{color:#b71a18}.trending-post-card-read-more-category{background-color:#ba1718;color:#fff;border:1px solid transparent;border-radius:12px;padding:.5rem 1.5rem;font-family:Ubuntu,sans-serif;font-size:.75rem;font-weight:500;cursor:pointer;transition:background-color .3s ease,color .3s ease,border .3s ease,transform .2s ease;letter-spacing:.5px;width:40%;min-width:120px}.trending-post-card-read-more-category:hover{background-color:#fff;color:#b71a18;border:1px solid #B71A18;transform:translateY(-1px)}.trending-post-card-read-more-category:active{transform:translateY(0)}.trending-posts-category-section{width:100%;background-color:#f5f4f4;padding:1.5rem 0;margin-bottom:3rem}.trending-posts-category-container{width:100%;max-width:100%;padding:0 clamp(2rem,6vw,6rem);box-sizing:border-box}.trending-posts-category-header{display:flex;align-items:flex-end;width:100%}.trending-posts-category-header-box{background-color:#000;color:#fff;padding:1rem 1.5rem;font-family:Ubuntu,sans-serif;font-size:1.125rem;font-weight:700;letter-spacing:.5px;width:30%;display:flex;align-items:center;justify-content:center}.trending-posts-category-header-line{width:70%;height:2px;background-color:#000}.featured-articles-section{width:100%;background-color:#f5f4f4;padding-top:1.5rem;position:relative}.featured-articles-container{width:100%;max-width:100%;padding:5rem clamp(2rem,6vw,6rem);box-sizing:border-box;position:relative}.featured-articles-background-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.featured-articles-background-image{width:100%;height:100%;object-fit:cover;object-position:center;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:high-quality;display:block}.featured-articles-content-wrapper{position:relative;z-index:1}.featured-articles-header-category{display:flex;align-items:center;width:100%}.featured-articles-header-text{color:#fff;padding:1rem 0rem;font-family:Ubuntu,sans-serif;font-size:1.8rem;font-weight:700;letter-spacing:.5px;width:20%;align-items:center;justify-content:center}.featured-articles-header-line{width:80%;height:3px;background-color:#fff}.featured-articles-three-card-category{display:flex;width:100%;max-width:100%;gap:3rem;margin-top:2rem;box-sizing:border-box;border-radius:50px}.featured-article-category-card{width:33.33%;position:relative;background:#fff0;backdrop-filter:blur(11.1px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.18);box-shadow:0 4px 30px #0000001a,inset 0 1px #ffffff4d;border-radius:50px;padding:2.5rem;box-sizing:border-box;display:flex;flex-direction:column;min-height:400px}.featured-article-card-title{font-family:Ubuntu,sans-serif;font-size:1.5rem;font-weight:500;color:#fff;line-height:1.3;margin:0 0 1.5rem;transition:color .3s ease;cursor:pointer}.featured-article-card-title:hover{color:#b71a18}.featured-article-card-meta{display:flex;align-items:center;gap:.75rem;font-family:Ubuntu,sans-serif;font-size:.875rem;font-weight:400;color:#ff413f;margin-bottom:1.5rem;flex-wrap:wrap}.featured-article-card-author{color:#ff413f}.featured-article-card-meta-separator{color:#ff413f;font-size:.7rem}.featured-article-card-date,.featured-article-card-comments{display:flex;align-items:center;gap:.4rem;color:#ff413f}.featured-article-card-date i,.featured-article-card-comments i{font-size:.875rem;color:#ff413f}.featured-article-card-excerpt{font-family:Ubuntu,sans-serif!important;font-size:.9375rem;font-weight:300;text-align:justify;color:#fff;line-height:1.6;margin:0 0 2rem;flex-grow:1;transition:color .3s ease;cursor:pointer}.featured-article-card-excerpt:hover{color:#b71a18}.featured-article-card-read-more{background-color:#ba1718;color:#fff;border:none;border-radius:12px;padding:.5rem 1.5rem;font-family:Ubuntu,sans-serif!important;font-size:.75rem;font-weight:500;cursor:pointer;transition:filter .3s ease,transform .2s ease;letter-spacing:.5px;width:fit-content;align-self:flex-start}.featured-article-card-read-more:hover{filter:brightness(.8);transform:translateY(-2px)}.featured-article-card-read-more:active{filter:brightness(.7);transform:translateY(0)}@media(max-width:768px){.trending-posts-cards-container{flex-direction:column;gap:2rem}.trending-post-card{width:100%}.trending-post-card-image-wrapper{height:250px}.trending-post-card-content{padding:1.25rem}.trending-posts-cards-category-container{flex-direction:column;gap:3rem!important}.trending-post-card-category{width:100%}.trending-post-card-image-wrapper-category{height:250px}.trending-post-card-content-category{padding:1.25rem}}@media(max-width:480px){.trending-posts-cards-container{gap:1.5rem}.trending-post-card-image-wrapper{height:200px}.trending-post-card-content{padding:1rem}.trending-post-card-title{font-size:.95rem;margin-bottom:1rem}.trending-post-card-read-more{padding:.625rem 1.25rem;font-size:.8rem}.trending-posts-cards-category-container{gap:3rem}.trending-post-card-image-wrapper-category{height:200px}.trending-post-card-content-category{padding:1rem}.trending-post-card-title-category{font-size:.95rem;margin-bottom:1rem}.trending-post-card-read-more-category{padding:.625rem 1.25rem;font-size:.8rem}}@media(max-width:1024px){.trending-posts-cards-container{gap:1.5rem}.trending-post-card-image-wrapper{height:220px}.trending-post-card-title{font-size:1rem}.trending-posts-cards-category-container{gap:1.5rem}.trending-post-card-image-wrapper-category{height:220px}.trending-post-card-title-category{font-size:1rem}.articles-content-container{flex-direction:column;gap:2rem}.latest-articles-container,.stay-connected-container,.stay-connected-container-category{width:100%;margin-top:2rem}.latest-article-item{flex-direction:column}.latest-article-image-wrapper{width:100%;height:250px}.latest-article-category-tag{left:1.5rem}.latest-article-category-tag.featured-tag{width:50%}.latest-article-content.featured-content,.latest-article-content.featured-content-category{padding:0}.latest-article-meta{gap:.5rem}.latest-article-excerpt{text-align:justify}.latest-article-item:not(.featured) .latest-article-image-wrapper{width:100%;flex:0 0 100%}.latest-article-item:not(.featured) .latest-article-content{width:100%;flex:0 0 100%}.latest-article-content{margin-bottom:1rem}.latest-article-section{padding-top:1.5rem}.latest-articles-header-box{width:50%;font-size:1rem;padding:.75rem 1rem}.latest-articles-header-line{width:50%}.stay-connected-header-box{width:50%;font-size:1rem;padding:.75rem 1rem}.stay-connected-header-line{width:50%}.recent-news-section{margin-top:2rem}.recent-news-header-box{width:50%;font-size:1rem;padding:.75rem 1rem}.recent-news-header-line{width:50%}.stay-connected-container-category{width:100%;margin-top:2rem}.recent-news-section-category{margin-top:2rem}.recent-news-header-box-category{width:50%;font-size:1rem;padding:.75rem 1rem}.recent-news-header-line-category{width:50%}.trending-posts-header-box{width:50%;font-size:1rem;padding:.75rem 1rem}.trending-posts-header-line{width:50%}.trending-posts-category-header-box{width:50%;font-size:1rem;padding:.75rem 1rem}.trending-posts-category-header-line{width:50%}}@media(max-width:768px){.articles-content-section{padding:2rem 0}.articles-content-container{padding:0 1.5rem}.latest-article-title.featured-title{font-size:1.5rem}.latest-article-category-tag{left:1.5rem}.latest-article-category-tag.featured-tag{width:50%}.latest-article-content.featured-content,.latest-article-content.featured-content-category{padding:0}.latest-article-meta{gap:.5rem}.latest-article-excerpt{text-align:justify}.latest-article-item:not(.featured) .latest-article-image-wrapper{width:100%;flex:0 0 100%}.latest-article-item:not(.featured) .latest-article-content{width:100%;flex:0 0 100%}.latest-article-content{margin-bottom:.75rem}.latest-article-section{padding-top:1.5rem}.latest-articles-header-box{width:50%;font-size:.9rem;padding:.625rem .875rem}.latest-articles-header-line{width:50%}.stay-connected-header-box{width:50%;font-size:.9rem;padding:.625rem .875rem}.stay-connected-header-line{width:50%}.recent-news-section{margin-top:2rem}.recent-news-header-box{width:50%;font-size:.9rem;padding:.625rem .875rem}.recent-news-header-line{width:50%}.stay-connected-container-category{width:100%;margin-top:2rem}.recent-news-section-category{margin-top:0!important}.recent-news-header-box-category{width:50%;font-size:.9rem;padding:.625rem .875rem}.recent-news-header-line-category{width:50%}.trending-posts-header-box{width:50%;font-size:.9rem;padding:.625rem .875rem}.trending-posts-header-line{width:50%}.trending-posts-category-header-box{width:50%;font-size:.9rem;padding:.625rem .875rem}.trending-posts-category-header-line{width:50%}.stay-connected-container-category{margin-top:0!important}}.trending-post-card-category-tag{position:absolute;bottom:1rem;left:1rem;padding:.5rem 1.5rem;background-color:#3c3c3c80;border:1px solid rgba(255,255,255,.3);border-radius:50px;font-family:Ubuntu,sans-serif;font-size:.75rem;font-weight:500;letter-spacing:1px;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 8px #0000004d;cursor:pointer;transition:all .3s ease}.trending-post-card-category-tag:hover{background-color:#50505099;border-color:#ffffff80;box-shadow:0 4px 16px #0006;transform:translateY(-2px)}.trending-post-card-content{padding:1.5rem}.trending-post-card-meta{display:flex;align-items:center;gap:.8rem;font-family:Ubuntu,sans-serif;font-size:.8125rem;font-weight:400;color:#666;margin-bottom:1rem;flex-wrap:wrap}.trending-post-card-author,.trending-post-card-date,.trending-post-card-comments{font-family:Ubuntu,sans-serif;font-weight:400;color:#666}.trending-post-card-comments{display:inline-flex;align-items:center;gap:.3rem}.trending-post-card-title{font-family:Ubuntu,sans-serif;font-size:1.1rem;font-weight:500;color:#000;line-height:1.4;margin-bottom:1.5rem;margin-top:0;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:calc(1.4em * 3);transition:color .3s ease;cursor:pointer}.trending-post-card-title:hover{color:#b71a18}.trending-post-card-read-more{background-color:#ba1718;color:#fff;border:1px solid transparent;border-radius:12px;padding:.5rem 1.5rem;font-family:Ubuntu,sans-serif;font-size:.75rem;font-weight:500;cursor:pointer;transition:background-color .3s ease,color .3s ease,border .3s ease,transform .2s ease;letter-spacing:.5px;width:40%;min-width:120px}.trending-post-card-read-more:hover{background-color:#fff;color:#b71a18;border:1px solid #B71A18;transform:translateY(-1px)}.trending-post-card-read-more:active{transform:translateY(0)}@media(max-width:1024px){.trending-posts-cards-container{gap:1.5rem}.trending-post-card-image-wrapper{height:220px}.trending-post-card-title{font-size:1rem}.trending-posts-cards-category-container{gap:1.5rem}.trending-post-card-image-wrapper-category{height:220px}.trending-post-card-title-category{font-size:1rem}}@media(max-width:768px){.trending-posts-cards-container{flex-direction:column;gap:2rem}.trending-post-card{width:100%}.trending-post-card-image-wrapper{height:250px}.trending-post-card-content{padding:1.25rem}.trending-posts-cards-category-container{flex-direction:column;gap:2rem}.trending-post-card-category{width:100%}.trending-post-card-image-wrapper-category{height:250px}.trending-post-card-content-category{padding:1.25rem}}@media(max-width:480px){.trending-posts-cards-container{gap:1.5rem}.trending-post-card-image-wrapper{height:200px}.trending-post-card-content{padding:1rem}.trending-post-card-title{font-size:.95rem;margin-bottom:1rem}.trending-post-card-read-more{padding:.625rem 1.25rem;font-size:.8rem}.trending-posts-cards-category-container{gap:1.5rem}.trending-post-card-image-wrapper-category{height:200px}.trending-post-card-content-category{padding:1rem}.trending-post-card-title-category{font-size:.95rem;margin-bottom:1rem}.trending-post-card-read-more-category{padding:.625rem 1.25rem;font-size:.8rem}}@media(max-width:1024px){.articles-content-container{flex-direction:column;gap:2rem}.latest-articles-container,.stay-connected-container,.stay-connected-container-category{width:100%;margin-top:2rem}.latest-article-item{flex-direction:column}.latest-article-image-wrapper{width:100%;height:250px}}@media(max-width:768px){.articles-content-section{padding:2rem 0}.articles-content-container{padding:0 1.5rem}.latest-article-title.featured-title{font-size:1.5rem}}@media(max-width:1024px){.featured-articles-header-category .featured-articles-header-text{width:50%;font-size:1rem;padding:.75rem 1rem}.featured-articles-header-category .featured-articles-header-line{width:50%}.featured-articles-three-card-category{gap:1.5rem}}@media(max-width:768px){.featured-articles-header-category{flex-direction:column;align-items:center;gap:.5rem}.featured-articles-header-category .featured-articles-header-text{width:100%;font-size:1.4rem;padding:.625rem .875rem;text-align:center}.featured-articles-header-category .featured-articles-header-line{width:80%;height:1px}.featured-articles-three-card-category{flex-direction:column;gap:3rem}.featured-article-category-card{width:100%;padding:1.5rem 2rem;min-height:auto}.featured-article-card-title{font-size:1.25rem;margin-bottom:1.25rem}.featured-article-card-meta{font-size:.8125rem;gap:.5rem;margin-bottom:1.25rem}.featured-article-card-excerpt{font-size:.875rem;margin-bottom:1.5rem}.featured-article-card-read-more{padding:.5rem 1.25rem;font-size:.75rem}}@media(max-width:480px){.featured-articles-three-card-category{gap:3rem!important}.featured-article-category-card{padding:1.25rem 1.75rem}.featured-article-card-title{font-size:1.125rem;margin-bottom:1rem}.featured-article-card-meta{font-size:.75rem;gap:.4rem;margin-bottom:1rem}.featured-article-card-excerpt{font-size:.8125rem;margin-bottom:1.25rem}.featured-article-card-read-more{padding:.4rem 1rem;font-size:.7rem}}@media(max-width:1024px){.featured-articles-three-card-category{gap:1.5rem}.featured-article-category-card{padding:1.75rem 2.5rem}.featured-article-card-title{font-size:1.375rem}}.article-career-intent-fields{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.72fr);gap:12px;margin-top:22px}.article-career-intent-fields>*{min-width:0}.article-career-intent-card{max-height:none}.article-career-intent-card .article-matcher-question{padding:0}.article-career-intent-card .article-matcher-actions{margin-top:1.5rem}.article-career-intent-card .article-matcher-kicker,.article-university-intent-card .article-matcher-kicker{display:inline-flex;align-items:center;gap:7px}@media(max-width:1100px){.article-read-next-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-read-next-card:last-child{grid-column:1 / -1}}@media(max-width:767px){.article-career-intent-fields{grid-template-columns:1fr;margin-top:1.15rem}.article-career-select__control,.article-career-select__menu{font-size:.8rem!important}.article-read-next{padding:1.35rem;border-radius:16px}.article-read-next-heading{display:block;margin-bottom:1.25rem}.article-read-next-heading span{font-size:1.05rem}.article-read-next-heading h2{margin-top:.3rem;font-size:1.3rem;line-height:1.3}.article-read-next-heading p{margin-top:.85rem;font-size:.84rem;text-align:left}.article-read-next-grid{grid-template-columns:1fr}.article-read-next-card:last-child{grid-column:auto}.article-read-next-image{height:170px}.article-read-next-copy{padding:.95rem}.article-read-next-copy h3{min-height:3em;font-size:.9rem;line-height:1.5}.article-read-next-copy>div{margin-top:.75rem;font-size:.7rem}.article-read-next-category{font-size:.6rem}}@media(max-width:420px){.article-read-next{padding:1rem}.article-read-next-heading span{font-size:.92rem}.article-read-next-heading h2{font-size:1.15rem}.article-read-next-image{height:155px}}@media(prefers-reduced-motion:reduce){.article-read-next-card,.article-read-next-image img{transition:none;transform:none}}
