body {
    background: #eff2fa;
    font-family: 'Lato', sans-serif;
    font-size: 1.125rem;
    position: relative;
    overflow-x: hidden;
}

.dark-blue {
    color: #003667;
}

body.index-page {
    background: rgba(21, 96, 165, .5);
}

body.career-page {
    background: rgba(21, 96, 165, .5);
}

a {
    color: #7fadd4;
}

a,
button {
    outline: none !important;
}

h2 {
    font-family: 'Lato Medium', sans-serif;
}

p {
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    font-size:22px;
}

.link {
    text-decoration: underline;
    color: #0c5ea7;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.padding-top {
    padding-top: 100px;
}

.padding-bottom {
    padding-bottom: 100px;
}

.header-container.index {
    background: url("/images/index-header.jpg") no-repeat center;
    position: relative;
    padding-bottom: 70px;
    background-size: cover;
}

.header-container.index:after {
    content: "";
    position: absolute;
    background: #fff6;
    clip-path: polygon(0% 97%, 100% 0%, 100% 100%, 0% 100%);
    height: 165px;
    width: 100%;
    bottom: 0;
}

.header-container.about-us {
    background: url("../images/header.jpg") no-repeat center;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    padding-bottom: 50px;
}

.header-container.our-team {
    background: url("../images/our-team-header.jpg") no-repeat center;
    background-repeat: no-repeat;
}

.navbar-brand img {
    height: auto;
    padding-top: 25px;
    padding-bottom: 10px;
}

.language-navigation {
    margin-left: auto;
}

.language-navigation .nav-link {
    font-family: 'Lato', sans-serif;
    padding-top: 0;
}

.main-navigation {
    margin-bottom: 40px;
}

.navbar {
    padding: 0;
}

.navbar .language-navigation li a.active-page {
    color: #003667;
}

.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
}

.customenu .nav-link {
    font-family: 'Lato', sans-serif;
    margin-left: 30px;
}

.navbar-light .navbar-nav .separator {
    font-weight: bold;
    color: #ffffff;
}

body.about-us-page {
    background: #7fadd4;
}

.landing-section {
    padding: 20px 0 50px;
}

.landing-section h1 {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    margin-bottom: 1rem;
    text-align: center;
}

.landing-section .arrow-down {
    display: block;
    margin: auto;
    width: auto;
    margin-top: 40px;
    cursor: pointer;
}

.landing-section .slider .slick-track {
    display: flex;
    align-items: center;
}

#linkedinfeed .swiper-autoheight .swiper-slide {
  
}

/*IE fix*/
@media all and (-ms-high-contrast: none) {
    .index-page .landing-section .arrow-down {
        position: relative;
        z-index: 10;
    }
}
/*Edge fix*/
@supports (-ms-ime-align: auto) {
    .index-page .landing-section .arrow-down {
        position: relative;
        z-index: 10;
    }
}

.landing-section p {
    color: #ffffff;
    text-align: center;
    font-size: 22px; 
    margin: auto;
}

.about-us-page .goals-vision, .who-we-are {
    background: #ffffff;
    position: relative;
}

.about-us-page .goals-vision #ihre-vorteile {
    position: absolute;
    top: -100px;
}

.about-us-page .goals-vision {
    background: url('../images/background-1.jpg') no-repeat;
    background-size: cover;
    clip-path: polygon(0 12%, 100% 0, 100% 80%, 0% 100%);
    padding: 170px 0;
    margin-top: -81px;
}

/* .about-us-page .goals-vision p, .who-we-are p { */
    /* font-weight: 600; */
/* } */

@media (min-width: 992px) {
    .who-we-are p {
        margin-inline: -20px;
    }
}

.goals-vision {
    text-align: center;
}

.goals-vision .col-md-8 {
    margin: 0 auto;
}

.about {
    padding: 50px 0;
    position: relative;
}

.about-health-invest {
    padding-top: 60px;
    padding-right: 48px;
    margin-bottom: 40px;
}

