:root{--hsl-white: 0, 0%, 100%;--hsl-black: 0, 0%, 0%;--hsl-primary-700: 167, 100%, 39%;--hsl-primary-800: 167, 37%, 22%;--hsl-secondary-100: 180, 73%, 90%;--hsl-secondary-600: 180, 71%, 45%;--hsl-gray-50: 0, 0%, 95%;--hsl-gray-100: 0, 0%, 90%;--hsl-gray-200: 0, 0%, 80%;--hsl-gray-300: 0, 0%, 70%;--hsl-gray-400: 0, 0%, 60%;--hsl-gray-500: 0, 0%, 50%;--hsl-gray-600: 0, 0%, 40%;--hsl-gray-700: 0, 0%, 30%;--hsl-gray-800: 0, 0%, 20%;--hsl-gray-900: 0, 0%, 10%;--hsl-slate-25: 216, 10%, 98%;--hsl-slate-50: 216, 10%, 95%;--hsl-slate-100: 216, 10%, 90%;--hsl-slate-200: 216, 10%, 80%;--hsl-slate-300: 216, 10%, 70%;--hsl-slate-400: 216, 10%, 60%;--hsl-slate-500: 216, 10%, 50%;--hsl-slate-600: 216, 10%, 40%;--hsl-slate-700: 216, 10%, 30%;--hsl-slate-800: 216, 10%, 20%;--hsl-slate-900: 216, 10%, 10%;--ff-primary: "Roboto", sans-serif;--ff-secondary: "Red Hat Text", "Roboto", sans-serif;--body-color: var(--hsl-slate-600);--section-py: 3rem;--container-width: 100%;--container-px: 1.25rem}@media(min-width: 36em){:root{--container-width: 540px}}@media(min-width: 48em){:root{--container-width: 720px}}@media(min-width: 62em){:root{--container-width: 960px;--container-px: 0.75rem;--section-py: 4rem}}@media(min-width: 75em){:root{--container-width: 1104px}}*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}@keyframes ping{0%{transform:scale(0.5);opacity:1}80%{transform:scale(1.5);opacity:0}100%{transform:scale(2);opacity:0}}@keyframes float{0%{transform:translateY(0px)}50%{transform:translateY(-20px)}100%{transform:translateY(0px)}}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}@keyframes skeleton-loading{0%{background-color:#f5f5f5}100%{background-color:#d4d4d4}}::-webkit-scrollbar{width:16px;background-color:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{background:#d4d4d8;background-clip:padding-box;border:4px solid rgba(0,0,0,0);border-radius:8px;box-shadow:none;min-height:50px}::-webkit-scrollbar-track{background:none;border:none}*,*::before,*::after{margin:0;padding:0;min-width:0;box-sizing:border-box}html,body{overflow-x:clip}html{scroll-behavior:smooth}body{position:relative;min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}address,ol,ul{margin:0}.wrapper{flex:1 0 auto}.section{padding-block:var(--section-py)}.cms-content ul,.cms-content ol{padding-left:1.25rem}.cms-content ul li+li,.cms-content ol li+li{margin-top:1rem}.swiper-slide{height:auto}.swiper-button-prev,.swiper-button-next{width:2.25rem;height:2.25rem;margin:0;border:0;border-radius:50%;color:var(--color-black);background-color:rgba(0,0,0,0);font-size:1.5rem;transform:translateY(-50%);transition:scale 150ms}.swiper-button-prev::after,.swiper-button-next::after{display:none}.swiper-button-prev:active,.swiper-button-next:active{scale:.95}.swiper-button-prev svg,.swiper-button-next svg{width:1.25rem;height:1.25rem;-o-object-fit:contain;object-fit:contain}@media(min-width: 62em){.swiper-button-prev,.swiper-button-next{width:2.625rem;height:2.625rem}.swiper-button-prev svg,.swiper-button-next svg{width:1.5rem;height:1.5rem}}.container{padding-left:var(--container-px);padding-right:var(--container-px);max-width:var(--container-width)}.dropdown-menu{--bs-dropdown-border-color: #e5e5e5}.form-control{color:hsl(var(--hsl-gray-900));border:1px solid var(--hsl-slate-100);padding:1rem;font-size:.875rem;font-weight:500}.form-control:not(textarea){line-height:1}.form-control::-moz-placeholder{color:hsl(var(--hsl-slate-300))}.form-control::placeholder{color:hsl(var(--hsl-slate-300))}.icon-link{--icon-size: 1.25em}.icon-link svg{width:var(--icon-size);height:var(--icon-size);-o-object-fit:contain;object-fit:contain}.h-aspect-ratio{position:relative}.h-aspect-ratio>:first-child{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.h-aspect-ratio::before{content:"";display:block;padding-bottom:calc(100%/(var(--aspect-ratio)))}.h-flow>*+*{margin-top:var(--flow-space, 1em)}.h-sticky-top{position:sticky;top:var(--top, 1.25rem)}.h-icon{--_icon-size: var(--icon-size, 1.25rem);flex-shrink:0;width:var(--_icon-size);height:var(--_icon-size);-o-object-fit:contain;object-fit:contain}.h-line-clamp{--_line-clamp: var(--line-clamp, 2);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--_line-clamp);line-clamp:var(--_line-clamp);overflow:hidden}html{font-size:100%}body{color:hsl(var(--body-color));font-family:var(--ff-primary);font-size:1rem;font-weight:400;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:inherit;line-height:inherit}.accordion{--bs-accordion-color: inherit;--bs-accordion-bg: transparent;--bs-accordion-border-width: 0;--bs-accordion-border-radius: 0;--bs-accordion-inner-border-radius: 5px;--bs-accordion-btn-padding-x: 0;--bs-accordion-btn-padding-y: 1rem;--bs-accordion-btn-color: inherit;--bs-accordion-btn-icon-transform: none;--bs-accordion-btn-focus-box-shadow: none;--bs-accordion-body-padding-x: 0;--bs-accordion-active-color: inherit;--bs-accordion-active-bg: transparent;--accordion-btn-border-color: hsl(var(--hsl-slate-100))}.accordion-button{gap:.75rem;border-bottom:1px solid var(--accordion-btn-border-color);line-height:1.25}.accordion-button:focus{border-color:var(--accordion-btn-border-color)}.accordion-button:focus-visible{outline:2px solid #000;border-radius:5px}.accordion-button::after{content:"+";background-image:none;width:1.75rem;height:1.75rem;border:2px solid hsl(var(--hsl-secondary-600));border-radius:5px;font-size:1.125rem;line-height:1;display:flex;align-items:center;justify-content:center;transform:initial}.accordion-button:not(.collapsed)::after{content:"-";background-image:none;font-size:1.25rem}.blog-card{position:relative;background-color:hsl(var(--hsl-white));border-radius:10px;overflow:hidden;line-height:1.25}.blog-card__image-wrapper{position:relative;width:100%;aspect-ratio:306/192}.blog-card__image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.blog-card__content-wrapper{position:relative;padding:1rem 1.25rem;padding-bottom:1.25rem;height:13.125rem;overflow:hidden}.blog-card__content-wrapper::before{content:"";display:block;width:100%;background-color:hsl(var(--hsl-white));height:1.875rem;position:absolute;bottom:0;left:0}.blog-card__tag{display:inline-block;background-color:hsl(var(--hsl-slate-50));padding:.25rem .75rem;border-radius:62.4375rem;margin-bottom:1.125rem;color:hsl(var(--hsl-slate-500));font-family:var(--ff-secondary);font-size:.75rem;font-weight:600;line-height:1;white-space:nowrap}.blog-card__title{color:#333;font-size:1rem;font-weight:600;margin-bottom:1rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.blog-card__text{color:hsl(var(--hsl-slate-400));font-size:.875rem}.blog-card-featured{position:relative;border-radius:5px;overflow:hidden;color:hsl(var(--hsl-white));background-color:hsl(var(--hsl-slate-600))}.blog-card-featured__image-wrapper{position:relative;width:100%;aspect-ratio:306/192}.blog-card-featured__image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.blog-card-featured__content-wrapper{padding:1.5rem}.blog-card-featured__tag{display:block;width:-moz-fit-content;width:fit-content;background-color:hsl(var(--hsl-slate-500));padding:.375rem 1rem;border-radius:62.4375rem;margin-bottom:1.125rem;color:hsl(var(--hsl-white));font-family:var(--ff-secondary);font-size:.75rem;font-weight:600;line-height:1.1;white-space:nowrap}.blog-card-featured__title{color:hsl(var(--hsl-secondary-600));font-size:1.75rem;font-weight:700;line-height:1;margin-bottom:1.5rem}.blog-card-featured__text{margin-bottom:1.125rem}@media(min-width: 48em){.blog-card-featured{display:grid;grid-template-columns:2fr 1.75fr}.blog-card-featured__image-wrapper{min-height:28.125rem}}@media(min-width: 62em){.blog-card-featured{grid-template-columns:2fr 1.75fr}.blog-card-featured__content-wrapper{padding:2rem}.blog-card-featured__title{font-size:2.25rem}}.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,0);border-radius:10px;padding:1rem 1.5rem;font-size:1rem;font-weight:700;line-height:1;text-align:center;cursor:pointer;transition:transform 150ms}.button:active{transform:translateY(4px)}.button--accent{color:hsl(var(--hsl-white));background:linear-gradient(177.08deg, #21C6C6 44.32%, #1AABAB 97.61%)}.whatsapp-button{position:fixed;bottom:20px;right:20px;z-index:1}.whatsapp-button__link{position:relative;display:block;border-radius:50%;z-index:1}.whatsapp-button__link::before{content:"";display:block;position:absolute;width:100%;height:100%;background:#00e676;border-radius:50%;z-index:-1;animation:ping 1.5s ease-in-out infinite both}.whatsapp-button__icon{width:50px;height:50px}.whatsapp-button__text-wrapper{position:absolute;top:5px;right:.5rem;width:-moz-max-content;width:max-content;padding:.5rem 3.125rem .5rem 1rem;color:#fff;font-size:inherit;font-style:italic;font-weight:600;background:#00e676;border-radius:30rem;border:1px solid #fff;pointer-events:none;z-index:0;transition:350ms;opacity:0;transform:scaleX(0);transform-origin:right}.whatsapp-button:hover .whatsapp-button__text-wrapper{opacity:1;transform:scaleX(1)}.header{padding-block:1.75rem;background-color:hsl(var(--hsl-white));font-family:var(--ff-secondary)}.header .navbar{--bs-navbar-padding-y: 0;--bs-navbar-nav-link-padding-x: 1rem}.header__logo{width:100%;max-width:12.5rem}.header .navbar-nav{flex:1;justify-content:flex-end;-moz-column-gap:1rem;column-gap:1rem}.header .nav-link{color:hsl(var(--hsl-slate-600));font-size:.875rem;font-weight:600;text-transform:uppercase;border-radius:5px;padding:1rem}.header .nav-link:hover{color:hsl(var(--hsl-secondary-600))}.header .nav-link.active{color:inherit;background-color:hsl(var(--hsl-slate-50))}.footer{color:hsl(var(--hsl-white));background-color:hsl(var(--hsl-slate-600));font-size:.875rem;text-align:center}.footer a{transition:color 150ms}.footer a:hover{color:hsl(var(--hsl-secondary-600))}.footer__row{display:flex;flex-direction:column;gap:1.5rem}.footer__logo{display:inline-block;width:100%;max-width:10.25rem}.footer__menu{margin:0;padding:0;list-style:none}.footer__menu li+li{margin-top:.25rem}.footer__heading{font-size:1rem;font-weight:900;margin-bottom:1.125rem}.footer__copyright{border-top:1px solid hsl(var(--hsl-slate-500));padding:1.25rem .25rem}@media(min-width: 62em){.footer{text-align:initial}.footer__row{flex-direction:row;justify-content:space-between}}.hero-section{color:hsl(var(--hsl-gray-900))}.hero-section__wrapper{background:url("../../src/assets/images/hero-section-bg.jpg") no-repeat top center/cover;padding-block:4.375rem 12.5rem}.hero-section__title{font-size:3rem;font-weight:900;line-height:1.05;text-wrap:balance;margin-bottom:.75rem}.hero-section__subtitle{font-size:1.125rem;font-weight:500;line-height:1.25;text-wrap:balance;margin-bottom:1rem}.hero-section__subtitle span{background-color:hsl(var(--hsl-secondary-600))}.hero-section__text{font-size:.875rem;line-height:1.375;margin-bottom:1.5rem}.hero-section__image{width:100%;max-width:25rem}.hero-section__cards{margin-top:-8.125rem}.hero-section__card-group{border:1px solid hsl(var(--hsl-slate-50));border-radius:10px;overflow:hidden;box-shadow:0 12px 15px rgba(217,217,217,.25)}.hero-section__card{background-color:hsl(var(--hsl-white));padding:2rem;color:hsl(var(--hsl-primary-800));font-family:var(--ff-secondary)}.hero-section__card:nth-child(2){border:1px solid hsl(var(--hsl-slate-100));border-inline-width:0}.hero-section__card-icon-wrapper{width:2.25rem;height:2.25rem;border-radius:50%;background-color:#edfcff;display:flex;align-items:center;justify-content:center;margin-bottom:1.375rem}.hero-section__card-icon{color:#7ba2a2;width:1.125rem;height:1.125rem;-o-object-fit:contain;object-fit:contain}.hero-section__card-title{font-size:1rem;font-weight:700;line-height:1.25;margin-bottom:1.25rem}.hero-section__card-text{font-size:.875rem}.hero-section__card-text strong{font-weight:650}@media(min-width: 62em){.hero-section__card-group{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr))}.hero-section__card{padding-bottom:3rem}.hero-section__card:nth-child(2){border-inline-width:1px;border-block-width:0}}.steps-section{padding-block:var(--section-py);background-color:hsl(var(--hsl-slate-50))}.steps-section__cards{display:grid;grid-auto-rows:1fr;gap:.375rem}@media(min-width: 48em){.steps-section__cards{grid-template-columns:repeat(auto-fit, minmax(18.75rem, 1fr))}}.steps-section-card{background-color:hsl(var(--hsl-white));padding:1.5rem 1.25rem;border-radius:5px}.steps-section-card__step{width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;font-size:1.125rem;line-height:1;border:2px solid hsl(var(--hsl-secondary-600));border-radius:5px;margin-bottom:.75rem}.steps-section-card__title{font-size:1.125rem;font-weight:700;line-height:1.25;margin-bottom:.75rem}.steps-section-card__text{color:hsl(var(--hsl-gray-900));font-size:.875rem}.steps-section-card:last-child{display:flex;align-items:center;justify-content:center;background-repeat:no-repeat;background-size:cover;background-position:50px -15px;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 304 235' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M315.547 -82.204C298.539 -99.3297 278.293 -112.905 255.987 -122.14C233.681 -131.375 209.76 -136.086 185.616 -135.999C153.339 -135.967 121.636 -127.461 93.683 -111.333C65.73 -95.2038 42.5078 -72.0186 26.3422 -44.0986C10.1765 -16.1787 1.6347 15.4959 1.57223 47.753C1.50977 80.0101 9.92881 111.717 25.9862 139.7L0 235L97.4484 209.494C124.357 224.455 154.592 232.428 185.384 232.681C234.332 232.683 281.3 213.362 316.063 178.925C350.827 144.487 370.572 97.7207 371 48.805C370.837 24.3957 365.854 0.258591 356.339 -22.2226C346.823 -44.7038 332.961 -65.0871 315.547 -82.204ZM185.616 200.914C158.184 200.932 131.254 193.563 107.657 179.582L102.089 176.104L44.3158 191.408L59.6291 135.062L55.9168 129.265C36.1777 97.4212 28.8109 59.4479 35.2119 22.5389C41.6129 -14.37 61.3371 -47.651 90.648 -70.9992C119.959 -94.3475 156.821 -106.141 194.25 -104.147C231.68 -102.152 267.077 -86.507 293.737 -60.1759C322.879 -31.6973 339.561 7.14818 340.141 47.8775C339.774 88.5928 323.332 127.516 294.393 156.176C265.453 184.837 226.359 200.916 185.616 200.914ZM269.375 86.3686C264.735 84.0499 242.229 72.9199 238.053 71.5287C233.876 70.1374 230.628 69.2099 227.612 73.8474C223.072 80.0636 218.192 86.0242 212.994 91.7017C210.442 94.948 207.658 95.1798 203.018 91.7017C176.561 81.2529 154.518 62.0082 140.604 37.2113C135.732 29.0957 145.245 29.5594 154.061 12.1689C154.712 10.9151 155.052 9.52344 155.052 8.11105C155.052 6.69865 154.712 5.30695 154.061 4.05324C154.061 1.7345 143.62 -20.9892 139.908 -30.0323C136.196 -39.0754 132.483 -37.6841 129.467 -37.916H120.418C118.074 -37.88 115.764 -37.3443 113.644 -36.3446C111.523 -35.3449 109.64 -33.9043 108.121 -32.1191C102.915 -27.0602 98.8547 -20.9448 96.2131 -14.1851C93.5716 -7.42538 92.4105 -0.178391 92.808 7.06761C94.2628 24.4136 100.8 40.9468 111.602 54.6018C131.374 84.1836 158.471 108.148 190.256 124.164C206.926 133.89 226.3 137.957 245.477 135.758C251.863 134.491 257.911 131.896 263.227 128.141C268.544 124.386 273.01 119.555 276.336 113.962C279.417 107.136 280.387 99.5458 279.12 92.1655C277.032 89.8467 274.016 88.6873 269.375 86.3686Z' fill='%23F1F2F4'/%3E%3C/svg%3E%0A")}.banner-cta{color:hsl(var(--hsl-white));background:url("../../src/assets/images/banner-cta-bg.jpg") no-repeat center center/cover;padding:3rem 2rem;border-radius:10px}.banner-cta__container{max-width:37.5rem;margin-inline:auto;text-align:center}.banner-cta__title{font-size:2rem;font-weight:700;line-height:1.1;text-transform:uppercase;margin-bottom:.75rem}.banner-cta__text{font-size:.875rem;line-height:1.375;max-width:29rem;margin-inline:auto}@media(min-width: 62em){.banner-cta__title{font-size:2.25rem}}.faq-section{--bs-accordion-color: hsl(var(--hsl-gray-900));--accordion-btn-border-color: #84E9E9;padding:4rem 2rem;background-color:hsl(var(--hsl-secondary-600));border-radius:10px}.faq-section .accordion-button{font-size:1.125rem;font-weight:600}.faq-section .accordion-button::after{border-color:hsl(var(--hsl-white))}.about-page__card-1{color:hsl(var(--hsl-gray-900));background-color:hsl(var(--hsl-secondary-100));border-radius:5px;padding:3rem;max-width:28.75rem;margin-left:13px;margin-bottom:15px;box-shadow:-12px 14px 1px hsl(var(--hsl-white)),-12px 14px 1px 1px hsl(var(--hsl-secondary-600))}.about-page__card-2{color:hsl(var(--hsl-gray-900));background-color:hsl(var(--hsl-white));padding:2rem;border:1px solid hsl(var(--hsl-slate-200));border-radius:5px;max-width:28.25rem;margin-left:16px;margin-top:16px;box-shadow:-15px -15px 1px hsl(var(--hsl-white)),-15px -15px 1px 1px hsl(var(--hsl-slate-100))}.about-hero{--_about-hero-pb: 3rem;--_wrapper-py: var(--section-py);color:hsl(var(--hsl-gray-900));padding-bottom:var(--_about-hero-pb)}.about-hero__wrapper{padding-block:var(--_wrapper-py);background:url("../../src/assets/images/about-hero-bg.jpg") no-repeat center center/cover}.about-hero__badge-title{color:hsl(var(--hsl-white));background-color:hsl(var(--hsl-secondary-600));font-size:.875rem;font-weight:500;line-height:1.25;display:inline-block;padding:.375rem 1.25rem;border-radius:5px}.about-hero__title{font-size:3rem;font-weight:900;line-height:1.1;margin-bottom:1rem}.about-hero__card-wrapper{margin-bottom:calc(-1*(var(--_about-hero-pb) + var(--_wrapper-py)))}.about-hero__card{color:hsl(var(--hsl-white));background-color:hsl(var(--hsl-slate-600));padding:2.5rem;border-radius:5px;box-shadow:8px 8px 1px hsl(var(--hsl-secondary-600));max-width:27rem;margin-bottom:.5rem;margin-right:.5rem}.about-hero__card-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.about-hero__card-text{font-size:.875rem;line-height:1.8}@media(min-width: 62em){.about-hero__wrapper{--_wrapper-py: 5.75rem}}.blog-page{background-color:hsl(var(--hsl-slate-50))}.blog-page__grid{display:grid;gap:2rem 1.5rem}@media(min-width: 48em){.blog-page__grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(min-width: 62em){.blog-page__grid{grid-template-columns:repeat(3, minmax(0, 1fr))}}.post-page{background-color:hsl(var(--hsl-slate-50))}.post-page__image-wrapper{position:relative;width:100%;aspect-ratio:1.1671087533;border-radius:5px;overflow:hidden}.post-page__image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.post-page__tag{display:block;width:-moz-fit-content;width:fit-content;color:hsl(var(--hsl-white));background-color:hsl(var(--hsl-slate-500));padding:.375rem 1rem;border-radius:62.4375rem;font-family:var(--ff-secondary);font-size:.75rem;font-weight:600;line-height:1;white-space:nowrap}.post-page__title{color:hsl(var(--hsl-gray-900));font-family:var(--ff-secondary);font-size:1.75rem;font-weight:700;line-height:1.15;margin-bottom:1.125rem}@media(min-width: 48em){.post-page__title{font-size:2.25rem;line-height:1}}.p-contact__form-wrapper{padding:2.5rem 1.5rem;background-color:hsl(var(--hsl-slate-50));border-radius:5px}.p-contact__form-title{color:hsl(var(--hsl-gray-900));font-size:1.125rem;font-family:var(--ff-secondary);font-weight:700;line-height:1.1;margin-bottom:1.5rem}@media(min-width: 48em){.p-contact__form-wrapper{padding-inline:2.5rem}}.p-contact .footer{display:none}.u-skeleton-loading{animation:skeleton-loading 1s linear infinite alternate}.u-bg-secondary-600{background-color:hsl(var(--hsl-secondary-600))}.u-bg-slate-50{background-color:hsl(var(--hsl-slate-50))}.u-bg-slate-600{background-color:hsl(var(--hsl-slate-600))}.u-text-secondary-600{color:hsl(var(--hsl-secondary-600))}.u-text-gray-900{color:hsl(var(--hsl-gray-900))}.u-text-xs{font-size:.75rem;line-height:1rem}.u-text-sm{font-size:.875rem;line-height:1.25rem}.u-text-base{font-size:1rem;line-height:1.5rem}.u-text-lg{font-size:1.125rem;line-height:1.75rem}.u-text-xl{font-size:1.25rem;line-height:1.75rem}.u-text-2xl{font-size:1.5rem;line-height:2rem}.u-text-3xl{font-size:1.875rem;line-height:2.25rem}.u-text-4xl{font-size:2.25rem;line-height:2.5rem}.u-font-black{font-weight:900}.u-leading-none{line-height:1}.u-leading-tight{line-height:1.25}.u-leading-snug{line-height:1.375}.u-leading-normal{line-height:1.5}.u-leading-relaxed{line-height:1.625}.u-leading-loose{line-height:2}.u-mt-16{margin-top:4rem}.u-mb-8{margin-bottom:2rem}.u-mb-12{margin-bottom:3rem}.u-mb-16{margin-bottom:4rem}@media(min-width: 62em){.u-lg-mb-16{margin-bottom:4rem}}.u-py-8{padding-block:2rem}.u-py-24{padding-block:6rem}.u-pt-8{padding-top:2rem}.u-pb-24{padding-bottom:6rem}@media(min-width: 62em){.u-lg-pt-8{padding-top:2rem}.u-lg-pb-24{padding-bottom:6rem}}.u-text-balace{text-wrap:balance}
