* {
    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: Arial, sans-serif;
    color: #000000;
}
.container-wrap_tKnJD {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(177,229,233);
}
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;
    }
}.opening_page_nvKoW .title_page_holder {
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.opening_page_nvKoW .style_element {
    background: rgba(0, 0, 0, 0.5);
    width: 40%;
    padding: 60px;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.5);
    border-left: 5px solid rgb(95,183,182);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
.opening_page_nvKoW .style_element h1 {
    font-family: Arial, sans-serif;
    font-size: 46px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: left;
}
.opening_page_nvKoW .style_element h3 {
    font-family: Arial, sans-serif;
    font-size: 21px;
    font-weight: 600;
    color: rgb(93,127,130);
    margin-bottom: 15px;
    text-align: left;
}
.opening_page_nvKoW .style_element p {
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    text-align: left;
    line-height: 1.6;
    margin-top: 10px;
}
@media only screen and (max-width: 800px) {
    .opening_page_nvKoW .title_page_holder {
        flex-direction: column;
        align-items: flex-start;
    }
    .opening_page_nvKoW .style_element {
        width: 100%;
        padding: 30px;
        border-left: none;
        border-top: 5px solid rgb(95,183,182);
    }
    .opening_page_nvKoW .style_element h1 {
        font-size: 29px;
        text-align: center;
    }
    .opening_page_nvKoW .style_element h3 {
        font-size: 21px;
        text-align: center;
    }
    .opening_page_nvKoW .style_element p {
        font-size: 13px;
        text-align: center;
    }
}
.container-wrap_tKnJD .opening_page_nvKoW {
    position: relative;
    padding: 0;
}
.container-wrap_tKnJD .opening_page_nvKoW .title_page_holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 500px;
    height: auto;
}
.container-wrap_tKnJD .opening_page_nvKoW .style_element {
    min-width: 35%;
    width: auto;
    height: auto;
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.container-wrap_tKnJD .opening_page_nvKoW .style_element h1 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: left;
}
.container-wrap_tKnJD .opening_page_nvKoW .style_element h3 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    text-align: left;
}
.container-wrap_tKnJD .opening_page_nvKoW .style_element p {
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    line-height: 1.6;
    margin-top: 20px;
}
@media only screen and (max-width: 800px) {
    .container-wrap_tKnJD .opening_page_nvKoW .title_page_holder {
        flex-direction: column;
        align-items: flex-start;
    }
    .container-wrap_tKnJD .opening_page_nvKoW .style_element {
        width: 100%;
        padding: 30px;
        border-radius: 10px;
        box-shadow: none;
    }
    .container-wrap_tKnJD .opening_page_nvKoW .style_element h1 {
        font-size: 30px;
        text-align: center;
    }
    .container-wrap_tKnJD .opening_page_nvKoW .style_element h3 {
        font-size: 18px;
        text-align: center;
    }
    .container-wrap_tKnJD .opening_page_nvKoW .style_element p {
        font-size: 14px;
        text-align: center;
    }
}.educational_yield_GvI4W {
    position: relative;
    padding: 180px 0;
    background: rgb(177,229,233);
    perspective: 2000px;
    overflow: hidden;
}

.educational_yield_GvI4W::before,
.educational_yield_GvI4W::after {
    content: '';
    position: absolute;
    inset: -100%;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(95,183,182,0.5) 0deg,
        transparent 60deg,
        rgb(93,127,130,0.5) 120deg,
        transparent 180deg,
        rgb(95,183,182,0.5) 240deg,
        transparent 300deg,
        rgb(93,127,130,0.5) 360deg
    );
    animation: ambientRotate 30s linear infinite;
    opacity: 0.3;
    filter: blur(80px);
}

.educational_yield_GvI4W::after {
    animation-direction: reverse;
    animation-duration: 20s;
    opacity: 0.2;
    filter: blur(120px);
}

.educational_yield_GvI4W .container {
    position: relative;
    z-index: 2;
}

.educational_yield_GvI4W .holder {
    position: relative;
    transform-style: preserve-3d;
    border-radius: 17px;
}

.educational_yield_GvI4W .content_holder {
    position: relative;
    padding: 120px 80px;
    border-radius: 17px;
    background-blend-mode: luminosity;
    overflow: hidden;
    isolation: isolate;
}

.educational_yield_GvI4W .content_holder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        170deg,
        #000000 0%,
        transparent 30%,
        rgb(95,183,182,0.5) 70%,
        rgb(93,127,130,0.5) 100%
    );
    mask: linear-gradient(
        to bottom,
        transparent,
        black 30%,
        black 70%,
        transparent
    );
    z-index: 1;
}

.educational_yield_GvI4W .content_holder::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(90deg, rgb(95,183,182,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(95,183,182,0.5) 1px, transparent 1px);
    background-size: 30px 30px;
    background-position: center;
    opacity: 0.05;
    transform: perspective(1000px) rotateX(60deg) scale(2.5);
    transform-origin: 50% 0%;
    z-index: 1;
    animation: gridMove 20s linear infinite;
}

.educational_yield_GvI4W .content_holder h3 {
    position: relative;
    color: #ffffff;
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 80px;
    text-align: center;
    z-index: 2;
    background: linear-gradient(
        to right,
        #ffffff,
        rgb(95,183,182) 50%,
        #ffffff
    );
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmerText 8s linear infinite;
}

.educational_yield_GvI4W .content_holder div {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
    z-index: 2;
}

.educational_yield_GvI4W .content_holder p {
    position: relative;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.8;
    padding: 40px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    border-radius: 17px;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 20px 40px -15px #000000,
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    opacity: 0;
    animation: cardReveal 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    animation-delay: calc(0.15s * var(--i));
}

.educational_yield_GvI4W .content_holder p:nth-child(4n + 1) {
    grid-column: span 7;
    transform: translateZ(60px) rotate3d(1, -1, 0, 2deg);
}

.educational_yield_GvI4W .content_holder p:nth-child(4n + 2) {
    grid-column: span 5;
    transform: translateZ(40px) rotate3d(-1, 1, 0, -2deg);
}

.educational_yield_GvI4W .content_holder p:nth-child(4n + 3) {
    grid-column: span 6;
    transform: translateZ(50px) rotate3d(1, 1, 0, 1deg);
}

.educational_yield_GvI4W .content_holder p:nth-child(4n + 4) {
    grid-column: span 6;
    transform: translateZ(30px) rotate3d(-1, -1, 0, -1deg);
}

