* {
    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: Lato, sans-serif;
    color: #000000;
}
.wrapper-canvas-24795 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(215,234,234);
}
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;
    }
}.register-now-54729 {
    padding: 30px 0;
    background: linear-gradient(135deg, rgb(215,234,234), rgb(105,119,155,0.5));
    color: #000000;
    font-family: Lato, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    position: relative;
    overflow: hidden;
    min-height: 40vh;
}

.register-now-54729::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(150,146,175,0.5), transparent);
    opacity: 0.1;
    z-index: 1;
    pointer-events: none;
    filter: blur(20px);
}

.register-now-54729 .container {
    z-index: 2;
    width: 95%;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    border: none;
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.register-now-54729 .container:hover {
    transform: scale(1.02);
}

.register-now-54729 .holder {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
    border: none;
    border-radius: 18px;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.register-now-54729 .holder:nth-child(even) {
    flex-direction: column-reverse;
}

.register-now-54729 .holder::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, transparent, rgb(150,146,175,0.5));
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0.2;
    pointer-events: none;
    filter: blur(30px);
}

.register-now-54729 .holder svg {
    fill: rgb(150,146,175);
    width: 80px;
    height: 80px;
    padding: 15px;
    border-radius: 50%;
    background: #ffffff;
    border: none;
    z-index: 2;
    margin-bottom: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.register-now-54729 .holder svg path {
    fill: rgb(150,146,175);
}

.register-now-54729 .holder:nth-child(even) svg {
    margin-bottom: 0;
    margin-top: 20px;
}

.register-now-54729 .holder h2 {
    font-size: 38px;
    text-align: center;
    margin: 0 0 20px 0;
    color: #000000;
    text-transform: uppercase;
    z-index: 2;
}

.register-now-54729 .holder .button {
    padding: 12px 25px;
    background: linear-gradient(135deg, rgb(150,146,175), rgb(105,119,155));
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    border-radius: 18px;
    border: none;
    z-index: 2;
    transition: all 0.3s;
    display: inline-block;
    margin-top: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.register-now-54729 .holder .button:hover {
    background: linear-gradient(135deg, rgb(105,119,155), rgb(150,146,175));
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 800px) {
    .register-now-54729 {
        padding: 20px 0;
    }

    .register-now-54729 .container {
        flex-direction: column;
        padding: 15px;
    }

    .register-now-54729 .holder {
        padding: 20px;
        width: 100%;
        margin-bottom: 15px;
    }

    .register-now-54729 .holder h2 {
        font-size: 21px;
        margin: 10px 0;
    }

    .register-now-54729 .holder svg {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }

    .register-now-54729 .holder .button {
        padding: 10px 20px;
        font-size: 20px;
    }
}.learning-outcomes-13259 {
    position: relative;
    padding: 140px 0;
    background: rgb(215,234,234);
    overflow: hidden;
}

.learning-outcomes-13259::before,
.learning-outcomes-13259::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.learning-outcomes-13259::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(150,146,175,0.5) 0%,
        transparent 2px,
        transparent 8px,
        rgb(150,146,175,0.5) 10px
    );
    opacity: 0.1;
}

.learning-outcomes-13259::after {
    background: radial-gradient(
        circle at 0% 0%,
        rgb(150,146,175,0.5) 0%,
        transparent 50%
    ), radial-gradient(
        circle at 100% 100%,
        rgb(105,119,155,0.5) 0%,
        transparent 50%
    );
    mix-blend-mode: overlay;
}

.learning-outcomes-13259 .container {
    position: relative;
    z-index: 2;
}

.learning-outcomes-13259 .holder {
    position: relative;
    border-radius: 29px;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
}

.learning-outcomes-13259 .content_holder {
    position: relative;
    padding: 80px 60px;
    min-height: 700px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
    border-radius: 29px;
    overflow: hidden;
}

.learning-outcomes-13259 .content_holder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.4) 100%
    );
    z-index: 1;
}

.learning-outcomes-13259 .content_holder::after {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent 0,
        transparent 5px,
        rgba(255, 255, 255, 0.02) 5px,
        rgba(255, 255, 255, 0.02) 10px
    );
    z-index: 2;
}

