@charset "UTF-8";




.l-header__btns__btn {
    background-color: #67798a;
}
.l-header__btns__btn--sub {
    background-color: transparent;
    min-width: auto;
}
@media screen and (min-width: 769px) {
    .l-header__hamburger {
        background-color: #67798a;
    }
}


.c-cta.-v2 {
    background-color: #fff;
}



.c-cta__title {
    color: #67798a;
}
.c-cta__title--em {
    color: #67798a;
}



.c-button {
    background-color: #67798a;
}



.c-button--secondary {
    color: #67798a;
    background-color: transparent;
    border: 2px solid #707070;
}



.l-footer__contact {
    background-color: #67798a;
}


.c-cta--fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 1px;
    z-index: 10;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    
  }
.c-cta--fixed .c-button {
    width: 100%;
    height: 8vh !important;
    min-height: 60px !important;
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    line-height: 1;
    background-color: #004165;
}

