* {
    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: Roboto, sans-serif;
    color: #000000;
}
.wrapper-canvas-b {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(173,192,204);
}
a {
    color: inherit;
    text-decoration: none;
}
svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}
.benefits-r .advantages_content h2 {
    color: rgb(21,53,76);
}

.benefits-r .advantage_item svg, .benefits-r .advantage_item svg path {
    fill: rgb(120,151,171);
}

.benefits-r .advantage_item p {
    color: #000000;
}

.benefits-r .advantage_item b {
    color: rgb(120,151,171);
}

.benefits-r {
    padding-top: 80px;
    padding-bottom: 80px;
}

.benefits-r .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.benefits-r .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.benefits-r .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 31px;
    font-weight: 600;
}

.benefits-r .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.benefits-r .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.benefits-r .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.benefits-r .advantage_item svg, .benefits-r .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-canvas-b .benefits-r .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .benefits-r .advantages_content h2 {
        font-size: 30px;
    }

    .benefits-r .advantages_holder {
        flex-direction: column;
    }

    .benefits-r {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapper-canvas-b .benefits-r .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapper-canvas-b .benefits-r {
    background: rgb(120,151,171);
}

.wrapper-canvas-b .benefits-r .advantages_content h2 {
    font-size: 48px;
    font-weight: 400;
    color: #ffffff;
}

.wrapper-canvas-b .benefits-r .advantages_holder {
    width: 100%;
    flex-wrap: wrap;
}

.wrapper-canvas-b .benefits-r .advantage_item {
    padding: 30px;
    width: 270px;
    border: 5px solid #ffffff;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.wrapper-canvas-b .benefits-r .advantages_description {
    color: #ffffff;
}

.wrapper-canvas-b .benefits-r .advantage_item svg, .wrapper-canvas-b .benefits-r .advantage_item svg path, .wrapper-canvas-b .benefits-r .advantage_item img {
    fill: #ffffff;
    width: 95px;
    height: 95px;
}

.wrapper-canvas-b .benefits-r .advantages_content h4 {
    display: inherit;
    margin-top: 20px;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
}

.wrapper-canvas-b .benefits-r .advantage_item p {
    font-size: 16px;
    line-height: 25px;
    font-style: italic;
    color: #ffffff;
    margin-top: 16px;
}

.wrapper-canvas-b .benefits-r .advantage_item p b {
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .wrapper-canvas-b .benefits-r .advantage_item {
        width: 100%;
        margin-bottom: 30px;
        min-height: unset;

    }

    .wrapper-canvas-b .benefits-r .advantages_content h2 {
        font-size: 30px;
    }
}.client-feedback-M {
    background: #ffffff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.client-feedback-M::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(45deg, rgb(173,192,204) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(173,192,204) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(173,192,204) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(173,192,204) 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    opacity: 0.05;
}

.client-feedback-M .container {
    position: relative;
    z-index: 1;
}

.client-feedback-M h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 20px;
    color: rgb(120,151,171);
    text-align: center;
    position: relative;
}

.client-feedback-M h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: rgb(21,53,76);
}

.client-feedback-M .reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.client-feedback-M .reviews .review {
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    min-width: 250px;
    position: relative;
    border-radius: 11px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.client-feedback-M .reviews .review:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.client-feedback-M .reviews .review .photo {
    width: 100%;
    padding-top: 75%;
    position: relative;
    z-index: 0;
    transition: opacity 0.3s ease;
}

.client-feedback-M .reviews .review .photo::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: 1;
    transition: opacity 0.3s ease;
}

.client-feedback-M .reviews .review:nth-child(6n+1) .photo::after {
    background: linear-gradient(to bottom, 
        rgb(120,151,171,0.5) 0%, 
        color-mix(in srgb, rgb(120,151,171,0.5) 60%, rgb(21,53,76) 40%) 50%, 
        rgb(21,53,76) 100%);
}

.client-feedback-M .reviews .review:nth-child(6n+2) .photo::after {
    background: linear-gradient(to bottom, 
        rgb(120,151,171,0.5) 0%, 
        color-mix(in srgb, rgb(120,151,171,0.5) 60%, rgb(21,53,76) 40%) 50%, 
        rgb(21,53,76) 100%);
}

.client-feedback-M .reviews .review:nth-child(6n+3) .photo::after {
    background: linear-gradient(to bottom, 
        rgb(120,151,171,0.5) 0%, 
        color-mix(in srgb, rgb(120,151,171,0.5) 60%, rgb(21,53,76) 40%) 50%, 
        rgb(21,53,76) 100%);
}

.client-feedback-M .reviews .review:nth-child(6n+4) .photo::after {
    background: linear-gradient(to bottom, 
        rgb(120,151,171,0.5) 0%, 
        color-mix(in srgb, rgb(120,151,171,0.5) 60%, rgb(21,53,76) 40%) 50%, 
        rgb(21,53,76) 100%);
}

