:root {
    --intexim-home-service-gap: 16px;
}

.header .logo img {
    height: auto;
    width: 262.5px;
}

.intexim-home-content,
.content-bar .intexim-page {
    color: #5c5c5c;
    font: 16px/1.6 Arimo, Arial, "Liberation Sans", FreeSans, sans-serif;
}

.intexim-home-content {
    padding: 0 0 22px;
}

.slider-wrapper-container + .main-content-container {
    margin-top: var(--intexim-home-service-gap);
}

.slider-wrapper-container .slider-shaddow {
    display: none;
    height: 0;
    margin: 0;
}

.intexim-home-content h1,
.content-bar .intexim-page h2,
.intexim-home-content h2,
.intexim-home-content h3,
.content-bar .intexim-page h3 {
    color: #2f2f2f;
    font-family: Arimo, Arial, "Liberation Sans", FreeSans, sans-serif;
    font-weight: normal;
    line-height: 1.35;
}

.intexim-home-content h1 {
    font-size: 30px;
    margin: 0 0 12px;
}

.intexim-home-content h2,
.content-bar .intexim-page h2 {
    font-size: 23px;
    margin: 34px 0 14px;
}

.intexim-home-content h3,
.content-bar .intexim-page h3 {
    font-size: 21px;
    margin: 0 0 10px;
}

.content-bar .intexim-page h2.intexim-opportunity-invitation {
    font-size: 18px;
}

.slider-wrapper-container .intexim-slider-title {
    font-family: Arimo, Arial, "Liberation Sans", FreeSans, sans-serif;
    font-weight: normal;
}

.slider-wrapper-container .intexim-slider-subtitle {
    color: #717070;
    font-family: "Museo500", Arimo, Arial, "Liberation Sans", FreeSans, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 0 45px;
    text-align: center;
}

.intexim-home-content p,
.content-bar .intexim-page p {
    margin: 0 0 16px;
}

.intexim-hero {
    background: transparent;
    border: 0;
    margin-bottom: 34px;
    padding: 0;
}

.intexim-hero > p:first-of-type {
    font-size: 16px;
    max-width: none;
}

.intexim-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.intexim-button {
    background: #258fc1;
    border-radius: 0;
    color: #fff !important;
    display: inline-block;
    font-weight: 700;
    padding: 10px 18px;
    text-decoration: none;
}

.intexim-button:hover,
.intexim-button:focus {
    background: #1d7098;
}

.intexim-button--secondary {
    background: #fff;
    border: 1px solid #258fc1;
    color: #258fc1 !important;
    padding: 9px 17px;
}

.intexim-card-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 20px 0 34px;
}

.intexim-card {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    box-shadow: none;
    padding: 20px;
}

.intexim-card a {
    color: #258fc1;
}

.intexim-services-overview .intexim-feature-grid {
    margin-top: 0;
}

.intexim-feature-grid .intexim-card {
    border: 0;
    padding: 0;
}

.intexim-feature-grid h2 {
    font-size: 23px;
    margin: 0 0 var(--intexim-home-service-gap);
}

.intexim-home-content #intexim-value-title {
    font-weight: 700;
}

.intexim-card-image {
    display: block;
    margin-bottom: 22px;
}

.intexim-card-image img {
    aspect-ratio: 265 / 131;
    background: url("../../themes/bizway/images/pageitem-shaddow.png") center bottom / 100% 100% no-repeat;
    box-sizing: border-box;
    display: block;
    height: auto;
    object-fit: cover;
    padding: 9px;
    width: 100%;
}

.intexim-process {
    counter-reset: intexim-step;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
    margin: 20px 0 34px;
    padding: 0;
}

.intexim-process li {
    background: #f6f8f9;
    border-top: 3px solid #258fc1;
    padding: 18px;
}

.intexim-process li::before {
    color: #258fc1;
    content: counter(intexim-step);
    counter-increment: intexim-step;
    display: block;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 8px;
}

.intexim-scope {
    background: #fff8e7;
    border-left: 4px solid #c78a14;
    margin: 24px 0;
    padding: 20px 24px;
}