.about-us-page .insurance {
    color: #ffffff;
    position: relative;
    margin-top: -137px;
    padding: 155px 0 1px;
    clip-path: polygon(0 23%, 100% 0, 100% 100%, 0% 100%);
}

.about-us-page .insurance .first, .insurance .second, .insurance .third {
    margin-bottom: 75px;
    justify-content: flex-end;
}

.about-us-page .insurance .insurance-icons .icon-image, .insurance-group .insurance-icons .icon-image {
    border: 2px solid white;
    border-radius: 50%;
    padding: 25px 15px;
    width: 95px;
    margin: 0 auto;
    text-align: center;
}

.about-us-page .insurance .insurance-icons [class*="col-"] img, .insurance-group .insurance-icons [class*="col-"] img {
    width: 75%;
}

.about-us-page .insurance .insurance-icons p, .insurance-group .insurance-icons p {
    text-align: center;
    margin-top: 40px;
    color: #ffffff90;
}

.about-us-page .team {
    background: #eff2fa;
    clip-path: polygon(0 0, 100% 0, 100% 97%, 50% 100%, 0 97%);
}

.team h3 {
    margin-top: 80px;
    text-align: center;
}

.team .text-about {
    font-weight: 600;
    margin-bottom: 55px;
    text-align: center;
}

.about-us-page .team-member {
    position: relative;
    margin-bottom: 20px;
}

.about-us-page .team .team-member img {
    width: 216px;
}

.about-us-page .team .one-member, .our-team-page .team .margin {
    margin-bottom: 55px;
}

.member-img {
    display: block;
    height: auto;
    margin: 0 auto 35px;
    width: 190px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.member-name {
    font-weight: 600;
}

.member-name .img-name {
    width: 126px;
}

.btn-outline-primary {
    font-size: 20px;
    font-weight: bold;
    color: #005ca9;
    text-transform: uppercase;
    border: 2px solid #005ca9;
    padding: 10px 30px;
    margin: 90px 0;
}

.team-members-button .btn-outline-primary:hover {
    color: #fff;
    background-color: #005ca9;
}

.team.first-section {
    padding-bottom: 80px;
    background: linear-gradient(180deg, rgb(239,242,250) 0%, rgba(255,255,255,0) 100%);
}

.team.second-section {
    background: linear-gradient(180deg, rgb(239,242,250) 0%, rgba(255,255,255,0) 20%);
}

.team.second-section hr {
    border-width: 2px;
    margin-top: 75px;
}

.our-team-page {
    background: #fff;
}

.about-us-page .values {
    position: relative;
    background: #005ca9 url(../images/UNIQA-logo.png) no-repeat;
    background-position: 72% 200px;
    padding: 100px 0 140px 0;
    clip-path: polygon(0 3%, 50% 0, 100% 3%, 100% 90%, 0 100%);
    z-index: 1;
}

.about-us-page .values h3, .about-us-page .values p {
    color: #fff;
}

.about-us-page .values .left p:nth-child(2) {
    font-size: 1.4rem;
    color: #7fadd4;
}

.about-us-page .testimonials {
    position: relative;
    /* margin-top: -90px; */
    /* padding-bottom: 80px; */
    background: #eff2fa;
    padding-block: 3rem;
}

/*IE fix*/
@media all and (-ms-high-contrast: none) {
    .about-us-page .testimonials {
        margin-top: -40px;
    }
}
/*Edge fix*/
@supports (-ms-ime-align: auto) {
    .about-us-page .testimonials {
        margin-top: -40px;
    }
}

.about-us-page .testimonials .container {
    position: relative;
    z-index: 2;
}

.about-us-page .testimonials blockquote {
    position: relative;  /*  <--- */
    padding: 1rem 1.2rem 0;
    width: 80%;  /* create space for the quotes */
    color: #003667;
    margin: 1rem auto 0;
    font-size: 21px;
}

.about-us-page .testimonials .overview {
    width: 80%;
    padding: 0 1.2rem;
    margin: 1rem auto 0;
    font-size: 15px;
}

.about-us-page .testimonials blockquote:before,
.about-us-page .testimonials blockquote:after{
    font-family: 'Arial';
    position: absolute;
    /* -- inside the relative position of blockquote -- */
    top: -15px;
    color: #003667;
    font-size: 90px;
}

.about-us-page .testimonials blockquote:before{
    content: "\201C";
    margin-right: -10px;
    right: 100%;
}

.about-us-page .testimonials blockquote:after{
    content: "\201D";
    margin-left: -10px;
    left: 100%;
}

.about-us-page .testimonials .carousel-control-prev {
    left: -150px;
}

.about-us-page .testimonials .carousel-control-next {
    right: -150px;
}

.about-us-page .testimonials .carousel-control-next, .about-us-page .testimonials .carousel-control-prev {
    color: #000;
}

.about-us-page .testimonials .carousel-control-next i, .about-us-page .testimonials .carousel-control-prev i {
    font-size: 70px;
}

.about-us-page .testimonials .carousel-indicators {
    bottom: -45px;
    width: 100%;
    margin: auto;
}

.about-us-page .testimonials .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #005ca980;
}

