.credipass-container section.header {
    position: relative;
    padding: 0 !important;
    min-height: 550px;
    background-repeat: no-repeat;
    background-image: url("../../gfxLib/headerImage.webp");
    background-size: cover;
    background-position: top;
}

.credipass-container section.header .logo img {
    height: auto;
}

.credipass-container section.header .header-text-box {
    position: absolute;
    top: 160px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 85px;
    padding: 20px;
    background: rgba(54, 88, 152, 1);
    border-radius: 10px;
}

.credipass-container section.header .header-text-box h1 {
    text-transform: uppercase;
    /*display: inline;*/
    text-align: justify;
    color: #DAAD51;
    line-height: 40px;
    /*letter-spacing: 0.1em;*/
    font-weight: 600;
}

.credipass-container section.header .header-text-box h1 .highlight{
    color: #DAAD51;
    line-height: 54px;
    font-size: .8em;
}


.credipass-container section.header .header-text-box ul.fa-ul{
    margin-left: 2.5rem;
}

.credipass-container section.header .header-text-box li{
    color: #fff;
    text-transform: uppercase;
}

.top-form {
    /* OLD */
    /*position: relative;*/
    /*background-color: rgba(255, 255, 255, .85);*/
    /*margin-top: -250px;*/
    /*padding-top: 15px;*/
    /*padding-bottom: 15px;*/
    /*!*border: 3px solid #DAAD51;*!*/
    /*border-top-left-radius: 0px;*/
    /*border-top-right-radius: 0px;*/
    /* NEW */
    position: absolute;
    background-color: rgba(255, 255, 255, .85);
    /*padding-top: 15px;*/
    /*padding-bottom: 15px;*/
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
    bottom: 0px;
}

.what-is-credipass {
    /*border-bottom: 1px solid #D9D9D9;*/
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.6);
    text-align: justify;
}

/* VIDEOS */
.video-box {
    padding: 10px;
}

.video-box .video-box-title {
    margin-bottom: 25px;
}

.video-box .video-box-title h2 {
    font-weight: 600;
    color: #384F90;
}

.video-box .video-list .inspirationVideo {
    padding-right: 20px;
}

.video-box .video-list .inspirationVideo iframe {
    width: 100%;
}

.video-box .video-list .inspirationVideo:last-child {
    padding-right: 0;
}

/* Youtube videos */
.embed-youtube {
    background-color: #000;
    position: relative;
    height: 170px;
    max-height: 170px;
    overflow: hidden;
    cursor: pointer;
}

.embed-youtube img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.7;
}

.embed-youtube .embed-youtube-play {
    width: 68px;
    height: 48px;
    background-color: #333;
    -webkit-box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.embed-youtube .embed-youtube-play:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

.embed-youtube img,
.embed-youtube .embed-youtube-play {
    cursor: pointer;
}

.embed-y outube img,
.embed-youtube iframe,
.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
    position: absolute;
}

.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d( -50%, -50%, 0 );
    transform: translate3d( -50%, -50%, 0 );
}

.embed-youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.embed-youtube .embed-youtube-play:hover {
    background-color: #f00;
}

/* Opinions */
.opinion-box-title {
    text-align: center;
    color: #384F90;
    margin-bottom: 25px;
}

.opinion-box-title h2 {
    font-weight: 600;
    color: #384F90;
}

.opinion-box-value {
    margin-top: 55px;
    margin-bottom: 15px;
    position: relative;
    height: 500px;
    text-align: center;
    border-radius: 15px;
    /*border: 4px solid #365898;*/
    border: 4px solid #D9D9D9;
    -webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.15);
    /*overflow: hidden;*/
}

.splide__pagination__page.is-active {
    background: #DAAD51 !important;
}

.splide__arrow {
    /*display:none !important;*/
    background: #DAAD51 !important;
}

.splide__arrow svg {
    fill: #fff !important;
}

