/*
 Theme Name:   Logico Child
 Description:  Logico Child Theme
 Theme URI:	   https://demo.artureanec.com/themes/logico
 Author:       Artureanec
 Author URI:   https://demo.artureanec.com
 Template:     logico
 Version:      1.0.0
 License: GNU  General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  logico-child
*/

/* =Theme customization starts here
------------------------------------------------------- */
.doc__text ul {
    padding-left: 25px;
    margin-top: -30px;
}
.black_hover:hover a{
	color:#000!important;
}
/* Start Elementor entrance animations only after the page loader is hidden. */
body:has(.page-loader-container:not([style*="display: none"]):not([style*="display:none"])) .elementor-element.animated {
    animation-play-state: paused !important;
    -webkit-animation-play-state: paused !important;
}

.doc__text ul > li::marker {
    letter-spacing: 0;
    content: normal !important;
    color: #000 !important;
    font-size: 16px !important;
    line-height: 30px;
}

.doc__text p {
    margin-bottom: 30px;
    color: #000 !important;
}

.doc__text ul > li {
    line-height: 30px;
}

.page-loader-container {
    background: #114F93 !important;
}

.page-loader {
    width: 1200px !important;
}

.page-loader-inner {
    animation: none !important;
    -webkit-animation: none !important;
}

.page-loader .page-loader-logo {
    width: 1200px;
    max-width: 1200px !important;
    transform: translateY(-305px);
}

.home__slider {
    position: relative;
    overflow: hidden;
}

.home__slider::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    background: linear-gradient(0deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.25) 50%, rgba(30, 30, 30, 0.5) 100%);
    pointer-events: none;
}

.custom-carusel .slider-pagination {
    display: flex;
    gap: 50px;
    vertical-align: top;
    justify-content: flex-end;
    align-items: flex-end;
}

/* Header search overlay */
.site-search.hassele-header-search,
.logico-theme-style-rounded .site-search.hassele-header-search {
    left: 0px;
    right: 0px;
    top: -180px;
    z-index: 1000;
    min-height: 144px;
    border: 0;
    border-radius: 0;
    padding: 36px 0px 48px;
    background: #ffffff;
    box-shadow: none;
    pointer-events: none;
    visibility: hidden;
}

.site-search.hassele-header-search.active,
.logico-theme-style-rounded .site-search.hassele-header-search.active,
.sticky-container-active .site-search.hassele-header-search.active,
.logico-theme-style-rounded .sticky-container-active .site-search.hassele-header-search.active {
    top: var(--wp-admin--admin-bar--height, 0px);
    pointer-events: auto;
    visibility: visible;
}

.site-search.hassele-header-search .search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46px 112px;
    height: 60px;
    border: none;
    padding: 0;
    background: #ffffff;
    width: 1830px;
    margin: 36px auto;
}

.site-search.hassele-header-search .search-form .logico-form-field {
    grid-column: 1;
    grid-row: 1;
    display: grid;
    grid-template-columns: 162px minmax(0, 1fr);
    min-width: 0;
    height: 100%;
}

.site-search.hassele-header-search .search-form .logico-label-wrapper {
    position: static;
    display: flex;
    height: 100%;
    align-items: start;
    justify-content: end;
    border-right: 1px solid #d0d0d0;
    pointer-events: none;
}

.site-search.hassele-header-search .search-form .logico-form-field:has(.logico-label-wrapper):before {
    content: none !important;
}

.site-search.hassele-header-search .search-form .logico-label-placeholder,
.site-search.hassele-header-search .search-form .logico-label-placeholder-text,
.site-search.hassele-header-search .search-form label {
    position: static;
    display: block;
    margin: 0;
    color: #202020;
    font-family: "Public Sans", Arial, sans-serif !important;
    font-size: 20px;
    font-weight: 400;
    transform: none;
}

.site-search.hassele-header-search .search-form .logico-label-placeholder {
    padding: 13.5px 30px 0 0;
}

.site-search.hassele-header-search .search-form label {
    padding: 0 30px;
}

.site-search.hassele-header-search .search-form label {
    display: none;
}

.site-search.hassele-header-search .search-form .search-form-field {
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0 12px;
    background: transparent;
    color: #202020;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 38px;
    box-shadow: none;
}

.site-search.hassele-header-search .search-form .search-form-field:focus {
    outline: none;
}

.site-search.hassele-header-search .search-form .search-form-icon {
    grid-column: 2;
    grid-row: 1;
    position: static;
    display: flex;
    width: auto;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #d0d0d0;
    background: transparent;
    color: #202020;
    font: 400 normal 18px/1 'fontello';
}

.site-search.hassele-header-search .search-form .search-form-icon:hover {
    background: transparent;
    color: #168ff0;
}

.site-search.hassele-header-search .site-search-close {
    position: absolute;
    top: 18px;
    right: 22px;
    display: flex;
    width: 112px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-left: 1px solid #d0d0d0;
    color: #202020;
    font: 400 normal 17px/1 'fontello';
}

.site-search.hassele-header-search .site-search-close:hover {
    color: #168ff0;
}

@media (max-width: 767px) {
    .site-search.hassele-header-search,
    .logico-theme-style-rounded .site-search.hassele-header-search {
        left: 10px;
        right: 10px;
        padding: 14px 12px 18px;
    }

    .site-search.hassele-header-search .search-form {
        grid-template-columns: minmax(0, 1fr) 44px 48px;
    }

    .site-search.hassele-header-search .search-form .logico-form-field {
        grid-template-columns: 86px minmax(0, 1fr);
    }

    .site-search.hassele-header-search .site-search-close {
        top: 14px;
        right: 12px;
        width: 48px;
    }
}

.custom-carusel .owl-dots,
.custom-carusel .slider-dots {
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: flex-end;
    margin: 0;
    margin-top: 24px !important;
}

.custom-carusel .owl-dots .owl-dot {
    border: none;
    width: 40px;
    height: 2px;
}

.custom-carusel .owl-dots .owl-dot.active {
    background: #114F93 !important;
}

.custom-carusel .slider-progress-wrapper {
    font-family: Public Sans !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 100%;
    letter-spacing: 0 !important;
    vertical-align: middle;
    color: #114F93 !important;
}

.custom-carusel .slider-progress-all {
    padding-left: 5px;
}

.slider-pagination .testimonial-carousel-pagination-arrows {
    display: none;
}

.custom-carusel .slider-pagination .testimonial-carousel-pagination-arrows {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 0px;
    margin-right: -57px !important;
}