.educational_yield_GvI4W .content_holder p:hover {
    transform: translateZ(90px) scale(1.03);
    background: linear-gradient(
        135deg,
        rgb(95,183,182,0.5) 0%,
        rgb(93,127,130,0.5) 100%
    );
    box-shadow: 
        0 30px 60px -20px #000000,
        inset 0 0 0 2px rgb(95,183,182,0.5);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes ambientRotate {
    from { transform: rotate(0deg) scale(1.5); }
    to { transform: rotate(360deg) scale(1.5); }
}

@keyframes gridMove {
    from { background-position: 0 0; }
    to { background-position: 30px 30px; }
}

@keyframes shimmerText {
    to { background-position: -200% center; }
}

@keyframes cardReveal {
    from {
        opacity: 0;
        transform: translateY(50px) scale(0.9);
        filter: blur(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@media (max-width: 1400px) {
    .educational_yield_GvI4W .content_holder {
        padding: 100px 60px;
    }
    
    .educational_yield_GvI4W .content_holder p:nth-child(4n + 1),
    .educational_yield_GvI4W .content_holder p:nth-child(4n + 2) {
        grid-column: span 6;
    }
}

@media (max-width: 1200px) {
    .educational_yield_GvI4W {
        padding: 140px 0;
    }
    
    .educational_yield_GvI4W .content_holder div {
        gap: 25px;
    }
    
    .educational_yield_GvI4W .content_holder p {
        padding: 35px;
    }
}

@media (max-width: 992px) {
    .educational_yield_GvI4W {
        padding: 120px 0;
    }
    
    .educational_yield_GvI4W .content_holder {
        padding: 80px 40px;
    }
    
    .educational_yield_GvI4W .content_holder div {
        grid-template-columns: repeat(6, 1fr);
    }
    
    .educational_yield_GvI4W .content_holder p {
        grid-column: span 3 !important;
    }
    
    .educational_yield_GvI4W .content_holder h3 {
        font-size: calc(43px * 0.8);
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .educational_yield_GvI4W {
        padding: 100px 0;
    }
    
    .educational_yield_GvI4W .content_holder {
        padding: 60px 30px;
    }
    
    .educational_yield_GvI4W .content_holder div {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .educational_yield_GvI4W .content_holder p {
        grid-column: span 1 !important;
        padding: 30px;
    }
    
    .educational_yield_GvI4W .content_holder h3 {
        font-size: calc(43px * 0.7);
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .educational_yield_GvI4W {
        padding: 80px 0;
    }
    
    .educational_yield_GvI4W .content_holder {
        padding: 40px 20px;
    }
    
    .educational_yield_GvI4W .content_holder p {
        padding: 25px;
        font-size: calc(17px * 0.9);
    }
    
    .educational_yield_GvI4W .content_holder h3 {
        font-size: calc(43px * 0.6);
        margin-bottom: 30px;
    }
}.plan_showcase_18pm2 {
    background: rgb(177,229,233);
    padding: 0 0 120px;
    position: relative;
    overflow: hidden;
}

.plan_showcase_18pm2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(95,183,182,0.5) 0%, rgb(93,127,130,0.5) 100%);
    opacity: 0.85;
    z-index: 1;
}

.plan_showcase_18pm2 .container {
    position: relative;
    z-index: 2;
}

.plan_showcase_18pm2 .price_info_holder {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.plan_showcase_18pm2 .photo {
    height: 400px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 45px -5px rgba(0, 0, 0, 0.5);
}

.plan_showcase_18pm2 h2 {
    font-size: 32px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

.plan_showcase_18pm2 h3 {
    font-size: 21px;
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 400;
}

.plan_showcase_18pm2 .price_items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.plan_showcase_18pm2 .price_item {
    background: #ffffff;
    border-radius: 14px;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 2fr auto;
    align-items: center;
    gap: 30px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.plan_showcase_18pm2 .price_item h3 {
    font-size: 21px;
    color: rgb(95,183,182);
    margin: 0;
    text-align: left;
}

.plan_showcase_18pm2 .price_item .price_amount {
    font-size: 47px;
    color: #000000;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.plan_showcase_18pm2 .price_item span {
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    margin: 0;
}

.plan_showcase_18pm2 .price_item .button {
    background: linear-gradient(135deg, rgb(95,183,182) 0%, rgb(93,127,130) 100%);
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    white-space: nowrap;
}

.plan_showcase_18pm2 .price_item:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
}

.plan_showcase_18pm2 .price_item .button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -5px rgb(95,183,182,0.5);
}

@media (max-width: 991px) {
    .plan_showcase_18pm2 {
        padding: 0 0 80px;
    }
    
    .plan_showcase_18pm2 .photo {
        height: 300px;
        margin-bottom: 40px;
    }
    
    .plan_showcase_18pm2 .price_item {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        padding: 30px;
        gap: 20px;
    }
    
    .plan_showcase_18pm2 .price_item h3 {
        grid-column: 1;
        grid-row: 1;
    }
    
    .plan_showcase_18pm2 .price_item .price_amount {
        grid-column: 2;
        grid-row: 1;
        text-align: right;
    }
    
    .plan_showcase_18pm2 .price_item span {
        grid-column: 1 / -1;
        grid-row: 2;
    }
    
    .plan_showcase_18pm2 .price_item .button {
        grid-column: 1 / -1;
        grid-row: 3;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .plan_showcase_18pm2 {
        padding: 0 0 60px;
    }
    
    .plan_showcase_18pm2 .photo {
        height: 200px;
        margin-bottom: 30px;
    }
    
    .plan_showcase_18pm2 h2 {
        font-size: calc(32px * 0.9);
    }
    
    .plan_showcase_18pm2 h3 {
        font-size: calc(21px * 0.9);
        margin-bottom: 30px;
    }
    
    .plan_showcase_18pm2 .price_item {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, auto);
        padding: 25px;
        gap: 15px;
    }
    
    .plan_showcase_18pm2 .price_item h3,
    .plan_showcase_18pm2 .price_item .price_amount {
        grid-column: 1;
        text-align: center;
    }
    
    .plan_showcase_18pm2 .price_item h3 {
        grid-row: 1;
    }
    
    .plan_showcase_18pm2 .price_item .price_amount {
        grid-row: 2;
    }
    
    .plan_showcase_18pm2 .price_item span {
        grid-row: 3;
        text-align: center;
    }
    
    .plan_showcase_18pm2 .price_item .button {
        grid-row: 4;
    }
}footer {
    background: rgb(93,127,130);
    color: #ffffff;
}

footer .copyright {
    background: rgb(95,183,182);
}

footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(95,183,182);
}

footer h5 {
    color: rgb(95,183,182);
}

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: 16px;
    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;
    }

}

.container-wrap_tKnJD footer .footer_info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container-wrap_tKnJD footer .menu_holder {
    flex-direction: row;
}

.container-wrap_tKnJD footer .menu {
    width: 100%;
    border-top: 2px solid rgb(93,127,130);
    margin-top: 35px;
    display: flex;
    justify-content: center;
    padding-top: 35px;
}

.container-wrap_tKnJD footer {
    background: #ffffff;
}

.container-wrap_tKnJD footer .logo_holder svg, .container-wrap_tKnJD footer .logo_holder img {
    width: 75px;
    height: 75px;
    margin: 0;
}

.container-wrap_tKnJD footer .menu a {
    color: rgb(95,183,182);
    padding: 0 20px;
    margin-bottom: 5px;
    line-height: 22px;
    text-align: center;
}

.container-wrap_tKnJD footer .footer {
    padding-top: 35px;
    padding-bottom: 20px;
}

.container-wrap_tKnJD footer .copyright {
    background: none;
    padding: 10px 0;
}

.container-wrap_tKnJD footer .copyright_info {
    text-align: center;
    color: rgb(93,127,130);
    font-size: 14px;
}

@media only screen and (max-width: 800px) {
    .container-wrap_tKnJD footer .menu_holder {
        flex-direction: column;
    }

    .container-wrap_tKnJD footer .menu {
        padding-top: 20px;
        margin-top: 20px;
    }
}.program_details_UAQc6 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgb(93,127,130);
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}

.program_details_UAQc6::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(95,183,182,0.5), transparent);
    animation: rotateBg 20s linear infinite;
    z-index: 0;
}