.opinion-people {
    border: solid 4px #365898;
    position: relative;
    width: 100px;
    overflow: hidden;
    top: -4px;
    left: -4px;
    margin-bottom: -4px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.opinion-people-name {
    font-size:16px;
    font-weight: 600;
    color: #365898;
}

.opinion-people-title {
    display: block;
    font-size:12px;
    color: #DAAD51;
}

.bottom-cr-line {
    border-bottom: 1px solid #f1f1f1;
}

.opinion-box-value-bottom {
    height: calc(100% - 100px);
}

.opinion-writer {
    color: #365898;
}

.opinion-people img {
    object-fit: fill;
}

.opinion-people-text {
}

.opinion-box-value-star {
    /*margin-top: 40px;*/
    color: #DAAD51;
    font-size: 20px;
}

.opinion-box-value-star .s1.active ~ span {
    color: #D9D9D9;
}
.opinion-box-value-star .s2.active ~ span {
    color: #D9D9D9;
}
.opinion-box-value-star .s3.active ~ span {
    color: #D9D9D9;
}
.opinion-box-value-star .s4.active ~ span {
    color: #D9D9D9;
}
.opinion-box-value-star .s5.active ~ span {
    color: #D9D9D9;
}

.opinion-box-value-text {
    word-break: break-word;
    font-style: italic;
    quotes: "„" "“" "‚" "‘";
    height: calc(100% - 100px);
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.opinion-box-value-text q{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* GYIK */
.qa-box {
    padding: 10px;
}

.qa-box .qa-box-title {
    text-align: center;
    color: #384F90;
    margin-bottom: 25px;
}

.qa-box .qa-box-title h2 {
    font-weight: 600;
    font-size: 30px;
}

.qa-box .promo-box-title {
    padding: 15px 0;
    color: #384F90;
    font-weight: 700;
    cursor: pointer;
}

.qa-box .qa-box-promo .promo-box {
    border-bottom: 1px solid #384F90;
}

.qa-box .qa-box-promo .promo-box:last-child {
    border-bottom: 0;
}

.qa-box .promo-box-title span {
    float: right;
    margin-right: 15px;
    border: 1px solid #384F90;
    padding: 5px 6px;
    border-radius: 50%;
}

.qa-box .promo-box-title span i {
    font-size: 12px;
}

.qa-box .promo-box-text {
    color: #384F90;
    padding: 10px 0;
    text-align: justify;
}
.qa-box .promo-box-show-more {
    display: none;
    text-align: center;
}


/* Tablet */
/*@media (min-width: 768px) and (max-width: 992px) {*/

/*}*/

/* BUTTON */
.btn-with-logo span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 47px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
}

/* NAVIGATION BOX */
.navigation-box {

}

.navigation-box .navigation-box-header h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 61px;
    color: #365898;
}

.navigation-box .navigation-box-header div {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #DAAD51;
}

.navigation-box .navigation-box-body-item {
    display: block;
    background: #FFFFFF;
    border: 4px solid #D9D9D9;
    -webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    color: rgba(0, 0, 0, 0.6);
    height: 160px;
    text-decoration: none;
}

.navigation-box .navigation-box-body-item .icon-div {
    width: 25%;
    text-align: right;
    padding: 0 10px 0 0;
    margin: auto 0;
}

.navigation-box .navigation-box-body-item .text-div {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
}

.line-height-35 {
    line-height: 2.5rem;
}

@media (max-width: 991px) {
    .calculator {
        padding: 20px;
        /*background: rgba(243, 243, 243, 0.85);*/
        background: rgba(243, 243, 243, 1);
        /*border-radius: 15px;*/
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .calculator-container {
        position: relative;
    }

    .header-slider, .swiper-slide {
        height: auto !important;
    }

    .swiper-slide {
        min-height: unset !important;
        background-image: none !important;
        background-repeat: unset !important;
        background-position: unset !important;
    }

    .calculator .calculator-form-input {
        padding: 0 15px;
    }

    .credipass-container section.header {
        padding: 0 !important;
        margin-top: 0 !important;
        min-height: unset !important;
        background-image: none !important;
        background-repeat: unset !important;
        background-position: unset !important;
    }

    .top-form {
        position: relative;
        margin-top: -50px;
        background-color: transparent;
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 20px;
    }

    .credipass-container section.header .logo {
        text-align: center;
    }

    .credipass-container section.header .logo img {
        width: 100px;
        height: auto;
    }

    .credipass-container section.header .header-text-box {
        margin: 0 -20px;
        padding-top: 0;
        padding-bottom: 50px;
        position: relative;
        top: inherit;
        -ms-transform: inherit;
        transform: inherit;
        -moz-transform: inherit;
        -webkit-transform: inherit;
        left: inherit;
        /*text-align: center;*/
    }

    .credipass-container section.header .header-text-box h1 {
        padding: 10px 20px;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        text-align: left;
        color: #DAAD51;
        letter-spacing: inherit;
    }

    .credipass-container section.header .header-text-box h1 .highlight {
        font-weight: 700;
        font-size: 25px;
        line-height: 30px;
        text-align: center;
        /*letter-spacing: 0.1em;*/
    }

    .video-box .video-box-title {
        text-align: center;
    }

    .video-box .video-box-title h2 {
        font-size: 18px;
    }

    .qa-box .qa-box-title h2 {
        font-size: 18px;
    }

    .result-item-header {
        display: none;
    }

    .result-box .results .result-item .result-item-body {
        height: 100%;
    }

    .navigation-box .navigation-box-body-item .icon-div {
        width: 100% !important;
        text-align: center;
        margin-bottom: 20px;
    }

    .navigation-box .navigation-box-body-item .icon-div svg{
        width: auto;
        height: 30px;
    }

    .navigation-box .navigation-box-body-item .text-div {
        width: 100% !important;
        text-align: center;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        color: rgba(0, 0, 0, 0.6);
    }

    .navigation-box .navigation-box-header h2 {
        font-size: 22px;
        line-height: 27px;
    }

    .navigation-box .navigation-box-header div {
        font-size: 14px;
        line-height: 17px;
        color: #DAAD51;
    }

    .navigation-box .navigation-box-header div svg {
        width: auto;
        height: 29px;
    }

    .btn-with-logo span {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        /*font-size: 13px;*/
        /*line-height: 24px;*/
        font-size: 18px;
        line-height: 32px;
        color: #FFFFFF;
        text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    }

    .btn-with-logo span svg {
        width: auto;
        /*height: 25px;*/
        height: 35px;
    }
}

/* BLOG */

.campaignBox{
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.campaignBox .news-item > a{
    height: 100%;
    text-decoration: none;
}
.campaignBox .news-item{
    width: 100%;
    background: #fff;
    height: 100%;
    min-height: 260px;
    max-height: initial;
    position: relative;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    display: flex;
    flex-direction: column;
    transition: all .3s;
}
.campaignBox .news-item img{
    opacity: 0;
    max-width: 100%;
}
.campaignBox .news-item .bgImageBox{
    transform: scale(1);
    transition: all .3s;
    max-width: 100%;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.campaignBox .news-item:hover .bgImageBox{
    transform: scale(1.05);
    transition: all .3s;
}
.campaignBox .news-item:hover{
    -webkit-box-shadow: 0 0 15px 5px rgb(0 0 0 / 25%);
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 25%);
}
.campaignBox .contentBox{
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.campaignBox .contentBox .title{
    color: #365898 ;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.campaignBox .imgBox{
    max-height: 215px;
    overflow: hidden;
    height: 215px;
    min-height: 215px;
    position: relative;
}
.campaignBox .readMore{
    color: #365898 ;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
}
.campaignBox .imgBox .tags{
    position: absolute;
    top: 10px;
    right: 10px;
}
.campaignBox .imgBox .tags ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.campaignBox .imgBox .tags li{
    background: #deb047 ;
    color: #fff;
    font-size: 11px;
    padding: .6em 1.2em;
    border-radius: 999px;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    margin-left: 8px;
    margin-bottom: 8px;
    transform: scale(1);
    transition: all .2s;
    will-change: transform;
}
.campaignBox .imgBox .tags li a{
    color: #fff;
    transform: scale(1);
    transition: all .2s;
    display: inline-block;
    will-change: transform;
    text-decoration: none;
}
.campaignBox .imgBox .tags li:hover{
    background: #365898;
    transform: scale(1.05);
    transition: all .2s;
    will-change: transform;
}
.campaignBox .imgBox .tags li:hover a{
    transform: scale(0.95);
    transition: all .2s;
    will-change: transform;
}

.header-slider, .swiper-slide {
    width: 100%;
    height: 550px;
}

.header-slider .header-text-box {
    position: relative;
    z-index: 2;
}

.calculator-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
}
.header {
    position: relative;
}
.calculator-tabs .nav-tabs {
    border-bottom: 2px solid #ddd;
}
.calculator-tabs .nav-link {
    color: #555;
    font-weight: 500;
    padding: 10px 20px;
    border: none;
    border-bottom: 3px solid transparent;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
}
.calculator-tabs .nav-link.active {
    color: #0056b3;
    border-bottom: 3px solid #0056b3;
    background-color: #fff;
}
.calculator-tabs .nav-link:hover {
    color: #007bff;
}

.nav-tabs {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.nav-tabs .nav-item {
    flex: 1;
    text-align: center;
}

.nav-tabs .nav-link {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}