.about-us-page .testimonials .carousel-indicators .active {
    background-color: #005ca9;
}

.about-us-page .testimonials .item .img-box {
    flex: 1;
    text-align: center;
}

.about-us-page .testimonials .item .img-box img {
    width: 190px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.about-us-page .testimonials .item .testimonial {
    flex: 1;
}

.three-icons {
    display: flex;
    height: 445px;
    align-items: center;
    margin-top: -110px;
    padding-top: 60px;
    background: #fff;
    clip-path: polygon(0% 24%, 100% 0%, 100% 86%, 0% 100%);
}

.three-icons .first p {
    margin-top: 36px;
    
}

.three-icons .second p {
    margin-top: 54px;
}

.three-icons .third p {
    margin-top: 30px;
}

.who-we-are {
    display: flex;
    position: relative;
    height: 700px;
    align-items: center;
    background: #fff url('../images/who-we-are-background.jpg') no-repeat;
    background-position: 100% 55%;
    background-size: cover;
    clip-path: polygon(0% 9%, 100% 0%, 100% 91%, 0% 100%);
    margin-top: -62px;
}

.who-we-are:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
    background: #ffffff61;
    clip-path: polygon(0% 0%, 100% 0%, 100% 45%, 0% 80%);
}

.who-we-are:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 140px;
    background: #ffffff61;
    clip-path: polygon(0% 0%, 100% 55%, 100% 55%, 0% 100%);
}

.who-we-are .title, .who-we-are p {
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.who-we-are .title {
    margin-bottom: 30px;
}

.who-we-are .col-md-6, .who-we-are .col-md-8 {
    margin: 0 auto;
}

.member-quote {
    position: relative;
    background: #fff;
    clip-path: polygon(0% 8%, 100% 0%, 100% 100%, 0% 100%);
    margin-top: -62px;
    height: 770px;
    display: flex;
    align-items: center;
}

.member-quote blockquote {
    color: #003667;
    font-size: 22px;
}

.member-quote blockquote:before,
.member-quote blockquote:after{
    font-family: 'Arial';
    position: absolute;
    /* -- inside the relative position of blockquote -- */
    top: -25px;
    color: #003667;
    font-size: 85px;
    font-weight: 600;
}

.member-quote blockquote:before{
    content: "\201C";
    margin-right: -10px;
    right: 100%;
}

.member-quote blockquote:after{
    content: "\201D";
    margin-left: -10px;
    left: 100%;
}

.member-quote img {
    width: 216px;
    margin-top: -50px;
}

.insurance-group {
    position: relative;
    background: #0c5ea7;
    color: #fff;
    padding-top: 167px;
    padding-bottom: 170px;
    clip-path: polygon(0% 17%, 100% 0%, 100% 80%, 70% 100%, 0% 80%);
    margin-top: -235px;
}

.insurance-group .title {
    color: #fff;
    text-align: center;
    margin-bottom: 70px;
}

.insurance-group .text {
    font-size: 22px;
}

.join-team {
    position: relative;
    background: url('../images/join-team-background.jpg') no-repeat center;
    clip-path: polygon(0% 0%, 70% 21%, 100% 0%, 100% 100%, 0% 100%);
    margin-top: -130px;
}

.join-team .title {
    text-transform: uppercase;
    padding-top: 240px;
    margin-bottom: 25px;
    color: #005ca9;
}

.join-team p {
    font-size: 22px;
    font-weight: lighter;
    width: 83%;
    margin-bottom: 20px;
}

.index-page .apply-now {
    color: #fff;
    background-color: #005ca9;
    padding: 10px 70px;
}

.contact {
    padding: 65px 0;
    background: #e7eef8;
    position: relative;
}

.contact #contact {
    position: absolute;
    top: 1px;
}

