



/* CustomFonts */



:root{
	--default-color: #4a3535;
    --accent-color:#4A1942;
    --accent-color2:#7A2E5C;
    --accent-color3:#eb2128;
    --accent-color4:#ffc107;

    --family:"Inter";
    --family2:"Inter";

    --button-color1:#4A1942;
	--button-hover-color1:#36112F;
    --button-color2:#eb2128;
	--button-hover-color2:#cc0000;
    --button-color3:#ffc107;
	--button-hover-color3:#eeb200;
    --button-color4:#E7DCD2;
	--button-hover-color4:#FBF6EF;
    --button-color5:#ffffff;
	--button-hover-color5:#ffffff; 

	--link-color:#eb2128;
	--link-visited-color:#eb2128;
	--link-hover-color:#c7253e;
	--link-active-color:#eb2128;

	--container-width: 100%;

	--h1-color: #4A1942;
	--h2-color: #4A1942;
	--h3-color: #4A1942;
	--h4-color: #272727;
	--h5-color: #272727;
	--h6-color: #272727;
}
 

@media (min-width:576px) {
	:root{
		--container-width: 540px;
	}
}
@media (min-width:768px) {
	:root{
		--container-width: 760px;
	}
}
@media (min-width:992px) {
	:root{
		--container-width: 960px;
	}
}
@media (min-width:1200px) {
	:root{
		--container-width: 1140px;
	}
}
@media (min-width:1600px) {
	:root{
		--container-width: 1200px;
	}
}
 

