/* =========================================================
   REALIZAÇÕES
========================================================= */

.realizacoes-page {
    background: #fff;
    color: #222;
}


/* =========================================================
   CONTAINER
========================================================= */

.realizacoes-container {
    width: min(1220px, 90%);
    margin: auto;
}


/* =========================================================
   HERO
========================================================= */
/* =========================================================
   HERO — REALIZAÇÕES
   IGUAL AO HERO DA GALERIA
========================================================= */

.realizacoes-hero {
    position: relative;

    min-height: 220px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            #fff 0%,
            #fff 32%,
            rgba(255,255,255,.94) 43%,
            rgba(255,255,255,.1) 65%
        ),
        linear-gradient(
            135deg,
            #f8f8f8,
            #ececec
        );
}


/* =========================================================
   DIAGONAL VERMELHA
========================================================= */

.realizacoes-hero::after {
    content: "";

    position: absolute;

    right: 0;
    top: 0;

    width: 55%;
    height: 100%;

    background:
        linear-gradient(
            135deg,
            transparent 0 35%,
            rgba(190,0,0,.95) 35%
        );

    opacity: .12;

    pointer-events: none;
}


/* =========================================================
   CONTEÚDO
========================================================= */

.realizacoes-hero-content {
    position: relative;

    z-index: 2;

    width: min(1220px, 90%);

    margin: auto;

    padding-top: 25px;
}


/* =========================================================
   LABEL
========================================================= */

.realizacoes-hero-label {
    display: block;

    margin-bottom: 8px;

    color: #b00000;

    font-family: "Poppins", sans-serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.2px;
}


/* =========================================================
   TÍTULO
========================================================= */

.realizacoes-hero h1 {
    margin: 0;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 46px;

    font-weight: 600;

    line-height: 1.05;

    color: #222;
}


/* =========================================================
   LINHA
========================================================= */

.realizacoes-hero-line {
    width: 38px;

    height: 3px;

    margin: 13px 0 15px;

    background: #c90000;
}


/* =========================================================
   TEXTO
========================================================= */

.realizacoes-hero p {
    max-width: 390px;

    margin: 0;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    line-height: 1.6;

    color: #333;
}
/* =========================================================
   ESTATÍSTICAS
========================================================= */

.realizacoes-stats {
    background: #fff;

    border-bottom: 1px solid #eee;
}


.realizacoes-stats-grid {
    display: grid;

    grid-template-columns:
        repeat(5, 1fr);

    min-height: 115px;

    align-items: center;
}


.realizacao-stat {
    display: flex;

    align-items: center;

    gap: 15px;

    padding: 15px 25px;

    border-right: 1px solid #e5e5e5;
}


.realizacao-stat:last-child {
    border-right: none;
}


.realizacao-stat-icon {
    width: 58px;
    height: 58px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #faf1f1;

    color: #bd0000;

    font-size: 25px;
}


.realizacao-stat strong {
    display: block;

    margin-bottom: 2px;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 28px;

    line-height: 1;

    color: #222;
}


.realizacao-stat span {
    display: block;

    font-size: 11px;

    font-weight: 700;

    line-height: 1.4;

    color: #222;
}


.realizacao-stat small {
    display: block;

    margin-top: 2px;

    font-size: 10px;

    color: #666;
}


/* =========================================================
   FILTROS
========================================================= */

.realizacoes-filters {
    display: flex;

    align-items: center;

    gap: 8px;

    padding: 22px 0 18px;

    border-bottom: 1px solid #eee;

    overflow-x: auto;
}


.realizacao-filter {
    height: 38px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    padding: 0 17px;

    border: 1px solid #ddd;

    border-radius: 4px;

    background: #fff;

    color: #333;

    text-decoration: none;

    white-space: nowrap;

    font-size: 10px;

    font-weight: 700;

    transition:
        .2s ease;
}


.realizacao-filter span {
    color: #555;

    font-size: 14px;
}


.realizacao-filter:hover {
    border-color: #b90000;

    color: #b90000;
}


.realizacao-filter.active {
    background: #b50000;

    border-color: #b50000;

    color: #fff;
}


.realizacao-filter.active span {
    color: #fff;
}


.realizacoes-filter-spacer {
    flex: 1;
}


.realizacoes-order {
    flex-shrink: 0;
}


.realizacoes-order select {
    height: 38px;

    min-width: 145px;

    padding: 0 12px;

    border: 1px solid #ddd;

    border-radius: 4px;

    background: #fff;

    color: #333;

    font-family: "Poppins", sans-serif;

    font-size: 11px;

    outline: none;

    cursor: pointer;
}