@keyframes rotateBg {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.program_details_UAQc6 h2 {
    color: rgb(95,183,182);
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    z-index: 1;
    position: relative;
}

.program_details_UAQc6 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 1;
    position: relative;
}

.program_details_UAQc6 .items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
}

.program_details_UAQc6 .course {
    padding: 20px;
    border-radius: 13px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    position: relative;
}

.program_details_UAQc6 .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.program_details_UAQc6 .photo {
    height: 300px;
    width: 300px;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid rgb(95,183,182,0.5);
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease, border 0.3s ease;
}


.program_details_UAQc6 .text_holder {
    padding: 20px;
}

.program_details_UAQc6 h3 {
    font-size: 28px;
    font-weight: 600;
    color: rgb(95,183,182);
    margin-bottom: 16px;
}

.program_details_UAQc6 p {
    font-size: 17px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
}

.program_details_UAQc6 .button {
    background: rgb(95,183,182);
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 800px) {
    .program_details_UAQc6 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .program_details_UAQc6 .photo {
        height: 200px;
        width: 200px;
    }

    .program_details_UAQc6 h3 {
        font-size: 20px;
    }

    .program_details_UAQc6 p {
        font-size: 16px;
    }

    .program_details_UAQc6 .button {
        padding: 10px 20px;
    }
}

.container-wrap_tKnJD .program_details_UAQc6 {
    background: rgb(177,229,233);
    padding: 80px 0;
}

.container-wrap_tKnJD .program_details_UAQc6 .items {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.container-wrap_tKnJD .program_details_UAQc6 .photo {
    width: 250px;
    height: 250px;
    border-radius: 13px;
    overflow: hidden;
    border: 5px solid rgb(95,183,182,0.5);
}

.container-wrap_tKnJD .program_details_UAQc6 .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
}

.container-wrap_tKnJD .program_details_UAQc6 .text_holder {
    text-align: center;
    padding: 20px;
}

.container-wrap_tKnJD .program_details_UAQc6 h3 {
    font-size: 47px;
    font-weight: 700;
    margin-top: 20px;
    color: rgb(95,183,182);
}

.container-wrap_tKnJD .program_details_UAQc6 p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}

.container-wrap_tKnJD .program_details_UAQc6 .button {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 40px;
    background: none;
    border: 2px solid rgb(95,183,182);
    border-radius: 50px;
    color: rgb(95,183,182);
    transition: background 0.3s ease, color 0.3s ease;
}

.container-wrap_tKnJD .program_details_UAQc6 .button:hover {
    background: rgb(95,183,182);
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .container-wrap_tKnJD .program_details_UAQc6 .photo {
        width: 200px;
        height: 200px;
    }
    .container-wrap_tKnJD .program_details_UAQc6 .text_holder {
        padding: 0;
    }
    .container-wrap_tKnJD .program_details_UAQc6 h3 {
        font-size: 20px;
    }

    .container-wrap_tKnJD .program_details_UAQc6 p {
        font-size: 16px;
    }

    .container-wrap_tKnJD .program_details_UAQc6 .button {
        padding: 10px 30px;
    }
}
header {
    padding-bottom: 10px;
    background: #ffffff;
}
header .main_header {
    border-top: 20px solid rgb(95,183,182);
    border-bottom: 2px solid rgb(95,183,182);
}
.main_header .header_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main_header .header_holder .logo_holder {
    margin: 10px 0;
}
.main_header .header_holder .logo_holder svg, header .header_holder .logo_holder img {
    width: 100px;
    height: 100px;
    fill: rgb(95,183,182);
}
.main_header .header_description {
    width: 50%;
    font-size: 18px;
    text-align: center;
    color: rgb(95,183,182);
    font-weight: bold;
}
.main_header .header_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -2px;
    margin-top: 20px;
    position: relative;
    z-index: 11;
}
.main_header .header_menu a {
    border: 2px solid transparent;
    border-bottom: 2px solid rgb(95,183,182);
    padding: 10px 16px;
}
.main_header .header_menu a:hover {
    color: rgb(95,183,182);
}
.main_header .header_menu a:first-child {
    border: 2px solid rgb(95,183,182);
    color: rgb(95,183,182);
    position: relative;
}
.main_header .header_menu a:first-child:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    bottom: -2px;
    left: 0;
}
@media only screen and (max-width: 800px) {
    .main_header .header_description {
        width: 100%;
    }
    .main_header .header_menu {
        flex-direction: column;
    }
    .main_header .header_menu a:first-child:after {
        display: none;
    }
    .main_header .header_menu a:first-child {
        border: 2px solid transparent;
        border-bottom: 2px solid rgb(95,183,182);
    }
}.get_help_info_2m9NO {
    background-color: rgb(177,229,233);
    padding: 80px 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}