.client-feedback-M .reviews .review:nth-child(6n+5) .photo::after {
    background: linear-gradient(to bottom, 
        rgb(120,151,171,0.5) 0%, 
        color-mix(in srgb, rgb(120,151,171,0.5) 60%, rgb(21,53,76) 40%) 50%, 
        rgb(21,53,76) 100%);
}

.client-feedback-M .reviews .review:nth-child(6n) .photo::after {
    background: linear-gradient(to bottom, 
        rgb(120,151,171,0.5) 0%, 
        color-mix(in srgb, rgb(120,151,171,0.5) 60%, rgb(21,53,76) 40%) 50%, 
        rgb(21,53,76) 100%);
}

.client-feedback-M .reviews .review:hover .photo::after {
    opacity: 0;
}

.client-feedback-M .reviews .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    padding: 20px;
    transition: opacity 0.3s ease;
}

.client-feedback-M .reviews .review:hover .text {
    opacity: 0;
}

.client-feedback-M .reviews .text p {
    color: #ffffff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.client-feedback-M .reviews .text span {
    font-size: 15px;
    color: #ffffff;
    opacity: 0.9;
    font-weight: 300;
}

.client-feedback-M::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        rgb(21,53,76) 0%, 
        rgb(120,151,171) 25%, 
        rgb(21,53,76,0.5) 50%, 
        rgb(120,151,171,0.5) 75%, 
        rgb(21,53,76) 100%);
}

@media only screen and (max-width: 1200px) {
    .client-feedback-M .reviews .review {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 800px) {
    .client-feedback-M {
        padding: 60px 0;
    }

    .client-feedback-M .reviews {
        flex-direction: column;
        align-items: center;
    }

    .client-feedback-M .reviews .review {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
        margin: 10px 0;
    }
}

@media only screen and (max-width: 480px) {
    .client-feedback-M h3 {
        font-size: 18px;
    }

    .client-feedback-M .reviews .text p {
        font-size: 15px;
    }

    .client-feedback-M .reviews .text span {
        font-size: 14px;
    }

    .client-feedback-M .reviews .review .photo {
        padding-top: 66.67%;
    }
}.company-overview-z {
    padding: 80px 0;
    background: rgb(173,192,204);
    color: #ffffff;
    font-family: Roboto, sans-serif;
}

.wrapper-canvas-b .company-overview-z .holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 20px;
}

.wrapper-canvas-b .company-overview-z .holder .photo {
    flex: 1;
    min-width: 45%;
    height: 600px;
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgb(120,151,171,0.5);
}

.wrapper-canvas-b .company-overview-z .caption_holder {
    flex: 1;
    min-width: 45%;
    padding: 40px;
    background: rgb(21,53,76);
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(21,53,76,0.5);
}

.wrapper-canvas-b .company-overview-z .style_element {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wrapper-canvas-b .company-overview-z h2 {
    color: #ffffff;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(120,151,171);
    padding-bottom: 10px;
    width: 100%;
}

.wrapper-canvas-b .company-overview-z p {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 20px;
}

@media only screen and (max-width: 800px) {
    .company-overview-z {
        padding: 40px 0;
    }
    .wrapper-canvas-b .company-overview-z .holder {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .wrapper-canvas-b .company-overview-z .holder .photo,
    .wrapper-canvas-b .company-overview-z .caption_holder {
        min-width: 100%;
        height: auto;
    }

    .wrapper-canvas-b .company-overview-z .holder .photo {
        height: 300px;
        margin-bottom: 10px;
    }

    .wrapper-canvas-b .company-overview-z .caption_holder {
        margin-top: 20px;
        padding: 20px;
    }

    .wrapper-canvas-b .company-overview-z h2 {
        font-size: 24px;
    }

    .wrapper-canvas-b .company-overview-z p {
        font-size: 15px;
    }
}.ty-note-F {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(120,151,171,0.5);
    color: #ffffff;
    font-family: Roboto, sans-serif;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
}
.ty-note-F .container {
    width: 85%;
    max-width: 900px;
    background: rgba(0, 0, 0, 0.5);
    padding: 60px 40px;
    border-radius: 10px;
    border: 1px solid rgb(120,151,171);
    box-shadow: 0 0 20px rgb(120,151,171,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}
.ty-note-F h2 {
    font-size: 47px;
    font-weight: 700;
    color: rgb(120,151,171);
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(120,151,171);
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    position: relative;
    text-shadow: 0 0 10px rgb(120,151,171);
}
.ty-note-F p {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.8;
    margin-top: 20px;
    width: 100%;
    text-align: left;
    position: relative;
    text-shadow: 0 0 5px rgb(21,53,76);
}

@media only screen and (max-width: 800px) {
    .ty-note-F {
        padding: 20px 10px;
    }
    .ty-note-F .container {
        width: 95%;
        padding: 30px 20px;
    }
    .ty-note-F h2 {
        font-size: 34px;
    }
    .ty-note-F p {
        font-size: 17px;
    }
}
.contact-form-section-s {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact-form-section-s h3 {
    color: rgb(21,53,76);
}

.contact-form-section-s .form {
    background: rgb(173,192,204);
    border-radius: 10px;
}

.contact-form-section-s .info svg, .contact-form-section-s .info svg path {
    fill: rgb(120,151,171);
}

.contact-form-section-s .info .contact_info h5 {
    color: rgb(120,151,171);
}

.contact-form-section-s .info span {
    color: #000000;
}

.contact-form-section-s .info .contact_info svg, .contact-form-section-s .info .contact_info svg path {
    fill: #000000;
}

.contact-form-section-s form input {
    color: #000000;
    border-radius: 6px;
    background: #ffffff;
}

.contact-form-section-s form .button {
    background: rgb(21,53,76);
    color: #ffffff;
    border-radius: 100px;
}

.contact-form-section-s form .button:hover {
    background: rgb(120,151,171);
}


.contact-form-section-s .holder {
    display: flex;
}

.contact-form-section-s .holder > div {
    width: 50%;
    padding: 40px;
}

.contact-form-section-s .form {

}

.contact-form-section-s .form form {
    display: flex;
    flex-direction: column;
}

.contact-form-section-s h3 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 18px;
}

.contact-form-section-s .info {
    padding-top: 40px;
}

.contact-form-section-s form input {
    border: none;
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    border: 1px solid transparent;
}

.contact-form-section-s form .button {
    font-weight: 400;
    cursor: pointer;
}

.contact-form-section-s .info .contact_info h5 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 16px;
}

.contact-form-section-s .info svg, .contact-form-section-s .info img {
    margin-right: 16px;
    width: 16px;
    height: 16px;
}

.contact-form-section-s .info span {
    font-size: 15px;
}

.contact-form-section-s .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(0, 0, 0, 0.05);
    padding-bottom: 30px;
    margin-right: 30px;
}

.contact-form-section-s .logo_holder svg, .contact-form-section-s .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 0;
}