.custom-carusel .slider-pagination .testimonial-carousel-arrow {
    width: 60px;
    height: 60px;
    padding: 0;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.custom-carusel .slider-pagination .testimonial-carousel-arrow-prev {
    background-image: url("/wp-content/uploads/2026/06/left.svg");
}

.custom-carusel .slider-pagination .testimonial-carousel-arrow-next {
    background-image: url("/wp-content/uploads/2026/06/right.svg");
}

.custom-button .logico-alter-button {
    width: 206px !important;
    min-width: 206px !important;
    max-width: 206px !important;
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    padding: 14px 20px !important;
    text-align: start;
    box-sizing: border-box;
    border-width: 2px !important;
}

.custom-button .logico-alter-button:after {
    width: 50px !important;
    height: 50px !important;
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
}

.custom-button .logico-alter-button:before {
    right: 21px;
}

.custom-button .logico-alter-button:not(:disabled):not(.disabled):hover:before {
    animation: .3s linear 0s 1 normal none running hassele_blog_button_arrows;
}

.custom-carousel .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-carousel img,
.custom-carousel .swiper-slide-image {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    display: block;
}

.hassele-person-carousel {
    --hassele-carousel-cyan: #55c9d3;
    --hassele-carousel-white: #ffffff;
    position: relative;
    width: min(100%, 734px);
    overflow: hidden;
    padding-bottom: 80px;
}


.hassele-person-carousel__viewport {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #f4e7bc;
}

.hassele-person-carousel__track {
    display: flex;
    transition: transform 0.45s ease;
    will-change: transform;
}

.hassele-person-carousel__slide {
    min-width: 100%;
    height: 588px;
}

.hassele-person-carousel__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hassele-person-carousel__controls {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 80px;
    display: flex;
    width: 200px;
    height: 100px;
    background: var(--hassele-carousel-cyan);
}

.hassele-person-carousel__arrow {
    width: 100px;
    height: 100px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--hassele-carousel-white);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.hassele-person-carousel__arrow:hover,
.hassele-person-carousel__arrow:focus {
    background: rgba(255, 255, 255, 0.12);
    color: var(--hassele-carousel-white);
    outline: none;
}

.hassele-person-carousel__meta {
    position: absolute;
    z-index: 2;
    right: 30px;
    bottom: 17px;
    width: 293px;
}

.hassele-person-carousel__counter {
    margin-bottom: 24px;
    color: var(--hassele-carousel-white);
    font-family: "Public Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    vertical-align: middle;
}

.hassele-person-carousel__dots {
    display: flex;
    gap: 10px;
}

.footer__box strong {
    font-weight: 800 !important;
}

.hassele-person-carousel__dot {
    display: block;
    width: 40px;
    height: 2px;
    background: var(--hassele-carousel-white);
    opacity: 0.85;
}

.hassele-person-carousel__dot.is-active {
    background: var(--hassele-carousel-cyan);
    opacity: 1;
}

@media (max-width: 480px) {
    .hassele-person-carousel {
        width: 100%;
    }

    .hassele-person-carousel__controls {
        right: 0;
        bottom: 5px;
        width: 120px;
        height: 60px;
    }

    .hassele-person-carousel__arrow {
        width: 60px;
        height: 60px;
    }

    .hassele-person-carousel__meta {
        right: auto;
        bottom: 0;

        .hassele-person-carousel__controls
    }
}

.hassele-posts-carousel {
    --hassele-posts-blue: #114f93;
    --hassele-posts-cyan: #55c9d5;
    --hassele-posts-white: #ffffff;
    width: 100%;
}

.hassele-posts-carousel__viewport {
    overflow: hidden;
}

.hassele-posts-carousel__track {
    display: flex;
    gap: 8px;
    transition: transform 0.45s ease;
    will-change: transform;
}

.hassele-posts-carousel__card {
    flex: 0 0 calc((100% - 16px) / 3);
    min-width: 0;
    height: 100%;
    margin: 0;
    position: relative;
}

.hassele-posts-carousel__divider {
    position: absolute;
    bottom: 237px;
    left: 50%;
    transform: translateX(-50%);
    width: 398px;
    height: 1px;
    background: #d7dce2;
    z-index: 1;
}

.hassele-posts-carousel__link {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    color: var(--hassele-posts-white);
    text-decoration: none;
}

.hassele-posts-carousel__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.hassele-posts-carousel__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.58) 100%);
    pointer-events: none;
}

.hassele-posts-carousel__content {
    position: absolute;
    max-width: 398px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    bottom: 50px;
    color: var(--hassele-posts-white);
}

.hassele-posts-carousel__title {
    display: block;
    margin-bottom: 20px;
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    font-size: 40px !important;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
}

.hassele-posts-carousel__explore {
    position: relative;
    display: inline-block;
    padding-right: 26px;
    padding-bottom: 0px;
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    vertical-align: middle;
}

.hassele-posts-carousel__explore::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: currentColor;
}

.hassele-posts-carousel__explore::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 12px;
    width: 11px;
    height: 8px;
    background-image: url("/wp-content/uploads/2026/06/Line-8-1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px 8px;
}

.hassele-posts-carousel__link:hover .hassele-posts-carousel__image {
    transform: scale(1.04);
}

.hassele-posts-carousel__footer {
    display: flex;
    gap: 20px;
    padding-top: 50px;
    max-width: 1348px;
    margin: 0 auto;
    align-items: flex-end;
    justify-content: space-between;
}

.hassele-posts-carousel__box {
    display: flex;
    gap: 50px;
    align-items: flex-end;
    justify-content: flex-end;
}

.hassele-timeline-slider {
    --hassele-timeline-accent: #53cbd5;
    --hassele-timeline-blue: #114f93;
    --hassele-timeline-text: #000000;
    --hassele-timeline-muted: #d7dce2;
    width: 100%;
    overflow: hidden;
}

.hassele-timeline-slider__viewport {
    overflow: hidden;
    width: 100%;
}

.hassele-timeline-slider__track {
    display: flex;
    gap: 30px;
    align-items: stretch;
    transition: transform 0.45s ease;
    will-change: transform;
}

.hassele-timeline-slider__item {
    position: relative;
    flex: 0 0 calc((100% - 48px) / 2.5);
    min-width: 0;
    padding-top: 250px;
    color: var(--hassele-timeline-text);
}

.hassele-timeline-slider__image-wrap {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 50%;
    background: #f4e7bc;
    text-decoration: none;
}

.hassele-timeline-slider__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hassele-timeline-slider__image-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #114F9380;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.hassele-timeline-slider__image-wrap:hover .hassele-timeline-slider__image-overlay,
.hassele-timeline-slider__image-wrap:focus .hassele-timeline-slider__image-overlay {
    opacity: 1;
}