.get_help_info_2m9NO .contact_holder {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
}
.get_help_info_2m9NO .holder .info_holder div.business_hours_XkjSG {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.get_help_info_2m9NO .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.get_help_info_2m9NO .holder .info_holder > div > div {
    margin: 5px 0;
}
.get_help_info_2m9NO h2 {
    font-size: 36px;
    font-weight: 700;
    color: rgb(95,183,182);
    margin-bottom: 50px;
    position: relative;
}
.get_help_info_2m9NO h2:after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background-color: rgb(93,127,130);
    margin: 15px auto 0;
    transition: width 0.3s ease-in-out;
}
.get_help_info_2m9NO h2:hover:after {
    width: 150px;
}
.get_help_info_2m9NO .holder {
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
    width: 100%;
    align-items: stretch;
    justify-content: space-between;
}
.get_help_info_2m9NO .holder .contact_description {
    flex: 1 1 45%;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #000000;
    text-align: left;
    position: relative;
}
.get_help_info_2m9NO .holder .contact_description:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(95,183,182,0.5);
    transition: width 0.3s ease-in-out;
    z-index: 0;
    border-radius: 10px;
}
.get_help_info_2m9NO .holder .info_holder>div span {
    margin-left: 8px;
}
.get_help_info_2m9NO .holder .photo {
    flex: 1 1 45%;
    height: 300px;
    background-color: rgb(93,127,130);
    border-radius: 14px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    position: relative;
    transition: transform 0.3s ease-in-out;
}
.get_help_info_2m9NO .holder .info_holder {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.3s ease-in-out;
    position: relative;
}
.get_help_info_2m9NO .holder .info_holder>div {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #000000;
    transition: color 0.3s ease-in-out;
}
.get_help_info_2m9NO .holder .info_holder>div:hover {
    color: rgb(95,183,182);
}
.get_help_info_2m9NO .holder .info_holder>div a {
    color: rgb(93,127,130);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}