.contact-form-section-s .info .contact_info span {
    font-weight: 300;
}

.contact-form-section-s .info .contact_info > div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.contact-form-section-s .name_holder {
    display: flex;
    justify-content: space-between;
}

.contact-form-section-s .name_holder #surname {
    margin-left: 24px;
}

.contact-form-section-s .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-form-section-s .agree label {
    display: block;
}

.contact-form-section-s .agree a {
    margin-left: 5px;
    color: rgb(120,151,171);
}

.contact-form-section-s .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 600px) {
    .contact-form-section-s .holder {
        flex-direction: column;
    }

    .contact-form-section-s .holder > div {
        width: 100%;
    }

    .contact-form-section-s {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact-form-section-s h3 {
        font-size: 30px;
    }
}

.wrapper-canvas-b .contact-form-section-s .holder {
    flex-direction: row-reverse;
}

.wrapper-canvas-b .contact-form-section-s {
    background: rgb(120,151,171);
    background: rgb(21,53,76);
    padding: 0;
}

.wrapper-canvas-b .contact-form-section-s .form {
    background: none;
    width: 60%;
    padding-top: 80px;
    padding-bottom: 80px;
    margin: auto;
}

.wrapper-canvas-b .contact-form-section-s .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #ffffff;
}

.wrapper-canvas-b .contact-form-section-s form input {
    background: rgba(255, 255, 255, 0.5);
    padding: 0 18px;
    height: 50px;
    border-radius: 0;
}