.intexim-facts,
.intexim-checklist {
    margin: 12px 0 26px 22px;
}

.intexim-facts li,
.intexim-checklist li {
    margin-bottom: 8px;
}

.intexim-faq {
    border-top: 1px solid #d9d9d9;
    margin-top: 26px;
}

.intexim-faq details {
    border-bottom: 1px solid #d9d9d9;
    padding: 14px 0;
}

.intexim-faq summary {
    color: #2f2f2f;
    cursor: pointer;
    font-weight: 700;
}

.intexim-faq details p {
    margin: 10px 0 0;
}

.intexim-contact-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-heading-container {
    padding: 12px 0;
}

.page-heading h1 {
    margin: 0;
}

.page-content {
    padding-top: 20px;
}

.intexim-value-grid {
    align-items: stretch;
}

.intexim-value-grid .intexim-card {
    box-sizing: border-box;
}

.intexim-value-grid .intexim-card h3 {
    min-height: 4.05em;
}

@media only screen and (min-width: 960px) {
    .intexim-value-grid .intexim-card h3 {
        min-height: 2.7em;
    }
}

.footer-wrapper .footer > .grid_sub_6:nth-child(3) {
    display: none;
}

.footer-wrapper .footer_widget h3,
.footer-wrapper .footer_widget h4,
.footer-wrapper .footer_widget h6 {
    color: #666;
    font-family: Arimo, Arial, "Liberation Sans", FreeSans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 10px;
}

.footer-wrapper .footer_widget .textwidget,
.footer-wrapper .footer_widget p {
    line-height: 1.6;
    margin: 0;
}

.footer_bottom_content {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.footer_bottom .theme_desc {
    float: none;
}

.footer_bottom_content #cookie-law-info-again.intexim-cookie-settings-control {
    background: transparent !important;
    border: 0 !important;
    bottom: auto !important;
    box-shadow: none !important;
    color: #1155db !important;
    cursor: pointer;
    float: none;
    font-size: 13px;
    left: auto !important;
    line-height: 1.5;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    right: auto !important;
    text-align: left !important;
    text-decoration: underline;
    top: auto !important;
    width: auto !important;
    z-index: auto !important;
}

.footer_bottom_content #cookie-law-info-again.intexim-cookie-settings-control:hover {
    color: #258fc1 !important;
}

.footer_bottom_content #cookie-law-info-again.intexim-cookie-settings-control:focus-visible {
    outline: 3px solid #f2b84b;
    outline-offset: 3px;
}

#cliSettingsPopup,
.cli-settings-overlay {
    display: none !important;
}

.cli-popupbar-overlay {
    pointer-events: none;
}

body.intexim-consent-panel-open {
    overflow: hidden;
}

.intexim-consent-panel[hidden] {
    display: none;
}

.intexim-consent-panel {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 20px;
    position: fixed;
    z-index: 100010;
}

.intexim-consent-panel__backdrop {
    background: rgba(0, 0, 0, 0.54);
    inset: 0;
    position: absolute;
}