:root{  --plum:#4A1942;  --plum-deep:#36112F;  --grape:#7A2E5C;  --coral:#eb2128;  --coral-deep:#cc0000;  --gold:#ffc107;  --gold-deep:#eeb200;  --cream:#FBF6EF;  --ink:#2A1626;          /* body text on light */  --muted:#5C4B57;        /* secondary text on light */  --line:#E7DCD2;  --shadow-sm:0 2px 8px rgba(54,17,47,.08);  --shadow:0 12px 34px rgba(54,17,47,.16);  --shadow-lg:0 28px 64px rgba(54,17,47,.24);  --radius:18px;  --radius-sm:12px;}.eyebrow{display:inline-block;font-family:var(--font-body);font-weight:800;text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;color:var(--coral-deep) !important;margin-bottom:.6rem;}.eyebrow.on-dark{color:var(--gold) !important}.lead-x{font-size:clamp(1.05rem,1.6vw,1.25rem) !important;color:var(--muted) !important;max-width:62ch}.on-dark .lead-x,.section-dark .lead-x{color:rgba(255,255,255,.86) !important;}/* ---------- buttons ---------- */.btn-x{  display:inline-flex;align-items:center;gap:.55rem;  font-family:var(--font-body);font-weight:800;font-size:1rem;  padding:.85rem 1.5rem;border-radius:999px;border:2px solid transparent;  text-decoration:none;cursor:pointer;transition:transform .15s,box-shadow .15s,background .15s,color .15s;  line-height:1;}.btn-x:hover{transform:translateY(-2px)}.btn-coral{background:var(--coral);color:#fff !important;box-shadow:var(--shadow-sm)}.btn-coral:hover{background:var(--coral-deep);color:#fff !important;box-shadow:var(--shadow)}.btn-gold{background:var(--gold);color:#3a2410 !important;}.btn-gold:hover{background:var(--gold-deep);color:#2a1a08 !important;}.btn-plum{background:var(--plum);color:#fff !important;}.btn-plum:hover{background:var(--plum-deep);color:#fff !important;}.btn-outline{background:transparent;border-color:var(--plum);color:var(--plum) !important;}.btn-outline:hover{background:var(--plum);color:#fff !important;}.btn-outline-light{background:transparent;border-color:rgba(255,255,255,.7);color:#fff !important;}.btn-outline-light:hover{background:#fff;color:var(--plum)  !important;}.btn-lg-x{padding:1rem 1.9rem;font-size:1.08rem}body .button-01, body .button-02, body .button-03 {font-weight: 600 !important;}body .button-01:hover, body .button-02:hover, body .button-03:hover {transform: translateY(-2px);}a.button-01.btn-color3, a.button-01.btn-color3.link, a.button-01.btn-color3:active, a.button-01.btn-color3:visited {color:#3a2410 !important;}/* ---------- icon-box-01 ---------- */.icon-box-01 {color: #FFF;background-color: var(--accent-color);background-image: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-color2) 100%);box-shadow: 0px 0px 24px rgba(0, 0, 0, .1);padding: 35px;margin-bottom: 30px;border-radius: 30px;}.icon-box-01 a {color:#fff !important;}.icon-box-01 {text-align: left;transition: all ease-in 300ms;}    .icon-box-01 .icon {font-size: 50px;color: var(--accent-color4);line-height: 1;margin-bottom: 12px;transition: all ease-in 300ms;}    .icon-box-01 .title {color:#fff;font-size: 1.25rem;margin-bottom: 16px;transition: all ease-in 300ms;}    .icon-box-01 .link {color: #fff;font-size: 1.375rem;vertical-align: middle;display: inline-flex;transition: all ease-in 300ms;}    .icon-box-01 p:last-child {margin-bottom: 0;}    .icon-box-01:hover {background-color: #FFF;background-image: linear-gradient(135deg, #fff 0%, #fff 100%);transform: translateY(-10px);}        .icon-box-01:hover .link {color: #666;}        .icon-box-01:hover .title {color: var(--accent-color);}        .icon-box-01:hover p {color: #333;}        .icon-box-01:hover .icon {color: var(--accent-color3);}        .icon-box-01:hover a {color: var(--accent-color3) !important;}/* ---------- generic cards / program grid ---------- */.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.4rem}.pcard{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);  border:1px solid var(--line);display:flex;flex-direction:column;transition:transform .18s,box-shadow .18s}.pcard:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.pcard .pic{aspect-ratio:16/10;overflow:hidden}.pcard .pic img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.pcard:hover .pic img{transform:scale(1.05)}.pcard .body{padding:1.3rem 1.4rem 1.5rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.pcard h3{margin:0}.pcard p{margin:0;color:var(--muted);font-size:.96rem}.pcard .go{margin-top:auto;font-weight:800;color:var(--coral-deep);text-decoration:none}.pcard .go:hover{color:var(--plum)}/* ---------- prose / inner content ---------- */.prose h2{margin-top:2.4rem}.prose h3{margin-top:1.8rem;color:var(--grape)}.prose ul{padding-left:1.1rem}.prose li{margin-bottom:.5rem}.callout{background:#fff;border-left:5px solid var(--coral);border-radius:var(--radius-sm);  padding:1.2rem 1.4rem;box-shadow:var(--shadow-sm);margin:1.4rem 0}.callout.gold{border-left-color:var(--gold)}.faq dt{font-weight:800;color:var(--plum);margin-top:1.1rem}.faq dd{margin:.2rem 0 0;color:var(--muted)}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.2rem}.info-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem;box-shadow:var(--shadow-sm)}.info-card .fa-solid,.info-card .fa-brands{color:var(--coral);font-size:1.4rem;margin-bottom:.5rem}.info-card h3{margin:.2rem 0 .4rem}/* ---------- donation block ---------- */.give-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.give-card{background:#fff;border:2px solid var(--line);border-radius:var(--radius);padding:1.4rem 1rem;text-align:center;  transition:border-color .15s,transform .15s,box-shadow .15s;text-decoration:none;color:var(--plum);display:block}.give-card:hover{border-color:var(--coral);transform:translateY(-4px);box-shadow:var(--shadow);color:var(--plum)}.give-card .amt{font-family:var(--font-display);font-size:2rem;font-weight:600;color:var(--coral-deep);line-height:1}.give-card .impact{margin-top:.4rem;font-weight:700;font-size:.95rem;color:var(--muted)}.give-card.featured{border-color:var(--gold);background:linear-gradient(180deg,#fff,#FFF7E9)}.give-card.featured .badge-pref{display:inline-block;background:var(--gold);color:#3a2410;font-weight:800;font-size:.7rem;  letter-spacing:.08em;text-transform:uppercase;padding:.2rem .55rem;border-radius:999px;margin-bottom:.5rem}.trust-row{display:flex;flex-wrap:wrap;gap:.6rem 1.4rem;margin-top:1.2rem}.trust-row span{display:inline-flex;align-items:center;gap:.45rem;font-weight:700;font-size:.9rem;color:var(--muted) !important;}.trust-row .fa-solid{color:var(--coral) !important;}.section-dark .trust-row span{color:rgba(255,255,255,.85) !important;}.section-dark .trust-row .svg-inline--fa{color:var(--gold) !important;}.section-light .trust-row span{color:rgba(0,0,0,.75) !important;}.section-light .trust-row .svg-inline--fa{color:var(--grape) !important;}/* ---------- impact stats ---------- */.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.2rem}.stat{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16);border-radius:var(--radius);  padding:1.6rem 1.2rem;text-align:center}.stat .num span{font-size:clamp(2rem,4vw,2.9rem);font-weight:600;color:var(--grape) !important;line-height:1}.stat .lbl{margin-top:.5rem;color:rgba(255,255,255,.85);font-size:.95rem;font-weight:600}/* -------- footer --------- */.efb-footer, .efb-footer p, .efb-footer li, .efb-footer a, .efb-footer a:link, .efb-footer a:active, .efb-footer a:visited {color: rgba(255,255,255,.82);}.efb-footer a{color:rgba(255,255,255,.82);text-decoration:none}.efb-footer a:hover{color:var(--gold);text-decoration: none;}.efb-footer h3,.efb-footer h4{color:#fff;font-family:var(--font-body);font-weight:800;font-size:1rem;text-transform:uppercase;letter-spacing:.08em;margin:0 0 .9rem}.efb-footer ul{list-style:none;padding:0;margin:0}.efb-footer li {margin-bottom: 20px;}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);font-size:.84rem}/* ---------- gradient text ----------- */.gradient-text1 {background: linear-gradient(135deg, #1565c0, #34a9ef);-webkit-background-clip: text;background-clip: text;  -webkit-text-fill-color: transparent;color: transparent;}/* ---------- page banner ---------- */.page-banner{position:relative;overflow:hidden;background:var(--plum-deep)}.page-banner .bg{position:absolute;inset:0}.page-banner .bg img,.page-banner .bg svg{width:100%;height:100%;object-fit:cover;opacity:.4}.page-banner .bg::after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,var(--plum-deep) 25%,rgba(122,46,92,.55))}.page-banner .container-x{position:relative;z-index:2;}.page-banner h1{color:#fff}.page-banner p{color:rgba(255,255,255,.88) !important;max-width:60ch;margin-top:.6rem}.crumbs{color:rgba(255,255,255,.88) !important;font-size:.85rem;margin-bottom:.8rem}.crumbs a{color:var(--gold) !important;text-decoration:none;font-weight:700}.crumbs a:hover{text-decoration:underline}.crumbs span{color:rgba(255,255,255,.6) !important;}/* ---------- board / bio cards ---------- */.bio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.4rem}.bio-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;  box-shadow:var(--shadow-sm);display:flex;flex-direction:column;transition:transform .18s,box-shadow .18s}.bio-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.bio-photo{aspect-ratio:1/1;overflow:hidden;background:var(--plum)}.bio-photo img{width:100%;height:100%;object-fit:cover}.bio-body{padding:1.2rem 1.3rem 1.4rem;display:flex;flex-direction:column;gap:.2rem}.bio-body h3{margin:0}.bio-title{margin:.1rem 0 0;font-weight:800;color:var(--coral-deep);font-size:.95rem}.bio-role{margin:0 0 .4rem;font-weight:700;color:var(--grape);font-size:.9rem}.bio-body p:last-child{margin:0;color:var(--muted);font-size:.94rem;line-height:1.55}/* ---------- pic box text ----------- */.efb-picbox img{border-radius:8px;max-width:90%}.efb-picbox .fix-box{position:absolute;z-index:2;width:330px;right:0;bottom:45px;padding:35px;color:#a5d8ff;max-width:70%}.efb-picbox .fix-box .title{color:#FFF;font-size:2rem;margin:0 0 15px}.efb-picbox .fix-box::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--accent-color3);z-index:-1;opacity:.9;border-radius:8px;pointer-events:none}.efb-picbox .fix-box::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.2;border-radius:8px;box-shadow:15px 15px 30px var(--accent-color3);pointer-events:none}@media only screen and (max-width:991px){.efb-picbox img{max-width:100%;border-radius:6px 6px 0 0}.efb-picbox .fix-box{position:relative;top:0;left:0;width:100%;max-width:100%}.efb-picbox .fix-box::before{border-radius:0 0 6px 6px}}/* ---------- events table ---------- */.btn-sm-x{padding:.55rem 1.1rem;font-size:.92rem}.table-wrap{overflow-x:auto;border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--line);background:#fff}.events-table{width:100%;border-collapse:collapse;min-width:520px}.events-table thead th{  background:var(--plum);color:#fff;text-align:left;font-family:var(--font-body);font-weight:800;  font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;padding:.9rem 1.2rem;}.events-table tbody td{padding:1rem 1.2rem;border-top:1px solid var(--line);vertical-align:middle;color:var(--ink)}.events-table tbody tr:nth-child(even){background:#FBF4F8}.events-table .ev-date{font-family:var(--font-display);font-weight:600;color:var(--coral-deep);  white-space:nowrap;font-size:1.25rem}.events-table .ev-title{color:var(--muted);font-size:1.25rem}.events-table .ev-desc{color:var(--muted);font-size:.9rem}.events-table td:last-child{text-align:left;white-space:nowrap}@media (max-width:560px){  .events-table thead th:last-child,.events-table td:last-child{text-align:left}  .events-table .ev-desc{display:block}}/* ---------- calendar table (extends events-table) ---------- */.cal-table tbody tr:nth-child(even){background:#fff}.cal-table .cal-theme td{background:var(--cream);color:var(--grape);font-weight:700;border-top:2px solid var(--line)}.cal-table .cal-theme .fa-solid{color:var(--gold);margin-right:.4rem}.cal-table .cal-theme td:first-child{font-family:var(--font-display);font-weight:600;color:var(--plum)}.cal-table .cal-closed td{background:#FBEEF1;color:var(--coral-deep);font-weight:700}.cal-table .cal-closed .fa-solid{margin-right:.4rem}.cal-table .cal-closed .ev-date{color:var(--coral-deep)}.cal-legend{display:flex;flex-wrap:wrap;gap:.6rem 1.4rem;font-size:.85rem;color:var(--muted);font-weight:700}.cal-legend span{display:inline-flex;align-items:center;gap:.4rem}.cal-legend .fa-box-open{color:var(--gold)}.cal-legend .fa-circle-xmark{color:var(--coral)}/* ---------- inline feature row (icon chips) ---------- */.feature-row{display:flex;flex-wrap:wrap;gap:.6rem .9rem}.feature-row .badge{display:inline-flex;align-items:center;gap:.45rem;background:#fff;  border:1px solid var(--line);border-radius:999px;padding:.45rem .9rem;font-weight:700;font-size:.9rem;color:var(--plum)}/* ---------- logo list ---------- */.logolist-01 {display: block;margin: 0 -10px;padding: 0;list-style: none;display: flex;flex-flow: wrap;overflow: hidden;}    .logolist-01 li {text-align: center;padding: 0px 10px;flex: 0 0 33.3333%;position: relative;margin: 0 0 -1px -1px;}        .logolist-01 li img {transition: all ease-in 300ms;}        .logolist-01 li a:hover img {opacity: 1;}@media only screen and (max-width: 767px) {.logolist-01 li {flex: 0 0 50%;}}/* ---------- staff directory ---------- */.staff-group{color:var(--grape);border-bottom:2px solid var(--line);padding-bottom:.4rem;margin:0 0 .3rem}.staff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.staff-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;  box-shadow:var(--shadow-sm);display:flex;flex-direction:column;transition:transform .18s,box-shadow .18s}.staff-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.staff-card-2{background:#fff;border:0px solid var(--line);overflow:hidden;  box-shadow:none;display:flex;flex-direction:column;transition:none;}.staff-photo{aspect-ratio:1/1;overflow:hidden;background:var(--plum)}.staff-photo img{width:100%;height:100%;object-fit:cover}.staff-photo-2{aspect-ratio:1/1;overflow:hidden;background:none;}.staff-photo-2 img{width:100%;height:100%;object-fit:cover}.staff-info{padding:1.2rem 1.3rem 1.4rem;display:flex;flex-direction:column;gap:.25rem}.staff-info h3{margin:0;font-size:1.5rem}.staff-title{margin:.1rem 0 0;font-weight:800;color:var(--coral-deep);font-size:.95rem}.staff-email{margin:.5rem 0 0}.staff-email a{display:inline-flex;align-items:center;gap:.45rem;font-weight:700;color:var(--grape);  text-decoration:none;font-size:.92rem}.staff-email a:hover{color:var(--coral-deep);text-decoration:underline}.staff-email .fa-envelope{color:var(--coral)}@media (max-width:860px){.staff-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.staff-grid{grid-template-columns:1fr}}/* ---------- events page ---------- */.event-list{display:flex;flex-direction:column;gap:1rem}.event-card{display:grid;grid-template-columns:150px 1fr;background:#fff;border:1px solid var(--line);  border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .15s,box-shadow .15s}.event-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.event-month{background:linear-gradient(160deg,var(--grape),var(--plum));color:#fff;display:flex;  flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.4rem 1rem;text-align:center}.event-month .fa-solid{font-size:1.8rem;color:var(--gold)}.event-month span{font-family:var(--font-display);font-weight:600;letter-spacing:.04em;font-size:1.05rem}.event-body{padding:1.3rem 1.5rem}.event-body h3{margin:0 0 .4rem}.event-body p{margin:0;color:var(--muted)}@media (max-width:560px){.event-card{grid-template-columns:1fr}.event-month{flex-direction:row;padding:.9rem 1rem}}.stat-panel{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16);border-radius:var(--radius);padding:1.6rem 1.5rem}.stat-panel.plum-deep{background:rgba(74,25,66,.7)}.sched{list-style:none;padding:0;margin:0 0 1rem}.sched li{padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.9);font-size:.95rem}.sched li:last-child{border-bottom:0}.sched .t{display:inline-block;min-width:92px;font-weight:800;color:var(--gold) !important;}/* ---------- calendar table (extends events-table) ---------- */.cal-table tbody tr:nth-child(even){background:#fff}.cal-table .cal-theme td{background:var(--cream);color:var(--grape);font-weight:700;border-top:2px solid var(--line)}.cal-table .cal-theme .sico{color:var(--gold);margin-right:.4rem;vertical-align:middle;font-size:1.2rem;}.cal-table .cal-theme td:first-child{font-weight:600;color:var(--plum)}.cal-table .cal-closed td{background:#FBEEF1;color:var(--coral-deep);font-weight:700}.cal-table .cal-closed .sico{margin-right:.4rem;vertical-align:middle;font-size:1.2rem;}.cal-table .cal-closed .ev-date{color:var(--coral-deep)}.cal-legend{display:flex;flex-wrap:wrap;gap:.6rem 1.4rem;font-size:.85rem;color:var(--muted);font-weight:700}.cal-legend span{display:inline-flex;align-items:center;gap:.4rem}.cal-legend .fas-box-open{color:var(--gold)}.cal-legend .fas-times-circle{color:var(--coral)}/* ---------- client list ---------- */.clientlist-05 img {opacity: 1 !important;transition: all ease-in 300ms;}/* ---------- partner logos ---------- */.logo-strip{display:flex;flex-wrap:wrap;gap:1rem 1.6rem;align-items:center;justify-content:center}.logo-chip{background:#fff;border:1px solid var(--line);border-radius:12px;padding:.7rem 1.1rem;font-weight:700;  color:var(--muted);font-size:.92rem;box-shadow:var(--shadow-sm)}/* ---------- carousel 3 ---------- */.portfolio-carousel03 img.img-Lazy {border-radius: var(--radius);box-shadow: var(--shadow-lg);}/* ---------- sticky mobile action bar ---------- */.mobile-bar{  display:none;position:fixed;left:0;right:0;bottom:0;z-index:900;  background:var(--plum);box-shadow:0 -6px 20px rgba(54,17,47,.25);  padding:.5rem;gap:.5rem;}.mobile-bar a{flex:1;justify-content:center;padding:.0rem .0rem;font-size:.95rem}@media (max-width:992px){.mobile-bar{display:flex}body{padding-bottom:72px}}/* ==========================================================   EFB 2030 — Subtle Blueprint Background Movement   ========================================================== */#efb-2030-section {    --efb-grid-x: 0px;    --efb-grid-y: 0px;    --efb-glow-x: 0px;    --efb-glow-y: 0px;    position: relative;    overflow: hidden;    isolation: isolate;}/* * Keep all actual section content above the ambient animation. */#efb-2030-section .is-boxes {    position: relative;    z-index: 2;}/* * Keep the existing overlay behind the content. */#efb-2030-section .is-overlay {    z-index: 0;    pointer-events: none;}/* * Slowly reposition the existing architectural grid. * * The mask keeps most of the animation on the image side * and prevents it from competing with the heading and copy. */#efb-2030-section .efb-blueprint-motion {    background-position:        calc(90% + var(--efb-grid-x))        calc(60% + var(--efb-grid-y)) !important;    opacity: 0.2;    will-change: background-position;    -webkit-mask-image: linear-gradient(        to right,        transparent 0%,        transparent 38%,        rgba(0, 0, 0, 0.25) 53%,        rgba(0, 0, 0, 0.8) 70%,        #000 100%    );    mask-image: linear-gradient(        to right,        transparent 0%,        transparent 38%,        rgba(0, 0, 0, 0.25) 53%,        rgba(0, 0, 0, 0.8) 70%,        #000 100%    );}/* * Very faint moving light behind the architectural rendering. */#efb-2030-section::after {    content: "";    position: absolute;    z-index: 1;    top: 50%;    right: -12rem;    width: 42rem;    height: 42rem;    pointer-events: none;    background: radial-gradient(        circle,        rgba(255, 255, 255, 0.08) 0%,        rgba(255, 255, 255, 0.035) 36%,        rgba(255, 255, 255, 0) 70%    );    transform: translate3d(        var(--efb-glow-x),        calc(-50% + var(--efb-glow-y)),        0    );    will-change: transform;}/* * Reduce the effect on mobile, where the image and text stack. */@media (max-width: 767.98px) {    #efb-2030-section .efb-blueprint-motion {        opacity: 0.1;        -webkit-mask-image: linear-gradient(            to bottom,            rgba(0, 0, 0, 0.15) 0%,            #000 35%,            #000 100%        );        mask-image: linear-gradient(            to bottom,            rgba(0, 0, 0, 0.15) 0%,            #000 35%,            #000 100%        );    }    #efb-2030-section::after {        right: -20rem;        opacity: 0.65;    }}/* * Respect the visitor's reduced-motion preference. */@media (prefers-reduced-motion: reduce) {    #efb-2030-section .efb-blueprint-motion {        background-position: 90% 60% !important;        will-change: auto;    }    #efb-2030-section::after {        transform: translate3d(0, -50%, 0);        will-change: auto;    }}/* ---------- recipe list ---------- */.recipe-list {    margin: 0;    padding-left: 1.5rem;}    .recipe-list li {        margin-bottom: 0.65rem;        line-height: 1.5;    }    .recipe-list a {        text-decoration: underline;        text-decoration-thickness: 0.08em;        text-underline-offset: 0.15em;    }        .recipe-list a:hover {            text-decoration-thickness: 0.14em;        }        .recipe-list a:focus-visible {            outline: 3px solid currentColor;            outline-offset: 3px;            border-radius: 2px;        }.recipe-file-type {    font-size: 0.875em;    font-weight: 600;    white-space: nowrap;}.visually-hidden {    position: absolute !important;    width: 1px !important;    height: 1px !important;    padding: 0 !important;    margin: -1px !important;    overflow: hidden !important;    clip: rect(0, 0, 0, 0) !important;    white-space: nowrap !important;    border: 0 !important;}


	
:root{
	--headerHeight: calc( var(--header-top-height,0px) + var(--header-center-height,0px) + var(--header-bottom-height,0px) );
	--mobileHeaderHeight: calc( var(--header-mobile-top-height,0px) + var(--header-mobile-height,0px) + var(--header-mobile-bottom-height,0px) );
	--floatingHeaderHeight: calc( var(--floating-header-top-height,0px) + var(--floating-header-center-height,0px) + var(--floating-header-bottom-height,0px) );
}

.dng-main{
	 background-color:#FFFFFF;  	}
.container{
		padding-left:15px;
	padding-right:15px;
		width: var(--container-width);
	max-width: 100%;
}
.is-container{
	max-width:var(--container-width);
}
.container-fluid {
		padding-right:15px;
	padding-left:15px;
		margin-right: auto;
	margin-left: auto;
}   
#dnn_content{
	 padding-top:0px;		 padding-bottom:0px;	}		

@media (min-width:576px) {
	
		}
@media (min-width:768px) {
		}
@media (min-width:992px) {
		}
@media (min-width:1200px) {
		}


	.left-full-column > .full-column-inner{
		margin-inline-start:calc((var(--container-width) - 100vw)/2);
		width:calc(100% + (100vw - var(--container-width))/2);
	}
	.right-full-column > .full-column-inner{
		margin-inline-end:calc((var(--container-width) - 100vw)/2);
		width:calc(100% + (100vw - var(--container-width))/2);
	}
	.full-column > .full-column-inner{
		width:100vw;	
		margin-inline-start:calc((var(--container-width) - 100vw)/2 - 15px);
	}
	.layout-no-plr .full-column > .full-column-inner{
		margin-inline-start:calc((var(--container-width) - 100vw)/2);
	}

	



h1, h2, h3, h4, h5, h6{
	font-family:inherit;
}

h1{
	color:var(--h1-color);
	font-family:"Inter Tight"; 	font-weight:600;
	font-size:2.25rem;
	line-height:1.2;
	letter-spacing:0;
}		
h2{
	color:var(--h2-color);
		font-family:"Inter Tight"; 	font-weight:600;
	font-size:1.75rem;
	line-height:1.3;
	letter-spacing:0;
}		
h3{
	color:var(--h3-color);
		font-family:"Inter Tight"; 	font-weight:600;
	font-size:1.75rem;
	line-height:1.3;
	letter-spacing:0;
}		
h4{
	color:var(--h4-color);
		font-family:"Inter Tight"; 	font-weight:inherit;
	font-size:1.625rem;
	line-height:1.4;
	letter-spacing:0;
}		
h5{
	color:var(--h5-color);
		font-family:"Inter"; 	font-weight:inherit;
	font-size:1.375rem;
	line-height:1.4;
	letter-spacing:0;
}		
h6{
	color:var(--h6-color);
		font-family:"Inter"; 	font-weight:inherit;
	font-size:1.25rem;
	line-height:1.5;
	letter-spacing:0;
}	

#Body .is-inherit-root-text,
#Body .is-inherit-root-text p,
#Body .is-inherit-root-text li,
#Body .is-inherit-root-text div,
#Body .is-inherit-root-text span{
	color: var(--default-color);
}
#Body .is-inherit-root-text h1{
	color:var(--h1-color);
}
#Body .is-inherit-root-text h2{
	color:var(--h2-color);
}
#Body .is-inherit-root-text h3{
	color:var(--h3-color);
}
#Body .is-inherit-root-text h4{
	color:var(--h4-color);
}
#Body .is-inherit-root-text h5{
	color:var(--h5-color);
}
#Body .is-inherit-root-text h6{
	color:var(--h6-color);
}
#Body .is-inherit-root-text a, 
#Body .is-inherit-root-text a:link{
	color:var(--link-color);
}
#Body .is-inherit-root-text a:visited{
	color:var(--link-visited-color);
}
#Body .is-inherit-root-text a:hover{
	color:var(--link-hover-color);
}
#Body .is-inherit-root-text a:active{
	color:var(--link-active-color);
}

 
@media only screen and (min-width: 576px)  {
						}