.realizacoes-order select:focus {
    border-color: #b50000;
}


/* =========================================================
   GRID
========================================================= */

.realizacoes-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 12px;

    padding: 18px 0 25px;
}


/* =========================================================
   CARD
========================================================= */

.realizacao-card {
    position: relative;

    min-width: 0;

    overflow: hidden;

    border-radius: 6px;

    background: #fff;

    border: 1px solid #e7e7e7;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.realizacao-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 12px 30px rgba(0,0,0,.10);
}


/* =========================================================
   IMAGEM
========================================================= */

.realizacao-card-image {
    position: relative;

    display: block;

    height: 205px;

    overflow: hidden;

    text-decoration: none;
}


.realizacao-card-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

    transition:
        transform .5s ease;
}


.realizacao-card:hover
.realizacao-card-image img {
    transform: scale(1.05);
}


.realizacao-card-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 40%,
            rgba(0,0,0,.65)
        );
}


.realizacao-card-icon {
    position: absolute;

    left: 18px;
    bottom: 18px;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #b50000;

    color: #fff;

    font-size: 18px;
}


/* =========================================================
   CONTEÚDO
========================================================= */

.realizacao-card-content {
    padding: 17px 17px 15px;
}


.realizacao-card-category {
    display: block;

    margin-bottom: 7px;

    color: #b50000;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: .7px;
}


.realizacao-card-content h2 {
    margin: 0 0 8px;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 21px;

    line-height: 1.15;

    font-weight: 600;

    color: #222;
}


.realizacao-card-content h2 a {
    color: inherit;

    text-decoration: none;
}


.realizacao-card-content h2 a:hover {
    color: #b50000;
}


.realizacao-card-content p {
    margin: 0;

    min-height: 58px;

    font-family: "Poppins", sans-serif;

    font-size: 11px;

    line-height: 1.6;

    color: #666;
}


.realizacao-card-bottom {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 10px;

    margin-top: 14px;

    padding-top: 12px;

    border-top: 1px solid #eee;
}


.realizacao-card-bottom time {
    font-size: 9px;

    color: #888;
}


.realizacao-card-bottom a {
    color: #b50000;

    text-decoration: none;

    font-size: 9px;

    font-weight: 700;

    white-space: nowrap;
}


.realizacao-card-bottom a span {
    margin-left: 4px;

    font-size: 13px;
}


/* =========================================================
   SEM IMAGEM
========================================================= */

.realizacao-no-image {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            135deg,
            #850000,
            #c00000
        );

    color: #fff;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 20px;
}


/* =========================================================
   PAGINAÇÃO
========================================================= */

.realizacoes-pagination {
    display: flex;

    justify-content: center;

    padding: 5px 0 20px;
}


.realizacoes-pagination nav {
    display: flex;

    justify-content: center;
}


.realizacoes-pagination svg {
    width: 15px;
}


/* =========================================================
   BOTÃO VER MAIS
========================================================= */

.realizacoes-more {
    display: flex;

    justify-content: center;

    padding: 0 0 25px;
}


.realizacoes-more a {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    min-width: 205px;

    height: 38px;

    padding: 0 20px;

    border: 1px solid #d00000;

    border-radius: 4px;

    background: #fff;

    color: #b50000;

    text-decoration: none;

    font-size: 10px;

    font-weight: 700;

    transition: .2s ease;
}


.realizacoes-more a:hover {
    background: #b50000;

    color: #fff;
}


.realizacoes-more a span {
    font-size: 15px;
}


/* =========================================================
   EMPTY
========================================================= */

.realizacoes-empty {
    grid-column: 1 / -1;

    text-align: center;

    padding: 70px 20px;
}


.realizacoes-empty h2 {
    margin: 0 0 8px;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 25px;
}


.realizacoes-empty p {
    margin: 0 0 20px;

    color: #777;

    font-size: 13px;
}


.realizacoes-empty a {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    height: 38px;

    padding: 0 20px;

    background: #b50000;

    color: #fff;

    text-decoration: none;

    border-radius: 4px;

    font-size: 10px;

    font-weight: 700;
}


/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width: 1100px) {

    .realizacoes-stats-grid {
        grid-template-columns:
            repeat(3, 1fr);
    }

    .realizacao-stat:nth-child(3) {
        border-right: none;
    }

    .realizacoes-grid {
        grid-template-columns:
            repeat(3, 1fr);
    }

}


