.blog{padding-top:0}.blog .header{width:100%;min-height:400px;padding:140px 0 30px;position:relative}.blog .header .section-title{color:#0c111a;margin-bottom:10px;font-size:60px;font-weight:700;line-height:70px}@media (max-width:768px){.blog .header .section-title{font-size:40px;line-height:50px}}.blog .header .container{z-index:10;justify-content:space-between;gap:50px;height:100%;display:flex;position:relative}@media (max-width:768px){.blog .header .container{flex-direction:column;gap:10px}}.blog .header .graphic{z-index:1;object-fit:cover;opacity:.5;width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:768px){.blog .header{padding-top:120px}.blog .header img{display:none}}.blog .articles{flex-wrap:wrap;gap:0;display:flex}.blog .articles .articlePreview{border:1px solid #eee;border-radius:10px;flex-direction:column;flex-grow:1;min-width:350px;margin-bottom:20px;padding:10px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}@media (min-width:1300px){.blog .articles .articlePreview{max-width:calc(50% - 20px)}}.blog .articles .articlePreview .meta{flex:1;margin-top:20px}.blog .articles .articlePreview .meta .title{color:#0c111a;margin-bottom:10px;font-size:22px;font-weight:600;line-height:28px}.blog .articles .articlePreview .meta .description{color:gray;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:0;font-size:15px;display:-webkit-box;overflow:hidden}.blog .articles .articlePreview .meta .tags{flex-wrap:wrap;gap:5px;margin-top:10px;display:flex}.blog .articles .articlePreview .meta .tags .tag{color:gray;background-color:#f5f8ff;border-radius:2px;margin-bottom:0;padding:5px 10px;font-size:13px}.blog .articles .articlePreview .headerImageWrapper{aspect-ratio:16/10;border-radius:5px;width:100%;position:relative;overflow:hidden}.blog .articles .articlePreview .headerImageWrapper .headerImage{object-fit:cover;border-radius:5px;width:100%;height:100%;transition:transform .3s}.blog .articles .articlePreview .headerImageWrapper .headerImageOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fff3;justify-content:space-between;align-items:center;width:100%;height:60px;padding:10px;display:flex;position:absolute;bottom:0;left:0}.blog .articles .articlePreview .headerImageWrapper .headerImageOverlay .author{color:#fff;margin-bottom:0;font-size:14px;font-weight:500}.blog .articles .articlePreview .headerImageWrapper .headerImageOverlay .date{color:#fff;margin-bottom:0;font-size:12px}.blog .articles .articlePreview .headerImageWrapper .headerImageOverlay .category{color:#fff;margin-bottom:0;font-size:14px;font-weight:500}.blog .articles .articlePreview .footer{border-top:1px solid #eee;align-items:center;gap:10px;margin-top:16px;padding-top:12px;font-weight:600;display:flex}.blog .articles .articlePreview:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.blog .articles .articlePreview:hover .headerImage{transform:scale(1.03)}
.blogArticle .body{grid-template-columns:1fr 300px;align-items:start;gap:40px;margin-top:40px;display:grid}@media (max-width:768px){.blogArticle .body{grid-template-columns:1fr}}.blogArticle .shareBar{margin-top:40px}.blogArticle .shareBar .divider{background:#cfcfcf;width:100%;height:1px;margin-bottom:16px}.blogArticle .shareBar .row{justify-content:space-between;align-items:center;gap:16px;display:flex}.blogArticle .shareBar .label{color:#333;font-weight:500}.blogArticle .shareBar .actions{align-items:center;gap:12px;display:flex}.blogArticle .shareBar .copy{all:unset;cursor:pointer;color:#fff;background:#101010;border-radius:999px;padding:10px 16px;font-size:14px}.blogArticle .shareBar .icon{all:unset;cursor:pointer;background:#101010;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.blogArticle .shareBar .icon img{width:20px;height:20px}.blogArticle .toc{background:#f5f8ff;border-left:3px solid #0000;border-image:linear-gradient(#b8caff,#d6e7ff) 1;border-radius:0 8px 8px 0;align-self:start;max-height:calc(100vh - 120px);padding:20px;position:sticky;top:100px;overflow:auto}.blogArticle .toc .tocTitle{text-transform:uppercase;letter-spacing:.5px;color:#888;margin-bottom:12px;font-size:12px;font-weight:600}.blogArticle .toc ul{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.blogArticle .toc li{line-height:1.3}.blogArticle .toc li.level-2 a{color:#565656;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.blogArticle .toc li.level-2 a:hover{color:#0c111a}.blogArticle .toc li.level-3 a{color:#888;padding-left:12px;font-size:13px;text-decoration:none;transition:color .2s}.blogArticle .toc li.level-3 a:hover{color:#0c111a}.blogArticle .toc li.active a{color:#0c111a;font-weight:600}@media (max-width:768px){.blogArticle .toc{display:none}}.blogArticle .header{border-radius:12px;margin-bottom:8px;position:relative;overflow:hidden}.blogArticle .header .backButton{all:unset;cursor:pointer;color:#ffffffb3;z-index:1;align-items:center;gap:6px;padding:30px 40px 0;font-size:14px;font-weight:500;transition:color .2s;display:inline-flex;position:relative}.blogArticle .header .backButton .backArrow{filter:invert();opacity:.7;transition:opacity .2s;transform:rotate(180deg)}.blogArticle .header .backButton:hover{color:#fff}.blogArticle .header .backButton:hover .backArrow{opacity:1}.blogArticle .header .headerBg{filter:blur(20px)brightness(.35);background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.1)}.blogArticle .header .headerInner{flex-direction:row;align-items:center;gap:40px;padding:20px 40px 48px;display:flex;position:relative}.blogArticle .header .headerImage{object-fit:cover;border-radius:8px;flex-shrink:0;width:45%;max-height:380px}.blogArticle .header .headerContent{flex-direction:column;flex:1;gap:16px;display:flex}.blogArticle .header .date{text-transform:uppercase;letter-spacing:.5px;color:#ffffffb3;font-size:13px;font-weight:500}.blogArticle .header .articleTitle{color:#fff;font-size:32px;font-weight:700;line-height:1.2}.blogArticle .header .authors{flex-flow:wrap;gap:20px;margin-top:8px;display:flex}.blogArticle .header .author{flex-direction:row;align-items:center;gap:10px;display:flex}.blogArticle .header .author .authorImage{border:2px solid #ffffff4d;border-radius:50%;width:40px;height:40px}.blogArticle .header .author .authorInfo{flex-direction:column;display:flex}.blogArticle .header .author .authorInfo .authorName{color:#fff;font-size:14px;font-weight:500}.blogArticle .header .author .authorInfo .authorRole{color:#fff9;font-size:12px}@media (max-width:768px){.blogArticle .header{border-radius:0;margin-top:-100px;margin-left:-20px;margin-right:-20px;padding-top:80px}.blogArticle .header .backButton{padding:8px 20px 0;font-size:13px}.blogArticle .header .headerInner{flex-direction:column;gap:16px;padding:12px 20px 24px}.blogArticle .header .headerImage{border-radius:6px;width:100%;max-height:220px}.blogArticle .header .articleTitle{font-size:24px}.blogArticle .header .authors{gap:12px}.blogArticle .header .author .authorImage{width:34px;height:34px}.blogArticle .header .author .authorInfo .authorName{font-size:13px}.blogArticle .header .author .authorInfo .authorRole{font-size:11px}}.blogArticle .content{color:#565656;flex-direction:column;max-width:720px;display:flex}.blogArticle .content p{margin-bottom:16px;font-size:17px;line-height:1.75}.blogArticle .content a{color:#0e66d8;text-decoration:underline;transition:opacity .2s}.blogArticle .content a:hover{opacity:.8}.blogArticle .content section{padding:24px 0;scroll-margin-top:110px}.blogArticle .content section .sectionTitle{color:#0c111a;margin-bottom:16px;font-size:24px;font-weight:600;line-height:1.3}.blogArticle .content section h3{color:#0c111a;margin-bottom:12px;font-size:20px;font-weight:600;line-height:1.3}.blogArticle .content section strong{color:#0c111a;font-weight:600}.blogArticle .content section .imageSection{flex-direction:row;justify-content:space-between;align-items:center;gap:50px;display:flex}.blogArticle .content section .imageSection img{border-radius:10px;max-width:40%;max-height:350px}@media (max-width:768px){.blogArticle .content section .imageSection{flex-direction:column;gap:30px}.blogArticle .content section .imageSection img{max-width:100%;max-height:300px}}.blogArticle .content section .multiImageSection{flex-direction:column;gap:50px;display:flex}.blogArticle .content section .multiImageSection .images{flex-flow:wrap;justify-content:center;align-items:center;gap:25px;display:flex}.blogArticle .content section .multiImageSection .images img{object-fit:cover;border-radius:10px;max-width:30%;height:300px}@media (max-width:768px){.blogArticle .content section .multiImageSection .images{flex-direction:column;gap:10px}.blogArticle .content section .multiImageSection .images img{width:100%;max-width:100%;max-height:300px}}.blogArticle .content section ul{margin:12px 0 16px;padding-left:25px;list-style-type:disc}.blogArticle .content section ul li{margin-bottom:8px;font-size:17px;line-height:1.7}.blogArticle .articleCta{background:#f5f8ff;border-left:4px solid #0000;border-image:linear-gradient(#b8caff,#d6e7ff) 1;border-radius:12px;padding:32px}.blogArticle .articleCta h2{color:#0c111a;margin-bottom:8px;font-size:22px;font-weight:700}.blogArticle .articleCta p{color:#565656;margin-bottom:20px;font-size:16px;line-height:1.6}.blogArticle .articleCta .ctaLink{color:#fff;background:#0c111a;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:16px;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.blogArticle .articleCta .ctaLink:hover{opacity:.85}@media (max-width:768px){.blogArticle .articleCta{padding:24px 20px}.blogArticle .articleCta h2{font-size:20px}}.blogArticle .gallery .galleryGrid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}@media (max-width:768px){.blogArticle .gallery .galleryGrid{grid-template-columns:repeat(2,1fr)}}.blogArticle .gallery .galleryItem{all:unset;cursor:pointer;aspect-ratio:4/3;border-radius:8px;position:relative;overflow:hidden}.blogArticle .gallery .galleryItem:hover .galleryImage{transform:scale(1.05)}.blogArticle .gallery .galleryItem:hover .galleryItemOverlay{opacity:1}.blogArticle .gallery .galleryItemOverlay{opacity:0;color:#fff;background:#0000004d;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.blogArticle .gallery .galleryImage{object-fit:cover;width:100%;height:100%;transition:transform .3s}.blogArticle .galleryLightbox{z-index:100;cursor:pointer;background:#000000eb;justify-content:center;align-items:center;animation:.2s lightboxFadeIn;display:flex;position:fixed;inset:0}.blogArticle .galleryLightbox .lightboxTopBar{z-index:2;justify-content:space-between;align-items:center;padding:16px 24px;display:flex;position:absolute;top:0;left:0;right:0}.blogArticle .galleryLightbox .lightboxCounter{color:#fff9;letter-spacing:.5px;font-size:14px;font-weight:500}.blogArticle .galleryLightbox .lightboxClose{all:unset;cursor:pointer;color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex}.blogArticle .galleryLightbox .lightboxClose:hover{background:#fff3}.blogArticle .galleryLightbox .lightboxContent{cursor:default;flex-direction:column;align-items:center;max-width:80vw;max-height:80vh;display:flex}.blogArticle .galleryLightbox .lightboxImage{object-fit:contain;border-radius:6px;max-width:80vw;max-height:75vh}.blogArticle .galleryLightbox .lightboxCaption{color:#ffffff80;text-align:center;margin-top:12px;font-size:13px}.blogArticle .galleryLightbox .lightboxNav{all:unset;cursor:pointer;color:#fff;z-index:2;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.blogArticle .galleryLightbox .lightboxNav:hover{background:#fff3}.blogArticle .galleryLightbox .lightboxPrev{left:20px}.blogArticle .galleryLightbox .lightboxNext{right:20px}@media (max-width:768px){.blogArticle .galleryLightbox .lightboxNav{width:36px;height:36px}.blogArticle .galleryLightbox .lightboxNav svg{width:18px;height:18px}.blogArticle .galleryLightbox .lightboxPrev{left:8px}.blogArticle .galleryLightbox .lightboxNext{right:8px}.blogArticle .galleryLightbox .lightboxImage{max-width:92vw;max-height:70vh}.blogArticle .galleryLightbox .lightboxTopBar{padding:12px 16px}}@keyframes lightboxFadeIn{0%{opacity:0}to{opacity:1}}.blogArticle .articleFaq{margin-top:20px;margin-bottom:20px}.blogArticle .articleFaq .section-title{color:#0c111a;margin-bottom:10px;font-size:25px;font-weight:500}.blogArticle .articleFaq .Items{flex-direction:column;justify-content:center;align-items:center;margin-top:20px;display:flex}.blogArticle .articleFaq .Items .faqContainer{cursor:pointer;background:#f5f5f5;border-radius:10px;width:100%;margin-bottom:10px;padding:15px;transition:background .3s}.blogArticle .articleFaq .Items .faqContainer:hover{background:#ececec}.blogArticle .articleFaq .Items .faqContainer .faqHeader{justify-content:space-between;align-items:center;display:flex}.blogArticle .articleFaq .Items .faqContainer .faqHeader h3{color:#000;justify-content:space-between;align-items:center;margin:0;font-size:18px;font-weight:600;display:flex}.blogArticle .articleFaq .Items .faqContainer .faqHeader img{opacity:.4;width:28px;height:28px;transition:transform .3s;transform:rotate(0)}.blogArticle .articleFaq .Items .faqContainer .faqBody{opacity:0;pointer-events:none;border-radius:0 0 8px 8px;max-height:0;padding:0 1rem;transition:max-height .3s,opacity .3s,padding .3s;overflow:hidden}.blogArticle .articleFaq .Items .faqContainer.open .faqBody{opacity:1;pointer-events:auto;max-height:500px;padding:1rem 1rem 0}.blogArticle .articleFaq .Items .faqContainer.open img{transform:rotate(180deg)}.blogArticle .articleFaq .Items .faqContainer .faqBody ul{margin:.5em 0 .5em 1.2em;padding-left:1.2em;list-style-type:disc}.blogArticle .articleFaq .Items .faqContainer .faqBody li{margin-bottom:.3em}.blogArticle .regulatoryTimeline{background:#fafbfd;border:1px solid #e8ecf2;border-radius:12px;margin:0 0 30px;padding:32px;position:relative}.blogArticle .regulatoryTimeline .timelineTitle{color:#0c111a;margin-bottom:28px;font-size:18px;font-weight:600;line-height:1.3}.blogArticle .regulatoryTimeline .timelineDesktop{flex-direction:column;gap:0;padding:0 16px;display:flex}@media (max-width:768px){.blogArticle .regulatoryTimeline .timelineDesktop{display:none}}.blogArticle .regulatoryTimeline .track{z-index:1;transition:opacity .25s;position:relative}.blogArticle .regulatoryTimeline .track.dimmed{opacity:.3}.blogArticle .regulatoryTimeline .track.highlighted{opacity:1}.blogArticle .regulatoryTimeline .track .trackLabel{text-transform:uppercase;letter-spacing:.8px;opacity:.7;margin-bottom:14px;font-size:10px;font-weight:500}.blogArticle .regulatoryTimeline .track.regulatory{padding-bottom:8px}.blogArticle .regulatoryTimeline .track.regulatory .trackLabel{color:#4a6cf7}.blogArticle .regulatoryTimeline .track.geopolitical{padding-top:8px}.blogArticle .regulatoryTimeline .track.geopolitical .trackLabel{color:#ed906a}.blogArticle .regulatoryTimeline .track .trackRail{min-height:80px;position:relative}.blogArticle .regulatoryTimeline .eventNode{all:unset;cursor:pointer;flex-direction:column;align-items:center;gap:3px;transition:opacity .2s;display:flex;position:absolute;top:0;transform:translate(-50%)}.blogArticle .regulatoryTimeline .eventNode:hover .nodeDot,.blogArticle .regulatoryTimeline .eventNode.active .nodeDot{transform:scale(1.3)}.blogArticle .regulatoryTimeline .eventNode .nodeDot{border-radius:50%;flex-shrink:0;width:8px;height:8px;transition:transform .15s}.blogArticle .regulatoryTimeline .eventNode .nodeLabel{white-space:nowrap;text-align:center;font-size:13px;font-weight:500;line-height:1.2}.blogArticle .regulatoryTimeline .eventNode .nodeYear{color:#999;font-size:11px;line-height:1}.blogArticle .regulatoryTimeline .track.regulatory .eventNode .nodeDot{background:#4a6cf7;box-shadow:0 0 0 3px #dde5fe}.blogArticle .regulatoryTimeline .track.regulatory .eventNode.active .nodeDot{background:#fff;box-shadow:0 0 0 3px #4a6cf7}.blogArticle .regulatoryTimeline .track.regulatory .eventNode .nodeLabel{color:#3558d6}.blogArticle .regulatoryTimeline .track.geopolitical .eventNode .nodeDot{background:#ed906a;box-shadow:0 0 0 3px #fde8de}.blogArticle .regulatoryTimeline .track.geopolitical .eventNode.active .nodeDot{background:#fff;box-shadow:0 0 0 3px #ed906a}.blogArticle .regulatoryTimeline .track.geopolitical .eventNode .nodeLabel{color:#c45e32}.blogArticle .regulatoryTimeline .trackDivider{background:#e8ecf2;height:1px;margin:4px 0}.blogArticle .regulatoryTimeline .detailDrawer{background:#fff;border:1px solid #e0e4eb;border-radius:10px;margin-top:20px;padding:24px 28px;animation:.2s drawerSlideIn;position:relative;box-shadow:0 4px 24px #0000000f}@media (max-width:768px){.blogArticle .regulatoryTimeline .detailDrawer{display:none}}.blogArticle .regulatoryTimeline .detailDrawer .drawerClose{all:unset;cursor:pointer;color:#999;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.blogArticle .regulatoryTimeline .detailDrawer .drawerClose:hover{color:#0c111a;background:#f0f0f0}.blogArticle .regulatoryTimeline .detailDrawer .drawerMeta{align-items:center;gap:10px;margin-bottom:10px;display:flex}.blogArticle .regulatoryTimeline .detailDrawer .drawerTrackBadge{text-transform:uppercase;letter-spacing:.3px;border-radius:4px;padding:3px 10px;font-size:11px;font-weight:600}.blogArticle .regulatoryTimeline .detailDrawer .drawerTrackBadge.regulatory{color:#3558d6;background:#f5f8ff}.blogArticle .regulatoryTimeline .detailDrawer .drawerTrackBadge.geopolitical{color:#c45e32;background:#fde8de}.blogArticle .regulatoryTimeline .detailDrawer .drawerYear{color:#888;font-size:14px;font-weight:500}.blogArticle .regulatoryTimeline .detailDrawer .drawerTitle{color:#0c111a;margin-bottom:10px;padding-right:32px;font-size:19px;font-weight:600;line-height:1.3}.blogArticle .regulatoryTimeline .detailDrawer .drawerDesc{color:#565656;margin-bottom:14px;font-size:15px;line-height:1.7}@keyframes drawerSlideIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.blogArticle .regulatoryTimeline .dachBadge{color:#2e7d32;background:#e8f5e9;border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.blogArticle .regulatoryTimeline .dachBadge:before{content:"✓";font-size:11px}.blogArticle .regulatoryTimeline .timelineMobile{display:none}@media (max-width:768px){.blogArticle .regulatoryTimeline .timelineMobile{flex-direction:column;gap:20px;display:flex}}.blogArticle .regulatoryTimeline .mobileTrackGroup{flex-direction:column;gap:6px;display:flex}.blogArticle .regulatoryTimeline .mobileTrackGroup .mobileGroupLabel{text-transform:uppercase;letter-spacing:.8px;opacity:.7;margin-bottom:2px;font-size:10px;font-weight:500}.blogArticle .regulatoryTimeline .mobileTrackGroup .mobileGroupLabel.regulatory{color:#4a6cf7}.blogArticle .regulatoryTimeline .mobileTrackGroup .mobileGroupLabel.geopolitical{color:#ed906a}.blogArticle .regulatoryTimeline .mobileCard{all:unset;cursor:pointer;background:#fff;border:1px solid #e8ecf2;border-radius:8px;padding:12px 14px;transition:all .2s;display:block}.blogArticle .regulatoryTimeline .mobileCard:hover{border-color:#cdd3de}.blogArticle .regulatoryTimeline .mobileCard.expanded{border-color:#cdd3de;box-shadow:0 2px 10px #0000000d}.blogArticle .regulatoryTimeline .mobileCard .mobileCardHead{align-items:center;gap:8px;display:flex}.blogArticle .regulatoryTimeline .mobileCard .mobileCardDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.blogArticle .regulatoryTimeline .mobileCard .mobileCardDot.regulatory{background:#4a6cf7}.blogArticle .regulatoryTimeline .mobileCard .mobileCardDot.geopolitical{background:#ed906a}.blogArticle .regulatoryTimeline .mobileCard .mobileCardLabel{color:#0c111a;flex:1;font-size:14px;font-weight:500}.blogArticle .regulatoryTimeline .mobileCard .mobileCardYear{color:#888;font-size:13px;font-weight:500}.blogArticle .regulatoryTimeline .mobileCard .mobileCardChevron{color:#bbb;flex-shrink:0;transition:transform .2s}.blogArticle .regulatoryTimeline .mobileCard .mobileCardChevron.open{transform:rotate(180deg)}.blogArticle .regulatoryTimeline .mobileCard .mobileCardBody{border-top:1px solid #eee;margin-top:10px;padding-top:10px}.blogArticle .regulatoryTimeline .mobileCard .mobileCardBody p{color:#565656;margin-bottom:10px!important;font-size:13px!important;line-height:1.65!important}.blogArticle .regulatoryTimeline .timelineLegend{border-top:1px solid #e8ecf2;gap:20px;margin-top:24px;padding-top:16px;display:flex}.blogArticle .regulatoryTimeline .timelineLegend .legendItem{color:#888;align-items:center;gap:6px;font-size:12px;display:flex}.blogArticle .regulatoryTimeline .timelineLegend .legendDot{border-radius:50%;width:8px;height:8px}.blogArticle .regulatoryTimeline .timelineLegend .legendDot.regulatory{background:#4a6cf7}.blogArticle .regulatoryTimeline .timelineLegend .legendDot.geopolitical{background:#ed906a}@media (max-width:768px){.blogArticle .regulatoryTimeline .timelineLegend{flex-wrap:wrap;gap:12px}.blogArticle .regulatoryTimeline{padding:20px 16px}.blogArticle .regulatoryTimeline .timelineTitle{margin-bottom:16px;font-size:16px}.blogArticle{padding-top:100px}.blogArticle .body{margin-top:24px}.blogArticle .content p{margin-bottom:14px;font-size:16px;line-height:1.7}.blogArticle .content section{padding:16px 0}.blogArticle .content section .sectionTitle{margin-bottom:12px;font-size:20px}.blogArticle .content section h3{font-size:18px}}
.consent-banner{z-index:9999;animation:.4s ease-out consentSlideUp;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}@media (max-width:768px){.consent-banner{bottom:16px;left:16px;right:16px;transform:none}}.consent-banner .consent-content{background:#0c111a;border-radius:50px;align-items:center;gap:16px;padding:14px 14px 14px 24px;display:flex;box-shadow:0 8px 32px #0003}@media (max-width:768px){.consent-banner .consent-content{border-radius:14px;flex-wrap:wrap;justify-content:center;gap:12px;padding:16px}}.consent-banner .consent-content p{color:#fffc;white-space:nowrap;margin:0;font-size:14px;line-height:1.4}@media (max-width:768px){.consent-banner .consent-content p{white-space:normal;text-align:center}}.consent-banner .consent-content p a{color:#fff;text-underline-offset:2px;text-decoration:underline}.consent-banner .consent-content .consent-buttons{flex-shrink:0;align-items:center;gap:8px;display:flex}.consent-banner .consent-content .consent-buttons button{cursor:pointer;border:none;font-family:Work Sans,sans-serif;font-size:14px;transition:all .2s ease-in-out}.consent-banner .consent-content .consent-buttons .consent-accept{color:#0c111a;background-color:#fff;border-radius:50px;padding:10px 28px;font-weight:600}.consent-banner .consent-content .consent-buttons .consent-accept:hover{background-color:#ffffffd9}.consent-banner .consent-content .consent-buttons .consent-decline{color:#ffffff73;background:0 0;padding:8px 12px;font-weight:400}.consent-banner .consent-content .consent-buttons .consent-decline:hover{color:#ffffffb3}@keyframes consentSlideUp{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (max-width:768px){@keyframes consentSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}}
.landing header{z-index:-1;background:linear-gradient(103.19deg,#fff 7.64% 89.04%);width:100%;height:900px;position:absolute;top:0;left:0}.landing header .container{justify-content:space-between;align-items:center;gap:50px;height:100%;display:flex}.landing header .leftCol{flex-direction:column;justify-content:center;gap:20px;min-width:50%;max-width:60%;display:flex}.landing header h1{color:#fff;font-size:60px;font-weight:600;line-height:110%}.landing header h1 .gradient{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(45deg,#b8caff 0%,#d6e7ff 100%);-webkit-background-clip:text;background-clip:text}@media (max-width:768px){.landing header h1{font-size:40px;line-height:50px}}.landing header h2{color:#ffffffed;opacity:.8;font-size:20px;font-weight:400;line-height:130%}@media (max-width:768px){.landing header h2{font-size:16px;line-height:25px}}.landing header .btns{gap:15px;display:flex}.landing header .btns .ctaBTN{color:#000;cursor:pointer;background-color:#fff;border:2px solid #fff;border-radius:50px;justify-content:center;align-items:center;width:200px;height:60px;margin-top:20px;font-size:20px;font-weight:600;text-decoration:none;transition:all .3s ease-in-out;display:flex}.landing header .btns .ctaBTN:hover{background-color:#ffffffb3}.landing header .btns .ctaBTN.secondary{color:#fff;background-color:#0000}.landing header .btns .ctaBTN.secondary:hover{background-color:#ffffff4d}@media (max-width:768px){.landing header .btns{margin-bottom:env(safe-area-inset-bottom);gap:10px;width:calc(100% - 35px);position:absolute;bottom:50px}.landing header .btns .ctaBTN{height:50px;font-size:16px}}.landing header .trusted{color:#fff;flex-direction:column;align-items:start;max-width:100vw;margin-top:200px;display:flex;position:absolute;bottom:20px;overflow:hidden}.landing header .trusted h3{font-size:20px;font-weight:500}.landing header .trusted .logos{justify-content:start;align-items:start;gap:40px;max-width:100vw;display:flex;overflow:hidden}.landing header .trusted .logos .logo svg path{fill:#fff}@media (max-width:768px){.landing header .trusted{margin-top:100px;position:relative}.landing header .trusted h3{font-size:16px}.landing header .trusted .logos{flex-wrap:wrap;gap:20px}}.landing header .video{z-index:-1;background-color:#000;width:100%;height:100%;position:absolute;top:0;right:0;overflow:hidden}.landing header .video video{opacity:.5;object-fit:cover;width:100%;height:100%}@media (max-width:768px){.landing header{box-sizing:border-box;height:100%;padding-top:150px}.landing header .leftCol{min-width:100%;max-width:100%}.landing header .container{justify-content:start;align-items:start}}.landing .kpis{flex-flow:wrap;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:900px;padding:70px 0;display:flex}@media (max-width:768px){.landing .kpis{margin-top:100vh}}.landing .kpis .kpi{background-color:#f5f5f5;border-radius:10px;flex-grow:1;justify-content:start;align-items:center;gap:30px;min-width:200px;padding:20px 50px 20px 20px;display:flex}.landing .kpis .kpi .iconbar h3{display:none}.landing .kpis .kpi .icon{background-color:#0c111a;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.landing .kpis .kpi .icon img{fill:#fff;width:35px;height:35px}.landing .kpis .kpi .text h3{color:#000;font-size:20px;font-weight:600;line-height:100%}.landing .kpis .kpi .text h4{color:#000000a3;margin-top:10px;font-size:16px;font-weight:400;line-height:120%}@media (max-width:768px){.landing .kpis{grid-template-columns:repeat(2,1fr);gap:10px;padding:40px 0}.landing .kpis .kpi{flex-direction:column;justify-content:center;align-items:start;gap:10px;padding:20px 10px}.landing .kpis .kpi .icon{width:40px;height:40px}.landing .kpis .kpi .icon img{fill:#fff;width:25px;height:25px}.landing .kpis .kpi .iconbar{align-items:center;gap:10px;display:flex}.landing .kpis .kpi .iconbar h3{color:#000;font-size:20px;font-weight:600;line-height:100%;display:block}.landing .kpis .kpi .text h3{display:none}.landing .kpis .kpi .text h4{margin-top:5px;font-size:14px}}.landing .quote .builder{min-height:60vh;margin-top:20px}.landing .quote .builder .progress{justify-content:center;align-items:center;gap:20px;margin-top:40px;padding-bottom:20px;transition:all .2s ease-in-out;display:flex}.landing .quote .builder .progress .step{cursor:pointer;border-radius:10px;align-items:center;gap:10px;padding:10px 30px;display:flex}.landing .quote .builder .progress .step .dot{background-color:#0e66d8;border-radius:50%;width:10px;height:10px}.landing .quote .builder .progress .step.active{background:-webkit-linear-gradient(45deg,#b8caff 0%,#d6e7ff 100%)}@media (max-width:768px){.landing .quote .builder .progress .step p{display:none}}.landing .quote .builder .progress .line{background:-webkit-linear-gradient(45deg,#b8caff 0%,#d6e7ff 100%);width:100px;height:2px;transition:all .2s ease-in-out}.landing .quote .builder .iconBar{cursor:pointer;background-color:#f5f5f5;border:2px solid #f5f5f5;border-radius:10px;align-items:center;gap:20px;padding:20px;transition:all .2s ease-in-out;display:flex}.landing .quote .builder .iconBar .icon{background-color:#0c111a;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.landing .quote .builder .iconBar .icon img{filter:brightness(0)invert();width:30px;height:30px}.landing .quote .builder .iconBar .text .title{color:#000;font-size:20px;font-weight:600;line-height:100%}.landing .quote .builder .iconBar .text .titleRow{align-items:center;gap:10px;display:flex}.landing .quote .builder .iconBar .text .titleRow .badge{color:#0c111a;background:-webkit-linear-gradient(45deg,#b8caff 0%,#d6e7ff 100%);border-radius:5px;padding:5px 10px;font-size:12px;font-weight:600}.landing .quote .builder .iconBar .text .desc{color:#000000a3;margin-top:10px;font-size:16px;font-weight:400;line-height:120%}.landing .quote .builder .iconBar .text .learnMore{color:#0c111a;margin-top:8px;font-size:14px;font-weight:500;text-decoration:none;display:inline-block}.landing .quote .builder .iconBar .text .learnMore:hover{text-decoration:underline}.landing .quote .builder .iconBar:hover.clickable{border-color:#0c111a}@media (max-width:768px){.landing .quote .builder .iconBar{gap:10px;padding:15px 10px}.landing .quote .builder .iconBar .icon{width:40px;height:40px}.landing .quote .builder .iconBar .icon img{filter:brightness(0)invert();width:20px;height:20px}.landing .quote .builder .iconBar .text{width:calc(100% - 50px)}.landing .quote .builder .iconBar .text .title{font-size:16px}.landing .quote .builder .iconBar .text .desc{font-size:14px}.landing .quote .builder .iconBar .text .titleRow .badge{padding:4px 10px;font-size:10px}}.landing .quote .builder .step1,.landing .quote .builder .step2{flex-direction:column;gap:20px;margin-top:20px;display:flex}@media (max-width:768px){.landing .quote .builder .step1,.landing .quote .builder .step2{gap:10px}}.landing .quote .builder .step3 .overview{margin-top:20px}.landing .quote .builder .step3 button{color:#fff;cursor:pointer;background-color:#0c111a;border:2px solid;border-radius:10px;width:100%;margin-top:20px;padding:20px;font-size:16px;font-weight:600;transition:all .2s ease-in-out}.landing .quote .builder .step3 button:hover{color:#000;background-color:#fff}.landing .quote .builder .step3 .kpis{all:unset;flex-wrap:wrap;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:20px;display:flex}.landing .quote .builder .step3 .kpis .kpi{flex-wrap:wrap;flex:1 0 calc(50% - 10px);gap:30px;display:flex}.landing .quote .builder .step3 .kpis .kpi.price p span{opacity:.4}.landing .quote .builder .step3 .kpis .kpi.price p span.active{opacity:1}.landing .quote .builder .step3 .kpis .kpi.price p span.active.p1,.landing .quote .builder .step3 .kpis .kpi.price p span.active.p2,.landing .quote .builder .step3 .kpis .kpi.price p span.active.p3{color:green}.landing .quote .builder .step3 .kpis .kpi.price p span.active.p4{color:orange}.landing .quote .builder .step3 .kpis .kpi.price p span.active.p5{color:red}.landing .quote .builder .step3 .kpis .kpi.complexity p.low{color:green}.landing .quote .builder .step3 .kpis .kpi.complexity p.medium{color:orange}.landing .quote .builder .step3 .kpis .kpi.complexity p.high{color:red}@media (max-width:768px){.landing .quote .builder .step3 .kpis{grid-template-columns:repeat(2,1fr);gap:10px}.landing .quote .builder .step3 .kpis .kpi{flex-direction:column;align-items:start;gap:0}.landing .quote .builder .step3 .kpis .kpi p{font-size:14px}.landing .quote .builder .step3 .kpis .kpi h3{font-size:16px}}.landing .quote .builder .step3 .description,.landing .quote .builder .step3 .references{margin-top:20px}.landing .quote .builder .step3 .references .link{color:#00f;text-decoration:underline}.landing .quote .builder .step4 .form{flex-direction:column;gap:20px;margin-top:10px;display:flex}.landing .quote .builder .step4 .form .row{justify-content:space-between;gap:20px;width:100%;display:flex}.landing .quote .builder .step4 .form .inp{flex-direction:column;gap:10px;width:100%;display:flex}.landing .quote .builder .step4 .form input,.landing .quote .builder .step4 .form textarea{color:#000;resize:vertical;background-color:#f5f5f5;border:2px solid #f5f5f5;border-radius:10px;width:100%;padding:20px;font-family:Work Sans,sans-serif;font-size:16px;font-weight:400;transition:all .2s ease-in-out}.landing .quote .builder .step4 .form input:focus,.landing .quote .builder .step4 .form textarea:focus{border-color:#0c111a;outline:none}.landing .quote .builder .step4 .form select{color:#000;background-color:#f5f5f5;border:2px solid #f5f5f5;border-radius:10px;width:100%;padding:20px;font-size:16px;font-weight:400;transition:all .2s ease-in-out}.landing .quote .builder .step4 .form select:focus{border-color:#0c111a;outline:none}.landing .quote .builder .step4 .form button{color:#fff;cursor:pointer;background-color:#0c111a;border:2px solid;border-radius:10px;margin-top:10px;padding:20px;font-size:16px;font-weight:600;transition:all .2s ease-in-out}.landing .quote .builder .step4 .form button:hover{color:#000;background-color:#fff}@media (max-width:768px){.landing .quote .builder .step4 .form .row{flex-direction:column;gap:10px}.landing .quote .builder .step4 .form input,.landing .quote .builder .step4 .form textarea{width:100%;padding:10px;font-size:14px}.landing .quote .builder .step4 .form label{font-size:14px}.landing .quote .builder .step4 .form .inp{gap:5px}.landing .quote .builder .step4 .form select{padding:10px;font-size:14px}}.landing .consultation{margin-top:70px;margin-bottom:100px}.landing .consultation .content{gap:50px;margin-top:20px;display:flex}.landing .consultation .content .col{width:50%}.landing .consultation .content .col .scheduletitle{margin-top:20px;padding-bottom:10px}.landing .consultation .content .col .icon{justify-content:center;align-items:center;width:50px;height:50px;display:flex}.landing .consultation .content .col .icon img{filter:brightness(0);width:30px;height:30px}.landing .consultation .content .col button{all:unset;text-align:center;color:#fff;cursor:pointer;background-color:#0c111a;border:2px solid #0000;border-radius:10px;width:calc(100% - 45px);height:50px;margin-top:20px;padding:0 20px;font-size:16px;font-weight:600;transition:all .2s ease-in-out}.landing .consultation .content .col button:hover{color:#000;background-color:#fff;border-color:#0c111a}.landing .consultation .content .col .iconInput{align-items:center;gap:20px;margin-top:20px;display:flex}.landing .consultation .content .col .iconInput input{color:#000;background-color:#f5f5f5;border:2px solid #f5f5f5;border-radius:10px;width:100%;height:50px;padding:10px 20px;font-size:16px;font-weight:400;transition:all .2s ease-in-out}.landing .consultation .content .col .iconInput input:focus{border-color:#0c111a;outline:none}.landing .consultation .content .col .turnstile{margin-top:20px}.landing .consultation .content .col .dateSelect{gap:20px;margin-top:10px;display:flex}.landing .consultation .content .col .dateSelect .options{box-sizing:border-box;grid-template-columns:repeat(3,1fr);gap:10px;width:100%;display:grid}.landing .consultation .content .col .dateSelect .options .option{color:#000;cursor:pointer;background-color:#f5f5f5;border-radius:10px;justify-content:center;align-items:center;padding:10px 20px;font-size:16px;font-weight:400;transition:all .2s ease-in-out;display:flex}.landing .consultation .content .col .dateSelect .options .option.active,.landing .consultation .content .col .dateSelect .options .option:hover{color:#fff;background-color:#0c111a}@media (max-width:768px){.landing .consultation .content .col{width:100%}.landing .consultation .content .col .iconInput{gap:10px;margin-top:10px}.landing .consultation .content .col .iconInput input{height:unset;padding:10px;font-size:14px}.landing .consultation .content .col .icon{width:40px;height:40px}.landing .consultation .content .col .icon img{filter:brightness(0);width:20px;height:20px}.landing .consultation .content .col .dateSelect{gap:10px}.landing .consultation .content .col .dateSelect .options{gap:5px}.landing .consultation .content .col .dateSelect .options .option{padding:5px 10px;font-size:14px}.landing .consultation .content .col button{box-sizing:border-box;width:100%;margin-left:0}}.landing .consultation .content .image{width:50%}.landing .consultation .content .image img{object-fit:cover;border-radius:10px;width:100%;height:100%}.landing .consultation .content .image .imgCaption{opacity:.5;text-align:right;font-size:small}.landing .consultation .content .image .imgCaption a{text-decoration:underline}@media (max-width:768px){.landing .consultation .content{flex-direction:column-reverse;gap:20px}.landing .consultation .content .col{width:100%}.landing .consultation .content .image{width:100%;height:200px;margin-bottom:20px}}.landing .faq{margin-bottom:90px}.landing .faq .Items{flex-direction:column;justify-content:center;align-items:center;margin-top:20px;display:flex}.landing .faq .Items .faqContainer{cursor:pointer;background:#f5f5f5;border-radius:10px;width:100%;margin-bottom:10px;padding:20px;transition:background .3s}.landing .faq .Items .faqContainer:hover{background:#ececec}.landing .faq .Items .faqContainer .faqHeader{justify-content:space-between;align-items:center;display:flex}.landing .faq .Items .faqContainer .faqHeader h3{justify-content:space-between;align-items:center;margin:0;font-size:1.15rem;font-weight:600;display:flex}.landing .faq .Items .faqContainer .faqHeader img{opacity:.4;width:28px;height:28px;transition:transform .3s;transform:rotate(0)}.landing .faq .Items .faqContainer .faqBody{opacity:0;pointer-events:none;border-radius:0 0 8px 8px;max-height:0;padding:0 1rem;transition:max-height .3s,opacity .3s,padding .3s;overflow:hidden}.landing .faq .Items .faqContainer.open .faqBody{opacity:1;pointer-events:auto;max-height:500px;padding:1rem 1rem 0}.landing .faq .Items .faqContainer.open img{transform:rotate(180deg)}.landing .faq .Items .faqContainer .faqBody ul{margin:.5em 0 .5em 1.2em;padding-left:1.2em;list-style-type:disc}.landing .faq .Items .faqContainer .faqBody li{margin-bottom:.3em}.landing .team{margin-bottom:90px}.landing .team .gallery{flex-wrap:wrap;justify-content:center;gap:20px;margin-top:30px;display:flex}.landing .team .gallery .item{text-align:center;flex-direction:column;align-items:center;margin-bottom:10px;display:flex}.landing .team .gallery .item .portrait{border-radius:10px;width:270px;height:270px;margin:0 auto 15px;overflow:hidden}.landing .team .gallery .item .portrait img{object-fit:cover;width:100%;height:100%}.landing .team .gallery .item .name{color:#000;margin-bottom:5px;font-size:20px;font-weight:600;line-height:100%}.landing .team .gallery .item .role{color:#000000a3;font-size:16px;font-weight:400;line-height:120%}@media (max-width:768px){.landing .team .gallery{gap:10px}.landing .team .gallery .item .portrait{width:160px;height:160px}.landing .team .gallery .item .name{font-size:15px}.landing .team .gallery .item .role{font-size:14px}}.landing .info-section{background-color:#fff;padding:70px 0}.landing .info-section .section-content{flex-direction:column;gap:100px;display:flex}@media (max-width:768px){.landing .info-section .section-content{flex-direction:column;gap:10px}}.landing .info-section .bar{align-items:center;gap:50px;display:flex}.landing .info-section .bar .textCol{width:50%}.landing .info-section .bar .textCol h3{color:#fff;font-size:35px;font-weight:600;line-height:110%}.landing .info-section .bar .textCol h3 .gradient{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(45deg,#021220 0%,#fff 100%);-webkit-background-clip:text;background-clip:text}.landing .info-section .bar .textCol h4{-webkit-hyphens:auto;hyphens:auto;color:#ffffffa3;margin-top:20px;font-size:16px;font-weight:400;line-height:120%}.landing .info-section .bar .quoteCol{color:#fff;background-color:#161616;border-radius:10px;width:50%;padding:40px 40px 20px}.landing .info-section .bar .quoteCol .author{align-items:center;gap:15px;margin-top:20px;display:flex}.landing .info-section .bar .quoteCol .author img{object-fit:cover;border-radius:50%;width:60px;height:60px}.landing .info-section .bar .quoteCol .author .text h5{font-size:16px;font-weight:600}.landing .info-section .bar .quoteCol .author .text h6{color:#ffffffa3;font-size:14px;font-weight:400}@media (max-width:768px){.landing .info-section{margin-top:680px}}.landing .cta-section{background-color:#fff;flex-direction:column;align-items:center;gap:50px;margin-top:50px;padding:100px;display:flex}.landing .cta-section h3{color:#000;font-size:40px;font-weight:600;line-height:110%}.landing .cta-section a{color:#fff;cursor:pointer;background-color:#000f5c;border-radius:50px;justify-content:center;align-items:center;width:200px;height:60px;font-size:20px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.landing .cta-section a:hover{background-color:red}.landing.shopify header .shopify-partners p{color:#fff;margin-top:10px;margin-bottom:5px;font-weight:700}.landing.shopify header .shopify-partners img{opacity:.9;width:200px;height:auto}.landing.shopify header .container h1 .gradient{background:-webkit-linear-gradient(45deg,#6dc426 0%,#e6ffb7 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text}.landing.shopify header video{opacity:.4}@media (max-width:768px){.landing.shopify header{box-sizing:border-box;height:100%;padding-top:150px}.landing.shopify header .leftCol{min-width:100%;max-width:100%}.landing.shopify header .container{justify-content:start;align-items:start}}.landing.shopify .quote .builder .progress .step .dot{background-color:#214602}.landing.shopify .quote .builder .progress .step.active{background:-webkit-linear-gradient(45deg,#6dc426 0%,#e6ffb7 100%)}.landing.shopify .quote .builder .progress .line{background:-webkit-linear-gradient(45deg,#6dc426 0%,#e6ffb7 100%);width:100px;height:2px;transition:all .2s ease-in-out}.landing.shopify .section-title .gradient{background:-webkit-linear-gradient(45deg,#6dc426 0%,#c0f955 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text}.landing.shopify .testemonial{margin-top:70px}.landing.shopify .testemonial .box{background-color:#f5f5f5;border-radius:10px;align-items:flex-end;margin:20px 0;padding:20px;display:flex}.landing.shopify .testemonial .box .review{font-size:18px;line-height:1.5}.landing.shopify .testemonial .box .author{flex-direction:column;justify-content:space-between;align-items:flex-end;width:100%;display:flex}.landing.shopify .testemonial .box .author img{width:100px;height:auto;margin-bottom:10px}.landing.shopify .testemonial .box .author p{color:#0c111a;text-align:right;font-size:16px;font-weight:700}@media (max-width:768px){.landing.shopify .testemonial .box{flex-direction:column;align-items:center}.landing.shopify .testemonial .box .author{text-align:center;align-items:center;margin-top:30px}.landing.shopify .testemonial .box .author img{margin-bottom:0}}.blogHighlights{padding-bottom:60px}.blogHighlights .section-title{margin-bottom:20px}.blogHighlights .blog{display:block}.blogHighlights .articles{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.blogHighlights .articles .articlePreview{min-width:unset;max-width:unset}@media (max-width:1300px){.blogHighlights .articles{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.blogHighlights .articles{grid-template-columns:1fr}}