.hassele-timeline-slider__year-row {
    display: flex;
    align-items: center;
    gap: 24px;
    min-height: 60px;
    padding-right: 324px;
}

.hassele-timeline-slider__year {
    display: inline-block;
    color: var(--hassele-timeline-accent);
    font-family: "Public Sans", sans-serif;
    font-size: 60px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
}

.hassele-timeline-slider__accent-line {
    display: block;
    flex: 0 0 154px;
    width: 154px;
    height: 3px;
    background: var(--hassele-timeline-accent);
}

.hassele-timeline-slider__divider {
    width: min(100%, 656px);
    height: 1px;
    margin: 34px 0 24px !important;
    border: 0;
    background: #C4C4C4 !important;
    color: #C4C4C4;
}

.hassele-timeline-slider__title {
    margin: 0 0 15px;
    color: var(--hassele-timeline-text);
    font-family: "Public Sans", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: none;
}

.hassele-timeline-slider__description {
    max-width: 551px;
    color: var(--hassele-timeline-text);
    font-family: "Public Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    vertical-align: middle;
}

.hassele-timeline-slider__description p {
    margin: 0 0 30px;
}

.hassele-timeline-slider__description p:last-child {
    margin-bottom: 0;
}

.hassele-timeline-slider__footer {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 50px;
    margin-top: 36px;
    padding-right: 286px;
}

.hassele-timeline-slider__meta {
    min-width: 158px;
}

.hassele-timeline-slider__counter {
    margin-bottom: 25px;
    color: var(--hassele-timeline-blue);
    font-family: "Public Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
}

.hassele-timeline-slider__dots {
    display: flex;
    gap: 10px;
}

.hassele-timeline-slider__dot {
    display: block;
    width: 40px;
    height: 2px;
    padding: 0;
    border: 0;
    background: #d7dce2;
    cursor: pointer;
}

.hassele-timeline-slider__dot.is-active {
    width: 40px;
    height: 2px;
    background: #114f93;
}

.hassele-timeline-slider__controls {
    justify-self: start;
    display: flex;
    gap: 6px;
}

.hassele-timeline-slider__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: transparent;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
}

.hassele-timeline-slider__arrow[data-hassele-timeline-prev] {
    background-image: url("/wp-content/uploads/2026/06/left.svg");
}

.hassele-timeline-slider__arrow[data-hassele-timeline-next] {
    background-image: url("/wp-content/uploads/2026/06/right.svg");
}

.hassele-timeline-slider__arrow:hover,
.hassele-timeline-slider__arrow:focus {
    filter: brightness(0.96);
    color: transparent;
    outline: none;
}

.hassele-timeline-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 80px 150px;
    background: rgba(0, 0, 0, 0.86);
}

.hassele-timeline-lightbox.is-open {
    display: flex;
}

.hassele-timeline-lightbox__image {
    display: block;
    max-width: min(100%, 920px);
    max-height: calc(100vh - 160px);
    margin: auto;
    object-fit: contain;
    background: #ffffff;
}

.hassele-timeline-lightbox__arrow {
    position: absolute;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: transparent;
    cursor: pointer;
    transform: translateY(-50%);
}

.hassele-timeline-lightbox__arrow--prev {
    left: 40px;
    background-image: url("/wp-content/uploads/2026/06/left.svg");
}

.hassele-timeline-lightbox__arrow--next {
    right: 40px;
    background-image: url("/wp-content/uploads/2026/06/right.svg");
}

.hassele-timeline-lightbox__arrow:hover,
.hassele-timeline-lightbox__arrow:focus {
    filter: brightness(0.96);
    background-color: transparent;
    color: transparent;
    outline: none;
}

.hassele-timeline-lightbox__close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #114f93;
    color: #ffffff;
    font-size: 30px;
    line-height: 44px;
    cursor: pointer;
}

.hassele-timeline-lightbox-open {
    overflow: hidden;
}

.hassele-posts-carousel__button-widget {
    justify-self: center;
}

.hassele-posts-carousel__button-container {
    position: relative;
    z-index: 2;
    line-height: 1;
    font-size: 0;
}

.hassele-posts-carousel__view-all.logico-alter-button {
    --logico-button-text-color: var(--hassele-posts-blue);
    --logico-button-border-color: var(--hassele-posts-blue);
    --logico-button-background-color: transparent;
    --logico-button-icon-color: var(--hassele-posts-white);
    --logico-button-text-hover: var(--hassele-posts-white);
    --logico-button-border-hover: var(--hassele-posts-blue);
    --logico-button-background-hover: var(--hassele-posts-blue);
    --logico-button-icon-hover: var(--hassele-posts-white);
    width: 190px;
    min-width: 190px;
    max-width: 190px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    padding: 15px 65px 15px 20px;
    font-family: "Public Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
}

.hassele-posts-carousel__view-all.logico-alter-button:not(:disabled):not(.disabled):hover {
    padding: 15px 55px 15px 30px;
}

.hassele-posts-carousel__view-all.logico-alter-button:before {
    right: 21px;
    font-size: 10px;
}

.hassele-posts-carousel__view-all.logico-alter-button:after {
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    bottom: auto;
    font-size: 10px;
}

.hassele-posts-carousel__meta {
    min-width: 158px;
}

.hassele-posts-carousel__counter {
    margin-bottom: 25px;
    color: var(--hassele-posts-blue);
    font-family: "Public Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
}

.hassele-posts-carousel__dots {
    display: flex;
    gap: 10px;
}

.hassele-posts-carousel__dot {
    display: block;
    width: 40px;
    height: 2px;
    background: #d7dce2;
}

.hassele-posts-carousel__dot[hidden] {
    display: none;
}

.mobile-header-menu-container .wrapper-socials a.hassele-mobile-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mobile-header-menu-container .wrapper-socials a.hassele-mobile-social-icon::before {
    display: none;
}

.mobile-header-menu-container .wrapper-socials a.hassele-mobile-social-icon img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.hassele-posts-carousel__dot.is-active {
    width: 40px;
    height: 2px;
    background: var(--hassele-posts-cyan);
}

.hassele-posts-carousel__controls {
    justify-self: start;
    display: flex;
    gap: 6px;
}

.hassele-posts-carousel__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: transparent;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
}

.hassele-posts-carousel__arrow[data-hassele-posts-prev] {
    background-image: url("/wp-content/uploads/2026/06/left.webp");
}

.hassele-posts-carousel__arrow[data-hassele-posts-next] {
    background-image: url("/wp-content/uploads/2026/06/right.webp");
}