.wrapper-canvas-b .contact-form-section-s form label {
    display: flex;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.wrapper-canvas-b .contact-form-section-s .info .contact_info svg, .wrapper-canvas-b .contact-form-section-s .info .contact_info svg path {
    fill: #ffffff;
}

.wrapper-canvas-b .contact-form-section-s .info .contact_info span {
    color: #ffffff;
}

.wrapper-canvas-b .contact-form-section-s .info {
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0 !important;
    padding: 0;
    width: 40%;
}

.wrapper-canvas-b .contact_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.wrapper-canvas-b .contact-form-section-s .agree input[type=checkbox] {
    height: auto;
}

.wrapper-canvas-b .contact-form-section-s .agree label {
    margin-bottom: 0;
    text-transform: none;
}

.wrapper-canvas-b .contact-form-section-s form .name_holder {
    position: relative;
}

.wrapper-canvas-b .contact-form-section-s form .name_holder input {
    width: 50%;
    margin-top: 30px;
}

.wrapper-canvas-b .contact-form-section-s form .name_holder label {
    position: absolute;
}

.wrapper-canvas-b .contact-form-section-s form .name_holder label:nth-child(3) {
    left: calc(50% + 14px);
}

.wrapper-canvas-b .contact-form-section-s .agree a {
    color: rgb(120,151,171);
}

body .wrapper-canvas-b .contact-form-section-s form .button {
    border-radius: 0;
    background: #ffffff;
    color: rgb(21,53,76);
    border: none;
    width: fit-content;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 40px;
    height: auto;
}

body .wrapper-canvas-b .contact-form-section-s form .button:hover {
    background: rgb(120,151,171);
    color: rgb(21,53,76);
}

.contact-form-section-s .info .contact_info > div {
    height: 50%;
    width: 100%;
    padding: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.contact-form-section-s .info .contact_info > div:nth-child(3), .contact-form-section-s .info .contact_info > div:nth-child(2) {
    border-bottom: none;
    margin-bottom: 0;
}

.wrapper-canvas-b .contact-form-section-s .info .contact_info svg, .wrapper-canvas-b .contact-form-section-s .info .contact_info svg path {
    background: #ffffff;
    fill: rgb(21,53,76);
    padding: 6px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 18px;
}

@media only screen and (max-width: 800px) {
    .wrapper-canvas-b .contact-form-section-s .holder {
        flex-direction: column-reverse;
    }

    .wrapper-canvas-b .contact-form-section-s .holder > div {
        width: 100%;
        border: none;
    }

    .wrapper-canvas-b .contact-form-section-s .form {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
}.privacy-cover-g {
    padding: 40px;
    width: 100%;
    overflow: hidden;
    height: auto;
    background-color: #ffffff;

    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-family: Roboto, sans-serif;
    color: #000000;
}

.privacy-cover-g h1 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 42px;
    font-weight: 700;
    color: rgb(120,151,171);
    border-bottom: 2px solid rgb(120,151,171,0.5);
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.privacy-cover-g h2 {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 600;
    color: rgb(21,53,76);
    border-bottom: 1px solid rgb(21,53,76,0.5);
    padding-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.privacy-cover-g h3, .privacy-cover-g h4, .privacy-cover-g h5, .privacy-cover-g h6 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    color: rgb(120,151,171,0.5);
    border-bottom: 1px solid rgb(120,151,171,0.5);
    padding-bottom: 5px;
}

.privacy-cover-g ul, .privacy-cover-g ol {
    list-style-type: disc;
    padding-left: 20px;
    margin: 20px 0;
}

.privacy-cover-g ol {
    list-style-type: decimal;
}

.privacy-cover-g ul li, .privacy-cover-g ol li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.privacy-cover-g section {
    background: rgb(21,53,76,0.5);
    padding: 25px;
    border-radius: 10px;
    border: 1px solid rgb(120,151,171,0.5);
}

.privacy-cover-g p, .privacy-cover-g span, .privacy-cover-g div {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 16px;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .privacy-cover-g {
        padding: 20px;
    }
    .privacy-cover-g h1 {
        font-size: calc(20px - 5px);
    }
    .privacy-cover-g h2 {
        font-size: calc(20px - 4px);
    }
    .privacy-cover-g h3, .privacy-cover-g h4, .privacy-cover-g h5, .privacy-cover-g h6 {
        font-size: calc(20px - 3px);
    }
    .privacy-cover-g ul, .privacy-cover-g ol {
        padding-left: 15px;
    }
}

.privacy-cover-g a {
    color: rgb(120,151,171);
    text-decoration: none;
    border-bottom: 1px solid rgb(120,151,171,0.5);
    transition: color 0.2s ease, border-bottom-color 0.2s ease;
}

.privacy-cover-g a:hover {
    color: rgb(21,53,76);
    border-bottom-color: rgb(21,53,76);
}
.main_header {
    background: linear-gradient(45deg, rgb(120,151,171,0.5), rgb(21,53,76,0.5));
    position: relative;
    overflow: hidden;
}
.main_header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(21,53,76,0.5) 0%, transparent 70%);
}
.main_header .container {
    position: relative;
    z-index: 1;
}
.main_header .header_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border: 2px solid #ffffff;
    border-radius: 12px;
    transition: all 0.3s ease;
}
.main_header .logo_holder {
    order: 1;
    margin-bottom: 15px;
}
.main_header .header_logo {
    display: block;
    transition: transform 0.3s ease;
}
.main_header .header_logo svg,
.main_header .header_logo img {
    width: 80px;
    height: 80px;
    fill: #ffffff;
}
.main_header .header_logo svg text {
    fill: #ffffff;
}
.main_header .header_description {
    order: 2;
    text-align: center;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 10px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    width: 100%;
}
.main_header .header_menu {
    order: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.main_header .header_menu a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px 15px;
    margin: 5px;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
}
.main_header .header_menu a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(21,53,76), transparent);
    transition: left 0.3s ease;
}
.main_header .header_menu a:hover::before {
    left: 100%;
}
@media only screen and (min-width: 800px) {
    .main_header .header_holder {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
    }
    .main_header .logo_holder {
        order: 1;
        margin-bottom: 0;
    }
    .main_header .header_description {
        order: 2;
        text-align: left;
        margin-bottom: 0;
        border: none;
        width: auto;
    }
    .main_header .header_menu {
        order: 3;
        width: auto;
    }
}
@media only screen and (max-width: 799px) {
    .main_header .header_menu {
        flex-direction: column;
    }
    .main_header .header_menu a {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ffffff;
    }
    .main_header .header_menu a:last-child {
        border-bottom: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .main_header::before,
    .main_header .header_holder,
    .main_header .header_logo,
    .main_header .header_menu a::before {
        animation: none;
        transition: none;
    }
}.course-highlights-i {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgb(21,53,76);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.course-highlights-i::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgb(120,151,171,0.5), transparent);
    opacity: 0.05;
    z-index: 1;
}

