@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@font-face {
    font-family: 'Born Ready';
    src: url('/media/x5indydk/bornready-regular.woff2') format('woff2'), url('/media/te0fha5v/bornready-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body,
p,
.typo-body-primary {
    font-family: 'Lato', sans-serif;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 25px;
}

.typo-body-secondary {
    font-weight: 400 !important;
    font-size: 16px;
    color: #222;
    line-height: 25px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
.btn {
    font-family: 'Lato', sans-serif;
}

h2.color-primary {
    color: #00D5E2;
}

a {
    color: #5A00C9;
}

a:hover {
    color: #00D5E2;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

h4,
.h4,
.panel-heading [role=button] {
    font-family: 'Lato', sans-serif;
    color: #5A00C9;
    font-size: 22px;
}

.header-container {
    max-width: 1220px !important;
}

.greyBg {
    background-color: #F5F5F5
}

.module-hero[data-type=half-float-card] .inner-container .box-container {
    background-color: transparent;
    padding: 0 !important;
}

.module-hero .container .inner-container .btn-block {
    margin-top: 80px;
}

.btn-default-white {
    color: #fff!important;
    background-color: #00BDCD;
    border-color: #00BDCD;
}

.btn-default-white:hover {
    color: #00BDCD !important;
}

.module-hero .bg-container .bg.bg-filter:before {
    display: none;
}

.module-hero[data-type=half-float-card] .inner-container .box-container .h2 {
    font-family: 'Born Ready', sans-serif;
    font-weight: 400 !important;
}

.resouceBanner .bg-filter {
    background-color: #5A00C9;
}

.resouceBanner.module-hero .hero-slider {
    height: 300px !important;
}

.resouceBanner .slick-slide {
    height: 300px !important;
}

.resouceBanner.module-hero .container .inner-container {
    height: 300px;
}


/*Content*/

.container-width-small {
    max-width: 970px;
}

#aboutUs {
    position: relative;
}

#aboutUs .caption {
    color: #00D5E2;
    font-size: 30px;
    font-weight: 600 !important;
    margin-bottom: 30px;
}

#aboutUs .color-primary {
    color: #5A00C9;
    font-size: 60px;
    margin-bottom: 30px;
}

#aboutUs .typo-body-primary p {
    font-size: 27px;
    line-height: 40px;
}

.arrowDown {
    position: absolute;
    width: 100%;
    bottom: -100px;
    text-align: center;
    left: 0;
}

.symbol.diamond.size-large img {
    width: 150px!important;
    height: auto!important;
}

.arrowDown img {
    width: 20px;
}

.flex.has-dot-line:last-child {
    margin-top: 60px;
}

.hover-md-white-bg:hover {
    background-color: transparent;
    box-shadow: none;
}


/*Accordion*/

.panel-group {
    border-top: none !important;
}

.panel-heading [role=button] .icon-font {
    color: #5A00C9 !important;
}

.panel {
    background-color: #f5f5f5;
}

.panel-heading [role=button]:focus,
.panel-heading [role=button]:focus .icon-font,
.panel-heading [role=button]:hover,
.panel-heading [role=button]:hover .icon-font,
.panel-heading [role=button][aria-expanded=true] .icon-font,
.panel-heading [role=button][aria-expanded=true] {
    color: #00D5E2 !important;
}

.panel-heading {
    border-bottom-color: #00D5E2 !important;
}

.panel-body .panel-content strong:first-child {
    color: #00D5E2;
}


/*Main Footer*/

.main-footer,
.footer-bottom-block {
    background: #001331 !important;
    color: #fff;
}

.main-footer p {
    color: #fff;
}

.foot-menu-row {
    color: #fff;
    padding-bottom: 0;
    padding-top: 30px;
}

.main-footer .foot-menu-row .col-sm-6 {
    width: unset;
}

.foot-bottom {
    border-top: none !important;
    padding-bottom: 40px;
}

.foot-bottom .left-cell>ul>li>ul>li>a,
.foot-bottom .left-cell>ul>li>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s;
    font-size: 16px;
}

.foot-bottom .left-cell>ul>li>ul>li>a:hover,
.foot-bottom .left-cell>ul>li>a:hover {
    text-decoration: underline;
}

.foot-bottom .left-cell>ul>li>ul>li,
.foot-bottom .left-cell>ul>li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: rgba(255, 255, 255, 1);
}

.foot-bottom .left-cell>ul>li>ul>li:first-child,
.foot-bottom .left-cell>ul>li:first-child {
    margin-left: 0;
}

.modult-text-caption .typo-body-primary {
    font-size: 22px;
    line-height: 45px;
}


/*Documents*/

.docIcon {
    position: relative;
    padding: 8px 0 5px 40px;
    margin-left: -10px;
}

.docIcon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
}

.docIcon.muConstitution:before {
    background-image: url(/media/jm4kx5u4/mutual-constitution.svg);
}

.docIcon.muProtection:before {
    background-image: url(/media/bpncvkbi/mutual-protection.svg);
}

.module-cookie-box {
    background: #001331;
}

.module-cookie-box .typo-cookie-title,
.module-cookie-box .text-right-md {
    display: none;
}

.module-cookie-box a {
    color: #fff;
    text-decoration: underline;
}


/*Team*/

.thumbs-member-card {
    box-shadow: none !important;
    background: transparent !important;
}

.thumbs-member-card .text-center {
    display: none;
}

.thumbs-member-card .image-cell {
    margin-bottom: 30px;
}

.thumbs-member-card .image-cell .image {
    background-size: cover;
}

@media (min-width: 1024px) {
    .flex.has-dot-line>.flex-col {
        border-top: none;
        border-left: 1px solid #5A00C9;
    }
    .centerSecondSection .flex.thumbnail-gap {
        justify-content: center;
    }
    .hover-md-white-bg {
        border-radius: 6px;
        padding: 20px 40px;
        transition: all .3s;
    }
    #contactUs .col-md-8,
    #contactUs .col-md-4 {
        width: 50%;
    }
    .module-hero[data-type=half-float-card] .inner-container .box-container .h2 {
        font-size: 65px;
        line-height: 65px;
    }
    .slider .typo-body-primary {
        font-size: 34px;
        line-height: 34px;
    }
    .main-footer .foot-menu-row .col-sm-6:first-child {
        width: calc(100% - 250px);
    }
    .main-footer .foot-menu-row .col-sm-6:last-child {
        width: 250px;
    }
    .module-cookie-box .col-md-9 {
        width: 100%;
    }
}