.learning-outcomes-13259 h3 {
    grid-column: 1 / -1;
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
    z-index: 3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    opacity: 0;
    animation: slideInTech 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.learning-outcomes-13259 .content_holder > div {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 3;
}

.learning-outcomes-13259 .content_holder p {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 30px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.7;
    position: relative;
    overflow: hidden;
    transform: translateY(30px);
    opacity: 0;
    animation: slideInTech 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.learning-outcomes-13259 .content_holder p:nth-child(2) {
    animation-delay: 0.2s;
}

.learning-outcomes-13259 .content_holder p:nth-child(3) {
    animation-delay: 0.4s;
}

.learning-outcomes-13259 .content_holder p::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(
        90deg,
        rgb(150,146,175) 0%,
        rgb(105,119,155) 100%
    );
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.learning-outcomes-13259 .content_holder p:hover::before {
    transform: scaleX(1);
}

.learning-outcomes-13259 .content_holder p::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 20px;
    height: 20px;
    border-right: 2px solid rgb(105,119,155);
    border-bottom: 2px solid rgb(105,119,155);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.learning-outcomes-13259 .content_holder p:hover::after {
    opacity: 1;
}

@keyframes slideInTech {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 1200px) {
    .learning-outcomes-13259 .content_holder {
        padding: 60px 40px;
        min-height: 600px;
    }

    .learning-outcomes-13259 .content_holder > div {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .learning-outcomes-13259 {
        padding: 100px 0;
    }

    .learning-outcomes-13259 h3 {
        font-size: calc(42px * 0.85);
        margin-bottom: 40px;
    }

    .learning-outcomes-13259 .content_holder {
        padding: 40px 30px;
        min-height: 500px;
    }
}

@media (max-width: 768px) {
    .learning-outcomes-13259 {
        padding: 80px 0;
    }

    .learning-outcomes-13259 .holder {
        margin: 0 15px;
    }

    .learning-outcomes-13259 .content_holder {
        padding: 30px 20px;
    }

    .learning-outcomes-13259 .content_holder > div {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .learning-outcomes-13259 h3 {
        font-size: calc(42px * 0.7);
        margin-bottom: 30px;
    }

    .learning-outcomes-13259 .content_holder p {
        padding: 25px;
        font-size: calc(18px * 0.95);
    }
}

@media (max-width: 480px) {
    .learning-outcomes-13259 {
        padding: 60px 0;
    }

    .learning-outcomes-13259 .holder {
        margin: 0 10px;
    }

    .learning-outcomes-13259 .content_holder {
        padding: 25px 15px;
        min-height: 400px;
    }

    .learning-outcomes-13259 h3 {
        font-size: calc(42px * 0.6);
        margin-bottom: 25px;
    }

    .learning-outcomes-13259 .content_holder p {
        padding: 20px;
        font-size: calc(18px * 0.9);
    }
}.instructor-history-76510 {
    position: relative;
    background: rgb(150,146,175);
    padding: 100px 0;
}

.instructor-history-76510::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(150,146,175) 0,
        rgb(150,146,175) 2px,
        transparent 2px,
        transparent 8px
    );
}

.instructor-history-76510 .holder {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}

.instructor-history-76510 .review {
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: box-shadow 0.25s ease-in-out;
}

.instructor-history-76510 .review:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
}

.instructor-history-76510 .photo {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.instructor-history-76510 .photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.5));
}

.instructor-history-76510 .worker_description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    z-index: 2;
    width: 100%;
}

.instructor-history-76510 .name {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.instructor-history-76510 .job {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: rgb(150,146,175);
    padding: 0.375rem 0.75rem;
    border-radius: 10px;
}

.instructor-history-76510 .worker_info {
    padding: 2rem;
    position: relative;
}

.instructor-history-76510 .worker_info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 2rem;
    right: 2rem;
    height: 1px;
    background: rgb(215,234,234);
}

.instructor-history-76510 .quote {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: rgb(150,146,175);
    padding: 1rem 1.25rem;
    background: rgb(215,234,234);
    border-radius: 10px;
}

.instructor-history-76510 .quote::before {
    content: '';
    position: absolute;
    top: -0.5rem;
    left: 1.25rem;
    width: 1rem;
    height: 1rem;
    background: rgb(215,234,234);
    transform: rotate(45deg);
}

.instructor-history-76510 .story {
    font-size: 15px;
    color: #000000;
    padding: 0 1.25rem;
}

@media (min-width: 768px) {
    .instructor-history-76510 .review {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
    }

    .instructor-history-76510 .photo {
        grid-column: span 5;
        height: auto;
    }

    .instructor-history-76510 .worker_description {
        bottom: 2rem;
        left: 2rem;
        right: 2rem;
        width: 40%;
    }

    .instructor-history-76510 .worker_info {
        grid-column: span 7;
        padding: 2.5rem;
    }

    .instructor-history-76510 .worker_info::before {
        top: 2.5rem;
        left: 0;
        width: 1px;
        height: calc(100% - 5rem);
    }

    .instructor-history-76510 .quote::before {
        top: 1.25rem;
        left: -0.5rem;
    }

    .instructor-history-76510 .story {
        padding: 0;
        margin-top: 2rem;
    }
}

@media (min-width: 992px) {
    .instructor-history-76510 {
        padding: 120px 0;
    }

    .instructor-history-76510 .photo {
        grid-column: span 4;
    }

    .instructor-history-76510 .worker_info {
        grid-column: span 8;
        padding: 3rem;
    }

}

@media (min-width: 1200px) {
    .instructor-history-76510 .photo {
        grid-column: span 5;
    }

    .instructor-history-76510 .worker_info {
        grid-column: span 7;
    }
}