.contact .content-wrapper {
    margin-bottom: 32px;
}

.contact .content-wrapper p {
    margin-bottom: 5px;
}

.footer {
    background: #0c5ea7;
    padding: 60px 0 40px 0;
}

.footer p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 17px;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
}

.footer .footer-link {
    font-size: 16px;
}

.gotop {
    position: fixed;
    right: 40px;
    bottom: 36px;
    line-height: 23px;
    font-size: 25px;
    padding: 6px 11px;
    color: #2e355d;
    display: none;
    border-color: #004282;
}

.gotop:hover {
    background: #004282;
}

/* .imprint {
    position: absolute;
    bottom: 0;
    right: 15px;
} */

.header-container.career {
    background: url("../images/career-header.jpg") no-repeat center;
    height: 750px;
    clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
}

.about-career {
    background-color: #fff;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    padding-top: 140px;
    margin-top: -60px;
    padding-bottom: 70px;
}

.career-page .open-positions {
    color: #fff;
    border-color: #fff;
    margin: 40px 0;
}

.career-page .open-positions:hover {
    background-color: #004282;
    border-color: #004282;
}

.career-page .icon-text {
    margin-right: 80px;
    padding: 30px 0;
    background: #005ca9;
}

.career-page .icon-text p {
    color: #fff;
    font-size: 30px;
    font-weight:lighter;
    margin: 10px 75px 0;
}

.career-page .apply-now {
    margin: 20px 0;
    padding: 10px 70px;
}

.career-page .apply-now:hover {
    background-color: #005ca9;
}

.career-positions {
    background: #eff2fa;
    padding-top: 70px;
    padding-bottom: 120px;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 25% 100%, 0 94%);
}

#accordionCareer {
    margin-top: 30px;
}

.card {
    background-color: transparent;
    border: none;
}

.card-header {
    display: flex;
    background-color: transparent;
    border-bottom: none;
    border-top: 2px solid rgba(0,0,0,.125);
}

.date-location p {
    font-size: 17px;
    margin: 0;
}

.card-header .btn {
    width: 100%;
    padding: .375rem 0;
    font-size: 22px;
    color: #005ca9;
    position: relative;
    text-decoration: none;
    text-align: left;
}

.card-header h2 .btn-link.collapsed:after {
    content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20px" height="20px" viewBox="0 0 20 20" version="1.1"><g id="surface1"><path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,36.078431%,66.27451%);fill-opacity:1;" d="M 19.21875 9.21875 L 10.78125 9.21875 L 10.78125 0.78125 C 10.78125 0.351562 10.429688 0 10 0 C 9.570312 0 9.21875 0.351562 9.21875 0.78125 L 9.21875 9.21875 L 0.78125 9.21875 C 0.351562 9.21875 0 9.570312 0 10 C 0 10.429688 0.351562 10.78125 0.78125 10.78125 L 9.21875 10.78125 L 9.21875 19.21875 C 9.21875 19.648438 9.570312 20 10 20 C 10.429688 20 10.78125 19.648438 10.78125 19.21875 L 10.78125 10.78125 L 19.21875 10.78125 C 19.648438 10.78125 20 10.429688 20 10 C 20 9.570312 19.648438 9.21875 19.21875 9.21875 Z M 19.21875 9.21875 "/></g></svg>');
}

