* {
    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: Ubuntu, sans-serif;
    color: #000000;
}
.wrapper-structure-0695 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(189,189,189);
}
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;
    }
}.training-structure-9107 {
    position: relative;
    width: 100%;
    background: #000000;
    overflow: hidden;
}

.training-structure-9107 .work_holder {
    position: relative;
    padding: 4.5rem 0;
}

.training-structure-9107 .work_holder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 30% 50%,
        rgb(126,126,126,0.5) 0%,
        transparent 50%
    );
    z-index: 1;
}

.training-structure-9107 .work_holder::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 70% 50%,
        rgb(63,63,63,0.5) 0%,
        transparent 50%
    );
    z-index: 1;
}

.training-structure-9107 .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem;
    align-items: center;
}

.training-structure-9107 .text_holder {
    position: relative;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    padding: 3rem;
    border-radius: 11px;
    border-left: 3px solid rgb(126,126,126);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.training-structure-9107 .text_holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    border-radius: 11px;
    z-index: -1;
}

.training-structure-9107 .text_holder h4 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.3;
    background: linear-gradient(
        90deg,
        #ffffff,
        rgb(126,126,126)
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.training-structure-9107 .text_holder p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 1.25rem;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
}

@media (max-width: 991px) {
    .training-structure-9107 .container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .training-structure-9107 .text_holder {
        padding: 2.5rem;
        max-width: 700px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .training-structure-9107 .work_holder {
        padding: 3.5rem 0;
    }

    .training-structure-9107 .text_holder {
        padding: 2rem;
    }

    .training-structure-9107 .text_holder h4 {
        font-size: calc(38px * 0.85);
        margin-bottom: 1.5rem;
    }

    .training-structure-9107 .text_holder p {
        font-size: calc(18px * 0.95);
    }
}

@media (max-width: 576px) {
    .training-structure-9107 .work_holder {
        padding: 2.5rem 0;
    }

    .training-structure-9107 .container {
        padding: 0 1.25rem;
    }

    .training-structure-9107 .text_holder {
        padding: 1.75rem;
    }

    .training-structure-9107 .text_holder h4 {
        font-size: calc(38px * 0.75);
    }
}.contact-information-3827 {
    padding: 60px;
    background: rgb(63,63,63);
    font-family: Ubuntu, sans-serif;
    border: 2px solid rgb(126,126,126,0.5);
    box-shadow: 0 0 20px rgb(126,126,126,0.5);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}
.contact-information-3827::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgb(126,126,126);
    z-index: 1;
    transform-origin: center;
    transform: rotate(45deg);
    opacity: 0.1;
}
.contact-information-3827 h3 {
    color: rgb(63,63,63);
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(63,63,63);
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}
.contact-information-3827 .form {
    background: #000000;
    border-radius: 21px;
    padding: 40px;
    box-shadow: inset 0 0 10px rgb(126,126,126,0.5);
    position: relative;
    z-index: 2;
}
.contact-information-3827 .info svg, .contact-information-3827 .info svg path {
    fill: rgb(63,63,63);
}
.contact-information-3827 .info .contact_info h5 {
    color: rgb(63,63,63);
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 16px;
}
.contact-information-3827 .info span {
    color: #ffffff;
    font-size: 13px;
}
.contact-information-3827 .info .contact_info svg, .contact-information-3827 .info .contact_info svg path {
    fill: #ffffff;
}
.contact-information-3827 form input {
    color: #ffffff;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(126,126,126,0.5);
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
    box-shadow: 0 0 10px rgb(126,126,126,0.5);
    transition: border-color 0.3s ease;
}
.contact-information-3827 form input:focus {
    border-color: rgb(126,126,126);
    outline: none;
}
.contact-information-3827 form .button {
    background: rgb(63,63,63);
    color: #ffffff;
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid rgb(63,63,63);
    box-shadow: 0 0 15px rgb(63,63,63);
    transition: background 0.3s ease, box-shadow 0.3s ease;
}
.contact-information-3827 form .button:hover {
    background: rgb(126,126,126);
    box-shadow: 0 0 15px rgb(126,126,126);
}
.contact-information-3827 .holder {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}
.contact-information-3827 .holder > div {
    flex: 1;
    min-width: 300px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 21px;
    padding: 20px;
    box-shadow: inset 0 0 10px rgb(126,126,126,0.5);
    border: 2px solid rgb(126,126,126,0.5);
}
.contact-information-3827 .info {
    padding-top: 40px;
    border-top: 2px solid rgb(126,126,126,0.5);
}
.contact-information-3827 .logo_holder {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 30px;
}
.contact-information-3827 .logo_holder svg, .contact-information-3827 .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
.contact-information-3827 .info .contact_info span {
    font-weight: 300;
}
.contact-information-3827 .info .contact_info > div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.contact-information-3827 .name_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-information-3827 .name_holder #surname {
    flex: 1;
}
.contact-information-3827 .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact-information-3827 .agree label {
    display: flex;
    align-items: center;
    font-size: 13px;
    padding-left: 10px;
}
.contact-information-3827 .agree a {
    margin-left: 5px;
    color: rgb(126,126,126);
    text-decoration: underline;
}
.contact-information-3827 .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}
@media only screen and (max-width: 900px) {
    .contact-information-3827 {
        padding: 60px 10px;
    }
    .contact-information-3827 h3 {
        font-size: 35px;
    }
    .contact-information-3827 .holder {
        flex-direction: column;
        gap: 20px;
        flex-wrap: nowrap;
    }
    .contact-information-3827 .name_holder {
        flex-wrap: wrap;
        gap:0;
    }
    .contact-information-3827 form input {
        width: 100%;
    }
}
.contact-information-3827 .form form {
    display: flex;
    flex-direction: column;
}
.contact-information-3827 .form h3 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 18px;
    color: rgb(126,126,126);
}
.contact-information-3827 .info h5 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 16px;
    color: rgb(126,126,126);
}
.contact-information-3827 .info svg, .contact-information-3827 .info img {
    margin-right: 16px;
    width: 16px;
    height: 16px;
}
.contact-information-3827 .info span {
    font-size: 13px;
}
.contact-information-3827 .logo_holder {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 30px;
    margin-right: 30px;
}
.contact-information-3827 .logo_holder svg, .contact-information-3827 .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 0;
}
.contact-information-3827 .info .contact_info span {
    font-weight: 300;
}
.contact-information-3827 .info .contact_info > div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
header {
    padding-bottom: 10px;
    background: linear-gradient(135deg, rgb(126,126,126), rgb(63,63,63));
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.main_header {
    border-top: 20px solid rgb(126,126,126);
    border-bottom: 2px solid rgb(126,126,126);
    background: #ffffff;
    border-radius: 0 0 23px 23px;
    overflow: hidden;
}
.main_header .header_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.main_header .header_holder .logo_holder {
    margin: 10px 0;
    position: relative;
    z-index: 1;
}
.main_header .header_holder .logo_holder svg, .main_header .header_holder .logo_holder img {
    width: 100px;
    height: 100px;
    fill: rgb(126,126,126);
    transition: transform 0.3s ease;
}
.main_header .header_holder .logo_holder:hover svg, .main_header .header_holder .logo_holder:hover img {
    transform: scale(1.1);
}
.main_header .header_description {
    width: 50%;
    font-size: 24px;
    text-align: center;
    color: rgb(63,63,63);
    font-weight: 600;
    margin-bottom: 20px;
}
.main_header .header_menu {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: -2px;
    margin-top: 20px;
    position: relative;
    z-index: 11;
}
.main_header .header_menu a {
    border: 2px solid transparent;
    border-bottom: 2px solid rgb(126,126,126);
    padding: 10px 16px;
    color: rgb(63,63,63);
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
}
.main_header .header_menu a:hover {
    background: rgb(126,126,126,0.5);
    color: #ffffff;
    border-radius: 10px;
}
@media only screen and (max-width: 800px) {
    .main_header .header_description {
        width: 100%;
    }
    .main_header .header_menu {
        flex-direction: column;
    }
    .main_header .header_menu a:first-child:after {
        display: none;
    }
    .main_header .header_menu a:first-child {
        border: 2px solid transparent;
        border-bottom: 2px solid rgb(126,126,126);
    }
}.privacy-defense-9382 {
    background-color: rgb(189,189,189);
    padding: 2em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Ubuntu, sans-serif;
    color: #000000;
}
.privacy-defense-9382 h1 {
    font-size: 47px;
    color: rgb(126,126,126);
    font-weight: 700;
    text-align: center;
    margin-bottom: 1em;
}
.privacy-defense-9382 h2 {
    font-size: 31px;
    color: rgb(63,63,63);
    font-weight: 600;
    margin-bottom: 0.75em;
}
.privacy-defense-9382 h3,
.privacy-defense-9382 h4,
.privacy-defense-9382 h5,
.privacy-defense-9382 h6 {
    margin-bottom: 0.5em;
}
.privacy-defense-9382 h3 {
    font-size: calc(18px - 0.2em);
    font-weight: 400;
    color: rgb(126,126,126);
}
.privacy-defense-9382 h4 {
    font-size: calc(18px - 0.4em);
    font-weight: 400;
    color: rgb(63,63,63);
}
.privacy-defense-9382 h5 {
    font-size: 18px;
    font-weight: 300;
    color: #000000;
}
.privacy-defense-9382 h6 {
    font-size: 18px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
}
.privacy-defense-9382 ul {
    list-style-type: disc;
    padding-left: 1.5em;
    margin-bottom: 1em;
}
.privacy-defense-9382 ol {
    list-style-type: decimal;
    padding-left: 1.5em;
    margin-bottom: 1em;
}
.privacy-defense-9382 li {
    margin-bottom: 0.5em;
    font-size: 15px;
}
.privacy-defense-9382 p {
    font-size: 15px;
    margin-bottom: 1em;
    line-height: 1.6;
}
.privacy-defense-9382 span {
    color: rgb(126,126,126);
    font-weight: 600;
}
.privacy-defense-9382 div {
    margin-bottom: 1em;
}
@media only screen and (max-width: 800px) {
    .privacy-defense-9382 {
        padding: 1em;
        border-radius: 10px;
    }
    .privacy-defense-9382 h1 {
        font-size: calc(18px - 0.5em);
    }
    .privacy-defense-9382 h2 {
        font-size: calc(18px - 0.4em);
    }
    .privacy-defense-9382 p,
    .privacy-defense-9382 li {
        font-size: calc(15px - 0.2em);
    }
}
.privacy-defense-9382 h1::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: rgb(126,126,126);
    margin: 0.5em auto 0;
    border-radius: 10px;
}
.privacy-defense-9382 h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: rgb(63,63,63);
    margin: 0.5em auto 0;
    border-radius: 10px;
}
.privacy-defense-9382 ul li::before {
    content: "•";
    color: rgb(126,126,126);
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.privacy-defense-9382 ol li::before {
    color: rgb(63,63,63);
    font-weight: 700;
}
.privacy-defense-9382 a {
    color: rgb(126,126,126);
    text-decoration: underline;
}
.privacy-defense-9382 a:hover {
    text-decoration: none;
    color: rgb(63,63,63);
}
.privacy-defense-9382 blockquote {
    margin: 1em 0;
    padding: 1em;
    border-left: 5px solid rgb(126,126,126);
    background-color: rgb(126,126,126,0.5);
    font-style: italic;
}.course-demographic-2137 {
    position: relative;
    background: rgb(189,189,189);
    padding: 100px 0;
    overflow: hidden;
}

.course-demographic-2137::before {
    content: '';
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    background: repeating-linear-gradient(
        45deg,
        rgb(126,126,126,0.5) 0px,
        rgb(126,126,126,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    opacity: 0.1;
    animation: patternMove 30s linear infinite;
}

@keyframes patternMove {
    0% { transform: translate(0, 0) rotate(0deg); }
    100% { transform: translate(-50px, -50px) rotate(5deg); }
}

.course-demographic-2137 .container {
    display: flex;
    align-items: center;
    gap: 0;
    position: relative;
    z-index: 2;
}

.course-demographic-2137 .who_needs_photo {
    flex: 0 0 45%;
    aspect-ratio: 1;
    clip-path: circle(40% at center);
    position: relative;
    transform: translateX(5%);
}

.course-demographic-2137 .who_needs_photo::before {
    content: '';
    position: absolute;
    inset: -20px;
    border: 2px dashed rgb(126,126,126);
    border-radius: 50%;
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.course-demographic-2137 .who_needs_text {
    flex: 0 0 55%;
    padding-left: 5%;
    transform: translateX(-5%);
}

.course-demographic-2137 .who_needs_text h2 {
    font-size: 45px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 50px;
    position: relative;
    transform: rotate(-2deg);
    transform-origin: left center;
}

.course-demographic-2137 .who_needs_text h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgb(126,126,126,0.5);
    transform: skewX(-20deg);
}

.course-demographic-2137 .who_needs_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    position: relative;
}

.course-demographic-2137 .who_needs_list div {
    background: #ffffff;
    padding: 30px;
    border-radius: 0;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: flex-start;
    gap: 15px;
    z-index: 1;
}

.course-demographic-2137 .who_needs_list div::before {
    content: '';
    position: absolute;
    inset: 4px;
    border: 1px solid rgb(126,126,126,0.5);
    pointer-events: none;
    transition: all 0.4s ease;
}

.course-demographic-2137 .who_needs_list div:hover {
    transform: translate(-4px, -4px);
}

.course-demographic-2137 .who_needs_list div:hover::before {
    transform: translate(8px, 8px);
}

.course-demographic-2137 .who_needs_list svg {
    width: 32px;
    height: 32px;
    fill: rgb(126,126,126);
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.course-demographic-2137 .who_needs_list div:hover svg {
    transform: scale(1.1);
}

@media (max-width: 1200px) {
    .course-demographic-2137 {
        padding: 80px 0;
    }

    .course-demographic-2137 .who_needs_text h2 {
        font-size: calc(45px * 0.9);
    }
}

@media (max-width: 991px) {
    .course-demographic-2137 .container {
        flex-direction: column;
        gap: 60px;
    }

    .course-demographic-2137 .who_needs_photo {
        flex: 0 0 auto;
        width: 70%;
        transform: none;
    }

    .course-demographic-2137 .who_needs_text {
        transform: none;
        padding-left: 0;
        text-align: center;
        width: 100%;
    }

    .course-demographic-2137 .who_needs_text h2 {
        transform: none;
    }

    .course-demographic-2137 .who_needs_text h2::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .course-demographic-2137 .who_needs_list {
        max-width: 800px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .course-demographic-2137 {
        padding: 60px 0;
    }

    .course-demographic-2137 .who_needs_photo {
        width: 80%;
    }

    .course-demographic-2137 .who_needs_text h2 {
        font-size: calc(45px * 0.8);
        margin-bottom: 40px;
    }

    .course-demographic-2137 .who_needs_list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .course-demographic-2137 .who_needs_list div {
        padding: 25px;
    }
}

@media (max-width: 576px) {
    .course-demographic-2137 {
        padding: 40px 0;
    }

    .course-demographic-2137 .who_needs_photo {
        width: 90%;
    }

    .course-demographic-2137 .who_needs_text h2 {
        font-size: calc(45px * 0.7);
        margin-bottom: 30px;
    }

    .course-demographic-2137 .who_needs_list div {
        padding: 20px;
    }

    .course-demographic-2137 .who_needs_list svg {
        width: 24px;
        height: 24px;
    }
}.education-experience-5374 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.education-experience-5374 .review .name {
    color: rgb(63,63,63);
}

.education-experience-5374 .review span {
    color: rgb(126,126,126);
}

.education-experience-5374 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.education-experience-5374 .review {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 33%;
}

.education-experience-5374 .photo {
    width: 350px;
    height: 400px;
    max-width: 100%;
    margin-bottom: 8px;
    background-position: center;
}

.education-experience-5374 .review .name {
    font-size: 23px;
    margin-bottom: 8px;
}

.education-experience-5374 .review span {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 14px;
}

.education-experience-5374 .review .quote {
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
}

@media only screen and (max-width: 1200px) {
    .education-experience-5374 .review {
        max-width: unset;
    }
}

@media only screen and (max-width: 800px) {
    .education-experience-5374 .holder {
        flex-direction: column;
    }

    .education-experience-5374 .review {
        max-width: unset;
        width: 100%;
    }

    .education-experience-5374 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapper-structure-0695 .education-experience-5374 .photo {
    width: 450px;
    height: 450px;
    clip-path: polygon(0% 0%, 50% 0%, 100% 50%, 50% 100%, 0% 100%);
    flex-shrink: 0;
    margin: 0;
}

.wrapper-structure-0695 .education-experience-5374 {
    padding: 60px 0;
    position: relative;
    background: rgb(189,189,189);
}

.wrapper-structure-0695 .education-experience-5374::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 0;
}

.wrapper-structure-0695 .education-experience-5374 .review {
    flex-direction: row;
    max-width: unset;
    width: 100%;
    align-items: center;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .1);
    padding: 0;
    background: rgb(189,189,189);
    position: relative;
    z-index: 1;
}

.wrapper-structure-0695 .education-experience-5374 .holder {
    width: 100%;
}

.wrapper-structure-0695 .education-experience-5374 .worker_description {
    padding: 60px;
    display: flex;
    flex-direction: column-reverse;
}

.wrapper-structure-0695 .education-experience-5374 .review span {
    order: 0;
    font-size: 18px;
    color: rgb(63,63,63);
}

.wrapper-structure-0695 .education-experience-5374 .review .name {
    order: 1;
    font-size: 18px;
    color: rgb(126,126,126);
}

.wrapper-structure-0695 .education-experience-5374 .review .quote {
    order: 2;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .wrapper-structure-0695 .education-experience-5374 .review {
        flex-direction: column;
    }

    .wrapper-structure-0695 .education-experience-5374 .photo {
        clip-path: none;
        width: 100%;
        height: 300px;
    }

    .wrapper-structure-0695 .education-experience-5374 .worker_description {
        padding: 20px;
        width: 100%;
    }

    .wrapper-structure-0695 .education-experience-5374 {
        padding: 20px 0;
    }
}footer {
    background: linear-gradient(145deg, rgb(126,126,126), rgb(63,63,63));
    color: #000000;
    font-family: Ubuntu, sans-serif;
    padding: 50px 0;
    border-top: 1px solid rgb(126,126,126,0.5);
    border-bottom: 1px solid rgb(126,126,126,0.5);
    transition: background 0.3s ease-in-out;
}
footer:hover {
    background: linear-gradient(145deg, rgb(126,126,126), rgb(63,63,63));
}
footer .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}
footer .footer_info {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
}
footer .logo_holder {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    padding: 20px;
    max-width: 200px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
footer .logo_holder:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgb(126,126,126,0.5);
}
footer .logo_holder svg, 
footer .logo_holder img {
    width: 80px;
    height: 80px;
    fill: rgb(126,126,126);
}
footer h5 {
    font-size: 24px;
    color: rgb(126,126,126);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid rgb(126,126,126,0.5);
    padding-bottom: 5px;
    position: relative;
    text-shadow: 1px 1px var(--white-color_opacity);
}
footer h5::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: rgb(126,126,126);
    transition: width 0.3s ease;
}
footer h5:hover::after {
    width: 100%;
}
footer .menu {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    max-width: 500px;
}
footer .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    margin: 5px;
    padding: 10px 15px;
    border-radius: 10px;
    transition: background 0.3s, color 0.3s;
}
footer .menu a:hover {
    background: rgb(126,126,126);
    color: #ffffff;
}
footer .contact_info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 300px;
}
footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
}
footer .contact_info div svg {
    fill: rgb(126,126,126);
    width: 20px;
    height: 20px;
    margin-right: 10px;
    transition: fill 0.3s;
}
footer .contact_info div:hover svg {
    fill: rgb(63,63,63);
}
footer .contact_info div span {
    color: #ffffff;
    font-size: 17px;
}
footer .footer_agreement {
    text-align: center;
    margin: 30px 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgb(126,126,126,0.5);
    padding-top: 10px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
footer .copyright {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
    font-size: 15px;
}
footer .copyright_info {
    color: #ffffff;
    text-align: center;
    font-size: 17px;
}
footer .copyright_info a {
    color: rgb(126,126,126);
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.3s ease, color 0.3s ease;
}
footer .copyright_info a:hover {
    border-bottom: 1px solid rgb(126,126,126);
    color: rgb(63,63,63);
}
footer .menu_holder {
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 800px) {
    footer .logo_holder {
        margin-bottom: 20px;
    }
    footer .menu_holder {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    footer .footer_info {
        flex-direction: column;
        align-items: center;
    }
    footer .menu {
        flex-direction: column;
        align-items: center;
    }
    footer .contact_info {
        margin-top: 10px;
        align-items: center;
    }
}
.sign-up-now-9461 {
    padding: 60px 0;
    background: linear-gradient(135deg, rgb(189,189,189) 50%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), inset 0 1px 3px rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.sign-up-now-9461::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 10%, transparent 10%);
    background-size: 20px 20px;
    opacity: 0.5;
    animation: backgroundShimmer 60s linear infinite;
    pointer-events: none;
}

@keyframes backgroundShimmer {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.sign-up-now-9461 .holder {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 1;
}

.sign-up-now-9461 .holder::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent);
    pointer-events: none;
    z-index: -1;
}