.course-highlights-i .container {
    position: relative;
    z-index: 2;
}

.course-highlights-i h2 {
    color: rgb(21,53,76);
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

.course-highlights-i .content {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(120,151,171);
    border-radius: 11px;
    overflow: hidden;
    box-shadow: 0 0 15px rgb(120,151,171,0.5);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.course-highlights-i .content:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 25px rgb(120,151,171,0.5);
}

.course-highlights-i .photo {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-bottom: 2px solid rgb(120,151,171);
}

.course-highlights-i .text_holder {
    padding: 40px;
    text-align: center;
}

.course-highlights-i h3 {
    color: rgb(120,151,171);
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.course-highlights-i p {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 30px;
}

.course-highlights-i .button {
    background: rgb(120,151,171);
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 30px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 0 15px rgb(120,151,171,0.5);
}

.course-highlights-i .button:hover {
    background: rgb(21,53,76);
    box-shadow: 0 0 25px rgb(21,53,76,0.5);
}

.course-highlights-i .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.course-highlights-i .items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.course-highlights-i .course {
    padding: 20px;
    max-width: 100%;
}

@media only screen and (max-width: 800px) {
    .course-highlights-i h2 {
        font-size: 28px;
    }

    .course-highlights-i h3 {
        font-size: 24px;
    }

    .course-highlights-i .text_holder {
        padding: 20px;
    }

    .course-highlights-i p {
        font-size: 16px;
    }

    .course-highlights-i .photo {
        height: 200px;
    }
}


.wrapper-canvas-b .course-highlights-i .items {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper-canvas-b .course-highlights-i .photo {
    width: 100%;
    height: 300px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}


.wrapper-canvas-b .course-highlights-i .items .course .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 11px;
    box-shadow: none;
    width: 100%;
}

.wrapper-canvas-b .course-highlights-i .text_holder {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
}

.wrapper-canvas-b .course-highlights-i h3 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 20px;
    color: rgb(120,151,171);
}

.wrapper-canvas-b .course-highlights-i p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: #ffffff;
}

.wrapper-canvas-b .course-highlights-i .button {
    margin-top: 30px;
    display: inline-block;
    padding: 15px 40px;
    border: 2px solid rgb(120,151,171);
    background: none;
    border-radius: 50px;
    color: rgb(120,151,171);
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    box-shadow: 0 0 15px rgb(120,151,171,0.5);
}

.wrapper-canvas-b .course-highlights-i .button:hover {
    background: rgb(120,151,171);
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .wrapper-canvas-b .course-highlights-i .items .course .content {
        width: 100%;
    }

    .wrapper-canvas-b .course-highlights-i .photo {
        width: 100%;
        height: 200px;
    }

    .wrapper-canvas-b .course-highlights-i h3 {
        font-size: 30px;
        margin-top: 15px;
    }

    .wrapper-canvas-b .course-highlights-i .text_holder {
        padding: 20px 10px;
    }

    .wrapper-canvas-b .course-highlights-i p {
        margin-top: 15px;
        font-size: 16px;
    }

    .wrapper-canvas-b .course-highlights-i .button {
        margin-top: 20px;
    }
    .course-highlights-i .course {
        padding: 0;
    }
}
.teaching-history-l {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.teaching-history-l .container {
    position: relative;
    z-index: 1;
}

.teaching-history-l .review {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}

.teaching-history-l .photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
}

.teaching-history-l .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teaching-history-l .worker_description {
    margin-top: 20px;
}

.teaching-history-l .review .name {
    font-size: 30px;
    font-weight: 700;
    color: rgb(120,151,171);
    margin-bottom: 10px;
}

.teaching-history-l .review span {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}

.teaching-history-l .review .quote {
    font-size: 12px;
    font-style: italic;
    color: #000000;
    margin-top: 20px;
}

.teaching-history-l::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(120,151,171), rgb(21,53,76));
    z-index: -1;
}

@media only screen and (max-width: 1200px) {
    .teaching-history-l .review {
        padding: 30px;
    }
}