@media (max-width: 767px) {
    .instructor-history-76510 {
        padding: 60px 0;
    }
    .instructor-history-76510 .review {
        padding-bottom: 130px;
        position: relative;
    }
    .instructor-history-76510 .name {
        color: #000000;
    }
    .instructor-history-76510 .worker_info {
        padding: 1.5rem;
    }

    .instructor-history-76510 .quote {
        margin: 0 -0.5rem 1.5rem;
    }
}.wrapper-canvas-24795 .meet-us-08512 .holder {
    position: relative;
    height: auto;
    padding: 80px;
    background: rgb(105,119,155,0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.meet-us-08512 {
    padding: 40px 0;
    background: rgb(215,234,234);
}

.wrapper-canvas-24795 .meet-us-08512 .holder .photo {
    display: block;
    width: 400px;
    height: 400px;
    border-radius: 10px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid rgb(150,146,175);
}

.wrapper-canvas-24795 .meet-us-08512 .caption_holder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 600px;
}

.wrapper-canvas-24795 .meet-us-08512 .style_element {
    background: rgba(0, 0, 0, 0.5);
    padding: 60px;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

.wrapper-canvas-24795 .meet-us-08512 h2 {
    color: rgb(150,146,175);
    font-size: 47px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 25px;
}

.wrapper-canvas-24795 .meet-us-08512 p {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 15px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-canvas-24795 .meet-us-08512 .holder {
        padding: 0;
    }
    .wrapper-canvas-24795 .meet-us-08512 .holder .photo {
        width: 350px;
        height: 350px;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-canvas-24795 .meet-us-08512 .style_element {
        width: 100%;
        padding: 40px;
        text-align: center;
    }
    .wrapper-canvas-24795 .meet-us-08512 .holder .photo {
        width: 280px;
        height: 280px;
        position: static;
        transform: none;
        margin-bottom: 20px;
        width: 100%;
        margin-top: 20px;
    }
    .wrapper-canvas-24795 .meet-us-08512 .caption_holder {
        flex-direction: column;
        min-height: unset;
    }
    .wrapper-canvas-24795 .meet-us-08512 h2 {
        font-size: 29px;
    }
    .wrapper-canvas-24795 .meet-us-08512 p {
        font-size: 15px;
    }
}.secure-sanctuary-38217 {
    background-color: rgb(215,234,234);
    color: #000000;
    font-family: Lato, sans-serif;
    padding: 50px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}
.secure-sanctuary-38217::before,
.secure-sanctuary-38217::after {
    content: '';
    position: absolute;
    background: rgb(150,146,175,0.5);
    border-radius: 50%;
    opacity: 0.1;
}
.secure-sanctuary-38217::before {
    width: 200px;
    height: 200px;
    top: -50px;
    left: -50px;
}
.secure-sanctuary-38217::after {
    width: 300px;
    height: 300px;
    bottom: -100px;
    right: -100px;
}
.secure-sanctuary-38217 h1,
.secure-sanctuary-38217 h2 {
    margin: 20px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding-left: 40px;
}
.secure-sanctuary-38217 h1::before,
.secure-sanctuary-38217 h2::before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgb(150,146,175);
}
.secure-sanctuary-38217 h1 {
    font-size: 43px;
    font-weight: 700;
    color: rgb(150,146,175);
}
.secure-sanctuary-38217 h2 {
    font-size: 34px;
    font-weight: 600;
    color: rgb(105,119,155);
}
.secure-sanctuary-38217 ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
    counter-reset: custom-counter;
}
.secure-sanctuary-38217 ul li {
    padding: 10px 0;
    position: relative;
    padding-left: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 15px;
    font-weight: 400;
    color: #000000;
}
.secure-sanctuary-38217 ul li::before {
    content: counter(custom-counter);
    counter-increment: custom-counter;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgb(105,119,155);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.secure-sanctuary-38217 p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    color: #000000;
    margin: 20px 0;
    border-left: 4px solid rgb(150,146,175);
    padding-left: 15px;
    position: relative;
}
.secure-sanctuary-38217 p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    background: rgb(150,146,175);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.secure-sanctuary-38217 .container div {
    margin: 20px 0;
    position: relative;
    padding: 20px;
    border: 1px dashed rgb(105,119,155,0.5);
    border-radius: 10px;
}
.secure-sanctuary-38217 .container div::before {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    background: rgb(105,119,155);
    border-radius: 50%;
    opacity: 0.5;
}
.secure-sanctuary-38217 .container div::after {
    content: '';
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 20px;
    height: 20px;
    background: rgb(105,119,155);
    border-radius: 50%;
    opacity: 0.5;
}
@media only screen and (max-width: 800px) {
    .secure-sanctuary-38217 {
        padding: 30px;
    }
    .secure-sanctuary-38217 h1 {
        font-size: calc(19px - 8px);
    }
    .secure-sanctuary-38217 h2 {
        font-size: calc(19px - 8px);
    }
    .secure-sanctuary-38217 ul li {
        font-size: calc(15px - 2px);
    }
    .secure-sanctuary-38217 p {
        font-size: calc(15px - 2px);
    }
}

.advantages-overview-03824 .advantages_content h2 {
    color: rgb(105,119,155);
}

.advantages-overview-03824 .advantage_item svg, .advantages-overview-03824 .advantage_item svg path {
    fill: rgb(150,146,175);
}

.advantages-overview-03824 .advantage_item p {
    color: #000000;
}

.advantages-overview-03824 .advantage_item b {
    color: rgb(150,146,175);
}

.advantages-overview-03824 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages-overview-03824 .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages-overview-03824 .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages-overview-03824 .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 38px;
    font-weight: 600;
}

.advantages-overview-03824 .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages-overview-03824 .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages-overview-03824 .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages-overview-03824 .advantage_item svg, .advantages-overview-03824 .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-canvas-24795 .advantages-overview-03824 .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .advantages-overview-03824 .advantages_content h2 {
        font-size: 30px;
    }

    .advantages-overview-03824 .advantages_holder {
        flex-direction: column;
    }

    .advantages-overview-03824 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapper-canvas-24795 .advantages-overview-03824 .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapper-canvas-24795 .advantages-overview-03824 {
    padding: 100px 0;
    background: rgb(215,234,234);
    color: #ffffff;
    font-family: Lato, sans-serif;
    overflow: hidden;
}

.wrapper-canvas-24795 .advantages-overview-03824 .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
}

.wrapper-canvas-24795 .advantages-overview-03824 .advantages_content h2 {
    font-size: 38px;
    font-weight: 700;
    color: rgb(105,119,155);
    margin-bottom: 40px;
    background: linear-gradient(to right, rgb(150,146,175), rgb(105,119,155));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.wrapper-canvas-24795 .advantages-overview-03824 .advantages_content h2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, rgb(150,146,175), rgb(105,119,155));
    bottom: -10px;
    left: 0;
}