@media only screen and (min-width: 768px) {	
						}
@media only screen and (min-width: 992px) {	
		h1{
		font-size:3rem;		line-height:1.2;	}
			h2{
		font-size:2.5rem;		line-height:1.2;	}		
			h3{
		font-size:2rem;			}		
				}
@media only screen and (min-width: 1200px) {	
						}

a, 
a:link{
	color: var(--link-color);
}
a:visited{
	color: var(--link-visited-color);
}
a:hover{
	color: var(--link-hover-color);
}
a:active{
	color: var(--link-active-color);
}


.btn-accent,
a.btn-accent{
	color:var(--accent-color);
	border-color:var(--accent-color);
	background-color:var(--accent-color);
}
[class*="am-btn-"].btn-accent:before{
	background-color:var(--accent-color);
}

div [class*="am-btn-"].hover-accent:hover{
	color:var(--accent-color);
	border-color:var(--accent-color);
	background-color:var(--accent-color);
}
div [class*="am-btn-"].hover-accent:hover:before{
	background-color:var(--accent-color); 
}



#Body .bg-accent{
	background-color:var(--accent-color);
}
#Body .color-accent{
	color:var(--accent-color);
} 
#Body .border-accent{
	border-color:var(--accent-color);
}
#Body .bg-accent-hover:hover{
	background-color:var(--accent-color);
}
#Body .color-accent-hover:hover{
	color:var(--accent-color);
} 
#Body .border-accent-hover:hover{
	border-color:var(--accent-color);
}

