
.backgroundfullscreen {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    display: none;
}

.profileImage {
    width: 80%;
}

.banners {
    overflow-y: visible;
    overflow-x: clip;
}

.nameBanner {
    background-color: #074ea1;
    color: #ffffff;
    padding: 10px 10px 10px 50px;
    transform: rotate(-3.5deg) translate(-25px, -65px);
    left: -20px;
    display: block;
}

.sloganBanner {
    background-color: #e8308a;
    color: #ffffff;
    padding: 10px 10px 10px 50px;
    transform: rotate(-3.5deg) translate(-25px, -62px);
    display: block;
    width: 90%;
}

@media (min-width: 992px) {

    .profileImage {
        width: 50%;
    }

    .backgroundfullscreen {
        display: block;
    }

}


.header-fdpstyle {
    width: 100%;
    height: 100px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    padding: 0 10%;
}

.header-fdpstyle nav {
    width: 70%;
}

.header-fdpstyle ol,
.header-fdpstyle ul {
    padding-left: 0;
    margin-top: 0;
}

.header-fdpstyle.out {
    -webkit-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    transform: translateY(-300px);
}

.header-fdpstyle--active {
    -webkit-box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
    box-shadow: 0px 4px 20px rgba(137, 168, 255, 0.8);
    position: fixed;
    z-index: 20;
}

.header-fdpstyle .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-fdpstyle__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 8px;
}

.header-fdpstyle__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-fdpstyle__logo {
    display: inline-block;
    margin-right: 42px;
}

.header-fdpstyle__logo img {
    display: block;
    height: auto;
    max-height: 100px;
    width: 100px;
}

.header-fdpstyle__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5%;
    max-height: 400px;
    min-height: 100px;
}

.header-fdpstyle__menu li {
    margin: 0 33px;
}

.header-fdpstyle__menu-link {
    font-size: 18px;
    line-height: 22px;
    color: #074ea1;
    font-weight: 600;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.header-fdpstyle__menu-link:hover,
.header-fdpstyle__menu-link:focus {
    color: #6BDCDF;
}

.header-fdpstyle__menu-link--active {
    color: #6BDCDF;
}

.header-fdpstyle__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

.header-fdpstyle__social {
    padding: 0 20px 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-fdpstyle__social svg {
    fill: #CED7FF;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.header-fdpstyle__social:hover svg,
.header-fdpstyle__social:focus svg {
    fill: #70E3E1;
}

.header-fdpstyle__social:not(:last-of-type) {
    position: relative;
}

.header-fdpstyle__social:not(:last-of-type)::after {
    content: '';
    width: 1px;
    height: 90%;
    background: #CED7FF;
    position: absolute;
    right: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-fdpstyle__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
}

.header-fdpstyle__button {
    display: inline-block;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    text-transform: capitalize;
    background-color: #074ea1;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: relative;
}

.header-fdpstyle__button span {
    position: relative;
    z-index: 1;
}

.header-fdpstyle__button::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    opacity: 0;
}

.header-fdpstyle__button:hover,
.header-fdpstyle__button:focus {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 4px 20px rgba(137, 168, 255, 0.8);
    box-shadow: 0 4px 20px rgba(137, 168, 255, 0.8);
}

.header-fdpstyle__burger {
    z-index: 25;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    padding-left: 28px;
    background: transparent;
    display: none;
}

.header-fdpstyle__burger::before,
.header-fdpstyle__burger::after {
    content: '';
    height: 2px;
    background: #9FB0FE;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.header-fdpstyle__burger::before {
    width: 14px;
    left: 6px;
    bottom: 12px;
}

.header-fdpstyle__burger::after {
    width: 20px;
    left: 0;
    bottom: 6px;
}

.header-fdpstyle__burger--active::before {
    width: 20px;
    left: 0;
    -webkit-transform: rotate(45deg) translate(2px, 2px);
    -ms-transform: rotate(45deg) translate(2px, 2px);
    transform: rotate(45deg) translate(2px, 2px);
}

.header-fdpstyle__burger--active::after {
    -webkit-transform: rotate(-45deg) translate(2px, -2px);
    -ms-transform: rotate(-45deg) translate(2px, -2px);
    transform: rotate(-45deg) translate(2px, -2px);
}

.header-fdpstyle .inactive {
    cursor: default;
}

.header-fdpstyle__languages {
    position: relative;
    display: inline-block;
}

.header-fdpstyle__languages .language-btn {
    cursor: pointer;
    padding: 12px 16px;
    border: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.header-fdpstyle__languages .language-btn:hover {
    color: #6BDCDF;
}

.header-fdpstyle__languages .language-dropdown {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 70px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.header-fdpstyle__languages .language-dropdown a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.header-fdpstyle__languages .language-dropdown a:hover {
    color: #6BDCDF;
}

.header-fdpstyle__languages .show {
    display: block;
}

@media (max-width: 1400px) {
    .header-fdpstyle__socials {
        display: none;
    }
}

@media (max-width: 1200px) {
    .header-fdpstyle__inner {
        padding: 0;
    }

    .header-fdpstyle__menu li {
        margin: 0 20px;
    }

    .header-fdpstyle__button {
        margin-right: 0;
    }
}

@media (max-width: 950px) {

    .header-fdpstyle .container {
        height: 100px;
    }

    .header-fdpstyle__inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header-fdpstyle__buttons {
        margin-top: auto;
        margin-bottom: 20px;
    }

    .header-fdpstyle__navigation {
        background: #ffffff;
        border-top: 10px solid #70E3E1;
        position: absolute;
        left: -100%;
        top: 100px;
        width: 100vw;
        height: calc(100vh - 100px);
        z-index: 10;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
        padding: 15px;
        overflow: auto;
    }

    .header-fdpstyle__navigation--active {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

    .header-fdpstyle__navigation nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
    }

    .header-fdpstyle__menu {
        max-width: 320px;
        margin: 0 auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .header-fdpstyle__menu li {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .header-fdpstyle__menu-link {
        font-size: 40px;
        line-height: 44px;
    }

    .header-fdpstyle__socials {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    .header-fdpstyle__button {
        margin-left: 0;
    }

    .header-fdpstyle__burger {
        display: block;
    }

    .header-fdpstyle__logo img {
        width: 66px;
    }

}

@media (max-width: 768px) {
    .header-fdpstyle {
        height: 60px;
    }

    .header-fdpstyle__logo {
        width: 66px;
        height: 33px;
    }

    .header-fdpstyle__logo img {
        width: 66px;
    }
    
    .header-fdpstyle__burger {
        top: 20px;
    }

    .header-fdpstyle__navigation {
        top: 60px;
        height: calc(100vh - 60px);
    }
}