.nav {
    background-color: transparent;
}

.about {
    padding: 50px 0;
    color: #005271;
}

.about p {
    word-spacing: 3px;
    line-height: 2.1;
}

.about a:hover {
    text-decoration: none;
}

.solutions {
    padding: 60px 0 45px 0;
    background-color: #f2f2f2
}

.solutions .card {
    -webkit-box-shadow: 6px 5px 20px -15px rgba(0,0,0,0.57);
    -moz-box-shadow: 6px 5px 20px -15px rgba(0,0,0,0.57);
    box-shadow: 6px 5px 20px -15px rgba(0,0,0,0.57);
}

.solutions .card-body {
    color: #005271
}

.solutions a:hover {
    text-decoration: none
}

.solutions .card {
    color: #005271;
    border-radius: 0
}

.solutions a.blocks-goto {
    font-weight: 700
}

.solutions .card-img-top {
    border-radius: 0
}

.references-section {
    background-color: #f2f2f2;
    position: relative;
    overflow: hidden;
}

.references .reference {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: row;
    text-decoration: none;
    filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    transition: 0.15s;
}

.references .reference:hover {
    transform: scale(1.02);
}

.references .reference .ref-image {
    position: relative;
    aspect-ratio: 1 / 1;
    width: 16rem;
    flex-shrink: 0;
}

.references .reference .ref-image img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 100%;
    height: 100%;
    inset: 0px;
    max-width: 100%;
    display: block;
    /* vertical-align: middle; */
}

.ref-card-gradient {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -10;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, transparent 60%);
}

.references .reference .ref-body {
    padding: 20px 30px;
    background-color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.references .reference .ref-body .ref-date {
    display: flex;
}

.references .reference .ref-body .ref-text {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #4b5563;
}

.references .reference .ref-footer {
    background-color: #f7f7f7;
    padding: 15px 30px;
}

.references .reference .ref-body .ref-text .ref-categories .ref-category {
    display: inline-block;
    background-color: #edf4fc;
    color: #1d4760;
    padding: 4px 20px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 2px;
}

.references .reference .ref-body .ref-text .ref-title {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 8px;
    color: #111827;
}

.references .reference .ref-body .ref-text p {
    margin: 0;
}

.references .reference .ref-footer .ref-more {
    color: #02465f;
    font-weight: 700;
}

.references .reference:hover > .ref-footer .ref-more i {
    margin-left: 4px;
}

.references .reference .ref-footer .ref-more i {
    font-size: 13px;
    transition: 0.15s;
}

.ref-read-more {
    font-weight: 600;
}

.ref-read-more i {
    margin-left: 2px;
    font-size: 13px;
}

.workshops {
    position: relative;
}

.workshops .workshops-shape {
    position: absolute;
    height: 100%;
    background-image: url(/assets/images/shape-green.svg);
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
    display: flex;
    background-size: 100%;
    bottom: -10vw;
    left: 0;
    width: 100%;
}

.workshop-card-row {
    padding: 15px 0 75px 0;
}

.workshop-card {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-items: end;
    isolation: isolate;
    padding-top: 22rem;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 6px 5px 50px -5px rgba(0,0,0,0.57);
    -moz-box-shadow: 6px 5px 50px -5px rgba(0,0,0,0.57);
    box-shadow: 6px 5px 50px -5px rgba(0,0,0,0.57);
    text-decoration: none !important;
    transition: 0.15s;
}

.workshop-card:hover {
    transform: scale(1.02);
}

.workshop-card img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -10;
    inset: 0px;
    position: absolute;
    max-width: 100%;
    display: block;
}

.workshop-card .workshop-card-gradient {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -10;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, transparent 60%);
}

.workshop-card .workshop-card-text-parent {
    position: absolute;
    bottom: 15px;
    width: 100%;
    padding: 0 20px;
}

.workshop-card .workshop-card-dates {
    margin-bottom: 5px;
}

.workshop-card .workshop-date {
    color: #d1d5db;
}

.workshop-card .workshop-card-dates svg {
    height: 3px;
    width: 3px;
    margin: 0 10px;
    fill: #d1d5db;
}

.workshop-card .workshop-card-title {
    color: #fff;
}

.workshops-more-parent {
    height: 100%;
}

.workshops-more-parent a {
    text-decoration: none !important;
}

.workshops-more-parent a:hover span {
    text-decoration: underline !important;
}

.workshops-more-parent i {
    font-size: 36px;
    color: #fff;
    text-shadow: 2px 2px 20px rgba(0,0,0,0.6);
}

.workshops-more-parent span {
    font-size: 24px;
    color: #fff;
    display: block;
    margin-top: 5px;
    text-shadow: 2px 2px 20px rgba(0,0,0,0.6);
}