.intexim-consent-panel__dialog {
    background: #fff;
    box-shadow: 0 12px 38px rgba(0, 0, 0, 0.28);
    box-sizing: border-box;
    color: #5c5c5c;
    font: 16px/1.55 Arimo, Arial, "Liberation Sans", FreeSans, sans-serif;
    max-height: calc(100vh - 40px);
    max-width: 560px;
    overflow-y: auto;
    padding: 30px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.intexim-consent-panel__dialog h2 {
    color: #2f2f2f;
    font: 23px/1.35 Arimo, Arial, "Liberation Sans", FreeSans, sans-serif;
    margin: 0 42px 12px 0;
}

.intexim-consent-panel__dialog p {
    margin: 0 0 20px;
}

.intexim-consent-panel__dismiss {
    align-items: center;
    background: transparent;
    border: 0;
    color: #2f2f2f;
    cursor: pointer;
    display: flex;
    font: 28px/1 Arial, sans-serif;
    height: 36px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 18px;
    top: 18px;
    width: 36px;
}

.intexim-consent-panel__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.intexim-consent-button {
    background: #fff;
    border: 1px solid #258fc1;
    color: #1d7098;
    cursor: pointer;
    font: 700 14px/1.3 Arimo, Arial, "Liberation Sans", FreeSans, sans-serif;
    padding: 10px 14px;
}

.intexim-consent-button--primary {
    background: #258fc1;
    color: #fff;
}

.intexim-consent-button--plain {
    border-color: transparent;
    color: #5c5c5c;
}

.intexim-consent-panel__dismiss:hover,
.intexim-consent-panel__dismiss:focus,
.intexim-consent-button:hover,
.intexim-consent-button:focus {
    outline: 3px solid #f2b84b;
    outline-offset: 2px;
}

.intexim-consent-panel__error {
    background: #fff3f3;
    border-left: 4px solid #a33131;
    color: #7a2020;
    padding: 10px 12px;
}

@media only screen and (min-width: 768px) {
    .footer-wrapper .footer {
        align-items: start;
        display: grid;
        gap: 32px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .footer-wrapper .footer > .grid_sub_6 {
        display: block;
        float: none;
        margin: 0;
        width: auto;
    }

    .footer-wrapper .footer > .grid_sub_6:nth-child(3) {
        display: none;
    }

    .footer-wrapper .footer > .grid_sub_6:nth-child(2) .footer_widget {
        padding-top: 32px;
    }
}

.flexslider .slides img {
    display: block;
    height: auto;
    width: 100%;
}

.slider-wrapper .flex-pauseplay {
    bottom: 10px;
    position: absolute;
    right: 10px;
    z-index: 7;
}

.slider-wrapper .flex-pauseplay span {
    align-items: center;
    background: rgba(0, 0, 0, 0.65);
    border: 0;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 0;
    height: 32px;
    justify-content: center;
    line-height: 0;
    padding: 0;
    width: 32px;
}

.slider-wrapper .flex-pauseplay span::before {
    content: "";
    display: block;
}

.slider-wrapper .flex-pauseplay span.pause::before {
    border-left: 4px solid currentColor;
    border-right: 4px solid currentColor;
    box-sizing: border-box;
    height: 14px;
    width: 12px;
}

.slider-wrapper .flex-pauseplay span.play::before {
    border-bottom: 7px solid transparent;
    border-left: 11px solid currentColor;
    border-top: 7px solid transparent;
    height: 0;
    margin-left: 2px;
    width: 0;
}

.slider-wrapper .flex-pauseplay span:hover,
.slider-wrapper .flex-pauseplay span:focus {
    background: #0b6d8d;
    color: #fff;
}

.slider-wrapper .flex-control-nav a:focus-visible,
.slider-wrapper .flex-pauseplay span:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 2px;
}
#menu .intexim-language-switch > a {
    align-items: center;
    display: flex;
    gap: 7px;
    font-weight: 700;
    white-space: nowrap;
}

.intexim-language-flag {
    flex: 0 0 auto;
    height: 11px;
    width: 16px;
}

.intexim-home-content a:focus-visible,
.content-bar .intexim-page a:focus-visible,
.intexim-breadcrumbs a:focus-visible {
    outline: 3px solid #f2b84b;
    outline-offset: 3px;
}

@media only screen and (max-width: 767px) {
    .intexim-consent-panel {
        align-items: flex-end;
        padding: 12px;
    }

    .intexim-consent-panel__dialog {
        max-height: calc(100vh - 24px);
        padding: 26px 20px 20px;
    }

    .intexim-consent-panel__actions,
    .intexim-consent-button {
        width: 100%;
    }

    .slider-wrapper-container .intexim-slider-subtitle {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .intexim-hero {
        padding: 0;
    }

    .intexim-card-grid,
    .intexim-process,
    .intexim-contact-grid {
        grid-template-columns: 1fr;
    }

    .intexim-home-content h2,
    .content-bar .intexim-page h2 {
        font-size: 23px;
    }

    .footer_bottom_content {
        align-items: flex-start;
    }

    .intexim-value-grid .intexim-card h3 {
        min-height: 0;
    }
}