.card-header h2 .btn-link:after {
    content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20px" height="20px" viewBox="0 0 20 20" version="1.1"><g id="surface1"><path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,36.078431%,66.27451%);fill-opacity:1;" d="M 2.5 9.164062 C 2.039062 9.164062 1.667969 9.539062 1.667969 10 C 1.667969 10.460938 2.039062 10.835938 2.5 10.835938 L 17.5 10.835938 C 17.960938 10.835938 18.332031 10.460938 18.332031 10 C 18.332031 9.539062 17.960938 9.164062 17.5 9.164062 Z M 2.5 9.164062 "/></g></svg>');
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ffffff;
    font-size: 27px;
    color: #005ca9;
    text-align: center;
    text-shadow: none;
    position: absolute;
    top: 8px;
    right: 0;
    font-weight: 100;
    border: 2px solid #005ca9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordion .apply-now {
    color: #fff;
    background-color: #005ca9;
}

.accordion .apply-now:hover {
    color: #005ca9;
    background-color: #fff;
}

.middle-blue-section {
    background-color: #005ca9;
    height: 250px;
    clip-path: polygon(0% 0%, 25% 50%, 100% 0%, 100% 100%, 0% 100%);
    margin-top: -95px;
}

body.keyfigures {
    background-color: #82a9cf;
}

.keyfigures .header-container {
    position: relative;
    background: url("../images/keyfigures-header.jpg") no-repeat center;
    padding-bottom: 50px;
    /*clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    margin-bottom: 25px;*/
}

.keyfigures .header-container:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0;
    clip-path: polygon(0% 74%, 100% 0%, 100% 58%, 0% 100%);
    background: #005ca9;
}

.keyfigures .landing-section h2 {
    color: #fff;
    margin-top: 50px;
    margin-bottom: 25px;
}

.keyfigures .landing-section p {
    font-size: inherit;
    text-align: left;
    margin: initial;
    width: initial;
}

.keyfigures .landing-section .full-report {
    color: #fff;
    border-color: #fff;
    font-weight: normal;
    margin: 40px 0;
}

.keyfigures .a-rating-col {
    text-align: right;
}

.keyfigures .a-rating {
    margin-top: -25px;
}

.our-figures-container {
    position: relative;
    background: #fff;
    padding-top: 140px;
    padding-bottom: 130px;
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
    margin-top: -60px;
}

.keyfigures .annual-report {
    margin: 20px 0;
}

.our-figures-container .our-figures-text {
    align-self: center;
}

#ceding-company > div > div:first-child, #line-of-business > div > div:first-child, #contract-type > div > div:first-child {
    height: 530px!important;
    background: #fff;
    box-shadow: 0 0 5px #80808099;
}

#ceding-company > div > div:first-child {
    margin-left: auto;
    margin-right: auto;
}

#line-of-business > div > div:first-child {
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
}

#contract-type > div > div:first-child {
    margin-right: auto;
    margin-left: auto;
    margin-right: auto;
}

.portfolio {
    position: relative;
    background: #eff2fa;
    padding-top: 70px;
    height: 500px;
    margin-bottom: 330px;
}

.portfolio:after {
    content: "";
    position: absolute;
    bottom: -125px;
    width: 100%;
    height: 125px;
    background: #eff2fa;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 73% 100%, 0% 0%);
    z-index: -1;
}

.charts {
    padding-top: 30px;
}

svg text {
    font-weight: bold;
}

#ceding-company {
    position: relative;
}

ul.ceding-company-list, ul.line-of-business-list, ul.contrat-type-list {
    list-style: none;
    margin-top: -193px;
    position: relative;
    z-index: 2;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
}

.ceding-company-list li, .line-of-business-list li, .contrat-type-list li {
    font-weight: 600;
}

.ceding-company-list li:nth-child(1) span, .line-of-business-list li:nth-child(1) span, .contrat-type-list li:nth-child(1) span {
    height: 13px;
    width: 13px;
    background: #015da4;
    display: inline-block;
}