.wrapper-canvas-24795 .advantages-overview-03824 .advantages_description {
    font-size: 13px;
    margin-bottom: 40px;
    padding: 0 20px;
    color: rgb(105,119,155);
    border-left: 4px solid rgb(105,119,155);
    border-right: 4px solid rgb(105,119,155);
    position: relative;
    z-index: 1;
}

.wrapper-canvas-24795 .advantages-overview-03824 .advantages_holder {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.wrapper-canvas-24795 .advantages-overview-03824 .advantage_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(25% - 30px);
    background: #ffffff;
    color: #000000;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.wrapper-canvas-24795 .advantages-overview-03824 .advantage_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.wrapper-canvas-24795 .advantages-overview-03824 .advantage_image {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgb(150,146,175), rgb(105,119,155));
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.wrapper-canvas-24795 .advantages-overview-03824 .advantage_image img, .wrapper-canvas-24795 .advantages-overview-03824 .advantage_image svg {
    width: 60%;
    height: 60%;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.wrapper-canvas-24795 .advantages-overview-03824 .advantage_item h4 {
    font-weight: 700;
    font-size: 18px;
    margin-top: 20px;
    color: rgb(105,119,155);
}

@media only screen and (max-width: 1200px) {
    .wrapper-canvas-24795 .advantages-overview-03824 .advantages_holder .advantage_item {
        width: calc(50% - 30px);
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-canvas-24795 .advantages-overview-03824 {
        padding: 50px 0;
    }

    .wrapper-canvas-24795 .advantages-overview-03824 .advantages_content h2 {
        font-size: 18px;
    }

    .wrapper-canvas-24795 .advantages-overview-03824 .advantages_holder {
        flex-direction: column;
    }

    .wrapper-canvas-24795 .advantages-overview-03824 .advantages_holder .advantage_item {
        width: 100%;
    }
}header .main_header {
    background: #ffffff;
    color: #000000;
    padding: 30px 0;
    border-bottom: 5px solid rgb(150,146,175);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 100;
    font-family: Lato, sans-serif;
}
header .logo_holder svg, header .logo_holder svg path, header .logo_holder img {
    fill: rgb(150,146,175);
    height: 100px;
    width: 100px;
}
header .logo_holder .logotype {
    display: flex;
    align-items: center;
    text-decoration: none;
}
header .logo_holder .logo_caption {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
header .logo_holder .logo_caption .logo_name {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(150,146,175);
}
header .logo_holder .logo_caption .logo_desc {
    font-size: 14px;
    color: rgb(105,119,155);
    margin-top: 5px;
}
header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}
header .menu {
    display: flex;
    align-items: center;
    gap: 20px;
}
header .menu a {
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 25px;
    margin: 0 5px;
    border: 2px solid rgb(150,146,175);
    border-radius: 23px;
    background: #ffffff;
    text-decoration: none;
    font-size: 14px;
}
header .menu a:hover {
    color: #ffffff;
    background: rgb(150,146,175);
}
header .menu a.active {
    background: rgb(105,119,155);
    color: #ffffff;
}
header .menu a.active:hover {
    background: rgb(150,146,175);
    color: #ffffff;
}
header .main_header::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background: rgb(150,146,175);
    top: 0;
    left: 0;
}
@media only screen and (max-width: 1200px) {
    .wrapper-canvas-24795 header .header_content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    header .logo_holder {
        margin-bottom: 20px;
    }
    header .menu {
        flex-direction: column;
        gap: 10px;
    }
    header .menu a {
        padding: 12px 20px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 800px) {
    header .logo_holder svg, header .logo_holder svg path, header .logo_holder img {
        height: 80px;
        width: 80px;
    }
    header .logo_holder .logo_caption .logo_name {
        font-size: 20px;
    }
    header .logo_holder .logo_caption .logo_desc {
        font-size: 13px;
    }
    header .menu a {
        padding: 6px 10px;
        font-size: 14px;
    }
}
.wrapper-canvas-24795 header .header_content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    background: #ffffff;
}
.wrapper-canvas-24795 header .logo_holder {
    width: auto;
    padding: 10px 20px;
    border: 3px solid rgb(105,119,155);
    border-radius: 23px;
    background: rgb(150,146,175,0.5);
}
.wrapper-canvas-24795 header .logo_name {
    font-size: 46px;
    line-height: 46px;
    margin-top: 10px;
    text-align: center;
    color: #000000;
}
.wrapper-canvas-24795 header .menu a {
    text-transform: uppercase;
    border: none;
    font-size: 16px;
    font-weight: 700;
    margin: 0 5px;
    text-align: center;
    color: #000000;
    background: none;
}
.wrapper-canvas-24795 header .menu a:hover {
    color: rgb(150,146,175);
}
.wrapper-canvas-24795 header .menu a.active {
    border: none;
    border-bottom: 2px solid rgb(105,119,155);
    border-radius: 0;
}
.wrapper-canvas-24795 header .menu a.active:hover {
    border: none;
    background: none;
    color: rgb(150,146,175);
    border-bottom: 2px solid rgb(150,146,175);
}
.wrapper-canvas-24795 header .menu {
    justify-content: center;
    padding-bottom: 20px;
    align-items: center;
}
@media only screen and (max-width: 800px) {
    .wrapper-canvas-24795 header .logo_name {
        font-size: 33px;
        line-height: 33px;
    }
    .wrapper-canvas-24795 header .logo_holder .logotype svg, .wrapper-canvas-24795 header .logo_holder .logotype img {
        width: 60px;
        height: 60px;
    }
    .wrapper-canvas-24795 header .menu a {
        margin: 0 5px;
        padding: 8px 10px;
        font-size: 15px;
    }
    .wrapper-canvas-24795 header .header_content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}.customer-experience-21598 {
    position: relative;
    overflow: hidden;
    background: rgb(215,234,234);
    padding: 80px 0;
    z-index: 1;
}

.customer-experience-21598::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(150,146,175,0.5) 20%, transparent 60%);
    animation: backgroundAnimation 15s infinite linear;
    z-index: -1;
}