.hassele-posts-carousel__arrow:hover,
.hassele-posts-carousel__arrow:focus {
    filter: brightness(0.96);
    color: transparent;
    outline: none;
}


.custom-form {
    --logico-border-color: #D4D4D4;
    --hassele-form-gap: 26px;
}

.custom-form input::placeholder,
.custom-form textarea::placeholder {
    color: #000000;
    opacity: 1;
}

.custom-form .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
    gap: var(--hassele-form-gap);
    margin: 0 !important;
}

.custom-form .wpforms-field-container .wpforms-field {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}

.custom-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field {
    margin: 0 !important;
}

.custom-form .wpforms-field-container .wpforms-field.wpforms-one-half {
    flex-basis: calc(50% - (var(--hassele-form-gap) / 2));
    width: calc(50% - (var(--hassele-form-gap) / 2));
    max-width: calc(50% - (var(--hassele-form-gap) / 2));
    margin: 0 !important;
}

.logico-front-end .elementor-widget-text-editor ul {
    list-style: disc;
    padding-left: 30px;
}

.logico-front-end .elementor-widget-text-editor ul li {
    list-style: disc;
    padding-left: 0;
}

.logico-front-end .elementor-widget-text-editor ul li:before {
    content: none;
    display: none;
}

.custom-text p:has(strong) {
    margin: 0;
}

.custom-form .logico-form-field .select-wrap select:has(option.placeholder:checked) {
    color: transparent;
}

.custom-form .logico-form-field .select-wrap select:has(option.placeholder:checked) option {
    color: var(--logico-dark-text-color);
}

.custom-form .wpforms-field-select .logico-form-field:hover .logico-label-wrapper > label {
    top: -14px;
    color: var(--logico-dark-text-color);
}

.custom-form .wpforms-field-select .logico-form-field:hover .logico-label-placeholder .logico-label-placeholder-text:before,
.custom-form .wpforms-field-select .logico-form-field:hover .logico-label-placeholder .logico-label-placeholder-text:after,
.custom-form .wpforms-field-select .logico-form-field:hover .select-wrap select {
    border-color: var(--logico-border-hover-color);
}

.custom-form .wpforms-field-select .logico-form-field:hover .logico-label-placeholder .logico-label-placeholder-text:before {
    right: 100%;
}

.custom-form .wpforms-field-select .logico-form-field:hover .logico-label-placeholder .logico-label-placeholder-text:after {
    left: 100%;
}

.wpforms-submit-container:not(:first-child) {
    padding-top: 30px;
}

#wpforms-submit-9328.wpforms-submit {
    min-width: 189px;
    min-height: 64px;
    padding: 18px 42px !important;
    border: 0 !important;
    border-radius: 0;
    background: #114F93 !important;
    color: #fff !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .02em;
    text-align: center;
    text-transform: uppercase;
}

#wpforms-submit-9328.wpforms-submit:hover,
#wpforms-submit-9328.wpforms-submit:focus,
#wpforms-submit-9328.wpforms-submit:active {
    padding: 18px 42px !important;
    border: 0 !important;
    background: #114F93 !important;
    color: #fff !important;
}

#wpforms-submit-9328.wpforms-submit:before,
#wpforms-submit-9328.wpforms-submit:after {
    content: none !important;
    display: none !important;
}

.hassele-osm-map-wrap {
    width: 100%;
}

.hassele-osm-map {
    --hassele-map-grayscale: 100%;
    --hassele-map-contrast: 105%;
    --hassele-map-brightness: 100%;
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 260px;
    overflow: hidden;
    background: #e6ecef;
}

.mobile-menu-socials li {
    margin: 0px !important;
}

.mobile-header-menu-container .header-mobile-socials .mobile-menu-socials {
    display: flex;
    gap: 45px;
    margin: 0 !important;
    padding-bottom: 30px !important;
}

.mobile-header-menu-container #menu-mein-menu-dev-1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mobile-header-menu-container #menu-mein-menu-dev-1 a {
    font-family: Public Sans;
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    max-width: 85px !important;
    color: #000000 !important;
    padding: 2px 0 !important;
}

.mobile-header-menu-container #menu-mein-menu-dev-1 .current_page_item a {
    text-decoration: none;
    color: #000000 !important;
    border-bottom: 3px solid #53CBD5 !important;
}

.elementor-widget-logico_navigation_menu .header-menu-container .main-menu > li > a:before {
    height: 3px !important;
}

.logico-alter-button, a.logico-alter-button {
    border-width: 2px !important;
}

.hassele-osm-map .leaflet-tile-pane {
    filter: grayscale(var(--hassele-map-grayscale)) contrast(var(--hassele-map-contrast)) brightness(var(--hassele-map-brightness));
}

.hassele-osm-map .leaflet-control-zoom a {
    border-color: #d7d7d7;
    background: #fff;
    color: #111;
}

.hassele-osm-map .leaflet-control-zoom a:hover,
.hassele-osm-map .leaflet-control-zoom a:focus {
    background: #111;
    color: #fff;
}