.ceding-company-list li:nth-child(2) span, .line-of-business-list li:nth-child(2) span, .contrat-type-list li:nth-child(2) span {
    height: 13px;
    width: 13px;
    background: #bae1ff;
    display: inline-block;
}

.ceding-company-list li:nth-child(3) span, .line-of-business-list li:nth-child(3) span, .contrat-type-list li:nth-child(3) span {
    height: 13px;
    width: 13px;
    background: #7f7f7f;
    display: inline-block;
}

.ceding-company-list li:nth-child(4) span, .line-of-business-list li:nth-child(4) span {
    height: 13px;
    width: 13px;
    background: #a6a6a6;
    display: inline-block;
}

.ceding-company-list li:nth-child(5) span, .line-of-business-list li:nth-child(5) span {
    height: 13px;
    width: 13px;
    background: #a6a6a6;
    display: inline-block;
}

.ceding-company-list li:nth-child(6) span, .line-of-business-list li:nth-child(6) span {
    height: 13px;
    width: 13px;
    background: #d9d9d9;
    display: inline-block;
}

.middle-blue-keyfigures-section {
    position: relative;
    height: 315px;
    margin-top: -330px;
    background-color: #005ca9;
    clip-path: polygon(0% 0%, 73% 50%, 100% 0%, 100% 100%, 0% 100%);
    z-index: -1;
}

body.publications {
    background: #005ca9;
}

.publications .header-container {
    position: relative;
    background: url("../images/publications-header.jpg") no-repeat center;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    padding-bottom: 50px;
}

.publications .landing-section h2 {
    color: #fff;
}

.publications .landing-section .full-year {
    color: #fff;
    border-color: #fff;
}

.financial-report-container {
    background: #eff2fa;
    padding: 120px 0;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
    margin-top: -30px;
}

.financial-report-container .reports-slider {
    margin-top: 25px;
}

.financial-report-container .view-report {
    margin: 20px 0;
}

.financial-report-container .slick-slide {
    background: #fff;
    display: block;
    margin: 5px 12px;
    padding: 45px 15px 10px 15px;
    box-shadow: 0 0 5px #80808099;
}

.financial-report-container .slick-slider:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    background: #999999;
    width: 1px;
    z-index: 1;
    box-shadow: 5px 0 14px #000000;
}

.financial-report-container .slick-slider .slick-prev, .financial-report-container .slick-slider .slick-next {
    width: 52px;
    height: 52px;
}

.financial-report-container .slick-slider .slick-prev:before, .financial-report-container .slick-slider .slick-next:before {
    display: none;
}

.financial-report-container .slick-slider .slick-prev {
    background: url("../images/arrow-left.png") no-repeat center;
    left: -75px;
}

.financial-report-container .slick-slider .slick-next {
    background: url("../images/arrow-right.png") no-repeat center;
}

.financial-report-container .slick-slide span {
    font-size: 17px;
}

.financial-report-container .slick-slide.last {
    opacity: 0.5;
    padding-top: 12px;
}

.financial-report-container .slick-slide h3 {
    font-weight: 100;
    font-size: 1.563rem;
}

.rating-reports-container {
    padding: 100px 0;
}

.rating-reports-container h2 {
    margin: 20px 0;
}

.rating-reports-container h2, .rating-reports-container p {
    color: #fff;
}

.rating-reports-container .rating-report {
    color: #fff;
    border-color: #fff;
    margin: 20px 0;
}

.about-ger {
    font-size: 24px !important;
}

.financial-report-container .slick-slide.last .view-report {
    pointer-events: none;
}

.link-bluebg:hover{
    color: #fff;
    text-decoration: underline;
}

.blank-avatar {
    margin: 0 auto 35px;
    width: 190px;
    height: 190px;
    background-color: #cce3ff;
}

.cvBsnK > div {
    max-width: 1140px !important;
    padding-inline: 15px;
}

.bMMjYH .swiper-autoheight, 
.bMMjYH .swiper-autoheight .swiper-slide {
    
}