* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Playfair Display, sans-serif;
    color: #000000;
}
.core-containerJoHb {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(169,216,252);
}
a {
    color: inherit;
    text-decoration: none;
}
svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}
.benefits_summaryjIrv .advantages_content h2 {
    color: rgb(101,129,150);
}

.benefits_summaryjIrv .advantage_item svg, .benefits_summaryjIrv .advantage_item svg path {
    fill: rgb(135,172,201);
}

.benefits_summaryjIrv .advantage_item p {
    color: #000000;
}

.benefits_summaryjIrv .advantage_item b {
    color: rgb(135,172,201);
}

.benefits_summaryjIrv {
    padding-top: 80px;
    padding-bottom: 80px;
}

.benefits_summaryjIrv .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.benefits_summaryjIrv .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.benefits_summaryjIrv .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 33px;
    font-weight: 600;
}

.benefits_summaryjIrv .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.benefits_summaryjIrv .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.benefits_summaryjIrv .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.benefits_summaryjIrv .advantage_item svg, .benefits_summaryjIrv .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .core-containerJoHb .benefits_summaryjIrv .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .benefits_summaryjIrv .advantages_content h2 {
        font-size: 30px;
    }

    .benefits_summaryjIrv .advantages_holder {
        flex-direction: column;
    }

    .benefits_summaryjIrv {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .core-containerJoHb .benefits_summaryjIrv .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.core-containerJoHb .benefits_summaryjIrv {
    background: rgb(135,172,201);
}

.core-containerJoHb .benefits_summaryjIrv .advantages_content h2 {
    font-size: 48px;
    font-weight: 400;
    color: #ffffff;
}

.core-containerJoHb .benefits_summaryjIrv .advantages_holder {
    width: 100%;
    flex-wrap: wrap;
}

.core-containerJoHb .benefits_summaryjIrv .advantage_item {
    padding: 30px;
    width: 270px;
    border: 5px solid #ffffff;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.core-containerJoHb .benefits_summaryjIrv .advantages_description {
    color: #ffffff;
}

.core-containerJoHb .benefits_summaryjIrv .advantage_item svg, .core-containerJoHb .benefits_summaryjIrv .advantage_item svg path, .core-containerJoHb .benefits_summaryjIrv .advantage_item img {
    fill: #ffffff;
    width: 95px;
    height: 95px;
}

.core-containerJoHb .benefits_summaryjIrv .advantages_content h4 {
    display: inherit;
    margin-top: 20px;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
}

.core-containerJoHb .benefits_summaryjIrv .advantage_item p {
    font-size: 16px;
    line-height: 25px;
    font-style: italic;
    color: #ffffff;
    margin-top: 16px;
}

.core-containerJoHb .benefits_summaryjIrv .advantage_item p b {
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .core-containerJoHb .benefits_summaryjIrv .advantage_item {
        width: 100%;
        margin-bottom: 30px;
        min-height: unset;

    }

    .core-containerJoHb .benefits_summaryjIrv .advantages_content h2 {
        font-size: 30px;
    }
}.prospective_membersrBvq {
    position: relative;
    width: 100%;
}

.prospective_membersrBvq .who_needs_background {
    position: relative;
    padding: 100px 0;
    min-height: 700px;
    display: grid;
    place-items: center;
}

.prospective_membersrBvq .who_needs_background::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(135,172,201,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgb(101,129,150,0.5) 0%, transparent 50%),
        rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
}

.prospective_membersrBvq .who_needs_text {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
}

.prospective_membersrBvq .who_needs_text h3 {
    color: #ffffff;
    font-size: 31px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 29px;
    backdrop-filter: blur(5px);
}

.prospective_membersrBvq .who_items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    padding: 20px;
}

.prospective_membersrBvq .who_needs_item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 25px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    overflow: hidden;
    isolation: isolate;
}

.prospective_membersrBvq .who_needs_item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, transparent 0%, rgb(101,129,150,0.5) 100%);
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    z-index: -1;
}

.prospective_membersrBvq .who_needs_item:hover::before {
    transform: translateX(0);
}

.prospective_membersrBvq .who_needs_item svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    fill: rgb(101,129,150);
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.prospective_membersrBvq .who_needs_item:hover svg {
    transform: scale(1.2);
}

@media (max-width: 991px) {
    .prospective_membersrBvq .who_needs_background {
        padding: 80px 0;
    }

    .prospective_membersrBvq .who_needs_text h3 {
        font-size: calc(31px * 0.9);
    }
}

