:root {
--primary-color: #00ac41;
--secondary-color: #ffef00;
--tertiary-color: #005e9d;
--light-green: #abf126;
--background-categoria-item: #dffec2;
--background-footer: var(--primary-color);
--background-input-footer: #d1dce3;
--background-download-card: #dffec1;
--background-sobre-nos-card: #e5e5e5;
--background-ultimas-noticias-card: #fef6b4;
--background-download-button: var(--light-green);
--background-carousel-button: #a3bac7;
--background-whatsapp-button: #acf126;
--background-telefone-button: #b2cee1;
--background-sub-menu: rgba(229, 229, 229, 0.8);
--text-on-dark: #fff;
--text-on-light: #002c19;
--text-gray: #adadad;
--link-on-light: var(--text-on-light);
--font-smaller: 10px;
--font-small: 12px;
--font-medium: 14px;
--font-large: 16px;
--font-xl: 18px;
--font-xxl: 42px;
--font-huge: 62px;
--font-light: 300;
--icon-size: 20px;
--icon-logo-size: 5rem;
--padding-default: 1.3rem;
--border-radius-medium: 1.5rem;
--border-radius-small: 0.5rem;
--border-color: #002c19;
}
.container {
max-width: 1452px !important;
padding: 0 !important;
} body {
font-family: "Fira Sans", sans-serif !important;
color: var(--text-on-light);
} .header {
font-size: var(--font-small);
padding-left: var(--padding-default);
padding-right: var(--padding-default);
}
.header-contato {
padding: 0.5rem;
border-bottom-left-radius: 0.5rem;
background-color: var(--primary-color);
color: #fff;
display: flex;
align-items: center;
justify-content: center;
gap: 4rem;
}
.header-contato a {
text-decoration: none;
color: #000000;
display: flex;
align-items: center;
gap: 5px;
filter: invert(1);
font-size: var(--font-small);
}
.header-contato a:hover {
text-decoration: underline;
}
.header-contato p {
margin-top: 1rem;
}
.header-boa-vista {
padding: 0.5rem;
border-bottom-right-radius: 0.5rem;
background-color: var(--tertiary-color);
color: #fff;
display: flex;
align-items: center;
justify-content: center;
gap: 2rem;
font-size: var(--font-small);
}
.header-boa-vista a {
text-decoration: none;
color: #fff;
} .menu {
display: flex;
padding: 0;
margin: 0;
}
.menu li {
list-style: none;
position: relative;
}
.menu .sub-menu {
display: none;
position: absolute;
top: 120%;
right: 0;
background-color: var(--background-sub-menu);
padding: 1rem 1.5rem 1rem;
margin: 0;
border-radius: 0.5rem;
text-transform: none;
grid-auto-flow: column;
grid-template-rows: repeat(4, auto);
z-index: 2;
}
.menu li:hover>.sub-menu {
display: grid;
}
.sub-menu li a {
display: block;
padding: 10px 15px;
text-decoration: none;
color: var(--text-on-light);
transition: background-color 0.3s, color 0.3s;
white-space: nowrap;
}
.menu-item {
position: relative;
}
.menu-item:hover .sub-menu,
.sub-menu:hover {
display: block;
}
.header-menu-desktop {
display: flex;
justify-content: end;
align-items: center;
text-transform: uppercase;
font-size: 1rem;
}
.header-menu-class {
display: flex;
font-weight: 500;
}
.header-menu-class .menu-item>a {
text-decoration: none;
color: var(--text-on-light);
padding: 10px 15px;
transition: background-color 0.3s, color 0.3s;
}
.header-menu-class .menu-item>a:hover {
color: var(--primary-color);
transition: background-color 0.3s, color 0.3s;
}
.header-menu-class .current-menu-item>a {
font-weight: bold;
color: var(--primary-color);
border-bottom: 2px solid var(--primary-color);
} .header-tickets {
display: flex;
align-items: center;
justify-content: space-between;
text-transform: uppercase;
}
.header-person-desktop {
border: 2px solid var(--secondary-color);
border-radius: 50%;
}
.header-ingresso-desktop {
background-color: var(--secondary-color);
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
border-top-left-radius: 1rem;
border-top-right-radius: 1rem;
border-bottom-left-radius: 1rem;
border-bottom-right-radius: 1rem;
}
.header-ingresso-desktop a {
gap: 0.5rem;
margin-right: 1rem;
margin-left: 1rem;
margin-top: 0.2rem;
margin-bottom: 0.2rem;
}
.header-aci-logo a {
display: flex;
align-items: end;
justify-content: center;
margin-top: 2rem;
margin-bottom: 1rem;
height: 3rem;
}
.header-aci-logo a img {
height: auto;
object-fit: contain;
} .footer-top {
display: flex;
align-items: baseline;
padding-bottom: var(--padding-default);
margin-bottom: -1rem;
}
.footer-top-message {
margin-top: 1rem;
display: flex;
justify-content: end;
text-transform: uppercase;
} .footer-top-input-email {
display: flex;
justify-content: center;
}
.footer-top-input-email .input-email {
border: 1px solid var(--background-input-footer);
background-color: var(--background-input-footer);
border-radius: var(--border-radius-medium);
}
.footer-top-input-email input {
width: 100%;
padding: 0.5rem;
border: 1px solid var(--background-input-footer);
background-color: var(--background-input-footer);
border-radius: var(--border-radius-medium);
}
.footer-top-input-email input:focus {
outline: none;
} .footer-top-submit-email {
display: flex;
align-items: center;
}
.footer-top-submit-email button {
background-color: white;
color: var(--primary-color);
padding: 0.4rem 1.2rem;
border: 2px solid var(--primary-color);
border-radius: var(--border-radius-medium);
cursor: pointer;
text-transform: uppercase;
font-weight: bold;
display: flex;
align-items: center;
gap: 0.5rem;
transition: all 0.3s ease;
}
.footer-top-submit-email button:hover {
background-color: var(--primary-color);
color: white;
} .footer-top-checkbox {
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
font-size: var(--font-smaller);
}
.footer-top-checkbox label {
color: var(--text-color);
}
.footer-top-checkbox a {
color: var(--link-color);
}
.footer-top-checkbox input {
appearance: none;
width: 18px;
height: 18px;
border-radius: 4px;
background-color: var(--background-input-footer);
position: relative;
cursor: pointer;
}
.footer-top-checkbox input:checked {
background-color: var(--primary-color);
border-color: var(--primary-color);
}
.footer-top-checkbox input:checked::before {
content: "✔";
font-size: 14px;
font-weight: bold;
color: white;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
} .footer-midle {
display: flex;
justify-content: center;
flex-wrap: wrap;
padding: var(--padding-default);
}
.footer-social-media {
display: flex;
justify-content: center;
align-items: center;
gap: 2rem;
margin-bottom: 1rem;
}
.footer-p {
text-transform: uppercase;
font-size: var(--font-large);
}
.footer-social-media .social-icons a {
display: flex;
gap: 2rem;
color: var(--text-on-light);
}
.footer-bar-endereco {
background-color: var(--background-footer);
border-radius: 0.5rem;
padding: 2rem 2rem;
}
.footer-endereco a {
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
color: var(--text-on-dark);
text-decoration: none;
}
.footer-mail a {
display: flex;
align-items: center;
justify-content: center;
margin-top: 1rem;
margin-bottom: -0.5rem;
gap: 0.5rem;
color: var(--text-on-dark);
text-decoration: none;
}
.footer-whatsapp a {
display: flex;
align-items: center;
justify-content: center;
margin-top: 1rem;
margin-bottom: -0.5rem;
gap: 0.5rem;
color: var(--text-on-dark);
text-decoration: none;
font-weight: bold;
}
.footer-linha {
border: none;
height: 3px;
background-color: var(--light-green);
width: 100%;
margin: 20px 0;
border-radius: 0.1rem;
} .footer-bottom {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: var(--padding-default);
text-align: center;
}
.footer-direitos {
justify-content: center;
}
.footer-facisc {
justify-content: center;
align-items: center;
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.footer-dosul {
justify-content: center;
}
.footer-bottom p {
margin-bottom: 0;
font-size: var(--font-small);
}
.footer-logo-facisc {
width: 10rem;
max-width: 100%;
}
.footer-logo-dosul {
width: 4rem;
max-width: 100%;
} .contato {
padding: var(--padding-default);
}
.contato-maps-whatsapp {
padding-right: 0;
}
.contato-whatsapp {
background-color: var(--primary-color);
color: var(--text-on-dark);
padding: 1.75rem;
border-radius: 1rem;
position: relative;
overflow: hidden;
}
.contato-whatsapp div {
padding-left: var(--padding-default);
}
.contato-whatsapp h3 {
font-weight: var(--font-light);
}
.contato-whatsapp h3 strong {
font-weight: bold;
}
.contato-whatsapp p {
font-size: var(--font-small);
}
.contato-whatsapp a {
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
width: 100%;
color: var(--text-on-dark);
border: 2px solid var(--text-on-dark);
padding: 0.5rem 1rem;
border-radius: var(--border-radius-medium);
transition: all 0.3s ease;
}
.contato-whatsapp a:hover {
background-color: var(--text-on-dark);
color: var(--primary-color);
transition: all 0.3s ease;
}
.contato-whatsapp .whatsapp-icon {
position: absolute;
top: 1rem;
right: 1.5rem;
width: 10rem;
height: 10rem;
filter: invert(1);
}
.contato-maps h4 {
text-align: center;
font-weight: bold;
}
.contato-iframe-maps {
width: 100%;
height: 315px;
border-radius: 1rem;
margin-bottom: 0.5rem;
} .associado-banner {
background-color: var(--secondary-color);
color: var(--text-on-light);
padding: 1.5rem;
border-radius: 1rem;
position: relative;
overflow: hidden;
margin-bottom: 0.8rem;
}
.associado-banner div {
padding-left: var(--padding-default);
padding-bottom: 1.5rem;
width: 85%;
}
.associado-banner h1 {
font-weight: var(--font-light);
font-size: var(--font-huge);
margin-top: 1.5rem;
line-height: 0.9;
}
.associado-banner h1 b {
font-weight: bold;
}
.associado-banner p {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
text-transform: uppercase;
font-size: var(--font-xl);
}
.associado-banner a {
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
width: 100%;
color: var(--text-on-light);
border: 2px solid var(--border-color);
padding: 0.5rem 1.5rem;
border-radius: var(--border-radius-medium);
transition: all 0.3s ease;
}
.associado-banner a:hover {
background-color: var(--text-on-light);
border-color: var(--border-color);
color: var(--secondary-color);
transition: all 0.3s ease;
}
.associado-banner .network-icon {
position: absolute;
top: 2rem;
right: 2rem;
width: 5rem;
height: 5rem;
}
.associado-banner .br-h1 {
display: none;
}
.associado-banner .br-p {
display: none;
} .seja-associado {
padding: var(--padding-default);
} .contato-form {
display: flex;
flex-direction: column;
gap: 1rem;
padding: var(--padding-default);
background-color: var(--background-input-footer);
border-radius: 1rem;
align-items: flex-start;
}
.contato-form>div {
padding: 0rem 2rem 0rem;
}
.contato-form h3 {
display: flex;
justify-content: center;
width: 100%;
}
.form-contato-select select,
.form-contato-input input,
.form-contato-textarea textarea {
box-sizing: border-box;
border: 1px solid var(--background-input-footer);
border-radius: 1.5rem;
width: 100%;
}
.form-contato-textarea textarea {
resize: none;
height: 127px;
}
.form-contato-select select,
.form-contato-input input,
.form-contato-textarea textarea {
width: 100%;
padding: 10px;
padding-left: 1rem;
border: 1px solid #ccc;
border-radius: var(--border-radius-medium);
font-size: 16px;
box-sizing: border-box;
}
.form-contato-select select {
height: 45px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: white;
cursor: pointer;
color: #898989;
}
.form-checkbox {
display: flex;
align-items: center;
gap: 10px;
font-size: 14px;
}
.form-contato-submit {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
width: 100%;
margin-bottom: -2.5rem;
} .form-proposta-input input,
.form-proposta-textarea textarea {
box-sizing: border-box;
border: 1px solid var(--background-input-footer);
border-radius: var(--border-radius-medium);
width: 100%;
padding: 0.5rem;
padding-left: 1rem;
}
.form-proposta-textarea textarea {
resize: none;
height: 75px;
} .form-checkbox {
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
font-size: var(--font-smaller);
}
.form-checkbox label {
color: var(--text-color);
}
.form-checkbox a {
color: var(--link-color);
}
.form-checkbox input {
appearance: none;
width: 18px;
height: 18px;
border-radius: 4px;
background-color: white;
position: relative;
cursor: pointer;
}
.form-checkbox input:checked {
background-color: var(--primary-color);
border-color: var(--primary-color);
}
.form-checkbox input:checked::before {
content: "✔";
font-size: 14px;
font-weight: bold;
color: white;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
} .btn-enviar {
background-color: var(--background-input-footer);
color: var(--primary-color);
padding: 0.5rem 1rem;
font-size: var(--font-large);
border: 2px solid var(--primary-color);
border-radius: var(--border-radius-medium);
text-transform: uppercase;
font-weight: bold;
justify-content: center;
transition: all 0.3s ease;
width: 100%;
}
.btn-enviar:hover {
background-color: var(--primary-color);
color: white;
transition: all 0.3s ease;
} .btn-proposta {
background-color: var(--secondary-color);
width: 100%;
text-decoration: none;
color: var(--text-on-light);
padding: 0.5rem 5rem;
font-size: var(--font-large);
border: 2px solid var(--secondary-color);
border-radius: var(--border-radius-medium);
text-transform: uppercase;
font-weight: bold;
justify-content: center;
transition: all 0.3s ease;
}
.btn-proposta:hover {
background-color: var(--text-on-light);
border-color: var(--text-on-light);
color: white;
transition: all 0.3s ease;
} .nucleo {
display: grid;
padding: var(--padding-default);
gap: 2rem;
}
.nucleo .nucleo-banner img {
width: 100%;
height: 230px;
object-fit: cover;
border-radius: var(--border-radius-small);
}
.nucleo-descricao h1 {
display: flex;
justify-content: center;
}
.nucleo-descricao p {
padding: 1rem 3rem 0rem;
text-align: justify;
}
.nucleo-cards {
display: flex;
flex-wrap: nowrap !important;
justify-content: center;
align-items: center;
gap: 1.5rem;
padding: var(--padding-default);
}
.nucleo-cards>div {
display: flex;
align-items: center;
font-size: var(--font-medium);
background-color: var(--background-download-card);
border-radius: var(--border-radius-small);
gap: 1rem;
padding: 0.5rem;
width: 33%;
height: 90px;
}
.nucleo-cards .nucleo-icon {
color: var(--primary-color);
font-size: var(--icon-size);
background-color: white;
margin-left: 0.4rem;
padding: 1rem;
border-radius: var(--border-radius-small);
display: flex;
}
.nucleo-cards div p {
margin-top: 1rem;
}
.nucleo-cards div b {
text-transform: uppercase;
} .nucleo-rep {
padding-left: var(--padding-default);
padding-right: var(--padding-default);
}
.nucleo-rep h4 {
display: flex;
justify-content: center;
margin-bottom: 2.5rem;
}
.nucleo-rep-cards {
display: flex;
justify-content: center;
gap: 2rem;
flex-wrap: nowrap;
}
.nucleo-rep-card-header {
position: relative;
}
.nucleo-rep-card-header img {
border-radius: var(--border-radius-small);
height: 400px;
width: 100%;
max-width: 312px;
}
.nucleo-rep-card-header-text {
position: absolute;
bottom: 25px;
left: 25px;
}
.nucleo-rep-card-header-text p {
padding: 0.3rem 1rem 0.3rem;
background-color: var(--background-sub-menu);
border-radius: var(--border-radius-medium);
font-size: var(--font-small);
width: fit-content;
margin-bottom: 0.5rem;
}
.nucleo-rep-card-header-text h5 {
color: var(--text-on-dark);
text-transform: uppercase;
}
.nucleo-rep-card-footer p {
display: flex;
justify-content: center;
padding-top: 1rem;
}
.nucleo-rep-card-footer a {
display: flex;
justify-content: center;
align-items: center;
gap: 0.5rem;
padding: 0.5rem;
border-radius: var(--border-radius-small);
background-color: var(--tertiary-color);
color: var(--text-on-dark);
text-decoration: none;
transition: all 0.3s ease;
}
.nucleo-rep-card-footer a:hover {
background-color: var(--primary-color);
font-weight: bold;
transition: all 0.3s ease;
}
.nucleo-rep-card-footer a span {
filter: invert(1);
}
.nucleo-rep-carousel {
position: relative;
width: 100%;
max-width: 300px;
overflow: hidden;
margin: auto;
display: none !important;
} .nucleo-integrantes h4 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
display: flex;
justify-content: center;
}
.nucleo-integrantes-cards {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 1rem;
}
.nucleo-integrantes-card {
display: flex;
flex-direction: column;
border: 2px solid var(--background-input-footer);
border-radius: var(--border-radius-small);
background-color: var(--background-input-footer);
width: 30% !important;
}
.nucleo-integrantes-top {
display: flex;
align-items: center;
padding: 1rem 0.5rem 0.5rem;
background-color: white;
border-top-left-radius: var(--border-radius-small);
border-top-right-radius: var(--border-radius-small);
min-height: 110px;
}
.nucleo-integrantes-foto img {
width: 4rem;
height: 4rem;
border-radius: 50%;
object-fit: cover;
border-radius: 50%;
}
.nucleo-integrantes-nome h6 {
text-transform: uppercase;
font-weight: bold;
display: flex;
align-items: center;
}
.nucleo-integrantes-instagram {
margin-top: auto;
padding: 0.5rem;
}
.nucleo-integrantes-instagram a {
display: flex;
justify-content: center;
align-items: center;
gap: 0.5rem;
text-decoration: none;
color: var(--tertiary-color);
transition: all 0.3s ease;
}
.nucleo-integrantes-instagram a:hover {
font-weight: bold;
transition: all 0.3s ease;
} .nucleo-associar {
padding-top: 1.5rem;
display: flex;
justify-content: center;
align-items: center;
gap: 1.5rem;
} .nucleos-carousel {
padding: var(--padding-default);
background-color: var(--background-input-footer);
border-radius: var(--border-radius-small);
}
.nucleos-carousel h2 {
display: flex;
justify-content: center;
}
.nucleos-carousel-card {
max-width: 100%;
width: 100%;
overflow: hidden;
margin: auto;
padding: var(--padding-default);
}
.nucleos-carousel-card .item {
padding: 20px;
background-color: var(--primary-color);
text-align: center;
border-radius: 10px;
font-size: 18px;
min-height: 150px;
display: flex;
justify-content: center;
align-items: center;
transition: background-color 0.3s ease;
position: relative; text-decoration: none; color: var(--text-on-dark); transition: all 0.3s ease;
}
.nucleos-carousel-card .item:hover {
background-color: var(--background-footer);
transition: all 0.3s ease;
}
.nucleos-carousel-card .item:hover h5 {
transition: all 0.3s ease;
font-weight: bold;
} .solucoes {
padding: var(--padding-default);
}
.solucoes h1 {
display: flex;
justify-content: center;
padding: 2rem 0rem 1rem;
}
.solucoes-banner-desktop img,
.solucoes-banner-mobile img {
border-radius: var(--border-radius-small);
height: 230px;
width: 100%;
}
.solucoes-banner-mobile img {
display: none;
}
.solucoes-descricao {
padding: 0rem var(--padding-default) 2rem;
}
.solucoes-cards {
display: flex;
flex-direction: row;
gap: 1rem;
}
.solucoes-cards .contato-form {
width: 50%;
}
.solucoes-associe {
width: 50%;
height: 420px;
background-image: url(//dev.aciaca.org.br/wp-content/themes/wp-aci/assets/img/banners/solucoes-associe-se.png);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
border-radius: var(--border-radius-small);
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
padding-left: 3rem;
}
.solucoes-associe h3,
.solucoes-associe p {
font-weight: var(--fonte-light);
color: var(--text-on-dark);
}
.solucoes-associe>div {
padding: 1rem 5rem 1rem;
} .downloads {
display: flex;
justify-content: center;
flex-wrap: wrap;
padding: var(--padding-default);
color: var(--text-on-dark);
margin-bottom: -2rem;
}
.banner-download {
width: 110%;
height: 230px;
background-image: url(//dev.aciaca.org.br/wp-content/themes/wp-aci/assets/img/banners/banner-download.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: var(--border-radius-small);
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 4rem;
}
.banner-download h1 {
font-weight: var(--font-light);
font-size: 62px;
}
.banner-download p {
font-weight: var(--fonte-light);
text-transform: uppercase;
}
.download-content {
padding: 4rem;
width: 100%;
}
.download-content ul li a {
display: flex;
align-items: center;
margin-bottom: 1rem;
text-decoration: none;
}
.download-title {
padding: 1rem;
background-color: var(--background-download-card);
border-top-left-radius: var(--border-radius-small);
border-bottom-left-radius: var(--border-radius-small);
color: var(--text-on-light);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.download-button {
display: flex;
align-items: center;
justify-content: center;
padding: 1rem;
background-color: var(--background-download-button);
border-top-right-radius: var(--border-radius-small);
border-bottom-right-radius: var(--border-radius-small);
color: var(--text-on-light);
font-weight: 400;
gap: 0.5rem;
transition: all 0.3s ease;
}
.download-content ul li a:hover .download-button {
color: var(--text-on-dark);
background-color: var(--primary-color);
} .sobre-nos {
padding: var(--padding-default);
}
.sobre-nos-titulo h1 {
display: flex;
align-items: center;
font-size: 80px;
padding-left: 3rem;
font-weight: var(--font-light);
margin: 0;
}
.sobre-nos-titulo b {
font-weight: 600;
}
.sobre-nos-sub-titulo {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
text-wrap: balance;
}
.sobre-nos-banner-top {
height: 370px;
background-image: url(//dev.aciaca.org.br/wp-content/themes/wp-aci/assets/img/banners/sobre-nos-banner-top.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: var(--border-radius-small); --bs-gutter-x: 0;
}
.sobre-nos-banner-top .sobre-nos-top-p {
display: flex;
align-items: center;
justify-content: center;
padding-top: 1rem;
color: var(--text-on-dark);
}
.sobre-nos-top-p {
padding-right: 3rem;
}
.sobre-nos-top-card {
padding-left: 5rem;
}
.sobre-nos-banner-top .sobre-nos-top-card {
display: flex;
align-items: center;
justify-content: center;
font-size: small;
}
.sobre-nos-top-card>div {
background-color: var(--background-sub-menu);
border-radius: var(--border-radius-small);
padding: 1rem 2rem 1rem;
position: relative;
}
.sobre-nos-top-card-top div {
border: 2px solid var(--text-on-light);
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
right: 1rem;
top: 1rem;
font-size: 1.5rem;
}
.sobre-nos-associe {
display: flex;
justify-content: center;
padding: 3rem;
text-align: center;
font-size: larger;
text-wrap: balance;
}
.sobre-nos-historia {
background-color: var(--background-sobre-nos-card);
border-radius: var(--border-radius-small);
padding: 5rem;
}
.sobre-nos-historia h2 {
font-size: 100px;
}
.sobre-nos-historia-fundacao {
display: flex;
align-items: center;
padding: 1rem;
margin-top: 1rem;
background-color: white;
border-radius: var(--border-radius-small);
width: 460px;
}
.sobre-nos-historia-fundacao img {
height: fit-content;
width: fit-content;
}
.sobre-nos-historia-texto p {
padding-left: 1.5rem;
padding-top: 1.5rem;
text-align: justify;
}
.sobre-nos-cards {
display: flex;
flex-wrap: nowrap !important;
justify-content: center;
align-items: center;
gap: 1.5rem;
padding: var(--padding-default);
}
.sobre-nos-card {
background-color: var(--primary-color);
border-radius: var(--border-radius-small);
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 1.5rem !important;
width: 30% !important;
color: white;
position: relative;
height: 150px;
}
.sobre-nos-card p {
font-size: var(--font-medium);
text-wrap: balance;
}
.icon-container {
font-size: var(--icon-size);
border: white 2px solid;
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
right: 1rem;
top: 0.8rem;
}
.sobre-nos-prioridades {
padding: var(--padding-default);
text-align: center;
}
.sobre-nos-prioridades p {
color: gray;
text-wrap: balance;
}
.sobre-nos-banner-bottom {
height: 400px;
background-image: url(//dev.aciaca.org.br/wp-content/themes/wp-aci/assets/img/banners/sobre-nos-banner-bottom.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: var(--border-radius-small);
padding-left: 3rem;
padding-top: 2rem;
}
.sobre-nos-banner-bottom h3 {
color: white;
font-weight: bold;
font-size: 100px;
}
.sobre-nos-banner-bottom-card {
display: flex;
gap: 1rem;
}
.sobre-nos-banner-bottom-card>div {
text-wrap: balance;
background-color: white;
border-radius: var(--border-radius-small);
width: 16%;
font-size: var(--font-medium);
padding: 1rem;
position: relative;
}
.sobre-nos-banner-bottom-card>div>h6 {
padding-top: 3.5rem;
text-transform: uppercase;
font-size: var(--font-medium);
font-weight: bold;
}
.sobre-nos-icon-container-bottom {
font-size: var(--icon-size);
border: var(--primary-color) 2px solid;
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
right: 1rem;
top: 1rem;
}
.sobre-nos-mobile {
display: none;
} .institucional {
padding: var(--padding-default);
}
.institucional-container {
display: grid;
grid-template-columns: repeat(auto-fit,
minmax(250px, 1fr)); gap: 15px;
justify-content: center;
}
.institucional-item {
position: relative;
width: 100%;
height: 420px; overflow: hidden;
border-radius: var(--border-radius-small);
}
.institucional-item img {
width: 100%;
height: 100%;
object-fit: cover; }
.institucional-cargo {
position: absolute;
bottom: 10%;
left: 1rem;
padding: 0.1rem 0.7rem 0.1rem;
background: rgba(255, 255, 255, 0.8);
border-radius: 1rem;
font-size: 1.1em;
font-weight: bold;
font-size: medium;
text-align: left;
}
.institucional-nome {
position: absolute;
bottom: 5%;
left: 1.5rem;
color: white;
font-size: 0.9em;
font-weight: bold;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
text-align: left;
text-transform: uppercase;
}
.primeiro-item .institucional-cargo {
background: var(--secondary-color);
}
.primeiro-item .crown-icon {
position: absolute;
right: 1rem;
top: 1rem;
width: 40px;
height: 40px;
border: 1px solid var(--secondary-color);
border-radius: 50%;
background-size: 75%; } .blog-posts {
padding: 2rem 5rem 2rem 5rem;
}
.blog-titulo {
padding: 2rem;
text-align: center;
}
.blog-titulo h2 {
font-weight: 400;
}
.blog-titulo h2 b {
font-weight: 900;
}
.blog-container {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto 1fr auto;
gap: 20px;
max-width: 1200px;
}
.blog-post {
background: #fff;
border: 2px solid var(--background-sobre-nos-card);
border-radius: var(--border-radius-small);
padding: 1.5rem;
width: 100%;
position: relative;
}
.blog-post:hover {
background-color: var(--background-sobre-nos-card);
}
.blog-post a {
text-decoration: none;
}
.post-thumbnail img {
width: 100%;
height: 170px;
object-fit: cover;
border-radius: var(--border-radius-small);
}
.post-date {
position: absolute;
display: grid;
justify-content: center;
background-color: var(--secondary-color);
border-radius: var(--border-radius-small);
color: var(--text-on-light);
letter-spacing: 1px;
text-transform: uppercase;
padding: 0.2rem;
height: 75px;
width: 75px;
top: 140px;
right: 40px;
}
.post-date .day,
.post-date .month,
.post-date .year {
display: flex;
justify-content: center;
}
.post-date .day {
font-weight: 700;
font-size: xx-large;
}
.post-date .month {
margin-top: -15px;
font-weight: 600;
font-size: var(--font-small);
}
.post-date .year {
margin-top: -7px;
font-size: var(--font-smaller);
}
.post-content {
padding-top: 1.5rem;
display: grid;
grid-template-rows: auto 1fr auto;
height: auto;
}
.post-title {
font-size: 24px;
font-weight: 500;
text-align: left;
min-height: 60px;
text-decoration: none;
color: black;
font-weight: 300;
}
.read-more {
margin-top: 0.5rem;
color: var(--primary-color);
display: inline-flex;
align-items: center;
justify-content: space-between;
font-weight: bold;
letter-spacing: 2px;
font-size: 12px;
text-transform: uppercase;
position: relative;
align-self: end;
width: fit-content;
gap: 0.3rem;
}
.read-more i {
transition: all 0.3s ease-in-out;
}
.read-more:hover i {
transform: translateX(5px);
transition: all 0.3s ease-in-out;
} .blog-view-thumbnail {
position: relative;
padding-top: 1rem;
padding-left: 1.3rem;
padding-right: 1.3rem;
display: flex;
justify-content: center;
align-items: center;
}
.blog-view-thumbnail img {
width: 100%;
height: auto;
display: block;
object-fit: cover;
border-radius: var(--border-radius-small);
filter: brightness(0.7);
}
.blog-view-date,
.blog-view-title {
position: absolute;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
padding: 0.5rem 1rem;
}
.blog-view-date {
top: 70%;
font-weight: 700;
text-transform: uppercase;
color: black;
background-color: var(--secondary-color);
border-radius: var(--border-radius-medium);
}
.blog-view-date-mobile {
display: none !important;
}
.blog-view-title-mobile {
display: none !important;
}
.blog-view-title {
top: 87%;
color: white;
font-size: 2rem;
font-weight: 400;
width: 700px;
}
.blog-view-content {
padding: 1.5rem 4rem 0 4rem;
}
.blog-view-share {
width: 100%;
color: white;
padding: var(--padding-default);
}
.social-share {
padding: 1rem;
background-color: var(--tertiary-color);
border-radius: var(--border-radius-small);
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 3rem;
}
.social-share a {
color: var(--text-on-dark);
}
.social-share p {
font-weight: 800;
letter-spacing: 2px;
font-size: var(--font-small);
margin: 0;
}
.social-icons {
display: flex;
justify-content: center;
gap: 3rem;
flex-wrap: wrap;
}
.social-icons a {
display: flex;
text-decoration: none;
font-size: 1.2rem;
color: var(--text-on-dark);
transition: all 0.3s ease;
}
.social-icons a:hover {
scale: 1.2;
} .blog-posts-desktop {
display: block;
} .blog-posts-mobile {
display: none !important;
}
.blog-view-more {
padding: 0 1.3rem;
}
.blog-view-more-title {
text-align: center;
}
.blog-view-more-posts {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
margin-top: 1.5rem;
margin-bottom: 3rem;
}
.blog-view-more-posts a {
text-decoration: none;
color: var(--text-on-light);
}
.blog-view-more-post {
padding: var(--padding-default);
background-color: var(--background-ultimas-noticias-card);
border-radius: var(--border-radius-small);
font-size: var(--font-medium);
transition: all 0.3s ease-in-out;
display: flex;
flex-direction: column;
align-items: center;
height: 175px;
}
.blog-view-more-post:hover {
scale: 1.05;
transition: all 0.3s ease-in-out;
}
.blog-view-more-post-date {
padding: 0.5rem 1rem;
text-transform: uppercase;
font-weight: 700;
font-size: var(--font-small);
border-radius: var(--border-radius-medium);
background-color: white;
width: fit-content;
}
.blog-view-more-post-title {
text-align: center;
font-size: var(--font-large);
} .conselho-nucleos {
padding: var(--padding-default);
}
.conselho-nucleos-banner img {
width: 100%;
height: auto;
object-fit: cover;
border-radius: var(--border-radius-small);
}
.conselho-nucleos-content {
padding: var(--padding-default);
}
.conselho-nucleos-content h1 {
text-align: center;
padding-bottom: 1rem;
}
.conselho-nucleos-content p {
padding-bottom: 1rem;
}
.conselho-content {
text-align: left;
align-items: center;
margin-top: 1rem;
} .front-page-banner {
padding: 0rem 1.3rem 2rem 1.3rem;
position: relative;
}
.front-page-banner picture img {
width: 100%;
height: fit-content;
}
.front-page-banner-content {
padding: 2rem;
text-align: center;
position: absolute;
top: 75%;
left: 20%;
transform: translate(-50%, -50%);
color: white;
width: 30%;
text-align: left;
}
.front-page-banner-content p {
font-size: var(--font-large);
font-weight: 400;
}
.front-page-banner-content h4 {
margin-top: -1.3rem;
font-size: var(--font-huge);
font-weight: 300;
line-height: 0.8;
}
.front-page-banner-content h4 strong {
font-weight: 700;
}
.front-page-banner-content a {
margin-top: 4rem;
}
.front-page-banner-content .btn-standard {
background-color: transparent;
color: white;
border-color: white;
}
.front-page-banner-content .btn-standard:hover {
background-color: white;
color: black;
}
.front-page-content {
padding-left: 1.3rem;
padding-right: 1.3rem;
}
.front-page-content h1 {
text-align: center;
font-size: 2rem;
text-wrap: balance;
}
.front-page-location {
display: flex;
justify-content: center;
margin-top: var(--padding-default);
}
.front-page-location a {
display: flex;
align-items: center;
gap: 0.5rem;
text-decoration: none;
color: var(--text-on-light);
font-weight: 600;
letter-spacing: 1px;
transition: all 0.3s ease;
}
.front-page-location a:hover {
font-weight: 900;
transition: all 0.3s ease;
}
.front-page-conheca {
display: flex;
justify-content: center;
margin-top: var(--padding-default);
}
.front-page-conheca a {
width: 30%;
letter-spacing: 1px;
}
.front-page-conheca .btn-standard {
color: var(--primary-color);
border-color: var(--primary-color);
}
.front-page-conheca .btn-standard:hover {
background-color: var(--primary-color);
color: white;
} .front-page-associe-section {
display: flex;
justify-content: center;
margin-top: 3rem;
gap: 1rem;
}
.front-page-associe-banner {
border-radius: var(--border-radius-small);
width: 65%;
position: relative;
}
.front-page-associe-banner picture img {
width: 100%;
height: fit-content;
}
.front-page-associe-banner-content {
position: absolute;
top: 55%;
left: 30%;
transform: translate(-50%, -50%);
text-align: center;
width: 55%;
padding: 2rem;
display: flex;
flex-direction: column;
gap: 1rem;
}
.front-page-associe-card {
position: relative;
padding: 1rem;
text-align: left;
background-color: var(--background-sub-menu);
border-radius: var(--border-radius-small);
}
.front-page-associe-card div {
border: 2px solid var(--border-color);
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
right: 1rem;
top: 1rem;
}
.front-page-associe-card h2 {
font-size: 1.75rem;
letter-spacing: 1px;
width: 80%;
}
.front-page-associe-card p {
font-size: var(--font-large);
}
.front-page-associe-card i {
font-size: var(--icon-size);
}
.front-page-associe-content {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
padding: var(--padding-default);
width: 35%;
background-color: var(--secondary-color);
border-radius: var(--border-radius-small);
}
.front-page-associe-content i {
position: absolute;
top: 30px;
right: 30px;
font-size: 55px;
}
.front-page-associe-content h3 {
padding: 3rem 3.5rem 1rem 1rem;
font-weight: 400;
font-size: 2.5rem;
}
.front-page-associe-content h3 b {
font-weight: 700;
}
.front-page-associe-content p {
padding: 0 3.5rem 1rem 1rem;
margin-bottom: 0;
font-size: 1.3rem;
}
.front-page-associe-content .btn-associe {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.front-page-associe-content .btn-associe a {
background-color: var(--secondary-color);
letter-spacing: 1px;
}
.front-page-associe-content .btn-standard {
border-color: var(--text-on-light);
color: var(--text-on-light);
}
.front-page-associe-content .btn-standard:hover {
background-color: var(--text-on-light);
color: var(--secondary-color);
} .front-page-depoimentos {
margin-top: 1rem;
background-color: var(--background-sobre-nos-card);
border-top-left-radius: var(--border-radius-small);
border-top-right-radius: var(--border-radius-small);
padding: var(--padding-default);
padding-bottom: 0.1rem;
}
.front-page-depoimentos h4 {
margin-top: 2rem;
text-align: center;
font-weight: 400;
font-size: 1.7rem;
}
.front-page-depoimentos h4 b {
font-weight: 700;
}
.depoimento-card {
padding: 2rem;
padding-left: 5rem;
padding-right: 5rem;
padding-bottom: 0rem;
}
.depoimento-card-content {
display: flex;
justify-content: center;
gap: 2rem;
}
.depoimento-card-content-left {
display: flex;
justify-content: end;
gap: 1rem;
width: 25%;
height: 100%;
}
.depoimento-card-content-left img {
width: 150px !important;
height: 150px !important;
border-radius: 50%;
}
.depoimento-card-content-right {
width: 75%;
height: 100%;
text-align: left;
gap: 1rem;
color: #696969;
font-weight: 400;
}
.depoimento-card-content-right h5 {
color: var(--text-on-light);
text-transform: uppercase;
font-weight: 800;
font-size: var(--font-small);
margin-top: 2rem;
display: flex;
align-items: center;
}
.depoimento-card-content-right h5::before {
content: "";
display: inline-block;
width: 30px;
height: 3px;
border-radius: 2px;
background-color: var(--text-on-light);
margin-right: 10px;
}
.depoimento-card-content-right h6 {
margin-left: 40px;
font-size: var(--font-small);
}
.depoimento-card-linha {
border: none;
height: 2px;
background-color: var(--background-input-footer);
}
.front-page-depoimentos-content {
position: relative;
}
.front-page-depoimentos-content .owl-nav {
display: block !important;
}
.front-page-depoimentos-content .owl-prev,
.front-page-depoimentos-content .owl-next {
background-color: var(--primary-color) !important;
position: absolute;
transform: translate(-50%, -50%);
}
.front-page-depoimentos-content .owl-prev {
left: 2%;
top: 40%;
}
.front-page-depoimentos-content .owl-next {
left: 97%;
top: 40%;
} .depoimentos-dots {
border-top: 1px solid var(--border-color);
background-color: var(--background-sobre-nos-card);
border-bottom-right-radius: var(--border-radius-small);
border-bottom-left-radius: var(--border-radius-small);
padding: 1rem;
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
}
.depoimentos-dots .owl-dot {
width: 30px;
height: 30px;
border: none;
padding: 0;
border-radius: 50%;
overflow: hidden;
opacity: 0.5;
transition: opacity 0.3s ease;
}
.depoimentos-dots .owl-dot.active {
width: 40px;
height: 40px;
opacity: 1;
border: 2px solid var(--primary-color);
}
.depoimentos-dots .owl-dot img {
width: 100%;
height: 100%;
object-fit: cover;
} .front-page-nucleos {
background-image: url(//dev.aciaca.org.br/wp-content/themes/wp-aci/assets/img/banners/banner-nucleos-desktop.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 100%; height: 450px;
border-radius: var(--border-radius-small);
padding: var(--padding-default);
color: var(--text-on-dark);
margin-bottom: 3rem;
}
.front-page-nucleos-conselho {
display: flex;
justify-content: end;
align-items: center;
}
.front-page-nucleos-conselho .btn-standard {
width: 20%;
letter-spacing: 1px;
background-color: transparent;
color: white;
border-color: white;
}
.front-page-nucleos-conselho .btn-standard:hover {
border-color: var(--primary-color);
}
.front-page-nucleos-descricao {
margin-left: 3rem;
width: 35%;
text-align: left;
gap: 1rem;
}
.front-page-nucleos-descricao h4 {
font-size: 50px;
letter-spacing: 1px;
}
.front-page-nucleos-carousel {
margin-top: 3rem;
padding: var(--padding-default);
position: relative;
}
.front-page-nucleos-carousel .nucleo-card {
display: flex;
justify-content: center;
align-items: center;
padding: 1.5rem;
background-color: var(--primary-color);
border-radius: var(--border-radius-small);
color: var(--text-on-dark);
width: 100%;
height: 100%;
transition: all 0.3s ease;
}
.front-page-nucleos-carousel a {
text-decoration: none;
}
.front-page-nucleos-carousel .nucleo-card h5 {
text-transform: uppercase;
font-weight: 800;
font-size: var(--font-small);
margin: 0;
}
.front-page-nucleos-carousel .nucleo-card:hover {
color: var(--primary-color);
background-color: var(--text-on-dark);
transition: all 0.3s ease;
}
.front-page-nucleos-carousel .owl-nav {
display: block !important;
}
.front-page-nucleos-carousel .owl-prev,
.front-page-nucleos-carousel .owl-next {
background-color: var(--text-on-dark) !important;
color: var(--text-on-light);
}
.front-page-nucleos-carousel .owl-nav button span {
color: var(--text-on-light) !important;
}
.front-page-nucleos-carousel .owl-nav button span:hover {
color: var(--text-on-dark) !important;
} .mobile-menu-toggle {
font-size: 1.5rem;
display: none;
cursor: pointer;
}
.mobile-menu {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: #fff;
z-index: 1000;
padding: 20px;
}
.mobile-menu-header {
display: flex;
justify-content: end;
}
.mobile-menu button {
padding: 8px 12px;
border-radius: 50%;
border: none;
background-color: var(--primary-color);
}
.mobile-menu .menu-item>a {
display: block;
width: 100%;
}
.mobile-menu .menu-close i {
font-size: var(--icon-size);
color: var(--text-on-dark);
cursor: pointer;
}
.mobile-nav {
list-style: none;
font-size: var(--font-large);
text-transform: uppercase;
letter-spacing: 2px;
width: 100%;
padding-right: 1rem;
padding-left: 1rem;
}
.mobile-nav .menu-item>a {
list-style: none;
text-decoration: none;
list-style: none;
color: var(--text-on-light);
border-bottom: 1px solid var(--background-carousel-button);
padding-top: 1rem;
padding-bottom: 1rem;
}
.mobile-menu .current-menu-item>a {
font-weight: 700;
}
.mobile-menu .sub-menu .current-menu-item>a {
background-color: var(--background-input-footer);
border-radius: var(--border-radius-medium);
}
.mobile-nav .sub-menu {
display: none;
padding: 1rem 1.5rem 1rem;
margin: 0;
border-radius: 0.5rem;
text-transform: none;
grid-auto-flow: column;
grid-template-rows: repeat(5, auto);
list-style: none;
max-width: 100%;
}
.mobile-nav .sub-menu .menu-item>a {
padding: 0.5rem;
color: #696969;
border-bottom: none;
white-space: normal;
}
.mobile-nav .menu-item.active>.sub-menu {
display: grid;
}
.mobile-nav .menu-item-has-children>a {
position: relative;
padding-right: 30px;
}
.mobile-nav .menu-item-has-children>a::after {
content: "⌵";
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
font-size: 24px;
transition: all 0.3s ease;
}
.mobile-nav .menu-item-has-children.active>a::after {
transition: all 0.3s ease;
transform: translateY(-50%) rotate(180deg);
} .owl-prev,
.owl-next {
font-size: 1.5rem !important;
border-radius: 50% !important;
width: 2.5rem !important;
background-color: var(--background-carousel-button) !important;
}
.owl-prev:hover,
.owl-next:hover {
background-color: var(--primary-color) !important;
}
.owl-nav button span {
color: var(--text-on-dark);
}
.owl-next span {
display: flex;
justify-content: center;
margin-left: 2px;
margin-bottom: 2px;
}
.owl-prev span {
display: flex;
justify-content: center;
margin-right: 2px;
margin-bottom: 2px;
} .no-data-found {
display: flex;
justify-content: center;
align-items: center;
gap: 1rem;
}
.no-data-found h2 {
display: flex;
justify-content: center;
color: var(--text-on-light);
}
.no-data-found img {
width: 30%;
} .page-404 {
padding-top: 4rem;
padding-bottom: 3rem;
}
.page-404-content h1 {
font-weight: bold;
}
.page-404-content p {
font-size: var(--font-large);
}
.page-404-content a {
padding: 0.6rem;
text-decoration: none;
color: var(--primary-color);
border-radius: var(--border-radius-medium);
border: 2px solid var(--primary-color);
font-weight: bold;
transition: background-color 0.3s ease-in-out;
}
.page-404-content a:hover {
background-color: var(--primary-color);
color: var(--text-on-dark);
transition: background-color 0.3s ease-in-out;
} .boa-vista-logo {
max-width: 100px;
height: auto;
}
.nova-logo-aci {
height: 4rem;
}
.logo-aci {
height: 3rem;
margin-left: -1rem;
}
.header-menu-mobile,
.mobile-menu {
display: none;
} .wpcf7-response-output {
display: none !important;
} .owl-carousel .owl-stage-outer {
overflow: hidden;
}
.owl-carousel .owl-item {
max-width: 100%;
text-align: center;
}
.owl-carousel .owl-stage {
display: flex;
justify-content: center;
} .accordion {
width: 100%;
display: grid;
gap: 1rem;
margin: auto;
padding: 1rem 6rem 1rem;
}
.accordion-item {
border: none !important;
}
.accordion-button {
border-radius: var(--border-radius-small) !important;
background: var(--background-download-card);
width: 100%;
border: none;
text-align: left;
font-size: var(--font-xl);
cursor: pointer;
transition: all 0.3s ease;
}
.accordion-button:hover {
background: var(--primary-color);
color: white;
font-weight: bold;
transition: all 0.3s ease;
} .accordion-button:not(.collapsed) {
background-color: var(--primary-color) !important;
color: white !important;
box-shadow: none !important;
border: none !important;
font-weight: bold;
} .accordion-button:focus {
box-shadow: none !important;
border: none !important;
}
.ga-carousel-container>div {
display: flex;
justify-content: center;
align-items: center;
}
.membros-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 1rem;
}
.gestao-atual {
padding: var(--padding-default);
}
.gestao-membro {
display: flex;
align-items: center;
padding: 10px;
border-bottom: 1px solid #ddd;
}
.ga-carousel .owl-item .ga-member img {
border-radius: var(--border-radius-small);
}
.ga-nucleos {
padding: var(--padding-default);
border-radius: var(--border-radius-small);
background-color: var(--background-sobre-nos-card);
margin: 2rem 0;
}
.ga-nucleos h3 {
text-align: center;
} .ga-nucleos-carousel {
margin-top: 3rem;
padding: var(--padding-default);
position: relative;
}
.ga-nucleos-carousel .nucleo-card {
display: flex;
flex-direction: column;
text-align: left;
gap: 0.3rem;
padding: 1rem;
background-color: var(--primary-color);
border-radius: var(--border-radius-small);
color: var(--text-on-dark);
width: 100%;
height: 100%;
transition: all 0.3s ease;
}
.ga-nucleos-carousel a {
text-decoration: none;
}
.ga-nucleos-carousel .nucleo-card .slice {
content: "";
display: inline-block;
width: 30px;
height: 3px;
border-radius: 2px;
background-color: black;
margin-right: 10px;
}
.ga-nucleos-carousel .nucleo-card h5 {
font-size: var(--font-small);
}
.ga-nucleos-carousel .nucleo-card:hover {
color: var(--primary-color);
background-color: var(--text-on-dark);
transition: all 0.3s ease;
}
.ga-nucleos-carousel .owl-nav {
display: block !important;
}
.ga-nucleos-carousel .owl-prev,
.ga-nucleos-carousel .owl-next {
background-color: var(--text-on-dark) !important;
color: var(--text-on-light);
}
.ga-nucleos-carousel .owl-prev:hover,
.ga-nucleos-carousel .owl-next:hover {
background-color: var(--primary-color) !important;
}
.ga-nucleos-carousel .owl-nav button span {
color: var(--text-on-light) !important;
}
.ga-nucleos-carousel .owl-nav button span:hover {
color: var(--text-on-dark) !important;
} .btn-standard {
color: var(--primary-color);
background-color: white;
padding: 0.5rem 1rem;
font-size: var(--font-large);
border: 2px solid var(--primary-color);
border-radius: var(--border-radius-medium);
text-transform: uppercase;
font-weight: bold;
display: flex;
justify-content: center;
transition: all 0.3s ease;
width: 100%;
text-decoration: none;
}
.btn-standard:hover {
background-color: var(--primary-color);
color: white;
transition: all 0.3s ease;
} .load-more-container {
color: var(--primary-color);
padding-top: 1rem;
display: flex;
justify-content: center;
}
.load-more-container .btn-standard {
letter-spacing: 1px;
width: fit-content;
align-items: center;
gap: 0.5rem;
}
.linha-separadora {
display: flex;
align-items: flex-end;
padding-left: var(--padding-default);
padding-right: var(--padding-default);
} .associados {
padding: var(--padding-default);
}
.associados h1 {
text-align: center;
padding-bottom: 2rem;
}
.associados-title {
display: flex;
justify-content: space-between;
align-items: center;
gap: 1rem;
}
.categorias-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 1rem;
}
.categoria-item {
display: block;
padding: 0;
text-decoration: none;
color: var(--text-on-light);
background-color: var(--background-categoria-item);
border-radius: var(--border-radius-small);
transition: all 0.3s ease;
}
.categoria-item:hover {
background-color: var(--primary-color);
color: var(--text-on-dark);
transition: all 0.3s ease;
}
.categoria-flex {
display: flex;
align-items: center;
padding: 1rem;
gap: 1rem;
position: relative;
}
.categoria-flex span {
font-size: var(--font-medium);
position: absolute;
top: 0.7rem;
right: 0.7rem;
color: var(--background-carousel-button);
}
.categoria-item:hover .categoria-flex span {
color: var(--text-on-dark);
transition: all 0.3s ease;
}
.categoria-content {
display: flex;
flex-direction: column;
justify-content: center;
}
.categoria-content h2 {
font-size: var(--font-xl);
}
.categoria-icon {
display: flex;
justify-content: center;
align-items: center;
width: 75px;
height: 75px;
border-radius: var(--border-radius-small);
background-color: white;
color: var(--text-on-dark);
}
.categoria-icon img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
display: block;
}
.categoria-icon i {
font-size: 2rem;
}
.associado-item {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.associado-item .empresa-img {
max-width: 100%;
height: 140px;
object-fit: contain;
display: block;
border-radius: var(--border-radius-small);
border: 2px solid var(--background-input-footer);
padding: 1.5rem;
filter: grayscale(100%);
transition: all 0.3s ease;
}
.associado-content {
padding: 0.5rem;
margin-bottom: 1.5rem;
}
.associado-content h2 {
font-size: 20px;
}
.associado-icon {
display: flex;
align-items: center;
gap: 0.5rem;
border-radius: var(--border-radius-small);
border: 1px solid var(--background-input-footer);
padding: 0.2rem 1rem;
margin-bottom: 0.5rem;
}
.associado-icon p,
.associado-detalhes p {
margin-bottom: 0 !important;
}
.associado-whatsapp {
background-color: var(--background-download-card);
}
.associado-detalhes {
margin-top: 1rem;
letter-spacing: 2px;
font-weight: 600;
display: flex;
align-items: center;
gap: 0.5rem;
text-decoration: none;
color: var(--text-on-light);
transition: all 0.3s ease;
}
.associado-detalhes .arrow-right-blue-icon {
display: none;
transition: all 0.3s ease;
}
.single-associado-breadcrumb {
display: flex;
justify-content: space-between;
align-items: center;
}
.single-associado-container {
background: #fff;
border-radius: 8px;
max-width: 1000px;
margin: 2rem auto;
}
.single-associado-container h1 {
padding-bottom: 2rem;
font-size: 2.1rem;
font-weight: 400;
}
.associado-single-content {
display: flex;
align-items: flex-start;
gap: 2rem;
margin-bottom: 2rem;
}
.associado-logo-col {
flex: 0 0 380px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid var(--background-input-footer);
border-radius: 8px;
min-height: 200px;
}
.associado-logo img {
max-width: 220px;
max-height: 120px;
object-fit: contain;
display: block;
}
.associado-info-col {
flex: 1;
}
.associado-nome {
font-size: 2.1rem;
margin-bottom: 0.2rem;
font-weight: 600;
}
.associado-razao-social {
display: flex;
align-items: center;
gap: 0.5rem;
}
.associado-razao-social h2,
.associado-razao-social h4 {
font-size: 1.3rem;
font-weight: 400;
margin-bottom: 0.7rem;
}
.associado-endereco {
display: flex;
align-items: center;
font-size: var(--font-medium);
margin-bottom: 0.7rem;
}
.associado-endereco-link {
padding-bottom: 1rem;
margin-bottom: 1rem;
border-bottom: 1px solid var(--background-input-footer);
}
.associado-link-maps {
display: flex;
align-items: center;
margin-left: 1.3rem;
gap: 0.5rem;
font-weight: 600;
text-decoration: none;
font-size: var(--font-medium);
color: var(--text-on-light);
text-transform: uppercase;
letter-spacing: 2px;
}
.associado-link-maps:hover {
color: var(--tertiary-color);
transition: all 0.3s ease;
}
.associado-link-maps .arrow-right-blue-icon {
display: none;
width: 20px;
height: 20px;
transition: all 0.3s ease;
}
.associado-link-maps:hover .arrow-right-blue-icon {
display: block;
transition: all 0.3s ease;
}
.associado-link-maps:hover .arrow-right-icon {
display: none;
transition: all 0.3s ease;
}
.associado-botoes-contato {
display: flex;
gap: 1rem;
margin-bottom: 1rem;
border-bottom: 1px solid var(--background-input-footer);
padding-bottom: 1rem;
}
.associado-botoes-contato i {
font-size: 1.2rem;
}
.btn-contato {
display: flex;
justify-content: center;
align-items: center;
width: 200px;
gap: 6px;
padding: 0.6rem 1.2rem;
border-radius: 6px;
font-size: var(--font-medium);
font-weight: 500;
text-decoration: none;
color: var(--text-on-light);
transition: background 0.2s;
font-weight: 600;
} .btn-whatsapp {
background-color: var(--background-whatsapp-button);
transition: all 0.3s ease;
}
.btn-telefone {
background: var(--primary-color);
color: var(--text-on-dark);
transition: all 0.3s ease;
}
.btn-whatsapp:hover,
.btn-telefone:hover {
scale: 1.05;
}
.associado-site {
margin-bottom: 1.1rem;
}
.associado-site a {
color: var(--text-on-light);
font-weight: 500;
text-decoration: none;
letter-spacing: 2px;
font-size: var(--font-medium);
transition: all 0.3s ease;
}
.associado-site a:hover {
color: var(--tertiary-color);
transition: all 0.3s ease;
}
.associado-social-bar {
display: flex;
justify-content: center;
align-items: center;
background: var(--text-on-light);
color: var(--text-on-dark);
border-radius: var(--border-radius-small);
padding: 1rem 1.5rem;
margin: 2rem 0 0.7rem 0;
gap: 2rem;
text-align: center;
}
.associado-social-bar span {
font-size: var(--font-medium);
letter-spacing: 2px;
font-weight: 800;
margin-right: 1.3rem;
}
.associado-icon.associado-whatsapp {
text-decoration: none;
color: inherit;
background-color: var(--background-whatsapp-button);
border: 1px solid var(--background-whatsapp-button);
} .associado-item:hover .empresa-img {
filter: grayscale(0%);
transition: all 0.3s ease;
}
.associado-item:hover .associado-detalhes p {
color: var(--primary-color);
transition: all 0.3s ease;
} .breadcrumb {
display: flex;
justify-content: end;
gap: 1rem;
}
.breadcrumb a {
text-decoration: none;
display: flex;
background-color: var(--background-categoria-item);
color: var(--text-on-light);
border-radius: var(--border-radius-medium);
padding: 0.2rem 1rem;
transition: all 0.3s ease;
}
.breadcrumb p {
margin: 0;
color: var(--text-gray);
}
.breadcrumb a:hover {
color: var(--primary-color);
transition: all 0.3s ease;
}
.termos-politica {
padding: var(--padding-default);
max-width: 1200px;
margin: auto;
}
.termos-politica h1 {
text-align: center;
padding-bottom: 1rem;
}
.conteudo-termos-politica {
text-align: justify;
line-height: 1.6;
color: var(--text-on-light);
font-size: var(--font-medium);
}.crown-icon {
width: 20px;
height: 20px;
background: url(//dev.aciaca.org.br/wp-content/themes/wp-aci/assets/img/icons/crown.svg) no-repeat center center;
background-size: contain;
}
.whatsapp-icon {
display: inline-block;
width: 20px;
height: 20px;
background: url(//dev.aciaca.org.br/wp-content/themes/wp-aci/assets/img/icons/whatsapp.svg) no-repeat center center;
background-size: contain;
}@media (max-width: 1200px) {  .header-aci-logo {
display: flex;
justify-content: start;
}
.header-contato {
gap: 3rem;
} .front-page-banner picture img {
height: 320px;
}
.front-page-conheca a {
width: 35%;
}
.front-page-associe-banner-content {
padding: 1.5rem;
top: 50%;
width: 60%;
}
.front-page-associe-content h3 {
padding-top: 0rem;
font-size: 2rem;
}
.front-page-nucleos-carousel {
margin-top: 0rem;
}
.front-page-nucleos-carousel .owl-prev {
left: 0%;
}
.front-page-nucleos-carousel .owl-next {
right: -37px;
} .contato-whatsapp div {
padding-left: 0.5rem;
} .associado-banner div {
padding-left: 0.5rem;
}
.nucleo-integrantes-card {
width: 45% !important; } .solucoes-associe {
height: 426px;
}
.solucoes-associe>div {
padding: 1rem 3rem 1rem !important;
} .sobre-nos-historia h2 {
text-align: center;
}
.sobre-nos-historia-fundacao {
justify-content: center;
margin-left: 0.1rem;
width: 710px;
}
.sobre-nos-historia-fundacao>div {
padding-top: 1.5rem;
}
.sobre-nos-historia-fundacao p {
display: flex;
justify-content: center;
}
.sobre-nos-historia-texto p {
padding-left: 0rem;
}
.sobre-nos-banner-bottom-card>div {
width: 20%;
padding: 1rem;
padding-bottom: 0rem;
} .blog-posts {
padding: 2rem 0rem 2rem 0rem;
} .header-menu-desktop {
font-size: 0.8rem;
}
.single-associado-container {
padding: 1.3rem;
}
}
@media (max-width: 991px) {   .header-contato a:not(:first-child) {
display: none; }
.header-contato a:first-child span.whatsapp-icon {
display: inline-block; }
.header-contato a:first-child {
font-size: 0; }
.header-boa-vista a {
font-size: 0; position: relative;
}
.header-boa-vista a::after {
content: "LOGIN";
font-weight: bold;
font-size: var(--font-medium);
}
.boa-vista-logo {
max-width: 80px;
}  .header-menu-desktop {
display: none;
}
.mobile-menu-icon {
display: flex;
justify-content: end;
}
.mobile-menu-toggle {
display: flex;
} .header-aci-logo {
height: 2.5rem;
}
.header-menu-mobile {
display: flex;
align-items: center;
justify-content: end;
gap: 1.5rem;
}
.header-mobile-icons {
width: 27px;
height: 27px;
background-color: white;
border: none;
} .footer-top-message {
justify-content: center;
}
.footer-top-submit-email {
margin-top: 1rem;
justify-content: center;
}
.footer-top {
margin-bottom: -3rem;
} .footer-bar-endereco {
gap: 0.7rem;
}
.footer-endereco a {
justify-content: start;
font-size: small;
}
.footer-mail a,
.footer-whatsapp a {
justify-content: start;
margin-top: 0rem;
margin-bottom: 0rem;
} .footer-bottom {
margin-top: -2rem;
gap: 1.5rem;
}
.footer-linha-dosul {
border: none;
height: 1px;
background-color: var(--background-input-footer);
width: 100vw;
margin-left: -50vw;
margin-bottom: 1rem;
left: 50%;
position: relative;
} .front-page-banner {
margin-top: 2rem;
}
.front-page-banner picture img {
height: 234px;
}
.front-page-banner-content p {
font-size: var(--font-medium);
margin-top: 1.5rem;
}
.front-page-banner-content h4 {
font-size: 42px; }
.front-page-banner-content a {
margin-top: 1.5rem;
}
.front-page-conheca a {
width: 45%;
}
.front-page-associe-section {
flex-direction: column;
}
.front-page-associe-banner {
width: 100%;
}
.front-page-associe-content {
width: 100%;
}
.front-page-associe-content i {
top: 25px;
right: 25px;
}
.depoimento-card-content {
flex-direction: column;
}
.depoimento-card-content-left {
justify-content: center;
gap: 0.5rem;
width: 90%;
}
.depoimento-card-content-right {
width: 100%;
margin-left: 5px;
}
.front-page-nucleos-descricao {
margin-left: 1rem;
}
.front-page-nucleos-carousel {
margin-top: 0rem;
padding-top: 2rem;
padding-bottom: 0rem;
padding-left: 2rem;
padding-right: 2rem;
}
.front-page-nucleos-carousel .owl-prev,
.front-page-nucleos-carousel .owl-next {
top: 60%;
}
.front-page-nucleos-descricao {
width: 50%;
} .download-button i {
display: none;
}
.download-content {
padding: 0rem;
margin-top: 2rem;
width: 100%;
} .contato-whatsapp div {
padding-left: var(--padding-default);
}
.contato-whatsapp {
margin-bottom: 1rem;
} .associado-banner-container,
.contato-maps-whatsapp {
margin-top: 0.75rem;
padding: 0;
}
.associado-banner div {
padding-left: var(--padding-default);
}
.associado-banner .network-icon {
position: absolute;
top: 3rem;
right: 2rem;
width: 10rem;
height: 10rem;
}
.associado-banner div {
padding-bottom: 0rem;
}
.associado-banner h1 { }
.associado-banner .br-breakpoint {
display: none;
}
.associado-banner p {
font-size: var(--font-small);
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.associado-banner .br-h1 {
display: none;
}
.associado-banner .br-p {
display: block;
} .nucleo-rep .nucleo-rep-cards {
display: none;
}
.nucleo-cards {
flex-wrap: wrap !important;
}
.nucleo-cards>div {
width: 100%;
}
.nucleo-rep-cards {
gap: 1rem;
}
.nucleo-rep-card-header img {
height: auto;
}
.nucleo-rep-carousel {
display: block !important;
} .solucoes-associe {
height: 350px;
}
.solucoes-associe p {
font-size: small;
}
.btn-proposta {
padding: 0.5rem 3rem;
}
.solucoes-banner-desktop img {
display: none;
}
.solucoes-banner-mobile img {
display: block;
height: auto;
}
.solucoes-cards {
flex-direction: column;
}
.solucoes-cards .contato-form,
.solucoes-associe {
width: 100%;
} .sobre-nos-desktop {
display: none;
}
.sobre-nos-mobile {
display: block;
}
.sobre-nos-top-p {
font-size: larger;
background-color: rgba(20, 20, 50, 0.7);
border-radius: var(--border-radius-small);
padding-left: 3rem;
text-align: center;
}
.sobre-nos-top-card {
margin-top: 1rem;
margin-bottom: 1rem;
padding-left: 0rem;
}
.sobre-nos-historia h2 {
text-align: center;
}
.sobre-nos-historia-fundacao {
width: auto;
}
.sobre-nos-historia {
padding: 2rem;
--bs-gutter-x: 0;
}
.sobre-nos-historia-fundacao {
width: 566px;
}
.sobre-nos-cards {
padding: 1rem 0.7rem 1rem;
}
.sobre-nos-cards {
display: flex;
flex-direction: column;
align-items: center;
}
.sobre-nos-cards .sobre-nos-card {
height: 125px;
width: 100% !important;
}
.sobre-nos-banner-bottom {
background-image: url(//dev.aciaca.org.br/wp-content/themes/wp-aci/assets/img/banners/sobre-nos-banner-bottom-mobile.png);
}
.sobre-nos-banner-bottom {
padding-left: 1rem;
padding-right: 1rem;
padding-top: 2rem;
}
.sobre-nos-banner-bottom-card {
display: flex;
gap: 0.5rem;
}
.sobre-nos-banner-bottom-card>div {
width: 24%;
padding: 1rem;
padding-bottom: 0rem;
} .blog-view {
margin-top: 3rem;
}
.blog-view-desktop {
display: none;
}
.blog-view-mobile {
padding: 3rem 1.3rem 0 1.3rem;
display: flex;
justify-content: center;
}
.blog-view-title-mobile {
display: block !important;
text-align: left;
}
.blog-view-date {
top: 80%;
font-size: small;
}
.blog-view-content {
padding: 1.5rem;
}
.blog-view-more {
margin-top: 1rem;
}
.blog-posts-desktop {
display: none !important;
}
.blog-posts-mobile {
display: block !important;
} .associado-item .empresa-img {
filter: grayscale(0);
} .associado-single-content {
flex-direction: column;
}
.associado-logo-col {
width: 100%;
}
.associado-info-col {
width: 100%;
} .institucional-item {
height: 420px; }
.mobile-nav .sub-menu {
grid-auto-flow: row;
}
.nucleo-descricao p {
padding: 1rem 0rem;
}
.sobre-nos,
.gestao-atualgestao-atual,
.institucional,
.associados,
.single-associado-container,
.blog-posts,
.termos-politica,
.solucoes,
.nucleo,
.front-page-content,
.front-page-banner {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.nucleo-rep {
padding: 0rem;
}
.nucleo-cards {
padding: 0rem 0.8rem;
}
}
@media (max-width: 768px) {  .front-page-banner picture img {
height: 540px;
}
.front-page-banner-content {
padding: 1rem;
text-align: center;
position: absolute;
top: 90%;
left: 50%;
width: 100%;
text-align: center;
}
.front-page-banner-content p {
font-size: var(--font-medium);
margin-top: 1.5rem;
}
.front-page-banner-content h4 {
font-size: 54px;
margin-bottom: 20rem;
}
.front-page-conheca a {
width: 60%;
}
.front-page-associe-banner-content {
width: 100%;
top: 50%;
left: 50%;
}
.front-page-associe-card h2 {
margin-top: 1rem;
font-size: 1.7rem;
}
.front-page-associe-card p {
font-size: 1rem;
}
.depoimento-card {
padding-left: 0rem;
padding-right: 0rem;
}
.front-page-nucleos-conselho .btn-standard {
width: 40%;
}
.front-page-nucleos-descricao {
width: 60%;
}
.front-page-nucleos-carousel .owl-prev,
.front-page-nucleos-carousel .owl-next {
top: 60%;
} .associado-banner .network-icon {
position: absolute;
top: 2rem;
right: 2rem;
width: 7rem;
height: 7rem;
} .nucleo-integrantes-card {
width: 90% !important; } .solucoes-associe {
height: 420px;
}
.solucoes-associe>div {
padding-left: 3rem;
}
.solucoes-associe h3 {
font-size: larger;
}
.solucoes-associe p {
font-size: small;
}
.btn-proposta {
padding: 0.5rem 3rem;
} .sobre-nos-historia-fundacao {
width: 385px;
}
.sobre-nos-banner-bottom {
padding-top: 1.5rem;
}
.sobre-nos-banner-bottom h3 {
font-size: 50px;
}
.sobre-nos-banner-bottom-card {
display: grid;
grid-template-columns: repeat(2, 1fr); gap: 0.4rem;
justify-content: center;
margin: auto;
}
.sobre-nos-banner-bottom-card>div {
background-color: rgba(255, 255, 255, 0.8);
width: 100%;
padding: 0rem 0.5rem 0rem;
font-size: var(--font-small);
}
.sobre-nos-banner-bottom-card>div>h6 {
padding-top: 2.5rem;
}
.sobre-nos-icon-container-bottom {
border-radius: 50%;
width: 40px;
height: 40px;
right: 0.7rem;
top: 0.7em;
}
.autonomia-icon,
.justica-icon,
.honestidade-icon,
.objetivos-icon {
width: 25px;
height: 25px;
} .institucional-item {
height: 420px; } .blog-container {
grid-template-columns: 1fr;
} .blog-view-date {
top: 80%;
}
.blog-view-title-mobile {
font-size: 1.5rem;
}
.social-share {
gap: 1rem;
}
.social-icons {
flex-wrap: wrap;
justify-content: center;
gap: 4rem;
} .single-associado-breadcrumb {
flex-direction: column-reverse;
align-items: stretch;
}
.associado-nome {
text-align: left;
}
.breadcrumb {
text-align: left;
border-bottom: none;
}
.associado-social-bar {
flex-direction: column;
gap: 1rem;
} .footer-social-media {
flex-direction: column;
gap: 1rem;
}
}
@media (max-width: 576px) { body,
html {
overflow-x: hidden !important;
width: 100%;
max-width: 100%;
} .front-page-conheca a {
width: 90%;
}
.front-page-associe-banner-content {
top: 81%;
}
.front-page-associe-card h2 {
margin-top: 0rem;
font-size: 1.3rem;
}
.front-page-associe-card p {
font-size: var(--font-medium);
}
.front-page-associe-content p {
font-size: var(--font-large);
}
.front-page-depoimentos {
border-radius: var(--border-radius-small);
padding-bottom: 3rem;
}
.depoimento-card-content-right {
text-align: center;
}
.depoimento-card-content-right h5 {
justify-content: center;
}
.depoimento-card-content-right h5::before {
display: none;
}
.depoimento-card-content-right h6 {
margin-left: 0px;
}
.front-page-depoimentos-content .owl-prev {
left: 35%;
top: 103%;
}
.front-page-depoimentos-content .owl-next {
left: 65%;
top: 103%;
}
.front-page-nucleos {
background-image: url(//dev.aciaca.org.br/wp-content/themes/wp-aci/assets/img/banners/banner-nucleos-mobile.png);
background-position: top;
width: 100%;
height: auto;
margin-bottom: 3rem;
padding-top: 20rem;
position: relative;
}
.front-page-nucleos-descricao {
text-align: center;
width: 100%;
margin: 0;
margin-bottom: 3rem;
}
.front-page-nucleos-conselho {
justify-content: center;
}
.front-page-nucleos-conselho .btn-standard {
position: absolute;
top: 70%;
width: 70%;
}
.front-page-nucleos-carousel .owl-prev,
.front-page-nucleos-carousel .owl-next {
top: 125%;
}
.front-page-nucleos-carousel .owl-prev {
left: 37%;
}
.front-page-nucleos-carousel .owl-next {
left: 60%;
}
.front-page-nucleos-carousel .owl-carousel,
.front-page-nucleos-carousel .owl-stage-outer {
overflow: visible !important;
} .depoimentos-dots {
display: none;
} .contato-whatsapp .whatsapp-icon {
position: absolute;
top: 1.75rem;
right: -1.75rem;
width: 8rem;
height: 8rem;
filter: invert(1);
} .associado-banner .network-icon {
position: absolute;
top: 2rem;
right: 2rem;
width: 4rem;
height: 4rem;
}
.associado-banner div {
padding-bottom: 0rem;
width: 100%;
}
.associado-banner .br-h1 {
display: block;
} .banner-download {
padding: 0rem;
} .nucleo {
padding-left: 0.5rem;
padding-right: 0.5rem;
} .solucoes-associe>div {
padding-left: 0rem !important;
}
.solucoes-associe {
height: 300px;
}
.solucoes-associe h3 {
font-size: larger;
}
.solucoes-associe p {
font-size: small;
}
.contato-form>div {
padding: 0;
}
.btn-proposta {
padding: 0.5rem 3rem;
}
.solucoes-descricao {
padding: 0rem;
} .sobre-nos-titulo h1 {
font-size: 64px;
padding-left: 0rem;
}
.sobre-nos-top-p {
font-size: large;
}
.sobre-nos-historia {
padding: 1rem;
}
.sobre-nos-historia h2 {
font-size: 75px;
}
.sobre-nos-historia-fundacao {
width: auto;
}
.sobre-nos-historia-fundacao {
padding: 0rem;
background-color: var(--background-sobre-nos-card);
}
.sobre-nos-cards .sobre-nos-card {
height: 140px;
}
.sobre-nos-icon-container-bottom {
border-radius: 50%;
width: 35px;
height: 35px;
right: 0.4rem;
top: 0.4em;
}
.sobre-nos-banner-bottom h3 {
font-size: 35px;
}
.autonomia-icon,
.justica-icon,
.honestidade-icon,
.objetivos-icon {
width: 20px;
height: 20px;
} .institucional-item {
height: 490px; } .accordion {
padding: 1rem 2rem 1rem;
} .blog-view-date {
top: 75%;
}
.load-more-container {
flex-direction: column;
} .associado-razao-social {
flex-direction: column;
}
.associado-razao-social h4 {
color: var(--text-gray);
font-size: 1rem;
font-weight: 600;
margin-bottom: -0.4rem;
}
.associado-site {
text-align: center;
}
.associado-botoes-contato {
flex-direction: column;
}
.btn-contato {
width: 100%;
}
}*,:after,:before{--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:rgba(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:rgba(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: }.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:rgba(17,24,39,.1);--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:hsla(0,0%,100%,.1);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-base{font-size:1rem;line-height:1.75}.prose-base :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose-base :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose-base :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose-base :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose-base :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose-base :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose-base :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose-base :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-base :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose-base :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-base :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-base :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-base :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose-base :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose-base :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose-base :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose-base :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose-base :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose-base :where(.prose-base>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose-base :where(.prose-base>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose-base :where(.prose-base>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose-base :where(.prose-base>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose-base :where(.prose-base>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose-base :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose-base :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose-base :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose-base :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose-base :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3em;margin-bottom:3em}.prose-base :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857}.prose-base :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose-base :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-base :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-base :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose-base :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-base :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-base :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-base :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose-base :where(.prose-base>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(.prose-base>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-lg{font-size:1.125rem;line-height:1.7777778}.prose-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.prose-lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-inline-start:1em}.prose-lg :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.prose-lg :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.prose-lg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-lg :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.prose-lg :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;border-radius:.3125rem;padding-top:.2222222em;padding-inline-end:.4444444em;padding-bottom:.2222222em;padding-inline-start:.4444444em}.prose-lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-lg :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8666667em}.prose-lg :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-lg :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding-top:1em;padding-inline-end:1.5em;padding-bottom:1em;padding-inline-start:1.5em}.prose-lg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.prose-lg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.prose-lg :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.prose-lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.prose-lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.prose-lg :where(.prose-lg>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(.prose-lg>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(.prose-lg>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;padding-inline-start:1.5555556em}.prose-lg :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.prose-lg :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.prose-lg :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-lg :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-lg :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.75em;padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-lg :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.prose-lg :where(.prose-lg>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(.prose-lg>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-xl{font-size:1.25rem;line-height:1.8}.prose-xl :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em}.prose-xl :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2em;line-height:1.5;margin-top:1em;margin-bottom:1em}.prose-xl :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1.0666667em}.prose-xl :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.8em;margin-top:0;margin-bottom:.8571429em;line-height:1}.prose-xl :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.8em;margin-top:1.5555556em;margin-bottom:.8888889em;line-height:1.1111111}.prose-xl :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.5em;margin-top:1.6em;margin-bottom:.6666667em;line-height:1.3333333}.prose-xl :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.8em;margin-bottom:.6em;line-height:1.6}.prose-xl :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-xl :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-xl :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-xl :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-xl :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;border-radius:.3125rem;padding-top:.25em;padding-inline-end:.4em;padding-bottom:.25em;padding-inline-start:.4em}.prose-xl :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-xl :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8611111em}.prose-xl :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-xl :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;line-height:1.7777778;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding-top:1.1111111em;padding-inline-end:1.3333333em;padding-bottom:1.1111111em;padding-inline-start:1.3333333em}.prose-xl :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-inline-start:1.6em}.prose-xl :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-inline-start:1.6em}.prose-xl :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6em;margin-bottom:.6em}.prose-xl :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4em}.prose-xl :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4em}.prose-xl :where(.prose-xl>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.prose-xl :where(.prose-xl>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em}.prose-xl :where(.prose-xl>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.2em}.prose-xl :where(.prose-xl>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em}.prose-xl :where(.prose-xl>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.2em}.prose-xl :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.prose-xl :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em}.prose-xl :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em}.prose-xl :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6em;padding-inline-start:1.6em}.prose-xl :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8em;margin-bottom:2.8em}.prose-xl :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-xl :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-xl :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-xl :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-xl :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;line-height:1.5555556}.prose-xl :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.6666667em;padding-bottom:.8888889em;padding-inline-start:.6666667em}.prose-xl :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-xl :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-xl :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.8888889em;padding-inline-end:.6666667em;padding-bottom:.8888889em;padding-inline-start:.6666667em}.prose-xl :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-xl :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-xl :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-xl :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-xl :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;line-height:1.5555556;margin-top:1em}.prose-xl :where(.prose-xl>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-xl :where(.prose-xl>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-2xl{font-size:1.5rem;line-height:1.6666667}.prose-2xl :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-2xl :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.25em;line-height:1.4666667;margin-top:1.0666667em;margin-bottom:1.0666667em}.prose-2xl :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em;padding-inline-start:1.1111111em}.prose-2xl :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.875em;line-height:1}.prose-2xl :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2em;margin-top:1.5em;margin-bottom:.8333333em;line-height:1.0833333}.prose-2xl :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.5em;margin-top:1.5555556em;margin-bottom:.6666667em;line-height:1.2222222}.prose-2xl :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-2xl :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-2xl :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-2xl :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-2xl :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-2xl :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em;border-radius:.375rem;padding-top:.25em;padding-inline-end:.3333333em;padding-bottom:.25em;padding-inline-start:.3333333em}.prose-2xl :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em}.prose-2xl :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-2xl :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-2xl :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em;line-height:1.8;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding-top:1.2em;padding-inline-end:1.6em;padding-bottom:1.2em;padding-inline-start:1.6em}.prose-2xl :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5833333em}.prose-2xl :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5833333em}.prose-2xl :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose-2xl :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4166667em}.prose-2xl :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4166667em}.prose-2xl :where(.prose-2xl>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8333333em;margin-bottom:.8333333em}.prose-2xl :where(.prose-2xl>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-2xl :where(.prose-2xl>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-2xl :where(.prose-2xl>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-2xl :where(.prose-2xl>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-2xl :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.prose-2xl :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-2xl :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-2xl :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.5833333em}.prose-2xl :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3em;margin-bottom:3em}.prose-2xl :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-2xl :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-2xl :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-2xl :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-2xl :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em;line-height:1.4}.prose-2xl :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.6em;padding-bottom:.8em;padding-inline-start:.6em}.prose-2xl :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-2xl :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-2xl :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.8em;padding-inline-end:.6em;padding-bottom:.8em;padding-inline-start:.6em}.prose-2xl :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-2xl :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-2xl :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-2xl :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-2xl :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em;line-height:1.6;margin-top:1em}.prose-2xl :where(.prose-2xl>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-2xl :where(.prose-2xl>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-slate{--tw-prose-body:#334155;--tw-prose-headings:#0f172a;--tw-prose-lead:#475569;--tw-prose-links:#0f172a;--tw-prose-bold:#0f172a;--tw-prose-counters:#64748b;--tw-prose-bullets:#cbd5e1;--tw-prose-hr:#e2e8f0;--tw-prose-quotes:#0f172a;--tw-prose-quote-borders:#e2e8f0;--tw-prose-captions:#64748b;--tw-prose-kbd:#0f172a;--tw-prose-kbd-shadows:rgba(15,23,42,.1);--tw-prose-code:#0f172a;--tw-prose-pre-code:#e2e8f0;--tw-prose-pre-bg:#1e293b;--tw-prose-th-borders:#cbd5e1;--tw-prose-td-borders:#e2e8f0;--tw-prose-invert-body:#cbd5e1;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#94a3b8;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#94a3b8;--tw-prose-invert-bullets:#475569;--tw-prose-invert-hr:#334155;--tw-prose-invert-quotes:#f1f5f9;--tw-prose-invert-quote-borders:#334155;--tw-prose-invert-captions:#94a3b8;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:hsla(0,0%,100%,.1);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#cbd5e1;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#475569;--tw-prose-invert-td-borders:#334155}.prose-gray{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:rgba(17,24,39,.1);--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:hsla(0,0%,100%,.1);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151}.prose-zinc{--tw-prose-body:#3f3f46;--tw-prose-headings:#18181b;--tw-prose-lead:#52525b;--tw-prose-links:#18181b;--tw-prose-bold:#18181b;--tw-prose-counters:#71717a;--tw-prose-bullets:#d4d4d8;--tw-prose-hr:#e4e4e7;--tw-prose-quotes:#18181b;--tw-prose-quote-borders:#e4e4e7;--tw-prose-captions:#71717a;--tw-prose-kbd:#18181b;--tw-prose-kbd-shadows:rgba(24,24,27,.1);--tw-prose-code:#18181b;--tw-prose-pre-code:#e4e4e7;--tw-prose-pre-bg:#27272a;--tw-prose-th-borders:#d4d4d8;--tw-prose-td-borders:#e4e4e7;--tw-prose-invert-body:#d4d4d8;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#a1a1aa;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#a1a1aa;--tw-prose-invert-bullets:#52525b;--tw-prose-invert-hr:#3f3f46;--tw-prose-invert-quotes:#f4f4f5;--tw-prose-invert-quote-borders:#3f3f46;--tw-prose-invert-captions:#a1a1aa;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:hsla(0,0%,100%,.1);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d4d4d8;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#52525b;--tw-prose-invert-td-borders:#3f3f46}.prose-neutral{--tw-prose-body:#404040;--tw-prose-headings:#171717;--tw-prose-lead:#525252;--tw-prose-links:#171717;--tw-prose-bold:#171717;--tw-prose-counters:#737373;--tw-prose-bullets:#d4d4d4;--tw-prose-hr:#e5e5e5;--tw-prose-quotes:#171717;--tw-prose-quote-borders:#e5e5e5;--tw-prose-captions:#737373;--tw-prose-kbd:#171717;--tw-prose-kbd-shadows:hsla(0,0%,9%,.1);--tw-prose-code:#171717;--tw-prose-pre-code:#e5e5e5;--tw-prose-pre-bg:#262626;--tw-prose-th-borders:#d4d4d4;--tw-prose-td-borders:#e5e5e5;--tw-prose-invert-body:#d4d4d4;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#a3a3a3;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#a3a3a3;--tw-prose-invert-bullets:#525252;--tw-prose-invert-hr:#404040;--tw-prose-invert-quotes:#f5f5f5;--tw-prose-invert-quote-borders:#404040;--tw-prose-invert-captions:#a3a3a3;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:hsla(0,0%,100%,.1);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d4d4d4;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#525252;--tw-prose-invert-td-borders:#404040}.prose-stone{--tw-prose-body:#44403c;--tw-prose-headings:#1c1917;--tw-prose-lead:#57534e;--tw-prose-links:#1c1917;--tw-prose-bold:#1c1917;--tw-prose-counters:#78716c;--tw-prose-bullets:#d6d3d1;--tw-prose-hr:#e7e5e4;--tw-prose-quotes:#1c1917;--tw-prose-quote-borders:#e7e5e4;--tw-prose-captions:#78716c;--tw-prose-kbd:#1c1917;--tw-prose-kbd-shadows:rgba(28,25,23,.1);--tw-prose-code:#1c1917;--tw-prose-pre-code:#e7e5e4;--tw-prose-pre-bg:#292524;--tw-prose-th-borders:#d6d3d1;--tw-prose-td-borders:#e7e5e4;--tw-prose-invert-body:#d6d3d1;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#a8a29e;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#a8a29e;--tw-prose-invert-bullets:#57534e;--tw-prose-invert-hr:#44403c;--tw-prose-invert-quotes:#f5f5f4;--tw-prose-invert-quote-borders:#44403c;--tw-prose-invert-captions:#a8a29e;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:hsla(0,0%,100%,.1);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d6d3d1;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#57534e;--tw-prose-invert-td-borders:#44403c}.prose-red{--tw-prose-links:#dc2626;--tw-prose-invert-links:#ef4444}.prose-orange{--tw-prose-links:#ea580c;--tw-prose-invert-links:#f97316}.prose-amber{--tw-prose-links:#d97706;--tw-prose-invert-links:#f59e0b}.prose-yellow{--tw-prose-links:#ca8a04;--tw-prose-invert-links:#eab308}.prose-lime{--tw-prose-links:#65a30d;--tw-prose-invert-links:#84cc16}.prose-green{--tw-prose-links:#16a34a;--tw-prose-invert-links:#22c55e}.prose-emerald{--tw-prose-links:#059669;--tw-prose-invert-links:#10b981}.prose-teal{--tw-prose-links:#0d9488;--tw-prose-invert-links:#14b8a6}.prose-cyan{--tw-prose-links:#0891b2;--tw-prose-invert-links:#06b6d4}.prose-sky{--tw-prose-links:#0284c7;--tw-prose-invert-links:#0ea5e9}.prose-blue{--tw-prose-links:#2563eb;--tw-prose-invert-links:#3b82f6}.prose-indigo{--tw-prose-links:#4f46e5;--tw-prose-invert-links:#6366f1}.prose-violet{--tw-prose-links:#7c3aed;--tw-prose-invert-links:#8b5cf6}.prose-purple{--tw-prose-links:#9333ea;--tw-prose-invert-links:#a855f7}.prose-fuchsia{--tw-prose-links:#c026d3;--tw-prose-invert-links:#d946ef}.prose-pink{--tw-prose-links:#db2777;--tw-prose-invert-links:#ec4899}.prose-rose{--tw-prose-links:#e11d48;--tw-prose-invert-links:#f43f5e}.prose-invert{--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.max-w-prose{max-width:65ch}@media (prefers-color-scheme:dark){.dark\:prose{color:var(--tw-prose-body);max-width:65ch}.dark\:prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.dark\:prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.dark\:prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.dark\:prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.dark\:prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.dark\:prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.dark\:prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.dark\:prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.dark\:prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.dark\:prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.dark\:prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.dark\:prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.dark\:prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.dark\:prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.dark\:prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.dark\:prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.dark\:prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.dark\:prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.dark\:prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.dark\:prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.dark\:prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.dark\:prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.dark\:prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.dark\:prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.dark\:prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.dark\:prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.dark\:prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.dark\:prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.dark\:prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.dark\:prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.dark\:prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.dark\:prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.dark\:prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.dark\:prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.dark\:prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.dark\:prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.dark\:prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.dark\:prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.dark\:prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.dark\:prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.dark\:prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.dark\:prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.dark\:prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.dark\:prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.dark\:prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.dark\:prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.dark\:prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.dark\:prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.dark\:prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.dark\:prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.dark\:prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.dark\:prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.dark\:prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.dark\:prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.dark\:prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.dark\:prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.dark\:prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.dark\:prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.dark\:prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.dark\:prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.dark\:prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.dark\:prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.dark\:prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:rgba(17,24,39,.1);--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:hsla(0,0%,100%,.1);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.dark\:prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.dark\:prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.dark\:prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.dark\:prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.dark\:prose :where(.dark\:prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.dark\:prose :where(.dark\:prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.dark\:prose :where(.dark\:prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.dark\:prose :where(.dark\:prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.dark\:prose :where(.dark\:prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.dark\:prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.dark\:prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.dark\:prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.dark\:prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.dark\:prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.dark\:prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.dark\:prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.dark\:prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.dark\:prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.dark\:prose :where(.dark\:prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose :where(.dark\:prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.dark\:prose-sm{font-size:.875rem;line-height:1.7142857}.dark\:prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.dark\:prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.dark\:prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}.dark\:prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.dark\:prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.dark\:prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.dark\:prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.dark\:prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.dark\:prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.dark\:prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.dark\:prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.dark\:prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}.dark\:prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.dark\:prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.dark\:prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.dark\:prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.dark\:prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.dark\:prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.dark\:prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.dark\:prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.dark\:prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.dark\:prose-sm :where(.dark\:prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.dark\:prose-sm :where(.dark\:prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.dark\:prose-sm :where(.dark\:prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.dark\:prose-sm :where(.dark\:prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.dark\:prose-sm :where(.dark\:prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.dark\:prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.dark\:prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.dark\:prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.dark\:prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.dark\:prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.dark\:prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.dark\:prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.dark\:prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.dark\:prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.dark\:prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.dark\:prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.dark\:prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.dark\:prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.dark\:prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.dark\:prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.dark\:prose-sm :where(.dark\:prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose-sm :where(.dark\:prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.dark\:prose-base{font-size:1rem;line-height:1.75}.dark\:prose-base :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.dark\:prose-base :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.dark\:prose-base :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.dark\:prose-base :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.dark\:prose-base :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.dark\:prose-base :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.dark\:prose-base :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.dark\:prose-base :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.dark\:prose-base :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.dark\:prose-base :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.dark\:prose-base :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.dark\:prose-base :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.dark\:prose-base :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.dark\:prose-base :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.dark\:prose-base :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.dark\:prose-base :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.dark\:prose-base :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.dark\:prose-base :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.dark\:prose-base :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.dark\:prose-base :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.dark\:prose-base :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.dark\:prose-base :where(.dark\:prose-base>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.dark\:prose-base :where(.dark\:prose-base>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.dark\:prose-base :where(.dark\:prose-base>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.dark\:prose-base :where(.dark\:prose-base>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.dark\:prose-base :where(.dark\:prose-base>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.dark\:prose-base :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.dark\:prose-base :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.dark\:prose-base :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.dark\:prose-base :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.dark\:prose-base :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3em;margin-bottom:3em}.dark\:prose-base :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose-base :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose-base :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose-base :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose-base :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857}.dark\:prose-base :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.dark\:prose-base :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.dark\:prose-base :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.dark\:prose-base :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.dark\:prose-base :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.dark\:prose-base :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.dark\:prose-base :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.dark\:prose-base :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.dark\:prose-base :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.dark\:prose-base :where(.dark\:prose-base>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose-base :where(.dark\:prose-base>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.dark\:prose-lg{font-size:1.125rem;line-height:1.7777778}.dark\:prose-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.dark\:prose-lg :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.dark\:prose-lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-inline-start:1em}.dark\:prose-lg :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.dark\:prose-lg :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.dark\:prose-lg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.dark\:prose-lg :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.dark\:prose-lg :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.dark\:prose-lg :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.dark\:prose-lg :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.dark\:prose-lg :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.dark\:prose-lg :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;border-radius:.3125rem;padding-top:.2222222em;padding-inline-end:.4444444em;padding-bottom:.2222222em;padding-inline-start:.4444444em}.dark\:prose-lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.dark\:prose-lg :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8666667em}.dark\:prose-lg :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.dark\:prose-lg :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding-top:1em;padding-inline-end:1.5em;padding-bottom:1em;padding-inline-start:1.5em}.dark\:prose-lg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.dark\:prose-lg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.dark\:prose-lg :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.dark\:prose-lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.dark\:prose-lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.dark\:prose-lg :where(.dark\:prose-lg>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.dark\:prose-lg :where(.dark\:prose-lg>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.dark\:prose-lg :where(.dark\:prose-lg>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.dark\:prose-lg :where(.dark\:prose-lg>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.dark\:prose-lg :where(.dark\:prose-lg>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.dark\:prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.dark\:prose-lg :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.dark\:prose-lg :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.dark\:prose-lg :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;padding-inline-start:1.5555556em}.dark\:prose-lg :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.dark\:prose-lg :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose-lg :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose-lg :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose-lg :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose-lg :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.dark\:prose-lg :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.dark\:prose-lg :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.dark\:prose-lg :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.dark\:prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.75em;padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.dark\:prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.dark\:prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.dark\:prose-lg :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.dark\:prose-lg :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.dark\:prose-lg :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.dark\:prose-lg :where(.dark\:prose-lg>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose-lg :where(.dark\:prose-lg>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.dark\:prose-xl{font-size:1.25rem;line-height:1.8}.dark\:prose-xl :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em}.dark\:prose-xl :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2em;line-height:1.5;margin-top:1em;margin-bottom:1em}.dark\:prose-xl :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1.0666667em}.dark\:prose-xl :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.8em;margin-top:0;margin-bottom:.8571429em;line-height:1}.dark\:prose-xl :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.8em;margin-top:1.5555556em;margin-bottom:.8888889em;line-height:1.1111111}.dark\:prose-xl :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.5em;margin-top:1.6em;margin-bottom:.6666667em;line-height:1.3333333}.dark\:prose-xl :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.8em;margin-bottom:.6em;line-height:1.6}.dark\:prose-xl :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.dark\:prose-xl :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.dark\:prose-xl :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.dark\:prose-xl :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.dark\:prose-xl :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;border-radius:.3125rem;padding-top:.25em;padding-inline-end:.4em;padding-bottom:.25em;padding-inline-start:.4em}.dark\:prose-xl :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.dark\:prose-xl :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8611111em}.dark\:prose-xl :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.dark\:prose-xl :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;line-height:1.7777778;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding-top:1.1111111em;padding-inline-end:1.3333333em;padding-bottom:1.1111111em;padding-inline-start:1.3333333em}.dark\:prose-xl :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-inline-start:1.6em}.dark\:prose-xl :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-inline-start:1.6em}.dark\:prose-xl :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6em;margin-bottom:.6em}.dark\:prose-xl :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4em}.dark\:prose-xl :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4em}.dark\:prose-xl :where(.dark\:prose-xl>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.dark\:prose-xl :where(.dark\:prose-xl>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em}.dark\:prose-xl :where(.dark\:prose-xl>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.2em}.dark\:prose-xl :where(.dark\:prose-xl>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em}.dark\:prose-xl :where(.dark\:prose-xl>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.2em}.dark\:prose-xl :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.dark\:prose-xl :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em}.dark\:prose-xl :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em}.dark\:prose-xl :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6em;padding-inline-start:1.6em}.dark\:prose-xl :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8em;margin-bottom:2.8em}.dark\:prose-xl :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose-xl :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose-xl :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose-xl :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose-xl :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;line-height:1.5555556}.dark\:prose-xl :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.6666667em;padding-bottom:.8888889em;padding-inline-start:.6666667em}.dark\:prose-xl :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.dark\:prose-xl :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.dark\:prose-xl :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.8888889em;padding-inline-end:.6666667em;padding-bottom:.8888889em;padding-inline-start:.6666667em}.dark\:prose-xl :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.dark\:prose-xl :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.dark\:prose-xl :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.dark\:prose-xl :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.dark\:prose-xl :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;line-height:1.5555556;margin-top:1em}.dark\:prose-xl :where(.dark\:prose-xl>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose-xl :where(.dark\:prose-xl>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.dark\:prose-2xl{font-size:1.5rem;line-height:1.6666667}.dark\:prose-2xl :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.dark\:prose-2xl :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.25em;line-height:1.4666667;margin-top:1.0666667em;margin-bottom:1.0666667em}.dark\:prose-2xl :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em;padding-inline-start:1.1111111em}.dark\:prose-2xl :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.875em;line-height:1}.dark\:prose-2xl :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2em;margin-top:1.5em;margin-bottom:.8333333em;line-height:1.0833333}.dark\:prose-2xl :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.5em;margin-top:1.5555556em;margin-bottom:.6666667em;line-height:1.2222222}.dark\:prose-2xl :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.dark\:prose-2xl :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.dark\:prose-2xl :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.dark\:prose-2xl :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.dark\:prose-2xl :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.dark\:prose-2xl :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em;border-radius:.375rem;padding-top:.25em;padding-inline-end:.3333333em;padding-bottom:.25em;padding-inline-start:.3333333em}.dark\:prose-2xl :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em}.dark\:prose-2xl :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.dark\:prose-2xl :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.dark\:prose-2xl :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em;line-height:1.8;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding-top:1.2em;padding-inline-end:1.6em;padding-bottom:1.2em;padding-inline-start:1.6em}.dark\:prose-2xl :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5833333em}.dark\:prose-2xl :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5833333em}.dark\:prose-2xl :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.dark\:prose-2xl :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4166667em}.dark\:prose-2xl :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4166667em}.dark\:prose-2xl :where(.dark\:prose-2xl>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8333333em;margin-bottom:.8333333em}.dark\:prose-2xl :where(.dark\:prose-2xl>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.dark\:prose-2xl :where(.dark\:prose-2xl>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.dark\:prose-2xl :where(.dark\:prose-2xl>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.dark\:prose-2xl :where(.dark\:prose-2xl>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.dark\:prose-2xl :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.dark\:prose-2xl :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.dark\:prose-2xl :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.dark\:prose-2xl :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.5833333em}.dark\:prose-2xl :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3em;margin-bottom:3em}.dark\:prose-2xl :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose-2xl :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose-2xl :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose-2xl :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose-2xl :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em;line-height:1.4}.dark\:prose-2xl :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.6em;padding-bottom:.8em;padding-inline-start:.6em}.dark\:prose-2xl :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.dark\:prose-2xl :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.dark\:prose-2xl :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.8em;padding-inline-end:.6em;padding-bottom:.8em;padding-inline-start:.6em}.dark\:prose-2xl :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.dark\:prose-2xl :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.dark\:prose-2xl :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.dark\:prose-2xl :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.dark\:prose-2xl :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8333333em;line-height:1.6;margin-top:1em}.dark\:prose-2xl :where(.dark\:prose-2xl>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.dark\:prose-2xl :where(.dark\:prose-2xl>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.dark\:prose-slate{--tw-prose-body:#334155;--tw-prose-headings:#0f172a;--tw-prose-lead:#475569;--tw-prose-links:#0f172a;--tw-prose-bold:#0f172a;--tw-prose-counters:#64748b;--tw-prose-bullets:#cbd5e1;--tw-prose-hr:#e2e8f0;--tw-prose-quotes:#0f172a;--tw-prose-quote-borders:#e2e8f0;--tw-prose-captions:#64748b;--tw-prose-kbd:#0f172a;--tw-prose-kbd-shadows:rgba(15,23,42,.1);--tw-prose-code:#0f172a;--tw-prose-pre-code:#e2e8f0;--tw-prose-pre-bg:#1e293b;--tw-prose-th-borders:#cbd5e1;--tw-prose-td-borders:#e2e8f0;--tw-prose-invert-body:#cbd5e1;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#94a3b8;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#94a3b8;--tw-prose-invert-bullets:#475569;--tw-prose-invert-hr:#334155;--tw-prose-invert-quotes:#f1f5f9;--tw-prose-invert-quote-borders:#334155;--tw-prose-invert-captions:#94a3b8;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:hsla(0,0%,100%,.1);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#cbd5e1;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#475569;--tw-prose-invert-td-borders:#334155}.dark\:prose-gray{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:rgba(17,24,39,.1);--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:hsla(0,0%,100%,.1);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151}.dark\:prose-zinc{--tw-prose-body:#3f3f46;--tw-prose-headings:#18181b;--tw-prose-lead:#52525b;--tw-prose-links:#18181b;--tw-prose-bold:#18181b;--tw-prose-counters:#71717a;--tw-prose-bullets:#d4d4d8;--tw-prose-hr:#e4e4e7;--tw-prose-quotes:#18181b;--tw-prose-quote-borders:#e4e4e7;--tw-prose-captions:#71717a;--tw-prose-kbd:#18181b;--tw-prose-kbd-shadows:rgba(24,24,27,.1);--tw-prose-code:#18181b;--tw-prose-pre-code:#e4e4e7;--tw-prose-pre-bg:#27272a;--tw-prose-th-borders:#d4d4d8;--tw-prose-td-borders:#e4e4e7;--tw-prose-invert-body:#d4d4d8;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#a1a1aa;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#a1a1aa;--tw-prose-invert-bullets:#52525b;--tw-prose-invert-hr:#3f3f46;--tw-prose-invert-quotes:#f4f4f5;--tw-prose-invert-quote-borders:#3f3f46;--tw-prose-invert-captions:#a1a1aa;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:hsla(0,0%,100%,.1);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d4d4d8;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#52525b;--tw-prose-invert-td-borders:#3f3f46}.dark\:prose-neutral{--tw-prose-body:#404040;--tw-prose-headings:#171717;--tw-prose-lead:#525252;--tw-prose-links:#171717;--tw-prose-bold:#171717;--tw-prose-counters:#737373;--tw-prose-bullets:#d4d4d4;--tw-prose-hr:#e5e5e5;--tw-prose-quotes:#171717;--tw-prose-quote-borders:#e5e5e5;--tw-prose-captions:#737373;--tw-prose-kbd:#171717;--tw-prose-kbd-shadows:hsla(0,0%,9%,.1);--tw-prose-code:#171717;--tw-prose-pre-code:#e5e5e5;--tw-prose-pre-bg:#262626;--tw-prose-th-borders:#d4d4d4;--tw-prose-td-borders:#e5e5e5;--tw-prose-invert-body:#d4d4d4;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#a3a3a3;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#a3a3a3;--tw-prose-invert-bullets:#525252;--tw-prose-invert-hr:#404040;--tw-prose-invert-quotes:#f5f5f5;--tw-prose-invert-quote-borders:#404040;--tw-prose-invert-captions:#a3a3a3;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:hsla(0,0%,100%,.1);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d4d4d4;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#525252;--tw-prose-invert-td-borders:#404040}.dark\:prose-stone{--tw-prose-body:#44403c;--tw-prose-headings:#1c1917;--tw-prose-lead:#57534e;--tw-prose-links:#1c1917;--tw-prose-bold:#1c1917;--tw-prose-counters:#78716c;--tw-prose-bullets:#d6d3d1;--tw-prose-hr:#e7e5e4;--tw-prose-quotes:#1c1917;--tw-prose-quote-borders:#e7e5e4;--tw-prose-captions:#78716c;--tw-prose-kbd:#1c1917;--tw-prose-kbd-shadows:rgba(28,25,23,.1);--tw-prose-code:#1c1917;--tw-prose-pre-code:#e7e5e4;--tw-prose-pre-bg:#292524;--tw-prose-th-borders:#d6d3d1;--tw-prose-td-borders:#e7e5e4;--tw-prose-invert-body:#d6d3d1;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#a8a29e;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#a8a29e;--tw-prose-invert-bullets:#57534e;--tw-prose-invert-hr:#44403c;--tw-prose-invert-quotes:#f5f5f4;--tw-prose-invert-quote-borders:#44403c;--tw-prose-invert-captions:#a8a29e;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:hsla(0,0%,100%,.1);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d6d3d1;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#57534e;--tw-prose-invert-td-borders:#44403c}.dark\:prose-red{--tw-prose-links:#dc2626;--tw-prose-invert-links:#ef4444}.dark\:prose-orange{--tw-prose-links:#ea580c;--tw-prose-invert-links:#f97316}.dark\:prose-amber{--tw-prose-links:#d97706;--tw-prose-invert-links:#f59e0b}.dark\:prose-yellow{--tw-prose-links:#ca8a04;--tw-prose-invert-links:#eab308}.dark\:prose-lime{--tw-prose-links:#65a30d;--tw-prose-invert-links:#84cc16}.dark\:prose-green{--tw-prose-links:#16a34a;--tw-prose-invert-links:#22c55e}.dark\:prose-emerald{--tw-prose-links:#059669;--tw-prose-invert-links:#10b981}.dark\:prose-teal{--tw-prose-links:#0d9488;--tw-prose-invert-links:#14b8a6}.dark\:prose-cyan{--tw-prose-links:#0891b2;--tw-prose-invert-links:#06b6d4}.dark\:prose-sky{--tw-prose-links:#0284c7;--tw-prose-invert-links:#0ea5e9}.dark\:prose-blue{--tw-prose-links:#2563eb;--tw-prose-invert-links:#3b82f6}.dark\:prose-indigo{--tw-prose-links:#4f46e5;--tw-prose-invert-links:#6366f1}.dark\:prose-violet{--tw-prose-links:#7c3aed;--tw-prose-invert-links:#8b5cf6}.dark\:prose-purple{--tw-prose-links:#9333ea;--tw-prose-invert-links:#a855f7}.dark\:prose-fuchsia{--tw-prose-links:#c026d3;--tw-prose-invert-links:#d946ef}.dark\:prose-pink{--tw-prose-links:#db2777;--tw-prose-invert-links:#ec4899}.dark\:prose-rose{--tw-prose-links:#e11d48;--tw-prose-invert-links:#f43f5e}.dark\:prose-invert{--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.dark\:max-w-prose{max-width:65ch}}