@media only screen and (max-width: 800px) {
    .teaching-history-l {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .teaching-history-l .review {
        border-radius: 0;
    }

    .teaching-history-l .photo {
        width: 150px;
        height: 150px;
        margin-bottom: 10px;
    }
}footer {
    background: rgb(173,192,204);
    color: #000000;
    font-family: Roboto, sans-serif;
    padding: 60px 0;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-top: 2px solid rgb(120,151,171);
}
footer::before,
footer::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background: linear-gradient(180deg, rgb(173,192,204) 0%, transparent 100%);
    left: 0;
}
footer::before {
    top: -20px;
}
footer::after {
    bottom: -20px;
    transform: rotate(180deg);
}
footer .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 17px;
    background: linear-gradient(145deg, #ffffff, #e6e6e6);
    box-shadow: 5px 5px 10px #aaaaaa, -5px -5px 10px #ffffff;
}
footer .footer_info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    padding: 20px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}
footer .logo_holder {
    flex: 1;
    padding: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
}
footer .logo_holder::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 100%;
    background: radial-gradient(circle, rgb(120,151,171), rgb(21,53,76));
}
footer .logo_holder svg, footer .logo_holder img {
    width: 76px;
    height: 76px;
    border-radius: 10px;
    border: 2px solid rgb(120,151,171);
    padding: 10px;
    background: linear-gradient(145deg, #ffffff, #e6e6e6);
    box-shadow: 5px 5px 10px #aaaaaa, -5px -5px 10px #ffffff;
}
footer .menu {
    flex: 2;
    padding: 20px;
    text-align: left;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
}
footer .menu::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 100%;
    background: radial-gradient(circle, rgb(21,53,76), rgb(120,151,171));
}
footer .menu h5 {
    font-size: 18px;
    color: rgb(120,151,171);
    margin-bottom: 15px;
    border-bottom: 2px solid rgb(120,151,171);
    display: inline-block;
    padding-bottom: 5px;
}
footer .menu_holder {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
footer .menu a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    padding: 5px 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
    display: inline-block;
    transition: color 0.3s ease;
}
footer .menu a:hover {
    color: rgb(120,151,171);
}
footer .contact_info {
    flex: 3;
    padding: 20px;
    text-align: left;
}
footer .contact_info h5 {
    font-size: 18px;
    color: rgb(120,151,171);
    margin-bottom: 15px;
    border-bottom: 2px solid rgb(120,151,171);
    display: inline-block;
    padding-bottom: 5px;
}
footer .contact_info div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    padding: 5px 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}
footer .contact_info div svg, footer .contact_info div img {
    width: 20px;
    height: 20px;
    fill: rgb(120,151,171);
    border-radius: 50%;
    border: 1px solid rgb(120,151,171);
    padding: 3px;
    background: linear-gradient(145deg, #ffffff, #e6e6e6);
    box-shadow: 3px 3px 6px #aaaaaa, -3px -3px 6px #ffffff;
}
footer .footer_agreement {
    color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    font-size: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    margin-top: 20px;
    width: 100%;
    max-width: 1200px;
    text-align: right;
}
footer .copyright {
    background: rgb(21,53,76);
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
    border-top: 2px solid rgb(120,151,171);
    margin-top: 20px;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
}
footer .copyright_info {
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
    footer .footer {
        padding: 20px;
    }
    footer .footer_info {
        flex-direction: column;
        align-items: center;
    }
    footer .footer_info > * {
        margin-bottom: 20px;
        border-right: none;
        text-align: center;
    }
    footer .logo_holder::after, footer .menu::after {
        display: none;
    }
    footer .footer_agreement {
        text-align: center;
    }
}
@media only screen and (max-width: 800px) {
    footer .menu_holder, footer .contact_info div {
        align-items: center;
        justify-content: center;
    }
    footer .menu a, footer .contact_info div {
        border: none;
    }
    footer .menu a:hover, footer .contact_info div:hover {
        color: rgb(120,151,171);
    }
}
@media only screen and (max-width: 400px) {
    footer .logo_holder svg, footer .logo_holder img {
        max-width: 80px;
    }
    footer h5 {
        font-size: 21px;
    }
    footer .menu a, footer .contact_info div {
        font-size: 16px;
    }
}
.welcome-n {
    position: relative;
    background-color: rgb(173,192,204);
}

.welcome-n .holder {
    display: flex;
    flex-direction: row-reverse;
    min-height: 80vh;
}

.welcome-n .photo {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.welcome-n .photo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgb(120,151,171,0.5), rgb(21,53,76,0.5));
    z-index: 1;
}

.welcome-n .text_holder {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem;
    background-color: #ffffff;
    position: relative;
}

.welcome-n .text_holder::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    background-color: rgb(120,151,171);
}

.welcome-n .text_info {
    position: relative;
    z-index: 2;
}

.welcome-n .text_info svg {
    width: 60px;
    height: 60px;
    fill: rgb(120,151,171);
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.welcome-n .text_info h2 {
    font-size: 31px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.welcome-n .text_info h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: rgb(21,53,76);
}

.welcome-n .text_info span {
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
    display: block;
    margin-bottom: 2rem;
}

.welcome-n .text_holder .button {
    align-self: flex-start;
    padding: 0.8rem 1.5rem;
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    background-color: rgb(120,151,171);
    border: 2px solid rgb(120,151,171);
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.welcome-n .text_holder .button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.3s ease;
}

.welcome-n .text_holder .button:hover {
    background-color: #ffffff;
    color: rgb(120,151,171);
}

.welcome-n .text_holder .button:hover::before {
    left: 100%;
}

.welcome-n .text_holder .button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(120,151,171,0.5);
}

@media only screen and (max-width: 1200px) {
    .welcome-n .holder {
        flex-direction: column;
    }

    .welcome-n .photo {
        height: 300px;
        flex: unset;
    }

    .welcome-n .text_holder {
        padding: 3rem;
    }

    .welcome-n .text_holder::after {
        width: 100%;
        height: 5px;
        top: 0;
        right: auto;
    }
}