@media (max-width: 767px) {
    .prospective_membersrBvq .who_needs_background {
        min-height: auto;
        padding: 60px 0;
    }

    .prospective_membersrBvq .who_items {
        gap: 15px;
        padding: 10px;
    }

    .prospective_membersrBvq .who_needs_item {
        padding: 20px;
    }
}.meet_ustWMv {
    padding: 100px 0;
    background: rgb(169,216,252);
    position: relative;
    overflow: hidden;
}

.core-containerJoHb .meet_ustWMv .holder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.core-containerJoHb .meet_ustWMv .caption_holder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: rgba(255, 255, 255, rgb(135,172,201,0.5));
    border-radius: 13px;
    padding: 60px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.core-containerJoHb .meet_ustWMv .photo {
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.core-containerJoHb .meet_ustWMv .photo:hover {
    transform: scale(1.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.core-containerJoHb .meet_ustWMv .style_element {
    position: relative;
    z-index: 2;
    width: 100%;
}

.core-containerJoHb .meet_ustWMv h2 {
    color: #000000;
    font-family: Playfair Display, sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin: 20px 0;
    transition: color 0.3s ease;
}

.core-containerJoHb .meet_ustWMv h2:hover {
    color: rgb(135,172,201);
}

.core-containerJoHb .meet_ustWMv p {
    color: #000000;
    font-family: Playfair Display, sans-serif;
    font-size: 12px;
    line-height: 1.6;
    margin-top: 20px;
    transition: color 0.3s ease;
}

.core-containerJoHb .meet_ustWMv p:hover {
    color: rgb(101,129,150);
}

.core-containerJoHb .meet_ustWMv .caption_holder::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 200px;
    height: 200px;
    background: rgb(135,172,201);
    border-radius: 50%;
    opacity: 0.2;
    z-index: -1;
}

.core-containerJoHb .meet_ustWMv .caption_holder::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 200px;
    height: 200px;
    background: rgb(101,129,150);
    border-radius: 50%;
    opacity: 0.2;
    z-index: -1;
}

@media only screen and (max-width: 1200px) {
    .core-containerJoHb .meet_ustWMv .photo {
        width: 150px;
        height: 150px;
    }
    .core-containerJoHb .meet_ustWMv .caption_holder {
        padding: 40px;
    }
}

@media only screen and (max-width: 800px) {
    .core-containerJoHb .meet_ustWMv .photo {
        width: 120px;
        height: 120px;
    }
    .core-containerJoHb .meet_ustWMv .caption_holder {
        padding: 30px;
    }
}
.mentorship_profileqrGS {
    padding: 100px 0;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
}

.mentorship_profileqrGS .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.mentorship_profileqrGS .holder {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.mentorship_profileqrGS .review {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 40px;
    background: #ffffff;
    border: 2px solid rgb(101,129,150);
    border-radius: 26px;
    max-width: 45%;
    margin: 20px;
}

.mentorship_profileqrGS .photo {
    width: 150px;
    height: 150px;
    border-radius: 26px;
    overflow: hidden;
    background: #000000;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
}

.mentorship_profileqrGS .worker_description {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mentorship_profileqrGS .name {
    font-size: 29px;
    color: rgb(135,172,201);
    font-family: Playfair Display, sans-serif;
    margin-bottom: 5px;
    font-weight: 700;
}

.mentorship_profileqrGS span {
    font-size: 20px;
    color: rgb(101,129,150);
    display: block;
    margin-bottom: 15px;
    font-weight: 400;
}

.mentorship_profileqrGS .quote {
    font-size: 17px;
    color: #000000;
    font-style: normal;
    border-left: 3px solid rgb(135,172,201);
    padding-left: 15px;
    margin: 0;
}

@media only screen and (max-width: 1200px) {
    .mentorship_profileqrGS .review {
        max-width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .mentorship_profileqrGS .holder {
        flex-direction: column;
        align-items: center;
    }

    .mentorship_profileqrGS {
        padding: 50px 0;
    }

    .mentorship_profileqrGS .review {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .mentorship_profileqrGS .photo {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .mentorship_profileqrGS .quote {
        padding-left: 0;
        border-left: none;
        border-top: 3px solid rgb(135,172,201);
        padding-top: 15px;
    }
}

.core-containerJoHb .mentorship_profileqrGS {
    position: relative;
    background: rgb(169,216,252);
    padding: 80px 0;
}

.core-containerJoHb .mentorship_profileqrGS .holder {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.core-containerJoHb .mentorship_profileqrGS .review {
    max-width: 80%;
    margin: 20px;
    flex-direction: row-reverse;
    border: 2px solid rgb(135,172,201);
}

.core-containerJoHb .mentorship_profileqrGS .photo {
    width: 200px;
    height: 200px;
    border-radius: 10px;
    border: 5px solid #ffffff;
    margin-left: 20px;
    flex-shrink: 0;
}

.core-containerJoHb .worker_description {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: none;
    width: 100%;
    text-align: left;
}

.core-containerJoHb .mentorship_profileqrGS .review .name {
    font-size: 42px;
    font-weight: 700;
    color: rgb(135,172,201);
}

.core-containerJoHb .mentorship_profileqrGS .review span {
    font-size: 20px;
    font-weight: 600;
    color: rgb(101,129,150);
}

.core-containerJoHb .mentorship_profileqrGS .review .quote {
    margin-top: 15px;
    font-size: 19px;
    line-height: 1.6;
    border-left: none;
    padding-left: 0;
    border-top: 3px solid rgb(135,172,201);
    padding-top: 15px;
}

@media only screen and (max-width: 800px) {
    .core-containerJoHb .mentorship_profileqrGS .review {
        max-width: 100%;
        flex-direction: column;
        text-align: center;
        padding: 10px;
        margin: 0;
    }

    .core-containerJoHb .mentorship_profileqrGS .photo {
        width: 150px;
        height: 150px;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .core-containerJoHb .worker_description {
        width: 100%;
        padding: 15px;
    }

    .core-containerJoHb .mentorship_profileqrGS .review .name {
        font-size: 29px;
    }
}
.program_offeringsvYmE {
    padding-top: 120px;
    padding-bottom: 120px;
    background: rgb(135,172,201,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.program_offeringsvYmE::before,
.program_offeringsvYmE::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgb(101,129,150,0.5);
    z-index: 1;
}

.program_offeringsvYmE::before {
    width: 400px;
    height: 400px;
    top: -100px;
    left: -100px;
}

.program_offeringsvYmE::after {
    width: 300px;
    height: 300px;
    bottom: -100px;
    right: -100px;
}

.program_offeringsvYmE h2 {
    color: rgb(101,129,150);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 2;
}

.program_offeringsvYmE .content {
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    border: 2px solid rgb(135,172,201,0.5);
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.program_offeringsvYmE .content::before,
.program_offeringsvYmE .content::after {
    content: '';
    position: absolute;
    border-radius: 10px;
    background: rgb(135,172,201,0.5);
    z-index: -1;
}

.program_offeringsvYmE .content::before {
    width: 80px;
    height: 80px;
    top: -40px;
    left: -40px;
}

.program_offeringsvYmE .content::after {
    width: 60px;
    height: 60px;
    bottom: -30px;
    right: -30px;
}

.program_offeringsvYmE h3 {
    color: rgb(135,172,201);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.program_offeringsvYmE p {
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 20px;
}

.program_offeringsvYmE .button {
    background: rgb(101,129,150);
    color: #ffffff;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    border: 2px solid rgb(135,172,201,0.5);
}

.program_offeringsvYmE .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.program_offeringsvYmE .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.program_offeringsvYmE .course {
    max-width: 100%;
    padding: 30px;
}

.program_offeringsvYmE .photo {
    height: 450px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    border: 2px solid rgb(101,129,150,0.5);
    margin-bottom: 20px;
}

.program_offeringsvYmE .text_holder {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid rgb(135,172,201,0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 800px) {
    .program_offeringsvYmE {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .program_offeringsvYmE .items {
        flex-direction: column;
    }
    .program_offeringsvYmE h2 {
        font-size: 24px;
    }
    .program_offeringsvYmE h3 {
        font-size: 20px;
    }
    .program_offeringsvYmE .photo {
        height: 250px;
    }
    .program_offeringsvYmE .text_holder {
        padding: 20px;
    }
}

.core-containerJoHb .program_offeringsvYmE .items {
    width: 100%;
}

.core-containerJoHb .program_offeringsvYmE .items .course .content {
    border-radius: 10px;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.core-containerJoHb .program_offeringsvYmE .photo {
    border-radius: 10px;
    height: 500px;
    width: 100%;
    margin: 0;
}

.core-containerJoHb .program_offeringsvYmE .text_holder {
    border-radius: 10px;
    border: 8px solid rgb(101,129,150);
    width: 80%;
    margin-top: -250px;
    background: #ffffff;
    padding: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.core-containerJoHb .program_offeringsvYmE h3 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
}

.core-containerJoHb .program_offeringsvYmE .button {
    display: inline;
    width: fit-content;
    margin-top: 35px;
    padding: 20px 45px;
    border-radius: 50px;
    background: rgb(135,172,201);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.5px;
    border: 2px solid rgb(101,129,150);
}

.core-containerJoHb .program_offeringsvYmE .button:hover {
    background: rgb(101,129,150);
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .core-containerJoHb .program_offeringsvYmE .photo {
        width: 100%;
        height: 300px;
    }
    .core-containerJoHb .program_offeringsvYmE .text_holder {
        width: 100%;
        padding: 12px;
        margin-top: 20px;
    }
    .core-containerJoHb .program_offeringsvYmE .items .course {
        padding: 0;
    }
    .core-containerJoHb .program_offeringsvYmE h3 {
        font-size: 30px;
    }
}
.client_experienceBHLm {
    background: linear-gradient(135deg, #ffffff, rgb(169,216,252));
    padding: 60px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 80vh;
    position: relative;
    overflow: hidden;
}

.client_experienceBHLm::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(rgb(135,172,201), 0.03) 0%, transparent 70%);
    animation: pulse 15s infinite linear;
}

@keyframes pulse {
    0% { transform: translate(0, 0); }
    50% { transform: translate(-5%, -5%); }
    100% { transform: translate(0, 0); }
}

.client_experienceBHLm::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(135,172,201), rgb(101,129,150));
}

.client_experienceBHLm h3 {
    font-size: 2.5rem;
    font-family: Playfair Display, sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
    color: rgb(135,172,201);
    text-align: center;
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
    letter-spacing: 1px;
}

.client_experienceBHLm h3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, rgb(135,172,201), rgb(101,129,150));
    border-radius: 2px;
}

.client_experienceBHLm .reviews {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}

.client_experienceBHLm .reviews .review {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    flex-direction: column;
    position: relative;
}

.client_experienceBHLm .reviews .review:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.client_experienceBHLm .reviews .review::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(135,172,201), rgb(101,129,150));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.client_experienceBHLm .reviews .review:hover::before {
    opacity: 1;
}

.client_experienceBHLm .reviews .review .photo {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.client_experienceBHLm .reviews .review .photo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent);
}

.client_experienceBHLm .reviews .review .text {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    position: relative;
}

.client_experienceBHLm .reviews .text p {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: rgb(135,172,201);
    transition: color 0.3s ease;
}

.client_experienceBHLm .reviews .text span {
    font-size: 0.95rem;
    color: #000000;
    line-height: 1.6;
}

.client_experienceBHLm .reviews .review::after {
    content: "\201D";
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 60px;
    color: rgb(101,129,150);
    opacity: 0.1;
    transition: all 0.3s ease;
}

.client_experienceBHLm .reviews .review:hover::after {
    opacity: 0.2;
    transform: translateY(-5px);
}

@media (max-width: 992px) {
    .client_experienceBHLm {
        padding: 50px 20px;
    }
    
    .client_experienceBHLm h3 {
        font-size: 2.2rem;
    }
    
    .client_experienceBHLm .reviews {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .client_experienceBHLm {
        padding: 40px 15px;
    }
    
    .client_experienceBHLm h3 {
        font-size: 2rem;
    }
    
    .client_experienceBHLm .reviews {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .client_experienceBHLm h3 {
        font-size: 1.8rem;
    }
    
    .client_experienceBHLm .reviews .review .photo {
        height: 180px;
    }
    
    .client_experienceBHLm .reviews .text p {
        font-size: 1rem;
    }
    
    .client_experienceBHLm .reviews .text span {
        font-size: 0.9rem;
    }
}footer {
    background: rgb(101,129,150);
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    border-top: 3px solid rgb(135,172,201);
    padding-top: 60px;
    padding-bottom: 60px;
}
footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
footer .logo_holder svg, footer .logo_holder img {
    height: 100px;
    width: auto;
    max-width: 100%;
    margin-right: 20px;
    fill: rgb(135,172,201);
}
footer .menu_holder {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
footer .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 15px;
    background: rgb(135,172,201,0.5);
    border-radius: 24px;
    transition: background 0.3s ease, color 0.3s ease;
}
footer .menu a:hover {
    background: rgb(135,172,201);
    color: rgb(101,129,150);
}
footer .copyright {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
}
footer .copyright_info {
    color: #ffffff;
}
footer .copyright_info a {
    color: rgb(101,129,150);
    text-decoration: underline;
    transition: color 0.3s ease;
}
footer .copyright_info a:hover {
    color: rgb(135,172,201);
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        flex-direction: column;
        align-items: center;
    }
}
@media only screen and (max-width: 800px) {
    footer .menu_holder {
        flex-direction: column;
        text-align: center;
    }
    footer .menu a {
        padding: 10px;
        font-size: 18px;
    }
    footer .footer_info {
        padding: 20px 10px;
    }
    footer .copyright_info {
        text-align: center;
    }
}
.core-containerJoHb footer .footer {
    padding: 0;
    border-bottom: 3px solid rgb(135,172,201);
}
.core-containerJoHb footer .footer_info {
    flex-direction: row-reverse;
    align-items: center;
    min-height: 100px;
    padding: 10px 0;
}
.core-containerJoHb footer .menu_holder {
    flex-direction: row;
}
.core-containerJoHb footer .menu a {
    margin: 0;
    padding: 0 30px;
    border-right: 3px solid rgb(135,172,201);
    font-size: 20px;
    color: #ffffff;
}
.core-containerJoHb footer .copyright {
    background: rgb(135,172,201,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}
.core-containerJoHb footer .copyright_info {
    text-align: right;
}
@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 800px) {
    .core-containerJoHb footer .menu_holder {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .core-containerJoHb footer .menu a {
        padding-left: 0;
        font-size: 18px;
    }
    .core-containerJoHb footer .menu a:first-child {
        margin-bottom: 10px;
    }
    .core-containerJoHb footer .footer_info {
        justify-content: center;
        padding: 20px 10px;
    }
    .core-containerJoHb footer .copyright_info {
        text-align: center;
    }
    .core-containerJoHb footer .copyright_info a {
        display: block;
        margin-top: 5px;
    }
}
footer .menu a::before {
    content: '▶ ';
    color: rgb(101,129,150);
    font-weight: 700;
    transition: transform 0.3s ease;
}
footer .menu a:hover::before {
    transform: scale(1.2);
}
footer .footer_info {
    padding: 0 30px;
}
footer .logo_holder img {
    border-radius: 10px;
}
footer .menu a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: rgb(101,129,150);
    transition: width 0.3s;
}
footer .menu a:hover::after {
    width: 100%;
}
footer .footer {
    background: linear-gradient(135deg, rgb(135,172,201), rgb(101,129,150));
}
footer .copyright {
    background: #000000;
    color: #000000;
}
footer .footer_info {
    gap: 20px;
}.find_usgYLI {
    background-color: rgb(169,216,252);
    padding: 60px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
}
.find_usgYLI .contact_holder {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
}
.find_usgYLI h5 {
    text-align: left;
    font-size: 20px;
}
.find_usgYLI .holder .info_holder div.company_open_hoursFXhN {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.find_usgYLI .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.find_usgYLI .holder .info_holder > div > div {
    margin: 5px 0;
}
.find_usgYLI .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px;
}
.find_usgYLI .holder .contact_description {
    font-family: Playfair Display, sans-serif;
    font-size: 12px;
    color: #000000;
    text-align: left;
    flex: 1 1 100%;
    margin-bottom: 20px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.find_usgYLI .holder .photo {
    flex: 0 0 40%;
    height: 400px;
    border-radius: 17px;
    background-color: rgb(101,129,150);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.find_usgYLI .holder .info_holder {
    flex: 1 1 55%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 17px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.find_usgYLI .holder .info_holder>div {
    font-family: Playfair Display, sans-serif;
    font-size: 12px;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 10px;
}
.find_usgYLI .holder .info_holder>div a {
    color: rgb(135,172,201);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}
.find_usgYLI .holder .info_holder>div a:hover {
    color: rgb(101,129,150);
}
.find_usgYLI .holder .info_holder>div span {
    margin-left: 8px;
}
.find_usgYLI .contact_politics {
    margin-top: 40px;
    padding: 20px;
    background-color: rgb(169,216,252);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.find_usgYLI .contact_politics>div {
    margin-bottom: 20px;
}
.find_usgYLI .contact_politics>div h4 {
    font-size: 20px;
    font-weight: 700;
    color: rgb(135,172,201);
    margin-bottom: 10px;
}
.find_usgYLI .info_holder svg {
    width: 24px;
    height: 24px;
    fill: rgb(135,172,201);
}
.find_usgYLI h2 {
    font-size: 32px;
    font-weight: 700;
    color: rgb(135,172,201);
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
.find_usgYLI h2:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: rgb(101,129,150);
    margin: 20px auto 0;
}
@media only screen and (max-width: 800px) {
    .find_usgYLI .holder {
        flex-direction: column;
        align-items: center;
    }
    .find_usgYLI .holder .photo {
        flex: unset;
        width: 100%;
        height: 270px;
    }
    .find_usgYLI .holder .info_holder {
        flex: 1 1 100%;
        width: 100%;
    }
}
.gratAreaIGNh {
    height: 100%; display: flex; justify-content: center;align-items: center;
}
.gratAreaIGNh .holder {
    margin: auto; width: 100%; display: flex; flex-direction: column; justify-content: center;align-items: center; padding: 80px 0;
}
.gratAreaIGNh .holder h2 {
    margin-bottom: 30px;
    font-size: 43px;
}
.gratAreaIGNh .holder p {
    font-size: 16px;
}.homepageCMDx {
    width: 100%;
    position: relative;
    font-family: Playfair Display, sans-serif;
    background-color: #ffffff;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}
.homepageCMDx .title_page_holder {
    width: 100%;
    min-height: 700px;
    height: auto;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    isolation: isolate;
}
.homepageCMDx .style_element {
    background: rgb(135,172,201,0.5);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
    max-width: 80%;
    width: 100%;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(5px);
}
.homepageCMDx .style_element h1 {
    font-family: Playfair Display, sans-serif;
    font-size: 47px;
    font-weight: 700;
    color: rgb(101,129,150);
    margin-bottom: 20px;
    border-bottom: 3px solid rgb(135,172,201);
    padding-bottom: 10px;
}
.homepageCMDx .style_element h3 {
    font-family: Playfair Display, sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: rgb(101,129,150);
    margin-bottom: 15px;
}
.homepageCMDx .style_element p {
    font-family: Playfair Display, sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.6;
}
@media only screen and (max-width: 800px) {
    .homepageCMDx .title_page_holder {
        min-height: 400px;
        padding: 20px;
    }
    .homepageCMDx .style_element {
        padding: 20px;
        max-width: 90%;
    }
    .homepageCMDx .style_element h1 {
        font-size: 30px;
    }
    .homepageCMDx .style_element h3 {
        font-size: 24px;
    }
    .homepageCMDx .style_element p {
        font-size: 20px;
    }
}
.core-containerJoHb .homepageCMDx {
    position: relative;
    background-color: rgb(169,216,252);
}
.core-containerJoHb .homepageCMDx .title_page_holder {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    overflow: hidden;
    isolation: isolate;
}
.core-containerJoHb .homepageCMDx .style_element {
    background: rgb(135,172,201,0.5);
    border-radius: 30px;
    padding: 60px;
    max-width: 70%;
    width: auto;
    box-shadow: none;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border: 1px solid rgb(135,172,201);
    backdrop-filter: blur(5px);
}
.core-containerJoHb .homepageCMDx .style_element h1 {
    font-size: 36px;
    font-weight: 700;
    color: rgb(101,129,150);
    margin-bottom: 20px;
}
.core-containerJoHb .homepageCMDx .style_element h3 {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
}
.core-containerJoHb .homepageCMDx .style_element p {
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
}
@media only screen and (max-width: 800px) {
    .core-containerJoHb .homepageCMDx .style_element {
        padding: 40px;
    }
    .core-containerJoHb .homepageCMDx .style_element h1 {
        font-size: 28px;
    }
    .core-containerJoHb .homepageCMDx .style_element h3 {
        font-size: 20px;
    }
    .core-containerJoHb .homepageCMDx .style_element p {
        font-size: 16px;
    }
}header .main_header {
    min-height: 100px;
    background: rgb(101,129,150);
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    border-bottom: 2px solid rgb(135,172,201);
}
header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.main_header .header_holder {
    display: flex;
    align-items: center;
}
.main_header .header_holder .logo_holder {
    margin-right: 30px;
    border-right: 2px solid rgb(135,172,201);
    padding-right: 30px;
}
.main_header .header_holder .logo_holder svg, 
.main_header .header_holder .logo_holder img {
    height: 50px;
    width: auto;
    fill: #ffffff;
}
.main_header .header_logo svg text {
    fill: #ffffff;
}
.main_header .header_description {
    font-size: 16px;
    font-weight: 600;
    margin-right: auto;
    position: relative;
}
.main_header .header_menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main_header .header_menu a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    padding: 15px 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
    position: relative;
}

@media only screen and (max-width: 1200px) {
    header .main_header {
        flex-direction: column;
        align-items: flex-start;
        min-height: 80px;
        padding: 20px;
    }
    .main_header .header_holder {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .main_header .header_holder .logo_holder {
        margin-right: 0;
        border-right: none;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .main_header .header_holder .logo_holder svg, 
    .main_header .header_holder .logo_holder img {
        height: 40px;
    }
    .main_header .header_description {
        margin-bottom: 10px;
        font-size: 13px;
    }
    .main_header .header_description::before {
        width: 8px;
        height: 8px;
    }
    .main_header .header_menu {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .main_header .header_menu a {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid rgb(135,172,201);
        padding: 10px 15px;
    }
    .main_header .header_menu a:last-child {
        border-bottom: none;
    }
}.connect_with_usvVXh {
    padding: 100px 20px;
    background: #000000;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.connect_with_usvVXh::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 255, 255, 0.3), rgba(255, 0, 255, 0.3));
    z-index: 1;
    opacity: 0.5;
}

.connect_with_usvVXh h3 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.connect_with_usvVXh .form {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
    max-width: 600px;
    width: 100%;
}

.connect_with_usvVXh form input,
.connect_with_usvVXh form textarea {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    border: 1px solid rgb(135,172,201);
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 12px;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.connect_with_usvVXh form input:focus,
.connect_with_usvVXh form textarea:focus {
    border-color: rgb(101,129,150);
    box-shadow: 0 0 10px rgb(101,129,150);
}

.connect_with_usvVXh form .button {
    background: rgb(135,172,201);
    color: #ffffff;
    border-radius: 24px;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 30px;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.connect_with_usvVXh form .button:hover {
    background: rgb(101,129,150);
    transform: translateY(-3px);
}

.connect_with_usvVXh .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.connect_with_usvVXh .holder>div {
    width: 100%;
    padding: 20px;
}

.connect_with_usvVXh .form form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.connect_with_usvVXh .form_text {
    margin-bottom: 15px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}

.connect_with_usvVXh .name_holder {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.connect_with_usvVXh .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 12px;
}

.connect_with_usvVXh .agree label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
}

.connect_with_usvVXh .agree a {
    color: rgb(101,129,150);
    text-decoration: none;
    transition: color 0.3s;
}

.connect_with_usvVXh .agree a:hover {
    color: rgb(135,172,201);
}

.connect_with_usvVXh .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 9px;
}

@media only screen and (max-width: 600px) {
    .connect_with_usvVXh {
        padding: 60px 20px;
    }

    .connect_with_usvVXh h3 {
        font-size: 20px;
    }

    .connect_with_usvVXh .form {
        padding: 20px;
    }

    .connect_with_usvVXh form .button {
        width: 100%;
    }

    .connect_with_usvVXh .name_holder {
        flex-direction: column;
        gap: 10px;
    }
}

.core-containerJoHb .connect_with_usvVXh {
    padding: 120px 20px;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.core-containerJoHb .connect_with_usvVXh::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(169,216,252), rgb(135,172,201));
    z-index: 1;
    opacity: 0.5;
}

.core-containerJoHb .connect_with_usvVXh .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #ffffff;
}

.core-containerJoHb .connect_with_usvVXh .form {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
    border-radius: 24px;
    background: rgb(101,129,150);
    width: 80%;
    max-width: 600px;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.core-containerJoHb .connect_with_usvVXh form input,
.core-containerJoHb .connect_with_usvVXh form textarea {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    border: 1px solid rgb(135,172,201);
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 12px;
    outline: none;
    color: #ffffff;
}
.core-containerJoHb .connect_with_usvVXh form input::placeholder {
    color: var(--white-color_opacity);
}
.core-containerJoHb .connect_with_usvVXh form input::-ms-input-placeholder {
    color: var(--white-color_opacity);
}

.core-containerJoHb .connect_with_usvVXh form input:focus,
.core-containerJoHb .connect_with_usvVXh form textarea:focus {
    border-color: rgb(101,129,150);
    box-shadow: 0 0 10px rgb(101,129,150);
}

.core-containerJoHb .connect_with_usvVXh form label {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    display: block;
}

.core-containerJoHb .connect_with_usvVXh .name_holder {
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.core-containerJoHb .connect_with_usvVXh h3 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
}

.core-containerJoHb .connect_with_usvVXh .agree a {
    text-decoration: none;
    color: rgb(135,172,201);
    transition: color 0.3s;
}

.core-containerJoHb .connect_with_usvVXh .agree a:hover {
    color: rgb(135,172,201);
}

.core-containerJoHb .connect_with_usvVXh form .button {
    background: rgb(135,172,201);
    border: none;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 24px;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
    width: 100%;
    margin-top: 20px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.core-containerJoHb .connect_with_usvVXh form .button:hover {
    background: rgb(101,129,150);
    transform: translateY(-3px);
}

@media only screen and (max-width: 800px) {
    .core-containerJoHb .connect_with_usvVXh {
        padding: 80px 20px;
    }

    .core-containerJoHb .connect_with_usvVXh .holder>div {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .core-containerJoHb .connect_with_usvVXh form .button {
        width: 100%;
    }
}.secure_vaultvPRB {
    background-color: rgb(135,172,201);
    padding: 2em;
    font-family: Playfair Display, sans-serif;
    color: #ffffff;
    box-shadow: 0 0 20px rgb(135,172,201,0.5);
    margin: 0 auto;
    border: 1px solid rgb(135,172,201,0.5);
}
.secure_vaultvPRB h1 {
    font-size: 44px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5em;
    text-shadow: 0 0 10px rgb(135,172,201,0.5);
}
.secure_vaultvPRB h2 {
    font-size: 35px;
    color: rgb(101,129,150);
    font-weight: 600;
    margin-bottom: 1em;
    text-shadow: 0 0 8px rgb(101,129,150,0.5);
}
.secure_vaultvPRB h3,
.secure_vaultvPRB h4,
.secure_vaultvPRB h5,
.secure_vaultvPRB h6 {
    margin-bottom: 0.75em;
    color: #ffffff;
}
.secure_vaultvPRB h3 {
    font-size: calc(24px - 0.2em);
    font-weight: 400;
}
.secure_vaultvPRB h4 {
    font-size: calc(24px - 0.4em);
    font-weight: 400;
}
.secure_vaultvPRB h5 {
    font-size: 24px;
    font-weight: 300;
}
.secure_vaultvPRB h6 {
    font-size: 16px;
    font-weight: 300;
}
.secure_vaultvPRB ul,
.secure_vaultvPRB ol {
    padding-left: 1.5em;
    margin-bottom: 1.5em;
}
.secure_vaultvPRB ul {
    list-style-type: circle;
}
.secure_vaultvPRB ol {
    list-style-type: decimal;
}
.secure_vaultvPRB li {
    margin-bottom: 0.75em;
    font-size: 12px;
    color: #ffffff;
}
.secure_vaultvPRB p {
    font-size: 12px;
    margin-bottom: 1.5em;
    line-height: 1.7;
    color: #ffffff;
}
.secure_vaultvPRB span {
    color: rgb(135,172,201);
    font-weight: 600;
}
.secure_vaultvPRB div {
    margin-bottom: 1.5em;
}
@media only screen and (max-width: 800px) {
    .secure_vaultvPRB {
        padding: 1em;
        border-radius: 10px;
    }
    .secure_vaultvPRB h1 {
        font-size: calc(24px - 0.5em);
    }
    .secure_vaultvPRB h2 {
        font-size: calc(24px - 0.4em);
    }
    .secure_vaultvPRB p,
    .secure_vaultvPRB li {
        font-size: calc(12px - 0.2em);
    }
}
.secure_vaultvPRB h1::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background-color: rgb(135,172,201);
    margin: 0.5em auto 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(135,172,201,0.5);
}
.secure_vaultvPRB h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: rgb(101,129,150);
    margin: 0.5em auto 0;
    border-radius: 10px;
    box-shadow: 0 0 8px rgb(101,129,150,0.5);
}
.secure_vaultvPRB ul li::before,
.secure_vaultvPRB ol li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: rgb(135,172,201);
    border-radius: 50%;
    margin-right: 0.5em;
    box-shadow: 0 0 5px rgb(135,172,201,0.5);
}
.secure_vaultvPRB a {
    color: rgb(135,172,201);
    text-decoration: underline;
    box-shadow: 0 0 5px rgb(135,172,201,0.5);
}
.secure_vaultvPRB a:hover {
    color: rgb(101,129,150);
    box-shadow: 0 0 5px rgb(101,129,150,0.5);
}
.secure_vaultvPRB blockquote {
    margin: 1em 0;
    padding: 1.5em;
    border-left: 5px solid rgb(135,172,201);
    background-color: rgba(0, 0, 0, 0.5);
    font-style: italic;
    color: #ffffff;
    box-shadow: 0 0 10px rgb(135,172,201,0.5);
}