@keyframes backgroundAnimation {
    0% {
        transform: scale(1) translate(0, 0);
    }
    50% {
        transform: scale(1.5) translate(-10%, -10%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

.customer-experience-21598 h3 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.customer-experience-21598 h3::after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 4px;
    background: rgb(150,146,175);
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(150,146,175);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.customer-experience-21598 .reviews {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.customer-experience-21598 .reviews .review {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(33.333% - 40px);
    padding: 20px;
    border-radius: 23px;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
}

.customer-experience-21598 .reviews .review::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    height: 300%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
    transform: rotate(-30deg);
    z-index: -1;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.customer-experience-21598 .reviews .review:hover::before {
    opacity: 1;
}

.customer-experience-21598 .reviews .review:hover {
    transform: translateY(-15px);
    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.2);
}

.customer-experience-21598 .reviews .review .photo {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgb(150,146,175,0.5);
    background-size: cover;
    background-position: center;
    border: 4px solid rgb(150,146,175);
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.customer-experience-21598 .reviews .review:hover .photo {
    transform: scale(1.05);
}

.customer-experience-21598 .reviews .review .text {
    font-family: Lato, sans-serif;
    font-style: italic;
    text-align: center;
    padding: 20px;
    background: #ffffff;
    border-radius: 23px;
    position: relative;
    transition: background 0.3s ease;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.customer-experience-21598 .reviews .review .text::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid #ffffff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 20px);
}

.customer-experience-21598 .reviews .review .text span {
    display: block;
    font-size: 18px;
    color: #000000;
}

.customer-experience-21598 .reviews .review .text p {
    display: block;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
}

@media only screen and (max-width: 1200px) {
    .customer-experience-21598 .reviews {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 20px;
    }
    .customer-experience-21598 .reviews .review {
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 768px) {
    .customer-experience-21598 .reviews .review {
        width: calc(100% - 20px);
    }
}
.gratBox-85746 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(215,234,234);
    padding: 60px 0;
}
.gratBox-85746 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: rgb(150,146,175,0.5);
    color: #ffffff;
    padding: 60px 40px;
    border-radius: 22px;
    box-shadow: inset 0 0 10px rgb(150,146,175,0.5);
    max-width: 80%;
    width: 100%;
}
.gratBox-85746 h2 {
    margin-bottom: 20px;
    font-size: 43px;
    font-weight: 600;
    color: rgb(150,146,175);
    text-transform: none;
    border-bottom: 2px solid rgb(150,146,175);
    padding-bottom: 10px;
    width: 100%;
    text-align: left;
}
.gratBox-85746 p {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
    width: 100%;
    text-align: left;
    border-left: 3px solid rgb(150,146,175);
    padding-left: 15px;
}
@media only screen and (max-width: 800px) {
    .gratBox-85746 {
        padding: 20px;
    }
    .gratBox-85746 .container {
        padding: 40px 20px;
    }
    .gratBox-85746 h2 {
        font-size: 31px;
        text-align: center;
        border-bottom: none;
        padding-bottom: 0;
    }
    .gratBox-85746 p {
        font-size: 15px;
        text-align: center;
        border-left: none;
        padding-left: 0;
    }
}
.follow-35264 {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.follow-35264 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.follow-35264 input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(105,119,155,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.follow-35264 h2 {
    margin-bottom: 20px;
    text-align: center;
}

.follow-35264 .button {
    background: rgb(105,119,155);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.follow-35264 .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .follow-35264 .holder {
        flex-direction: column;
    }

    .follow-35264 {
        padding: 30px 20px;
    }

    .follow-35264 input {
        min-width: unset;
    }

    .follow-35264 .button {
        flex-shrink: unset;
    }

    .follow-35264 .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .follow-35264 input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .wrapper-canvas-24795 .follow-35264 .holder h2 {
        font-size: 20px;
    }
}

.wrapper-canvas-24795 .follow-35264 {
    position: relative;
    background: rgb(215,234,234);
    padding: 100px 20px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.wrapper-canvas-24795 .follow-35264::before {
    content: "";
    display: block;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgb(150,146,175) 0%, rgb(105,119,155) 100%);
    position: absolute;
    top: -50px;
    left: 0;
    transform: translateX(-50%);
    border-radius: 50%;
    opacity: 0.5;
    z-index: 0;
}

.wrapper-canvas-24795 .follow-35264 .container {
    position: relative;
    z-index: 1;
}

.wrapper-canvas-24795 .follow-35264 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 100px;
    max-width: 1100px;
    margin: 0 auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.wrapper-canvas-24795 .follow-35264 h2 {
    color: #000000;
    font-size: 38px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.wrapper-canvas-24795 .follow-35264 .input_holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 10px;
    position: relative;
}

.wrapper-canvas-24795 .follow-35264 input[type="email"] {
    flex: 1;
    padding: 15px 20px;
    border: 2px solid rgb(105,119,155);
    border-radius: 17px;
    background: #ffffff;
    color: #000000;
    font-family: Lato, sans-serif;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.wrapper-canvas-24795 .follow-35264 input[type="email"]:focus {
    border-color: rgb(150,146,175);
    box-shadow: 0 0 15px rgb(150,146,175,0.5);
}

.wrapper-canvas-24795 .follow-35264 .subscribe_button {
    background: rgb(105,119,155);
    color: #ffffff;
    border: none;
    padding: 15px 25px;
    border-radius: 17px;
    font-size: 15px;
    font-family: Lato, sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

.wrapper-canvas-24795 .follow-35264 .subscribe_button:hover {
    background: #000000;
    transform: scale(1.05);
}


@media only screen and (max-width: 800px) {
    .wrapper-canvas-24795 .follow-35264 {
        padding: 40px 20px;
    }

    .wrapper-canvas-24795 .follow-35264 .holder {
        flex-direction: column;
        width: 100%;
        padding: 30px;
    }

    .wrapper-canvas-24795 .follow-35264 .input_holder {
        flex-direction: column;
        gap: 20px;
    }

    .wrapper-canvas-24795 .follow-35264 h2 {
        margin-bottom: 20px;
        padding: 0 5px;
    }

    .wrapper-canvas-24795 .follow-35264 input {
        width: 100%;
        margin-bottom: 20px;
    }
}.connect-with-us-51730 {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(150,146,175) 0%, rgb(105,119,155) 100%);
}

.connect-with-us-51730::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(150,146,175) 0%, transparent 70%);
    transform: translateX(-50%);
    opacity: 0.1;
    animation: pulsate 10s infinite;
}

@keyframes pulsate {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.1;
    }
    50% {
        transform: translateX(-50%) scale(1.1);
        opacity: 0.3;
    }
}

.connect-with-us-51730 h3 {
    color: #000000;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.connect-with-us-51730 .form {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 21px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 50px;
    max-width: 700px;
    margin: auto;
    position: relative;
    z-index: 1;
}

.connect-with-us-51730 form input,
.connect-with-us-51730 form textarea {
    color: #000000;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    border: 1px solid rgb(105,119,155,0.5);
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.5;
    font-family: Lato, sans-serif;
    transition: border-color 0.3s, background-color 0.3s;
}

.connect-with-us-51730 form input:focus,
.connect-with-us-51730 form textarea:focus {
    border-color: rgb(150,146,175);
    outline: none;
    background: #ffffff;
}

.connect-with-us-51730 form .button {
    background: rgb(150,146,175);
    color: #ffffff;
    border-radius: 21px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 15px 30px;
    text-transform: uppercase;
    transition: background-color 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.connect-with-us-51730 form .button:hover {
    background: rgb(105,119,155);
}

.connect-with-us-51730 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.connect-with-us-51730 .name_holder {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.connect-with-us-51730 .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.connect-with-us-51730 .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 10px;
}

.connect-with-us-51730 .agree label {
    display: block;
    font-family: Lato, sans-serif;
    color: #000000;
}

.connect-with-us-51730 .agree a {
    margin-left: 5px;
    color: rgb(150,146,175);
    text-decoration: underline;
    transition: color 0.3s;
}

.connect-with-us-51730 .agree a:hover {
    color: rgb(105,119,155);
}

.connect-with-us-51730 .form_text {
    margin-bottom: 30px;
    font-size: 18px;
    color: #000000;
    text-align: center;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 600px) {
    .connect-with-us-51730 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .connect-with-us-51730 h3 {
        font-size: 30px;
    }
    .connect-with-us-51730 .form {
        padding: 30px;
    }
    .connect-with-us-51730 .name_holder {
        flex-direction: column;
        gap: 10px;
    }
}

.wrapper-canvas-24795 .connect-with-us-51730 .holder {
    flex-direction: column-reverse;
}

.wrapper-canvas-24795 .connect-with-us-51730 .form {
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 21px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.wrapper-canvas-24795 .connect-with-us-51730 .info {
    width: 100%;
    text-align: center;
}

.wrapper-canvas-24795 .connect-with-us-51730 .info span {
    font-weight: 400;
    color: #000000;
}

.wrapper-canvas-24795 .connect-with-us-51730 form input {
    border-bottom: 1px solid rgb(105,119,155,0.5);
    border-radius: 10px;
    font-size: 18px;
    font-weight: 300;
}

.wrapper-canvas-24795 .connect-with-us-51730 h3 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 40px;
}

.wrapper-canvas-24795 .connect-with-us-51730 form .button {
    width: 100%;
    background: rgb(105,119,155);
    color: #ffffff;
    margin-top: 24px;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
}

.connect-with-us-51730 .info .contact_info svg,
.connect-with-us-51730 .info .contact_info svg path {
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .wrapper-canvas-24795 .connect-with-us-51730 .holder {
        flex-direction: column;
    }
    .wrapper-canvas-24795 .connect-with-us-51730 .holder .form,
    .wrapper-canvas-24795 .connect-with-us-51730 .holder .info {
        width: 100%;
    }
    .wrapper-canvas-24795 .connect-with-us-51730 .name_holder {
        flex-direction: column;
    }
}footer {
    background: rgb(105,119,155);
    color: #ffffff;
}

footer .copyright {
    background: rgb(150,146,175);
}

footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(150,146,175);
}

footer h5 {
    color: rgb(150,146,175);
}

footer .menu a {
    color: #ffffff;
}

footer .copyright_info {
    color: #ffffff;
}

footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}

footer .contact_info div svg, footer .contact_info div svg path {
    fill: #ffffff;
}

footer .contact_info div span {
    color: #ffffff;
}

footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .logo_holder svg, footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

footer h5 {
    font-size: 20px;
    margin-bottom: 16px;

}

footer .contact_info {
    display: flex;
    flex-direction: column;
}

footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: flex-start;
}

footer .contact_info div img, footer .contact_info div svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

footer .menu_holder {
    display: flex;
    flex-direction: column;
}

footer .menu a {
    text-decoration: none;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .copyright {
    font-size: 14px;
}

@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {
    footer .menu, footer .menu_holder, footer .footer_info {
        flex-direction: column;
    }

    footer .contact_info {
        margin-top: 10px;
    }

    footer h5 {
        margin-top: 5px;
    }

}

.wrapper-canvas-24795 footer .footer {
    padding: 0;
    border-bottom: 3px solid rgb(150,146,175);
}

.wrapper-canvas-24795 footer .footer_info {
    flex-direction: row-reverse;
    align-items: center;
    min-height: 100px;
}

.wrapper-canvas-24795 footer .menu_holder {
    flex-direction: row;
}

.wrapper-canvas-24795 footer .menu a {
    margin: 0;
    padding: 0 30px;
    border-right: 3px solid rgb(150,146,175);
    font-size: 20px;
    color: #ffffff;
}

.wrapper-canvas-24795 footer .copyright {
    background: rgb(150,146,175,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}

.wrapper-canvas-24795 footer .copyright_info {
    text-align: right;
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 800px) {
    .wrapper-canvas-24795 footer .menu_holder {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .wrapper-canvas-24795 footer .menu a {
        padding-left: 0;
        font-size: 18px
    }

    .wrapper-canvas-24795 footer .menu a:first-child {
        margin-bottom: 10px;
    }

    .wrapper-canvas-24795 footer .footer_info {
        padding: 20px 10px;
    }

    .wrapper-canvas-24795 footer .copyright_info {
        text-align: center;
    }

    .wrapper-canvas-24795 footer .copyright_info a {
        display: block;
        margin-top: 5px;
    }
}
header .top_plank {
    background: rgb(150,146,175);
    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: 14px;
    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;
}.title-section-86754 {
    font-family: Lato, sans-serif;
    background: linear-gradient(135deg, #ffffff, rgb(215,234,234));
    color: #000000;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.title-section-86754::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(150,146,175,0.5) 10%, transparent 10%);
    background-size: 20px 20px;
    opacity: 0.1;
}

.title-section-86754 .holder {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: flex-start;
}

.title-section-86754 .photo {
    order: 1;
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 19px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.title-section-86754 .photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgba(rgb(150,146,175), 0.3));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.title-section-86754 .text_holder {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 2rem;
}

.title-section-86754 .text_info {
    margin-bottom: 2rem;
    position: relative;
    padding: 2rem;
    background: linear-gradient(45deg, #ffffff, rgb(215,234,234));
    border-radius: 19px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.title-section-86754 .text_info::before,
.title-section-86754 .text_info::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid rgb(150,146,175);
    transition: all 0.3s ease;
}

.title-section-86754 .text_info::before {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}

.title-section-86754 .text_info::after {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
}

.title-section-86754 .text_info svg {
    width: 60px;
    height: 60px;
    fill: rgb(150,146,175);
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}

.title-section-86754 .text_info h2 {
    font-size: 31px;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.title-section-86754 .text_info h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, rgb(150,146,175), rgb(105,119,155));
    transition: width 0.3s ease;
}

.title-section-86754 .text_info span {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    display: block;
}

.title-section-86754 .button {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(45deg, rgb(150,146,175), rgb(105,119,155));
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.title-section-86754 .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgb(105,119,155), rgb(150,146,175));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.title-section-86754 .button:hover::before {
    opacity: 1;
}

.title-section-86754 .button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(150,146,175,0.5);
}

@media (min-width: 992px) {
    .title-section-86754 .holder {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    .title-section-86754 .photo {
        order: 2;
        width: 45%;
        height: 400px;
    }

    .title-section-86754 .text_holder {
        order: 1;
        width: 50%;
        text-align: left;
        align-items: flex-start;
        margin-top: 0;
    }

    .title-section-86754 .text_info h2::after {
        left: 0;
        transform: none;
    }
}

@media (max-width: 908px) {
    .title-section-86754 {
        padding: 3rem 0;
    }

    .title-section-86754 .text_info h2 {
        font-size: 23px;
    }

    .title-section-86754 .text_info span {
        font-size: 14px;
    }

    .title-section-86754 .button {
        padding: 10px 20px;
        font-size: 14px;
    }
    .title-section-86754 .text_holder {
        width: 100%;
    }
}.program-information-56914 {
    padding: 80px 0;
    background: rgb(215,234,234);
    position: relative;
    overflow: hidden;
}

.program-information-56914::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(105,119,155,0.5) 25%, transparent 25%, transparent 50%, rgb(150,146,175,0.5) 50%, rgb(105,119,155,0.5) 75%, transparent 75%, transparent);
    background-size: 50px 50px;
    opacity: 0.3;
    z-index: 0;
}

.program-information-56914 h2 {
    color: rgb(150,146,175);
    font-size: 43px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.program-information-56914 .content {
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    padding: 40px;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.program-information-56914 h3 {
    color: rgb(105,119,155);
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.program-information-56914 p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
}

.program-information-56914 .button {
    background: rgb(105,119,155);
    color: #ffffff;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.program-information-56914 .button:hover {
    background: rgb(150,146,175);
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgb(150,146,175);
}

.program-information-56914 .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.program-information-56914 .items {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.program-information-56914 .course {
    padding: 20px;
    max-width: 100%;
    flex: 1;
    margin: 0 10px;
}

.program-information-56914 .photo {
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.program-information-56914 .text_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}

@media only screen and (max-width: 600px) {
    .program-information-56914 {
        padding: 60px 0;
    }
    .program-information-56914 h2 {
        font-size: 33px;
    }
    .program-information-56914 h3 {
        font-size: 18px;
    }
    .program-information-56914 .course {
        max-width: 100%;
        width: 100%;
        padding: 10px;
    }
    .program-information-56914 .items {
        flex-direction: column;
        padding: 0;
    }
    .program-information-56914 .photo {
        height: 250px;
    }
}

.wrapper-canvas-24795 .program-information-56914 .container {
    width: 100%;
    padding: 0;
}

.wrapper-canvas-24795 .program-information-56914 .items {
    width: 100%;
}

.wrapper-canvas-24795 .program-information-56914 .items .course {
    padding: 0;
    width: 100%;
}

.wrapper-canvas-24795 .program-information-56914 .photo {
    height: 300px;
    width: 100%;
    margin: 0;
    border-radius: 0 !important;
    background-position: 50% 50% !important;
}

.wrapper-canvas-24795 .program-information-56914 .course .content {
    border-radius: 0 !important;
    box-shadow: none;
    background: rgb(150,146,175);
}

.wrapper-canvas-24795 .program-information-56914 .text_holder {
    max-width: 1200px;
    margin: auto;
    justify-content: flex-start;
    align-items: center;
    min-height: unset;
    background: none;
    padding: 20px;
}

.wrapper-canvas-24795 .program-information-56914 p {
    margin-top: 20px;
    text-align: center;
}

.wrapper-canvas-24795 .program-information-56914 .button {
    margin-top: 30px;
    width: fit-content;
}

.wrapper-canvas-24795 .program-information-56914 h3 {
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .program-information-56914 h2 {
        font-size: 18px;
    }
    .program-information-56914 h3 {
        font-size: 16px;
    }
    .program-information-56914 .photo {
        height: 200px;
    }
    .wrapper-canvas-24795 .program-information-56914 .course .content {
        padding: 10px;
    }
}
.find-us-90813 {
    color: #ffffff;
    background: linear-gradient(to bottom right, rgb(105,119,155), rgb(150,146,175));
    padding: 74px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Lato, sans-serif;
    position: relative;
    overflow: hidden;
}
.find-us-90813::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    z-index: -1;
}
.find-us-90813 .holder .info_holder div.company-open-hours-50819 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.find-us-90813 .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.find-us-90813 .holder .info_holder > div > div {
    margin: 5px 0;
}
.find-us-90813 .container {
    display: flex;
    flex-direction: column;
    border-radius: 26px;
    box-shadow: 0 0 20px rgb(150,146,175), 0 0 40px rgb(150,146,175), 0 0 60px rgb(150,146,175), 0 0 80px rgb(105,119,155);
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
    max-width: 800px;
    position: relative;
}

.find-us-90813 .contact_holder {
    text-align: left;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.find-us-90813 .contact_holder h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgb(150,146,175), 0 0 20px rgb(150,146,175), 0 0 30px rgb(150,146,175), 0 0 40px rgb(105,119,155);
}
.find-us-90813 .contact_holder .contact_description {
    font-size: 14px;
    margin-bottom: 20px;
    opacity: 0.8;
}
.find-us-90813 .contact_holder .photo {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(150,146,175), 0 0 20px rgb(150,146,175), 0 0 30px rgb(150,146,175), 0 0 40px rgb(105,119,155);
    margin-bottom: 20px;
    position: relative;
}
.find-us-90813 .holder .info_holder>div span {
    margin-left: 8px;
}
.find-us-90813 .contact_holder .photo::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(to bottom right, rgb(150,146,175), rgb(105,119,155));
    border-radius: 10px;
    z-index: -1;
}
.find-us-90813 .info_holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0;
}
.find-us-90813 .info_holder > div {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
    transition: color 0.3s ease;
    width: calc(50% - 10px);
    position: relative;
}
.find-us-90813 .info_holder > div::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(to bottom right, rgb(150,146,175), rgb(105,119,155));
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}
.find-us-90813 .info_holder > div:hover::before {
    opacity: 0.2;
}
.find-us-90813 .info_holder > div:hover {
    color: rgb(150,146,175);
}
.find-us-90813 .info_holder svg {
    width: 22px;
    height: 22px;
    fill: rgb(150,146,175);
    margin-right: 12px;
    transition: fill 0.3s ease;
}
.find-us-90813 .info_holder svg:hover {
    fill: rgb(105,119,155);
}
.find-us-90813 .contact_politics {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    margin-top: 20px;
    opacity: 0.8;
}
.find-us-90813 .contact_politics > div {
    margin-bottom: 14px;
}
.find-us-90813 .contact_politics > div h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 8px;
    text-shadow: 0 0 5px rgb(150,146,175);
}
@media only screen and (max-width: 1100px) {
    .find-us-90813 .info_holder {
        flex-direction: column;
    }
    .find-us-90813 .info_holder > div {
        width: 100%;
    }
}
