.cookie-section{padding-block:var(--space-section);background-color:var(--color-tm-warm-white)}.cookie-hero-card{grid-column:1/-1;grid-template-columns:repeat(var(--grid-desktop-columns), minmax(0, 1fr));column-gap:var(--grid-desktop-gutter);background-color:var(--color-tm-blue-pale);border-radius:24px;padding-block:65px;display:grid}.cookie-title,.cookie-subtitle,.cookie-updated-at,.cookie-hero-card>.cookie-divider{grid-column:2/-2}.cookie-title{color:var(--color-tm-blue);font-family:var(--font-family);letter-spacing:0;margin-bottom:36px;font-size:32px;font-weight:600;line-height:1.12}.cookie-subtitle{color:var(--color-text-body);font-family:var(--font-family);margin-bottom:44px;font-size:24px;font-weight:600;line-height:32px}.cookie-updated-at{color:#8db0ff;font-family:var(--font-family);margin-bottom:30px;font-size:24px;font-weight:600;line-height:32px}.cookie-divider{background-color:var(--color-tm-blue);opacity:.45;height:1px;margin-bottom:42px}.cookie-body{grid-column:3/-2}.cookie-block+.cookie-divider{margin-top:0}.cookie-h2{color:var(--color-tm-blue);font-family:var(--font-family);letter-spacing:0;margin-bottom:1rem;font-size:24px;font-weight:600;line-height:1.12}.cookie-h3-label{color:var(--color-text-body);font-family:var(--font-family);margin-bottom:1.5rem;font-size:18px;font-weight:600;line-height:1.3}.cookie-body-text{color:var(--color-text-body);font-family:var(--font-family);margin-bottom:24px;font-size:18px;font-weight:400;line-height:28px}.cookie-body>div:last-child .cookie-block:last-child .cookie-body-text:last-child{margin-bottom:0}.cookie-body-text a{color:var(--color-tm-blue);text-decoration:underline}.cookie-explainer-grid{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:2.5rem;margin-bottom:24px;display:grid}.cookie-explainer-card h3{color:var(--color-text-body);font-family:var(--font-family);margin-bottom:.5rem;font-size:16px;font-weight:600;line-height:26px}.cookie-explainer-card p{color:var(--color-text-body);font-family:var(--font-family);font-size:16px;font-weight:400;line-height:26px}.cookie-type-list{flex-direction:column;gap:1rem;list-style:none;display:flex}.cookie-type-card{border-radius:16px;padding:20px 32px 20px 48px;position:relative;overflow:hidden}.cookie-type-card:before{content:"";width:8px;position:absolute;inset:0 auto 0 0}.cookie-type-card h3{font-family:var(--font-family);margin-bottom:4px;font-size:16px;font-weight:600;line-height:1.3}.cookie-type-card p{color:var(--color-text-body);font-family:var(--font-family);font-size:16px;font-weight:400;line-height:26px}.cookie-type-card--blue{background-color:#d7e6ff}.cookie-type-card--blue:before{background-color:#8db0ff}.cookie-type-card--blue h3{color:#628af9}.cookie-type-card--olive{background-color:#f9f3af}.cookie-type-card--olive:before{background-color:#dfd95b}.cookie-type-card--olive h3{color:#a59b3c}.cookie-type-card--yellow{background-color:#fff5c2}.cookie-type-card--yellow:before{background-color:#ffec70}.cookie-type-card--yellow h3{color:#8e7406}.cookie-type-card--orange{background-color:#f9e2cf}.cookie-type-card--orange:before{background-color:#fcb363}.cookie-type-card--orange h3{color:#f7993c}.cookie-type-card--pink{background-color:#ffe6e6}.cookie-type-card--pink:before{background-color:#ffc0c0}.cookie-type-card--pink h3{color:#f48c8c}.cookie-service-list{flex-direction:column;gap:2rem;display:flex}.cookie-service-card{background-color:var(--color-white);border-radius:16px;padding:32px}.cookie-service-header{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:8px;display:flex}.cookie-service-header h3{color:var(--color-tm-blue);font-family:var(--font-family);font-size:18px;font-weight:600;line-height:1.3}.cookie-badge{font-family:var(--font-family);white-space:nowrap;border-radius:999px;align-items:center;padding:4px 14px;font-size:14px;font-weight:600;line-height:1.5;display:inline-flex}.cookie-badge--blue{color:#628af9;background-color:#d7e6ff}.cookie-badge--olive{color:#a59b3c;background-color:#f9f3af}.cookie-badge--yellow{color:#8e7406;background-color:#fff5c2}.cookie-service-desc{color:#8db0ff;font-family:var(--font-family);margin-bottom:24px;font-size:18px;font-weight:400;line-height:1.4}.cookie-table-wrapper{border-radius:8px;overflow:hidden}.cookie-table{border-collapse:collapse;width:100%}.cookie-table th{color:var(--color-text-body);font-family:var(--font-family);text-align:left;background-color:#e6edff;padding:10px 16px;font-size:16px;font-weight:600}.cookie-table td{color:var(--color-text-body);font-family:var(--font-family);vertical-align:top;padding:10px 16px;font-size:16px;font-weight:400}.cookie-table tbody tr:nth-child(odd){background-color:#f5f6f7}.cookie-table tbody tr:nth-child(2n){background-color:var(--color-white)}.cookie-rights-list{counter-reset:cookie-rights;flex-direction:column;list-style:none;display:flex}.cookie-rights-list li{color:var(--color-text-body);font-family:var(--font-family);counter-increment:cookie-rights;padding-left:1.75rem;font-size:18px;font-weight:400;line-height:28px;position:relative}.cookie-rights-list li:before{content:counter(cookie-rights) ".";color:var(--color-tm-blue);font-weight:600;position:absolute;left:0}.legal-highlight{color:#628af9;font-weight:600}.legal-lead-label{color:var(--color-text-body);font-family:var(--font-family);margin-bottom:1.5rem;font-size:18px;font-weight:600;line-height:1.4}.legal-subheading{color:var(--color-text-body);font-family:var(--font-family);margin-bottom:.75rem;font-size:18px;font-weight:600;line-height:1.4}.legal-bullet-list{flex-direction:column;gap:.5rem;margin-bottom:24px;list-style:none;display:flex}.legal-bullet-list li{color:var(--color-text-body);font-family:var(--font-family);padding-left:1.25rem;font-size:18px;font-weight:400;line-height:28px;position:relative}.legal-bullet-list li:before{content:"•";position:absolute;left:0}.legal-bullet-list--card,.legal-bullet-list--refund{margin-bottom:0}.legal-bullet-list--card li,.legal-bullet-list--refund li{font-size:16px;line-height:26px}.legal-bullet-list--refund li{font-weight:600}.legal-card-grid{gap:1.5rem;margin-bottom:24px;display:grid}.legal-card-grid--2col{grid-template-columns:repeat(2,minmax(0,1fr))}.legal-card-grid--3col{grid-template-columns:repeat(3,minmax(0,1fr))}.legal-card{background-color:var(--color-white);border-radius:16px;padding:24px}.legal-card h3{color:var(--color-text-body);font-family:var(--font-family);margin-bottom:8px;font-size:16px;font-weight:600;line-height:1.4}.legal-card p{color:var(--color-text-body);font-family:var(--font-family);font-size:16px;font-weight:400;line-height:26px}.legal-alert{background-color:#ffe9e9;border-radius:16px;margin-bottom:24px;padding:24px 32px}.legal-alert-label{color:#b51010;font-family:var(--font-family);margin-bottom:.75rem;font-size:16px;font-weight:600;line-height:1.4}.legal-alert .legal-bullet-list{margin-bottom:0}.legal-alert .legal-bullet-list li{color:#b51010;font-size:16px;line-height:1.6}.legal-pill-row{flex-wrap:wrap;gap:1rem;margin-bottom:42px;display:flex}.legal-pill{background-color:var(--color-white);width:180px;min-height:72px;color:var(--color-text-body);font-family:var(--font-family);text-align:center;border-radius:16px;flex:none;justify-content:center;align-items:center;padding:12px 16px;font-size:18px;font-weight:600;line-height:1.4;display:flex}.legal-refund-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin-bottom:24px;display:grid}.legal-refund-card{border-radius:16px;padding:24px}.legal-refund-badge{font-family:var(--font-family);border-radius:999px;align-items:center;margin-bottom:1rem;padding:4px 14px;font-size:14px;font-weight:600;display:inline-flex}.legal-refund-card h3{font-family:var(--font-family);margin-bottom:.75rem;font-size:18px;font-weight:600;line-height:1.4}.legal-refund-card--favoravel{background-color:#f9f3af}.legal-refund-card--favoravel .legal-refund-badge{color:#a59b3c;background-color:#efe47f}.legal-refund-card--favoravel h3{color:#a59b3c}.legal-refund-card--parcial{background-color:#fff5c2}.legal-refund-card--parcial .legal-refund-badge{color:#8e7406;background-color:#ffec70}.legal-refund-card--parcial h3{color:#8e7406}.legal-refund-card--sem-reembolso{background-color:#ffe9e9}.legal-refund-card--sem-reembolso .legal-refund-badge{color:#b51010;background-color:#f9cfcf}.legal-refund-card--sem-reembolso h3{color:#b51010}.legal-note{background-color:var(--color-white);border-radius:16px;margin-bottom:24px;padding:20px 32px}.legal-note p{color:var(--color-text-body);font-family:var(--font-family);font-size:16px;font-weight:400;line-height:26px}.legal-note--icon{align-items:flex-start;gap:16px;display:flex}.legal-note--icon svg{width:24px;height:24px;color:var(--color-tm-blue);flex:none;margin-top:2px}@media (max-width:1024px){.cookie-body{grid-column:2/-2}.cookie-explainer-grid{column-gap:1.5rem}}@media (max-width:768px){.cookie-section{padding-block:3.75rem 2rem}.cookie-hero-card{grid-template-columns:repeat(var(--grid-mobile-columns), minmax(0, 1fr));column-gap:var(--grid-mobile-gutter);border-radius:16px;padding-block:40px;padding-inline:24px}.cookie-title,.cookie-subtitle,.cookie-updated-at,.cookie-hero-card>.cookie-divider,.cookie-body{grid-column:1/-1}.cookie-title{margin-bottom:20px;font-size:26px}.cookie-subtitle{margin-bottom:24px;font-size:18px;line-height:26px}.cookie-updated-at{margin-bottom:20px;font-size:16px;line-height:24px}.cookie-divider{margin-bottom:28px}.cookie-h2{font-size:20px}.cookie-h3-label{font-size:15px}.cookie-body-text,.cookie-explainer-card h3{font-size:14px;line-height:22px}.cookie-explainer-card p{font-size:13px;line-height:20px}.cookie-type-card h3{font-size:14px}.cookie-type-card p{font-size:13px;line-height:20px}.cookie-service-header h3{font-size:15px}.cookie-badge{font-size:12px}.cookie-service-desc{font-size:14px}.cookie-table th,.cookie-table td{font-size:13px}.cookie-rights-list li{font-size:14px;line-height:22px}.legal-lead-label{font-size:14px}.legal-subheading{font-size:15px}.legal-bullet-list li{font-size:14px;line-height:22px}.legal-bullet-list--card li,.legal-bullet-list--refund li{font-size:13px;line-height:20px}.legal-card h3{font-size:14px}.legal-card p{font-size:13px;line-height:20px}.legal-alert-label{font-size:14px}.legal-alert .legal-bullet-list li{font-size:13px}.legal-pill{font-size:14px}.legal-refund-badge{font-size:12px}.legal-refund-card h3{font-size:15px}.legal-note p{font-size:13px;line-height:20px}.cookie-explainer-grid{grid-template-columns:1fr;row-gap:20px}.cookie-service-card{padding:20px}.cookie-table-wrapper{border-radius:12px;overflow-x:visible}.cookie-table,.cookie-table thead,.cookie-table tbody,.cookie-table th,.cookie-table td,.cookie-table tr{display:block}.cookie-table thead{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.cookie-table tbody tr{padding:12px 16px}.cookie-table tbody tr:not(:last-child){border-bottom:1px solid var(--color-white)}.cookie-table td{text-align:right;justify-content:space-between;align-items:baseline;gap:12px;padding:4px 0;display:flex}.cookie-table td:before{content:attr(data-label);color:var(--color-tm-blue-foundation);text-align:left;flex:none;font-weight:600}.cookie-table td>span{overflow-wrap:break-word;flex:auto;min-width:0}.legal-card-grid--2col,.legal-card-grid--3col{grid-template-columns:1fr}.legal-pill{width:calc(50% - .5rem)}.legal-refund-grid{grid-template-columns:1fr}.legal-alert,.legal-note{padding:20px}}
