.page-wrapper{min-height:100vh;background-color:#fff}.nav{position:fixed;top:0;left:0;right:0;z-index:50;background-color:#ffffffe6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid #e5e7eb}.nav__container{max-width:80rem;margin:0 auto;padding:1rem 1.5rem}.nav__inner{display:flex;align-items:center;justify-content:space-between}.nav__logo{display:flex;align-items:center;gap:.5rem}.nav__logo-icon{width:2.5rem;height:2.5rem;background:linear-gradient(to bottom right,#dc2626,#b91c1c);border-radius:.5rem;display:flex;align-items:center;justify-content:center}.nav__logo-svg{width:1.5rem;height:1.5rem;color:#fff}.nav__logo-text{font-size:1.25rem;font-weight:700;color:#111827}.nav__links{display:none;align-items:center;gap:2rem}@media (min-width: 768px){.nav__links{display:flex}}.nav__link{color:#374151;font-weight:500;text-decoration:none;transition:color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1)}.nav__link:hover{color:#dc2626}.nav__cta{padding:.625rem 1.5rem;background-color:#dc2626;color:#fff;border-radius:.5rem;border:none;cursor:pointer;font-weight:500;transition:color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1)}.nav__cta:hover{background-color:#b91c1c}.nav__hamburger{display:block;color:#111827;background:none;border:none;cursor:pointer}@media (min-width: 768px){.nav__hamburger{display:none}}.nav__hamburger-icon{width:1.5rem;height:1.5rem}.nav__mobile{margin-top:1rem;padding-bottom:1rem;display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.nav__mobile{display:none}}.nav__mobile-link{color:#374151;font-weight:500;text-decoration:none;display:block;transition:color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1)}.nav__mobile-link:hover{color:#dc2626}.nav__mobile-cta{width:100%;padding:.625rem 1.5rem;background-color:#dc2626;color:#fff;border-radius:.5rem;border:none;cursor:pointer;font-weight:500;transition:color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1)}.nav__mobile-cta:hover{background-color:#b91c1c}.hero{padding:8rem 1.5rem 5rem;background:linear-gradient(to bottom right,#f9fafb,#fff)}.hero__container{max-width:80rem;margin:0 auto}.hero__content{max-width:56rem;margin:0 auto;text-align:center}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#fef2f2;border-radius:9999px;margin-bottom:1.5rem}.hero__badge-dot{width:.5rem;height:.5rem;background-color:#dc2626;border-radius:9999px;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero__badge-text{color:#dc2626;font-weight:500;font-size:.875rem}.hero__headline{font-size:3rem;font-weight:700;color:#111827;margin-bottom:1.5rem;line-height:1.25}@media (min-width: 768px){.hero__headline{font-size:4.5rem}}.hero__headline-accent{color:#dc2626}.hero__subtext{font-size:1.25rem;color:#4b5563;margin:0 auto 2.5rem;max-width:42rem;line-height:1.625}.hero__buttons{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}@media (min-width: 640px){.hero__buttons{flex-direction:row;gap:1rem}}.hero__btn-primary{width:100%;padding:1rem 2rem;background-color:#dc2626;color:#fff;border-radius:.5rem;border:none;cursor:pointer;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 10px 15px -3px #dc26264d,0 4px 6px -4px #dc26264d;transition:all .15s cubic-bezier(.4,0,.2,1)}.hero__btn-primary:hover{background-color:#b91c1c;transform:scale(1.05)}@media (min-width: 640px){.hero__btn-primary{width:auto}}.hero__btn-primary-icon{width:1.25rem;height:1.25rem}.hero__btn-secondary{width:100%;padding:1rem 2rem;background-color:#fff;color:#111827;border-radius:.5rem;border:2px solid #e5e7eb;cursor:pointer;font-weight:600;transition:all .15s cubic-bezier(.4,0,.2,1)}.hero__btn-secondary:hover{border-color:#dc2626}@media (min-width: 640px){.hero__btn-secondary{width:auto}}.stats{margin-top:5rem;background:linear-gradient(to bottom right,#334155,#0f172a);border-radius:1.5rem;padding:2rem;border:1px solid rgba(71,85,105,.4);box-shadow:0 25px 50px -12px #00000040}@media (min-width: 768px){.stats{padding:4rem}}.stats__header{margin-bottom:3rem}.stats__title{font-size:2.25rem;font-weight:300;color:#fff;margin-bottom:1rem;line-height:1.25}@media (min-width: 768px){.stats__title{font-size:3rem}}.stats__accent{color:#f87171}.stats__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width: 768px){.stats__grid{grid-template-columns:repeat(3,1fr)}}.stats__value{font-size:2.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}@media (min-width: 768px){.stats__value{font-size:3rem}}.stats__label{color:#cbd5e1;font-size:.875rem;line-height:1.625}.stats__disclaimer{color:#94a3b8;font-size:.75rem;margin-top:3rem;line-height:1.625;max-width:36rem}.services{padding:6rem 0;background-color:#fff}.services__header{max-width:56rem;margin:0 auto;padding:0 1.5rem;text-align:center;margin-bottom:4rem}.services__title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1.5rem;line-height:1.25}@media (min-width: 768px){.services__title{font-size:3.75rem}}.services__accent{color:#22d3ee}.services__accent_a{color:#dc2626}.services__subtitle{color:#9ca3af;font-size:1.125rem;max-width:24rem;margin:0 auto 2.5rem;line-height:1.625}.services__cta{padding:1rem 2rem;background-color:#fff;color:#111827;border-radius:.75rem;border:none;cursor:pointer;font-weight:600;font-size:1.125rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transition:all .15s cubic-bezier(.4,0,.2,1)}.services__cta:hover{background-color:#f3f4f6}.services__carousel-wrap{position:relative;margin-top:4rem}.services__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:2.5rem;height:2.5rem;background-color:#374151cc;border:1px solid #4b5563;border-radius:9999px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1)}.services__arrow:hover{background-color:#4b5563}.services__arrow--left{left:1rem}.services__arrow--right{right:1rem}.services__arrow-icon{width:1.25rem;height:1.25rem}.services__carousel{display:flex;overflow-x:auto;gap:1rem;padding:0 4rem;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.services__carousel::-webkit-scrollbar{display:none}.services__card{flex:none;width:18rem;background-color:#0e1520;border-radius:1rem;overflow:hidden;scroll-snap-align:start;border:1px solid #1f2937;transition:all .15s cubic-bezier(.4,0,.2,1)}.services__card:hover{border-color:#4b5563}@media (min-width: 768px){.services__card{width:20rem}}.services__card-image{height:13rem;background:linear-gradient(to bottom right,#0d1623,#111f30);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.services__card-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent,rgba(14,21,32,.6))}.services__card-icon-wrap{width:4rem;height:4rem;border-radius:1rem;background-color:#37415180;border:1px solid rgba(75,85,99,.4);display:flex;align-items:center;justify-content:center}.services__card-icon-svg{width:2rem;height:2rem;color:#22d3eeb3}.services__card-body{padding:1.5rem}.services__card-title{color:#fff;font-weight:700;font-size:1.125rem;margin-bottom:.75rem}.services__card-desc{color:#9ca3af;font-size:.875rem;margin-bottom:1.5rem;line-height:1.625}.services__card-link{color:#22d3ee;font-weight:500;display:inline-flex;align-items:center;gap:.25rem;text-decoration:none;font-size:.875rem;transition:color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1)}.services__card-link:hover{color:#67e8f9}.services__card-link-icon{width:1rem;height:1rem}.process{padding:5rem 1.5rem;background-color:#f9fafb}.process__container{max-width:80rem;margin:0 auto}.process__header{text-align:center;margin-bottom:4rem}.process__title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem}@media (min-width: 768px){.process__title{font-size:3rem}}.process__subtitle{font-size:1.25rem;color:#6b7280;max-width:42rem;margin:0 auto}.process__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.process__grid{grid-template-columns:repeat(4,1fr)}}.process__card{background-color:#fff;border-radius:1rem;padding:1.5rem;border:1px solid #e5e7eb;display:flex;flex-direction:column}.process__card-icon{width:3rem;height:3rem;background-color:#f3f4f6;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.process__card-icon-svg{width:1.5rem;height:1.5rem;color:#4b5563}.process__card-title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.25rem}.process__card-subtitle{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.75rem}.process__card-desc{color:#6b7280;font-size:.875rem;margin-bottom:1rem;line-height:1.625}.process__card-bullets{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.process__card-bullet{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:#374151}.process__card-check-icon{width:1rem;height:1rem;color:#6b7280;flex-shrink:0;margin-top:.125rem}.process__card-cta{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background-color:#b91c1c;color:#fff;border-radius:.5rem;border:none;cursor:pointer;font-weight:600;font-size:.875rem;margin-bottom:.75rem;transition:color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1)}.process__card-cta:hover{background-color:#991b1b}.process__card-cta-icon{width:1rem;height:1rem}.process__card-ideal{font-size:.75rem;color:#9ca3af;text-align:center;line-height:1.375}.resource{padding:5rem 1.5rem;background:linear-gradient(to bottom right,#fef2f266,#fff)}.resource__container{max-width:64rem;margin:0 auto}.resource__header{text-align:center;margin-bottom:3rem}.resource__title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem}@media (min-width: 768px){.resource__title{font-size:3rem}}.resource__subtitle{color:#6b7280;font-size:1.125rem;max-width:42rem;margin:0 auto}.resource__card{background-color:#fff;border-radius:1rem;box-shadow:0 1px 2px #0000000d;border:1px solid #f3f4f6;overflow:hidden;display:flex;flex-direction:column}@media (min-width: 768px){.resource__card{flex-direction:row}}.resource__left{padding:2.5rem;background-color:#fef2f299;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}@media (min-width: 768px){.resource__left{width:41.666667%}}.resource__preview{width:12rem;background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;padding:1rem;border:1px solid #f3f4f6}.resource__preview-brand{display:flex;align-items:center;justify-content:flex-end;margin-bottom:.5rem}.resource__preview-brand-text{color:#dc2626;font-size:.75rem;font-weight:600}.resource__preview-title{color:#111827;font-weight:700;font-size:.875rem;line-height:1.375;margin-bottom:.25rem}.resource__preview-subtitle{color:#6b7280;font-size:.75rem;line-height:1.375;margin-bottom:.75rem}.resource__preview-lines{display:flex;flex-direction:column;gap:.25rem}.resource__preview-line{height:.375rem;background-color:#e5e7eb;border-radius:9999px;width:100%}.resource__preview-line--short{height:.375rem;background-color:#e5e7eb;border-radius:9999px;width:66.667%}.resource__preview-author{margin-top:1rem;display:flex;align-items:center;gap:.25rem}.resource__preview-avatar{width:1.5rem;height:1.5rem;border-radius:9999px;background-color:#dc2626}.resource__preview-author-name{color:#6b7280;font-size:.75rem}.resource__badges{display:flex;flex-direction:column;align-items:center;gap:.75rem}.resource__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border:1px solid #dc2626;border-radius:9999px;color:#dc2626;font-size:.875rem;font-weight:500}.resource__badge-icon{width:1rem;height:1rem}.resource__badge-meta{display:inline-flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.resource__right{padding:2.5rem;display:flex;flex-direction:column;justify-content:center}@media (min-width: 768px){.resource__right{width:58.333333%}}.resource__content-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.resource__content-subtitle{color:#4b5563;margin-bottom:1.25rem;line-height:1.375}.resource__content-desc{color:#4b5563;margin-bottom:1.5rem;line-height:1.625;font-size:.875rem}.resource__content-bullets{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.75rem}.resource__content-bullet{display:flex;align-items:flex-start;gap:.75rem;color:#374151;font-size:.875rem}.resource__content-check-icon{width:1.25rem;height:1.25rem;color:#22c55e;flex-shrink:0;margin-top:.125rem}.resource__actions{display:flex;flex-direction:column;gap:.75rem}@media (min-width: 640px){.resource__actions{flex-direction:row}}.resource__btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#b91c1c;color:#fff;border-radius:.5rem;border:none;cursor:pointer;font-weight:600;font-size:.875rem;transition:color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1)}.resource__btn-primary:hover{background-color:#991b1b}.resource__btn-primary-icon{width:1rem;height:1rem}.resource__btn-secondary{padding:.75rem 1.5rem;border:2px solid #b91c1c;color:#b91c1c;border-radius:.5rem;background:none;cursor:pointer;font-weight:600;font-size:.875rem;transition:all .15s cubic-bezier(.4,0,.2,1)}.resource__btn-secondary:hover{background-color:#fef2f2}.contact{padding:5rem 1.5rem;background-color:#f9fafb}.contact__container{max-width:56rem;margin:0 auto;text-align:center}.contact__title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1.5rem}@media (min-width: 768px){.contact__title{font-size:3rem}}.contact__accent{color:#dc2626}.contact__subtitle{font-size:1.25rem;color:#4b5563;margin:0 auto 2.5rem;max-width:42rem}.contact__cta{padding:1rem 2.5rem;background-color:#dc2626;color:#fff;border-radius:.5rem;border:none;cursor:pointer;font-weight:600;font-size:1.125rem;box-shadow:0 10px 15px -3px #dc26264d,0 4px 6px -4px #dc26264d;transition:all .15s cubic-bezier(.4,0,.2,1)}.contact__cta:hover{background-color:#b91c1c;transform:scale(1.05)}.footer{background-color:#111827;color:#fff;padding:3rem 1.5rem}.footer__container{max-width:80rem;margin:0 auto}.footer__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media (min-width: 768px){.footer__grid{grid-template-columns:repeat(4,1fr)}}.footer__brand-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer__brand-icon{width:2rem;height:2rem;background:linear-gradient(to bottom right,#dc2626,#b91c1c);border-radius:.5rem;display:flex;align-items:center;justify-content:center}.footer__brand-icon-svg{width:1.25rem;height:1.25rem;color:#fff}.footer__brand-name{font-size:1.125rem;font-weight:700}.footer__brand-tagline{color:#9ca3af}.footer__col-title{font-weight:600;margin-bottom:1rem}.footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;color:#9ca3af}.footer__link{color:#9ca3af;text-decoration:none;transition:color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1)}.footer__link:hover{color:#ef4444}.footer__bottom{border-top:1px solid #1f2937;padding-top:2rem;text-align:center;color:#9ca3af}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.table{display:table}.hidden{display:none}
