* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Playfair Display, sans-serif;
    color: #000000;
}
.wrapper-border-Ivjlt {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(239,239,239);
}
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;
    }
}.contact-panel-Z9cQb {
    padding: 80px 0;
    background: rgb(239,239,239);
    font-family: Playfair Display, sans-serif;
    background: linear-gradient(135deg, rgb(239,239,239) 30%, rgb(157,157,157,0.5) 100%);
}
.contact-panel-Z9cQb h3 {
    color: rgb(74,74,74);
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(157,157,157);
    display: inline-block;
}
.contact-panel-Z9cQb .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.contact-panel-Z9cQb .holder {
    display: flex;
    flex-direction: row; 
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
}
.contact-panel-Z9cQb .info {
    flex: 1;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 40px;
    position: relative;
    overflow: hidden;
    border: 2px solid rgb(157,157,157,0.5);
    background: linear-gradient(135deg, #ffffff 30%, rgb(74,74,74,0.5) 100%);
}
.contact-panel-Z9cQb .info h5 {
    color: rgb(157,157,157);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}
.contact-panel-Z9cQb .info span {
    color: #000000;
    font-size: 16px;
}
.contact-panel-Z9cQb .info svg, .contact-panel-Z9cQb .info svg path {
    fill: rgb(157,157,157);
    width: 30px;
    height: 30px;
}
.contact-panel-Z9cQb .info .contact_info {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-panel-Z9cQb .info .contact_info>div {
    display: flex;
    align-items: center;
    transition: transform 0.3s;
}
.contact-panel-Z9cQb .info .contact_info>div:hover {
    transform: translateX(5px);
}
.contact-panel-Z9cQb .info .contact_info span {
    margin-left: 10px;
    font-weight: 300;
}
.contact-panel-Z9cQb .logo_holder {
    display: flex;
    flex-direction: column; 
    align-items: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    transition: transform 0.3s;
}
.contact-panel-Z9cQb .logo_holder svg, .contact-panel-Z9cQb .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    transition: transform 0.3s;
}
.contact-panel-Z9cQb .logo_holder svg:hover, .contact-panel-Z9cQb .logo_holder img:hover {
    transform: scale(1.1);
}
.contact-panel-Z9cQb .form {
    flex: 1;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 40px;
    position: relative;
    overflow: hidden;
    border: 2px solid rgb(74,74,74,0.5);
    background: linear-gradient(135deg, #ffffff 30%, rgb(157,157,157,0.5) 100%);
}
.contact-panel-Z9cQb .form form {
    display: flex;
    flex-direction: column;
}
.contact-panel-Z9cQb .form h3 {
    color: rgb(157,157,157);
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 24px;
    border-bottom: 2px solid rgb(74,74,74);
    display: inline-block;
}
.contact-panel-Z9cQb .form input {
    color: #000000;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background: #ffffff;
    padding: 15px;
    width: 100%;
    margin-bottom: 24px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.contact-panel-Z9cQb .form input:focus {
    border-color: rgb(74,74,74);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.contact-panel-Z9cQb .form .name_holder {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact-panel-Z9cQb .form .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact-panel-Z9cQb .form .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 10px;
}
.contact-panel-Z9cQb .form .agree label {
    font-size: 16px;
    color: #000000;
}
.contact-panel-Z9cQb .form .agree a {
    color: rgb(157,157,157);
    margin-left: 5px;
    text-decoration: underline;
}
.contact-panel-Z9cQb .form .button {
    background: rgb(74,74,74);
    color: #ffffff;
    border-radius: 28px;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    align-self: flex-end; 
    border: 2px solid rgb(157,157,157);
    background: linear-gradient(135deg, rgb(74,74,74) 30%, rgb(157,157,157,0.5) 100%);
}
.contact-panel-Z9cQb .form .button:hover {
    background: rgb(157,157,157);
    transform: scale(1.05);
}
@media only screen and (max-width: 768px) {
    .contact-panel-Z9cQb .holder {
        flex-direction: column;
    }
    .contact-panel-Z9cQb .info, .contact-panel-Z9cQb .form {
        flex-direction: column; 
        width: 100%;
        margin-bottom: 20px;
    }
    .contact-panel-Z9cQb h3 {
        font-size: 24px;
    }
    .contact-panel-Z9cQb .form input, .contact-panel-Z9cQb .form .name_holder input {
        width: 100%;
    }
}
.course-instructor-uTozW {
    padding: 100px 20px;
    background: linear-gradient(135deg, #000000 0%, rgb(157,157,157,0.5) 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.course-instructor-uTozW .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 2;
}

.course-instructor-uTozW .review {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(74,74,74,0.5);
    border: 2px solid rgb(157,157,157);
    padding: 30px;
    border-radius: 28px;
    box-shadow: 0 0 20px rgb(157,157,157,0.5);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.course-instructor-uTozW .review:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 30px rgb(157,157,157);
}

.course-instructor-uTozW .photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid rgb(157,157,157);
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}


.course-instructor-uTozW .worker_description {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.course-instructor-uTozW .review .name {
    font-size: 20px;
    font-weight: 700;
    color: rgb(157,157,157);
    text-shadow: 0 0 5px rgb(157,157,157), 0 0 10px rgb(157,157,157,0.5);
}

.course-instructor-uTozW .review span {
    font-size: 17px;
    font-weight: 400;
    color: rgb(74,74,74);
    text-shadow: 0 0 5px rgb(74,74,74), 0 0 10px rgb(74,74,74,0.5);
}

.course-instructor-uTozW .review .quote {
    font-size: 17px;
    font-weight: 300;
    color: #ffffff;
    font-style: italic;
    margin-top: 15px;
    text-shadow: 0 0 5px rgb(157,157,157), 0 0 10px rgb(157,157,157,0.5);
}

@media only screen and (max-width: 1200px) {
    .course-instructor-uTozW .review {
        max-width: 45%;
    }
}

@media only screen and (max-width: 800px) {
    .course-instructor-uTozW {
        padding: 60px 20px;
    }

    .course-instructor-uTozW .holder {
        flex-direction: column;
        align-items: center;
    }

    .course-instructor-uTozW .review {
        width: 90%;
        padding: 20px;
    }

    .course-instructor-uTozW .photo {
        width: 150px;
        height: 150px;
    }
}

.wrapper-border-Ivjlt .course-instructor-uTozW {
    position: relative;
}

.wrapper-border-Ivjlt .course-instructor-uTozW::before {
    content: "";
    width: 100%;
    height: 300px;
    background: rgb(157,157,157);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transform: skewY(-3deg);
    transform-origin: top left;
}

.wrapper-border-Ivjlt .course-instructor-uTozW .holder {
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.wrapper-border-Ivjlt .course-instructor-uTozW .review {
    width: 100%;
    max-width: 400px;
    padding: 30px;
    border-radius: 28px;
    text-align: center;
    box-shadow: 0 0 20px rgb(157,157,157,0.5);
}

.wrapper-border-Ivjlt .course-instructor-uTozW .photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.wrapper-border-Ivjlt .worker_description {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.wrapper-border-Ivjlt .course-instructor-uTozW .review .name {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.wrapper-border-Ivjlt .course-instructor-uTozW .review span {
    font-size: 17px;
    font-weight: 400;
    color: rgb(157,157,157);
}

.wrapper-border-Ivjlt .course-instructor-uTozW .review .quote {
    font-size: 17px;
    font-weight: 300;
    color: #ffffff;
    margin-top: 10px;
    line-height: 1.5;
}

@media only screen and (max-width: 800px) {
    .wrapper-border-Ivjlt .course-instructor-uTozW .review {
        padding: 20px;
        box-shadow: none;
    }

    .wrapper-border-Ivjlt .course-instructor-uTozW .photo {
        width: 150px;
        height: 150px;
    }

    .wrapper-border-Ivjlt .course-instructor-uTozW::before {
        height: 200px;
    }
}
.about-this-0W12X .holder {
    background-size: cover;
}

.about-this-0W12X .style_element {
    background: #ffffff;
}

.about-this-0W12X {
    padding-bottom: 80px;
    padding-top: 80px;
}

.about-this-0W12X h2 {
    color: rgb(74,74,74);
}

.about-this-0W12X span {
    color: rgb(157,157,157);
}

.about-this-0W12X p {
    color: #000000;
}

.about-this-0W12X .holder {
    display: flex;
    justify-content: flex-end;
    padding: 40px;
    height: auto;
}

.about-this-0W12X .style_element {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    min-width: 400px;
    padding: 20px;
}

.about-this-0W12X .caption_holder {
    display: flex;
    justify-content: flex-end;
}

.about-this-0W12X h2 {
    margin-bottom: 8px;
    font-size: 33px;
    font-weight: 600;
}

.about-this-0W12X span {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 600;
}

.about-this-0W12X p {
    font-size: 16px;
    font-weight: 300;
}

@media only screen and (max-width: 600px) {
    .about-this-0W12X .holder {
        padding: 0px;
    }

    .about-this-0W12X .style_element {
        width: 100%;
        min-width: unset;
    }

    .about-this-0W12X {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about-this-0W12X h2 {
        font-size: 30px;
    }
}

.wrapper-border-Ivjlt .about-this-0W12X {
    background: #ffffff;
    padding: 60px 0;
}

.wrapper-border-Ivjlt .about-this-0W12X .holder {
    padding: 0;
    height: auto;
}

.wrapper-border-Ivjlt .about-this-0W12X .holder .photo {
    width: calc(45% - 20px);
    min-height: 300px;
    position: relative;
    z-index: 1;

}

.wrapper-border-Ivjlt .about-this-0W12X .caption_holder::before {
    content: "";
    position: absolute;
    top: 70px;
    left: 70px;
    background: rgb(157,157,157);
    width: calc(45% - 65px);
    height: 300px;
    z-index: 0;
}

.wrapper-border-Ivjlt .about-this-0W12X .caption_holder {
    display: flex;
    padding: 50px;
    background: rgb(239,239,239);
    position: relative;
    justify-content: space-between;
}

.wrapper-border-Ivjlt .about-this-0W12X .style_element {
    background: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
}

.wrapper-border-Ivjlt .about-this-0W12X h2 {
    font-size: 46px;
    padding-top: 20px;
    border-top: 10px solid rgb(157,157,157);
    margin-bottom: 25px;
}

@media only screen and (max-width: 800px) {
    .wrapper-border-Ivjlt .about-this-0W12X .caption_holder {
        flex-direction: column;
        padding: 30px;
    }

    .wrapper-border-Ivjlt .about-this-0W12X .holder .photo {
        width: 100%;
        margin-bottom: 30px;
    }

    .wrapper-border-Ivjlt .about-this-0W12X .caption_holder::before {
        width: calc(100% - 60px);
        top: 45px;
        left: 45px;
    }

    .wrapper-border-Ivjlt .about-this-0W12X .style_element {
        width: 100%;
    }

    .wrapper-border-Ivjlt .about-this-0W12X h2 {
        font-size: 30px;
    }
}header .top_plank {
    background: rgb(157,157,157);
    color:  #ffffff;
}
header .top_plank .top_plank_content div svg, header .top_plank .top_plank_content div svg path {
    fill: #ffffff;
}
header .top_plank .top_plank_content div span {
    color: #ffffff;
}
header .top_plank .top_plank_content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 15px;
    line-height: 21px;
    flex-wrap: wrap;
}
header .top_plank .top_plank_content div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}
header .top_plank .top_plank_content div img, header .top_plank .top_plank_content div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.advantages-summary-oFDC1 .advantages_content h2 {
    color: rgb(74,74,74);
}

.advantages-summary-oFDC1 .advantage_item svg, .advantages-summary-oFDC1 .advantage_item svg path {
    fill: rgb(157,157,157);
}

.advantages-summary-oFDC1 .advantage_item p {
    color: #000000;
}

.advantages-summary-oFDC1 .advantage_item b {
    color: rgb(157,157,157);
}

.advantages-summary-oFDC1 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages-summary-oFDC1 .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages-summary-oFDC1 .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages-summary-oFDC1 .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 37px;
    font-weight: 600;
}

.advantages-summary-oFDC1 .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages-summary-oFDC1 .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages-summary-oFDC1 .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages-summary-oFDC1 .advantage_item svg, .advantages-summary-oFDC1 .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-border-Ivjlt .advantages-summary-oFDC1 .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .advantages-summary-oFDC1 .advantages_content h2 {
        font-size: 30px;
    }

    .advantages-summary-oFDC1 .advantages_holder {
        flex-direction: column;
    }

    .advantages-summary-oFDC1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapper-border-Ivjlt .advantages-summary-oFDC1 .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapper-border-Ivjlt .advantages-summary-oFDC1 {
    background: rgb(74,74,74,0.5);
    padding: 80px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.wrapper-border-Ivjlt .advantages-summary-oFDC1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(157,157,157) 0%, rgb(74,74,74) 100%);
    opacity: 0.05;
    z-index: 0;
}

.wrapper-border-Ivjlt .advantages-summary-oFDC1 .advantages_content {
    position: relative;
    z-index: 1;
}

.wrapper-border-Ivjlt .advantages-summary-oFDC1 .advantages_content h2 {
    font-size: 37px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
    transition: color 0.3s ease;
}

.wrapper-border-Ivjlt .advantages-summary-oFDC1 .advantages_description {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
    padding: 20px;
    background: rgb(157,157,157,0.5);
    border-radius: 10px;
    transition: background 0.3s ease;
}

.wrapper-border-Ivjlt .advantages-summary-oFDC1 .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.wrapper-border-Ivjlt .advantages-summary-oFDC1 .advantage_item {
    background: #ffffff;
    padding: 30px;
    flex: 1 1 calc(33.333% - 20px);
    border-radius: 28px;
    border: 1px solid rgb(157,157,157,0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wrapper-border-Ivjlt .advantages-summary-oFDC1 .advantage_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.wrapper-border-Ivjlt .advantages-summary-oFDC1 .advantage_image img,
.wrapper-border-Ivjlt .advantages-summary-oFDC1 .advantage_image svg {
    width: 80px;
    height: 80px;
    display: block;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.wrapper-border-Ivjlt .advantages-summary-oFDC1 .advantage_item:hover .advantage_image img,
.wrapper-border-Ivjlt .advantages-summary-oFDC1 .advantage_item:hover .advantage_image svg {
    transform: scale(1.1);
}

.wrapper-border-Ivjlt .advantages-summary-oFDC1 .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: rgb(157,157,157);
    margin-top: 10px;
    transition: color 0.3s ease;
}

.wrapper-border-Ivjlt .advantages-summary-oFDC1 .advantage_item p {
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    margin-top: 10px;
    text-align: center;
    transition: color 0.3s ease;
}

.wrapper-border-Ivjlt .advantages-summary-oFDC1 .advantage_item p b {
    color: rgb(157,157,157);
}

@media only screen and (max-width: 1200px) {
    .wrapper-border-Ivjlt .advantages-summary-oFDC1 .advantages_holder .advantage_item {
        flex: 1 1 calc(50% - 20px);
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-border-Ivjlt .advantages-summary-oFDC1 .advantage_item {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }

    .wrapper-border-Ivjlt .advantages-summary-oFDC1 .advantages_content h2 {
        font-size: 18px;
    }

    .wrapper-border-Ivjlt .advantages-summary-oFDC1 {
        padding: 40px 20px;
    }
}.program-assets-rJmo0 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.program-assets-rJmo0 .holder {
    display: flex;
    width: 100%;
}

.program-assets-rJmo0 h2 {
    text-align: left;
    margin-bottom: 20px;
}

.program-assets-rJmo0 .photo {
    width: 50%;
    flex-shrink: 0;
}

.program-assets-rJmo0 .text_holder {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.program-assets-rJmo0 ul {
    list-style: none;
}

.program-assets-rJmo0 li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.program-assets-rJmo0 svg, .program-assets-rJmo0 path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(157,157,157);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .program-assets-rJmo0 {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .program-assets-rJmo0 .holder {
        flex-direction: column;
    }

    .program-assets-rJmo0 .text_holder {
        width: 100%;
    }

    .program-assets-rJmo0 .photo {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.wrapper-border-Ivjlt .program-assets-rJmo0 {
    background: rgb(157,157,157);
    position: relative;
    padding: 80px 0;
    color: #ffffff;
}

.wrapper-border-Ivjlt .program-assets-rJmo0::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
    opacity: 0.7;
}

.wrapper-border-Ivjlt .program-assets-rJmo0 .holder {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
}

.wrapper-border-Ivjlt .program-assets-rJmo0 .photo {
    border-radius: 0 10px 10px 0;

    min-height: 450px;
    flex: 0 0 50%;
    border: 1px solid rgb(157,157,157);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.wrapper-border-Ivjlt .program-assets-rJmo0 .text_holder {
    background: rgb(74,74,74);
    border-radius: 10px 0 0 10px;
    padding: 40px;
    flex: 0 0 50%;
    position: relative;
    z-index: 2;
    border: 1px solid rgb(157,157,157);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.wrapper-border-Ivjlt .program-assets-rJmo0 h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(157,157,157);
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid rgb(157,157,157);
    padding-bottom: 10px;
}

.wrapper-border-Ivjlt .program-assets-rJmo0 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wrapper-border-Ivjlt .program-assets-rJmo0 li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 17px;
    font-family: Playfair Display, sans-serif;
    color: #ffffff;
}

.wrapper-border-Ivjlt .program-assets-rJmo0 svg, .wrapper-border-Ivjlt .program-assets-rJmo0 path {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    fill: rgb(157,157,157);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .wrapper-border-Ivjlt .program-assets-rJmo0 {
        padding: 40px 0;
    }

    .wrapper-border-Ivjlt .program-assets-rJmo0 .photo {
        min-height: 250px;
        border-radius: 10px;
    }

    .wrapper-border-Ivjlt .program-assets-rJmo0 .holder {
        flex-direction: column;
        border: none;
        box-shadow: none;
    }

    .wrapper-border-Ivjlt .program-assets-rJmo0 h2 {
        font-size: 24px;
    }

    .wrapper-border-Ivjlt .program-assets-rJmo0 .text_holder {
        margin: 20px 0 0 0;
        padding: 20px;
        width: 100%;
        border: none;
        box-shadow: none;
        border-radius: 10px;
    }
}.teaching-process-a1cWH {
    padding: 80px 0;
    background: #ffffff;
    border-radius: 29px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
}

.teaching-process-a1cWH .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 85%;
    margin: auto;
}

.teaching-process-a1cWH h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 43px;
    font-family: Playfair Display, sans-serif;
    font-weight: 700;
    color: rgb(157,157,157);
    text-transform: uppercase;
}

.teaching-process-a1cWH p {
    text-align: center;
    font-size: 12px;
    font-family: Playfair Display, sans-serif;
    font-weight: 300;
    color: #000000;
    max-width: 700px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.teaching-process-a1cWH .step-card {
    background: #ffffff;
    border: 1px solid rgb(157,157,157,0.5);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    width: 100%;
    max-width: 600px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.teaching-process-a1cWH .step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.teaching-process-a1cWH .step-card h3 {
    font-size: 19px;
    color: #000000;
    margin-bottom: 15px;
}

.teaching-process-a1cWH .step-card p {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

.teaching-process-a1cWH .btn {
    display: inline-block;
    padding: 12px 24px;
    font-size: 15px;
    font-family: Playfair Display, sans-serif;
    font-weight: 600;
    color: #ffffff;
    background: rgb(157,157,157);
    border: none;
    border-radius: 10px;
    transition: background 0.3s ease, transform 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 20px;
    cursor: pointer;
}

.teaching-process-a1cWH .btn:hover {
    background: rgb(74,74,74);
    transform: scale(1.05);
}

@media only screen and (max-width: 800px) {
    .teaching-process-a1cWH {
        padding: 30px 0;
    }

    .teaching-process-a1cWH h2 {
        font-size: 35px;
        margin-bottom: 28px;
    }

    .teaching-process-a1cWH .step-card {
        padding: 15px;
        margin-bottom: 20px;
    }
}

.wrapper-border-Ivjlt .teaching-process-a1cWH {
    border-bottom: 3px solid rgb(157,157,157);
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.wrapper-border-Ivjlt .teaching-process-a1cWH h2 {
    color: rgb(157,157,157);
    font-size: 35px;
    margin-bottom: 40px;
}

.wrapper-border-Ivjlt .teaching-process-a1cWH::after {
    content: "";
    position: absolute;
    width: calc(50% - 6px);
    height: 3px;
    background: rgb(74,74,74);
    bottom: 0;
    left: 0;
}
.gratNote-R5Zkh {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(239,239,239);
    padding: 20px;
    box-sizing: border-box;
}
.gratNote-R5Zkh .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #ffffff;
    color: #000000;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    max-width: 800px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.gratNote-R5Zkh .container::before,
.gratNote-R5Zkh .container::after {
    content: '';
    position: absolute;
    background: rgb(157,157,157);
    border-radius: 50%;
    opacity: 0.1;
}
.gratNote-R5Zkh .container::before {
    width: 150px;
    height: 150px;
    top: -50px;
    left: -50px;
}
.gratNote-R5Zkh .container::after {
    width: 100px;
    height: 100px;
    bottom: -30px;
    right: -30px;
}
.gratNote-R5Zkh .container .header-line {
    width: 100%;
    height: 5px;
    background: rgb(157,157,157);
    margin-bottom: 20px;
}
.gratNote-R5Zkh h2 {
    font-size: 38px;
    font-weight: 700;
    color: rgb(157,157,157);
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}
.gratNote-R5Zkh h2::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 5px;
    background: rgb(74,74,74);
    left: 0;
    top: 0;
}
.gratNote-R5Zkh p {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
    margin-top: 10px;
    padding-left: 20px;
    border-left: 3px solid rgb(74,74,74);
    position: relative;
}
@media only screen and (max-width: 800px) {
    .gratNote-R5Zkh {
        padding: 20px;
    }
    .gratNote-R5Zkh .container {
        padding: 30px;
    }
    .gratNote-R5Zkh h2 {
        font-size: 18px;
        text-align: left;
    }
    .gratNote-R5Zkh p {
        font-size: 18px;
        text-align: left;
    }
}
.privacy-fortification-fHW0B {
    background-color: rgb(239,239,239);
    padding: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    font-family: Playfair Display, sans-serif;
    color: #000000;
    line-height: 1.6;
}
.privacy-fortification-fHW0B h1 {
    font-size: 45px;
    color: rgb(157,157,157);
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(157,157,157);
    padding-bottom: 10px;
}
.privacy-fortification-fHW0B h2 {
    font-size: 37px;
    color: rgb(74,74,74);
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}
.privacy-fortification-fHW0B h3,
.privacy-fortification-fHW0B h4,
.privacy-fortification-fHW0B h5,
.privacy-fortification-fHW0B h6 {
    color: rgb(157,157,157);
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 10px;
}
.privacy-fortification-fHW0B h3 { font-size: calc(37px - 0.2rem); }
.privacy-fortification-fHW0B h4 { font-size: 23px; }
.privacy-fortification-fHW0B h5 { font-size: calc(23px - 0.2rem); }
.privacy-fortification-fHW0B h6 { font-size: 16px; }
.privacy-fortification-fHW0B ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 10px;
}
.privacy-fortification-fHW0B ol {
    list-style-type: decimal;
    padding-left: 20px;
    margin-top: 10px;
}
.privacy-fortification-fHW0B li {
    margin-bottom: 10px;
    line-height: 1.5;
}
.privacy-fortification-fHW0B div {
    margin-bottom: 20px;
}
.privacy-fortification-fHW0B p {
    font-size: 15px;
    margin-bottom: 20px;
}
.privacy-fortification-fHW0B span {
    color: rgb(157,157,157);
    font-weight: 600;
}
@media only screen and (max-width: 800px) {
    .privacy-fortification-fHW0B {
        padding: 20px;
        border-radius: 10px;
    }
    
    .privacy-fortification-fHW0B h1 {
        font-size: calc(45px - 0.5rem);
    }
    
    .privacy-fortification-fHW0B h2 {
        font-size: calc(37px - 0.4rem);
    }
    
    .privacy-fortification-fHW0B p {
        font-size: calc(15px - 0.2rem);
    }
}
.privacy-fortification-fHW0B::before {
    content: '';
    display: block;
    height: 5px;
    width: 50px;
    background-color: rgb(157,157,157);
    margin-bottom: 20px;
    border-radius: 10px;
}
.privacy-fortification-fHW0B ul li::marker,
.privacy-fortification-fHW0B ol li::marker {
    color: rgb(74,74,74);
    font-weight: 700;
}
.privacy-fortification-fHW0B h2 {
    background: linear-gradient(to right, rgb(157,157,157), rgb(74,74,74));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.privacy-fortification-fHW0B section {
    margin: 40px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    padding-top: 20px;
}.prospective-students-sOEeN {
    padding-bottom: 80px;
    padding-top: 80px;
}

.prospective-students-sOEeN .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prospective-students-sOEeN ul {
    list-style: none;
}

.prospective-students-sOEeN ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.prospective-students-sOEeN ul svg, .prospective-students-sOEeN ul svg path {
    fill: rgb(157,157,157);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    flex-shrink: 0;
}

.prospective-students-sOEeN h2 {
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .prospective-students-sOEeN {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.wrapper-border-Ivjlt .prospective-students-sOEeN {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(157,157,157) 0%, rgb(74,74,74) 100%);
    animation: gradient-animation 15s ease infinite;
}

.wrapper-border-Ivjlt .prospective-students-sOEeN::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgb(157,157,157,0.5) 0%, rgb(74,74,74,0.5) 100%);
    opacity: 0.7;
    z-index: 1;
}

.wrapper-border-Ivjlt .prospective-students-sOEeN .holder {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    max-width: 1200px;
    padding: 60px 80px;
    border-radius: 27px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    z-index: 2;
    position: relative;
}

.wrapper-border-Ivjlt .prospective-students-sOEeN h2 {
    font-size: 29px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.wrapper-border-Ivjlt .prospective-students-sOEeN ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
    gap: 20px;
    width: 100%;
}

.wrapper-border-Ivjlt .prospective-students-sOEeN ul li {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wrapper-border-Ivjlt .prospective-students-sOEeN ul li:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.wrapper-border-Ivjlt .prospective-students-sOEeN ul svg, .wrapper-border-Ivjlt .prospective-students-sOEeN ul svg path {
    position: static;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    fill: rgb(157,157,157);
}

@media only screen and (max-width: 800px) {
    .wrapper-border-Ivjlt .prospective-students-sOEeN .holder {
        padding: 40px 20px;
    }

    .wrapper-border-Ivjlt .prospective-students-sOEeN h2 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .wrapper-border-Ivjlt .prospective-students-sOEeN ul {
        grid-template-columns: 1fr;
    }
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}footer {
    background: rgb(74,74,74);
    color: #000000;
    font-family: Playfair Display, sans-serif;
    padding: 50px 0;
    border-top: 1px solid rgb(157,157,157);
    border-bottom: 1px solid rgb(157,157,157);
    position: relative;
}
footer::before, footer::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: rgb(157,157,157);
    top: 0;
    left: 0;
}
footer::after {
    top: auto;
    bottom: 0;
}
footer .footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    border-left: 5px solid rgb(74,74,74);
    border-right: 5px solid rgb(74,74,74);
    position: relative;
}
footer .footer::before, footer .footer::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: rgb(157,157,157);
}
footer .footer::before {
    left: -5px;
    top: 0;
}
footer .footer::after {
    right: -5px;
    top: 0;
}
footer .footer_info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
footer .logo_holder {
    position: relative;
    padding: 20px;
}
footer .logo_holder::before, footer .logo_holder::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: rgb(157,157,157);
}
footer .logo_holder::before {
    left: -5px;
    top: 0;
}
footer .logo_holder::after {
    right: -5px;
    top: 0;
}
footer .logo_holder svg, 
footer .logo_holder img {
    width: 120px;
    height: 120px;
    fill: rgb(157,157,157);
    margin-bottom: 20px;
}
footer h5 {
    font-size: 23px;
    color: rgb(157,157,157);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid rgb(157,157,157);
    padding-bottom: 5px;
    position: relative;
}
footer h5::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: rgb(74,74,74);
    left: 0;
    bottom: -10px;
}
footer .menu {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    flex: 1;
    margin: 0 20px;
    position: relative;
}
footer .menu::before, footer .menu::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: rgb(157,157,157);
}
footer .menu::before {
    top: -5px;
    left: 0;
}
footer .menu::after {
    bottom: -5px;
    left: 0;
}
footer .menu a {
    color: #000000;
    text-decoration: none;
    font-size: 17px;
    padding: 10px;
    transition: color 0.3s;
    margin-bottom: 10px;
}
footer .menu a:hover {
    color: rgb(157,157,157);
}
footer .contact_info {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    flex: 1;
    padding-left: 20px;
    position: relative;
}
footer .contact_info::before, footer .contact_info::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: rgb(157,157,157);
}
footer .contact_info::before {
    left: -5px;
    top: 0;
}
footer .contact_info::after {
    right: -5px;
    top: 0;
}
footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}
footer .contact_info div::before, footer .contact_info div::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgb(74,74,74);
}
footer .contact_info div::before {
    top: -5px;
    left: 0;
}
footer .contact_info div::after {
    bottom: -5px;
    left: 0;
}
footer .contact_info div svg {
    fill: rgb(157,157,157);
    width: 24px;
    height: 24px;
    margin-right: 15px;
}
footer .contact_info div span {
    color: #000000;
    font-size: 17px;
}
footer .footer_agreement {
    text-align: center;
    margin: 30px 0;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
    border-top: 1px dashed rgb(157,157,157);
    padding-top: 10px;
}
footer .footer_agreement::before {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: rgb(74,74,74);
    margin: 10px auto;
}
footer .copyright {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    border-top: 2px solid rgb(157,157,157);
    position: relative;
}
footer .copyright::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(157,157,157), rgb(74,74,74));
    transform: translateX(-50%);
}
footer .copyright_info {
    color: #ffffff;
    text-align: center;
    font-size: 17px;
    position: relative;
}
footer .copyright_info::before, footer .copyright_info::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 50%;
    background: rgb(74,74,74);
}
footer .copyright_info::before {
    top: -5px;
    left: 25%;
}
footer .copyright_info::after {
    bottom: -5px;
    left: 25%;
}
footer .copyright_info a {
    color: rgb(74,74,74);
    text-decoration: none;
    font-weight: 700;
    transition: color 0.3s;
    padding: 0 10px;
    display: inline-block;
}
footer .copyright_info a:hover {
    color: rgb(157,157,157);
}
@media only screen and (max-width: 800px) {
    footer .footer {
        flex-direction: column;
        align-items: center;
    }
    footer .footer_info {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer .menu {
        margin: 20px 0;
        max-width: 100%;
    }
    footer .contact_info {
        padding-left: 0;
        align-items: center;
        text-align: center;
        max-width: 100%;
    }
    footer .logo_holder, 
    footer .menu, 
    footer .contact_info {
        max-width: none;
        border-left: none;
        border-right: none;
    }
}
.wrapper-border-Ivjlt .course-details-cWaA0 {
    padding: 60px 0;
    background: rgb(157,157,157);
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
}

.wrapper-border-Ivjlt .course-details-cWaA0 .items {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.wrapper-border-Ivjlt .course-details-cWaA0 .items .course {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    background: rgb(74,74,74);
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.wrapper-border-Ivjlt .course-details-cWaA0 .items .course .content {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.wrapper-border-Ivjlt .course-details-cWaA0 .photo {
    width: 50%;
    height: auto;
    background-size: cover;
    background-position: center;
}

.wrapper-border-Ivjlt .course-details-cWaA0 .text_holder {
    width: 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wrapper-border-Ivjlt .course-details-cWaA0 .text_holder h3 {
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 20px;
}

.wrapper-border-Ivjlt .course-details-cWaA0 .text_holder p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.6;
}

.wrapper-border-Ivjlt .course-details-cWaA0 .button {
    align-self: flex-start;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    background: rgb(157,157,157);
    border-radius: 20px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
}

@media only screen and (max-width: 800px) {
    .wrapper-border-Ivjlt .course-details-cWaA0 {
        padding: 40px 0;
    }

    .wrapper-border-Ivjlt .course-details-cWaA0 .items .course {
        flex-direction: column;
        width: 100%;
    }
    .wrapper-border-Ivjlt .course-details-cWaA0 .items .course .content {
        flex-direction: column;
    }
    .wrapper-border-Ivjlt .course-details-cWaA0 .photo {
        width: 100%;
        height: 250px;
    }

    .wrapper-border-Ivjlt .course-details-cWaA0 .text_holder {
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    .wrapper-border-Ivjlt .course-details-cWaA0 .text_holder h3 {
        font-size: 19px;
    }

    .wrapper-border-Ivjlt .course-details-cWaA0 .text_holder p {
        font-size: 18px;
    }

    .wrapper-border-Ivjlt .course-details-cWaA0 .button {
        align-self: center;
    }
}
.title-board-V1dJU {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.title-board-V1dJU .title_page_holder {
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(157,157,157);
    transition: transform 0.3s ease;
}
.title-board-V1dJU .style_element {
    position: relative;
    width: 70%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 21px;
    text-align: left;
    transition: background 0.3s ease;
}
.title-board-V1dJU .style_element h1 {
    font-size: 42px;
    font-weight: 700;
    color: rgb(157,157,157);
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgb(157,157,157);
}
.title-board-V1dJU .style_element h3 {
    font-size: 18px;
    font-weight: 600;
    color: rgb(74,74,74);
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 10px rgb(74,74,74);
}
.title-board-V1dJU .style_element p {
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.title-board-V1dJU .style_element::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgb(157,157,157,0.5) 10%, transparent 70%);
    z-index: 0;
    opacity: 0.6;
    filter: blur(10px);
    transition: all 0.3s ease;
}
.title-board-V1dJU .style_element::after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgb(74,74,74,0.5) 10%, transparent 70%);
    z-index: 0;
    opacity: 0.6;
    filter: blur(10px);
    transition: all 0.3s ease;
}
@media only screen and (max-width: 800px) {
    .title-board-V1dJU .title_page_holder {
        min-height: 320px;
        height: auto;
    }
    .title-board-V1dJU .style_element {
        width: 90%;
        padding: 20px;
    }
    .title-board-V1dJU .style_element h1 {
        font-size: 35px;
    }
    .title-board-V1dJU .style_element h3 {
        font-size: 18px;
    }
    .title-board-V1dJU .style_element p {
        font-size: 16px;
    }
}
.wrapper-border-Ivjlt .title-board-V1dJU .style_element {
    position: static;
    height: 100%;
    padding: 40px;
    z-index: 1;
    width: 60%;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    padding: 50px 30px;
    top: 0;
    transition: all 0.3s ease;
}

.wrapper-border-Ivjlt .title-board-V1dJU .title_page_holder {
    height: 450px;
    min-height: unset;
    background-position: center;
    background-size: cover;
    justify-content: flex-start;
}
.wrapper-border-Ivjlt .title-board-V1dJU .style_element h1 {
    text-align: left;
    font-size: 36px;
    position: relative;
    z-index: 1;
    color: rgb(157,157,157);
    text-shadow: 0 0 10px #ffffff;
}
.wrapper-border-Ivjlt .title-board-V1dJU .style_element h3 {
    text-align: left;
    font-size: 18px;
    position: relative;
    z-index: 1;
    color: rgb(74,74,74);
    text-shadow: 0 0 10px rgb(74,74,74);
}
.wrapper-border-Ivjlt .title-board-V1dJU .style_element p {
    text-align: left;
    font-size: 18px;
    position: relative;
    z-index: 1;
    color: #ffffff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1200px) {
    .wrapper-border-Ivjlt .title-board-V1dJU .style_element {
        padding: 30px;
    }
}
@media only screen and (max-width: 800px) {
    .wrapper-border-Ivjlt .title-board-V1dJU .style_element {
        width: 100%;
        padding: 80px 30px;
    }
    .wrapper-border-Ivjlt .title-board-V1dJU .style_element::after {
        display: none;
    }
    .wrapper-border-Ivjlt .title-board-V1dJU .title_page_holder {
        height: auto;
    }
}header .main_header {
    background: rgb(239,239,239);
    color: #ffffff;
    border-bottom: 2px solid rgb(157,157,157);
    padding: 20px 0;
}
header .logo_holder svg, header .logo_holder svg path, header .logo_holder img {
    fill: rgb(157,157,157);
    max-height: 50px;
    max-width: 50px;
}
header .menu a {
    color: rgb(74,74,74);
    font-family: Playfair Display, sans-serif;
    font-weight: 600;
    padding: 10px 15px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
}
header .menu a:hover {
    border-bottom: 2px solid rgb(157,157,157);
}
header .menu a.active {
    color: rgb(157,157,157);
    border-bottom: 2px solid rgb(157,157,157);
}
header {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
}
header .main_header {
    width: 100%;
}
header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
header .logo_holder {
    display: flex;
    align-items: center;
}
header .logo_caption {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-left: 10px;
}
header .logo_desc {
    font-size: 16px;
    font-weight: 700;
    color: rgb(74,74,74);
}
header .logo_holder .logotype svg, header .logo_holder .logotype img {
    height: 50px;
    width: 50px;
}
header .menu {
    display: flex;
    gap: 20px;
}
@media only screen and (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
    }
    header .menu {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-bottom: 30px;
        position: static;
        z-index: 90;
        width: 100%;
    }
    header .menu a {
        width: 100%;
        text-align: center;
        padding: 15px 20px;
        border-bottom: 1px solid rgb(74,74,74,0.5);
    }
    header .main_header {
        position: relative;
        z-index: 99;
    }
    header .logo_holder {
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }
    header .logo_holder .logotype {
        margin-right: 5px;
    }
    header .header_content {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.wrapper-border-Ivjlt header .main_header {
    padding: 15px 0;
    border-radius: 0;
}
.wrapper-border-Ivjlt header .header_content {
    position: relative;
    padding: 20px 40px;
    justify-content: space-between;
    z-index: 5;
}
.wrapper-border-Ivjlt header .logo_holder .logotype svg, .wrapper-border-Ivjlt header .logo_holder .logotype img {
    width: 50px;
    height: 50px;
}
.wrapper-border-Ivjlt header .menu a {
    font-weight: 600;
    font-size: 14px;
}
@media only screen and (max-width: 800px) {
    .wrapper-border-Ivjlt header .logo_holder .logotype svg, .wrapper-border-Ivjlt header .logo_holder .logotype img {
        width: 40px;
        height: 40px;
    }
    .wrapper-border-Ivjlt header .logo_holder {
        justify-content: center;
        width: 100%;
        position: relative;
        z-index: 95;
    }
    .wrapper-border-Ivjlt header .menu {
        padding-top: 30px;
        top: 0;
        align-items: center;
    }
}