.sign-up-now-9461 .holder svg, .sign-up-now-9461 .holder svg path {
    fill: rgb(126,126,126);
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.sign-up-now-9461 .holder h2 {
    font-size: 48px;
    text-align: center;
    margin: 30px 0;
    font-weight: 700;
    color: rgb(126,126,126);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, rgb(126,126,126), rgb(63,63,63));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.sign-up-now-9461 .holder h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: linear-gradient(to right, rgb(126,126,126), rgb(63,63,63));
    border-radius: 2px;
}

.sign-up-now-9461 .holder .button {
    padding: 15px 30px;
    background: linear-gradient(135deg, rgb(126,126,126), rgb(63,63,63));
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    border-radius: 11px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.sign-up-now-9461 .holder .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: 0.5s;
}

.sign-up-now-9461 .holder .button:hover::before {
    left: 100%;
}

.sign-up-now-9461 .holder .button:active {
    transform: translateY(2px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 1024px) {
    .sign-up-now-9461 {
        padding: 40px 0;
    }

    .sign-up-now-9461 .holder {
        padding: 30px;
    }

    .sign-up-now-9461 .holder svg, .sign-up-now-9461 .holder svg path {
        width: 70px;
        height: 70px;
    }

    .sign-up-now-9461 .holder h2 {
        font-size: 31px;
        margin: 20px 0;
    }

    .sign-up-now-9461 .holder .button {
        padding: 12px 24px;
        font-size: calc(20px * 0.9);
    }
}

@media only screen and (max-width: 768px) {
    .sign-up-now-9461 {
        padding: 30px 0;
    }

    .sign-up-now-9461 .holder {
        padding: 20px;
    }

    .sign-up-now-9461 .holder svg, .sign-up-now-9461 .holder svg path {
        width: 60px;
        height: 60px;
    }

    .sign-up-now-9461 .holder h2 {
        font-size: 18px;
        margin: 15px 0;
    }

    .sign-up-now-9461 .holder .button {
        padding: 10px 20px;
        font-size: 17px;
    }
}.join-our-mailing-list-3847 {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.join-our-mailing-list-3847 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.join-our-mailing-list-3847 input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(63,63,63,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.join-our-mailing-list-3847 h2 {
    margin-bottom: 20px;
    text-align: center;
}

.join-our-mailing-list-3847 .button {
    background: rgb(63,63,63);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.join-our-mailing-list-3847 .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .join-our-mailing-list-3847 .holder {
        flex-direction: column;
    }

    .join-our-mailing-list-3847 {
        padding: 30px 20px;
    }

    .join-our-mailing-list-3847 input {
        min-width: unset;
    }

    .join-our-mailing-list-3847 .button {
        flex-shrink: unset;
    }

    .join-our-mailing-list-3847 .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .join-our-mailing-list-3847 input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .wrapper-structure-0695 .join-our-mailing-list-3847 .holder h2 {
        font-size: 20px;
    }
}

.wrapper-structure-0695 .join-our-mailing-list-3847 {
    background: rgb(63,63,63);
    padding: 50px 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.wrapper-structure-0695 .join-our-mailing-list-3847 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.wrapper-structure-0695 .join-our-mailing-list-3847 h2 {
    color: rgb(126,126,126);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.wrapper-structure-0695 .join-our-mailing-list-3847 input {
    width: auto;
    max-width: 400px;
    margin-bottom: 20px;
    border-radius: 10px;
    color: #ffffff;
    background: rgb(63,63,63);
    border: 2px solid rgb(126,126,126);
    text-align: left;
    font-weight: 400;
    font-size: 17px;
    padding: 15px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

.wrapper-structure-0695 .join-our-mailing-list-3847 input::placeholder {
    color: rgb(126,126,126);
    opacity: 0.7;
}

.wrapper-structure-0695 .join-our-mailing-list-3847 input:focus {
    border-color: rgb(63,63,63);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    outline: none;
}

.wrapper-structure-0695 .join-our-mailing-list-3847 .button {
    border-radius: 10px;
    border: none;
    font-weight: 600;
    font-size: 15px;
    padding: 15px 30px;
    background: rgb(126,126,126);
    color: #000000;
    line-height: 1.2;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

.wrapper-structure-0695 .join-our-mailing-list-3847 .button:hover {
    background: rgb(63,63,63);
    transform: translateY(-2px);
}

@media only screen and (max-width: 800px) {
    .wrapper-structure-0695 .join-our-mailing-list-3847 {
        padding: 30px 15px;
    }

    .wrapper-structure-0695 .join-our-mailing-list-3847 h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .wrapper-structure-0695 .join-our-mailing-list-3847 input {
        width: 100%;
        margin-bottom: 15px;
    }

    .wrapper-structure-0695 .join-our-mailing-list-3847 .button {
        width: 100%;
        padding: 15px;
    }
}.advantages-outline-0798 {
    padding: 80px 0;
    background: rgb(126,126,126);
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
}
.advantages-outline-0798 .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: rgb(63,63,63,0.5);
    border-radius: 19px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
}
.advantages-outline-0798 .advantages_photo_holder {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}
.advantages-outline-0798 .advantages_photo_holder .photo {
    width: 40%;
    min-height: 300px;
    background: rgb(126,126,126,0.5);
    border-radius: 19px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.advantages-outline-0798 .advantages_photo_holder .photo:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}
.advantages-outline-0798 .advantages_holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 55%;
    background: rgb(63,63,63,0.5);
    border-radius: 19px;
    padding: 20px;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
}
.advantages-outline-0798 .advantages_holder .advantage_item {
    display: flex;
    align-items: center;
    padding: 15px;
    background: rgb(126,126,126,0.5);
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.advantages-outline-0798 .advantages_holder .advantage_item:hover {
    background: rgb(63,63,63);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.advantages-outline-0798 .advantages_holder .advantage_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: rgb(126,126,126);
    opacity: 0.5;
    transition: height 0.3s ease;
}
.advantages-outline-0798 .advantages_holder .advantage_item:hover::before {
    height: 100%;
    opacity: 0.2;
}
.advantages-outline-0798 .advantages_holder .advantage_image {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.advantages-outline-0798 .advantages_holder .advantage_image svg, .advantages-outline-0798 .advantages_holder .advantage_image svg path  {
    width: 40px;
    height: 40px;
    fill: #ffffff;
}
.advantages-outline-0798 .advantages_content h2 {
    font-size: 29px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.advantages-outline-0798 .advantages_content h2::after {
    content: '';
    width: 50px;
    height: 4px;
    background: rgb(126,126,126);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}
.advantages-outline-0798 .advantages_content h4 {
    color: #ffffff;
    font-size: 19px;
    text-align: center;
    margin-top: 10px;
    font-weight: 400;
}
@media only screen and (max-width: 1200px) {
    .advantages-outline-0798 .advantages_content {
        padding: 20px;
    }
    .advantages-outline-0798 .advantages_photo_holder {
        flex-direction: column;
        align-items: center;
    }
    .advantages-outline-0798 .advantages_photo_holder .photo {
        width: 80%;
    }
    .advantages-outline-0798 .advantages_holder {
        width: 90%;
        align-items: center;
    }
    .advantages-outline-0798 .advantages_holder .advantage_item {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 800px) {
    .advantages-outline-0798 {
        padding: 40px 10px;
    }
    .advantages-outline-0798 .advantages_content h2 {
        font-size: 19px;
    }
    .advantages-outline-0798 .advantages_photo_holder .photo {
        width: 100%;
    }
    .advantages-outline-0798 .advantages_holder {
        padding: 10px;
    }
    .advantages-outline-0798 .advantages_holder .advantage_item {
        padding: 10px;
    }
    .advantages-outline-0798 .advantages_holder .advantage_image {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
}
.course-details-3027 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.course-details-3027 h2 {
    color: rgb(63,63,63);
}
.course-details-3027 .content {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgb(0 0 0 / 18%);
}
.course-details-3027 h3 {
    color: rgb(126,126,126);
}
.course-details-3027 p {
    color: #000000;
}
.course-details-3027 .button {
    background: rgb(63,63,63);
    color:  #ffffff;
    margin-top: 30px;
    width: fit-content;
}
.course-details-3027 .button:hover {
    background: rgb(126,126,126);
}

.course-details-3027 .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.course-details-3027 .items {
    display: flex;
    justify-content: center;
    align-items: center;
}
.course-details-3027 .course {
    padding: 12px;
    max-width: 100%;
}
.course-details-3027 .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
}
.course-details-3027 .text_holder {
    display: flex;
    flex-direction: column;
    align-items: center;

}
.course-details-3027 h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 32px;
}
.course-details-3027 .photo {
    height: 500px;
    width: calc(100% - 60px);
    margin-top: 30px;
}
.course-details-3027 .text_holder {
    padding: 30px;
}
.course-details-3027 h3 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}
.course-details-3027 p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}
.course-details-3027 .button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    padding: 15px 25px;
    text-decoration: none;
}

@media only screen and (max-width: 600px)  {
    .course-details-3027 .items {
        flex-direction: column;
    }
    .course-details-3027 h2 {
        font-size: 30px;
    }
    .course-details-3027 h3 {
        font-size: 26px;
    }
    .course-details-3027 .course {
        max-width: unset;
        width: 100%;
    }
    .course-details-3027 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapper-structure-0695 .course-details-3027 .items {
    width: 100%;
}
.wrapper-structure-0695 .course-details-3027 {
    position: relative;
    overflow: hidden;
}
.wrapper-structure-0695 .course-details-3027 .items .course .content {
    border-radius: 0;
    box-shadow: none;
}
.wrapper-structure-0695 .course-details-3027 .photo {
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: calc(100% + 24px);
    margin: 0;
    background-position: center !important;
    border-radius: 0 !important;
}
.wrapper-structure-0695 .course-details-3027 .text_holder {
    position: relative;
    z-index: 3;
    background: #ffffff;
    width: 70%;
    min-height: unset;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px;

}
.wrapper-structure-0695 .course-details-3027 .items .course .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wrapper-structure-0695 .course-details-3027 h3 {
    font-size: 48px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}
.wrapper-structure-0695 .course-details-3027 p {
    margin-top: 55px;
    font-size: 22px;
    line-height: 32px;
}
.wrapper-structure-0695 .course-details-3027 .button {
    margin-top: 50px;
    display: inline;
    width: fit-content;
    padding: 15px 45px;
    background: none;
    border: 2px solid #000000;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px;
}
.wrapper-structure-0695 .course-details-3027 .button:hover {
    background: none;
}
@media only screen and (max-width: 800px)  {
    .wrapper-structure-0695 .course-details-3027 .text_holder {
        width: 100%;
        padding: 15px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .wrapper-structure-0695 .course-details-3027 p {
        margin-top: 30px;
        padding: 0;
        font-size: 20px;
        line-height: 24px;
    }
    .wrapper-structure-0695 .course-details-3027 h3 {
        font-size: 30px;
    }
    .wrapper-structure-0695 .course-details-3027 .items .course {
        padding: 0;
    }
    .wrapper-structure-0695 .course-details-3027 .button {
        margin-top: 30px;
    }
}.title-page-7231 {
    width: 100%;
    position: relative;
    font-family: Ubuntu, sans-serif;
    background-color: #ffffff;
    padding: 60px 0;
    box-sizing: border-box;
}
.title-page-7231 .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;
    border: 1px solid rgb(126,126,126);
}
.title-page-7231 .style_element {
    background: #ffffff;
    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;
}
.title-page-7231 .style_element h1 {
    font-family: Ubuntu, sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    border-bottom: 3px solid rgb(126,126,126);
    padding-bottom: 10px;
}
.title-page-7231 .style_element h3 {
    font-family: Ubuntu, sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}
.title-page-7231 .style_element p {
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.6;
}
.wrapper-structure-0695 .title-page-7231 {
    position: relative;
    padding: 40px 0;
    background-color: rgb(189,189,189);
}
.wrapper-structure-0695 .title-page-7231 .title_page_holder {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wrapper-structure-0695 .title-page-7231 .style_element {
    background: #ffffff;
    border-radius: 17px;
    padding: 60px;
    max-width: 80%;
    margin: auto;
    box-shadow: none;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border: 1px solid rgb(126,126,126);
}
.wrapper-structure-0695 .title-page-7231 .style_element h1 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}
.wrapper-structure-0695 .title-page-7231 .style_element h3 {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
}
.wrapper-structure-0695 .title-page-7231 .style_element p {
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
}
@media only screen and (max-width: 800px) {
    .wrapper-structure-0695 .title-page-7231 .style_element {
        padding: 40px;
    }
    .wrapper-structure-0695 .title-page-7231 .style_element h1 {
        font-size: 28px;
    }
    .wrapper-structure-0695 .title-page-7231 .style_element h3 {
        font-size: 20px;
    }
    .wrapper-structure-0695 .title-page-7231 .style_element p {
        font-size: 16px;
    }
    .title-page-7231 .title_page_holder {
        min-height: 400px;
        padding: 20px;
    }
    .title-page-7231 .style_element {
        padding: 20px;
        max-width: unset;
    }
    .title-page-7231 .style_element h1 {
        font-size: 36px;
    }
    .title-page-7231 .style_element h3 {
        font-size: 21px;
    }
    .title-page-7231 .style_element p {
        font-size: 21px;
    }
    .wrapper-structure-0695 .title-page-7231 .title_page_holder {
        padding: 20px;
    }
}.wrapper-structure-0695 .meet-us-4217 {
    padding: 80px 0;
    background: rgb(189,189,189);
    color: #000000;
    font-family: Ubuntu, sans-serif;
}

.wrapper-structure-0695 .meet-us-4217 .holder {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.wrapper-structure-0695 .meet-us-4217 .photo {
    width: 100%;
    height: 360px;
    background-size: cover;
    border-radius: 26px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    margin-bottom: 20px;
}

.wrapper-structure-0695 .meet-us-4217 .caption_holder {
    background: #ffffff;
    width: 100%;
    padding: 40px 60px;
    border-radius: 26px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    transition: background 0.5s ease, box-shadow 0.5s ease;
}

.wrapper-structure-0695 .meet-us-4217 .caption_holder:hover {
    background: rgb(126,126,126,0.5);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
}

.wrapper-structure-0695 .meet-us-4217 .style_element h2 {
    font-size: 33px;
    margin-bottom: 20px;
    font-weight: 600;
    color: rgb(126,126,126);
    transition: color 0.5s ease;
}

.wrapper-structure-0695 .meet-us-4217 .style_element p {
    font-size: 17px;
    line-height: 1.8;
    color: #000000;
    transition: color 0.5s ease;
}

.wrapper-structure-0695 .meet-us-4217 .caption_holder:hover h2 {
    color: rgb(63,63,63);
}

.wrapper-structure-0695 .meet-us-4217 .caption_holder:hover p {
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .wrapper-structure-0695 .meet-us-4217 {
        padding: 40px 0;
    }

    .wrapper-structure-0695 .meet-us-4217 .photo {
        height: 200px;
    }

    .wrapper-structure-0695 .meet-us-4217 .caption_holder {
        width: 100%;
        padding: 20px 30px;
    }

    .wrapper-structure-0695 .meet-us-4217 .style_element h2 {
        font-size: 18px;
    }

    .wrapper-structure-0695 .meet-us-4217 .style_element p {
        font-size: 18px;
    }
}
.tyCard-4921 {
    background-color: rgb(189,189,189);
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.tyCard-4921 .container {
    background: linear-gradient(145deg, #ffffff, rgb(63,63,63,0.5));
    border-radius: 27px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    max-width: 800px;
    padding: 40px;
    text-align: center;
    border: 1px solid rgb(126,126,126,0.5);
}
.tyCard-4921 h2 {
    font-family: Ubuntu, sans-serif;
    font-size: 30px;
    color: rgb(126,126,126);
    margin-bottom: 30px;
    font-weight: 700;
    background: linear-gradient(145deg, rgb(126,126,126), rgb(63,63,63));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tyCard-4921 p {
    font-family: Ubuntu, sans-serif;
    font-size: 15px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {
    .tyCard-4921 {
        padding: 30px 0;
    }
    .tyCard-4921 .container {
        padding: 20px;
    }
    .tyCard-4921 h2 {
        font-size: calc(30px - 4px);
    }
    .tyCard-4921 p {
        font-size: calc(15px - 2px);
    }
}
.program-outcomes-8340 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.program-outcomes-8340 .holder {
    display: flex;
    width: 100%;
}

.program-outcomes-8340 h2 {
    text-align: left;
    margin-bottom: 20px;
}

.program-outcomes-8340 .photo {
    width: 50%;
    flex-shrink: 0;
}

.program-outcomes-8340 .text_holder {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.program-outcomes-8340 ul {
    list-style: none;
}

.program-outcomes-8340 li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.program-outcomes-8340 svg, .program-outcomes-8340 path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(126,126,126);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .program-outcomes-8340 {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .program-outcomes-8340 .holder {
        flex-direction: column;
    }

    .program-outcomes-8340 .text_holder {
        width: 100%;
    }

    .program-outcomes-8340 .photo {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.wrapper-structure-0695 .program-outcomes-8340 {
    background: rgb(63,63,63,0.5);
    position: relative;
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.1);
}

.wrapper-structure-0695 .program-outcomes-8340::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(126,126,126,0.5) 25%, transparent 25%),
    linear-gradient(225deg, rgb(126,126,126,0.5) 25%, transparent 25%);
    background-size: 50px 50px;
    opacity: 0.3;
    z-index: 0;
}

.wrapper-structure-0695 .program-outcomes-8340 .holder {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(63,63,63,0.5);
}

.wrapper-structure-0695 .program-outcomes-8340 .photo {
    flex: 1;
    min-height: 450px;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    filter: grayscale(100%);
}

.wrapper-structure-0695 .program-outcomes-8340 .text_holder {
    flex: 1.5;
    padding: 60px;
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid rgb(63,63,63,0.5);
}

.wrapper-structure-0695 .program-outcomes-8340 h2 {
    font-family: Ubuntu, sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(126,126,126);
    position: relative;
}

.wrapper-structure-0695 .program-outcomes-8340 h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 50px;
    height: 4px;
    background: rgb(126,126,126);
    border-radius: 10px;
}

.wrapper-structure-0695 .program-outcomes-8340 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wrapper-structure-0695 .program-outcomes-8340 li {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #000000;
    padding: 10px 0;
    border-bottom: 1px solid rgb(63,63,63,0.5);
}

.wrapper-structure-0695 .program-outcomes-8340 li:last-child {
    border-bottom: none;
}

.wrapper-structure-0695 .program-outcomes-8340 svg,
.wrapper-structure-0695 .program-outcomes-8340 path {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    fill: rgb(126,126,126);
}

@media only screen and (max-width: 800px) {
    .wrapper-structure-0695 .program-outcomes-8340 {
        padding: 40px 10px;
    }

    .wrapper-structure-0695 .program-outcomes-8340::before {
        clip-path: none;
        width: 100%;
    }

    .wrapper-structure-0695 .program-outcomes-8340 .holder {
        flex-direction: column;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }

    .wrapper-structure-0695 .program-outcomes-8340 .photo {
        min-height: 250px;
        border-radius: 14px 14px 0 0;

    }

    .wrapper-structure-0695 .program-outcomes-8340 .text_holder {
        padding: 30px 20px;
        border-left: none;
        border-top: 1px solid rgb(63,63,63,0.5);
    }

    .wrapper-structure-0695 .program-outcomes-8340 h2 {
        font-size: 22px;
    }

    .wrapper-structure-0695 .program-outcomes-8340 ul {
        gap: 15px;
    }

    .wrapper-structure-0695 .program-outcomes-8340 li {
        font-size: 13px;
        padding: 10px 0;
    }

    .wrapper-structure-0695 .program-outcomes-8340 svg,
    .wrapper-structure-0695 .program-outcomes-8340 path {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
}