@import "https://cdn.jsdelivr.net/npm/@fontsource/cabin@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/cabin@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/ubuntu@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/ubuntu@latest/700.css";
html,body{margin:0;padding:0}
body{font-family:'Cabin',sans-serif;font-size:16px;line-height:1.55;color:#1a1a1a;background:#fafaf8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;overflow-x:hidden}
::selection{background:linear-gradient(90deg,#04D2D2,#851622);color:#fff}
:focus-visible{outline:2px solid #04D2D2;outline-offset:3px;box-shadow:0 0 0 4px #04d2d22e}
.siteheader{position:relative;z-index:100;background:#fafaf8d1;-webkit-backdrop-filter:blur(14px) saturate(1.4);backdrop-filter:blur(14px) saturate(1.4);border-bottom:1.5px solid #04d2d22e;box-shadow:-1px 3px 5px -2px #04d2d212 -1px 7px 22px -2px #04d2d21a}
.siteheader .hdrinner{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:1fr 3fr;align-items:stretch;min-height:96px}
.siteheader .hdrbrand{display:flex;align-items:center;padding:16px 24px;border-right:1.5px solid #04d2d238;position:relative}
.siteheader .hdrbrand::after{content:'';position:absolute;right:-1px;top:20%;height:60%;width:3px;background:linear-gradient(180deg,#04D2D2,#851622);border-radius:6px}
.siteheader .logobox{display:flex;align-items:center;justify-content:center;width:92px;height:92px;background:#ffe9c38c;border-radius:16px;border:1.5px solid #04d2d247;box-shadow:-1px 3px 5px -2px #04d2d212 0 0 0 3px #ffe9c399;padding:8px;flex-shrink:0}
.siteheader .logobox img{width:76px;height:76px;object-fit:contain;display:block}
.siteheader .hdrnavzone{display:flex;align-items:center;padding:16px 40px;gap:8px}
.siteheader .topnav{display:flex;flex-wrap:wrap;align-items:center;gap:8px;list-style:none;margin:0;padding:0}
.siteheader .topnav li{position:relative}
.siteheader .topnav li a{display:flex;align-items:center;gap:4px;font-family:'Ubuntu',sans-serif;font-size:16px;font-weight:700;color:#1a1a1a;text-decoration:none;padding:8px 16px;border-radius:10px;min-height:44px;transition:color .35s cubic-bezier(0.16,1,0.3,1),background .45s cubic-bezier(0.16,1,0.3,1);position:relative}
.siteheader .topnav li a::after{content:'';position:absolute;bottom:6px;left:16px;width:0;height:2px;background:linear-gradient(90deg,#04D2D2,#851622);border-radius:6px;transition:width .35s cubic-bezier(0.16,1,0.3,1)}
.siteheader .topnav li a:hover{color:#851622;background:#04d2d212}
.siteheader .topnav li a:hover::after{width:calc(100% - 32px)}
.siteheader .topnav li.hasdrop > a .droparrow{display:inline-block;width:10px;height:10px;border-right:2px solid #851622;border-bottom:2px solid #851622;transform:rotate(45deg) translateY(-2px);transition:transform .35s cubic-bezier(0.16,1,0.3,1);flex-shrink:0}
.siteheader .topnav li.hasdrop:hover > a .droparrow,.siteheader .topnav li.hasdrop:focus-within > a .droparrow{transform:rotate(225deg) translateY(-2px)}
.siteheader .topnav li .submenu{display:none;position:absolute;top:calc(100% + 4px);left:0;min-width:260px;background:#fafaf8f7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1.5px solid #04d2d238;border-radius:10px;box-shadow:-1px 7px 22px -2px #04d2d21a -1px 8px 40px -2px #04d2d224;padding:8px;list-style:none;z-index:200}
.siteheader .topnav li:hover .submenu,.siteheader .topnav li:focus-within .submenu{display:block}
.siteheader .topnav li .submenu li a{font-size:14px;font-weight:400;color:#2a2a2a;border-radius:6px;padding:8px 16px;min-height:40px}
.siteheader .topnav li .submenu li a:hover{color:#851622;background:#ffe9c38c}
.siteheader .topnav li .submenu li a::after{bottom:4px;left:16px}
.siteheader .hdraccentbar{height:4px;background:linear-gradient(90deg,#04D2D2 0%,#FFE9C3 48%,#851622 100%);width:100%}
.sitefooter{background:#1a1a1a;color:#e8e8e4;margin-top:80px}
.sitefooter .ftaccentbar{height:4px;background:linear-gradient(90deg,#851622 0%,#FFE9C3 50%,#04D2D2 100%);width:100%}
.sitefooter .ftbody{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:1fr 3fr;gap:40px;padding:40px 40px 24px}
.sitefooter .ftleftcol{display:flex;flex-direction:column;gap:24px}
.sitefooter .ftbrand{display:flex;flex-direction:column;gap:16px}
.sitefooter .ftlogobox{width:88px;height:88px;background:#ffe9c31f;border:1.5px solid #04d2d24d;border-radius:16px;padding:8px;display:flex;align-items:center;justify-content:center;box-shadow:-1px 3px 5px -2px #85162212 0 0 0 3px #04d2d214}
.sitefooter .ftlogobox img{width:72px;height:72px;object-fit:contain;display:block}
.sitefooter .ftcontactblock{display:flex;flex-direction:column;gap:8px}
.sitefooter .ftcontactblock a,.sitefooter .ftcontactblock span{font-size:14px;line-height:1.55;color:#e8e8e4b8;text-decoration:none;transition:color .35s cubic-bezier(0.16,1,0.3,1)}
.sitefooter .ftcontactblock a:hover{color:#04D2D2}
.sitefooter .ftrightcol{display:flex;flex-direction:column;gap:24px;padding-left:40px;border-left:1.5px solid #04d2d21f}
.sitefooter .ftnavgroup{display:flex;flex-wrap:wrap;gap:8px 40px}
.sitefooter .ftnav{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px;min-width:180px}
.sitefooter .ftnav li a{font-family:'Ubuntu',sans-serif;font-size:14px;color:#e8e8e4bf;text-decoration:none;padding:4px 0;display:inline-block;transition:color .45s ease-in-out;position:relative}
.sitefooter .ftnav li a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:1px;background:#04D2D2;transition:width .35s cubic-bezier(0.16,1,0.3,1)}
.sitefooter .ftnav li a:hover{color:#04D2D2}
.sitefooter .ftnav li a:hover::after{width:100%}
.sitefooter .ftpolicynav{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px 24px}
.sitefooter .ftpolicynav li a{font-size:14px;color:#e8e8e480;text-decoration:none;transition:color .35s cubic-bezier(0.16,1,0.3,1)}
.sitefooter .ftpolicynav li a:hover{color:#FFE9C3}
.sitefooter .ftpolicysep{border-top:1px solid #04d2d21a;margin:0 40px}
.sitefooter .ftbottomrow{max-width:1500px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;padding:16px 40px 24px}
.sitefooter .ftcopy{font-size:14px;color:#e8e8e466}
.sitefooter .ftmanagelink{font-size:14px;color:#04d2d2a6;text-decoration:underline;cursor:pointer;background:none;border:none;padding:4px 0;font-family:'Cabin',sans-serif;transition:color .35s cubic-bezier(0.16,1,0.3,1)}
.sitefooter .ftmanagelink:hover{color:#04D2D2}
@media (max-width: 900px) {
.siteheader .hdrinner{grid-template-columns:1fr 1fr;min-height:80px}
.siteheader .hdrbrand{padding:16px}
.siteheader .hdrnavzone{padding:16px}
.sitefooter .ftbody{grid-template-columns:1fr;gap:24px;padding:40px 24px 16px}
.sitefooter .ftrightcol{padding-left:0;border-left:none;border-top:1.5px solid #04d2d21f;padding-top:24px}
.sitefooter .ftbottomrow{padding:16px 24px 24px}
.sitefooter .ftpolicysep{margin:0 24px}
}
.esgu-policy-inner{max-width:1500px;margin:0 auto;padding:80px 40px;color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
.esgu-policy-inner ul,.esgu-policy-inner ol{padding-left:24px;margin:16px 0}
.esgu-policy-inner li{font-size:16px;line-height:1.8;margin:8px 0;color:#2a2a2a}
.esgu-policy-inner ul li{list-style:none;padding-left:16px;position:relative}
.esgu-policy-inner ul li::before{content:'';position:absolute;left:0;top:.72em;width:6px;height:6px;border-radius:50%;background:#04D2D2}
.esgu-policy-inner ol{list-style:decimal}
.esgu-policy-inner ol li{padding-left:8px}
.esgu-policy-inner ol li::marker{color:#851622;font-size:14px}
.esgu-policy-inner strong,.esgu-policy-inner b{font-weight:700;color:#111}
.esgu-policy-inner em,.esgu-policy-inner i{font-style:italic;color:#444}
.esgu-policy-inner a{color:#851622;text-decoration:none;background-image:linear-gradient(90deg,#851622,#04D2D2);background-size:0 1px;background-repeat:no-repeat;background-position:left bottom;padding-bottom:1px;transition:background-size .35s cubic-bezier(0.16,1,0.3,1),color .35s ease-in-out}
.esgu-policy-inner a:hover{color:#04D2D2;background-size:100% 1px}
.esgu-policy-inner table{width:100%;border-collapse:collapse;margin:40px 0;font-size:14px;line-height:1.55;border-radius:10px;overflow:hidden;box-shadow:-1px 7px 22px -2px #04d2d21a}
.esgu-policy-inner thead{background:linear-gradient(135deg,#851622 0%,#6a1019 100%)}
.esgu-policy-inner thead th{color:#fff;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:16px 24px;text-align:left}
.esgu-policy-inner tbody tr{border-bottom:1px solid #04d2d21f;transition:background-color .35s ease-in-out}
.esgu-policy-inner tbody tr:last-child{border-bottom:none}
.esgu-policy-inner tbody tr:nth-child(even){background:#ffe9c32e}
.esgu-policy-inner tbody tr:hover{background:#04d2d212}
.esgu-policy-inner td{padding:16px 24px;font-size:16px;line-height:1.55;color:#2a2a2a;vertical-align:top}
.esgu-policy-inner th{padding:16px 24px}
.esgu-policy-inner div{margin:16px 0;font-size:16px;line-height:1.8;color:#2a2a2a}
::selection{background:linear-gradient(90deg,#04D2D2,#851622);color:#fff}
.esgu-policy-inner ::selection{background:#04D2D2;color:#fff}
.detailpage{max-width:1500px;margin:0 auto;padding:0;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
.detailpage ::selection{background:linear-gradient(90deg,#04D2D2,#851622);color:#fff}
.detailpage :focus-visible{outline:2px solid #04D2D2;outline-offset:3px}
.detailpage .titleblock{background:#f9f7f4;padding:80px 80px 40px;position:relative}
.detailpage .titleblock::before{content:'';position:absolute;top:24px;right:80px;width:60px;height:40px;background-image:repeating-linear-gradient(0deg,#04D2D2 0px,#04D2D2 2px,transparent 2px,transparent 10px);opacity:.35;pointer-events:none}
.detailpage .titleblock::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,#04D2D2 0%,#FFE9C3 60%,transparent 100%)}
.detailpage .titlemeta{display:flex;flex-direction:row;align-items:center;gap:16px;margin-bottom:24px}
.detailpage .cattag{display:inline-block;background:#04D2D2;color:#fff;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 16px;border-radius:28px}
.detailpage .readtimebadge{font-size:14px;color:#666;display:flex;flex-direction:row;align-items:center;gap:8px}
.detailpage .readtimebadge svg{width:16px;height:16px;flex-shrink:0}
.detailpage .titleh1{font-size:66px;line-height:1.2;color:#111;font-weight:800;margin:0 0 24px;max-width:900px}
.detailpage .titledesc{font-size:20px;line-height:1.55;color:#444;max-width:700px;margin:0}
.detailpage .svgdivider{display:block;width:100%;overflow:hidden;line-height:0;background:#f9f7f4}
.detailpage .svgdivider svg{display:block;width:100%}
.detailpage .maingrid{display:grid;grid-template-columns:1fr 3fr;gap:0;background:#fff;align-items:start}
.detailpage .stickysidenav{padding:40px 24px 40px 80px;position:sticky;top:24px}
.detailpage .sideinfo{background:#f9f7f4;border-radius:16px;padding:24px;margin-bottom:24px;border:1px solid #04d2d226;box-shadow:-1px 3px 5px -2px #04d2d212 -1px 7px 22px -2px #04d2d21a}
.detailpage .sidepricelabel{font-size:14px;color:#666;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}
.detailpage .sideprice{font-size:36px;font-weight:800;color:#851622;line-height:1.2;margin-bottom:8px}
.detailpage .sidepricedes{font-size:14px;color:#555;line-height:1.55;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #04d2d233}
.detailpage .siderow{display:flex;flex-direction:row;align-items:center;gap:8px;margin-bottom:8px;font-size:14px;color:#444}
.detailpage .siderow svg{width:16px;height:16px;flex-shrink:0;color:#04D2D2}
.detailpage .siderow strong{color:#111}
.detailpage .seatsbadge{display:inline-block;background:#FFE9C3;color:#851622;font-size:14px;font-weight:700;padding:4px 12px;border-radius:28px;margin-top:8px}
.detailpage .ctabtn{display:block;width:100%;background:linear-gradient(135deg,#04D2D2 0%,#028f8f 100%);color:#fff;font-size:16px;font-weight:700;text-align:center;padding:16px 24px;border-radius:10px;text-decoration:none;border:none;cursor:pointer;margin-top:16px;box-shadow:-1px 7px 22px -2px #04d2d21a;transition:background .45s cubic-bezier(0.16,1,0.3,1),box-shadow .35s ease-in-out;position:relative;overflow:hidden}
.detailpage .ctabtn:hover{background:linear-gradient(225deg,#04D2D2 0%,#028f8f 100%);box-shadow:-1px 8px 40px -2px #04d2d224}
.detailpage .ctabtn:active{box-shadow:inset -1px 3px 5px -2px #04d2d233}
.detailpage .utilbtns{display:flex;flex-direction:column;gap:8px;margin-top:16px}
.detailpage .utilbtn{display:flex;flex-direction:row;align-items:center;gap:8px;background:transparent;border:1px solid #04d2d259;border-radius:10px;color:#444;font-size:14px;padding:8px 16px;cursor:pointer;text-decoration:none;transition:border-color .35s ease-in-out,color .35s ease-in-out;width:100%;justify-content:center}
.detailpage .utilbtn svg{width:15px;height:15px;flex-shrink:0}
.detailpage .utilbtn:hover{border-color:#04D2D2;color:#04D2D2}
.detailpage .copymsg{display:none;font-size:14px;color:#04D2D2;text-align:center;margin-top:4px}
.detailpage .maincontent{padding:40px 80px 80px 40px;border-left:1px solid #04d2d21f}
.detailpage .heroimg{width:100%;aspect-ratio:16/7;object-fit:cover;border-radius:16px;margin-bottom:40px;display:block;filter:grayscale(100%) contrast(1.15);transition:filter .55s cubic-bezier(0.16,1,0.3,1)}
.detailpage .heroimg:hover{filter:grayscale(0%) contrast(1)}
.detailpage .descblock{font-size:16px;line-height:1.8;color:#333;text-align:justify;margin-bottom:40px}
.detailpage .descblock h2{font-size:36px;line-height:1.2;color:#111;font-weight:700;margin:40px 0 16px;text-align:left}
.detailpage .descblock h3{font-size:20px;line-height:1.55;color:#851622;font-weight:600;margin:24px 0 8px;text-align:left}
.detailpage .descblock small{font-size:14px;color:#777}
.detailpage .descblock em{font-style:italic;color:#555}
.detailpage .descblock mark{background:#FFE9C3;color:#851622;border-radius:6px;padding:0 4px}
.detailpage .descblock ul{padding-left:0;list-style:none;margin:16px 0}
.detailpage .descblock ul li{padding:8px 16px;background:#f9f7f4;border-radius:10px;margin-bottom:8px;border-left:3px solid #04D2D2;font-size:16px;line-height:1.55}
.detailpage .descblock blockquote{margin:24px 0;padding:16px 24px;background:linear-gradient(135deg,#04d2d212 0%,#ffe9c326 100%);border-radius:10px;border:1px solid #04d2d233;font-size:16px;line-height:1.8;color:#444;font-style:italic}
.detailpage .descblock details{margin:16px 0;border:1px solid #04d2d233;border-radius:10px;overflow:hidden}
.detailpage .descblock summary{padding:16px;font-weight:600;color:#111;cursor:pointer;background:#f9f7f4;font-size:16px;list-style:none}
.detailpage .descblock summary::-webkit-details-marker{display:none}
.detailpage .descblock details[open] summary{border-bottom:1px solid #04d2d233}
.detailpage .descblock details > :not(summary){padding:16px}
.detailpage .programsection{background:#f9f7f4;padding:40px 80px;position:relative}
.detailpage .programsection::before{content:'';position:absolute;bottom:24px;left:40px;width:80px;height:60px;background:conic-gradient(from 45deg,#04d2d214 0%,#8516220f 50%,transparent 100%);border-radius:50%;pointer-events:none}
.detailpage .programtitle{font-size:36px;line-height:1.2;color:#111;font-weight:800;margin:0 0 40px;padding-bottom:16px;border-bottom:2px solid #04D2D2;display:inline-block}
.detailpage .programcontent{font-size:16px;line-height:1.8;color:#333;max-width:900px}
.detailpage .programcontent h2{font-size:20px;line-height:1.55;color:#111;font-weight:700;margin:24px 0 8px}
.detailpage .programcontent h3{font-size:16px;color:#555;font-weight:600;margin:16px 0 8px}
.detailpage .programcontent p{margin:0 0 8px}
.detailpage .programcontent mark{background:#FFE9C3;color:#851622;border-radius:6px;padding:0 4px}
.detailpage .programcontent em{color:#555;font-style:italic}
.detailpage .programcontent ol{padding-left:0;list-style:none;counter-reset:progcounter;margin:16px 0}
.detailpage .programcontent ol li{counter-increment:progcounter;display:flex;flex-direction:row;align-items:flex-start;gap:16px;margin-bottom:16px;padding:16px;background:#fff;border-radius:10px;box-shadow:-1px 3px 5px -2px #04d2d212;position:relative}
.detailpage .programcontent ol li::before{content:counter(progcounter);flex-shrink:0;width:32px;height:32px;background:#851622;color:#fff;font-size:14px;font-weight:800;border-radius:44px;display:flex;align-items:center;justify-content:center}
.detailpage .svgdivider2{display:block;width:100%;overflow:hidden;line-height:0;background:#fff}
.detailpage .svgdivider2 svg{display:block;width:100%}
@media (max-width: 900px) {
.detailpage .titleblock{padding:40px 24px}
.detailpage .titleh1{font-size:36px}
.detailpage .maingrid{grid-template-columns:1fr}
.detailpage .stickysidenav{padding:24px;position:static}
.detailpage .maincontent{padding:24px;border-left:none;border-top:1px solid #04d2d21f}
.detailpage .programsection{padding:40px 24px}
.detailpage .titleblock::before{right:24px}
}
.digestpost{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;background:#faf9f7;color:#1a1a1a;overflow-x:clip}
.digestpost ::selection{background:linear-gradient(90deg,#04D2D2,#851622);color:#fff}
.digestpost .postwrap{max-width:1500px;margin:0 auto;padding:0 40px}
.digestpost .posthero{position:relative;padding:40px 0 0;background:#fff;border-bottom:1px solid #04d2d22e}
.digestpost .posthero .postwrap{display:flex;flex-direction:row;align-items:flex-end;gap:40px}
.digestpost .herotext{flex:1 1 55%;padding-bottom:40px}
.digestpost .heroimg{flex:0 0 38%;max-width:38%;position:relative}
.digestpost .heroimg img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;clip-path:polygon(0 0,100% 0,100% 82%,88% 100%,0 100%);border-radius:16px 16px 0 0}
.digestpost .tagrow{display:flex;flex-direction:row;align-items:center;gap:8px;margin-bottom:16px;flex-wrap:wrap}
.digestpost .arttag{display:inline-block;background:#04d2d21a;color:#04D2D2;border:1px solid #04d2d252;border-radius:28px;font-size:14px;line-height:1.2;padding:4px 16px;letter-spacing:.04em;text-transform:uppercase}
.digestpost .readtime{display:inline-flex;align-items:center;gap:8px;font-size:14px;line-height:1.2;color:#888;border-radius:6px;background:#f3f3f0;padding:4px 16px}
.digestpost .readtime svg{flex-shrink:0}
.digestpost .posttitle{font-size:50px;line-height:1.2;font-weight:800;color:#111;margin:0 0 16px;position:relative;padding-left:20px}
.digestpost .posttitle::before{content:'';position:absolute;left:0;top:8px;bottom:8px;width:4px;border-radius:6px;background:linear-gradient(180deg,#04D2D2 0%,#851622 100%)}
.digestpost .postsubtitle{font-size:20px;line-height:1.55;color:#555;font-weight:400;margin:0 0 24px}
.digestpost .metarow{display:flex;flex-direction:row;align-items:center;gap:24px;flex-wrap:wrap}
.digestpost .authorname{font-size:16px;line-height:1.2;font-weight:600;color:#1a1a1a}
.digestpost .metasep{width:4px;height:4px;border-radius:44px;background:#ccc;display:inline-block}
.digestpost .statpill{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#777;background:#f3f3f0;border-radius:28px;padding:4px 16px}
.digestpost .statpill svg{flex-shrink:0}
.digestpost .decorcirc{position:absolute;top:-40px;right:0;width:220px;height:220px;pointer-events:none;opacity:.07;z-index:0}
.digestpost .decorcirc circle{fill:none;stroke:#04D2D2}
.digestpost .postbody{padding:80px 0;background:#faf9f7}
.digestpost .bodylayout{display:grid;grid-template-columns:1fr 3fr;gap:80px;align-items:start}
.digestpost .bodysidebar{position:sticky;top:40px}
.digestpost .sideblock{background:#fff;border-radius:16px;padding:24px;box-shadow:-1px 7px 22px -2px #04d2d21a;margin-bottom:24px}
.digestpost .sideblock:last-child{margin-bottom:0}
.digestpost .sidelabel{font-size:14px;line-height:1.2;text-transform:uppercase;letter-spacing:.08em;color:#04D2D2;font-weight:700;margin-bottom:16px}
.digestpost .sidestat{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f0efec;font-size:16px;color:#333}
.digestpost .sidestat:last-child{border-bottom:none}
.digestpost .sidestatval{font-size:20px;font-weight:700;color:#04D2D2}
.digestpost .digestcontent{min-width:0}
.digestpost .digestcontent p{font-size:16px;line-height:1.8;color:#2a2a2a;margin:0 0 24px;text-align:justify}
.digestpost .digestcontent h2{font-size:36px;line-height:1.2;font-weight:700;color:#111;margin:40px 0 16px}
.digestpost .digestcontent h3{font-size:20px;line-height:1.55;font-weight:600;color:#222;margin:24px 0 16px}
.digestpost .digestcontent small{font-size:14px;line-height:1.55;color:#888;display:block;margin-bottom:16px}
.digestpost .digestcontent ul,.digestpost .digestcontent ol{padding-left:24px;margin:0 0 24px}
.digestpost .digestcontent li{font-size:16px;line-height:1.8;color:#2a2a2a;margin-bottom:8px}
.digestpost .digestcontent ul li{list-style:none;position:relative;padding-left:16px}
.digestpost .digestcontent ul li::before{content:'';position:absolute;left:0;top:12px;width:6px;height:6px;border-radius:44px;background:#04D2D2}
.digestpost .digestcontent table{width:100%;border-collapse:collapse;margin-bottom:24px;font-size:16px;border-radius:10px;overflow:hidden;box-shadow:-1px 3px 5px -2px #04d2d212}
.digestpost .digestcontent caption{font-size:14px;color:#888;caption-side:bottom;padding:8px 0 0;text-align:left}
.digestpost .digestcontent thead tr{background:#04D2D2;color:#fff}
.digestpost .digestcontent thead td,.digestpost .digestcontent thead th{padding:16px;font-weight:700;text-align:left}
.digestpost .digestcontent tfoot tr{background:#04d2d214}
.digestpost .digestcontent tfoot td{padding:12px 16px;font-size:14px;color:#555;border-top:1px solid #04d2d233}
.digestpost .digestcontent tbody tr{border-bottom:1px solid #f0efec;transition:background .35s cubic-bezier(0.16,1,0.3,1)}
.digestpost .digestcontent tbody tr:hover{background:#04d2d20a}
.digestpost .digestcontent tbody td{padding:12px 16px;color:#333}
.digestpost .digestcontent time{font-size:14px;color:#888;display:inline-block}
.digestpost .backband{padding:24px 0;background:linear-gradient(90deg,#04d2d21f 0%,transparent 70%);border-top:1px solid #04d2d224}
.digestpost .backlink{display:inline-flex;flex-direction:row;align-items:center;gap:8px;font-size:16px;color:#04D2D2;text-decoration:none;font-weight:600;border-radius:6px;padding:4px 0;transition:gap .35s cubic-bezier(0.16,1,0.3,1),color .35s ease-in-out}
.digestpost .backlink:hover{gap:16px;color:#851622}
.digestpost .backlink:hover .backarrow path{stroke:#851622}
.digestpost .backarrow{transition:transform .35s cubic-bezier(0.16,1,0.3,1)}
.digestpost .backlink:hover .backarrow{transform:translateX(-4px)}
.digestpost .backarrow path{stroke:#04D2D2;transition:stroke .35s ease-in-out}
@media (max-width: 900px) {
.digestpost .posthero .postwrap{flex-direction:column;gap:24px}
.digestpost .heroimg{flex:0 0 100%;max-width:100%}
.digestpost .bodylayout{grid-template-columns:1fr;gap:40px}
.digestpost .bodysidebar{position:static}
.digestpost .posttitle{font-size:36px}
.digestpost .postwrap{padding:0 16px}
}
.masterclasspage{display:flex;flex-direction:column;max-width:1500px;margin:0 auto;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
.masterclasspage ::selection{background:linear-gradient(90deg,#04D2D2,#851622);color:#fff}
.masterclasspage *,.masterclasspage ::before,.masterclasspage ::after{box-sizing:border-box}
.masterclasspage .pagetop{position:relative;padding:80px;display:grid;grid-template-columns:1fr 3fr;gap:40px;align-items:center;background:#fff}
.masterclasspage .pagetop::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#04D2D2 0%,#FFE9C3 50%,#851622 100%)}
.masterclasspage .pagetop-imgzone{position:relative;clip-path:polygon(0 0,90% 0,100% 10%,100% 100%,10% 100%,0 90%);aspect-ratio:4/3;overflow:hidden}
.masterclasspage .pagetop-imgzone img{width:100%;height:100%;object-fit:cover;display:block}
.masterclasspage .pagetop-imgzone::before{content:'';position:absolute;top:0;left:0;width:60%;height:60%;background:conic-gradient(from 135deg at 0% 0%,#04d2d259 0deg,transparent 120deg);z-index:1;pointer-events:none}
.masterclasspage .bracketdeco{position:absolute;width:24px;height:24px;border-color:#04D2D2;border-style:solid;pointer-events:none;z-index:2}
.masterclasspage .bracketdeco.tl{top:-8px;left:-8px;border-width:3px 0 0 3px}
.masterclasspage .bracketdeco.br{bottom:-8px;right:-8px;border-width:0 3px 3px 0}
.masterclasspage .pagetop-textzone{padding:40px 24px 24px 40px;display:flex;flex-direction:column;gap:16px}
.masterclasspage .pagetop-label{display:inline-flex;align-items:center;gap:8px;font-size:14px;text-transform:uppercase;letter-spacing:.12em;color:#851622;font-weight:600}
.masterclasspage .pagetop-label span{display:inline-block;width:28px;height:2px;background:#851622}
.masterclasspage .pagetop-h1big{font-size:66px;line-height:1.2;color:#1a1a1a;font-weight:800;margin:0}
.masterclasspage .pagetop-h1big em{font-style:normal;background:linear-gradient(120deg,#04D2D2,#851622);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.masterclasspage .pagetop-subtitle{font-size:20px;line-height:1.55;color:#444;font-weight:300;margin:0;max-width:560px;text-align:justify}
.masterclasspage .pagetop-dots{position:absolute;right:80px;bottom:40px;display:grid;grid-template-columns:repeat(6,1fr);gap:8px;pointer-events:none}
.masterclasspage .pagetop-dots span{border-radius:44px;background:#04D2D2;opacity:.18}
.masterclasspage .pagetop-dots span:nth-child(odd){width:6px;height:6px}
.masterclasspage .pagetop-dots span:nth-child(even){width:4px;height:4px;align-self:center}
.masterclasspage .pagetop-dots span:nth-child(3n){width:8px;height:8px;opacity:.1}
.masterclasspage .wavesep{display:block;width:100%;height:32px;overflow:hidden;line-height:0}
.masterclasspage .wavesep svg{display:block;width:100%}
.masterclasspage .cardsgrid-section{padding:80px;background:#fff}
.masterclasspage .cardsgrid-header{margin-bottom:40px}
.masterclasspage .cardsgrid-header h2{font-size:36px;line-height:1.2;color:#1a1a1a;font-weight:700;margin:0 0 8px}
.masterclasspage .cardsgrid-header p{font-size:16px;line-height:1.55;color:#555;margin:0;max-width:520px}
.masterclasspage .cardsgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:40px}
.masterclasspage .mccard{background:#fff;border-radius:16px;box-shadow:-1px 7px 22px -2px #04d2d21a;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .45s cubic-bezier(0.16,1,0.3,1),transform .45s cubic-bezier(0.16,1,0.3,1);border:1px solid #04d2d221}
.masterclasspage .mccard:hover{box-shadow:-1px 8px 40px -2px #04d2d224;transform:translateY(-4px)}
.masterclasspage .mccard-imgwrap{position:relative;aspect-ratio:16/9;overflow:hidden}
.masterclasspage .mccard-imgwrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s cubic-bezier(0.16,1,0.3,1)}
.masterclasspage .mccard:hover .mccard-imgwrap img{transform:scale(1.04)}
.masterclasspage .mccard-tag{position:absolute;top:16px;left:16px;background:#04D2D2;color:#fff;font-size:14px;font-weight:600;padding:4px 16px;border-radius:44px;letter-spacing:.04em}
.masterclasspage .mccard-seats{position:absolute;top:16px;right:16px;background:#851622eb;color:#fff;font-size:14px;padding:4px 16px;border-radius:44px}
.masterclasspage .mccard-body{padding:24px;display:flex;flex-direction:column;gap:16px;flex:1}
.masterclasspage .mccard-meta{display:flex;flex-direction:row;gap:16px;align-items:center}
.masterclasspage .mccard-meta-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#777}
.masterclasspage .mccard-meta-item svg{flex-shrink:0}
.masterclasspage .mccard-title{font-size:20px;line-height:1.2;color:#1a1a1a;font-weight:700;margin:0}
.masterclasspage .mccard-desc{font-size:16px;line-height:1.55;color:#555;margin:0;text-align:justify}
.masterclasspage .mccard-footer{padding:16px 24px 24px;display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:16px;border-top:1px solid #04d2d221;margin-top:auto}
.masterclasspage .mccard-price{display:flex;flex-direction:column;gap:4px}
.masterclasspage .mccard-pricenum{font-size:36px;line-height:1.2;font-weight:800;color:#851622}
.masterclasspage .mccard-pricedes{font-size:14px;color:#999;line-height:1.55}
.masterclasspage .mccard-btn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#04D2D2 0%,#029f9f 100%);color:#fff;font-size:16px;font-weight:600;padding:16px 24px;border-radius:10px;text-decoration:none;transition:background .45s cubic-bezier(0.16,1,0.3,1),box-shadow .35s ease-in-out;box-shadow:-1px 3px 5px -2px #04d2d212;white-space:nowrap}
.masterclasspage .mccard-btn:hover{background:linear-gradient(270deg,#04D2D2 0%,#029f9f 100%);box-shadow:-1px 7px 22px -2px #04d2d21a}
.masterclasspage .mccard-btn:active{box-shadow:inset -1px 3px 5px -2px #04d2d224}
.masterclasspage .mccard-btn svg{transition:transform .35s ease-in-out}
.masterclasspage .mccard-btn:hover svg{transform:translateX(4px)}
.masterclasspage .wavesep2{display:block;width:100%;height:32px;overflow:hidden;line-height:0}
.masterclasspage .wavesep2 svg{display:block;width:100%}
.masterclasspage .whysection{padding:80px;background:#f8fffe;display:flex;flex-direction:column;gap:40px}
.masterclasspage .whysection-inner{display:grid;grid-template-columns:1fr 3fr;gap:80px;align-items:start}
.masterclasspage .whyside-label{display:flex;flex-direction:column;gap:16px;position:sticky;top:40px}
.masterclasspage .whyside-label h2{font-size:36px;line-height:1.2;color:#1a1a1a;font-weight:800;margin:0}
.masterclasspage .whyside-label p{font-size:16px;line-height:1.55;color:#555;margin:0;text-align:justify}
.masterclasspage .whyitems{display:flex;flex-direction:column;gap:24px}
.masterclasspage .whyitem{display:grid;grid-template-columns:80px 1fr;gap:24px;align-items:start;padding:24px;border-radius:16px;background:#fff;box-shadow:-1px 3px 5px -2px #04d2d212;transition:box-shadow .45s cubic-bezier(0.16,1,0.3,1)}
.masterclasspage .whyitem:hover{box-shadow:-1px 7px 22px -2px #04d2d21a}
.masterclasspage .whyitem-icon{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,#FFE9C3 0%,#fff 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #8516221a}
.masterclasspage .whyitem-text h4{font-size:20px;line-height:1.2;color:#1a1a1a;font-weight:700;margin:0 0 8px}
.masterclasspage .whyitem-text p{font-size:16px;line-height:1.55;color:#555;margin:0;text-align:justify}
.masterclasspage .ctasection{padding:80px;background:#fff;display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center;position:relative;overflow:hidden}
.masterclasspage .ctasection::before{content:'';position:absolute;top:-40px;left:50%;transform:translateX(-50%);width:600px;height:600px;border-radius:44px;background:conic-gradient(from 45deg at 60% 40%,#04d2d212 0deg,#ffe9c31f 120deg,#8516220d 240deg,#04d2d212 360deg);pointer-events:none;z-index:0}
.masterclasspage .ctasection > *{position:relative;z-index:1}
.masterclasspage .ctasection h2{font-size:50px;line-height:1.2;font-weight:800;color:#1a1a1a;margin:0;max-width:700px}
.masterclasspage .ctasection p{font-size:20px;line-height:1.55;color:#555;max-width:560px;margin:0;text-align:justify}
.masterclasspage .ctabtnrow{display:flex;flex-direction:row;gap:16px;align-items:center;flex-wrap:wrap;justify-content:center}
.masterclasspage .ctabtn-primary{display:inline-flex;align-items:center;gap:8px;padding:16px 40px;border-radius:10px;background:linear-gradient(135deg,#851622 0%,#b01e2d 100%);color:#fff;font-size:16px;font-weight:700;text-decoration:none;transition:background .45s cubic-bezier(0.16,1,0.3,1),box-shadow .35s ease-in-out;box-shadow:-1px 3px 5px -2px #85162212}
.masterclasspage .ctabtn-primary:hover{background:linear-gradient(270deg,#851622 0%,#b01e2d 100%);box-shadow:-1px 7px 22px -2px #85162224}
.masterclasspage .ctabtn-primary:active{box-shadow:inset -1px 3px 5px -2px #85162224}
.masterclasspage .ctabtn-secondary{display:inline-flex;align-items:center;gap:8px;padding:16px 40px;border-radius:10px;border:2px solid #04D2D2;background:transparent;color:#04D2D2;font-size:16px;font-weight:700;text-decoration:none;transition:background .45s cubic-bezier(0.16,1,0.3,1),color .35s ease-in-out}
.masterclasspage .ctabtn-secondary:hover{background:#04D2D2;color:#fff}
.masterclasspage .ctabtn-secondary:active{box-shadow:inset -1px 3px 5px -2px #04d2d224}
.masterclasspage .statsbar{display:flex;flex-direction:row;flex-wrap:wrap;gap:40px;align-items:center;justify-content:center;padding:40px 80px;background:linear-gradient(135deg,#04d2d212 0%,#ffe9c32e 100%);border-top:1px solid #04d2d226;border-bottom:1px solid #04d2d226}
.masterclasspage .statitem{display:flex;flex-direction:column;align-items:center;gap:4px}
.masterclasspage .statitem-num{font-size:50px;line-height:1.2;font-weight:800;color:#851622}
.masterclasspage .statitem-label{font-size:14px;color:#555;text-transform:uppercase;letter-spacing:.1em;font-weight:500}
.masterclasspage .statitem-divider{width:1px;height:64px;background:#04d2d240}
@media (max-width: 900px) {
.masterclasspage .pagetop{grid-template-columns:1fr;padding:40px 24px}
.masterclasspage .pagetop-dots{display:none}
.masterclasspage .pagetop-h1big{font-size:36px}
.masterclasspage .pagetop-textzone{padding:16px 0 0}
.masterclasspage .cardsgrid-section{padding:40px 24px}
.masterclasspage .cardsgrid{grid-template-columns:1fr}
.masterclasspage .whysection{padding:40px 24px}
.masterclasspage .whysection-inner{grid-template-columns:1fr;gap:24px}
.masterclasspage .whyitem{grid-template-columns:1fr}
.masterclasspage .ctasection{padding:40px 24px}
.masterclasspage .ctasection h2{font-size:36px}
.masterclasspage .statsbar{padding:40px 24px;gap:24px}
.masterclasspage .statitem-divider{display:none}
}
.contactpage{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;background:#fafaf8;overflow-x:clip}
.contactpage ::selection{background:linear-gradient(90deg,#04D2D2,#851622);color:#fff}
.contactpage img{display:block;max-width:100%;height:auto}
.contactpage a{color:#851622;text-decoration:underline;transition:color .35s cubic-bezier(0.16,1,0.3,1)}
.contactpage a:hover{color:#04D2D2}
.contactpage .ctablock{position:relative;display:grid;grid-template-columns:1fr 3fr;gap:40px;max-width:1500px;margin:0 auto;padding:80px 40px;align-items:start;overflow:hidden}
.contactpage .ctablock::before{content:'';position:absolute;inset:0;background-image:linear-gradient(#04d2d20a 1px,transparent 1px),linear-gradient(90deg,#04d2d20a 1px,transparent 1px);background-size:48px 48px;pointer-events:none}
.contactpage .ctablock-left{padding-top:8px}
.contactpage .ctablock-label{display:inline-block;font-size:14px;line-height:1.55;text-transform:uppercase;letter-spacing:.12em;color:#851622;background:#FFE9C3;padding:4px 16px;border-radius:44px;margin-bottom:24px}
.contactpage .ctablock-heading{font-size:50px;line-height:1.2;font-weight:700;color:#1a1a1a;margin:0 0 24px}
.contactpage .ctablock-heading em{font-style:normal;color:#851622}
.contactpage .ctablock-desc{font-size:16px;line-height:1.55;color:#444;max-width:280px;text-align:justify}
.contactpage .ctablock-info{margin-top:40px;display:flex;flex-direction:column;gap:16px}
.contactpage .infoitem{display:flex;flex-direction:column;gap:4px}
.contactpage .infoitem-lbl{font-size:14px;line-height:1.55;text-transform:uppercase;letter-spacing:.1em;color:#04D2D2;font-weight:600}
.contactpage .infoitem-val{font-size:16px;line-height:1.55;color:#222}
.contactpage .infoitem-val a{color:#222;text-decoration:none;transition:color .35s cubic-bezier(0.16,1,0.3,1)}
.contactpage .infoitem-val a:hover{color:#851622;text-decoration:underline}
.contactpage .ctablock-right{position:relative}
.contactpage .formwrap{background:#fff;border-radius:16px;padding:40px;box-shadow:-1px 7px 22px -2px #04d2d21a -1px 8px 40px -2px #04d2d224;position:relative}
.contactpage .formwrap::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:conic-gradient(from 135deg,#04D2D2 0%,#851622 40%,#FFE9C3 70%,#04D2D2 100%);border-radius:0 0 16px 16px}
.contactpage .formtitle{font-size:36px;line-height:1.2;font-weight:700;color:#1a1a1a;margin:0 0 8px}
.contactpage .formsub{font-size:16px;line-height:1.55;color:#666;margin:0 0 40px}
.contactpage .formrow{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}
.contactpage .formgroup{display:flex;flex-direction:column;gap:8px}
.contactpage .formgroup-full{margin-bottom:24px}
.contactpage .formlabel{font-size:14px;line-height:1.55;font-weight:600;color:#333;text-transform:uppercase;letter-spacing:.08em}
.contactpage .forminput{font-size:16px;line-height:1.55;color:#1a1a1a;background:#fafaf8;border:1.5px solid #e0e0d8;border-radius:10px;padding:16px;outline:none;transition:border-color .35s cubic-bezier(0.16,1,0.3,1),box-shadow .35s cubic-bezier(0.16,1,0.3,1);width:100%;box-sizing:border-box}
.contactpage .forminput::placeholder{font-size:14px;color:#aaa}
.contactpage .forminput:focus{border-color:#04D2D2;box-shadow:-1px 3px 5px -2px #04d2d212}
.contactpage .timelinelabel{font-size:14px;line-height:1.55;font-weight:600;color:#333;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}
.contactpage .timelineopts{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;margin-bottom:24px}
.contactpage .timelineopts input[type="radio"]{position:absolute;opacity:0;width:0;height:0;pointer-events:none}
.contactpage .timelineopts label{font-size:14px;line-height:1.55;color:#444;background:#fafaf8;border:1.5px solid #e0e0d8;border-radius:44px;padding:8px 16px;cursor:pointer;transition:background .35s cubic-bezier(0.16,1,0.3,1),border-color .45s ease-in-out,color .35s cubic-bezier(0.16,1,0.3,1);user-select:none}
.contactpage .timelineopts input[type="radio"]:checked + label{background:#04D2D2;border-color:#04D2D2;color:#fff;box-shadow:inset 0 1px 3px #04d2d22e}
.contactpage .timelineopts label:hover{border-color:#04D2D2;color:#04D2D2}
.contactpage .privacyrow{display:flex;flex-direction:row;align-items:flex-start;gap:16px;margin-bottom:24px}
.contactpage .privacychk{width:20px;height:20px;min-width:20px;accent-color:#04D2D2;margin-top:2px;cursor:pointer}
.contactpage .privacytext{font-size:14px;line-height:1.8;color:#555}
.contactpage .privacytext a{color:#851622}
.contactpage .formbtn{display:inline-flex;flex-direction:row;align-items:center;gap:8px;font-size:16px;line-height:1.55;font-weight:600;color:#fff;background:linear-gradient(135deg,#04D2D2 0%,#0ab8b8 100%);border:none;border-radius:10px;padding:16px 40px;cursor:pointer;transition:background .45s ease-in-out,box-shadow .45s ease-in-out;box-shadow:-1px 3px 5px -2px #04d2d212;text-decoration:none}
.contactpage .formbtn:hover{background:linear-gradient(315deg,#04D2D2 0%,#851622 100%);box-shadow:-1px 7px 22px -2px #04d2d21a}
.contactpage .formbtn:active{box-shadow:inset 0 2px 6px #04d2d22e}
.contactpage .formbtn svg{transition:transform .35s cubic-bezier(0.16,1,0.3,1)}
.contactpage .formbtn:hover svg{transform:translateX(4px)}
.contactpage .imgblock{position:relative;background:#1a1a1a;overflow:hidden}
.contactpage .imgblock-inner{position:relative;max-width:1500px;margin:0 auto;display:grid;grid-template-columns:3fr 1fr;gap:0;min-height:320px;align-items:stretch}
.contactpage .imgblock-photo{position:relative;overflow:hidden}
.contactpage .imgblock-photo img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:brightness(0.6);transition:transform .55s cubic-bezier(0.16,1,0.3,1)}
.contactpage .imgblock-photo:hover img{transform:scale(1.03)}
.contactpage .imgblock-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:40px}
.contactpage .imgblock-quote{font-size:20px;line-height:1.55;color:#fff;font-weight:600;max-width:560px;margin:0 0 16px}
.contactpage .imgblock-quote span{color:#04D2D2}
.contactpage .imgblock-meta{font-size:14px;line-height:1.55;color:#ffffffa6}
.contactpage .imgblock-aside{background:#851622;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:40px;gap:24px}
.contactpage .imgblock-statnum{font-size:66px;line-height:1.2;font-weight:700;color:#FFE9C3;display:block}
.contactpage .imgblock-stattxt{font-size:16px;line-height:1.55;color:#ffe9c3cc;max-width:140px}
.contactpage .waveline-top{display:block;width:100%;height:18px;overflow:hidden}
.contactpage .waveline-bottom{display:block;width:100%;height:18px;overflow:hidden}
@media (max-width: 900px) {
.contactpage .ctablock{grid-template-columns:1fr;padding:40px 24px;gap:24px}
.contactpage .ctablock-desc{max-width:100%}
.contactpage .formrow{grid-template-columns:1fr}
.contactpage .imgblock-inner{grid-template-columns:1fr}
.contactpage .imgblock-aside{flex-direction:row;align-items:center;padding:24px;gap:40px}
.contactpage .ctablock-heading{font-size:36px}
}
@media (max-width: 600px) {
.contactpage .formwrap{padding:24px 16px}
.contactpage .timelineopts{gap:8px}
.contactpage .imgblock-overlay{padding:24px}
.contactpage .imgblock-quote{font-size:16px}
}
.aboutpage{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;overflow-x:hidden;background:#fff}
.aboutpage ::selection{background:linear-gradient(90deg,#04D2D2,#851622);color:#fff}
.abouthero{position:relative;min-height:600px;display:flex;align-items:flex-end;padding:80px 40px;overflow:hidden}
.abouthero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:grayscale(100%);transition:transform .55s cubic-bezier(0.16,1,0.3,1);z-index:0}
.abouthero:hover .abouthero-img{transform:scale(1.04) translateX(8px)}
.abouthero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0%,#04d2d22e 40%,#851622d1 100%);z-index:1}
.abouthero-content{position:relative;z-index:2;max-width:1500px;margin:0 auto;width:100%}
.abouthero-label{display:inline-block;font-size:14px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#04D2D2;background:#ffffff1a;border:1px solid #04d2d266;border-radius:44px;padding:4px 16px;margin-bottom:24px}
.abouthero-heading{font-size:66px;line-height:1.2;color:#fff;font-weight:800;margin:0 0 16px;max-width:780px}
.abouthero-heading span{color:#04D2D2}
.abouthero-sub{font-size:20px;line-height:1.55;color:#ffe9c3e6;max-width:540px;margin:0;text-align:left}
.divider-zigzag{display:block;width:100%;height:64px;margin-bottom:-2px}
.aboutorigin{background:#fff;padding:80px 40px}
.aboutorigin-inner{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:1fr 3fr;gap:80px;align-items:start}
.aboutorigin-side{display:flex;flex-direction:column;gap:24px}
.aboutorigin-year{font-size:66px;line-height:1.2;font-weight:900;background:conic-gradient(from 135deg,#04D2D2,#851622,#FFE9C3,#04D2D2);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}
.aboutorigin-badge{font-size:14px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#851622;background:#FFE9C3;border-radius:6px;padding:4px 16px;display:inline-block;width:fit-content}
.aboutorigin-stat{display:flex;flex-direction:column;gap:4px;padding:16px;background:#FFE9C3;border-radius:10px;box-shadow:-1px 3px 5px -2px #04d2d212}
.aboutorigin-stat strong{font-size:36px;line-height:1.2;font-weight:800;color:#851622}
.aboutorigin-stat span{font-size:14px;line-height:1.55;color:#333}
.aboutorigin-main{display:flex;flex-direction:column;gap:24px}
.aboutorigin-heading{font-size:36px;line-height:1.2;font-weight:700;color:#1a1a1a;margin:0}
.aboutorigin-para{font-size:16px;line-height:1.8;color:#333;margin:0;text-align:justify}
.aboutorigin-img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:16px;display:block;box-shadow:-1px 7px 22px -2px #04d2d21a;transition:transform .5s cubic-bezier(0.16,1,0.3,1)}
.aboutorigin-imgwrap{overflow:hidden;border-radius:16px}
.aboutorigin-imgwrap:hover .aboutorigin-img{transform:translateX(-10px)}
.aboutmission{background:#1a1a1a;padding:80px 40px;position:relative}
.aboutmission-inner{max-width:1500px;margin:0 auto;display:flex;flex-direction:column;gap:40px}
.aboutmission-top{display:flex;flex-direction:row;gap:80px;align-items:center}
.aboutmission-imgwrap{flex:0 0 42%;overflow:hidden;border-radius:16px}
.aboutmission-img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;transition:transform .5s cubic-bezier(0.16,1,0.3,1)}
.aboutmission-imgwrap:hover .aboutmission-img{transform:translateY(-8px)}
.aboutmission-text{flex:1;display:flex;flex-direction:column;gap:24px}
.aboutmission-label{font-size:14px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#04D2D2}
.aboutmission-heading{font-size:50px;line-height:1.2;font-weight:800;color:#fff;margin:0}
.aboutmission-para{font-size:16px;line-height:1.8;color:#ffffffc7;margin:0;text-align:justify}
.aboutmission-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.missioncard{background:#ffffff0d;border:1px solid #04d2d22e;border-radius:10px;padding:24px;display:flex;flex-direction:column;gap:16px;transition:border-color .35s ease-in-out,background .4s ease-in-out}
.missioncard:hover{border-color:#04D2D2;background:#04d2d212}
.missioncard-num{font-size:36px;font-weight:900;line-height:1.2;color:#04D2D2}
.missioncard-title{font-size:16px;font-weight:700;color:#fff;margin:0}
.missioncard-desc{font-size:14px;line-height:1.55;color:#ffffffa6;margin:0}
.aboutteam{background:#FFE9C3;padding:80px 40px}
.aboutteam-inner{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 2fr;gap:40px;align-items:start}
.aboutteam-portraitwrap{overflow:hidden;border-radius:28px;box-shadow:-1px 8px 40px -2px #85162224}
.aboutteam-portrait{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:top;display:block;transition:transform .5s cubic-bezier(0.16,1,0.3,1)}
.aboutteam-portraitwrap:hover .aboutteam-portrait{transform:scale(1.04) translateY(-4px)}
.aboutteam-personinfo{display:flex;flex-direction:column;gap:16px;padding-top:8px}
.aboutteam-name{font-size:20px;font-weight:800;color:#1a1a1a;margin:0}
.aboutteam-role{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#851622;background:#85162217;border-radius:6px;padding:4px 8px;display:inline-block;width:fit-content}
.aboutteam-quote{font-size:16px;line-height:1.8;color:#444;font-style:italic;margin:0;padding:16px;border-left:3px solid #04D2D2;background:#04d2d212;border-radius:0 10px 10px 0;text-align:justify}
.aboutteam-tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}
.aboutteam-tag{font-size:14px;color:#851622;background:#85162217;border-radius:44px;padding:4px 16px;font-weight:500}
.aboutteam-right{display:flex;flex-direction:column;gap:24px}
.aboutteam-heading{font-size:36px;font-weight:700;line-height:1.2;color:#1a1a1a;margin:0}
.aboutteam-para{font-size:16px;line-height:1.8;color:#333;margin:0;text-align:justify}
.aboutteam-imgrow{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.aboutteam-imgbox{overflow:hidden;border-radius:10px}
.aboutteam-imgbox img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;transition:transform .5s cubic-bezier(0.16,1,0.3,1)}
.aboutteam-imgbox:hover img{transform:translateX(6px)}
.aboutteam-ctalink{display:inline-flex;align-items:center;gap:8px;font-size:16px;font-weight:700;color:#851622;text-decoration:none;position:relative;width:fit-content}
.aboutteam-ctalink::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#851622;transition:width .35s cubic-bezier(0.16,1,0.3,1)}
.aboutteam-ctalink:hover::after{width:100%}
.aboutteam-ctalink svg{transition:transform .35s ease-in-out}
.aboutteam-ctalink:hover svg{transform:translateX(4px)}
.divider2{display:block;width:100%;height:56px}
@media (max-width: 900px) {
.abouthero-heading{font-size:36px}
.aboutorigin-inner{grid-template-columns:1fr;gap:40px}
.aboutmission-top{flex-direction:column;gap:40px}
.aboutmission-cards{grid-template-columns:1fr}
.aboutteam-inner{grid-template-columns:1fr}
.aboutmission-heading{font-size:36px}
.abouthero{padding:80px 16px 40px}
.aboutorigin{padding:40px 16px}
.aboutmission{padding:40px 16px}
.aboutteam{padding:40px 16px}
.aboutteam-imgrow{grid-template-columns:1fr}
}
.sitefront{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;background:#faf9f7;overflow-x:hidden}
.sitefront ::selection{background:linear-gradient(90deg,#04D2D2,#851622);color:#fff}
.sitefront *{box-sizing:border-box}
.sitefront .heroblock{background:linear-gradient(135deg,#e8fafa 0%,#FFE9C3 40%,#f0f8f8 70%,#fde8ea 100%);padding:80px 40px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden}
.sitefront .heroblock::before{content:'';position:absolute;inset:0;background:conic-gradient(from 210deg at 30% 60%,#04d2d21f 0deg,#ffe9c32e 90deg,#85162212 180deg,#04d2d214 360deg);pointer-events:none}
.sitefront .heroblock::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:60px;background:#faf9f7;clip-path:ellipse(55% 100% at 50% 100%);pointer-events:none}
.sitefront .heroinner{position:relative;z-index:1;max-width:900px}
.sitefront .herotitle{font-size:66px;line-height:1.2;font-weight:800;color:#1a1a1a;margin:0 0 40px;letter-spacing:-.02em}
.sitefront .herotitle span{background:linear-gradient(120deg,#04D2D2 0%,#851622 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.sitefront .heroimgwrap{width:340px;height:260px;margin:0 auto;clip-path:polygon(12% 0%,88% 0%,100% 14%,100% 86%,88% 100%,12% 100%,0% 86%,0% 14%);overflow:hidden;box-shadow:-1px 8px 40px -2px #04d2d224}
.sitefront .heroimgwrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;opacity:.92}
.sitefront .crossdiv{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px;padding:16px 40px;background:#faf9f7;overflow:hidden}
.sitefront .crossdiv span{display:inline-block;width:10px;height:10px;background:#04D2D2;clip-path:polygon(50% 0%,55% 45%,100% 50%,55% 55%,50% 100%,45% 55%,0% 50%,45% 45%);flex-shrink:0}
.sitefront .crossdiv span:nth-child(even){background:#851622;transform:rotate(22deg)}
.sitefront .aboutstrip{background:#fff;padding:80px 40px;display:flex;flex-direction:row;align-items:center;gap:80px;max-width:1500px;margin:0 auto}
.sitefront .abouttxtcol{flex:3}
.sitefront .aboutstatcol{flex:1;display:flex;flex-direction:column;gap:24px}
.sitefront .aboutlabel{font-size:14px;text-transform:uppercase;letter-spacing:.12em;color:#851622;font-weight:700;margin:0 0 16px}
.sitefront .aboutheading{font-size:36px;line-height:1.2;font-weight:700;color:#1a1a1a;margin:0 0 24px}
.sitefront .aboutbody{font-size:16px;line-height:1.55;color:#3a3a3a;margin:0 0 16px;text-align:justify}
.sitefront .statpair{display:flex;flex-direction:row;align-items:flex-end;gap:8px;border-top:2px solid #FFE9C3;padding-top:16px}
.sitefront .statnum{font-size:50px;line-height:1.2;font-weight:800;color:#04D2D2}
.sitefront .statnumalt{font-size:50px;line-height:1.2;font-weight:800;color:#851622}
.sitefront .statlabel{font-size:14px;line-height:1.55;color:#666;padding-bottom:8px}
.sitefront .servicesblock{background:#1a1a1a;padding:80px 40px;position:relative;overflow:hidden}
.sitefront .servicesblock::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(0deg,#04d2d208 0px,#04d2d208 1px,transparent 1px,transparent 48px),repeating-linear-gradient(90deg,#04d2d208 0px,#04d2d208 1px,transparent 1px,transparent 48px);pointer-events:none;animation:bgpan 18s linear infinite}
@keyframes bgpan {
0%{background-position:0 0}
100%{background-position:0 -96px}
}
.sitefront .servicesinnermax{max-width:1500px;margin:0 auto;position:relative;z-index:1}
.sitefront .servicestitlerow{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:40px;gap:40px}
.sitefront .servicesheading{font-size:36px;line-height:1.2;font-weight:700;color:#fff;margin:0}
.sitefront .servicesub{font-size:16px;line-height:1.55;color:#ffffff8c;max-width:400px;text-align:right;margin:0}
.sitefront .servicesgrid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}
.sitefront .svccard{background:#ffffff0a;border:1px solid #04d2d22e;border-radius:16px;padding:40px 24px;transition:border-color .45s cubic-bezier(0.16,1,0.3,1),background .45s cubic-bezier(0.16,1,0.3,1)}
.sitefront .svccard:hover{border-color:#04D2D2;background:#04d2d212}
.sitefront .svciconwrap{width:40px;height:40px;margin-bottom:16px}
.sitefront .svciconwrap svg{width:40px;height:40px}
.sitefront .svctitle{font-size:20px;line-height:1.2;font-weight:700;color:#fff;margin:0 0 16px}
.sitefront .svcdesc{font-size:14px;line-height:1.8;color:#fff9;margin:0;text-align:justify}
.sitefront .tiersblock{background:#faf9f7;padding:80px 40px}
.sitefront .tiersinnermax{max-width:1500px;margin:0 auto}
.sitefront .tiersheadrow{margin-bottom:40px}
.sitefront .tierstitle{font-size:36px;line-height:1.2;font-weight:700;color:#1a1a1a;margin:0 0 8px}
.sitefront .tiersnote{font-size:16px;line-height:1.55;color:#555;margin:0}
.sitefront .tiersgrid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}
.sitefront .tiercard{background:#fff;border-radius:16px;padding:40px 24px;box-shadow:-1px 3px 5px -2px #04d2d212 -1px 7px 22px -2px #04d2d21a;display:flex;flex-direction:column;gap:16px}
.sitefront .tiercard.featuredtier{background:linear-gradient(148deg,#04D2D2 0%,#028f8f 100%);box-shadow:-1px 8px 40px -2px #04d2d224}
.sitefront .tiername{font-size:14px;text-transform:uppercase;letter-spacing:.1em;font-weight:700;color:#851622;margin:0}
.sitefront .tiercard.featuredtier .tiername{color:#fffc}
.sitefront .tierprice{font-size:36px;line-height:1.2;font-weight:800;color:#1a1a1a;margin:0}
.sitefront .tiercard.featuredtier .tierprice{color:#fff}
.sitefront .tierpricesub{font-size:14px;color:#888;font-weight:400}
.sitefront .tiercard.featuredtier .tierpricesub{color:#ffffffb3}
.sitefront .tierfeats{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.sitefront .tierfeats li{font-size:14px;line-height:1.55;color:#444;padding:4px 8px;background:#f5f5f3;border-radius:6px}
.sitefront .tiercard.featuredtier .tierfeats li{background:#ffffff2e;color:#fff}
.sitefront .tiercta{display:inline-block;margin-top:8px;font-size:14px;font-weight:700;color:#04D2D2;text-decoration:none!important;border-bottom:2px solid #04D2D2;padding-bottom:4px;transition:color .35s ease-in-out,border-color .35s ease-in-out,border-width .45s cubic-bezier(0.16,1,0.3,1);align-self:flex-start}
.sitefront .tiercta:hover{color:#851622;border-color:#851622;border-width:3px}
.sitefront .tiercard.featuredtier .tiercta{color:#fff;border-color:#fff9}
.sitefront .tiercard.featuredtier .tiercta:hover{border-color:#fff;border-width:3px}
.sitefront .expertsblock{background:#FFE9C3;padding:80px 40px}
.sitefront .expertsinnermax{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:1fr 3fr;gap:80px;align-items:start}
.sitefront .expertstitlecol{display:flex;flex-direction:column;gap:24px;position:sticky;top:40px}
.sitefront .expertstitle{font-size:36px;line-height:1.2;font-weight:700;color:#1a1a1a;margin:0}
.sitefront .expertsbody{font-size:16px;line-height:1.55;color:#3a3a3a;margin:0;text-align:justify}
.sitefront .expertscardscol{display:flex;flex-direction:column;gap:40px}
.sitefront .expertcard{display:flex;flex-direction:row;gap:24px;align-items:flex-start;background:#ffffff8c;border-radius:16px;padding:24px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:-1px 7px 22px -2px #8516221a}
.sitefront .expertportrait{width:100px;height:140px;border-radius:28px;overflow:hidden;flex-shrink:0;box-shadow:-1px 3px 5px -2px #85162212}
.sitefront .expertportrait img{width:100%;height:100%;object-fit:cover;object-position:top;display:block;opacity:.88}
.sitefront .expertinfo{flex:1}
.sitefront .expertname{font-size:20px;line-height:1.2;font-weight:700;color:#1a1a1a;margin:0 0 8px}
.sitefront .expertrole{font-size:14px;color:#851622;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin:0 0 16px}
.sitefront .expertbio{font-size:16px;line-height:1.55;color:#3a3a3a;margin:0;text-align:justify}
.sitefront .contentimgsblock{background:#fff;padding:80px 40px}
.sitefront .contentimgsinnermax{max-width:1500px;margin:0 auto}
.sitefront .contentimgstitle{font-size:36px;line-height:1.2;font-weight:700;color:#1a1a1a;margin:0 0 8px}
.sitefront .contentimgsnote{font-size:16px;color:#555;line-height:1.55;margin:0 0 40px}
.sitefront .imgpanelgrid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto;gap:16px}
.sitefront .imgpanel{overflow:hidden;border-radius:16px;position:relative}
.sitefront .imgpanel.wide{grid-column:span 2}
.sitefront .imgpanel img{width:100%;height:240px;object-fit:cover;object-position:center;display:block;transition:opacity .5s ease-in-out,transform .55s cubic-bezier(0.16,1,0.3,1);opacity:.9}
.sitefront .imgpanel:hover img{opacity:1;transform:scale(1.04)}
.sitefront .imgpanelcaption{position:absolute;bottom:0;left:0;right:0;padding:16px;background:linear-gradient(0deg,#1a1a1ab3 0%,transparent 100%);color:#fff;font-size:14px;line-height:1.55;font-weight:600;border-radius:0 0 16px 16px}
.sitefront .ctablock{background:#1a1a1a;padding:80px 40px;position:relative;overflow:hidden}
.sitefront .ctablock::before{content:'';position:absolute;top:-40px;right:-40px;width:320px;height:320px;border-radius:44px;background:conic-gradient(from 45deg at 40% 40%,#04d2d226,#8516221a,transparent);pointer-events:none}
.sitefront .ctainnermax{max-width:1500px;margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:80px;position:relative;z-index:1}
.sitefront .ctatxtcol{flex:3}
.sitefront .ctaheading{font-size:50px;line-height:1.2;font-weight:800;color:#fff;margin:0 0 16px}
.sitefront .ctadesc{font-size:16px;line-height:1.55;color:#fff9;margin:0;text-align:justify}
.sitefront .ctaactioncol{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:16px}
.sitefront .ctabtn{display:inline-block;padding:16px 40px;background:linear-gradient(120deg,#04D2D2 0%,#028f8f 100%);color:#fff;font-size:16px;font-weight:700;border-radius:10px;text-decoration:none!important;box-shadow:-1px 7px 22px -2px #04d2d21a;transition:background .45s cubic-bezier(0.16,1,0.3,1),box-shadow .45s cubic-bezier(0.16,1,0.3,1);white-space:nowrap}
.sitefront .ctabtn:hover{background:linear-gradient(220deg,#04D2D2 0%,#851622 100%);box-shadow:-1px 8px 40px -2px #04d2d224}
.sitefront .ctabtn:active{box-shadow:inset -1px 3px 5px -2px #04d2d224}
.sitefront .ctalink{font-size:14px;color:#ffffff8c;text-decoration:none!important;border-bottom:1px solid #ffffff40;padding-bottom:2px;transition:color .35s ease-in-out,border-color .45s cubic-bezier(0.16,1,0.3,1)}
.sitefront .ctalink:hover{color:#04D2D2;border-color:#04D2D2}
.sitefront .crossdivbottom{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px;padding:16px 40px;background:#1a1a1a}
.sitefront .crossdivbottom span{display:inline-block;width:8px;height:8px;background:#04d2d266;clip-path:polygon(50% 0%,55% 45%,100% 50%,55% 55%,50% 100%,45% 55%,0% 50%,45% 45%);flex-shrink:0}
@media (max-width: 900px) {
.sitefront .herotitle{font-size:36px}
.sitefront .aboutstrip{flex-direction:column;gap:40px}
.sitefront .servicesgrid{grid-template-columns:1fr}
.sitefront .tiersgrid{grid-template-columns:1fr}
.sitefront .expertsinnermax{grid-template-columns:1fr;gap:40px}
.sitefront .expertstitlecol{position:static}
.sitefront .imgpanelgrid{grid-template-columns:1fr}
.sitefront .imgpanel.wide{grid-column:span 1}
.sitefront .ctainnermax{flex-direction:column;gap:40px}
.sitefront .ctaheading{font-size:36px}
.sitefront .servicestitlerow{flex-direction:column;align-items:flex-start}
.sitefront .servicesub{text-align:left}
}
.digestpage{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;background:#faf9f7;overflow-x:hidden}
.digestpage ::selection{background:linear-gradient(90deg,#04D2D2,#851622);color:#fff}
.digestpage .titlesec{max-width:1500px;margin:0 auto;padding:80px 40px 40px;display:grid;grid-template-columns:1fr 3fr;gap:40px;align-items:end}
.digestpage .titlesec .titleleft{position:relative}
.digestpage .titlesec .titleleft img{width:100%;height:340px;object-fit:cover;filter:grayscale(100%);border-radius:16px;display:block}
.digestpage .titlesec .titleright{position:relative;padding:40px 0 0}
.digestpage .titlesec .titleright .bigquote{position:absolute;top:0;left:-16px;font-size:160px;line-height:1.2;color:#04D2D2;opacity:.09;pointer-events:none;user-select:none;font-weight:900}
.digestpage .titlesec .titleright .pagelabel{display:inline-block;font-size:14px;line-height:1.55;text-transform:uppercase;letter-spacing:.12em;color:#851622;background:#FFE9C3;border-radius:44px;padding:4px 16px;margin-bottom:16px}
.digestpage .titlesec .titleright h1{font-size:50px;line-height:1.2;font-weight:800;color:#1a1a1a;margin:0 0 16px}
.digestpage .titlesec .titleright h1 span{font-weight:300;color:#04D2D2}
.digestpage .titlesec .titleright .titledesc{font-size:16px;line-height:1.8;color:#555;max-width:560px;text-align:justify}
.digestpage .cardgridwrap{max-width:1500px;margin:0 auto;padding:40px 40px 80px}
.digestpage .cardgridwrap .seclabel{font-size:14px;line-height:1.55;text-transform:uppercase;letter-spacing:.1em;color:#04D2D2;margin-bottom:24px;font-weight:600}
.digestpage .cardgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.digestpage .cardgrid .postcard{background:#fff;border-radius:16px;box-shadow:-1px 3px 5px -2px #04d2d212 -1px 7px 22px -2px #04d2d21a;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .45s cubic-bezier(0.16,1,0.3,1),transform .45s cubic-bezier(0.16,1,0.3,1)}
.digestpage .cardgrid .postcard:hover{box-shadow:-1px 8px 40px -2px #04d2d224;transform:translateY(-4px)}
.digestpage .cardgrid .postcard.featured{grid-column:span 2;flex-direction:row}
.digestpage .cardgrid .postcard.featured .cardimgwrap{width:45%;flex-shrink:0}
.digestpage .cardgrid .postcard.featured .cardbody{flex:1;padding:40px}
.digestpage .cardgrid .postcard .cardimgwrap{width:100%;aspect-ratio:16/9;overflow:hidden;position:relative}
.digestpage .cardgrid .postcard .cardimgwrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s cubic-bezier(0.16,1,0.3,1)}
.digestpage .cardgrid .postcard:hover .cardimgwrap img{transform:scale(1.04)}
.digestpage .cardgrid .postcard .cardbody{padding:24px;display:flex;flex-direction:column;flex:1;gap:8px}
.digestpage .cardgrid .postcard .cardbody .posttag{font-size:14px;line-height:1.55;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#851622;background:#FFE9C3;border-radius:44px;padding:4px 16px;display:inline-block;align-self:flex-start}
.digestpage .cardgrid .postcard .cardbody .posttitle{font-size:20px;line-height:1.2;font-weight:700;color:#1a1a1a;margin:8px 0 0}
.digestpage .cardgrid .postcard .cardbody .postsubtitle{font-size:14px;line-height:1.55;color:#04D2D2;font-weight:500;margin:0}
.digestpage .cardgrid .postcard .cardbody .postdesc{font-size:14px;line-height:1.8;color:#666;text-align:justify;margin:8px 0 0;flex:1}
.digestpage .cardgrid .postcard .cardbody .postmeta{display:flex;flex-direction:row;align-items:center;gap:16px;margin-top:16px;padding-top:16px;border-top:1px solid #f0eee9;flex-wrap:wrap}
.digestpage .cardgrid .postcard .cardbody .postmeta .metaauthor{font-size:14px;line-height:1.55;color:#444;font-weight:600;flex:1;min-width:80px}
.digestpage .cardgrid .postcard .cardbody .postmeta .metareadtime{font-size:14px;line-height:1.55;color:#999}
.digestpage .cardgrid .postcard .cardbody .postmeta .metaviews,.digestpage .cardgrid .postcard .cardbody .postmeta .metalikes{font-size:14px;line-height:1.55;color:#bbb;display:flex;flex-direction:row;align-items:center;gap:4px}
.digestpage .cardgrid .postcard .cardbody .postmeta svg{flex-shrink:0}
.digestpage .cardgrid .postcard .cardbody .postlink{display:inline-flex;align-items:center;gap:8px;font-size:14px;line-height:1.55;color:#04D2D2;text-decoration:none;font-weight:600;margin-top:8px;position:relative}
.digestpage .cardgrid .postcard .cardbody .postlink::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#04D2D2;transition:width .35s cubic-bezier(0.16,1,0.3,1)}
.digestpage .cardgrid .postcard .cardbody .postlink:hover::after{width:100%}
.digestpage .cardgrid .postcard .cardbody .postlink svg{transition:transform .35s ease-in-out}
.digestpage .cardgrid .postcard .cardbody .postlink:hover svg{transform:translateX(4px)}
.digestpage .highlightsec{background:#fff;position:relative;overflow:hidden}
.digestpage .highlightsec::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle at 18% 30%,#04d2d20f 0%,transparent 55%),radial-gradient(circle at 80% 70%,#8516220a 0%,transparent 50%);pointer-events:none}
.digestpage .highlightsec .geotexture{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.digestpage .highlightsec .geotexture span{position:absolute;display:block;border-radius:6px;opacity:.04;background:#04D2D2}
.digestpage .highlightsec .geotexture span:nth-child(1){width:18px;height:18px;top:12%;left:5%;transform:rotate(30deg)}
.digestpage .highlightsec .geotexture span:nth-child(2){width:10px;height:10px;top:60%;left:10%;transform:rotate(55deg)}
.digestpage .highlightsec .geotexture span:nth-child(3){width:24px;height:24px;top:25%;right:8%;transform:rotate(15deg);background:#851622}
.digestpage .highlightsec .geotexture span:nth-child(4){width:14px;height:14px;bottom:15%;right:4%;transform:rotate(40deg)}
.digestpage .highlightsec .geotexture span:nth-child(5){width:8px;height:8px;top:80%;left:50%;transform:rotate(60deg);background:#851622;opacity:.05}
.digestpage .highlightsec .hlinner{max-width:1500px;margin:0 auto;padding:80px 40px;position:relative}
.digestpage .highlightsec .hlinner .hltoprow{display:flex;flex-direction:row;align-items:flex-end;gap:40px;margin-bottom:40px}
.digestpage .highlightsec .hlinner .hltoprow h2{font-size:36px;line-height:1.2;font-weight:800;color:#1a1a1a;flex:1;margin:0}
.digestpage .highlightsec .hlinner .hltoprow .hldesc{font-size:16px;line-height:1.8;color:#666;max-width:460px;text-align:justify}
.digestpage .highlightsec .hlinner .hlstatsrow{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.digestpage .highlightsec .hlinner .hlstatsrow .statblock{background:#faf9f7;border-radius:16px;padding:24px;border:1.5px solid #04d2d226;transition:border-color .45s ease-in-out,box-shadow .45s ease-in-out}
.digestpage .highlightsec .hlinner .hlstatsrow .statblock:hover{border-color:#04D2D2;box-shadow:-1px 7px 22px -2px #04d2d21a}
.digestpage .highlightsec .hlinner .hlstatsrow .statblock .statnum{font-size:50px;line-height:1.2;font-weight:800;color:#04D2D2;display:block}
.digestpage .highlightsec .hlinner .hlstatsrow .statblock .statlabel{font-size:14px;line-height:1.55;color:#888;margin-top:8px;display:block}
.digestpage .highlightsec .hlinner .hlstatsrow .statblock.accentstat{background:conic-gradient(from 220deg at 30% 60%,#04D2D2 0deg,#FFE9C3 130deg,#851622 260deg,#04D2D2 360deg)}
.digestpage .highlightsec .hlinner .hlstatsrow .statblock.accentstat .statnum{color:#fff}
.digestpage .highlightsec .hlinner .hlstatsrow .statblock.accentstat .statlabel{color:#ffffffd9}
.digestpage .newsletterwrap{max-width:1500px;margin:0 auto;padding:80px 40px}
.digestpage .newsletterwrap .nlinner{background:#1a1a1a;border-radius:28px;padding:80px;display:grid;grid-template-columns:1fr 3fr;gap:40px;align-items:center;position:relative;overflow:hidden}
.digestpage .newsletterwrap .nlinner::before{content:'';position:absolute;top:-40px;left:-40px;width:220px;height:220px;background:conic-gradient(from 45deg at 40% 50%,#04D2D2 0deg,transparent 180deg);opacity:.12;border-radius:50%;pointer-events:none}
.digestpage .newsletterwrap .nlinner .nltextside h2{font-size:36px;line-height:1.2;font-weight:800;color:#fff;margin:0 0 16px}
.digestpage .newsletterwrap .nlinner .nltextside p{font-size:16px;line-height:1.8;color:#ffffffa6}
.digestpage .newsletterwrap .nlinner .nlformside form{display:flex;flex-direction:row;gap:16px;align-items:stretch}
.digestpage .newsletterwrap .nlinner .nlformside input[type="email"]{flex:1;background:#ffffff14;border:1.5px solid #ffffff26;border-radius:10px;padding:16px 24px;font-size:16px;line-height:1.55;color:#fff;outline:none;transition:border-color .35s ease-in-out}
.digestpage .newsletterwrap .nlinner .nlformside input[type="email"]:focus{border-color:#04D2D2!important}
.digestpage .newsletterwrap .nlinner .nlformside input[type="email"]::placeholder{font-size:14px;color:#ffffff59}
.digestpage .newsletterwrap .nlinner .nlformside .nlbtn{background:#04D2D2;color:#fff;border:none;border-radius:10px;padding:16px 40px;font-size:16px;line-height:1.55;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:background .45s cubic-bezier(0.16,1,0.3,1),box-shadow .45s cubic-bezier(0.16,1,0.3,1);white-space:nowrap}
.digestpage .newsletterwrap .nlinner .nlformside .nlbtn:hover{background:#851622;box-shadow:-1px 7px 22px -2px #8516222e}
.digestpage .newsletterwrap .nlinner .nlformside .nlbtn:active{box-shadow:inset -1px 3px 5px -2px #8516222e}
@media (max-width: 900px) {
.digestpage .titlesec{grid-template-columns:1fr;padding:40px 24px 24px}
.digestpage .titlesec .titleleft img{height:200px}
.digestpage .cardgridwrap{padding:24px 24px 40px}
.digestpage .cardgrid{grid-template-columns:1fr}
.digestpage .cardgrid .postcard.featured{grid-column:span 1;flex-direction:column}
.digestpage .cardgrid .postcard.featured .cardimgwrap{width:100%;aspect-ratio:16/9}
.digestpage .highlightsec .hlinner{padding:40px 24px}
.digestpage .highlightsec .hlinner .hltoprow{flex-direction:column;align-items:flex-start}
.digestpage .highlightsec .hlinner .hlstatsrow{grid-template-columns:repeat(2,1fr)}
.digestpage .newsletterwrap{padding:40px 24px}
.digestpage .newsletterwrap .nlinner{grid-template-columns:1fr;padding:40px 24px}
.digestpage .newsletterwrap .nlinner .nlformside form{flex-direction:column}
}
@keyframes bgpulse {
0%,100%{opacity:1}
50%{opacity:.88}
}
.digestpage .highlightsec::before{animation:bgpulse 6s ease-in-out infinite}
.successpage{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;background:#fafaf8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
.successpage .successwrap{max-width:560px;width:100%;text-align:center}
.successpage .iconring{width:72px;height:72px;margin:0 auto 40px;border-radius:44px;background:#FFE9C3;display:flex;align-items:center;justify-content:center;box-shadow:-1px 7px 22px -2px #04d2d21a}
.successpage .iconring svg{width:32px;height:32px}
.successpage .successtitle{font-size:36px;line-height:1.2;font-weight:700;color:#1a1a1a;margin:0 0 16px;letter-spacing:-.01em}
.successpage .successmsg{font-size:16px;line-height:1.55;color:#444;margin:0 0 40px;text-align:justify}
.successpage .divline{width:48px;height:3px;background:#04D2D2;border-radius:6px;margin:0 auto 40px}
.successpage .infoblock{background:#fff;border-radius:16px;padding:24px 40px;margin:0 0 40px;box-shadow:-1px 3px 5px -2px #04d2d212 -1px 7px 22px -2px #04d2d21a;text-align:left}
.successpage .infoblock .infolabel{font-size:14px;line-height:1.55;color:#851622;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin:0 0 8px}
.successpage .infoblock .infotext{font-size:16px;line-height:1.55;color:#222;margin:0}
.successpage .backhome{display:inline-flex;align-items:center;gap:8px;font-size:16px;line-height:1.2;font-weight:600;color:#04D2D2;text-decoration:none;padding:16px 24px;border-radius:10px;border:2px solid #04D2D2;transition:background .45s cubic-bezier(0.16,1,0.3,1),color .45s cubic-bezier(0.16,1,0.3,1);position:relative}
.successpage .backhome:hover{background:#04D2D2;color:#fff}
.successpage .backhome:focus-visible{outline:3px solid #851622;outline-offset:3px}
.successpage .backhome svg{transition:transform .35s ease-in-out}
.successpage .backhome:hover svg{transform:translateX(-4px)}
.successpage .footernote{margin:40px 0 0;font-size:14px;line-height:1.55;color:#888}
.successpage .footernote a{color:#851622;text-decoration:underline;text-underline-offset:3px;transition:color .35s ease-in-out}
.successpage .footernote a:hover{color:#04D2D2}