* {
    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: Nunito, sans-serif;
    color: #000000;
}
.content-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(217,217,217);
}
a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}.thanksNexus {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(168,168,168,0.5);
    padding: 40px;
    position: relative;
}
.thanksNexus .container {
    max-width: 600px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(168,168,168);
    border-radius: 13px;
    padding: 40px;
    box-shadow: 0 0 15px rgb(168,168,168,0.5), 0 0 30px rgb(66,66,66,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.thanksNexus h2 {
    margin-bottom: 20px;
    font-size: 46px;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    color: rgb(168,168,168);
    text-shadow: 0 0 10px #ffffff, 0 0 20px rgb(66,66,66);
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(168,168,168);
    width: 100%;
}
.thanksNexus h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 50px;
    height: 2px;
    background: rgb(66,66,66);
    transform: translateX(-50%);
    box-shadow: 0 0 5px rgb(66,66,66), 0 0 10px rgb(168,168,168);
}
.thanksNexus p {
    font-size: 17px;
    font-family: Nunito, sans-serif;
    font-weight: 300;
    color: rgb(66,66,66);
    line-height: 1.6;
    margin-top: 10px;
    position: relative;
    padding: 0 20px;
    text-shadow: 0 0 5px #ffffff, 0 0 10px rgb(168,168,168,0.5);
}
.thanksNexus p::before, .thanksNexus p::after {
    content: '';
    position: absolute;
    background: rgb(168,168,168);
    border-radius: 50%;
    opacity: 0.5;
    box-shadow: 0 0 5px rgb(168,168,168), 0 0 10px rgb(66,66,66);
}
.thanksNexus p::before {
    width: 10px;
    height: 10px;
    top: 10px;
    left: 0;
}
.thanksNexus p::after {
    width: 10px;
    height: 10px;
    bottom: 10px;
    right: 0;
}
@media only screen and (max-width: 800px) {
    .thanksNexus {
        padding: 20px;
    }
    
    .thanksNexus .container {
        padding: 30px;
    }
    
    .thanksNexus h2 {
        font-size: 28px;
    }
    
    .thanksNexus p {
        font-size: 21px;
    }
}
.privacy_barrier {
    background-color: rgb(217,217,217);
    color: #000000;
    padding: 60px;
    border: 1px solid rgb(168,168,168);
    font-family: Nunito, sans-serif;
}
.privacy_barrier h1 {
    font-size: 39px;
    color: rgb(168,168,168);
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(168,168,168);
    padding-bottom: 10px;
}
.privacy_barrier h2 {
    font-size: 30px;
    color: rgb(66,66,66);
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(66,66,66);
    padding-bottom: 8px;
}
.privacy_barrier h3, .privacy_barrier h4, .privacy_barrier h5, .privacy_barrier h6 {
    margin: 30px 0;
    color: rgb(168,168,168);
    text-transform: uppercase;
}
.privacy_barrier h3 {
    font-size: calc(30px - 2px);
    font-weight: 700;
}
.privacy_barrier h4 {
    font-size: calc(23px + 2px);
    font-weight: 600;
}
.privacy_barrier h5 {
    font-size: 23px;
    font-weight: 400;
}
.privacy_barrier h6 {
    font-size: 22px;
    font-weight: 300;
}
.privacy_barrier ul, .privacy_barrier ol {
    padding-left: 25px;
    margin: 20px 0;
    list-style: none;
}
.privacy_barrier ul li::before {
    content: '•';
    color: rgb(66,66,66);
    font-size: 20px;
    margin-right: 10px;
}
.privacy_barrier ol {
    counter-reset: list-counter;
}
.privacy_barrier ol li {
    counter-increment: list-counter;
}
.privacy_barrier ol li::before {
    content: counter(list-counter) '. ';
    color: rgb(168,168,168);
    font-weight: 700;
    margin-right: 5px;
}
.privacy_barrier li {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 12px;
    position: relative;
    padding-left: 15px;
}
.privacy_barrier section {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #000000;
}
.privacy_barrier p {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: justify;
}
.privacy_barrier span {
    color: rgb(168,168,168);
    font-weight: 600;
}
.privacy_barrier div {
    margin-bottom: 25px;
}
@media only screen and (max-width: 800px) {
    .privacy_barrier {
        padding: 40px;
        border-radius: 10px;
    }
    .privacy_barrier h1 {
        font-size: calc(39px - 8px);
    }
    .privacy_barrier h2 {
        font-size: calc(30px - 6px);
    }
    .privacy_barrier ul, .privacy_barrier ol {
        padding-left: 20px;
    }
    .privacy_barrier li {
        font-size: calc(12px - 1px);
    }
    .privacy_barrier p {
        font-size: calc(12px - 1px);
    }
}.content-wrapper .program_details {
    padding: 60px 0;
    background: rgb(66,66,66);
    color: #ffffff;
    font-family: Nunito, sans-serif;
    position: relative;
    overflow: hidden;
}

.content-wrapper .program_details::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(168,168,168,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(225deg, rgb(168,168,168,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(315deg, rgb(168,168,168,0.5) 25%, transparent 25%),
                linear-gradient(45deg, rgb(168,168,168,0.5) 25%, transparent 25%);
    background-size: 100px 100px;
    z-index: 0;
}

.content-wrapper .program_details .items {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
}

.content-wrapper .program_details .items .course {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    max-width: 1200px;
    background: rgb(66,66,66);
    border-radius: 13px;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
    overflow: hidden;
}

.content-wrapper .program_details .items .course .content {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.content-wrapper .program_details .photo {
    width: 50%;
    height: auto;
    background-size: cover;
    background-position: center;
    border-right: 2px solid rgba(0, 255, 255, 0.5);
}

.content-wrapper .program_details .text_holder {
    width: 50%;
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-wrapper .program_details .text_holder h3 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(168,168,168);
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.7);
}

.content-wrapper .program_details .text_holder p {
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.6;
}

.content-wrapper .program_details .button {
    align-self: flex-start;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    background: rgb(168,168,168);
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid rgb(168,168,168);
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.7);
}

.content-wrapper .program_details .button:hover {
    background: rgb(66,66,66);
    border-color: rgb(66,66,66);
    color: #ffffff;
}

@media only screen and (max-width: 900px) {
    .content-wrapper .program_details {
        padding: 40px 0;
    }
    .content-wrapper .program_details .items .course .content {
        flex-direction: column;
    }
    .content-wrapper .program_details .items .course {
        flex-direction: column;
        width: 100%;
    }

    .content-wrapper .program_details .photo {
        width: 100%;
        height: 250px;
        border-right: none;
        border-bottom: 2px solid rgba(0, 255, 255, 0.5);
    }

    .content-wrapper .program_details .text_holder {
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    .content-wrapper .program_details .text_holder h3 {
        font-size: 19px;
    }

    .content-wrapper .program_details .text_holder p {
        font-size: 17px;
    }

    .content-wrapper .program_details .button {
        align-self: center;
    }
}
header .main_header {
    background: rgb(168,168,168);
    color: #ffffff;
    border-bottom: 3px solid rgb(168,168,168);
    position: relative;
    z-index: 1000;
}

header .logo_holder {
    display: flex;
    align-items: center;
    padding: 15px 25px;
}
header .logo_holder a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #ffffff;
}
header .logo_holder svg, header .logo_holder img {
    width: 70px;
    height: 70px;
}

header .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .menu a {
    text-decoration: none;
    padding: 15px 30px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
    border-left: 1px solid rgb(66,66,66);
}
header .menu a.active {
    background: rgb(168,168,168);
    color: #ffffff;
}

@media only screen and (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: center;
    }
    header .menu {
        flex-direction: column;
        display: none;
        width: 100%;
        background: #000000;
    }
    header .menu.opened {
        display: flex;
    }
    header .menu a {
        width: 100%;
        text-align: center;
        padding: 20px 0;
        border: none;
        border-bottom: 1px solid rgb(66,66,66);
    }
}

body .content-wrapper header .main_header {
    padding-bottom: 10px;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
}
body .content-wrapper header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    position: relative;
    z-index: 2;
}
body .content-wrapper .logotype {
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
}
body .content-wrapper header .menu {
    padding-top: 20px;
}
body .content-wrapper header .menu a {
    font-size: 19px;
    font-weight: 600;
}

