ul.footer-nav li a.nav-link:hover {
    color: #dda552 !important;
}
.navbar-light .logo-light {
    display: none;
}

.navbar-lang {
    font-size: 0.8rem !important;
    font-weight: 700;
    color: rgb(52, 63, 82) !important;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.background-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.form-center .frc-captcha {
    margin: 30px auto !important;
    text-align: center;
}
.form-center .wpforms-submit-container {
    text-align: center;
}
h1.frontpage span {
    display: block;
}

.social.social-white a i {
    font-size: 1.5rem;
}

.iframe-container {
    width: 100%;
}

.iframe-container iframe {
    width: 100%;
    border: 0;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.display-flex > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.bg-swiper-image {
    height: 340px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.content-text ul {
    padding-left: 0.5rem !important;
}

.arrow-list ul,
.content-text ul {
    padding-left: 0;
    list-style: none;
}

.arrow-list ul li,
.content-text ul li {
    position: relative;
    padding-left: 1rem;
    padding-bottom: 0.5rem;
}

.arrow-list ul li:before,
.content-text ul li:before {
    content: "\e94c";
    font-family: "Unicons";
    display: inline-block;
    margin-left: -1.8em;
    margin-right: 0.5rem;
    background-color: #d4dde9;
    color: #0e4482 !important;
    border-radius: 100%;
    padding: 0.1rem;
    line-height: 1;
}
.check-list ul {
    padding-left: 0;
    list-style: none;
}

.check-list ul li {
    position: relative;
    padding-left: 1rem;
    padding-bottom: 0.25rem;
}

.check-list ul li:before {
    content: "\e9dd";
    font-family: "Unicons";
    display: inline-block;
    margin-left: -1.8em;
    margin-right: 0.5rem;
    background-color: #d4dde9;
    color: #0e4482 !important;
    border-radius: 100%;
    padding: 0.1rem;
    line-height: 1;
}

.check-list-white ul li:before {
    content: "\e9dd";
    font-family: "Unicons";
    display: inline-block;
    margin-left: -1.8em;
    margin-right: 0.5rem;
    background-color: #0e4482;
    color: #ffffff !important;
    border-radius: 100%;
    padding: 0.1rem;
    line-height: 1;
}
.offcanvas.showing,
.offcanvas.show:not(.hiding) {
    width: 100% !important;
}
.navbar-product {
    top: 105px !important;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.95);
}
.accordion-wrapper-right .card-header {
    margin-bottom: 0;
    background: none;
    border: 0;
    padding: 0.9rem 0.5rem 0.85rem;
}

.accordion-wrapper-right .card-header button:before {
    font-family: "Unicons";
    position: absolute;
    right: 1.3rem;
    left: auto;
    content: "\e932";
    font-size: 1.15rem;
    font-weight: normal;
    width: 1rem;
    margin-top: -0.25rem;
    margin-left: -0.3rem;
    display: inline-block;
    color: #0e4482;
}
.container-xl {
    max-width: 1820px;
}

img.grayscale-avatar {
    opacity: 1;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

img.grayscale {
    opacity: 0.75;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

img.grayscale:hover {
    opacity: 1;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

.video-wrapper.bg-overlay.bg-overlay-gradient:after {
    opacity: 0.25;
    background: linear-gradient(120deg, #07213c 50%, #022d5b 100%);
}

.image-wrapper.bg-overlay-primary:before {
    background: rgba(52, 63, 82, 0.8);
}

.solid-duo.text-primary-secondary .fill-primary {
    fill: #0e4482;
}

.solid-duo.text-primary-secondary .fill-secondary {
    fill: #dda552;
}

.solid-duo.text-secondary-white .fill-primary {
    fill: #dda552;
}

.solid-duo.text-secondary-white .fill-secondary {
    fill: #fff;
}

.social.social-muted a:not(.btn-circle):not([class*="link-"]) i {
    color: #0e4482 !important;
}

.text-secondary .lineal-fill {
    fill: #dda552;
}

a.hover-2.link-secondary:before {
    background: #dda552;
}
@media (max-width: 767.98px) {
    p.responsive-br br {
        display: none;
    }
}

@media (max-width: 767.98px) {
    body {
        -webkit-hyphens: auto !important;
    }
    .display-1 br,
    .display-2 br,
    .display-3 br,
    .display-4 br {
        display: none;
    }
}

.flip-card {
    perspective: 1000px;
    height: 280px;
    position: relative;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    border-radius: 0.5rem;
}

.flip-card-back {
    transform: rotateY(180deg);
}

/* Small (≥576px) */
@media (min-width: 200px) {
    .h-sm-10 {
        height: 10px !important;
    }
    .h-sm-20 {
        height: 20px !important;
    }
    .h-sm-30 {
        height: 30px !important;
    }
    .h-sm-40 {
        height: 40px !important;
    }
    .h-sm-50 {
        height: 50px !important;
    }
    .h-sm-60 {
        height: 60px !important;
    }
    .h-sm-70 {
        height: 70px !important;
    }
    .h-sm-80 {
        height: 80px !important;
    }
    .h-sm-90 {
        height: 90px !important;
    }
    .h-sm-100 {
        height: 100px !important;
    }
}

/* Medium (≥768px) */
@media (min-width: 768px) {
    .h-md-10 {
        height: 10px !important;
    }
    .h-md-20 {
        height: 20px !important;
    }
    .h-md-30 {
        height: 30px !important;
    }
    .h-md-40 {
        height: 40px !important;
    }
    .h-md-50 {
        height: 50px !important;
    }
    .h-md-60 {
        height: 60px !important;
    }
    .h-md-70 {
        height: 70px !important;
    }
    .h-md-80 {
        height: 80px !important;
    }
    .h-md-90 {
        height: 90px !important;
    }
    .h-md-100 {
        height: 100px !important;
    }
}

/* Large (≥992px) */
@media (min-width: 992px) {
    .h-lg-10 {
        height: 10px !important;
    }
    .h-lg-20 {
        height: 20px !important;
    }
    .h-lg-30 {
        height: 30px !important;
    }
    .h-lg-40 {
        height: 40px !important;
    }
    .h-lg-50 {
        height: 50px !important;
    }
    .h-lg-60 {
        height: 60px !important;
    }
    .h-lg-70 {
        height: 70px !important;
    }
    .h-lg-80 {
        height: 80px !important;
    }
    .h-lg-90 {
        height: 90px !important;
    }
    .h-lg-100 {
        height: 100px !important;
    }
}

/* XL (≥1200px) */
@media (min-width: 1200px) {
    .h-xl-10 {
        height: 10px !important;
    }
    .h-xl-20 {
        height: 20px !important;
    }
    .h-xl-30 {
        height: 30px !important;
    }
    .h-xl-40 {
        height: 40px !important;
    }
    .h-xl-50 {
        height: 50px !important;
    }
    .h-xl-60 {
        height: 60px !important;
    }
    .h-xl-70 {
        height: 70px !important;
    }
    .h-xl-80 {
        height: 80px !important;
    }
    .h-xl-90 {
        height: 90px !important;
    }
    .h-xl-100 {
        height: 100px !important;
    }
}