@media (max-width: 800px) {

    .realizacoes-hero {
        min-height: 230px;
    }

    .realizacoes-hero h1 {
        font-size: 38px;
    }

    .realizacoes-stats-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .realizacoes-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

}


@media (max-width: 560px) {

    .realizacoes-container {
        width: 92%;
    }

    .realizacoes-hero-content {
        padding-top: 10px;
    }

    .realizacoes-hero h1 {
        font-size: 34px;
    }


    .realizacoes-grid {
        grid-template-columns: 1fr;
    }

    .realizacoes-filter-spacer {
        display: none;
    }

   

    .realizacoes-order {
        width: 100%;
    }

    .realizacoes-order select {
        width: 100%;
    }

}
/* =========================================================
   FILTROS — MOBILE
========================================================= */

@media (max-width: 700px) {

    .realizacoes-filters {

        display: flex;

        align-items: center;

        gap: 7px;

        width: 100%;

        padding: 16px 0 14px;

        border-bottom: 1px solid #e7e7e7;

        overflow-x: auto;

        overflow-y: hidden;

        scrollbar-width: none;

        -webkit-overflow-scrolling: touch;

    }


    .realizacoes-filters::-webkit-scrollbar {

        display: none;

    }


    /* =====================================================
       FILTROS
    ===================================================== */

    .realizacao-filter {

        flex: 0 0 auto;

        height: 36px;

        display: inline-flex;

        align-items: center;

        justify-content: center;

        gap: 6px;

        padding: 0 13px;

        border: 1px solid #dedede;

        border-radius: 4px;

        background: #ffffff;

        color: #333;

        white-space: nowrap;

        font-family: "Poppins", sans-serif;

        font-size: 8.5px;

        font-weight: 700;

        letter-spacing: .15px;

        transition:
            background .2s ease,
            border-color .2s ease,
            color .2s ease;

    }


    .realizacao-filter span {

        font-size: 12px;

        color: #777;

    }


    .realizacao-filter.active {

        background: #b50000;

        border-color: #b50000;

        color: #ffffff;

        box-shadow:
            0 3px 8px rgba(181, 0, 0, .12);

    }


    .realizacao-filter.active span {

        color: #ffffff;

    }


    /* =====================================================
       ESCONDER ESPAÇADOR
    ===================================================== */

    .realizacoes-filter-spacer {

        display: none;

    }


    /* =====================================================
       ORDENAÇÃO
    ===================================================== */

    .realizacoes-order {

        width: 100%;

        flex: 0 0 100%;

        margin-top: 3px;

        padding-top: 12px;

        border-top: 1px solid #f0f0f0;

    }


    .realizacoes-order select {

        width: 100%;

        height: 40px;

        min-width: 0;

        padding: 0 12px;

        border: 1px solid #dedede;

        border-radius: 4px;

        background: #ffffff;

        color: #444;

        font-family: "Poppins", sans-serif;

        font-size: 10px;

        font-weight: 500;

        outline: none;

        -webkit-appearance: none;

        appearance: none;

        background-image:
            linear-gradient(
                45deg,
                transparent 50%,
                #777 50%
            ),
            linear-gradient(
                135deg,
                #777 50%,
                transparent 50%
            );

        background-position:
            calc(100% - 16px) 17px,
            calc(100% - 11px) 17px;

        background-size:
            5px 5px,
            5px 5px;

        background-repeat: no-repeat;

        padding-right: 35px;

    }


    .realizacoes-order select:focus {

        border-color: #b50000;

        box-shadow:
            0 0 0 3px rgba(181, 0, 0, .06);

    }


    /* =====================================================
       GRID MOBILE
    ===================================================== */

    .realizacoes-grid {

        display: grid;

        grid-template-columns: 1fr;

        gap: 16px;

        padding: 18px 0 25px;

    }

}


/* =========================================================
   MOBILE PEQUENO
========================================================= */

@media (max-width: 480px) {

    .realizacoes-filters {

        padding: 14px 0 13px;

        gap: 6px;

    }


    .realizacao-filter {

        height: 34px;

        padding: 0 11px;

        gap: 5px;

        font-size: 8px;

    }


    .realizacao-filter span {

        font-size: 11px;

    }


    .realizacoes-order {

        padding-top: 11px;

    }


    .realizacoes-order select {

        height: 38px;

        font-size: 9px;

    }


    .realizacoes-grid {

        gap: 14px;

        padding-top: 15px;

    }

}