@media only screen and (max-width: 800px) {
    .welcome-n .text_holder {
        padding: 2rem;
    }

    .welcome-n .text_info h2 {
        font-size: 19px;
    }

    .welcome-n .text_info span {
        font-size: 12px;
    }
}.pricing-wrapper-b {
  background: linear-gradient(135deg, rgb(173,192,204) 0%, rgba(0, 0, 0, 0.5) 100%);
  padding: 150px 0;
  position: relative;
  overflow: hidden;
}

.pricing-wrapper-b::before,
.pricing-wrapper-b::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
}

.pricing-wrapper-b::before {
  width: 60vw;
  height: 60vw;
  background: rgb(120,151,171,0.5);
  top: -20%;
  right: -20%;
  transform: rotate(-45deg);
}

.pricing-wrapper-b::after {
  width: 40vw;
  height: 40vw;
  background: rgb(21,53,76,0.5);
  bottom: -10%;
  left: -10%;
}

.pricing_holder {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.price_info {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  backdrop-filter: blur(10px);
  padding: 40px;
  border-radius: 28px;
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0.08)
  );
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.price_info h2 {
  color: #ffffff;
  font-size: calc(38px * 1.2);
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.price_info .section_description {
  color: rgba(255, 255, 255, 0.95);
  font-size: calc(12px * 1.1);
  font-weight: 400;
  line-height: 1.8;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.price_types {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  padding: 20px;
  perspective: 2000px;
}

.price_type {
  text-decoration: none;
  transform-style: preserve-3d;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.price_type:hover {
  transform: translateZ(30px) rotateX(10deg);
}

.price_type_holder {
  position: relative;
  height: 100%;
  background: linear-gradient(135deg,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.4)
  );
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: calc(28px * 1.5);
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.price_type_holder::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.15));
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.price_type:hover .price_type_holder::before {
  transform: translateY(0);
}

.price_type .photo {
  height: 300px;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  transform-style: preserve-3d;
}

.price_type .photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, 
    transparent 0%,
    rgba(0, 0, 0, 0.5) 50%,
    #000000 100%
  );
  opacity: 0.8;
  transition: opacity 0.4s ease;
}

.price_type:hover .photo::before {
  opacity: 0.6;
}

.price_type_text {
  height: 100%;
  padding: 40px;
  transform-style: preserve-3d;
  position: relative;
  background: linear-gradient(180deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
}

.price_type_text::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, 
    rgb(120,151,171,0.5) 0%,
    rgb(21,53,76,0.5) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.price_type:hover .price_type_text::before {
  opacity: 0.15;
}

.price_type_text h3 {
  color: #ffffff;
  font-size: calc(23px * 1.2);
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  transform: translateZ(30px);
  letter-spacing: 0.5px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.price_type_text h3::before {
  content: '';
  position: absolute;
  left: -40px;
  top: 50%;
  width: 30px;
  height: 2px;
  background: rgb(120,151,171);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
}

.price_type:hover .price_type_text h3::before {
  transform: scaleX(1);
}

.price_type_text .price_amount {
  display: inline-block;
  font-size: calc(36px * 1.3);
  font-weight: 700;
  margin: 25px 0;
  color: #ffffff;
  transform: translateZ(50px);
  position: relative;
  letter-spacing: 0.5px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.price_type_text .price_amount::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, 
    transparent 0%,
    rgb(120,151,171) 50%,
    transparent 100%
  );
}

.price_type_text p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 12px;
  line-height: 1.8;
  transform: translateZ(20px);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: 400;
}

@media (max-width: 1200px) {
  .pricing-wrapper-b {
    padding: 120px 0;
  }
  
  .price_types {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .pricing-wrapper-b {
    padding: 100px 0;
  }
  
  .price_info {
    padding: 30px;
  }
  
  .price_type .photo {
    height: 250px;
  }
  
  .price_type_text {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .pricing-wrapper-b {
    padding: 80px 0;
  }
  
  .price_types {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
    padding: 10px;
  }
  
  .price_info h2 {
    font-size: calc(36px * 1.1);
  }
  
  .price_type .photo {
    height: 220px;
  }
  
  .price_info {
    margin: 0 20px;
  }
}

@media (hover: none) {
  .price_type:hover {
    transform: none;
  }
  
  .price_type_holder::before {
    display: none;
  }
  
  .price_type_text::before {
    display: none;
  }
  
  .price_type_text h3::before {
    display: none;
  }
}.learning-impact-C {
    position: relative;
    background: linear-gradient(to bottom right, 
        rgb(173,192,204) 0%,
        rgb(120,151,171,0.5) 50%,
        rgb(173,192,204) 100%);
    padding: 150px 0;
}

.learning-impact-C::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5) 0px,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.1;
}

.learning-impact-C .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}

.learning-impact-C .holder {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    gap: 80px;
}

.learning-impact-C .photo {
    flex: 0 0 45%;
    position: relative;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    min-height: 650px;
}

.learning-impact-C .photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgb(120,151,171,0.5) 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
}

.learning-impact-C .photo:hover::after {
    opacity: 1;
}

