body {
    font-family: 'Manrope', sans-serif;
    background-color: #FFF;
    font-size: 1.2rem;
    font-weight: 500;
}

a {
    color: #02075d;
}

a:hover {
    color: #111111;
    text-decoration: unset;
}

sub,
sup {
    font-size: 60%;
}

.scrog-navbar.bg-light {
    background-color: #d0d0e9 !important;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
}

.scrog-navbar .nav-item a {
    color: #111 !important;
    font-weight: 600;
}

.dropdown-menu a.dropdown-item {
    color: #02075d !important;
}

.dropdown-menu a.dropdown-item:hover {
    background-color: #272e9f !important;
    border-radius: 0 !important;
    color: #FFF !important;
}

.scrog-navbar .nav-item a:hover {
    background-color: #272e9f !important;
    border-radius: 1rem;
    color: #FFF !important;
}

.scrog-navbar.navbar-dark .navbar-toggler {
    color: #111;
    border: 0 !important;
    font-size: 1.5rem;
}

.dropdown-menu {
    border-radius: 1rem !important;
    overflow: hidden !important;
}

@media only screen and (max-width: 575px) {
    .nav-link.dropdown-toggle {
        display: none;
    }
    .action-button {
        text-align: center;
        margin-top: 1rem;
    }
    .dropdown-menu {
        display: block;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
}

.btn {
    border-radius: .2rem;
    font-size: 1.2rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}

.btn-scorg {
    background-color: #02075d;
    font-weight: 700;
    color: #FFF;
}

.btn-scorg:hover,
.btn-scorg:focus {
    background-color: #252a80;
    color: #FFF;
}

.form-control:focus {
    border-color: #02075d;
    box-shadow: unset;
}

.btn.focus,
.btn:focus {
    box-shadow: unset !important;
}

.btn-nav-unactive {
    color: #02075d;
    font-weight: 600;
    border: 0;
    box-shadow: unset !important;
}

.btn-nav-unactive:hover,
.btn-nav-unactive:focus {
    color: #111;
}

.btn-nav-active {
    color: #02075d;
    font-weight: 600;
    background-color: #FFF;
    border: 0;
    box-shadow: unset !important;
}

.content {
    margin-top: calc(55px + 1rem);
}

.section-banner {
    background: rgb(208, 208, 233) !important;
    background: url('../img/banner-bg.png'), linear-gradient(180deg, rgba(208, 208, 233, 1) 0%, rgba(164, 164, 189, 1) 70%) !important;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
}

.section-banner .banner-text {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 5rem 15px 20rem 15px;
}

.banner-content-title {
    max-width: 550px;
    margin: 0 auto;
}

.section-banner .banner-title {
    font-weight: 700;
}

.banner-content-info {
    max-width: 850px;
    margin: 0 auto;
}

.section-banner .banner-info {
    margin: 2.5rem 0;
}

.banner-img-box {
    position: relative;
}

.banner-img {
    position: absolute;
    margin-top: -18rem;
    width: 100%;
    text-align: center;
    padding: 15px 15px 0 15px;
}

.banner-img img {
    height: 25rem;
    max-width: 100%;
}

@media only screen and (max-width: 800px) {
    .banner-img img {
        height: auto;
        max-width: 100%;
    }
}

.wave {
    position: absolute;
    bottom: 0;
}

.wave.top {
    position: absolute;
    top: 0;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wave .a {
    fill: none;
}

.wave .c,
.wave .d {
    fill: #FFF;
}

.wave .d {
    opacity: 0.5;
    isolation: isolate;
}

.section-alto {
    margin-top: 7rem;
    padding: 3rem 0;
    text-align: justify;
}

@media only screen and (max-width: 500px) {
    .section-alto {
        margin-top: 2rem;
        text-align: left;
    }
}

.alto-ss {
    -webkit-perspective-origin: left center;
    perspective-origin: left center;
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@media only screen and (max-width: 991px) {
    .alto-ss {
        margin-top: 2rem;
    }
}

.alto-ss img {
    max-width: 98%;
    -webkit-transform: rotateY(-30deg) rotateX(15deg);
    transform: rotateY(-30deg) rotateX(15deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: .2rem .2rem 1rem 0 rgba(0, 0, 0, 0.1);
    border-radius: .1rem;
}

@media only screen and (max-width: 991px) {
    .card-columns {
        column-count: 2;
    }
}

@media only screen and (max-width: 600px) {
    .card-columns {
        column-count: 1;
    }
}

.card-body {
    padding: 0 1.2rem;
    position: relative;
}

.section-advantage .card {
    margin-bottom: 30px;
    position: unset;
}

.alert {
    font-size: 1rem !important;
}

.section-advantage {
    padding: 3rem 0 0 0;
    margin-bottom: 3rem;
}

.section-advantage .card {
    border: unset;
    border-radius: .2rem;
    text-align: center;
}

.section-advantage .card img {
    width: 12rem;
    height: 12rem;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: .2rem .2rem 1rem 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.section-advantage .card-title {
    font-weight: 700;
    color: #02075d;
    cursor: pointer;
    padding: 1.2rem 0 1.2rem 0;
    text-align: center;
}

.section-advantage .card-title:hover {
    color: #111111;
}

.section-advantage .card-title::after {
    position: relative;
    font-size: 1rem;
    color: #02075d;
    right: -0.5rem;
    top: 0.1rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0de";
}

.section-advantage .card-title.collapsed::after {
    position: relative;
    font-size: 1rem;
    color: #02075d;
    right: -0.5rem;
    top: -0.3rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0dd";
}

.section-advantage h2 {
    color: #02075d;
}

.alert-scorg {
    background: #FFF;
    border-radius: .2rem;
    box-shadow: .2rem .2rem 1rem 0 rgba(0, 0, 0, 0.1);
    color: #02075d;
}

.section-newsletter {
    padding: 6rem 0;
    background-color: #d0d0e9;
    background-image: url('../img/section-newsletter-bg.jpg');
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}

.section-newsletter .newsletter-group {
    max-width: 700px;
    margin: 15rem auto 0 auto;
}

.section-newsletter .newsletter-group {
    background-color: rgba(255, 255, 255, 1);
    padding: 1.2rem;
    border-radius: .2rem;
    box-shadow: .2rem .2rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.newsletter-group .newsletter-input {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
    background-color: transparent;
    font-size: 1.2rem;
}

.newsletter-group .btn.btn-scorg {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media only screen and (max-width: 767px) {
    .newsletter-group .newsletter-input,
    .newsletter-group .btn.btn-scorg {
        width: 100%;
        border-radius: .2rem !important;
        margin: 0 !important;
        margin-bottom: 1rem !important;
    }
}

.section-solovers {
    padding: 3rem 0;
}

@media only screen and (max-width: 991px) {
    .section-solovers .col {
        min-width: 100% !important;
        text-align: center;
    }
}

.modal-dialog-video {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body-video {
    position: relative;
    padding: 0px;
}

.close-video {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.scorg-contact-form label,
.scorg-newsletter-form label {
    display: none;
}

.scorg-newsletter-form input {
    font-size: 1.2rem;
    border-color: #02075d;
}

.success-notification {
    position: fixed !important;
    background: #28a745 !important;
    width: 100% !important;
    top: 0 !important;
    z-index: 999999;
    text-align: center;
    color: #FFF !important;
    padding: 2px 15px;
}

.success-notification span {
    padding: 0 15px;
}

.grecaptcha-badge {
    visibility: collapse !important;
}

.not-found-page {
    min-height: 100vh;
}

.footer {
    padding: 1rem 0;
    font-size: 1rem;
    background-color: #111111;
    color: #FFF;
}

.footer a {
    color: #FFF
}

.footer img {
    display: block;
    margin: 0 auto;
}

.footer .social-icon a {
    padding: 0 .5rem;
}

@media only screen and (max-width: 767px) {
    .footer,
    .footer .social-icon {
        text-align: center !important;
    }
}

.pdm-logo-banner {
    position: fixed;
    top: 81px;
    right: 0;
    z-index: 99;
}

.pdm-logo-banner img {
    background-color: #FFF;
    padding: 0.4rem;
    -webkit-border-top-left-radius: .2rem;
    -webkit-border-bottom-left-radius: .2rem;
    -moz-border-radius-topleft: .2rem;
    -moz-border-radius-bottomleft: .2rem;
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

.pdm-logo-banner-close {
    padding-right: 0.4rem;
    cursor: pointer;
    float: left;
}

@media only screen and (min-width: 767px) {
    .pdm-logo-banner-close {
        display: none;
    }
}