*,::before,::after{margin:0;padding:0;box-sizing:border-box}
body{font-family:'DM Sans',sans-serif;background-color:#f8f9fa;color:#2c3e50;line-height:1.6;min-height:100vh;display:flex;flex-direction:column}
.site-heado{background:linear-gradient(135deg,#daecfe99 0%,#daecfed9 100%);box-shadow:0 3px 12px #00000014}
.brand-row-v1{background-color:#179369eb;padding:12px 0;border-bottom:2px solid #9E3A10}
.brand-row-v1 .content-wrapper-box{max-width:1320px;margin:0 auto;padding:0 20px}
.company-title-main{font-size:28px;font-weight:700;color:#fff;text-align:center;letter-spacing:.5px}
.middle-tier-v2{padding:24px 0;background-color:#ffffffb3}
.middle-tier-v2 .content-wrapper-box{max-width:1320px;margin:0 auto;padding:0 20px}
.header-central-layout{display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}
.contact-block-left,.contact-block-right{display:flex;flex-direction:column;gap:10px;flex:1;min-width:200px}
.contact-block-right{align-items:flex-end}
.contact-item-v1{display:flex;align-items:center;gap:8px;font-size:14px;color:#2c3e50}
.contact-item-v1 i{color:#179369;font-size:16px}
.contact-item-v1 a{color:#2c3e50;text-decoration:none;transition:color .25s ease}
.contact-item-v1 a:hover{color:#179369}
.logo-container-v3{flex:0 0 auto}
.logo-link-wrapper{display:block;background-color:#fff;padding:8px;border:2px solid #DAECFE;box-shadow:0 2px 8px #17936926}
.site-logo-img{height:95px;width:95px;display:block;object-fit:contain}
.navigation-tier-v3{background-color:#9e3a1014;border-top:1px solid #17936933;padding:0}
.navigation-tier-v3 .content-wrapper-box{max-width:1320px;margin:0 auto;padding:0 20px}
.main-navi-list{list-style:none;display:flex;justify-content:center;gap:4px;flex-wrap:wrap}
.navi-item-v2{flex:0 0 auto}
.navi-link-main{display:block;padding:16px 28px;color:#2c3e50;text-decoration:none;font-weight:500;font-size:15px;transition:background-color .25s ease,color .25s ease;cursor:pointer}
.navi-link-main:hover{background-color:#1793691f;color:#179369}
.main-content-area{flex:1}
.site-foot-v1{background:linear-gradient(180deg,#179369f2 0%,#179369ff 100%);color:#fff;padding:50px 0 20px;margin-top:60px}
.footer-wrapper-box{max-width:1320px;margin:0 auto;padding:0 20px}
.footer-content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}
.footer-column-v1 h3.footer-heading-v2{font-size:22px;font-weight:700;margin-bottom:16px;color:#DAECFE}
.footer-column-v1 h4.footer-subhead-v3{font-size:18px;font-weight:700;margin-bottom:14px;color:#DAECFE}
.footer-description-text{font-size:14px;line-height:1.7;color:#ffffffe6}
.footer-links-list{list-style:none}
.footer-link-item-v1{margin-bottom:10px}
.footer-link-item-v1 a{color:#ffffffd9;text-decoration:none;font-size:14px;transition:color .25s ease;cursor:pointer}
.footer-link-item-v1 a:hover{color:#DAECFE}
.footer-contact-info{list-style:none}
.contact-detail-v2{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:14px;color:#ffffffe6}
.contact-detail-v2 i{color:#DAECFE;font-size:16px;margin-top:2px}
.contact-detail-v2 a{color:#ffffffd9;text-decoration:none;transition:color .25s ease}
.contact-detail-v2 a:hover{color:#DAECFE}
.footer-bottom-bar{border-top:1px solid #daecfe4d;padding-top:20px;text-align:center}
.copyright-text-v1{font-size:13px;color:#ffffffbf}
.cookie-popup-v1{position:fixed;top:20px;right:20px;background-color:#fff;border:2px solid #DAECFE;box-shadow:0 8px 24px #0000002e;max-width:420px;z-index:9999;animation:slideInFromTop .4s ease-out}
.cookie-popup-v1[data-showing="false"]{animation:slideOutToTop .35s ease-in forwards}
@keyframes slideInFromTop {
from{transform:translateY(-120%);opacity:0}
to{transform:translateY(0);opacity:1}
}
@keyframes slideOutToTop {
from{transform:translateY(0);opacity:1}
to{transform:translateY(-120%);opacity:0}
}
.cookie-tabs-container{padding:24px}
.cookie-tab-buttons{display:flex;gap:0;margin-bottom:18px;border-bottom:2px solid #DAECFE}
.cookie-tab-butt{flex:1;background-color:transparent;border:none;padding:10px 16px;font-family:'DM Sans',sans-serif;font-size:14px;font-weight:500;color:#2c3e50;cursor:pointer;transition:background-color .25s ease;border-bottom:3px solid transparent}
.cookie-tab-butt.active-tab-v1{border-bottom-color:#179369;color:#179369}
.cookie-tab-butt:hover{background-color:#daecfe4d}
.cookie-tab-content{display:none}
.cookie-tab-content.showing{display:block}
.cookie-head-v2{font-size:18px;font-weight:700;color:#2c3e50;margin-bottom:12px}
.cookie-description-v1,.cookie-detail-text{font-size:14px;line-height:1.6;color:#555;margin-bottom:16px}
.privacy-options-v1{margin:16px 0}
.checkbox-label-v2{display:flex;align-items:center;gap:10px;font-size:13px;color:#2c3e50;cursor:pointer}
.privacy-checkbox{width:18px;height:18px;cursor:pointer}
.cookie-policy-link-v1{display:inline-block;color:#179369;text-decoration:none;font-size:13px;font-weight:500;margin-top:8px;transition:color .25s ease}
.cookie-policy-link-v1:hover{color:#9E3A10}
.cookie-actions-v3{display:flex;gap:12px;margin-top:20px}
.cookie-butt{flex:1;padding:11px 20px;border:none;font-family:'DM Sans',sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .25s ease,transform .15s ease}
.accept-butt-v2{background-color:#179369;color:#fff}
.accept-butt-v2:hover{background-color:#126b51}
.decline-butt-v2{background-color:#9E3A10;color:#fff}
.decline-butt-v2:hover{background-color:#7d2e0d}
.cookie-butt:active{transform:scale(0.97)}
@media (max-width: 768px) {
.company-title-main{font-size:22px}
.header-central-layout{flex-direction:column;align-items:center;text-align:center}
.contact-block-left,.contact-block-right{align-items:center;width:100%}
.site-logo-img{height:75px;width:75px}
.main-navi-list{flex-direction:column;gap:0}
.navi-link-main{text-align:center;padding:14px 20px;border-bottom:1px solid #daecfe4d}
.footer-content-grid{grid-template-columns:1fr;gap:30px}
.cookie-popup-v1{right:10px;left:10px;max-width:none}
}
@media (max-width: 375px) {
.brand-row-v1{padding:8px 0}
.company-title-main{font-size:19px}
.contact-item-v1{font-size:12px}
.site-logo-img{height:65px;width:65px}
}
@media (min-width: 1366px) {
.company-title-main{font-size:32px}
.site-logo-img{height:110px;width:110px}
.navi-link-main{font-size:16px;padding:18px 32px}
}
.agreement-block{max-width:1320px;margin:0 auto;padding:80px 20px;background:#fff}
.agreement-block h1{font-size:42px;line-height:1.2;color:#1a1a1a;margin:0 0 32px;font-weight:700;letter-spacing:-.5px}
.agreement-block h2{font-size:32px;line-height:1.3;color:#2a2a2a;margin:56px 0 24px;font-weight:600;letter-spacing:-.3px}
.agreement-block h3{font-size:24px;line-height:1.4;color:#3a3a3a;margin:40px 0 20px;font-weight:600}
.agreement-block h4{font-size:20px;line-height:1.4;color:#4a4a4a;margin:32px 0 16px;font-weight:600}
.agreement-block h5{font-size:18px;line-height:1.5;color:#5a5a5a;margin:28px 0 14px;font-weight:600}
.agreement-block h6{font-size:16px;line-height:1.5;color:#6a6a6a;margin:24px 0 12px;font-weight:600}
.agreement-block p{font-size:16px;line-height:1.8;color:#4a4a4a;margin:0 0 20px;font-weight:400}
.agreement-block ul{margin:0 0 24px;padding:0 0 0 28px;list-style-type:disc}
.agreement-block ol{margin:0 0 24px;padding:0 0 0 28px;list-style-type:decimal}
.agreement-block li{font-size:16px;line-height:1.8;color:#4a4a4a;margin:0 0 12px;padding-left:8px}
.agreement-block ul ul{margin:12px 0;padding-left:28px;list-style-type:circle}
.agreement-block ol ol{margin:12px 0;padding-left:28px;list-style-type:lower-alpha}
.agreement-block ul li:last-child,.agreement-block ol li:last-child{margin-bottom:0}
.agreement-block strong,.agreement-block b{font-weight:700;color:#2a2a2a}
.agreement-block a{color:#179369;text-decoration:none;border-bottom:1px solid #1793694d;transition:all .3s ease;cursor:pointer}
.agreement-block a:hover{color:#9E3A10;border-bottom-color:#9e3a1080}
.agreement-block a:active{color:#7a2d0c}
.agreement-block table{width:100%;border-collapse:collapse;margin:32px 0;background:#fff;border:1px solid #e0e0e0;box-shadow:0 2px 6px #0000000d}
.agreement-block thead{background:#daecfe66}
.agreement-block thead tr{border-bottom:2px solid #179369}
.agreement-block tbody tr{border-bottom:1px solid #e8e8e8;transition:background .2s ease}
.agreement-block tbody tr:hover{background:#daecfe33}
.agreement-block tbody tr:last-child{border-bottom:none}
.agreement-block th{font-size:15px;line-height:1.5;color:#1a1a1a;font-weight:700;text-align:left;padding:16px 20px}
.agreement-block td{font-size:15px;line-height:1.7;color:#4a4a4a;padding:14px 20px;vertical-align:top}
.agreement-block div{margin:0}
@media screen and (max-width: 1366px) {
.agreement-block{padding:60px 30px}
.agreement-block h1{font-size:38px;margin-bottom:28px}
.agreement-block h2{font-size:28px;margin:48px 0 20px}
.agreement-block h3{font-size:22px}
}
@media screen and (max-width: 768px) {
.agreement-block{padding:40px 20px}
.agreement-block h1{font-size:32px;margin-bottom:24px}
.agreement-block h2{font-size:24px;margin:40px 0 18px}
.agreement-block h3{font-size:20px;margin:32px 0 16px}
.agreement-block h4{font-size:18px}
.agreement-block h5{font-size:16px}
.agreement-block h6{font-size:15px}
.agreement-block p,.agreement-block li{font-size:15px;line-height:1.75}
.agreement-block ul,.agreement-block ol{padding-left:24px}
.agreement-block table{font-size:14px;margin:24px 0}
.agreement-block th,.agreement-block td{padding:12px 14px;font-size:14px}
}
@media screen and (max-width: 375px) {
.agreement-block{padding:32px 16px}
.agreement-block h1{font-size:28px;margin-bottom:20px}
.agreement-block h2{font-size:22px;margin:36px 0 16px}
.agreement-block h3{font-size:18px;margin:28px 0 14px}
.agreement-block p,.agreement-block li{font-size:14px}
.agreement-block ul,.agreement-block ol{padding-left:20px}
.agreement-block table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.agreement-block th,.agreement-block td{padding:10px 12px;font-size:13px;min-width:120px}
}
.promo-hero-v1{background:linear-gradient(135deg,#DAECFE 0%,#17936926 100%);padding:100px 20px 80px;position:relative;overflow:hidden}
.promo-hero-v1::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#9e3a1014 0%,transparent 70%);animation:slowPulse 15s ease-in-out infinite}
@keyframes slowPulse {
0%,100%{transform:scale(1) translateY(0);opacity:.6}
50%{transform:scale(1.2) translateY(-30px);opacity:.3}
}
.hero-inner-box{max-width:1320px;margin:0 auto;position:relative;z-index:2}
.hero-inner-box .main-titulo{font-size:48px;line-height:1.2;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.hero-inner-box .desc-texto{font-size:19px;line-height:1.6;color:#2d2d2d;margin:0 0 35px;max-width:680px}
.dual-butt-wrapper{display:flex;gap:16px;flex-wrap:wrap}
.dual-butt-wrapper .cta-primary-v2{background:#179369;color:#fff;padding:14px 32px;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 4px 12px #17936933}
.dual-butt-wrapper .cta-primary-v2:hover{background:#146b55;box-shadow:0 6px 16px #1793694d;transform:translateY(-2px)}
.dual-butt-wrapper .cta-outline-v1{background:transparent;color:#179369;padding:14px 32px;border:2px solid #179369;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s ease}
.dual-butt-wrapper .cta-outline-v1:hover{background:#179369;color:#fff;transform:translateY(-2px)}
.course-grid-section{padding:90px 20px;background:#fff}
.grid-contain-box{max-width:1320px;margin:0 auto}
.grid-contain-box .section-label{font-size:36px;line-height:1.3;color:#1a1a1a;margin:0 0 50px;font-weight:700;text-align:center}
.course-cards-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.course-item-card{background:#f8f9fa;border-radius:3px;overflow:hidden;transition:all .3s ease;border:1px solid #e0e0e0}
.course-item-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #0000001a}
.course-item-card .card-img-wrapper{width:100%;height:220px;overflow:hidden}
.course-item-card .card-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.course-item-card:hover .card-img-wrapper img{transform:scale(1.08)}
.course-item-card .card-content-zone{padding:24px}
.course-item-card .card-titulo{font-size:22px;line-height:1.3;color:#1a1a1a;margin:0 0 12px;font-weight:600}
.course-item-card .card-description{font-size:15px;line-height:1.6;color:#4a4a4a;margin:0 0 18px}
.course-item-card .card-meta-info{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#666;margin-bottom:18px}
.course-item-card .enroll-butt-v1{background:#9E3A10;color:#fff;padding:10px 22px;border:none;border-radius:3px;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s ease;width:100%;text-align:center}
.course-item-card .enroll-butt-v1:hover{background:#7d2e0d;box-shadow:0 4px 12px #9e3a104d}
.timeline-block-v2{padding:85px 20px;background:linear-gradient(180deg,#f5f5f5 0%,#fff 100%)}
.timeline-wrapper-box{max-width:1320px;margin:0 auto}
.timeline-wrapper-box .heading-text-v3{font-size:34px;line-height:1.3;color:#1a1a1a;margin:0 0 60px;font-weight:700;text-align:center}
.timeline-steps-holder{display:flex;justify-content:space-between;gap:40px;position:relative}
.timeline-steps-holder::before{content:'';position:absolute;top:40px;left:60px;right:60px;height:3px;background:linear-gradient(90deg,#179369 0%,#9E3A10 100%);z-index:1}
.step-item-box{flex:1;text-align:center;position:relative;z-index:2}
.step-item-box .step-number-circle{width:80px;height:80px;border-radius:50%;background:#DAECFE;border:4px solid #179369;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#179369;margin:0 auto 20px;box-shadow:0 4px 16px #17936933}
.step-item-box .step-titulo-v1{font-size:20px;line-height:1.3;color:#1a1a1a;margin:0 0 10px;font-weight:600}
.step-item-box .step-desc-text{font-size:15px;line-height:1.5;color:#555;margin:0}
.testimonial-section-v3{padding:80px 20px;background:#fff}
.testimonial-contain{max-width:1320px;margin:0 auto}
.testimonial-grid-asymmetric{display:grid;grid-template-columns:1fr 2fr;gap:50px;align-items:center}
.profile-side-box{text-align:center}
.profile-side-box .profile-img-frame{width:180px;height:180px;border-radius:50%;overflow:hidden;margin:0 auto 24px;border:5px solid #DAECFE;box-shadow:0 8px 20px #0000001a}
.profile-side-box .profile-img-frame img{width:100%;height:100%;object-fit:cover}
.profile-side-box .profile-name-v2{font-size:22px;line-height:1.3;color:#1a1a1a;margin:0 0 6px;font-weight:600}
.profile-side-box .profile-role-label{font-size:15px;color:#666;margin:0}
.quote-content-area{position:relative}
.quote-content-area::before{content:'"';position:absolute;top:-30px;left:-10px;font-size:120px;color:#17936926;font-family:serif;line-height:1}
.quote-content-area .quote-titulo{font-size:28px;line-height:1.4;color:#1a1a1a;margin:0 0 20px;font-weight:600;position:relative}
.quote-content-area .quote-text-body{font-size:17px;line-height:1.7;color:#3a3a3a;margin:0}
.cta-final-block-v1{padding:100px 20px;background:linear-gradient(135deg,#1793691a 0%,#daecfe99 100%);position:relative}
.cta-final-block-v1::after{content:'';position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(180deg,transparent 0%,#9e3a100d 100%);pointer-events:none}
.cta-inner-wrapper{max-width:1320px;margin:0 auto;text-align:center;position:relative;z-index:2}
.cta-inner-wrapper .cta-main-heading{font-size:42px;line-height:1.3;color:#1a1a1a;margin:0 0 18px;font-weight:700}
.cta-inner-wrapper .cta-subheading-text{font-size:19px;line-height:1.6;color:#2d2d2d;margin:0 0 40px;max-width:700px;margin-left:auto;margin-right:auto}
.cta-inner-wrapper .cta-action-butt-v3{background:#179369;color:#fff;padding:16px 44px;border:none;border-radius:4px;font-size:18px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 6px 18px #1793694d}
.cta-inner-wrapper .cta-action-butt-v3:hover{background:#146b55;box-shadow:0 8px 24px #17936966;transform:translateY(-3px)}
@media (max-width: 1366px) {
.promo-hero-v1{padding:80px 20px 60px}
.hero-inner-box .main-titulo{font-size:42px}
.course-cards-layout{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.promo-hero-v1{padding:60px 20px 50px}
.hero-inner-box .main-titulo{font-size:34px}
.hero-inner-box .desc-texto{font-size:17px}
.dual-butt-wrapper{flex-direction:column}
.dual-butt-wrapper .cta-primary-v2,.dual-butt-wrapper .cta-outline-v1{width:100%;text-align:center}
.course-cards-layout{grid-template-columns:1fr}
.timeline-steps-holder{flex-direction:column}
.timeline-steps-holder::before{left:40px;right:auto;top:80px;bottom:80px;width:3px;height:auto;background:linear-gradient(180deg,#179369 0%,#9E3A10 100%)}
.step-item-box{text-align:left;padding-left:110px}
.step-item-box .step-number-circle{position:absolute;left:0;margin:0}
.testimonial-grid-asymmetric{grid-template-columns:1fr;gap:30px}
.cta-inner-wrapper .cta-main-heading{font-size:32px}
}
@media (max-width: 375px) {
.hero-inner-box .main-titulo{font-size:28px}
.grid-contain-box .section-label{font-size:28px}
.course-item-card .card-img-wrapper{height:180px}
.quote-content-area::before{font-size:80px;top:-20px}
}
.title-hero-wrap{position:relative;overflow:hidden;padding:90px 0 70px;background:linear-gradient(135deg,#DAECFE 0%,#daecfe66 100%)}
.title-hero-wrap::before{content:'';position:absolute;right:0;top:0;width:58%;height:100%;background-image:url(./illustrations/revised-projects.jpg);background-size:cover;background-position:center;opacity:.92;z-index:1}
.hero-content-container{max-width:1320px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.hero-intro-box{max-width:540px;background:#fffffff5;padding:48px 42px;border-radius:4px;box-shadow:0 8px 22px #0000001c}
.hero-intro-box h1{font-size:2.6rem;line-height:1.25;color:#1a1a1a;margin:0 0 22px;font-weight:700}
.hero-intro-box p{font-size:1.08rem;line-height:1.7;color:#4a4a4a;margin:0}
.pathway-section-v2{padding:85px 0;background:#fff}
.pathway-wrap-container{max-width:1320px;margin:0 auto;padding:0 20px}
.pathway-section-v2 h2{font-size:2.1rem;color:#2a2a2a;margin:0 0 16px;font-weight:600}
.pathway-section-v2 .intro-text-block{font-size:1.05rem;line-height:1.68;color:#5a5a5a;margin:0 0 52px;max-width:820px}
.pathway-grid-display{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.pathway-card-item{background:linear-gradient(145deg,#f9f9f9 0%,#fff 100%);border:1px solid #e0e0e0;border-radius:3px;padding:38px 28px;transition:all .28s ease;position:relative}
.pathway-card-item:hover{transform:translateY(-4px);box-shadow:0 12px 26px #17936924;border-color:#179369}
.pathway-card-item .icon-holder-v1{width:64px;height:64px;background:linear-gradient(135deg,#179369 0%,#1bad7e 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 24px}
.pathway-card-item .icon-holder-v1 i{font-size:28px;color:#fff}
.pathway-card-item h3{font-size:1.35rem;color:#2a2a2a;margin:0 0 14px;font-weight:600}
.pathway-card-item p{font-size:.98rem;line-height:1.65;color:#666;margin:0}
.expertise-showcase-section{padding:78px 0;background:#f4f9fb;position:relative}
.expertise-showcase-section::after{content:'';position:absolute;left:0;bottom:0;width:100%;height:3px;background:linear-gradient(90deg,#DAECFE 0%,#179369 50%,#9E3A10 100%)}
.expertise-content-wrap{max-width:1320px;margin:0 auto;padding:0 20px}
.expertise-layout-grid{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}
.expertise-text-column h2{font-size:2rem;color:#2a2a2a;margin:0 0 18px;font-weight:600}
.expertise-text-column .description-block-v1{font-size:1.04rem;line-height:1.7;color:#5a5a5a;margin:0 0 36px}
.expertise-checklist-v2{list-style:none;padding:0;margin:0 0 38px}
.expertise-checklist-v2 li{position:relative;padding:0 0 0 38px;margin:0 0 18px;font-size:1.02rem;line-height:1.6;color:#4a4a4a}
.expertise-checklist-v2 li::before{content:'';position:absolute;left:0;top:5px;width:20px;height:20px;background:#179369;border-radius:50%;display:flex;align-items:center;justify-content:center}
.expertise-checklist-v2 li::after{content:'✓';position:absolute;left:6px;top:3px;color:#fff;font-size:13px;font-weight:700}
.expertise-cta-button-v1{display:inline-block;padding:14px 36px;background:linear-gradient(135deg,#9E3A10 0%,#c24813 100%);color:#fff;text-decoration:none;border-radius:3px;font-size:1.04rem;font-weight:600;transition:all .26s ease;box-shadow:0 4px 14px #9e3a1038;cursor:pointer;position:relative;z-index:10}
.expertise-cta-button-v1:hover{transform:translateY(-2px);box-shadow:0 8px 20px #9e3a104d;background:linear-gradient(135deg,#b64312 0%,#d95416 100%);color:#fff}
.expertise-image-column{position:relative}
.expertise-image-main{width:100%;height:auto;border-radius:4px;box-shadow:0 10px 32px #0000001f}
.team-profiles-section{padding:80px 0;background:#fff}
.team-wrapper-container{max-width:1320px;margin:0 auto;padding:0 20px}
.team-profiles-section h2{font-size:2.05rem;color:#2a2a2a;margin:0 0 52px;text-align:center;font-weight:600}
.team-grid-layout-v3{display:grid;grid-template-columns:repeat(2,1fr);gap:46px;max-width:960px;margin:0 auto}
.team-member-card-v1{background:#fafafa;border-radius:4px;overflow:hidden;box-shadow:0 6px 18px #00000014;transition:all .3s ease;position:relative}
.team-member-card-v1:hover{box-shadow:0 12px 28px #00000024;transform:translateY(-3px)}
.team-photo-container{width:100%;height:280px;overflow:hidden;position:relative}
.team-photo-image{width:100%;height:100%;object-fit:cover;object-position:center}
.team-info-box-v2{padding:28px 26px;background:#fff}
.team-info-box-v2 h3{font-size:1.28rem;color:#2a2a2a;margin:0 0 8px;font-weight:600}
.team-role-label{font-size:.96rem;color:#179369;margin:0 0 14px;font-weight:500}
.team-info-box-v2 p{font-size:.97rem;line-height:1.62;color:#5a5a5a;margin:0}
@media screen and (max-width: 1366px) {
.pathway-grid-display{grid-template-columns:repeat(3,1fr);gap:28px}
.expertise-layout-grid{gap:46px}
}
@media screen and (max-width: 768px) {
.title-hero-wrap{padding:60px 0 50px}
.title-hero-wrap::before{width:100%;opacity:.15}
.hero-intro-box{max-width:100%;padding:36px 28px}
.hero-intro-box h1{font-size:2rem;margin-bottom:18px}
.hero-intro-box p{font-size:1rem}
.pathway-section-v2{padding:60px 0}
.pathway-section-v2 h2{font-size:1.75rem;margin-bottom:14px}
.pathway-section-v2 .intro-text-block{margin-bottom:38px}
.pathway-grid-display{grid-template-columns:1fr;gap:24px}
.expertise-showcase-section{padding:60px 0}
.expertise-layout-grid{grid-template-columns:1fr;gap:38px}
.expertise-text-column h2{font-size:1.7rem}
.team-profiles-section{padding:60px 0}
.team-profiles-section h2{font-size:1.75rem;margin-bottom:38px}
.team-grid-layout-v3{grid-template-columns:1fr;gap:32px}
}
@media screen and (max-width: 375px) {
.hero-intro-box{padding:28px 22px}
.hero-intro-box h1{font-size:1.75rem}
.pathway-card-item{padding:30px 22px}
.expertise-cta-button-v1{padding:12px 28px;font-size:.98rem}
}
.hero-cts-v1{background:linear-gradient(135deg,#DAECFE 0%,#daecfeb3 100%);padding:90px 20px 70px;position:relative;overflow:hidden}
.hero-cts-v1::before{content:'';position:absolute;top:0;right:0;width:450px;height:450px;background:radial-gradient(circle,#17936914 0%,transparent 70%);border-radius:50%;transform:translate(30%,-30%)}
.hero-cts-v1::after{content:'';position:absolute;bottom:-50px;left:-50px;width:300px;height:300px;background:radial-gradient(circle,#9e3a100f 0%,transparent 65%);border-radius:50%}
.hero-wrap-cts{max-width:1320px;margin:0 auto;position:relative;z-index:2}
.hero-cts-v1 .grid-x{align-items:center}
.hero-txt-cts{padding-right:40px}
.hero-cts-v1 h1.main-title-cts{font-size:48px;line-height:1.2;color:#179369;margin-bottom:24px;font-weight:700}
.hero-cts-v1 .description-cts{font-size:19px;line-height:1.6;color:#333;margin-bottom:0}
.hero-image-cts{position:relative}
.hero-image-cts img{width:100%;height:380px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #17936926;opacity:.85;filter:grayscale(15%)}
.hero-image-cts::before{content:'';position:absolute;top:-12px;left:-12px;right:12px;bottom:12px;border:2px solid #17936933;border-radius:8px;pointer-events:none}
.contact-main-sec{padding:80px 20px;background:#fff}
.contact-wrapper-main{max-width:1320px;margin:0 auto}
.contact-main-sec .grid-x{align-items:flex-start}
.contact-info-area{padding-right:50px}
.contact-info-area h2.section-header-v2{font-size:36px;line-height:1.3;color:#179369;margin-bottom:20px;font-weight:600}
.contact-info-area .intro-txt-v2{font-size:17px;line-height:1.7;color:#555;margin-bottom:40px}
.info-item-box{margin-bottom:32px;padding-left:50px;position:relative}
.info-item-box::before{content:'';position:absolute;left:0;top:4px;width:38px;height:38px;background:linear-gradient(135deg,#DAECFE 0%,#daecfe99 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}
.info-item-box.phone-info::before{content:'📞';font-size:18px;display:flex;align-items:center;justify-content:center;line-height:38px}
.info-item-box.email-info::before{content:'✉';font-size:18px;display:flex;align-items:center;justify-content:center;line-height:38px}
.info-item-box.address-info::before{content:'📍';font-size:18px;display:flex;align-items:center;justify-content:center;line-height:38px}
.info-item-box h3.info-label-v1{font-size:14px;text-transform:uppercase;letter-spacing:1px;color:#9E3A10;margin-bottom:6px;font-weight:600}
.info-item-box .info-value-v1{font-size:18px;color:#333;line-height:1.5}
.info-item-box .info-value-v1 a{color:#179369;text-decoration:none;transition:color .3s ease}
.info-item-box .info-value-v1 a:hover{color:#9E3A10}
.form-area-cts{background:linear-gradient(135deg,#daecfe4d 0%,#daecfe26 100%);padding:50px 45px;border-radius:6px;box-shadow:0 4px 16px #00000014}
.form-area-cts h3.form-heading-v3{font-size:28px;color:#179369;margin-bottom:12px;font-weight:600}
.form-area-cts .form-sub-text{font-size:16px;color:#666;margin-bottom:32px;line-height:1.5}
.contact-form-cts .input-field-v1{margin-bottom:24px}
.contact-form-cts label.label-txt-v1{display:block;font-size:15px;color:#333;margin-bottom:8px;font-weight:500}
.contact-form-cts input[type="text"],.contact-form-cts input[type="email"]{width:100%;padding:14px 16px;border:2px solid #DAECFE;border-radius:4px;font-size:16px;color:#333;background:#fff;transition:border-color .3s ease,box-shadow .3s ease}
.contact-form-cts input[type="text"]:focus,.contact-form-cts input[type="email"]:focus{outline:none;border-color:#179369;box-shadow:0 0 0 3px #1793691a}
.radio-group-v2{margin-bottom:28px}
.radio-group-v2 .label-txt-v1{display:block;font-size:15px;color:#333;margin-bottom:14px;font-weight:500}
.radio-options-wrapper{display:flex;flex-direction:column;gap:12px}
.radio-item-v2{position:relative;display:flex;align-items:center}
.radio-item-v2 input[type="radio"]{position:absolute;opacity:0;cursor:pointer}
.radio-item-v2 .radio-label-visual{display:flex;align-items:center;cursor:pointer;font-size:16px;color:#555;padding:12px 18px;border:2px solid #DAECFE;border-radius:4px;width:100%;transition:all .3s ease;background:#fff}
.radio-item-v2 .radio-label-visual::before{content:'';width:20px;height:20px;border:2px solid #179369;border-radius:50%;margin-right:12px;flex-shrink:0;transition:all .3s ease;background:#fff}
.radio-item-v2 input[type="radio"]:checked + .radio-label-visual{border-color:#179369;background:#1793690d}
.radio-item-v2 input[type="radio"]:checked + .radio-label-visual::before{border-width:6px;border-color:#179369}
.radio-item-v2 .radio-label-visual:hover{border-color:#179369}
.privacy-check-wrapper{margin-bottom:28px;display:flex;align-items:flex-start}
.privacy-check-wrapper input[type="checkbox"]{width:20px;height:20px;margin-right:10px;margin-top:2px;cursor:pointer;flex-shrink:0;accent-color:#179369}
.privacy-check-wrapper .privacy-txt-v1{font-size:14px;color:#666;line-height:1.6}
.privacy-check-wrapper .privacy-txt-v1 a{color:#179369;text-decoration:underline;transition:color .3s ease}
.privacy-check-wrapper .privacy-txt-v1 a:hover{color:#9E3A10}
.submit-butt-v1{background:linear-gradient(135deg,#179369 0%,#0f6b4e 100%);color:#fff;padding:16px 48px;border:none;border-radius:4px;font-size:17px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #1793694d;width:100%}
.submit-butt-v1:hover{background:linear-gradient(135deg,#0f6b4e 0%,#179369 100%);box-shadow:0 6px 18px #17936966;transform:translateY(-2px)}
.submit-butt-v1:active{transform:translateY(0)}
.support-hours-sec{padding:70px 20px;background:linear-gradient(180deg,#daecfe66 0%,#daecfe26 100%);position:relative}
.support-hours-sec::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#179369 50%,transparent 100%)}
.support-wrap-v3{max-width:1320px;margin:0 auto;text-align:center}
.support-hours-sec h2.timing-header-v1{font-size:32px;color:#179369;margin-bottom:18px;font-weight:600}
.support-hours-sec .timing-description{font-size:17px;color:#555;line-height:1.7;margin-bottom:40px;max-width:720px;margin-left:auto;margin-right:auto}
.hours-grid-v1{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;max-width:900px;margin:0 auto}
.hour-card-v1{background:#fff;padding:32px 28px;border-radius:6px;box-shadow:0 3px 12px #00000012;border-left:4px solid #179369;transition:all .3s ease}
.hour-card-v1:hover{box-shadow:0 6px 20px #17936926;transform:translateY(-4px)}
.hour-card-v1 h3.day-label-v1{font-size:18px;color:#9E3A10;margin-bottom:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.hour-card-v1 .time-txt-v1{font-size:22px;color:#333;font-weight:500}
.hour-card-v1.weekend-card{border-left-color:#DAECFE;opacity:.85}
.hour-card-v1.weekend-card .time-txt-v1{color:#666;font-size:19px}
@media screen and (max-width: 768px) {
.hero-cts-v1{padding:60px 20px 50px}
.hero-cts-v1 h1.main-title-cts{font-size:36px;margin-bottom:18px}
.hero-cts-v1 .description-cts{font-size:17px;margin-bottom:28px}
.hero-txt-cts{padding-right:0;margin-bottom:32px}
.hero-image-cts img{height:280px}
.contact-main-sec{padding:60px 20px}
.contact-info-area{padding-right:0;margin-bottom:40px}
.contact-info-area h2.section-header-v2{font-size:30px}
.form-area-cts{padding:35px 25px}
.form-area-cts h3.form-heading-v3{font-size:24px}
.support-hours-sec{padding:50px 20px}
.support-hours-sec h2.timing-header-v1{font-size:28px}
.hours-grid-v1{gap:20px}
}
@media screen and (max-width: 375px) {
.hero-cts-v1 h1.main-title-cts{font-size:30px}
.hero-image-cts img{height:220px}
.info-item-box{padding-left:45px}
.form-area-cts{padding:28px 20px}
.submit-butt-v1{padding:14px 32px;font-size:16px}
}
.hero-wrap-v2{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:0}
.hero-wrap-v2 .bg-blur-layer{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(./illustrations/memberscover-2025_07.jpg);background-size:cover;background-position:center;filter:blur(8px) brightness(0.7) sepia(0.2)}
.hero-wrap-v2::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#daecfe99 0%,#17936980 100%);mix-blend-mode:overlay;pointer-events:none}
.hero-wrap-v2 .noise-texture{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.15'/%3E%3C/svg%3E");opacity:.4;pointer-events:none}
.hero-wrap-v2 .heado-content-box{position:relative;z-index:2;text-align:center;max-width:880px;padding:48px 24px;background:#ffffff26;backdrop-filter:blur(12px);border:1px solid #fff3;border-radius:4px;box-shadow:0 8px 32px #0000002e}
.hero-wrap-v2 .main-heado-v1{font-size:52px;font-weight:700;color:#fff;margin:0;line-height:1.2;text-shadow:0 2px 12px #0000004d}
@media screen and (max-width: 768px) {
.hero-wrap-v2{min-height:320px}
.hero-wrap-v2 .heado-content-box{padding:32px 20px}
.hero-wrap-v2 .main-heado-v1{font-size:36px}
}
.program-showcase-section{padding:92px 0 88px;background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%);position:relative}
.program-showcase-section::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:88%;height:3px;background:linear-gradient(90deg,transparent 0%,#DAECFE 25%,#179369 50%,#DAECFE 75%,transparent 100%)}
.program-showcase-section .content-limiter{max-width:1320px;margin:0 auto;padding:0 24px}
.program-showcase-section .intro-wrapper{max-width:720px;margin-bottom:68px}
.program-showcase-section .section-label-v2{display:inline-block;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;color:#179369;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #179369}
.program-showcase-section .intro-heado{font-size:38px;font-weight:700;color:#1a1a1a;margin:0 0 24px;line-height:1.3}
.program-showcase-section .intro-text-v1{font-size:17px;line-height:1.7;color:#4a4a4a;margin-bottom:18px}
.program-showcase-section .course-grid-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.program-showcase-section .course-card-v3{background:#fff;border-radius:3px;box-shadow:0 2px 8px #0000000f;transition:all .3s ease;overflow:hidden;position:relative}
.program-showcase-section .course-card-v3::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#DAECFE 0%,#179369 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.program-showcase-section .course-card-v3:hover{box-shadow:0 8px 24px #17936926;transform:translateY(-4px)}
.program-showcase-section .course-card-v3:hover::before{transform:scaleX(1)}
.program-showcase-section .card-inner-v1{padding:32px 28px}
.program-showcase-section .course-icon-holder{width:64px;height:64px;background:linear-gradient(135deg,#daecfecc 0%,#17936933 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.program-showcase-section .course-icon-holder svg{width:32px;height:32px}
.program-showcase-section .course-title-v2{font-size:22px;font-weight:600;color:#1a1a1a;margin:0 0 14px;line-height:1.3}
.program-showcase-section .course-desc-v1{font-size:15px;line-height:1.6;color:#5a5a5a;margin-bottom:20px}
.program-showcase-section .course-meta-box{display:flex;gap:20px;padding-top:18px;border-top:1px solid #e8e8e8}
.program-showcase-section .meta-item-v1{display:flex;align-items:center;gap:8px;font-size:14px;color:#6a6a6a}
.program-showcase-section .meta-item-v1 svg{width:18px;height:18px;fill:#179369}
@media screen and (max-width: 1366px) {
.program-showcase-section .course-grid-wrapper{grid-template-columns:repeat(2,1fr);gap:32px}
}
@media screen and (max-width: 768px) {
.program-showcase-section{padding:64px 0}
.program-showcase-section .intro-heado{font-size:30px}
.program-showcase-section .course-grid-wrapper{grid-template-columns:1fr;gap:28px}
}
.testimonial-section-v2{padding:86px 0;background:#fff;position:relative;overflow:hidden}
.testimonial-section-v2::after{content:'';position:absolute;bottom:0;right:0;width:320px;height:320px;background:radial-gradient(circle,#daecfe4d 0%,transparent 70%);pointer-events:none}
.testimonial-section-v2 .content-limiter{max-width:1320px;margin:0 auto;padding:0 24px}
.testimonial-section-v2 .testi-heado-wrapper{text-align:center;margin-bottom:64px}
.testimonial-section-v2 .testi-main-title{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.3}
.testimonial-section-v2 .testi-subtitle-v1{font-size:16px;color:#6a6a6a;max-width:620px;margin:0 auto;line-height:1.6}
.testimonial-section-v2 .testimonials-holder{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:42px;align-items:start}
.testimonial-section-v2 .testi-card-box{background:#fafafa;padding:38px 32px;border-radius:5px;border-left:5px solid #179369;box-shadow:0 4px 16px #0000000a;transition:all .3s ease;position:relative}
.testimonial-section-v2 .testi-card-box:hover{box-shadow:0 8px 28px #0000001a;border-left-color:#9E3A10}
.testimonial-section-v2 .quote-mark-v1{position:absolute;top:24px;right:28px;font-size:56px;line-height:1;color:#daecfe99;font-family:Georgia,serif}
.testimonial-section-v2 .testi-text-content{font-size:15px;line-height:1.7;color:#3a3a3a;margin-bottom:28px;position:relative;z-index:1}
.testimonial-section-v2 .testi-author-section{display:flex;align-items:center;gap:18px}
.testimonial-section-v2 .author-img-wrapper{width:58px;height:58px;border-radius:50%;overflow:hidden;border:3px solid #DAECFE;flex-shrink:0}
.testimonial-section-v2 .author-img-wrapper img{width:100%;height:100%;object-fit:cover}
.testimonial-section-v2 .author-info-v2{flex:1}
.testimonial-section-v2 .author-name-v1{font-size:17px;font-weight:600;color:#1a1a1a;margin:0 0 4px}
.testimonial-section-v2 .author-role-v1{font-size:14px;color:#179369}
@media screen and (max-width: 768px) {
.testimonial-section-v2{padding:64px 0}
.testimonial-section-v2 .testi-main-title{font-size:28px}
.testimonial-section-v2 .testimonials-holder{grid-template-columns:1fr;gap:32px}
}
.enrollment-cta-section{padding:76px 0 82px;background:linear-gradient(135deg,#DAECFE 0%,#17936926 100%);position:relative}
.enrollment-cta-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0l2 2-2 2-2-2zm0 56l2 2-2 2-2-2z' fill='%23179369' fill-opacity='0.05'/%3E%3C/svg%3E");opacity:.4}
.enrollment-cta-section .content-limiter{max-width:1320px;margin:0 auto;padding:0 24px;position:relative;z-index:1}
.enrollment-cta-section .cta-wrapper-v3{display:flex;align-items:center;justify-content:space-between;gap:48px;max-width:1080px;margin:0 auto}
.enrollment-cta-section .cta-text-section{flex:1}
.enrollment-cta-section .cta-title-v3{font-size:34px;font-weight:700;color:#1a1a1a;margin:0 0 18px;line-height:1.3}
.enrollment-cta-section .cta-desc-v2{font-size:16px;line-height:1.65;color:#3a3a3a;margin-bottom:12px}
.enrollment-cta-section .cta-button-area{display:flex;gap:16px;flex-wrap:wrap}
.enrollment-cta-section .butt-primary-v2{display:inline-block;padding:16px 36px;background:#179369;color:#fff;font-size:16px;font-weight:600;text-decoration:none;border-radius:3px;transition:all .3s ease;box-shadow:0 4px 12px #17936940;border:none;cursor:pointer;position:relative;z-index:10}
.enrollment-cta-section .butt-primary-v2:hover{background:#126d52;box-shadow:0 6px 20px #17936959;transform:translateY(-2px)}
.enrollment-cta-section .butt-secondary-v1{display:inline-block;padding:16px 36px;background:transparent;color:#179369;font-size:16px;font-weight:600;text-decoration:none;border-radius:3px;border:2px solid #179369;transition:all .3s ease;cursor:pointer;position:relative;z-index:10}
.enrollment-cta-section .butt-secondary-v1:hover{background:#179369;color:#fff;transform:translateY(-2px)}
@media screen and (max-width: 768px) {
.enrollment-cta-section{padding:56px 0}
.enrollment-cta-section .cta-wrapper-v3{flex-direction:column;gap:32px;text-align:center}
.enrollment-cta-section .cta-title-v3{font-size:28px}
.enrollment-cta-section .cta-button-area{justify-content:center}
}
@media screen and (max-width: 375px) {
.enrollment-cta-section .butt-primary-v2,.enrollment-cta-section .butt-secondary-v1{padding:14px 28px;font-size:15px}
}
.success-wrapp{min-height:85vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;background:linear-gradient(135deg,#DAECFE 0%,#daecfe4d 100%);position:relative;overflow:hidden}
.success-wrapp::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(#17936908 1px,transparent 1px),linear-gradient(90deg,#17936908 1px,transparent 1px);background-size:60px 60px;z-index:1}
.success-content-box{max-width:680px;width:100%;background:#fff;border:2px solid #17936926;padding:60px 45px;text-align:center;position:relative;z-index:2;box-shadow:0 8px 24px #1793691f}
.success-icon-area{margin-bottom:32px;position:relative;display:inline-block}
.success-icon-area svg{width:96px;height:96px;display:block}
.success-icon-area::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:130px;height:130px;background:radial-gradient(circle,#17936914,transparent 70%);border-radius:50%;z-index:-1}
.success-content-box h1{font-size:36px;line-height:1.3;color:#179369;margin:0 0 18px;font-weight:700}
.success-message-txt{font-size:18px;line-height:1.65;color:#2d3748;margin:0 0 28px}
.success-info-detail{background:#daecfe59;padding:24px 30px;margin:0 0 36px;border-left:4px solid #179369}
.success-info-detail p{margin:0;font-size:15px;line-height:1.7;color:#4a5568}
.success-info-detail p strong{color:#179369;font-weight:600}
.success-action-set{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.butt-primary-v1{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:#179369;color:#fff;text-decoration:none;font-size:16px;font-weight:600;border:2px solid #179369;transition:all .3s ease;cursor:pointer;z-index:10;position:relative}
.butt-primary-v1:hover{background:#136b52;border-color:#136b52;transform:translateY(-2px);box-shadow:0 4px 12px #17936940}
.butt-secondary-v2{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:transparent;color:#179369;text-decoration:none;font-size:16px;font-weight:600;border:2px solid #179369;transition:all .3s ease;cursor:pointer;z-index:10;position:relative}
.butt-secondary-v2:hover{background:#17936914;transform:translateY(-2px)}
.success-bottom-note{margin-top:32px;padding-top:28px;border-top:1px solid #17936926}
.success-bottom-note p{margin:0;font-size:14px;line-height:1.6;color:#718096}
.success-bottom-note a{color:#9E3A10;text-decoration:none;font-weight:600;transition:color .3s ease}
.success-bottom-note a:hover{color:#7d2e0d;text-decoration:underline}
@media (max-width: 768px) {
.success-wrapp{padding:30px 16px}
.success-content-box{padding:40px 28px}
.success-content-box h1{font-size:28px}
.success-message-txt{font-size:16px}
.success-icon-area svg{width:76px;height:76px}
.success-icon-area::before{width:110px;height:110px}
.success-action-set{flex-direction:column;gap:12px}
.butt-primary-v1,.butt-secondary-v2{width:100%;justify-content:center;padding:13px 24px}
}
@media (max-width: 375px) {
.success-content-box{padding:32px 20px}
.success-info-detail{padding:20px 22px}
}