.learning-impact-C .text_holder {
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.learning-impact-C .text_holder::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    width: 3px;
    height: 100%;
    background: rgb(120,151,171);
    transform: scaleY(0);
    transform-origin: top;
    animation: lineDown 1s ease forwards;
}

@keyframes lineDown {
    to {
        transform: scaleY(1);
    }
}

.learning-impact-C .text_holder h2 {
    font-size: 34px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.2;
    position: relative;
}

.learning-impact-C .text_holder h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 80px;
    height: 3px;
    background: rgb(21,53,76);
}

.learning-impact-C .text_holder ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 25px;
}

.learning-impact-C .text_holder ul li {
    position: relative;
    padding: 20px 25px;
    color: #ffffff;
    text-shadow: 1px 1px 0 #000000,
                -1px -1px 0 #000000,
                1px -1px 0 #000000,
                -1px 1px 0 #000000,
                2px 2px 3px #000000;
    font-size: 12px;
    line-height: 1.6;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 100%
    );
    border-radius: 10px;
    display: flex;
    align-items: center;
    transform: translateX(-20px);
    opacity: 0;
    animation: slideIn 0.5s ease forwards;
    animation-delay: calc(var(--i, 0) * 0.1s);
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.learning-impact-C .text_holder ul li svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    fill: rgb(21,53,76);
    flex-shrink: 0;
}

@media (max-width: 1200px) {
    .learning-impact-C {
        padding: 100px 0;
    }

    .learning-impact-C .holder {
        gap: 50px;
    }

    .learning-impact-C .photo {
        min-height: 550px;
    }
}

@media (max-width: 1024px) {
    .learning-impact-C .holder {
        flex-direction: column;
        gap: 60px;
    }

    .learning-impact-C .photo {
        width: 100%;
        min-height: 400px;
        clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    }

    .learning-impact-C .text_holder {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .learning-impact-C {
        padding: 70px 0;
    }

    .learning-impact-C .container {
        padding: 0 20px;
    }

    .learning-impact-C .photo {
        min-height: 350px;
    }

    .learning-impact-C .text_holder h2 {
        font-size: calc(43px * 0.8);
        margin-bottom: 30px;
    }

    .learning-impact-C .text_holder ul li {
        padding: 15px 20px;
    }
}

@media (max-width: 480px) {
    .learning-impact-C {
        padding: 50px 0;
    }

    .learning-impact-C .photo {
        min-height: 250px;
        clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
    }

    .learning-impact-C .text_holder::before {
        left: -15px;
    }

    .learning-impact-C .text_holder h2 {
        font-size: calc(43px * 0.7);
    }

    .learning-impact-C .text_holder ul li {
        padding: 12px 15px;
        font-size: calc(12px * 0.95);
    }

    .learning-impact-C .text_holder ul li svg {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
}.join-our-community-v {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.join-our-community-v .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.join-our-community-v input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(21,53,76,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.join-our-community-v h2 {
    margin-bottom: 20px;
    text-align: center;
}

.join-our-community-v .button {
    background: rgb(21,53,76);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.join-our-community-v .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .join-our-community-v .holder {
        flex-direction: column;
    }

    .join-our-community-v {
        padding: 30px 20px;
    }

    .join-our-community-v input {
        min-width: unset;
    }

    .join-our-community-v .button {
        flex-shrink: unset;
    }

    .join-our-community-v .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .join-our-community-v input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .wrapper-canvas-b .join-our-community-v .holder h2 {
        font-size: 20px;
    }
}

.wrapper-canvas-b .join-our-community-v {
    background: rgb(21,53,76);
    padding: 50px 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.wrapper-canvas-b .join-our-community-v .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.wrapper-canvas-b .join-our-community-v h2 {
    color: rgb(120,151,171);
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.wrapper-canvas-b .join-our-community-v input {
    width: auto;
    max-width: 400px;
    margin-bottom: 20px;
    border-radius: 10px;
    color: #ffffff;
    background: rgb(21,53,76);
    border: 2px solid rgb(120,151,171);
    text-align: left;
    font-weight: 400;
    font-size: 13px;
    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-canvas-b .join-our-community-v input::placeholder {
    color: rgb(120,151,171);
    opacity: 0.7;
}

.wrapper-canvas-b .join-our-community-v input:focus {
    border-color: rgb(21,53,76);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    outline: none;
}

.wrapper-canvas-b .join-our-community-v .button {
    border-radius: 10px;
    border: none;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 30px;
    background: rgb(120,151,171);
    color: #000000;
    line-height: 1.2;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

.wrapper-canvas-b .join-our-community-v .button:hover {
    background: rgb(21,53,76);
    transform: translateY(-2px);
}

@media only screen and (max-width: 800px) {
    .wrapper-canvas-b .join-our-community-v {
        padding: 30px 15px;
    }

    .wrapper-canvas-b .join-our-community-v h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .wrapper-canvas-b .join-our-community-v input {
        width: 100%;
        margin-bottom: 15px;
    }

    .wrapper-canvas-b .join-our-community-v .button {
        width: 100%;
        padding: 15px;
    }
}