@media screen and (max-width: 991px) {
    .workshop-card-row [class*="col-"]:nth-child(3) {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .references {
        padding: 0 20px;
    }

    .references .reference {
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-items: end;
        isolation: isolate;
        padding-top: 24rem;
        border-radius: 10px;
        overflow: hidden;
        -webkit-box-shadow: 6px 5px 50px -5px rgba(0,0,0,0.57);
        -moz-box-shadow: 6px 5px 50px -5px rgba(0,0,0,0.57);
        box-shadow: 6px 5px 50px -5px rgba(0,0,0,0.57);
        text-decoration: none !important;
        transition: 0.15s;
    }

    .references .reference .ref-image {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
        z-index: -10;
        inset: 0px;
        position: absolute;
        max-width: 100%;
        display: block;
    }

    .references .reference .ref-body {
        background-color: transparent;
    }

    .references .reference .ref-body .ref-text {
        padding-bottom: 15px;
    }

    .references .reference .ref-body .ref-text .ref-title {
        color: #fff;
    }
}

.brands-slider-section {
    background-color: #ffffff;
    overflow: hidden;
}

.brands-slider-section h2 {
    font-size: 28px;
    font-weight: 600;
}

.brand-slider {
    cursor: grab;
}

.brand-slider:active {
    cursor: grabbing;
}

.brand-slide {
    padding: 0 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.brand-logo {
    max-height: 80px;
    max-width: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media (max-width: 768px) {
    .brand-slide {
        padding: 0 15px;
    }
    .brand-logo {
        max-height: 55px;
        max-width: 140px;
    }
}

.brands-slider-section .slick-prev,
.brands-slider-section .slick-next {
    width: 30px;
    height: 30px;
    z-index: 1;
}

.brands-slider-section .slick-prev {
    left: -15px;
}

.brands-slider-section .slick-next {
    right: -15px;
}

.brands-slider-section .slick-prev:before,
.brands-slider-section .slick-next:before {
    font-size: 28px;
    color: #02465f;
    opacity: 0.7;
}

.brands-slider-section .slick-prev:hover:before,
.brands-slider-section .slick-next:hover:before {
    opacity: 1;
}

.ergonomiegids-block {
    background-color: #f2f2f2;
}

.ergonomiegids-card {
    background: white;
    border-radius: 0px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: stretch;
    padding: 0 0 0 40px;
    gap: 0;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.ergonomiegids-content {
    flex: 1 1 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0;
    max-width: none;
}

.ergonomiegids-content h2 {
    color: #333;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
}

.ergonomiegids-bullets {
    list-style: none;
    padding: 0 0 0 140px;
    margin: 0 0 25px 0;
    text-align: left;
}

.ergonomiegids-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #555;
}

.ergonomiegids-bullets .checkmark {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-top: 2px;
}

.cta-block__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #ffd433;
    color: #003350;
    border: 1px solid #ffd433;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
    align-self: center;
}

.cta-block__btn:hover {
    background: #e5c02d;
    color: #003350;
    text-decoration: none !important;
}

.cta-block__btn--agenda {
    background: #E7F65E;
    border-color: #E7F65E;
}

.cta-block__btn--agenda:hover {
    background: #d3e655;
    border-color: #d3e655;
    text-decoration: none !important;
}

.cta-block__btn-text {
    color: inherit;
}

.cta-block__btn i {
    transition: transform 0.2s ease;
    margin-left: 0.25rem;
    font-size: 0.80em;
}

.cta-block__btn:hover i {
    transform: translateX(3px);
}

.ergonomiegids-image {
    flex: 0 0 25%;
    margin: 0;
    align-self: stretch;
    display: flex;
    align-items: stretch;
    min-width: 0;
    max-width: 25%;
}

.ergonomiegids-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0px 0px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}


@media (max-width: 768px) {
    .ergonomiegids-card {
        flex-direction: column;
        padding: 0;
        text-align: center;
    }

    .ergonomiegids-content {
        padding: 25px;
        text-align: center;
        max-width: 100%;
        flex: 1 1 auto;
    }

    .ergonomiegids-bullets {
        text-align: left;
        padding: 0 0 0 10px;
    }

    .ergonomiegids-bullets li {
        justify-content: flex-start;
    }

    .ergonomiegids-image {
        order: -1;
        margin: 0;
        width: 100%;
        flex: 0 0 auto;
        max-width: 100%;
    }

    .ergonomiegids-image img {
        width: 100%;
        border-radius: 0 0px 0 0;
        max-height: 200px;
        object-fit: cover;
    }
}
