:root {
    --base: #0A0925;
    --gray1: #EBEBEB;
    --gray2: #D6D6D6;
    --gray3: #C2C2C2;
    --gray4: #ADADAD;
    --gray5: #999999;
    --gray6: #7A7A7A;
    --gray7: #5C5C5C;
    --gray8: #3D3D3D;
    --gray9: #1F1F1F;
    --default-blue: #0180FF;
}


/*
    ----------------------- FILTERS -----------------------

    BANNERS 
    TEXT/IMAGES
    BIG NUMBERS
    CONTACT SECTIONS
    PATHS
    CARDS
        - CARDS CAROUSELS
        - CARDS BOXES
        - CARDS IMAGES
        - CARDS ICONS
        - CARDS CONTENTS 
        - CARDS TITLES
        - CARDS TEXTS
        - CARDS EXTRAS
        - CARDS BUTTONS 
    
    -------------------------------------------------------
*/


/*-------------------------------------------------------*/


/* BANNERS */

.banners,
.banners .item {
    min-height: 500px;
    height: 65vw;
    max-height: 700px;
}

.banners .item {
    display: flex;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banners .title {
    color: var(--white);
    font-size: 54px;
    font-variation-settings: "wght" 800;
    font-weight: 800;
    line-height: 59px;
    letter-spacing: -0.03em;
}

.banners .text {
    font-size: 20px;
    font-variation-settings: "wght" 350;
    font-weight: 400;
    line-height: 26px
}

.banners[class*=left] .title,
.banners[class*=left] .text {
    text-align: start;
    margin-left: unset;
    margin-right: auto;
}

.banners[class*=left] .dbtn {
    margin: 0 auto 0 0;
}

.banners[class*=right] .title,
.banners[class*=right] .text {
    text-align: end;
    margin-left: auto;
    margin-right: unset;
}

.banners[class*=right] .dbtn {
    margin: 0 0 0 auto;
}

.banners[class*=center] .title,
.banners[class*=center] .text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.banners[class*=center] .dbtn {
    margin: 0 auto;
}


/* BANNERS ! */


/* TEXT/IMAGES */

.textimage {
    padding: 6.26rem 0 14.26rem;
}

.textimage .sectitle {
    font-size: 42px;
    font-variation-settings: "wght" 800;
    font-weight: 800;
    line-height: 46px;
    letter-spacing: -0.03em;
    margin-bottom: 2.4rem;
}

.textimage .text {
    font-size: 16px;
    font-variation-settings: "wght" 450;
    font-weight: 500;
    line-height: 28px;
}

.textimage .text strong {
    font-variation-settings: "wght" 700;
    font-weight: 700;
}

.textimage .img {
    position: relative;
}

.cardpostlist {
    position: relative;
    padding: 6.93rem 0 6.8rem;
    background-image: url(../../assets/img/servsbg.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
}

.cardpostlist::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1180px;
    height: 1px;
    background-color: var(--line);
}

.cardpostlist .sectitle {
    text-align: center;
    max-width: 447px;
    padding-bottom: 23px;
    border-bottom: 1px dashed var(--line);
    margin: 0 auto 6.33rem;
}

.cardpostlist .owl-carousel {
    margin: -3.73rem 0;
}

.cardpostlist .owl-carousel .owl-stage-outer {
    padding: 3.73rem;
    margin: -3.73rem;
}

.cardpostlist .box {
    max-width: 372px;
    box-shadow: 0px 0.978947px 21.5368px -4.89474px #00000040;
    border-radius: 5px;
    padding: 0 22px;
    background-image: url(../../assets/img/servboxbg.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: var(--white);
}

.cardpostlist .box img {
    width: fit-content;
    max-width: 108px;
    transform: translateY(-60px);
    margin-bottom: -20px;
    margin-left: 16px;
}

.cardpostlist .box .title {
    height: 75px;
    font-size: 20px;
    font-variation-settings: "wght" 600;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.03em;
    padding: 0 16px 18px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 22px;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cardpostlist .box .ul {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    margin-bottom: 3.2rem;
}

.cardpostlist .box .ul>* {
    position: relative;
    display: flex;
    align-items: start;
    gap: 5px;
    color: var(--text);
    font-size: 14px;
    font-variation-settings: "wght" 400;
    font-weight: 400;
    line-height: 16px;
    padding-left: 16px;
}

.cardpostlist .box .ul>*::before {
    content: 'L';
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 15px;
    max-width: 15px;
    aspect-ratio: 1/1;
    background-color: #0AAF42;
    border-radius: 50%;
    color: var(--white);
    font-size: 11px;
    font-variation-settings: "wght" 600;
    font-weight: 600;
    line-height: 13px;
    transform: rotateY(180deg) rotateZ(-45deg);
}

.cardpostlist .box .dbtn {
    padding: 0 37px 0 25px;
    transform: translateY(30.5px);
    margin: -30.5px auto 0;
}

.simplecards .box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 1rem 19px 44px;
    background-color: var(--white);
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.simplecards .owl-carousel .owl-stage>*:first-child .box {
    border-left: 1px solid var(--line);
}

.simplecards .box .icon {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 60px;
    aspect-ratio: 1/1.07017;
    background: linear-gradient(180deg, #e2061308 0%, #e2061304 50.6%, #e2061308 100%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.simplecards .box .icon::before {
    content: '';
    position: absolute;
    width: 85.96%;
    aspect-ratio: 1/1.07017;
    background: linear-gradient(180deg, rgba(226, 6, 19, 0.1) 0%, rgba(226, 6, 19, 0.049405) 50.6%, rgba(226, 6, 19, 0.1) 100%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.simplecards .box .icon::after {
    content: '';
    position: absolute;
    width: 75.43%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--red2);
}

.simplecards .box .icon img {
    position: relative;
    z-index: 2;
    width: fit-content;
    max-width: 26px;
    max-height: 27px;
}

.simplecards .box .title {
    max-width: 239px;
    color: var(--title2);
    font-size: 18px;
    font-variation-settings: "wght" 600;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.03em;
}

.simplecards .owl-carousel .owl-nav {
    position: absolute;
    bottom: -4.4rem;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px !important;
    width: 100%;
}

.simplecards .owl-carousel .owl-nav>* {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 80px;
    aspect-ratio: 1/.5625;
    border: 1px solid var(--line) !important;
    border-radius: 5px;
    background-color: var(--title) !important;
    transition: all .3s ease-in-out;
}

.simplecards .owl-carousel .owl-nav>* svg path {
    transition: all .3s ease-in-out;
}

.simplecards .owl-carousel .owl-nav>*.disabled {
    background-color: #F8F8F8 !important;
    border-color: var(--title);
}

.simplecards .owl-carousel .owl-nav>*.disabled svg path {
    fill: var(--title);
}

.imagetextfullsize {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 761px;
    background-color: var(--title2);
}

.imagetextfullsize .row>*:first-child img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50vw;
    max-width: 750px;
    height: 100%;
    object-fit: cover;
}

.imagetextfullsize .row>*:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.imagetextfullsize .uptitle {
    color: #ADAFB6;
    font-size: 20px;
    font-variation-settings: "wght" 400;
    font-weight: 400;
    line-height: 23px;
    font-variant: small-caps;
    margin-bottom: 10px;
}

.imagetextfullsize .sectitle {
    max-width: 445px;
    color: var(--white);
    padding-bottom: 25px;
    border-bottom: 1px dashed #d6d6d680;
    margin-bottom: 25px;
}

.imagetextfullsize .text {
    max-width: 454px;
    color: var(--white);
    font-size: 16px;
    font-variation-settings: "wght" 250;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.03em;
    margin-bottom: 38px;
}

.imagetextfullsize .text strong {
    color: inherit;
    font-variation-settings: "wght" 450;
    font-weight: 500;
}


/* TEXT/IMAGES ! */


/* BIG NUMBERS */

.bignumbers {
    display: flex;
    align-items: center;
    min-height: 308px;
    background-color: #F4F4F4;
}

.bignumbers .df {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
}

.bignumbers .fx {
    position: absolute;
    z-index: -1;
    font-size: 180px;
    font-variation-settings: "wght" 900;
    font-weight: 900;
    line-height: 196px;
    color: transparent;
    -webkit-text-stroke: 1px #0000000d;
}

.bignumbers .num {
    font-size: 80px;
    font-variation-settings: "wght" 800;
    font-weight: 800;
    line-height: 87px;
}

.bignumbers .tx {
    font-size: 22px;
    font-variation-settings: "wght" 500;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.03em;
}

.bignumbers .owl-carousel .owl-stage-outer {
    padding: 2rem;
    margin: -2rem;
}


/* BIG NUMBERS ! */

.bcards {
    padding: 4.4rem 0 11.6rem;
}

.bcards .df {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding-top: 2.26rem;
    border-top: 1px solid #d6d6d680;
    margin-bottom: 3.73rem;
}

.bcards .bbox {
    max-width: 380px;
}

.bcards .img {
    width: 100%;
    aspect-ratio: 1/.77105;
}

.bcards .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bcards .box {
    width: 100%;
    max-width: 332px;
    position: relative;
    background: var(--white);
    box-shadow: 0px 4px 28px -8px #7090b040;
    padding: 16px 30px 27px;
    margin-top: -7.33rem;
    transition: all .3s ease-in-out;
}

.bcards .box:hover {
    background-color: var(--cinza-800);
}

.bcards .date {
    color: var(--text);
    font-size: 16px;
    font-variation-settings: "wght" 400;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 11px;
    transition: all .3s ease-in-out;
}

.bcards .title {
    max-width: 239px;
    color: var(--title2);
    font-size: 18px;
    font-variation-settings: "wght" 650;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.03em;
    margin-bottom: 13px;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.bcards .box:hover .date,
.bcards .box:hover .title,
.bcards .box:hover .sm {
    color: var(--white);
}

.bcards .text {
    max-width: 245px;
    color: var(--text2);
    font-size: 15px;
    font-variation-settings: "wght" 250;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 13px;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.bcards .box:hover .text {
    color: #ffffffa1;
}

.bcards .sm {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #2C53AF;
    font-size: 18px;
    font-variation-settings: "wght" 650;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.03em;
    transition: all .3s ease-in-out;
}

.bcards .sm svg path {
    transition: all .3s ease-in-out;
}

.bcards .box:hover .sm svg path {
    fill: var(--white);
}

.bcards .owl-carousel .owl-stage-outer {
    padding: 2rem 0 2rem 2rem;
    margin: -2rem 0 -2rem -2rem;
}


/* CONTACT SECTIONS */

.contact {
    background-color: #F8F8F8;
}

.contact .container>.row>*:first-child {
    padding-top: 3.53rem;
}

.contact .sectitle {
    max-width: 400px;
    padding-bottom: 2.8rem;
    border-bottom: 1px dashed var(--line);
    margin-bottom: 2rem;
}

.contact .conts {
    max-width: 400px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 45px 1rem;
}

.contact .conts>* {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 48%;
}

.contact .conts>* .title {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 20px;
    font-variation-settings: "wght" 600;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0.1em;
}

.contact .conts>*:has(.local) {
    width: 100%;
}

.contact .conts>* .telp,
.contact .conts>* .mailp,
.contact .conts>* .local {
    font-size: 16px;
    font-variation-settings: "wght" 450;
    font-weight: 500;
    line-height: 24px;
}

.contact .conts>* .local strong {
    font-variation-settings: "wght" 700;
    font-weight: 700;
}

.contact .box {
    max-width: 685px;
    background: var(--white);
    box-shadow: 0px 9px 42px -7px #7090b059;
    margin-top: -84px;
}

.contact .box .ftitle {
    padding: 25px 22px 22px;
    font-size: 24px;
    font-variation-settings: "wght" 700;
    font-weight: 700;
    line-height: 36px;
    border-bottom: 1px solid var(--line);
}

.contact .form {
    padding: 31px 25px 45px;
}

.contact .form .lb {
    font-size: 16px;
    font-variation-settings: "wght" 700;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.005em;
    margin-bottom: 8px;
}

.contact .form .ipts {
    width: 100%;
    height: 45px;
    padding: 0 1rem;
    background-color: #F8F8F8;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 16px;
    font-variation-settings: "wght" 400;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.005em;
    transition: all .3s ease-in-out;
}

.contact .form .txta {
    width: 100%;
    height: 129px;
    padding: 1rem;
    background-color: #F8F8F8;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 16px;
    font-variation-settings: "wght" 400;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.005em;
    resize: none;
    transition: all .3s ease-in-out;
}

.contact .form .ipts:focus-visible,
.contact .form .txta:focus-visible {
    outline: none;
}

.contact .form .ipts::placeholder,
.contact .form .txta::placeholder {
    color: #C9C9DE;
}

.contact .form .tlb {
    color: #A9B0C8;
    font-size: 14px;
    font-variation-settings: "wght" 400;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.004em;
}

.contact .form .send {
    position: relative;
    display: flex;
    align-items: center;
}

.contact .form .send .dbtn {
    width: 100%;
    height: 51px;
    padding: 0 2.5rem 0 1.66rem;
    border: none;
    color: var(--white);
    font-size: 16px;
    font-variation-settings: "wght" 500;
    font-weight: 500;
    line-height: 19px;
}

.contact .form .send svg {
    position: absolute;
    right: 2rem;
}


/* CONTACT SECTIONS ! */


/* PATHS */

.pathbox {
    display: flex;
    align-items: center;
    width: 100%;
    height: 64px;
    padding: 0 36px;
    background: var(--white);
    border: 1px solid #d6d6d680;
    border-radius: 10px;
    margin-bottom: 2.6rem;
}

.pathbox button {
    display: flex;
    align-items: center;
    gap: 9px;
    background-color: transparent !important;
    color: var(--title);
    font-size: 18px;
    font-variation-settings: "wght" 700;
    line-height: 21px;
}

.pathbox button svg {
    min-width: fit-content;
}

.pathbox .path {
    padding: 9.5px 0 9.5px 17px;
    border-left: 1px solid var(--line);
    border-top: none;
    margin: 0 0 0 17px;
}

.pathbox .path>*:not(svg) {
    color: #50597A;
    font-variation-settings: "wght" 300;
}

.pathbox .path>*:not(svg):last-child {
    color: #232D51;
    font-variation-settings: "wght" 550;
}

.path {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-top: 1rem;
    border-top: 1px dashed #ffffff59;
    margin-top: 12px;
}

.path svg {
    min-width: fit-content;
    margin-right: 7px;
}

.path>*:not(svg) {
    font-size: 16px;
    font-variation-settings: "wght" 250;
    font-weight: 300;
    line-height: 19px;
}

.path>*:not(svg):not(:last-child):after {
    content: ' / ';
    display: inline-block;
    margin-left: 5px;
}

.path>*:not(svg):last-child {
    font-variation-settings: "wght" 450;
    font-weight: 500;
}


/* PATHS ! */


/* CARDS */


/* CARDS CAROUSELS */

[class*=cardModel] .owl-stage-outer {
    padding: 0 2rem 2rem;
    margin: 0 -2rem -2rem;
}


/* CARDS CAROUSELS ! */


/* CARDS BOXES */

[class*=cardModel] .box {
    box-shadow: 0px 4px 24px 0px #0000001f;
    background-color: var(--white);
}

.cardModel1 .box {
    max-width: 280px;
    margin-top: 9.8rem;
    padding-bottom: 24px;
    border-radius: 4px;
}

.cardModel2 .box,
.cardModel3 .box,
.cardModel4 .box,
.cardModel5 .box,
.cardModel8 .box {
    max-width: 380px;
}

.cardModel2 .box {
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

.cardModel4 .box {
    position: relative;
    height: 526px;
    background-size: 0 !important;
    background-color: var(--white) !important;
    transition: all .3s ease-in-out;
}

.cardModel4 .box:hover {
    padding: 5.13rem 20px 25px;
    background-size: cover !important;
    background-color: #0000008c !important;
    background-blend-mode: multiply !important;
}

.cardModel4 .box::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 5px;
    width: 55px;
    height: 55px;
    background-color: var(--default-blue);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    transition: all .3s ease-in-out;
}

.cardModel4 .box:hover::before {
    width: calc(100% - 10px);
    height: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.cardModel6 .box {
    display: block;
    max-width: 292px;
    border-radius: 5px;
    overflow: hidden;
    background-color: var(--white);
}

.cardModel7 .box {
    position: relative;
    max-width: 580px;
    margin-bottom: 56px;
}

.cardModel9 .box {
    max-width: 394px;
}

.cardModel10 .box {
    position: relative;
    max-width: 388px;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--white) !important;
    background-size: 49.57% !important;
    background-blend-mode: hard-light !important;
    padding: 26px 32px 19px;
}

.cardModel11 .box {
    max-width: 281px;
    background-color: transparent;
    box-shadow: none;
}

.cardModel12 .box {
    max-width: 576px;
    background-color: transparent;
    box-shadow: none;
}


/* CARDS BOXES ! */


/* CARDS IMAGES */

[class*=cardModel] .box .img {
    width: 100%;
}

.cardModel3 .box .img,
.cardModel4 .box .img,
.cardModel8 .box .img,
.cardModel9 .box .img,
.cardModel12 .box .img {
    position: relative;
}

.cardModel2 .box .img {
    aspect-ratio: 1/.78684;
}

.cardModel3 .box .img {
    aspect-ratio: 1/.78684;
}

.cardModel3 .box .img::before {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 55px;
    height: 55px;
    background-color: var(--default-blue);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.cardModel4 .box .img {
    height: 393px;
    transition: all .3s ease-in-out;
}

.cardModel4 .box:hover .img {
    width: 127px;
    height: 127px;
    margin-bottom: 1rem;
}

.cardModel5 .box .img {
    aspect-ratio: 1/.66052;
}

.cardModel6 .box .img {
    z-index: 1;
    aspect-ratio: 1/.75342;
    clip-path: polygon(0 0, 100% 0, 100% 89%, 50% 100%, 0 89%);
}

.cardModel7 .box .img {
    aspect-ratio: 1/.69310;
}

.cardModel8 .box .img {
    aspect-ratio: 1/.65789;
}

.cardModel8 .box .img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 65px;
    background-color: var(--default-blue);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    transition: all .3s ease-in-out;
}

.cardModel8 .box:hover .img::before {
    width: 100%;
    height: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.cardModel9 .box .img {
    display: flex;
    align-items: center;
    aspect-ratio: 1/.46446;
}

.cardModel9 .box .img::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #00000080;
}

.cardModel11 .box .img {
    aspect-ratio: 1/.65836;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.cardModel12 .box .img {
    aspect-ratio: 1/.65972;
    margin-bottom: 38px;
}

[class*=cardModel] .box .img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cardModel9 .box .img img {
    position: absolute;
}

.cardModel10 .box>img {
    position: absolute;
    bottom: 6.96%;
    right: 8.60%;
    width: fit-content;
    max-width: 21.13%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.cardModel12 .box .img img {
    border: 1px solid var(--gray3);
    border-radius: 19px;
}


/* CARDS IMAGES ! */


/* CARDS ICONS */

.cardModel1 .box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 195px;
    aspect-ratio: 1/1;
    border: 7px solid #0180FF;
    border-radius: 50%;
    outline: 1px dashed var(--gray3);
    outline-offset: 6px;
    transform: translateY(-9.8rem);
    margin: 0 auto -8.73rem;
}

.cardModel6 .box .icon {
    position: absolute;
    z-index: 2;
    top: -67.5px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 79px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--default-blue);
    margin: 0 auto;
}

.cardModel6 .box .icon::before {
    content: '';
    position: absolute;
    width: 110px;
    aspect-ratio: 1/1;
    background: url(../../assets/img/defaulticons/clog.svg) no-repeat center;
    background-size: cover;
    margin-right: 1.5px;
    margin-top: 1px;
}

.cardModel9 .box .img .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--default-blue);
}


/* CARDS ICONS ! */


/* CARDS CONTENTS */

.cardModel2 .box .bottom {
    padding: 1rem 26px 2rem;
}

.cardModel3 .box .bottom {
    padding: 2rem 20px 22px;
}

.cardModel4 .box .bottom {
    padding: 20px 20px 25px;
    transition: all .3s ease-in-out;
}

.cardModel4 .box:hover .bottom {
    padding: 0;
}

.cardModel5 .box .date {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 48px;
    color: var(--base);
    font-size: 16px;
    font-variation-settings: "wght" 400;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.08px;
    padding: 0 16px;
    border-bottom: 1px solid var(--gray3);
}

.cardModel5 .box .bottom {
    padding: 1.33rem 1.06rem 2.13rem;
}

.cardModel6 .box .bottom {
    position: relative;
    padding: 4.8rem 1rem 3.66rem;
    background: url(../../assets/img/defaulticons/clogbg.svg) no-repeat bottom center;
    background-color: var(--white);
}

.cardModel6 .box .bottom::before,
.cardModel6 .box .bottom::after {
    content: '';
    position: absolute;
    top: -28px;
    width: 47.94%;
    aspect-ratio: 1/.86785;
    background-color: var(--gray1);
}

.cardModel6 .box .bottom::before {
    left: 0;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.cardModel6 .box .bottom::after {
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.cardModel7 .box .content {
    position: absolute;
    bottom: -56px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
    height: 56px;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.cardModel7 .box:hover .content {
    height: calc(100% + 56px);
}

.cardModel7 .box .content .infos {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #00000080;
    padding: 0 5.6rem 4.2rem 0;
    transition: all .3s ease-in-out;
}

.cardModel7 .box:hover .content .infos {
    height: 100%;
}

.cardModel7 .box .content .infos>* {
    display: flex;
    align-items: center;
    gap: 33px;
    width: 100%;
    height: 76px;
    color: var(--white);
    font-size: 16px;
    font-variation-settings: "wght" 400;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.08px;
    padding: 0 35px;
    border-bottom: 1px solid var(--gray3);
}

.cardModel8 .box .bottom {
    position: relative;
    padding: 20px 18px 25px 26px;
}

.cardModel8 .box .bottom::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65px;
    height: 65px;
    background-color: var(--default-blue);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    transition: all .3s ease-in-out;
}

.cardModel8 .box:hover .bottom::before {
    width: 100%;
    height: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.cardModel8 .box .bottom .contents {
    display: flex;
    align-items: center;
    gap: 2.86rem;
    margin-bottom: 25px;
}

.cardModel8 .box .bottom .contents>* {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--gray6);
    font-size: 14px;
    font-variation-settings: "wght" 400;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.056px;
}

.cardModel9 .box .bottom {
    padding: 19px 34px 20px 48px;
}


/* CARDS CONTENTS ! */


/* CARDS TITLES */

.cardModel1 .box .title {
    text-align: center;
    font-size: 20px;
    font-variation-settings: "wght" 500;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.03px;
    margin-bottom: 24px;
}

.cardModel2 .box .bottom .title {
    color: var(--base);
    font-size: 24px;
    font-variation-settings: "wght" 400;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 1rem;
}

.cardModel3 .box .bottom .title {
    color: var(--base);
    font-size: 22px;
    font-variation-settings: "wght" 500;
    font-weight: 500;
    letter-spacing: -0.11px;
    margin-bottom: 12px;
}

.cardModel4 .box .bottom .title {
    text-align: center;
    color: var(--base);
    font-size: 24px;
    font-variation-settings: "wght" 400;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--gray3);
    margin-bottom: 22px;
    transition: all .3s ease-in-out;
}

.cardModel4 .box:hover .bottom .title {
    text-align: start;
    color: var(--white);
    margin-bottom: 2rem;
}

.cardModel5 .box .bottom .title {
    color: var(--base);
    font-size: 20px;
    font-variation-settings: "wght" 500;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.03px;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 16px;
}

.cardModel6 .box .bottom .title {
    text-align: center;
    color: var(--default-blue);
    font-size: 20px;
    font-variation-settings: "wght" 500;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.03px;
}

.cardModel8 .box .bottom .title {
    color: var(--base);
    font-size: 20px;
    font-variation-settings: "wght" 500;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.03px;
    margin-bottom: 22px;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cardModel9 .box .title {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--white);
    font-size: 20px;
    font-variation-settings: "wght" 500;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.03px;
    padding: 0 10.91%;
}

.cardModel10 .box .title {
    color: var(--base);
    font-size: 20px;
    font-variation-settings: "wght" 500;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.03px;
    margin-bottom: 1rem;
}

.cardModel11 .box .bottom .title {
    color: var(--base);
    font-size: 20px;
    font-variation-settings: "wght" 500;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.03px;
    margin-bottom: 10px;
}

.cardModel12 .box .title {
    color: var(--base);
    font-size: 20px;
    font-variation-settings: "wght" 500;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.03px;
    margin-bottom: 7px;
}


/* CARDS TITLES ! */


/* CARDS TEXTS */

.cardModel1 .box .text {
    max-width: 244px;
    text-align: center;
    color: #999;
    font-size: 16px;
    font-variation-settings: "wght" 400;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.08px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cardModel2 .box .bottom .text {
    color: var(--base);
    font-size: 16px;
    font-variation-settings: "wght" 400;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.08px;
    margin-bottom: 2.33rem;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cardModel3 .box .bottom .text {
    position: relative;
    color: var(--gray6);
    font-size: 16px;
    font-variation-settings: "wght" 400;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.08px;
    margin-bottom: 44px;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cardModel3 .box .bottom .text::before {
    content: '';
    position: absolute;
    bottom: -22px;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid var(--gray3);
}

.cardModel4 .box .bottom .text {
    height: 0;
    color: var(--white);
    font-size: 16px;
    font-variation-settings: "wght" 400;
    line-height: 19px;
    letter-spacing: 0.08px;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.cardModel4 .box:hover .bottom .text {
    animation: .3s ease-in-out 1 forwards showText;
}

@keyframes showText {
    0% {
        height: 0;
    }
    100% {
        height: fit-content;
        margin-bottom: 6rem;
    }
}

.cardModel5 .box .bottom .text {
    color: var(--gray6);
    font-size: 16px;
    font-variation-settings: "wght" 400;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.08px;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cardModel8 .box .bottom .text {
    color: var(--gray5);
    font-size: 16px;
    font-variation-settings: "wght" 400;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.08px;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 24px;
}

.cardModel9 .box .bottom .text {
    color: var(--gray5);
    font-size: 16px;
    font-variation-settings: "wght" 400;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.08px;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 38px;
}

.cardModel10 .box .text {
    color: var(--gray5);
    font-size: 14px;
    font-variation-settings: "wght" 400;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.056px;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 22px;
}

.cardModel11 .box .bottom .text {
    color: var(--gray5);
    font-size: 16px;
    font-variation-settings: "wght" 400;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.08px;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.cardModel12 .box .text {
    color: var(--gray5);
    font-size: 16px;
    font-variation-settings: "wght" 400;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.08px;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 18px;
}


/* CARDS TEXTS ! */


/* CARDS BUTTONS */

.cardModel2 .box .bottom .vm,
.cardModel3 .box .bottom .cl,
.cardModel4 .box .bottom .vm,
.cardModel5 .box .sm,
.cardModel7 .box .content .lm,
.cardModel8 .box .bottom .cl,
.cardModel9 .box .bottom .sm,
.cardModel10 .box .sm,
.cardModel11 .box .vm,
.cardModel12 .box .vm {
    display: flex;
    align-items: center;
}

.cardModel5 .box .sm,
.cardModel7 .box .content .lm {
    height: 56px;
    border-top: 1px solid var(--gray3);
}

.cardModel7 .box .content .lm {
    min-height: 56px;
    border: none;
}

.cardModel2 .box .bottom .vm,
.cardModel3 .box .bottom .cl,
.cardModel4 .box .bottom .vm,
.cardModel5 .box .sm,
.cardModel7 .box .content .lm,
.cardModel8 .box .bottom .cl,
.cardModel9 .box .bottom .sm,
.cardModel10 .box .sm,
.cardModel11 .box .vm,
.cardModel12 .box .vm {
    font-size: 16px;
    line-height: 19px;
}

.cardModel2 .box .bottom .vm,
.cardModel4 .box .bottom .vm,
.cardModel5 .box .sm,
.cardModel7 .box .content .lm,
.cardModel8 .box .bottom .cl,
.cardModel9 .box .bottom .sm,
.cardModel10 .box .sm,
.cardModel11 .box .vm,
.cardModel12 .box .vm {
    gap: 16px;
}

.cardModel2 .box .bottom .vm,
.cardModel4 .box .bottom .vm,
.cardModel5 .box .sm,
.cardModel7 .box .content .lm,
.cardModel8 .box .bottom .cl,
.cardModel9 .box .bottom .sm,
.cardModel10 .box .sm,
.cardModel11 .box .vm,
.cardModel12 .box .vm {
    justify-content: center;
    color: var(--default-blue);
    font-variation-settings: "wght" 600;
    font-weight: 600;
}

.cardModel8 .box .bottom .cl,
.cardModel9 .box .bottom .sm,
.cardModel10 .box .sm,
.cardModel11 .box .vm,
.cardModel12 .box .vm {
    font-variation-settings: "wght" 500;
    font-weight: 500;
}

.cardModel3 .box .bottom .cl {
    gap: 20px;
}

.cardModel3 .box .bottom .cl {
    justify-content: center;
    color: var(--base);
    font-variation-settings: "wght" 450;
    font-weight: 400;
}

.cardModel3 .box .bottom .cl,
.cardModel5 .box .sm,
.cardModel7 .box .content .lm,
.cardModel8 .box .bottom .cl,
.cardModel9 .box .bottom .sm,
.cardModel10 .box .sm,
.cardModel11 .box .vm,
.cardModel12 .box .vm {
    letter-spacing: 0.2px;
}

[class*=cardModel] .box .bottom a svg {
    min-width: fit-content;
}

.cardModel4 .box .bottom .vm {
    color: var(--base);
    transition: all .3s ease-in-out;
}

.cardModel4 .box:hover .bottom .vm,
.cardModel8 .box .bottom .cl,
.cardModel9 .box .bottom .sm,
.cardModel10 .box .sm,
.cardModel11 .box .vm,
.cardModel12 .box .vm {
    color: var(--white);
}

.cardModel5 .box .sm span {
    color: inherit;
    font-size: 29px;
    font-variation-settings: "wght" 400;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.363px;
}

.cardModel8 .box .bottom .cl,
.cardModel9 .box .bottom .sm,
.cardModel10 .box .sm,
.cardModel11 .box .vm,
.cardModel12 .box .vm {
    width: fit-content;
    height: 44px;
    padding: 0 10px;
    background-color: var(--default-blue);
    border-radius: 5px;
}

.cardModel9 .box .bottom .sm,
.cardModel10 .box .sm,
.cardModel11 .box .vm,
.cardModel12 .box .vm {
    height: 40px;
    padding: 0 25px;
    border-radius: 50px;
}


/* CARDS BUTTONS ! */


/* CARDS EXTRAS */

.cardModel3 .box .img .date,
.cardModel3 .box .img .cat {
    position: absolute;
    bottom: -1rem;
    display: flex;
    align-items: center;
    gap: 13px;
    width: fit-content;
    height: 2rem;
    background-color: var(--default-blue);
    color: var(--white);
    font-size: 14px;
    letter-spacing: -0.07px;
    border-radius: 50px;
    padding: 0 11px;
}

.cardModel3 .box .img .date {
    left: 20px;
}

.cardModel3 .box .img .cat {
    left: 9.8rem;
}

.cardModel12 .box .cat {
    position: absolute;
    bottom: -19px;
    left: 0;
    display: flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    height: 38px;
    color: var(--white);
    font-size: 16px;
    font-variation-settings: "wght" 500;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.2px;
    padding: 0 1rem;
    background-color: var(--gray6);
    border-radius: 50px;
}

.cardModel12 .box .ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 246px;
    padding: 1rem 18px;
    background-color: var(--white);
    border-radius: 15px;
    overflow-y: scroll;
    margin-bottom: 18px;
}

.cardModel12 .box .ul::-webkit-scrollbar {
    width: 5px;
}

.cardModel12 .box .ul::-webkit-scrollbar-track {
    background: #f2F2F2;
}

.cardModel12 .box .ul::-webkit-scrollbar-thumb {
    background: var(--title);
    border-radius: 15px;
}

.cardModel12 .box .ul>* {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 1.66rem 8px 0;
    border-bottom: 1px solid var(--gray5);
}

.cardModel12 .box .ul>* .i {
    position: relative;
    display: flex;
    align-items: start;
    gap: 9px;
    color: var(--gray5);
    font-size: 14px;
    font-variation-settings: "wght" 400;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.056px;
}

.cardModel12 .box .ul>* .i::before {
    content: '';
    display: block;
    min-width: 15px;
    aspect-ratio: 1/1;
    border: 1px solid #75FF55;
    border-radius: 50%;
    margin-top: 1px;
}

.cardModel12 .box .ul>* .i::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 6px;
    width: 4px;
    height: 7px;
    border-bottom: 1px solid #75FF55;
    border-right: 1px solid #75FF55;
    transform: rotateZ(45deg);
}


/* CARDS EXTRAS ! */


/* CARDS ! */


/* MEDIA QUERIES */

@media(max-width:1200px) {
    .cardpostlist .owl-carousel .item,
    .bignumbers .owl-carousel .item,
    .bcards .owl-carousel .item {
        display: flex;
        justify-content: center;
    }
    .simplecards .owl-carousel {
        margin-bottom: 4.4rem;
    }
    .imagetextfullsize {
        padding: 2rem 0 0;
    }
    .imagetextfullsize .row {
        flex-direction: column-reverse;
        gap: 2rem 0;
    }
    .imagetextfullsize .row>*:first-child {
        padding: 0;
    }
    .imagetextfullsize .row>*:first-child img {
        position: initial;
        width: fit-content;
        max-width: 100%;
    }
    .bcards .owl-carousel .item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media(max-width:992px) {
    .cardpostlist {
        padding: 2rem 0 4rem;
    }
    .bcards .df {
        flex-wrap: wrap;
    }
    .contact {
        padding: 2rem 0 0;
    }
    .contact .container>.row {
        gap: 2rem 0;
    }
    .contact .container>.row>*:first-child {
        padding-top: 0;
    }
    .contact .box {
        margin-top: 0;
    }
    .contact .conts {
        flex-direction: column;
        align-items: start;
        gap: 1rem 1rem;
    }
    .contact .conts>*:not(:last-child) {
        width: 100%;
        padding-bottom: 1rem;
        border-bottom: 1px dashed var(--line);
    }
    .contact .form {
        padding: 1rem;
    }
    .pathbox {
        padding: 0 1rem;
    }
    .pathbox .path {
        flex-wrap: wrap;
    }
    .cardModel3 .box .bottom,
    .cardModel2 .box .bottom {
        padding: 1rem;
    }
}

@media(max-width:768px) {
    .cardpostlist .owl-carousel {
        margin: -3.73rem -3.73rem -3.73rem 0;
    }
    .cardpostlist .owl-carousel .owl-stage-outer {
        padding: 3.73rem 0;
        margin: -3.73rem 0;
    }
    .cardpostlist .box .title {
        height: 61px;
    }
    .imagetextfullsize .sectitle {
        font-size: 40px;
        line-height: 44px;
    }
    .bignumbers .owl-carousel {
        margin: 0 0 0 -2rem;
    }
    .bignumbers .owl-carousel .owl-stage-outer {
        margin: 0 -2rem 0 0rem;
    }
    .bcards {
        padding: 2rem 0 3rem;
    }
    .contact .container>.row>*:last-child {
        padding: 0;
    }
    [class*=cardModel] .owl-stage-outer {
        padding: 0 1rem 1rem;
        margin: 0 -1rem -1rem;
    }
    [class*=cardModel] .item {
        display: flex;
        justify-content: center;
    }
}

@media(max-width:575px) {
    .banners,
    .banners .item {
        min-height: unset;
        height: fit-content;
    }
    .banners .item {
        padding: 4rem 0;
    }
    .banners .title {
        font-size: 9vw;
        line-height: 11vw;
    }
}

@media(max-width:375px) {
    .bcards .sectitle {
        font-size: 11vw;
        line-height: 12vw;
    }
}

@media(max-width:325px) {
    .simplecards .sectitle {
        font-size: 13vw;
        line-height: 16vw;
    }
}


/* MEDIA QUERIES ! */