.get_help_info_2m9NO .holder .info_holder>div a:hover {
    color: rgb(95,183,182);
}
.get_help_info_2m9NO .info_holder svg {
    width: 20px;
    height: 20px;
    fill: rgb(93,127,130);
    transition: fill 0.3s ease;
}
.get_help_info_2m9NO .info_holder svg:hover {
    fill: rgb(95,183,182);
}
.get_help_info_2m9NO .contact_politics {
    margin-top: 40px;
    background-color: rgb(177,229,233);
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
}
.get_help_info_2m9NO .contact_politics>div {
    margin-bottom: 20px;
}
.get_help_info_2m9NO .contact_politics>div h4 {
    font-size: 23px;
    font-weight: 700;
    color: rgb(95,183,182);
    margin-bottom: 10px;
    position: relative;
    transition: color 0.3s ease-in-out;
}
.get_help_info_2m9NO .contact_politics>div:hover h4 {
    color: rgb(93,127,130);
}
@media only screen and (max-width: 800px) {
    .get_help_info_2m9NO .holder {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .get_help_info_2m9NO .holder .photo {
        flex: unset;
        width: 100%;
        height: 250px;
    }
    .get_help_info_2m9NO .holder .info_holder,
    .get_help_info_2m9NO .holder .contact_description {
        flex: 1 1 100%;
        width: 100%;
    }
}
.course_instructor_USrK7 {
    padding: 100px 0;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.course_instructor_USrK7 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.course_instructor_USrK7 .holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 2;
}

.course_instructor_USrK7 .review {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 45%;
    padding: 40px;
    position: relative;
    transition: transform 0.4s, box-shadow 0.4s;
}

.course_instructor_USrK7 .review:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.course_instructor_USrK7 .photo {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    border-radius: 18px 18px 0 0;
    transition: transform 0.4s;
}

.course_instructor_USrK7 .review:hover .photo {
    transform: scale(1.05);
}

.course_instructor_USrK7 .worker_description {
    text-align: center;
    position: relative;
    z-index: 1;
}

.course_instructor_USrK7 .worker_description .name {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.course_instructor_USrK7 .worker_description span {
    font-size: 20px;
    font-weight: 600;
    color: rgb(95,183,182);
    display: block;
    margin-bottom: 15px;
}

.course_instructor_USrK7 .worker_description .quote {
    font-size: 17px;
    font-weight: 300;
    color: #000000;
    font-style: italic;
    border-left: 4px solid rgb(95,183,182);
    padding-left: 15px;
    margin-top: 20px;
    transition: color 0.4s;
}

.course_instructor_USrK7 .review:hover .quote {
    color: rgb(93,127,130);
}

@media only screen and (max-width: 1200px) {
    .course_instructor_USrK7 .holder {
        flex-direction: column;
    }

    .course_instructor_USrK7 .review {
        max-width: 100%;
        width: 100%;
    }
}

.container-wrap_tKnJD .course_instructor_USrK7 .holder {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.container-wrap_tKnJD .course_instructor_USrK7 .review {
    max-width: 100%;
    width: 100%;
    padding: 40px;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    transition: all 0.4s;
}

.container-wrap_tKnJD .course_instructor_USrK7 .photo {
    width: 40%;
    border-radius: 18px 0 0 18px;
    transition: transform 0.4s;
}

.container-wrap_tKnJD .course_instructor_USrK7 .review:hover .photo {
    transform: scale(1.05);
}

.container-wrap_tKnJD .course_instructor_USrK7 .review::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(95,183,182,0.5);
    z-index: 0;
    top: 0;
    left: 0;
    border-radius: 18px;
    transition: opacity 0.4s, transform 0.4s;
    opacity: 0;
    transform: scale(0.95);
}

.container-wrap_tKnJD .course_instructor_USrK7 .review:hover::after {
    opacity: 1;
    transform: scale(1);
}

.container-wrap_tKnJD .worker_description {
    width: 60%;
    padding: 0 20px;
}

.container-wrap_tKnJD .course_instructor_USrK7 .review .name {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 10px;
}

.container-wrap_tKnJD .course_instructor_USrK7 .review span {
    font-size: 20px;
    font-weight: 600;
    color: rgb(95,183,182);
    margin-bottom: 20px;
}

.container-wrap_tKnJD .course_instructor_USrK7 .review .quote {
    margin-top: 20px;
    padding-left: 20px;
    border-left: 6px solid rgb(95,183,182);
    line-height: 1.5;
    font-size: 17px;
    font-style: italic;
}

@media only screen and (max-width: 800px) {
    .container-wrap_tKnJD .course_instructor_USrK7 .review {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .container-wrap_tKnJD .course_instructor_USrK7 .photo {
        width: 100%;
        height: 200px;
        border-radius: 18px 18px 0 0;
    }

    .container-wrap_tKnJD .worker_description {
        width: 100%;
        padding: 20px;
    }

    .container-wrap_tKnJD .course_instructor_USrK7 .review::after {
        transform: scale(1);
    }
    .container-wrap_tKnJD .course_instructor_USrK7 .review .quote {
        padding-left: 0;
    }
}
.container-wrap_tKnJD .our_story_qgTy0 .holder {
    height: auto;
}

.our_story_qgTy0 {
    padding: 80px 0;
    background: rgb(95,183,182,0.5);
    position: relative;
    overflow: hidden;
}

.container-wrap_tKnJD .our_story_qgTy0 .holder .photo {
    display: block;
    width: 450px;
    height: 450px;
    border-radius: 19px;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.container-wrap_tKnJD .our_story_qgTy0 .holder .photo:hover {
    transform: translateY(-50%) scale(1.05);
}

.container-wrap_tKnJD .our_story_qgTy0 .caption_holder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 600px;
    padding: 0 50px;
    background: linear-gradient(45deg, rgb(93,127,130), rgb(93,127,130,0.5));
    border-radius: 19px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    padding-right: 0;
}

.container-wrap_tKnJD .our_story_qgTy0 .style_element {
    background: rgb(95,183,182);
    padding: 40px;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 400px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.container-wrap_tKnJD .our_story_qgTy0 h2 {
    color: #ffffff;
    margin-top: 20px;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.container-wrap_tKnJD .our_story_qgTy0 p {
    color: #ffffff;
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

@media only screen and (max-width: 1200px) {
    .container-wrap_tKnJD .our_story_qgTy0 .holder .photo {
        width: 350px;
        height: 350px;
        left: 30px;
        position: static;
        transform: translateY(0);
        margin-top: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .container-wrap_tKnJD .our_story_qgTy0 .style_element {
        width: 100%;
        padding: 30px;
        box-shadow: none;
        border-radius: 0;
    }
    .container-wrap_tKnJD .our_story_qgTy0 .holder .photo {
        width: 280px;
        height: 280px;
    }
    .container-wrap_tKnJD .our_story_qgTy0 .caption_holder {
        flex-direction: column-reverse;
        min-height: unset;
        padding: 20px;
        box-shadow: none;
    }
    .container-wrap_tKnJD .our_story_qgTy0 h2 {
        font-size: 20px;
    }
}.attempt_now_eblR5 {
    padding: 80px 0;
    background: rgb(177,229,233);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 10px solid rgb(95,183,182);
    border-bottom: 10px solid rgb(93,127,130);
    overflow: hidden;
}

.attempt_now_eblR5::before,
.attempt_now_eblR5::after,
.attempt_now_eblR5 .container::before,
.attempt_now_eblR5 .container::after {
    content: '';
    position: absolute;
    opacity: 0.1;
    pointer-events: none;
}

.attempt_now_eblR5::before {
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: 
        radial-gradient(circle at 25% 25%, rgb(95,183,182) 2%, transparent 2.5%),
        radial-gradient(circle at 75% 75%, rgb(93,127,130) 2%, transparent 2.5%),
        radial-gradient(circle at 50% 50%, rgb(95,183,182) 1%, transparent 1.5%),
        radial-gradient(circle at 10% 90%, rgb(93,127,130) 3%, transparent 3.5%);
    background-size: 100% 100%, 120% 120%, 150% 150%, 200% 200%;
    animation: rotateBackground 60s linear infinite;
}

.attempt_now_eblR5::after {
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: 
        radial-gradient(circle at 75% 25%, rgb(93,127,130) 2%, transparent 2.5%),
        radial-gradient(circle at 25% 75%, rgb(95,183,182) 2%, transparent 2.5%),
        radial-gradient(circle at 50% 50%, rgb(93,127,130) 1%, transparent 1.5%),
        radial-gradient(circle at 90% 10%, rgb(95,183,182) 3%, transparent 3.5%);
    background-size: 120% 120%, 100% 100%, 180% 180%, 220% 220%;
    animation: rotateBackground 50s linear infinite reverse;
}

.attempt_now_eblR5 .container::before {
    top: -30px;
    left: -30px;
    width: 60px;
    height: 60px;
    background: rgb(95,183,182);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    animation: floatShape 15s ease-in-out infinite;
}

.attempt_now_eblR5 .container::after {
    bottom: -40px;
    right: -40px;
    width: 80px;
    height: 80px;
    background: rgb(93,127,130);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    animation: floatShape 18s ease-in-out infinite reverse;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatShape {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(20px, -20px) rotate(5deg);
    }
    50% {
        transform: translate(0, -40px) rotate(0deg);
    }
    75% {
        transform: translate(-20px, -20px) rotate(-5deg);
    }
}

.attempt_now_eblR5 .container {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    width: 90%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 19px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 1px 8px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.attempt_now_eblR5 .holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    background: rgb(177,229,233);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 19px;
    position: relative;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 3px 3px rgba(0, 0, 0, 0.1),
        0 0 50px rgba(0, 0, 0, 0.1) inset;
    width: 100%;
}

.attempt_now_eblR5 .holder::before,
.attempt_now_eblR5 .holder::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: linear-gradient(45deg, rgb(95,183,182), rgb(93,127,130));
    opacity: 0.1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: morphShape 20s ease-in-out infinite alternate;
}

.attempt_now_eblR5 .holder::before {
    top: -100px;
    left: -100px;
}

.attempt_now_eblR5 .holder::after {
    bottom: -100px;
    right: -100px;
    animation-delay: -10s;
}

@keyframes morphShape {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        transform: rotate(0deg) scale(1);
    }
    50% {
        border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
        transform: rotate(180deg) scale(1.2);
    }
    100% {
        border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
        transform: rotate(360deg) scale(1);
    }
}

.attempt_now_eblR5 .holder svg {
    width: 80px;
    height: 80px;
    margin-right: 30px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease, filter 0.3s ease;
}

.attempt_now_eblR5 .holder svg:hover {
    transform: translateY(-3px) scale(1.05);
    filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.15));
}

.attempt_now_eblR5 .holder svg path {
    fill: rgb(95,183,182);
    transition: fill 0.3s ease;
}

.attempt_now_eblR5 .holder svg:hover path {
    fill: rgb(93,127,130);
}

.attempt_now_eblR5 .holder h2 {
    font-size: 29px;
    font-weight: 700;
    color: rgb(95,183,182);
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    flex: 1;
    text-align: left;
}

.attempt_now_eblR5 .holder h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 50px;
    height: 2px;
    background: linear-gradient(to right, rgb(95,183,182), rgb(93,127,130));
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.attempt_now_eblR5 .holder .button {
    padding: 12px 30px;
    background: linear-gradient(135deg, rgb(95,183,182), rgb(93,127,130));
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    display: inline-block;
    box-shadow: 
        0 4px 8px rgba(0, 0, 0, 0.15),
        0 2px 4px rgba(0, 0, 0, 0.1),
        0 0 0 2px rgba(255, 255, 255, 0.1) inset;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.attempt_now_eblR5 .holder .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    z-index: 1;
}

.attempt_now_eblR5 .holder .button:hover {
    transform: translateY(-2px);
    box-shadow: 
        0 6px 12px rgba(0, 0, 0, 0.2),
        0 4px 6px rgba(0, 0, 0, 0.15),
        0 0 0 3px rgba(255, 255, 255, 0.2) inset;
}

.attempt_now_eblR5 .holder .button:hover::before {
    transform: translateX(100%);
}

@media only screen and (max-width: 1024px) {
    .attempt_now_eblR5 {
        padding: 60px 0;
    }

    .attempt_now_eblR5 .container {
        width: 95%;
        padding: 30px;
    }

    .attempt_now_eblR5 .holder {
        padding: 25px;
    }

    .attempt_now_eblR5 .holder svg {
        width: 70px;
        height: 70px;
        margin-right: 20px;
    }

    .attempt_now_eblR5 .holder h2 {
        font-size: calc(29px * 0.9);
    }

    .attempt_now_eblR5 .holder .button {
        padding: 10px 25px;
        font-size: calc(16px * 0.95);
    }
}

@media only screen and (max-width: 768px) {
    .attempt_now_eblR5 {
        padding: 50px 0;
    }

    .attempt_now_eblR5 .container {
        padding: 20px;
    }

    .attempt_now_eblR5 .holder {
        flex-direction: column;
        padding: 20px;
    }

    .attempt_now_eblR5 .holder svg {
        width: 60px;
        height: 60px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .attempt_now_eblR5 .holder h2 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
    }

    .attempt_now_eblR5 .holder h2::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .attempt_now_eblR5 .holder .button {
        padding: 10px 20px;
        font-size: 21px;
        width: 100%;
    }
}.privacy_chamber_wf6P7 {
    background-color: rgb(177,229,233);
    color: #000000;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}
.privacy_chamber_wf6P7:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}
.privacy_chamber_wf6P7 h1 {
    color: rgb(95,183,182);
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.privacy_chamber_wf6P7 h2 {
    color: rgb(93,127,130);
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px;
}
.privacy_chamber_wf6P7 h3, .privacy_chamber_wf6P7 h4, .privacy_chamber_wf6P7 h5, .privacy_chamber_wf6P7 h6 {
    color: #000000;
    margin-bottom: 10px;
    font-weight: 400;
}
.privacy_chamber_wf6P7 h5 {
    font-size: 20px;
}
.privacy_chamber_wf6P7 h6 {
    font-size: 21px;
}
.privacy_chamber_wf6P7 ul, .privacy_chamber_wf6P7 ol {
    margin-left: 20px;
    margin-bottom: 20px;
}
.privacy_chamber_wf6P7 li {
    margin-bottom: 10px;
    padding-left: 10px;
    position: relative;
    font-size: 16px;
}
.privacy_chamber_wf6P7 li::before {
    content: '•';
    color: rgb(95,183,182);
    position: absolute;
    left: 0;
    top: 0;
}
.privacy_chamber_wf6P7 p, .privacy_chamber_wf6P7 span {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.privacy_chamber_wf6P7 p {
    text-align: justify;
}
.privacy_chamber_wf6P7 .container {
    max-width: 1200px;
    margin: 0 auto;
}
.privacy_chamber_wf6P7 .container div {
    margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {
    .privacy_chamber_wf6P7 {
        padding: 20px;
        border-radius: 10px;
    }
    .privacy_chamber_wf6P7 h1 {
        font-size: calc(20px - 10px);
    }
    .privacy_chamber_wf6P7 h2 {
        font-size: calc(20px - 8px);
    }
    .privacy_chamber_wf6P7 p, .privacy_chamber_wf6P7 span {
        font-size: calc(16px - 2px);
    }
}
.privacy_chamber_wf6P7 a {
    color: rgb(95,183,182);
    text-decoration: none;
    border-bottom: 1px solid rgb(95,183,182,0.5);
    transition: all 0.3s ease;
}
.privacy_chamber_wf6P7 a:hover {
    color: rgb(93,127,130);
    border-bottom: 1px solid rgb(93,127,130);
}
.privacy_chamber_wf6P7 button {
    background-color: rgb(95,183,182);
    color: #ffffff;
    font-size: 17px;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.privacy_chamber_wf6P7 button:hover {
    background-color: rgb(93,127,130);
}.future_attendees_5KT2m {
    position: relative;
    background: rgb(177,229,233);
    padding: 150px 0;
    overflow: hidden;
}

.future_attendees_5KT2m::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: rgb(95,183,182,0.5);
    border-radius: 0 0 0 100%;
    transform: rotate(-15deg);
}

.future_attendees_5KT2m .container {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 80px;
    z-index: 1;
}

.future_attendees_5KT2m .who_needs_photo {
    flex: 0 0 400px;
    height: 400px;
    width: 400px;
    border-radius: 50%;
    position: relative;
    border: 15px solid #ffffff;
    box-shadow: 
        0 0 0 15px rgb(95,183,182,0.5),
        inset 0 0 30px rgba(0, 0, 0, 0.5);
}

.future_attendees_5KT2m .who_needs_text {
    flex: 1;
    max-width: 650px;
}

.future_attendees_5KT2m .who_needs_text h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 3px solid rgb(95,183,182);
    display: inline-block;
}

.future_attendees_5KT2m .who_needs_list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.future_attendees_5KT2m .who_needs_list div {
    background: #ffffff;
    padding: 25px 35px;
    border-radius: 25px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    transform: translateX(-30px);
    opacity: 0.95;
    transition: all 0.3s ease;
}

.future_attendees_5KT2m .who_needs_list div:nth-child(2) {
    transform: translateX(30px);
}

.future_attendees_5KT2m .who_needs_list div:hover {
    transform: translateX(0);
    opacity: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.future_attendees_5KT2m .who_needs_list svg {
    width: 30px;
    height: 30px;
    fill: rgb(95,183,182);
    flex-shrink: 0;
}

.future_attendees_5KT2m .who_needs_list div::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: rgb(95,183,182);
    border-radius: 10px 0 0 10px;
}

@media (max-width: 1200px) {
    .future_attendees_5KT2m {
        padding: 100px 0;
    }

    .future_attendees_5KT2m .container {
        gap: 60px;
    }

    .future_attendees_5KT2m .who_needs_photo {
        flex: 0 0 350px;
        height: 350px;
        width: 350px;
    }
}

@media (max-width: 991px) {
    .future_attendees_5KT2m .container {
        flex-direction: column;
        text-align: center;
        gap: 50px;
    }

    .future_attendees_5KT2m .who_needs_text h2 {
        margin-left: auto;
        margin-right: auto;
    }

    .future_attendees_5KT2m .who_needs_list div {
        transform: translateX(0);
        justify-content: center;
    }

    .future_attendees_5KT2m .who_needs_list div:nth-child(2) {
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
    .future_attendees_5KT2m {
        padding: 80px 0;
    }

    .future_attendees_5KT2m .who_needs_photo {
        flex: 0 0 300px;
        height: 300px;
        width: 300px;
        border-width: 10px;
    }

    .future_attendees_5KT2m .who_needs_list div {
        padding: 20px 25px;
    }

    .future_attendees_5KT2m .who_needs_text h2 {
        font-size: calc(30px * 0.9);
        margin-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .future_attendees_5KT2m {
        padding: 60px 0;
    }

    .future_attendees_5KT2m .who_needs_photo {
        flex: 0 0 250px;
        height: 250px;
        width: 250px;
    }

    .future_attendees_5KT2m .who_needs_list {
        gap: 20px;
    }

    .future_attendees_5KT2m .who_needs_list div {
        padding: 15px 20px;
        flex-direction: column;
        text-align: center;
    }

    .future_attendees_5KT2m .who_needs_list svg {
        width: 24px;
        height: 24px;
    }

    .future_attendees_5KT2m .who_needs_text h2 {
        font-size: calc(30px * 0.8);
        margin-bottom: 30px;
        padding-bottom: 15px;
    }
}
.benefits_outline_7xqOG .advantages_content h2 {
    color: rgb(93,127,130);
}

.benefits_outline_7xqOG .advantage_item svg, .benefits_outline_7xqOG .advantage_item svg path {
    fill: rgb(95,183,182);
}

.benefits_outline_7xqOG .advantage_item p {
    color: #000000;
}

.benefits_outline_7xqOG .advantage_item b {
    color: rgb(95,183,182);
}

.benefits_outline_7xqOG {
    padding-top: 80px;
    padding-bottom: 80px;
}

.benefits_outline_7xqOG .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.benefits_outline_7xqOG .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.benefits_outline_7xqOG .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 32px;
    font-weight: 600;
}

.benefits_outline_7xqOG .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.benefits_outline_7xqOG .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.benefits_outline_7xqOG .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.benefits_outline_7xqOG .advantage_item svg, .benefits_outline_7xqOG .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .container-wrap_tKnJD .benefits_outline_7xqOG .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .benefits_outline_7xqOG .advantages_content h2 {
        font-size: 30px;
    }

    .benefits_outline_7xqOG .advantages_holder {
        flex-direction: column;
    }

    .benefits_outline_7xqOG {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .container-wrap_tKnJD .benefits_outline_7xqOG .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.container-wrap_tKnJD .benefits_outline_7xqOG {
    padding: 100px 0;
    background-color: rgb(177,229,233);
    overflow: hidden;
}

.container-wrap_tKnJD .benefits_outline_7xqOG .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000000;
    width: 100%;
    text-align: center;
}

.container-wrap_tKnJD .benefits_outline_7xqOG .advantages_content h2 {
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    color: rgb(95,183,182);
    animation: fadeIn 1s ease-in-out;
}

.container-wrap_tKnJD .benefits_outline_7xqOG .advantages_content h2::after {
    content: '';
    width: 60px;
    height: 4px;
    background-color: rgb(93,127,130);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    animation: slideIn 0.5s ease-in-out 1s forwards;
    opacity: 0;
}

.container-wrap_tKnJD .benefits_outline_7xqOG .advantages_description {
    font-size: 12px;
    margin-bottom: 30px;
    padding: 0 20px;
    line-height: 1.6;
    color: rgb(93,127,130);
    animation: fadeIn 1.5s ease-in-out;
}

.container-wrap_tKnJD .benefits_outline_7xqOG .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
    animation: fadeIn 2s ease-in;
}

.container-wrap_tKnJD .benefits_outline_7xqOG .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 22%;
    min-height: 250px;
    margin-bottom: 20px;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    animation: fadeInUp 2s ease-in;

}

.container-wrap_tKnJD .benefits_outline_7xqOG .advantage_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.container-wrap_tKnJD .benefits_outline_7xqOG .advantage_item:nth-child(odd) {
    animation-delay: 0.2s;
}

.container-wrap_tKnJD .benefits_outline_7xqOG .advantage_item:nth-child(even) {
    animation-delay: 0.4s;
}

.container-wrap_tKnJD .benefits_outline_7xqOG .advantage_image {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.container-wrap_tKnJD .benefits_outline_7xqOG .advantage_item svg, .container-wrap_tKnJD .benefits_outline_7xqOG .advantage_item img {
    width: 100%;
    height: 100%;
    fill: rgb(95,183,182);
    transition: fill 0.3s ease;
}

.container-wrap_tKnJD .benefits_outline_7xqOG .advantage_item:hover svg, .container-wrap_tKnJD .benefits_outline_7xqOG .advantage_item:hover img {
    fill: rgb(93,127,130);
}

.container-wrap_tKnJD .benefits_outline_7xqOG .advantages_content h4 {
    font-size: 23px;
    margin-top: 20px;
    color: #000000;
    font-weight: 600;
    animation: fadeIn 2.5s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media only screen and (max-width: 1200px) {
    .container-wrap_tKnJD .benefits_outline_7xqOG .advantages_holder {
        width: 90%;
    }

    .container-wrap_tKnJD .benefits_outline_7xqOG .advantage_item {
        width: calc(50% - 10px);
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 800px) {
    .container-wrap_tKnJD .benefits_outline_7xqOG {
        padding: 60px 0;
    }

    .container-wrap_tKnJD .benefits_outline_7xqOG .advantages_content h2 {
        font-size: 32px;
    }

    .container-wrap_tKnJD .benefits_outline_7xqOG .advantages_description {
        font-size: 12px;
        padding: 0 10px;
    }

    .container-wrap_tKnJD .benefits_outline_7xqOG .advantages_holder {
        width: 100%;
        flex-direction: column;
    }

    .container-wrap_tKnJD .benefits_outline_7xqOG .advantage_item {
        width: 100%;
        margin: 0 0 20px;
    }
}.user_comments_zXL7O {
    background: rgb(177,229,233);
    padding: 80px 0;
    border-top: 4px solid rgb(95,183,182);
    border-bottom: 4px solid rgb(95,183,182);
    position: relative;
    overflow: hidden;
}

.user_comments_zXL7O::before,
.user_comments_zXL7O::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: radial-gradient(circle, rgb(95,183,182,0.5) 8%, transparent 8%);
    background-size: 30px 30px;
    animation: backgroundMove 60s linear infinite;
    z-index: 0;
}

.user_comments_zXL7O::after {
    background-size: 20px 20px;
    animation-duration: 40s;
    opacity: 0.5;
}

@keyframes backgroundMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-30px, -30px); }
}

.user_comments_zXL7O h3 {
    font-size: clamp(24px, 5vw, 35px);
    color: rgb(95,183,182);
    font-weight: 700;
    text-align: center;
    margin: 0 0 50px 0;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.user_comments_zXL7O h3::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(to right, transparent, rgb(95,183,182), transparent);
}

.user_comments_zXL7O .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
}

.user_comments_zXL7O .reviews {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 20px;
    perspective: 1000px;
}

.user_comments_zXL7O .reviews .review {
    flex: 1 1 calc(33.333% - 40px);
    max-width: 320px;
    border-radius: 30px;
    background: #ffffff;
    border: 2px solid rgb(95,183,182,0.5);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 1;
    transform-style: preserve-3d;
}

.user_comments_zXL7O .reviews .review:hover {
    transform: translateY(-10px) rotateX(5deg) rotateY(5deg);
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.5);
    border-color: rgb(95,183,182);
}

.user_comments_zXL7O .reviews .photo {
    height: 180px;
    background-size: cover;
    background-position: center;
    border-bottom: 4px solid rgb(95,183,182);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.user_comments_zXL7O .reviews .photo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.user_comments_zXL7O .reviews .review:hover .photo::before {
    opacity: 1;
}

.user_comments_zXL7O .reviews .text {
    padding: 25px 20px 35px;
    text-align: center;
    background: #ffffff;
    position: relative;
    transition: transform 0.3s ease;
}

.user_comments_zXL7O .reviews .text::before,
.user_comments_zXL7O .reviews .text::after {
    content: "\201C";
    font-size: 60px;
    color: rgb(95,183,182,0.5);
    position: absolute;
    z-index: 0;
    transition: all 0.3s ease;
}

.user_comments_zXL7O .reviews .text::before {
    top: 10px;
    left: 10px;
}

.user_comments_zXL7O .reviews .text::after {
    bottom: -10px;
    right: 10px;
    transform: rotate(180deg);
}

.user_comments_zXL7O .reviews .review:hover .text::before {
    transform: translateY(-5px) rotate(-10deg);
}

.user_comments_zXL7O .reviews .review:hover .text::after {
    transform: translateY(5px) rotate(170deg);
}

.user_comments_zXL7O .reviews .text p {
    font-size: 19px;
    color: #000000;
    font-weight: 600;
    margin: 15px 0;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.user_comments_zXL7O .reviews .text span {
    font-size: 17px;
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 10px;
    transition: transform 0.3s ease;
}

.user_comments_zXL7O .reviews .review:hover .text p {
    transform: translateZ(20px);
}

.user_comments_zXL7O .reviews .review:hover .text span {
    transform: translateZ(15px);
}

@media only screen and (max-width: 1200px) {
    .user_comments_zXL7O .reviews {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 20px;
    }
    .user_comments_zXL7O .reviews .review {
        flex: 1 1 calc(50% - 40px);
        max-width: 600px;
    }
}

@media only screen and (max-width: 768px) {
    .user_comments_zXL7O {
        padding: 60px 0;
    }
    .user_comments_zXL7O h3 {
        margin-bottom: 30px;
    }
    .user_comments_zXL7O .reviews {
        gap: 20px;
    }
    .user_comments_zXL7O .reviews .review {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .user_comments_zXL7O .reviews .photo {
        height: 150px;
    }
    .user_comments_zXL7O .reviews .text {
        padding: 20px 15px 30px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .user_comments_zXL7O::before,
    .user_comments_zXL7O::after {
        animation: none;
    }
    .user_comments_zXL7O .reviews .review,
    .user_comments_zXL7O .reviews .text::before,
    .user_comments_zXL7O .reviews .text::after,
    .user_comments_zXL7O .reviews .text p,
    .user_comments_zXL7O .reviews .text span {
        transition: none;
    }
    .user_comments_zXL7O .reviews .review:hover {
        transform: none;
        box-shadow: none;
    }
}
.ty_block_id_BmcKS {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: rgb(177,229,233);
    padding: 20px;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
}
.ty_block_id_BmcKS .container {
    width: 100%;
    max-width: 900px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 28px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    display: grid;
    gap: 20px;
    padding: 40px;
}
.ty_block_id_BmcKS h2 {
    grid-column: span 2;
    font-size: 39px;
    color: rgb(95,183,182);
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 2px solid rgb(93,127,130);
    padding-bottom: 10px;
}
.ty_block_id_BmcKS p {
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
    padding: 10px;
    border-left: 4px solid rgb(95,183,182,0.5);
}
@media only screen and (max-width: 800px) {
    .ty_block_id_BmcKS .container {
        grid-template-columns: 1fr;
        padding: 20px;
    }
    .ty_block_id_BmcKS h2 {
        font-size: 33px;
    }
}