@media only screen and (max-width: 800px) {
    body .content-wrapper header .menu {
        background: none;
        align-items: center;
    }
    body .content-wrapper header .logo_holder .logotype svg,
    body .content-wrapper header .logo_holder .logotype img {
        width: 60px;
        height: 60px;
    }
    body .content-wrapper header .menu a {
        text-align: center;
    }
    body .content-wrapper header .logo_holder {
        justify-content: center;
        align-items: center;
    }
    body .content-wrapper header .menu {
        padding-bottom: 20px;
    }
}.give_it_a_try {
    padding-bottom: 80px;
    padding-top: 80px;
}

.give_it_a_try h2 {
    color: rgb(66,66,66);
}

.give_it_a_try .button {
    background: rgb(66,66,66);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.give_it_a_try .button:hover {
    background: rgb(168,168,168);
}

.give_it_a_try .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.give_it_a_try h2 {
    font-size: 37px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.give_it_a_try .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .give_it_a_try .holder {
        flex-direction: column;
    }

    .content-wrapper section.give_it_a_try h2 {
        font-size: 26px;
    }

    .give_it_a_try h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .give_it_a_try .button {
        font-size: 24px;
    }

    .give_it_a_try {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.content-wrapper .give_it_a_try {
    background: linear-gradient(135deg, rgb(168,168,168), rgb(66,66,66));
    padding: 60px 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    transition: all 0.3s ease-in-out;
}

.content-wrapper .give_it_a_try .holder {
    margin: auto;
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 40px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
    border: 1px solid rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.content-wrapper .give_it_a_try .holder:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}

.content-wrapper .give_it_a_try h2 {
    margin-bottom: 40px;
    font-size: 37px;
    font-family: Nunito, sans-serif;
    font-weight: 600;
    color: rgb(168,168,168);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(135deg, rgb(168,168,168), rgb(66,66,66));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background 0.3s ease, text-shadow 0.3s ease;
    margin-right: 0;
}

.content-wrapper .give_it_a_try .button {
    display: inline-block;
    padding: 20px 50px;
    font-size: 19px;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(168,168,168), rgb(66,66,66));
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.content-wrapper .give_it_a_try .button:hover {
    background: linear-gradient(135deg, rgb(66,66,66), rgb(168,168,168));
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}

@media only screen and (max-width: 800px) {
    .content-wrapper .give_it_a_try .holder {
        width: 90%;
        padding: 30px 20px;
    }

    .content-wrapper .give_it_a_try h2 {
        font-size: 21px;
    }

    .content-wrapper .give_it_a_try .button {
        width: 100%;
        padding: 15px 0;
    }
}.interested_learners {
    padding-bottom: 80px;
    padding-top: 80px;
}

.interested_learners .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.interested_learners ul {
    list-style: none;
}

.interested_learners ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.interested_learners ul svg, .interested_learners ul svg path {
    fill: rgb(168,168,168);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    flex-shrink: 0;
}

.interested_learners h2 {
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .interested_learners {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.content-wrapper .interested_learners .holder {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(66,66,66);
    background: rgb(66,66,66);
    color: #ffffff;
    padding: 60px;
    border-radius: 24px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.content-wrapper .interested_learners h2 {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 47px;
    margin-bottom: 30px;
    font-weight: 600;
    color: rgb(168,168,168);
    text-transform: capitalize;
    letter-spacing: 1px;
    background: linear-gradient(0deg, rgb(168,168,168) 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: #ffffff -2px -2px;
}

.content-wrapper .interested_learners ul {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.content-wrapper .interested_learners ul li {
    flex: 1 1 calc(50% - 20px);
    padding: 20px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    background: rgb(66,66,66,0.5);
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    transition: transform 0.3s ease, background 0.3s ease;
}

.content-wrapper .interested_learners ul li:hover {
    transform: translateY(-10px);
    background: rgb(168,168,168,0.5);
}

.content-wrapper .interested_learners ul svg, .content-wrapper .interested_learners ul svg path {
    width: 24px;
    height: 24px;
    fill: rgb(168,168,168);
    margin-right: 15px;
    transition: fill 0.3s ease;
    position: static;
}

@media only screen and (max-width: 800px) {
    .content-wrapper .interested_learners .holder {
        padding: 30px;
        grid-template-columns: 1fr;
    }

    .content-wrapper .interested_learners h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .content-wrapper .interested_learners ul {
        flex-direction: column;
        gap: 10px;
    }

    .content-wrapper .interested_learners ul li {
        flex: 1 1 auto;
        padding: 15px;
        font-size: 18px;
    }

    .content-wrapper .interested_learners ul svg, .content-wrapper .interested_learners ul svg path {
        width: 20px;
        height: 20px;
    }
}footer {
    background: rgb(66,66,66);
    color: #ffffff;
}

footer .copyright {
    background: rgb(168,168,168);
}

footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(168,168,168);
}

footer h5 {
    color: rgb(168,168,168);
}

footer .menu a {
    color: #ffffff;
}

footer .copyright_info {
    color: #ffffff;
}

footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}

footer .contact_info div svg, footer .contact_info div svg path {
    fill: #ffffff;
}

footer .contact_info div span {
    color: #ffffff;
}

footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .logo_holder svg, footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

footer h5 {
    font-size: 18px;
    margin-bottom: 16px;

}

footer .contact_info {
    display: flex;
    flex-direction: column;
}

footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: flex-start;
}

footer .contact_info div img, footer .contact_info div svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

footer .menu_holder {
    display: flex;
    flex-direction: column;
}

footer .menu a {
    text-decoration: none;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .copyright {
    font-size: 15px;
}

footer .footer_agreement {
    text-align: center;
    margin: 10px 0;
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {
    footer .menu, footer .menu_holder, footer .footer_info {
        flex-direction: column;
    }

    footer .contact_info {
        margin-top: 10px;
    }

    footer h5 {
        margin-top: 5px;
    }

}

.content-wrapper footer {
    background: #252525;
}

.content-wrapper footer .copyright {
    background: none;
    padding: 10px 0;
}

.content-wrapper footer .footer {
    padding-top: 30px;
    padding-bottom: 0;
}

.content-wrapper footer .footer_info {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff;
}

.content-wrapper footer .logo_holder svg, .content-wrapper footer .logo_holder img {
    width: 160px;
    height: 160px;
}

.content-wrapper footer .menu {
    width: calc(50% - 90px);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.content-wrapper footer h5 {
    width: 200px;
}

.content-wrapper footer .menu_holder {
    width: 200px;
}

.content-wrapper footer .menu a {
    margin-right: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.content-wrapper footer .menu a:hover {
    color: rgb(168,168,168);
}

.content-wrapper footer .copyright_info {
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .content-wrapper footer .footer_info {
        align-items: center;
    }

    .content-wrapper footer h5 {
        text-align: center;
    }

    .content-wrapper footer .menu {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .content-wrapper footer .menu a {
        text-align: center;
    }

    .content-wrapper footer .logo_holder svg, .content-wrapper footer .logo_holder img {
        margin-right: 0;
        width: 120px;
        height: 120px;
    }

    .content-wrapper footer .logo_holder {
        margin-bottom: 10px;
    }
}.reach_out {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgb(217,217,217);
    font-family: Nunito, sans-serif;
}
.reach_out h3 {
    color: rgb(168,168,168);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
.reach_out .container {
    max-width: 1140px;
    margin: 0 auto;
}
.reach_out .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.reach_out .info {
    flex: 1;
    min-width: 300px;
    padding: 20px;
    border-radius: 29px;
    background: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
}
.reach_out .info h5 {
    color: rgb(66,66,66);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.reach_out .info span {
    color: #000000;
    font-size: 15px;
    text-align: left;
}
.reach_out .info .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.reach_out .info .contact_info svg {
    width: 24px;
    height: 24px;
    fill: rgb(168,168,168);
    margin-right: 15px;
}
.reach_out .logo_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    margin-bottom: 30px;
}
.reach_out .logo_holder svg, .reach_out .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    fill: rgb(168,168,168);
}
.reach_out .form {
    flex: 2;
    min-width: 300px;
    padding: 20px;
    border-radius: 29px;
    background: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.reach_out form {
    display: flex;
    flex-direction: column;
}
.reach_out form input, .reach_out form textarea {
    color: #000000;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgb(66,66,66,0.5);
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 15px;
    transition: border-color 0.3s;
}
.reach_out form input:focus, .reach_out form textarea:focus {
    border-color: rgb(66,66,66);
}
.reach_out form .button {
    background: rgb(168,168,168);
    color: #ffffff;
    border-radius: 29px;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    width: 100%;
}
.reach_out form .button:hover {
    background: rgb(66,66,66);
}
.reach_out .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 15px;
}
.reach_out .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 10px;
}
.reach_out .agree label {
    display: flex;
    align-items: center;
}
.reach_out .agree a {
    color: rgb(168,168,168);
    text-decoration: none;
    margin-left: 5px;
}
.reach_out .agree a:hover {
    text-decoration: underline;
}
.reach_out .name_holder {
    display: flex;
    flex-wrap: wrap;
}
.reach_out .name_holder #surname {
    flex: 1;
}
@media (max-width: 768px) {
    .reach_out .holder {
        flex-direction: column;
    }
    .reach_out .info, .reach_out .form {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .reach_out h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }
}
.instructional_approach {
    padding: 80px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    border-top: 2px solid rgb(168,168,168);
    border-bottom: 2px solid rgb(66,66,66);
}

.instructional_approach .holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 19px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.instructional_approach h2 {
    grid-column: span 2;
    font-family: Nunito, sans-serif;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: rgb(168,168,168);
    border-bottom: 2px solid rgb(168,168,168);
    padding-bottom: 10px;
}

.instructional_approach p {
    font-family: Nunito, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #000000;
}

.instructional_approach .feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(168,168,168,0.5);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    color: #000000;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.instructional_approach .feature h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.instructional_approach .feature p {
    font-size: 12px;
}

@media only screen and (max-width: 800px) {
    .instructional_approach {
        padding: 30px 0;
    }

    .instructional_approach .holder {
        display: flex;
        flex-direction: column;
        padding: 20px;
    }

    .instructional_approach h2 {
        font-size: 18px;
    }

    .instructional_approach .feature {
        width: 100%;
        margin-bottom: 20px;
    }

    .instructional_approach .feature h3 {
        font-size: 18px;
    }

    .instructional_approach .feature p {
        font-size: 12px;
    }
}

.content-wrapper .instructional_approach {
    padding-top: 100px;
    position: relative;
    border: none;
}

.content-wrapper .instructional_approach::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(94.96deg, rgb(168,168,168) 0%, rgb(66,66,66) 100%);
    z-index: 0;
}

.content-wrapper .instructional_approach .holder {
    background: #ffffff;
    width: 60%;
    padding: 40px;
    border-radius: 19px;
    box-shadow: rgba(12, 68, 75, 0.2) 0px -30px 40px;
    grid-template-columns: 1fr;
}

.content-wrapper .instructional_approach h2 {
    text-align: left;
    margin-bottom: 10px;
    border-bottom: none;
}

.content-wrapper .instructional_approach p {
    text-align: left;
}

@media only screen and (max-width: 800px) {
    .content-wrapper .instructional_approach {
        padding: 50px 0;
    }

    .content-wrapper .instructional_approach .holder {
        width: 100%;
        padding: 20px;
        grid-template-columns: 1fr;
    }

    .content-wrapper .instructional_approach h2 {
        font-size: 18px;
        text-align: left;
        margin-bottom: 16px;
    }

    .content-wrapper .instructional_approach p {
        font-size: 12px;
        width: 100%;
    }
}
.opening_board {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.opening_board .title_page_holder {
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.opening_board .style_element {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    width: 60%;
    padding: 60px 40px;
    border-radius: 11px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    backdrop-filter: blur(10px);
    text-align: center;
}
.opening_board .style_element h1 {
    font-family: Nunito, sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: rgb(168,168,168);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.opening_board .style_element h3 {
    font-family: Nunito, sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: rgb(66,66,66);
    margin-bottom: 12px;
}
.opening_board .style_element p {
    font-family: Nunito, sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 24px;
}
.opening_board .style_element::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border-radius: 11px;
    border: 2px dashed rgb(168,168,168,0.5);
    z-index: -1;
}
@media only screen and (max-width: 800px) {
    .opening_board .title_page_holder {
        min-height: 320px;
    }
    .opening_board .style_element {
        width: 80%;
        padding: 40px 20px;
    }
    .opening_board .style_element h1 {
        font-size: 20px;
    }
    .opening_board .style_element h3 {
        font-size: 22px;
    }
    .opening_board .style_element p {
        font-size: 18px;
    }
}
.content-wrapper .opening_board {
    position: relative;
}
.content-wrapper .opening_board::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.5;
    z-index: 0;
}
.content-wrapper .opening_board .style_element {
    position: relative;
    margin: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    padding: 40px 30px;
    flex-direction: column;
    min-height: 336px;
    justify-content: center;
    max-width: 1000px;
    border-radius: 10px;
}
.content-wrapper .opening_board .style_element::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #ffffff;
    opacity: 0.9;
    z-index: 1;
}
.content-wrapper .opening_board .title_page_holder {
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-wrapper .opening_board .style_element h1 {
    position: relative;
    z-index: 2;
    font-size: 38px;
    font-weight: 700;
    color: #000000;
}
.content-wrapper .opening_board .style_element h3 {
    color: #000000;
    z-index: 2;
}
.content-wrapper .opening_board .style_element p {
    position: relative;
    z-index: 2;
    margin-top: 40px;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
}
@media only screen and (max-width: 800px) {
    .content-wrapper .opening_board .title_page_holder {
        padding: 20px;
    }
    .content-wrapper .opening_board .style_element h1 {
        font-size: 28px;
    }
    .content-wrapper .opening_board .style_element {
        padding: 20px;
    }
}.learning_outcomes {
    padding-bottom: 80px;
    padding-top: 80px;
}

.learning_outcomes .holder {
    display: flex;
    width: 100%;
}

.learning_outcomes h2 {
    text-align: left;
    margin-bottom: 20px;
}

.learning_outcomes .photo {
    width: 50%;
    flex-shrink: 0;
}

.learning_outcomes .text_holder {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.learning_outcomes ul {
    list-style: none;
}

.learning_outcomes li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.learning_outcomes svg, .learning_outcomes path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(168,168,168);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .learning_outcomes {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .learning_outcomes .holder {
        flex-direction: column;
    }

    .learning_outcomes .text_holder {
        width: 100%;
    }

    .learning_outcomes .photo {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.content-wrapper .learning_outcomes {
    background: rgb(168,168,168);
    padding: 100px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.content-wrapper .learning_outcomes::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(66,66,66,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.85;
}

.content-wrapper .learning_outcomes .holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 26px;
    padding: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
    max-width: 1200px;
    width: 100%;
}

.content-wrapper .learning_outcomes h2 {
    font-size: 37px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
}

.content-wrapper .learning_outcomes ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-wrapper .learning_outcomes li {
    margin-bottom: 15px;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    background: rgb(66,66,66,0.5);
    padding: 10px;
    border-radius: 10px;
}

.content-wrapper .learning_outcomes .photo {
    min-height: 450px;
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.content-wrapper .learning_outcomes .text_holder {
    padding: 40px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

.content-wrapper .learning_outcomes svg, .content-wrapper .learning_outcomes path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(168,168,168);
}

@media only screen and (max-width: 800px) {
    .content-wrapper .learning_outcomes {
        padding: 60px 10px;
    }

    .content-wrapper .learning_outcomes .holder {
        flex-direction: column;
        padding: 20px;
    }

    .content-wrapper .learning_outcomes .photo {
        width: 100%;
        min-height: 250px;
        margin-bottom: 20px;
    }

    .content-wrapper .learning_outcomes .text_holder {
        width: 100%;
    }

    .content-wrapper .learning_outcomes h2 {
        font-size: 37px;
    }
}
.benefits_summary .advantages_content h2 {
    color: rgb(66,66,66);
}

.benefits_summary .advantage_item svg, .benefits_summary .advantage_item svg path {
    fill: rgb(168,168,168);
}

.benefits_summary .advantage_item p {
    color: #000000;
}

.benefits_summary .advantage_item b {
    color: rgb(168,168,168);
}

.benefits_summary {
    padding-top: 80px;
    padding-bottom: 80px;
}

.benefits_summary .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.benefits_summary .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.benefits_summary .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 30px;
    font-weight: 600;
}

.benefits_summary .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.benefits_summary .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.benefits_summary .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.benefits_summary .advantage_item svg, .benefits_summary .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .content-wrapper .benefits_summary .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .benefits_summary .advantages_content h2 {
        font-size: 30px;
    }

    .benefits_summary .advantages_holder {
        flex-direction: column;
    }

    .benefits_summary {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .content-wrapper .benefits_summary .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.content-wrapper .benefits_summary .advantages_content h2 {
    font-size: 60px;
    font-weight: 400;
}

.content-wrapper .benefits_summary .advantages_holder {
    width: 100%;
    flex-wrap: wrap;
}

.content-wrapper .benefits_summary .advantage_item {
    padding: 30px;
    width: 270px;
    border-radius: 50px;
    background: #ffffff;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
    border-bottom: 14px solid rgb(168,168,168);

}

.content-wrapper .benefits_summary .advantage_image {
    padding: 20px;
    background: rgb(168,168,168);
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-wrapper .benefits_summary .advantage_item svg, .content-wrapper .benefits_summary .advantage_item svg path, .content-wrapper .benefits_summary .advantage_item img {
    fill: #ffffff;
    width: 80px;
    height: 80px;
}

.content-wrapper .benefits_summary .advantages_content h4 {
    display: inherit;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(168,168,168);
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .content-wrapper .benefits_summary .advantage_item {
        width: 100%;
        margin-bottom: 30px;
    }

    .content-wrapper .benefits_summary .advantages_content h2 {
        font-size: 36px;
    }
}.content-wrapper .who_we_are .holder {
    height: auto;
}

.who_we_are {
    padding: 80px 0;
    background: rgb(168,168,168,0.5);
    position: relative;
    overflow: hidden;
}

.content-wrapper .who_we_are .holder .photo {
    display: block;
    width: 450px;
    height: 450px;
    border-radius: 12px;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.content-wrapper .who_we_are .holder .photo:hover {
    transform: translateY(-50%) scale(1.05);
}

.content-wrapper .who_we_are .caption_holder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 600px;
    padding: 0 50px;
    background: linear-gradient(45deg, rgb(66,66,66), rgb(66,66,66,0.5));
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    padding-right: 0;
}

.content-wrapper .who_we_are .style_element {
    background: rgb(168,168,168);
    padding: 40px;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 400px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.content-wrapper .who_we_are h2 {
    color: #ffffff;
    margin-top: 20px;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.content-wrapper .who_we_are p {
    color: #ffffff;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

@media only screen and (max-width: 1200px) {
    .content-wrapper .who_we_are .holder .photo {
        width: 350px;
        height: 350px;
        left: 30px;
        position: static;
        transform: translateY(0);
        margin-top: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .content-wrapper .who_we_are .style_element {
        width: 100%;
        padding: 30px;
        box-shadow: none;
        border-radius: 0;
    }
    .content-wrapper .who_we_are .holder .photo {
        width: 280px;
        height: 280px;
    }
    .content-wrapper .who_we_are .caption_holder {
        flex-direction: column-reverse;
        min-height: unset;
        padding: 20px;
        box-shadow: none;
    }
    .content-wrapper .who_we_are h2 {
        font-size: 20px;
    }
}.instructor_profile {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(135deg, rgb(168,168,168,0.5) 30%, rgb(66,66,66,0.5) 100%);
    position: relative;
    overflow: hidden;
}


.instructor_profile .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.instructor_profile .review {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 33%;
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
    margin: 10px;
}

.instructor_profile .review:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.instructor_profile .photo {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    margin-bottom: 20px;
    background-position: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.instructor_profile .worker_description {
    text-align: center;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
}

.instructor_profile .review .name {
    font-size: 21px;
    font-weight: 700;
    color: rgb(168,168,168);
    margin-bottom: 8px;
}

.instructor_profile .review span {
    font-size: 16px;
    font-weight: 600;
    color: rgb(66,66,66);
    margin-bottom: 14px;
}

.instructor_profile .review .quote {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    color: #000000;
    line-height: 1.6;
}

@media only screen and (max-width: 1200px) {
    .instructor_profile .review {
        max-width: 45%;
    }
}

@media only screen and (max-width: 800px) {
    .instructor_profile .holder {
        flex-direction: column;
        align-items: center;
    }

    .instructor_profile .review {
        width: 80%;
        margin-bottom: 40px;
    }

    .instructor_profile {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .instructor_profile .photo {
        width: 300px;
        height: 300px;
    }
}

.content-wrapper .instructor_profile {
    position: relative;
    z-index: 1;
}

.content-wrapper .instructor_profile::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(66,66,66,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.content-wrapper .instructor_profile .holder {
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.content-wrapper .instructor_profile .review {
    max-width: 40%;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background: rgb(168,168,168,0.5);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.content-wrapper .instructor_profile .photo {
    border-radius: 25px;
    width: 370px;
    height: 370px;
    margin: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.content-wrapper .worker_description {
    background: #ffffff;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.content-wrapper .instructor_profile .review .name {
    font-size: 41px;
    font-weight: 700;
    color: rgb(168,168,168);
    text-align: center;
    line-height: 1.2;
}

.content-wrapper .instructor_profile .review span {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
}

.content-wrapper .instructor_profile .review .quote {
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .content-wrapper .instructor_profile .review {
        flex-direction: column;
        align-items: center;
        padding: 20px;
        max-width: 100%;
        margin: 0;
    }

    .content-wrapper .worker_description {
        width: 100%;
        padding: 20px;
    }

    .content-wrapper .instructor_profile::after {
        height: 50%;
    }

    .content-wrapper .instructor_profile .photo {
        width: 300px;
        height: 300px;
        margin: 20px;
    }

    .content-wrapper .instructor_profile .review .quote {
        margin-top: 10px;
    }

    .content-wrapper .instructor_profile .review .name {
        font-size: 32px;
    }
}