/* =========================================================
   IPHONE PEQUENO
========================================================= */

@media (max-width: 380px) {

    .realizacoes-filters {

        gap: 5px;

    }


    .realizacao-filter {

        height: 33px;

        padding: 0 10px;

        font-size: 7.5px;

    }


    .realizacoes-order select {

        height: 37px;

        font-size: 9px;

    }

}
/* =========================================================
   REALIZAÇÕES — INDICADORES MOBILE
========================================================= */

@media (max-width: 700px) {

    .realizacoes-stats {

        background: #ffffff;

        border-bottom: 1px solid #e8e8e8;

    }


    .realizacoes-stats-grid {

        display: grid;

        grid-template-columns: repeat(2, minmax(0, 1fr));

        min-height: auto;

        width: 100%;

    }


    .realizacao-stat {

        min-width: 0;

        min-height: 105px;

        display: flex;

        align-items: center;

        gap: 12px;

        padding: 18px 14px;

        border-right: 1px solid #e8e8e8;

        border-bottom: 1px solid #e8e8e8;

    }


    /* Remove a linha direita dos elementos da coluna direita */

    .realizacao-stat:nth-child(2),
    .realizacao-stat:nth-child(4) {

        border-right: none;

    }


    /* =====================================================
       ÚLTIMO INDICADOR
    ===================================================== */

    .realizacao-stat:last-child {

        grid-column: 1 / -1;

        border-right: none;

        border-bottom: none;

        justify-content: center;

        min-height: 95px;

    }


    /* =====================================================
       ÍCONE
    ===================================================== */

    .realizacao-stat-icon {

        width: 46px;

        height: 46px;

        flex: 0 0 46px;

        display: flex;

        align-items: center;

        justify-content: center;

        border-radius: 50%;

        background: #faf1f1;

        color: #bd0000;

        font-size: 20px;

    }


    /* =====================================================
       NÚMERO
    ===================================================== */

    .realizacao-stat strong {

        margin-bottom: 3px;

        font-family:
            "Playfair Display",
            Georgia,
            serif;

        font-size: 24px;

        font-weight: 600;

        line-height: 1;

        color: #222;

    }


    /* =====================================================
       TÍTULO
    ===================================================== */

    .realizacao-stat span {

        display: block;

        max-width: 125px;

        font-family: "Poppins", sans-serif;

        font-size: 9px;

        font-weight: 700;

        line-height: 1.35;

        color: #222;

    }


    /* =====================================================
       DESCRIÇÃO
    ===================================================== */

    .realizacao-stat small {

        display: block;

        margin-top: 3px;

        font-family: "Poppins", sans-serif;

        font-size: 8px;

        line-height: 1.35;

        color: #777;

    }

}


/* =========================================================
   MOBILE PEQUENO
========================================================= */

@media (max-width: 480px) {

    .realizacoes-stats-grid {

        grid-template-columns: repeat(2, minmax(0, 1fr));

    }


    .realizacao-stat {

        min-height: 100px;

        gap: 9px;

        padding: 16px 11px;

    }


    .realizacao-stat-icon {

        width: 42px;

        height: 42px;

        flex-basis: 42px;

        font-size: 18px;

    }


    .realizacao-stat strong {

        font-size: 22px;

    }


    .realizacao-stat span {

        font-size: 8.5px;

    }


    .realizacao-stat small {

        font-size: 7.5px;

    }


    .realizacao-stat:last-child {

        min-height: 88px;

    }

}


/* =========================================================
   IPHONE / ECRÃ MUITO PEQUENO
========================================================= */

@media (max-width: 380px) {

    .realizacao-stat {

        min-height: 96px;

        gap: 8px;

        padding: 14px 9px;

    }


    .realizacao-stat-icon {

        width: 39px;

        height: 39px;

        flex-basis: 39px;

        font-size: 17px;

    }


    .realizacao-stat strong {

        font-size: 21px;

    }


    .realizacao-stat span {

        font-size: 8px;

        line-height: 1.3;

    }


    .realizacao-stat small {

        font-size: 7px;

    }

}

/* =========================================================
   SHOW — REALIZAÇÃO
========================================================= */

.realizacao-show-page {
    background: #fff;
    color: #222;
}


.realizacao-show-container {
    width: min(1220px, 90%);
    margin: auto;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.realizacao-show-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 25px 0 35px;

    font-family: "Poppins", sans-serif;
    font-size: 10px;

    color: #888;
}