.hassele-osm-map .leaflet-popup-content {
    margin: 14px 18px;
    color: var(--logico-dark-text-color, #111);
    font-size: 14px;
    line-height: 1.45;
}

.hassele-osm-map .leaflet-popup-content strong {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 15px;
}

.hassele-osm-map .leaflet-control-attribution {
    font-size: 11px;
}

@media (max-width: 1366px) {
    .hassele-posts-carousel__card {
        flex-basis: calc((100% - 8px) / 2);
    }

    .hassele-timeline-slider__item {
        padding-top: 184px;
    }

    .hassele-timeline-slider__image-wrap {
        width: 220px;
        height: 220px;
    }

    .hassele-timeline-slider__year-row {
        padding-right: 238px;
    }
}

@media (max-width: 1366px) {
    .hassele-posts-carousel__content {
        padding: 0 30px !important;
        max-width: 100%;
    }

    .hassele-posts-carousel__divider {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .custom-carusel .slider-pagination .testimonial-carousel-pagination-arrows {
        margin-right: 0 !important;
    }

    .custom-form .wpforms-field-container .wpforms-field.wpforms-one-half {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }

    .hassele-posts-carousel__box {
        flex-wrap: wrap;
    }

    .hassele-person-carousel__slide {
        height: auto;
    }

    .hassele-posts-carousel__track {
        gap: 0;
    }

    .hassele-posts-carousel__card {
        flex-basis: 100%;
    }

    .hassele-posts-carousel__content {
        left: 28px;
        right: 28px;
        transform: none;
    }

    .hassele-posts-carousel__footer {
        gap: 18px;
        flex-wrap: wrap;
    }

    .hassele-posts-carousel__button-widget,
    .hassele-posts-carousel__controls {
        justify-self: start;
    }

    .hassele-timeline-slider__track {
        gap: 18px;
    }

    .hassele-timeline-slider__item {
        padding-top: 132px;
        padding-right: 0;
    }

    .hassele-timeline-slider__image-wrap {
        width: 160px;
        height: 160px;
    }

    .hassele-timeline-slider__year-row {
        gap: 16px;
        min-height: 44px;
        padding-right: 176px;
    }

    .hassele-timeline-slider__year {
        font-size: 42px;
    }

    .hassele-timeline-slider__accent-line {
        flex-basis: 90px;
        width: 90px;
    }

    .hassele-timeline-slider__title {
        font-size: 24px;
        line-height: 28px;
    }

    .hassele-timeline-slider__description {
        font-size: 16px;
        line-height: 24px;
    }

    .hassele-timeline-slider__footer {
        justify-content: flex-start;
        gap: 18px;
    }

    .hassele-osm-map {
        min-height: 320px;
    }
}

.hassele-job-apply-button {
    display: inline-flex;
    align-items: center;
}

.hassele-job-apply-button .jobsearch-applyjob-btn,
.hassele-job-apply-button .jobsearch-job-apply-btn-con,
.hassele-job-apply-button .widget_application_apply_btn {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 31px !important;
    padding: 7px 47px 7px 13px !important;
    border: 1px solid #114f93 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    color: #114f93 !important;
    font-family: Public Sans, sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    overflow: hidden !important;
}

.hassele-job-apply-button .jobsearch-applyjob-btn small,
.hassele-job-apply-button .jobsearch-job-apply-btn-con small,
.hassele-job-apply-button .widget_application_apply_btn small {
    display: inline-block !important;
    color: inherit !important;
    font: inherit !important;
    line-height: inherit !important;
}

.hassele-job-apply-button .jobsearch-applyjob-btn:after,
.hassele-job-apply-button .jobsearch-job-apply-btn-con:after,
.hassele-job-apply-button .widget_application_apply_btn:after {
    content: "\2197" !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 31px !important;
    height: 100% !important;
    background: #114f93 !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
}

.hassele-job-apply-button .jobsearch-applyjob-btn:hover,
.hassele-job-apply-button .jobsearch-applyjob-btn:focus,
.hassele-job-apply-button .jobsearch-job-apply-btn-con:hover,
.hassele-job-apply-button .jobsearch-job-apply-btn-con:focus,
.hassele-job-apply-button .widget_application_apply_btn:hover,
.hassele-job-apply-button .widget_application_apply_btn:focus {
    background: #114f93 !important;
    color: #ffffff !important;
}

.hassele-job-apply-button .jobsearch-applyjob-btn:hover:after,
.hassele-job-apply-button .jobsearch-applyjob-btn:focus:after,
.hassele-job-apply-button .jobsearch-job-apply-btn-con:hover:after,
.hassele-job-apply-button .jobsearch-job-apply-btn-con:focus:after,
.hassele-job-apply-button .widget_application_apply_btn:hover:after,
.hassele-job-apply-button .widget_application_apply_btn:focus:after {
    background: #000000 !important;
}

.hassele-job-apply-button .jobsearch-applywith-title,
.hassele-job-apply-button .jobsearch-application-ending,
.hassele-job-apply-button ul {
    display: none !important;
}

.hassele-more-vacancies {
    width: 100%;
    color: #000000;
}

.hassele-more-vacancies__title {
    margin: 0 0 28px;
    color: #000000;
    font-family: Public Sans, sans-serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.hassele-more-vacancies__total {
    margin: 0 0 28px;
    color: #000000;
    font-family: Public Sans, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.hassele-more-vacancies__list {
    border-top: 1px solid #000000;
}

.hassele-more-vacancies__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
    align-items: center;
    padding: 35px 0 !important;
    border-bottom: 1px solid #000000;
}

.hassele-more-vacancies__content {
    max-width: 978px;
}

.footer-scroll-top {
    display: flex !important;
    width: 75px !important;
    height: 75px !important;
    align-items: center;
    justify-content: center;
    background-color: #000000 !important;
    background-image: url("https://erichassellandson.webstylze.com/wp-content/uploads/2026/07/Arrow-6.svg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 28px 28px !important;
    border-radius: 0 !important;
    right: 75px;
}

.footer-scroll-top:before {
    content: none !important;
    display: none !important;
}

.footer-scroll-top.active {
    opacity: 1 !important;
    bottom: 220px !important;
}

.hassele-more-vacancies__job-title {
    margin: 0 0 20px;
    color: #000000;
    font-family: Public Sans, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    text-transform: none;
    letter-spacing: 0;
}

.hassele-more-vacancies__excerpt {
    color: #000000;
    font-family: Public Sans, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    letter-spacing: 0;
}

.hassele-more-vacancies__button-widget {
    justify-self: end;
}

.hassele-more-vacancies__button.logico-alter-button {
    --logico-button-text-color: var(--hassele-posts-blue, #114F93FF);
    --logico-button-border-color: var(--hassele-posts-blue, #114F93FF);
    --logico-button-background-color: transparent;
    --logico-button-icon-color: var(--hassele-posts-white, #ffffff);
    --logico-button-text-hover: var(--hassele-posts-white, #ffffff);
    --logico-button-border-hover: var(--hassele-posts-blue, #114F93FF);
    --logico-button-background-hover: var(--hassele-posts-blue, #114F93FF);
    --logico-button-icon-hover: var(--hassele-posts-white, #ffffff);
    width: 190px;
    min-width: 190px;
    max-width: 190px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    padding: 15px 65px 15px 20px;
    font-family: Public Sans, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.hassele-more-vacancies__button.logico-alter-button:not(:disabled):not(.disabled):hover {
    padding: 15px 55px 15px 30px;
}

.hassele-more-vacancies__button.logico-alter-button:before {
    right: 21px;
    color: var(--hassele-posts-white, #ffffff) !important;
    font-size: 10px;
}

.hassele-more-vacancies__button.logico-alter-button:after {
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    bottom: auto;
    background-color: var(--hassele-posts-blue, #114F93FF) !important;
}


@media (max-width: 767px) {
    .hassele-more-vacancies__title {
        margin-bottom: 22px;
        font-size: 32px;
    }

    .hassele-more-vacancies__item {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 24px 0;
    }

    .hassele-more-vacancies__job-title {
        margin-bottom: 14px;
        font-size: 18px;
    }

    .hassele-more-vacancies__button-widget {
        justify-self: flex-start;
    }
}

.blog-item .post-content {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000000 !important;
}

.blog-item .post-more-button .logico-alter-button {
    --logico-button-text-color: #114F93;
    --logico-button-border-color: #114F93;
    --logico-button-background-color: transparent;
    --logico-button-icon-color: #ffffff;
    --logico-button-text-hover: #ffffff;
    --logico-button-border-hover: #114F93;
    --logico-button-background-hover: #114F93;
    --logico-button-icon-hover: #ffffff;
    display: inline-flex !important;
    width: 174px !important;
    min-width: 174px !important;
    max-width: 174px !important;
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    align-items: center;
    justify-content: center;
    padding: 0 50px 0 0 !important;
    box-sizing: border-box;
    border: 2px solid #114F93 !important;
    color: #114F93 !important;
    font-family: "Public Sans", Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    font-style: normal !important;
    line-height: 100% !important;
    leading-trim: none;
    letter-spacing: 0 !important;
    text-align: center !important;
    vertical-align: middle;
    background-position: -25px 0;
}

.blog-item .post-more-button .logico-alter-button:before {
    right: 21px !important;
    color: #ffffff !important;
    font-size: 10px;
}

.blog-item .post-more-button .logico-alter-button:after {
    width: 50px !important;
    height: 50px !important;
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    background-color: #114F93 !important;
}

.blog-item .post-more-button .logico-alter-button:not(:disabled):not(.disabled):hover {
    padding: 0 50px 0 0 !important;
    border-color: #114F93 !important;
    color: #ffffff !important;
    background-position: calc(100% + 1px) 0;
}

.blog-item .post-more-button .logico-alter-button:not(:disabled):not(.disabled):hover:before {
    animation: .3s linear 0s 1 normal none running hassele_blog_button_arrows;
}

@keyframes hassele_blog_button_arrows {
    0% {
        right: 21px;
        left: initial;
        margin-top: -.35714em;
        opacity: 1;
    }
    49.9% {
        right: 8px;
        margin-top: -1.07142em;
        opacity: 0;
    }
    50% {
        right: 34px;
        margin-top: .35714em;
        opacity: 0;
    }
    100% {
        right: 21px;
        margin-top: -.35714em;
        opacity: 1;
    }
}

/* JobSearch single job page */
.single-job .jobsearch-main-content {
    background: #ffffff;
    color: #000000;
    font-family: Public Sans, sans-serif;
}

.single-job .jobsearch-main-section {
    padding: 0;
}

.single-job .jobsearch-plugin-default-container {
    width: min(100% - 48px, 1348px) !important;
    max-width: 1348px;
    margin-left: auto;
    margin-right: auto;
}

.single-job .jobsearch-job-subheader {
    min-height: 285px;
    margin-bottom: 76px;
    background-position: center !important;
    background-size: cover !important;
}

.single-job .jobsearch-banner-transparent {
    opacity: .48;
}

.single-job .jobsearch-jobdetail-list {
    display: none;
}

.single-job .jobsearch-column-8.jobsearch-typo-wrap {
    width: 100%;
    max-width: 900px;
    float: none;
    margin: 0 auto;
    padding: 0;
}

.single-job .jobsearch-column-4.jobsearch-typo-wrap {
    display: none;
}

.single-job .jobsearch-jobdetail-content {
    color: #000000;
    border: none !important;
    padding: 0 !important;

}

.single-job .jobsearch-content-title h2 {
    margin: 0 0 8px;
    color: #114f93;
    font-family: Public Sans, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
}

.single-job .jobsearch-description {
    color: #000000;
    font-family: Public Sans, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0;
}

.single-job .jobsearch-description h2 {
    margin: 0 0 15px;
    font-family: Public Sans, sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
}

.single-job .jobsearch-description h2 span {
    font-family: Public Sans, sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
}

.single-job .jobsearch-description h3 {
    margin: 0 0 67px;
    font-family: Public Sans, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
}

.single-job .jobsearch-description p {
    margin: 0 0 18px;
}

.single-job .jobsearch-description ul,
.single-job .jobsearch-description ol {
    margin: 10px 0 20px 30px;
    padding: 0;
}

.single-job .jobsearch-description li {
    margin: 0 0 7px;
}

.single-job .jobsearch-description a {
    color: #114f93;
    text-decoration: underline;
}

.single-job .hassele-job-detail-apply {
    width: min(100% - 48px, 1348px);
    max-width: 1348px;
    margin: 48px auto 72px;
    text-align: center;
}

.single-job .hassele-job-detail-apply__button {
    position: relative !important;
    display: inline-block !important;
    width: 234px !important;
    min-width: 234px !important;
    max-width: 234px !important;
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    padding: 14px 60px 12px 10px !important;
    border: 2px solid #114f93 !important;
    border-radius: 0 !important;
    background: linear-gradient(90deg, #ffffff 50%, #114f93 50%) !important;
    background-size: calc(200% + 4px) 100% !important;
    background-position: -25px 0 !important;
    background-repeat: no-repeat !important;
    color: #114f93 !important;
    text-align: center !important;
    font-family: Public Sans, sans-serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
    text-decoration: none !important;
    text-transform: none !important;
    box-shadow: none !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    transition: background-position 0.45s ease-out, border-color 0.3s, color 0.3s, padding 0.3s !important;
}

.single-job .hassele-job-detail-apply__button:before {
    content: "\e80b" !important;
    position: absolute !important;
    top: 50%;
    right: 21px;
    z-index: 2 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px !important;
    height: 10px;
    margin-top: -.35714em;
    background: transparent !important;
    color: #ffffff !important;
    font-family: fontello !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 1;
}

.single-job .hassele-job-detail-apply__button:after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    left: auto !important;
    display: block !important;
    width: 50px !important;
    height: 100% !important;
    background: #114f93 !important;
}

.single-job .hassele-job-detail-apply__button:hover {
    background-position: calc(100% + 1px) 0 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    padding: 14px 55px 12px 30px !important;
}

.single-job .hassele-job-detail-apply__button:hover:before {
    animation: .3s linear 0s 1 normal none running button_arrows !important;
}

.single-job .jobsearch-jobexpire-notifyerr {
    padding: 80px 0;
}

.hassele-job-apply-form__drop .line__or {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 322px;
}

.hassele-job-apply-form__drop .line__or hr {
    width: 100%;
    height: 1px;
    color: #929090;
}

.hassele-job-apply-form__drop .line__or p {
    color: #929090;
    text-align: center;
    font-family: "Public Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 !important;
    max-width: 39px;
}

@media (max-width: 767px) {
    .single-job .jobsearch-plugin-default-container {
        width: min(100% - 32px, 1140px) !important;
    }

    .single-job .jobsearch-job-subheader {
        min-height: 220px;
        margin-bottom: 44px;
    }

    .single-job .jobsearch-content-title h2 {
        font-size: 24px;
    }

    .single-job .jobsearch-description {
        font-size: 14px;
        line-height: 1.6;
    }
}

/* Job single hero global structure */
.single-job .hassele-job-hero.jobsearch-job-subheader {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 500px;
    height: 500px;
    margin: 0 0 170px;
    padding: 0;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
}

.single-job .hassele-job-hero__overlay.jobsearch-banner-transparent {
    position: absolute;
    inset: 0;
    display: block;
    background: rgba(0, 0, 0, 0.25) !important;
    opacity: 1;
    z-index: 1;
}

.single-job .hassele-job-hero__container {
    position: relative;
    z-index: 2;
    width: min(100% - 48px, 1348px);
    max-width: 1348px;
    margin: 0 auto;
}

.single-job .hassele-job-hero__title {
    margin: 0 !important;;
    color: #ffffff !important;
    font-family: "Public Sans", sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: 86px;
    letter-spacing: 0;
    text-transform: none;
    text-align: left;
}

@media (max-width: 1024px) {
    .single-job .hassele-job-hero.jobsearch-job-subheader {
        min-height: 420px;
        height: 420px;
    }

    .single-job .hassele-job-hero__title {
        font-size: 58px;
        line-height: 64px;
    }
}

@media (max-width: 767px) {
    .single-job .hassele-job-hero.jobsearch-job-subheader {
        min-height: 320px;
        height: 320px;
        margin-bottom: 44px;
    }

    .single-job .hassele-job-hero__container {
        width: min(100% - 32px, 1348px);
    }

    .single-job .hassele-job-hero__title {
        font-size: 40px;
        line-height: 46px;
    }
}

/* Job description typography */
.single-job .jobsearch-jobdetail-services,
.single-job .jobsearch-content-title {
    display: none !important;
}

.single-job .jobsearch-description p,
.single-job .jobsearch-description li {
    color: #000000;
    font-family: "Public Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: none;
}

.single-job .jobsearch-description span {
    color: #000000;
    font-family: "Public Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 5px;
}

.single-job .jobsearch-description strong {
    font-weight: 700;
}

.single-job .jobsearch-description strong > p {
    font-weight: 700;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .single-job .jobsearch-description h2 {
        font-size: 38px;
        line-height: 115%;
    }

    .single-job .jobsearch-description h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .single-job .jobsearch-description p,
    .single-job .jobsearch-description li,
    .single-job .jobsearch-description span {
        font-size: 16px;
        line-height: 25px;
    }
}

/* Job detail content width */
.single-job .jobsearch-column-8.jobsearch-typo-wrap {
    width: min(100% - 48px, 1348px) !important;
    max-width: 1348px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.single-job .jobsearch-jobdetail-content {
    width: 100%;
    max-width: 1348px;
}

@media (max-width: 767px) {
    .single-job .jobsearch-column-8.jobsearch-typo-wrap {
        width: min(100% - 32px, 1348px) !important;
    }
}

/* Remove list arrows/bullets in job description */
.single-job .jobsearch-description ul,
.single-job .jobsearch-description ol {
    list-style: disc !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.single-job .jobsearch-description li {
    list-style: disc !important;
    padding-left: 0 !important;
}

.single-job .jobsearch-description li::before,
.single-job .jobsearch-description li::marker {
    content: none !important;
    display: none !important;
}

/* Job description list reset */
.single-job .jobsearch-description ul {
    list-style: disc !important;
    margin-left: 30px !important;
    padding-left: 0 !important;
    list-style-type: disc !important;
    list-style-position: outside !important;
}

.single-job .jobsearch-description ol {
    list-style: disc !important;
    margin-left: 30px !important;
    padding-left: 0 !important;
}

.single-job .jobsearch-description li {
    list-style: disc !important;
    display: list-item !important;
}

.single-job .jobsearch-description li::before {
    content: none !important;
    display: none !important;
}

.single-job .jobsearch-description p:empty,
.single-job .jobsearch-description p:has(> br:only-child) {
    margin: 0 !important;
}

.single-job .jobsearch-description ul > li {
    display: list-item !important;
    list-style-type: disc !important;
    list-style-position: outside !important;
}

.single-job .jobsearch-description ul > li::marker {
    content: normal !important;
    color: #000000 !important;
    font-size: 16px !important;
}

/* Job description inline section headings */
.single-job .jobsearch-description p:has(> strong:only-child) {
    margin-bottom: 0 !important;
}

.hassele-job-apply-open {
    overflow: hidden;
}

.hassele-job-apply-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
}

.hassele-job-apply-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.hassele-job-apply-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .72);
}

.hassele-job-apply-modal__dialog {
    position: relative;
    box-sizing: border-box;
    width: min(100%, 732px);
    max-height: calc(100vh - 48px);
    max-height: calc(100dvh - 48px);
    overflow: auto;
    background: #ffffff;
    padding: 30px 65px 50px;
    transform: translateY(24px) !important;
    transition: transform .25s ease;
}

.hassele-job-apply-modal.is-open .hassele-job-apply-modal__dialog {
    transform: translateY(0) !important;
}

.hassele-job-apply-modal__close {
    position: absolute;
    top: 14px;
    right: 18px;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    color: #114f93;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

.hassele-job-apply-form,
.hassele-job-apply-form * {
    box-sizing: border-box;
}

.hassele-job-apply-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 30px;
}

#hassele-job-apply-title {
    color: #114F93;
    font-family: "Public Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 133.333% */
    text-transform: none !important;
    margin-bottom: 30px !important;
}

.hassele-job-apply-form input[type="text"],
.hassele-job-apply-form input[type="email"],
.hassele-job-apply-form input[type="tel"],
.hassele-job-apply-form select,
.hassele-job-apply-form textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    background: #ffffff;
    color: #000000;
    font-family: "Public Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 0 14px;
    outline: none;
}

.hassele-job-apply-form input[type="text"]::placeholder,
.hassele-job-apply-form input[type="email"]::placeholder,
.hassele-job-apply-form input[type="tel"]::placeholder,
.hassele-job-apply-form select::placeholder,
.hassele-job-apply-form textarea::placeholder {
    color: #000000;
    font-family: "Public Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    outline: none;
}

.hassele-job-apply-form textarea {
    display: block;
    height: 160px;
    padding: 16px;
    resize: vertical;
}

.hassele-job-apply-form select {
    appearance: none;
    padding-right: 44px;
    background-image: url("/wp-content/uploads/2026/06/Polygon-1.svg");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 10px auto;
}

.hassele-job-apply-form__range {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 8px 12px;
    color: #000000;
    font-family: "Public Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.hassele-job-apply-form__range span {
    color: #000;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hassele-job-apply-form__range output {
    font-weight: 700;
    color: #000;
    text-align: right;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.hassele-job-apply-form__range input[type="range"] {
    grid-column: 1 / -1;
    width: 100%;
    height: 22px;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    cursor: pointer;
    --hassele-range-progress: 76.6667%;
    box-shadow: none !important;
}

.shortcode__title {
    margin-top: 110px;
    color: #000;
    font-family: "Public Sans";
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 50% */
    text-transform: none !important;
    margin-bottom: 64px !important;
}

.hassele-job-apply-form__range input[type="range"]::-webkit-slider-runnable-track {
    height: 7px;
    border-radius: 0;
    background: linear-gradient(
            90deg,
            #114f93 0,
            #114f93 var(--hassele-range-progress),
            #eeeeee var(--hassele-range-progress),
            #eeeeee 100%
    );
}

.hassele-job-apply-form__range input[type="range"]::-webkit-slider-thumb {
    width: 29px;
    height: 29px;
    margin-top: -11px;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    background: url("/wp-content/uploads/2026/06/Group-148.svg") center / contain no-repeat;
    box-shadow: none;
}

.hassele-job-apply-form__range input[type="range"]::-moz-range-track {
    height: 7px;
    border-radius: 0;
    background: #eeeeee;
}

.hassele-job-apply-form__range input[type="range"]::-moz-range-progress {
    height: 7px;
    background: #114f93;
}

.hassele-job-apply-form__range input[type="range"]::-moz-range-thumb {
    width: 29px;
    height: 29px;
    border: 0;
    border-radius: 0;
    background: url("/wp-content/uploads/2026/06/Group-148.svg") center / contain no-repeat;
    box-shadow: none;
}

.hassele-job-apply-form__upload {
    margin-top: 22px;
}

.hassele-job-apply-form__label {
    display: block;
    color: #000;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hassele-job-apply-form__drop {
    display: flex;
    min-height: 221px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px dashed #bfbfbf;
    color: #000000;
    text-align: center;
    font-family: "Public Sans", sans-serif;
    cursor: pointer;
    padding: 50px 0 20px;
}

.hassele-job-apply-form__drop.is-dragover {
    border-color: #114f93;
    background: rgba(17, 79, 147, 0.04);
}

.hassele-job-apply-form__drop h4 {
    margin-bottom: 3px !important;
    color: #000;
    text-align: center;
    font-family: "Public Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: none !important;
}

.hassele-job-apply-form__drop strong {
    font-weight: 700;
    color: #000;
}

.hassele-job-apply-form__drop p {
    color: #929090;
    text-align: center;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    margin-bottom: 15px;
}

.hassele-job-apply-form__drop small,
.hassele-job-apply-form__hint,
.hassele-job-apply-form__terms {
    color: #929090;
    text-align: start;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hassele-job-apply-form__drop input,
.hassele-job-apply-form__file-button input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.hassele-job-apply-form__drop label,
.hassele-job-apply-form__file-button label {
    cursor: pointer;
}

.hassele-job-apply-form__drop span,
.hassele-job-apply-form__file-button span,
.hassele-job-apply-form__submit {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 173px;
    height: 50px;
    margin-top: 24px;
    border: 1px solid #114f93;
    background: linear-gradient(to right, #ffffff 0, #ffffff calc(100% - 54px), #114f93 calc(100% - 54px), #114f93 100%);
    color: #114f93;
    font-family: "Public Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    padding: 0 65px 0 18px;
}

.cover_letter_file-label {
    color: #929090;
    text-align: start;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 11px !important;
}

.hassele-job-apply-form__drop span:after,
.hassele-job-apply-form__file-button span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/wp-content/uploads/2026/06/top.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px auto;
}

.hassele-job-apply-form__submit:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #114f93;
}

.hassele-job-apply-form__submit:before {
    content: "\e80b";
    position: absolute;
    top: 50%;
    right: 21px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    margin-top: -.35714em;
    background: transparent;
    color: #ffffff;
    font-family: fontello;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
}

.hassele-job-apply-form__submit:hover:before {
    animation: .3s linear 0s 1 normal none running button_arrows;
}

.hassele-job-apply-form textarea,
.hassele-job-apply-form__file-button {
    margin-top: 54px;
}

.hassele-job-apply-form__file-button {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    cursor: pointer;
}

.hassele-job-apply-form__file-button span {
    margin-top: 0;
}

.hassele-job-apply-form__file-name {
    display: block;
    margin-top: 10px;
    color: #114f93;
    font-family: "Public Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    word-break: break-word;
}

.hassele-job-apply-form__hint {
    margin: 10px 0 24px !important;
}

.hassele-job-apply-form__check {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 272px;
    min-height: 66px;
    border: 1px solid #909090;
    padding: 0 28px;
    color: #000000;
    font-family: "Public Sans", sans-serif;
    font-size: 14px;
}

.hassele-job-apply-form__check input {
    width: 28px;
    height: 28px;
}

.hassele-job-apply-form__recaptcha {
    margin-top: 30px;
}

.hassele-job-apply-form__recaptcha .g-recaptcha {
    max-width: 100%;
    transform-origin: left top;
}

.hassele-job-apply-form__terms {
    margin: 56px 0 0 !important;
}

.hassele-job-apply-form__terms a {
    color: #114f93;
    text-decoration: none;
}

.hassele-job-apply-form__submit {
    min-width: 173px;
    margin-top: 20px;
    cursor: pointer;
    overflow: hidden;
    background: linear-gradient(90deg, #ffffff 50%, #114f93 50%);
    background-size: calc(200% + 4px) 100%;
    background-position: -25px 0;
    background-repeat: no-repeat;
    transition: background-position 0.45s ease-out, border-color 0.3s, color 0.3s, padding 0.3s;
}

.hassele-job-apply-form__submit:hover {
    background-position: calc(100% + 1px) 0;
    color: #ffffff;
    padding: 0 60px 0 28px;
}

.single-job .jobsearch_side_box.jobsearch_apply_job.insta-apply-stickycon {
    display: none !important;
}


@media (max-width: 767px) {
    .hassele-job-apply-modal {
        padding: 14px;
    }

    .hassele-job-apply-modal__dialog {
        max-height: calc(100vh - 28px);
        max-height: calc(100dvh - 28px);
        padding: 34px 20px 36px;
    }

    .hassele-job-apply-form__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}
