
body {
    font-family: "proxima-nova", sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: "proxima-nova", sans-serif;
    font-weight bold;
}


a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1440px !important;
    }
}

/* Hide elements on mobile devices */
.hide-mobile {
    display: none !important;
}

@media (min-width: 1200px) {
    .hide-mobile {
        display: block !important;
    }
}

/* Hide elements on desktop devices */
.hide-desktop {
    display: block !important;
}

@media (min-width: 1200px) {
    .hide-desktop {
        display: none !important;
    }
}

header {
    padding: 30px 0;
    position: absolute;
    width: 100%;
    top: -80px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 999;
    background-color: #ffffff;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    header {
        margin-bottom: 40px;
    }
}

header.shown {
    top: 0;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

header .container {
    display: block;
    overflow: visible;
    position: relative;
}


.header-menu {
    /*padding: 0 20px;*/
}

.header-menu .accent {
    position: absolute;
    left: 20px;
    height: 100px;
}

.header-menu .accent img {
    height: 105px;
}

.header-menu .logo {
    width: 100%;
    padding-top: 20px;
    text-align: right;
}

.header-menu .logo img {
    width: 150px;
    margin-top: 60px;
    height: auto;
    display: inline-block;
    max-width: 50%;
}

.header-menu .search {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
}

@media (min-width: 1200px) {
    .header-menu .logo {
        text-align: center;
    }

    .header-menu {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 60px;
    }

    .header-menu > div {
        width: 33% !important;
        position: relative;
    }

    .header-menu .logo img {
        margin: 50px auto 0;
        display: block;
        max-width: 50%;
        width: 340px;
    }

    .header-menu .search {
        padding-left: 70px;
        padding-top: 55px;
    }

    .header-menu .accent {
        position: relative;
        left: 0;
    }

    .header-menu .accent img {
        height: 140px;
    }

}


.input-group {
    border-bottom: 2px solid #FFC003;
    /*border-radius: 40px;*/
}

.fa.fa-search {
    color: #FFC003;
    font-size: 21px;
    transform: rotate(95deg);
}

#searchInput, .input-group-text {
    border: none;
}

#searchInput {
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    color: #FFC003;
    outline: none !important;
    box-shadow: none !important;
    padding-left: 0;
}

@media (min-width: 768px) {
    #searchInput {
        font-size: 20px;
    }
}


.main-banner {
    padding-top: 20px;
    margin-bottom: 40px;
}

.areas {
    margin-bottom: 40px;
}

.sections {
    margin-bottom: 100px;
}

.sections .card {
    background: transparent;
}
.sections .card ul {
    padding-left: 20px !important;
}

.sections .sections-container {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}


.swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 20px;
    background: #414141;
}

.swiper-slide a {
    /*display: block;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*object-fit: cover;*/
    display: flex;
    flex-wrap: wrap;
    color: #ffffff;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 80px 0;
    font-size: 12px;
    width: 100%;
}

.swiper-slide a img {
    margin-bottom: 10px;
}

.swiper-slide.selected {
    background: #ffffff;
}

.swiper-slide.selected img {
    filter: contrast(0) brightness(0);
}

.swiper-slide.selected a {
    color: #414141;
}


tr.hidden {
    display: none;
}

.area-card .card-title {
    font-size: 14px;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 0 20px;
}

@media (min-width: 960px) {
    .area-card .card-title {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .area-card .card-title {
        font-size: 18px;
    }
}
@media (min-width: 1366px) {
    .area-card .card-title {
        font-size: 20px;

    }
}

.docs-list td {
    padding: 20px;
}

.docs-list td h2 {
    font-size: 30px;
    line-height: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
}

.docs-list td h2 + p {
    margin-bottom: 40px;
    max-width: 680px;
    font-size: 14px;
    padding-right: 25px;
}

.docs-list td h2 + p {
    font-size: 12px;
}

@media (min-width: 1200px) {
    .docs-list td {
        padding: 80px;
    }

    .docs-list td h2 {
        font-size: 68px;
        line-height: 62px;
    }

    .docs-list td h2 + p {
        font-size: 20px;
        line-height: 26px;
    }
}


.subsection {
    width: 100%;
    padding-right: 50px;
}

.subsection h4 {
    width: 100%;
    font-size: 18px;
}

.subsection a {
    font-size: 14px;
    margin-bottom: 5px;
}


@media (min-width: 728px) {
    .subsection {
        width: 50%;
    }

    .subsection h4 {
        font-size: 14px;
    }

    .subsection a {
        font-size: 14px;
        margin-bottom: 5px;
    }
}

@media (min-width: 960px) {
    .subsection {
        width: 33%;
        margin-right: 0 !important;
        padding-right: 100px !important;
    }

    .subsection h4 {
        font-size: 18px;
    }

    .subsection a {
        font-size: 16px;
        margin-bottom: 5px;
    }
}

@media (min-width: 1200px) {
    .subsection {
        /*width: 25%;*/
        padding-right: 140px !important;
    }

    .subsection h4 {
        font-size: 24px;
    }

    .subsection a {
        font-size: 16px;
        margin-bottom: 5px;
    }
}


.swiper-container {
    padding-left: 15px;
}

@media (min-width: 728px) {

}

@media (min-width: 960px) {

}

@media (min-width: 1200px) {
.swiper-container {
    padding: 0 15px;
}
}

@media (max-width: 767px) {
    .mySwiper.swiper {
        /*margin-left: 0;*/
        /*margin-right: 0;*/
        /*width: 70%;*/
        overflow: visible;
    }
    .support-container .container {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: none;
    }
}

.swiper-slide.hide-desktop {
    max-width: 10px !important;
}