#Body .bg-accent2{
	background-color:var(--accent-color2);
}
#Body .color-accent2{
	color:var(--accent-color2);
} 
#Body .border-accent2{
	border-color:var(--accent-color2);
}

#Body .bg-accent3{
	background-color:var(--accent-color3);
}
#Body .color-accent3{
	color:var(--accent-color3);
} 
#Body .border-accent3{
	border-color:var(--accent-color3);
}
#Body .bg-accent4{
	background-color:var(--accent-color4);
}
#Body .color-accent4{
	color:var(--accent-color4);
} 
#Body .border-accent4{
	border-color:var(--accent-color4);
}

b,
strong{
	font-weight:600;
}
.bold,
.font-weight-bold,
.strong-before:before,
.strong-after:after,
.strong-before :before,
.strong-after :after{
	font-weight:600!important;
}



#Body, body, .Head, .SubTitle, .SubSubTitle, .Normal{
	font-family: var(--family);  
	font-size: 1rem; 
	line-height: 1.8;
	letter-spacing: 0;
	color: var(--default-color);
}
.default-size{font-size:1rem;}
.default-lineheight{line-height:1.8;}

@media (min-width:576px) {
		}
@media (min-width:768px) {
		}
@media (min-width:992px) {
		}
@media (min-width:1200px) {
		}