.realizacao-show-breadcrumb a {
    color: #555;
    text-decoration: none;

    transition: .2s ease;
}


.realizacao-show-breadcrumb a:hover {
    color: #b50000;
}


.realizacao-show-breadcrumb span:first-child {
    color: #b50000;
}


/* =========================================================
   MAIN
========================================================= */

.realizacao-show-main {
    width: min(1000px, 100%);
    margin: auto;

    padding-bottom: 70px;
}


/* =========================================================
   CATEGORIA
========================================================= */

.realizacao-show-category {
    display: block;

    margin-bottom: 12px;

    color: #b50000;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1px;
}


/* =========================================================
   TÍTULO
========================================================= */

.realizacao-show-main h1 {
    max-width: 850px;

    margin: 0 0 18px;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 44px;

    line-height: 1.12;

    font-weight: 600;

    color: #222;
}


/* =========================================================
   META
========================================================= */

.realizacao-show-meta {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 10px;

    margin-bottom: 30px;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    color: #777;
}


/* =========================================================
   IMAGEM
========================================================= */

.realizacao-show-image {
    width: 100%;

    max-height: 560px;

    overflow: hidden;

    margin-bottom: 30px;

    border-radius: 5px;

    background: #eee;
}


.realizacao-show-image img {
    display: block;

    width: 100%;
    height: auto;

    max-height: 560px;

    object-fit: cover;

    object-position: center;
}


/* =========================================================
   INTRO
========================================================= */

.realizacao-show-intro {
    margin-bottom: 25px;

    padding-left: 20px;

    border-left: 3px solid #b50000;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 20px;

    line-height: 1.55;

    color: #333;
}


/* =========================================================
   CONTEÚDO
========================================================= */

.realizacao-show-content {
    font-family:
        "Poppins",
        sans-serif;

    font-size: 14px;

    line-height: 1.9;

    color: #444;
}


.realizacao-show-content p {
    margin: 0 0 20px;
}


.realizacao-show-content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   VOLTAR
========================================================= */

.realizacao-show-back {
    margin-top: 40px;

    padding-top: 25px;

    border-top: 1px solid #eee;
}


.realizacao-show-back a {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    min-height: 40px;

    padding: 0 18px;

    border: 1px solid #b50000;

    border-radius: 4px;

    background: #fff;

    color: #b50000;

    text-decoration: none;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 700;

    transition: .2s ease;
}


.realizacao-show-back a:hover {
    background: #b50000;

    color: #fff;
}


.realizacao-show-back a span {
    font-size: 16px;
}


/* =========================================================
   NAVEGAÇÃO
========================================================= */

.realizacao-show-navigation {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 30px;

    margin-top: 40px;

    padding-top: 25px;

    border-top: 1px solid #eee;
}


.realizacao-show-nav-item {
    min-width: 0;
}


.realizacao-show-nav-item.next {
    text-align: right;
}


.realizacao-show-nav-item > span {
    display: block;

    margin-bottom: 9px;

    font-family: "Poppins", sans-serif;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .8px;

    color: #999;
}


.realizacao-show-nav-item a {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    max-width: 100%;

    color: #333;

    text-decoration: none;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 13px;

    line-height: 1.4;

    transition: .2s ease;
}


.realizacao-show-nav-item a:hover {
    color: #b50000;
}


.realizacao-show-nav-item b {
    color: #b50000;

    font-family: Arial, sans-serif;

    font-size: 17px;

    font-weight: 400;

    flex-shrink: 0;
}


/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width: 700px) {

    .realizacao-show-breadcrumb {
        padding: 20px 0 25px;

        flex-wrap: wrap;
    }


    .realizacao-show-main h1 {
        font-size: 20px;
    }


    .realizacao-show-image {
        max-height: 400px;
    }


    .realizacao-show-image img {
        max-height: 400px;
    }


    .realizacao-show-intro {
        font-size: 17px;
    }


    .realizacao-show-content {
        font-size: 13px;
    }


    .realizacao-show-navigation {
        grid-template-columns: 1fr;

        gap: 25px;
    }


    .realizacao-show-nav-item.next {
        text-align: left;
    }
    .realizacoes-hero h1 {
    margin: 0;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 22px;

    font-weight: 600;

    line-height: 1.05;

    color: #222;
}
.realizacoes-hero-label {
    display: block;

    margin-bottom: 8px;

    color: #b00000;

    font-family: "Poppins", sans-serif;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: 1.2px;
}
}