button, 
input, 
select, 
textarea,
.btn{
	font-family: var(--family);  
}

.default-color{
	color: var(--default-color)!important;
}
.default-bg-color{
	background-color: var(--default-color)!important;
}
.default-bg-color-hover:hover{
	background-color: var(--default-color)!important;
}
.default-border-color{
	border-color: var(--default-color)!important;
}
.accent-color{
	color: $var(--accent-color);
}
.default-family{
	font-family: var(--family)!important;
}
.family2{
	font-family: var(--family2)!important;
}

/*default color*/



/*page title*/
.page-title-bg{
			background-color:#4a1942; 
		}		
.page-title .title-area:after{
	border-color: #f3bebe; 
}



	

.page-title-bg.light-overlay::after{
	background-color: rgba(255, 255, 255, 0.10);
}
.page-title-bg.dark-overlay::after{
	background-color: rgba(0, 0, 0, 0.10);
}

.page-title-container{
	 height: 200px;
}
@media only screen and (max-width: 767px) {
	.page-title-container{
		height: auto;padding-top:35px;padding-bottom:35px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.page-title-container{
		height:120px;
		min-height:162px;
		padding-top: 45px;
		padding-bottom: 45px;
	}
}
 


 	.page-title .main-title span::before{
		content: none;
	}
 


/*breadcrumbs*/
.page-breadcrumbs{
	background-color:#7a2e5c;  
	}
.page-breadcrumbs > .container{
		padding-top:20px;
				padding-bottom:10px;
		}

.page-breadcrumbs .breadcrumbs a:hover{
		color:var(--accent-color)!important;
	}

.page-breadcrumbs .breadcrumbs{
    color: #666666;
    font-size: 14px;
}
.page-breadcrumbs .breadcrumbs-box > a,
.page-breadcrumbs .breadcrumbs-box > span > span > span{
    line-height:20px;
}
.page-breadcrumbs .breadcrumbs a,
.page-breadcrumbs .breadcrumbs a:link,
.page-breadcrumbs .breadcrumbs a:active,
.page-breadcrumbs .breadcrumbs a:visited{
    color: #666666;
    font-size: 14px;
}
.page-breadcrumbs .breadcrumbs a:hover{
			color:var(--accent-color)!important;
	}

.breadcrumbs_sytle2 .breadcrumbs-box,
.breadcrumbs_sytle3 .breadcrumbs-box > a:before, 
.breadcrumbs_sytle3 .breadcrumbs-box > span > span > span:before{
	background-color:#ededed;
}

/*sidebar dynamic*/

.sidebar_dynamic.sidebar_dynamic_sytle01{
	padding-right:40px;	}
.sidebar_dynamic.sidebar_dynamic_sytle01 > .sidebar_sticky{
	 	 }


.sidebar-main{
	display: flex;
}
.sidebar-main .sidebar-bar{
	width: 340px;
    flex: 0 0 340px;
}
.sidebar-main .sidebar-container{
	 flex-grow: 1;
	 width:  calc(100% - 340px);
}

.sidebar-main .sidebar_pos_right{
	order:2
}


@media only screen and (max-width: 767px) {
	.sidebar-main{
		flex-direction: column;
	}
	.sidebar-main .sidebar-bar{
		width:100%;
		flex: 0 0 100%;
	}	
	.sidebar-main .sidebar-container{
		width: 100%;
		flex: 0 0 100%;
	}

				.sidebar-main .sidebar-bar{
			order:1
		}	
		.sidebar-main .sidebar-container{
			order:0
		}
	}
 
@media only screen and (max-width: 991px) {
	.sidebar_dynamic.sidebar_dynamic_sytle01{
		padding-right:15px!important;
		padding-left:15px!important;
		margin-top: 30px;
	}
	.sidebar_dynamic.sidebar_dynamic_sytle01 > .sidebar_sticky{
		padding-top:0!important;
		padding-bottom:0!important;
	 }

}

.has-sidebar >.row{
	position: relative;
}




/*page */
.swiper-container .swiper-pagination-bullet-active{
	background: var(--accent-color);	
}
.swiper-container .swiper-button-next:hover, 
.swiper-container .swiper-button-prev:hover{
	color: var(--accent-color);	
}
 
.isotope-grid .isotope-group a:before {
    border-top-color:var(--accent-color2);
}

.isotope-grid .isotope-group a:after {
    border-top-color:var(--accent-color2);
}

.easy-carousel .pagination-bullet{
	color: var(--accent-color);	
}
 

/*backtop */
.fixed-backtop{
	position: fixed;
	right: 42px;
	bottom:42px;
	margin: 0;
	padding: 0;
	z-index: 1100;
    width: 56px;
	height: 56px;
    color: #c72d29; 
    cursor: pointer;
    transition:all 300ms ease-in ;
	margin-right: -100px;
}
.fixed-backtop.active{
    
	margin-right: 0;
}

.fixed-backtop::after{
	content: "";
	width: 100%;
	height: 100%;
	border: 2px solid currentColor;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
    opacity: .3;
    transition:all 300ms ease-in ;
}
.fixed-backtop svg{
    fill: transparent;
    transform: rotate(-90deg);
}
.fixed-backtop svg circle {
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    stroke-dasharray:  150px;
    box-sizing: border-box;
    stroke-dashoffset: -150px;
    
}
.fixed-backtop .backtop-arrow{
    opacity: 0.6;
    transition:all 300ms ease-in ;
}
.fixed-backtop .backtop-arrow::after{
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: rotate(-45deg);
    margin: -8px 0 0 -5px;
}
.fixed-backtop .backtop-arrow::before{
    content: "";
    position: absolute;
    left: 50%;
    border-right: 2px solid currentColor;
    top: 18px;
    bottom: 18px;

}

.fixed-backtop:hover .backtop-arrow{
    opacity: 1;
}

@media only screen and (max-width: 767px) {
	.fixed-backtop{
		right: 15px;
		bottom: 15px;
		-webkit-transform: scale(0.714285714);
		transform: scale(0.714285714);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
}

