* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.header_primary0243 {
    flex: 1 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1191px;
}.compliance4387 {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.wrapper-skeleton8902 {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.tariff_option1789 {
    background: linear-gradient(135deg, rgb(165,190,190) 0%, rgb(134,158,158,0.5) 100%);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.tariff_option1789::before {
    background: radial-gradient(circle at 30% 70%, rgb(102,125,125,0.5) 0%, transparent 60%);
    content: "";
    z-index: 0;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}.tariff_option1789 .container {
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1320px;
}.tariff_option1789 .cost_levels1690 {
    gap: 60px;
    flex-direction: column-reverse;
    position: relative;
    display: flex;
}.tariff_option1789 .trial_rates3270 {
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
    max-width: 100%;
    padding: 30px;
    border-left: 3px solid rgb(134,158,158);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
}.tariff_option1789 .trial_rates3270:hover {
    transform: perspective(1000px) rotateX(2deg);
}.tariff_option1789 .trial_rates3270 h2 {
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, rgb(134,158,158), rgb(102,125,125));
    color: transparent;
    line-height: 1.3;
    transform: translateZ(0);
    font-weight: 700;
    font-size: 36px;
    letter-spacing: -0.02em;
    background-clip: text !important;
    margin-bottom: 20px;
}.tariff_option1789 .trial_rates3270 .fee_choices7120 {
    margin-bottom: 0;
    line-height: 1.6;
    color: #000000;
    overflow-wrap: break-word;
    font-size: 16px;
    word-break: break-word;
    max-width: 700px;
}.tariff_option1789 .rate_plans6197 {
    display: grid;
    gap: 30px;
    position: relative;
    grid-template-columns: 1fr;
}.tariff_option1789 .cost_summary3894 {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    transform: translateY(0);
    border-radius: 4px;
    overflow: hidden;
    display: block;
    text-decoration: none;
}.tariff_option1789 .cost_summary3894:hover {
    transform: translateY(-10px);
    z-index: 5;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.tariff_option1789 .cost_matrix1847 {
    height: 100%;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.06);
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
}.tariff_option1789 .cost_matrix1847::before {
    top: 0;
    left: 0;
    height: 5px;
    transform-origin: left;
    content: "";
    transition: transform 0.4s ease-out;
    transform: scaleX(0.8);
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(134,158,158), rgb(102,125,125));
}.tariff_option1789 .cost_summary3894:hover .cost_matrix1847::before {
    transform: scaleX(1);
}.tariff_option1789 .annual_fee6403 {
    flex: 1;
    display: flex;
    flex-direction: column;
    z-index: 1;
    position: relative;
    padding: 30px;
}.tariff_option1789 .annual_fee6403 h3 {
    white-space: nowrap;
    position: relative;
    margin-bottom: 15px;
    color: #000000;
    transform-origin: left;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    transition: transform 0.3s ease;
    font-size: calc(22px + 2px);
}.tariff_option1789 .cost_summary3894:hover .annual_fee6403 h3 {
    color: rgb(134,158,158);
    transform: translateX(5px) scale(1.03);
}.tariff_option1789 .fee_offers3617 {
    margin-bottom: 20px;
    position: relative;
    font-size: calc(22px + 4px);
    font-weight: 700;
    display: inline-block;
    color: rgb(102,125,125);
}.tariff_option1789 .fee_offers3617::after {
    height: 3px;
    position: absolute;
    content: "";
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgb(134,158,158);
    width: 50px;
    left: 0;
    transform-origin: left;
    bottom: -5px;
    transform: scaleX(0.5);
}.tariff_option1789 .cost_summary3894:hover .fee_offers3617::after {
    transform: scaleX(1);
}.tariff_option1789 .annual_fee6403 p {
    font-size: 16px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    line-height: 1.6;
    -webkit-line-clamp: 5;
    word-break: break-word;
    display: -webkit-box;
    flex: 1;
    overflow-wrap: break-word;
    color: #000000;
}.tariff_option1789 .image_box9617 {
    height: 200px;
    overflow: hidden;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.tariff_option1789 .image_box9617::after {
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    pointer-events: none;
    left: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
}.tariff_option1789 .cost_summary3894:hover .image_box9617 {
    transform: scale(1.05);
}

@media (min-width: 768px) {.tariff_option1789 .rate_plans6197 {
    grid-template-columns: repeat(2, 1fr);
}.tariff_option1789 .trial_rates3270 {
    padding: 40px;
}.tariff_option1789 .annual_fee6403 {
    padding: 30px 35px;
}.tariff_option1789 .image_box9617 {
    height: 240px;
}
}

@media (min-width: 992px) {.tariff_option1789 .cost_levels1690 {
    gap: 40px;
    flex-direction: row;
    align-items: stretch;
}.tariff_option1789 .trial_rates3270 {
    width: 30%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding: 50px 40px;
}.tariff_option1789 .rate_plans6197 {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}.tariff_option1789 .annual_fee6403 {
    padding: 30px;
}.tariff_option1789 .annual_fee6403 p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.tariff_option1789 {
    padding: 120px 0;
}.tariff_option1789 .rate_plans6197 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.tariff_option1789 .trial_rates3270 h2 {
    font-size: calc(36px + 4px);
}.tariff_option1789 .annual_fee6403 h3 {
    font-size: calc(22px + 4px);
}.tariff_option1789 .fee_offers3617 {
    font-size: calc(22px + 8px);
}.tariff_option1789 .image_box9617 {
    height: 280px;
}
}

@media (min-width: 1400px) {.tariff_option1789 .rate_plans6197 {
    grid-template-columns: repeat(2, 1fr);
}.tariff_option1789 .annual_fee6403 p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.tariff_option1789 .cost_summary3894 {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.tariff_option1789 .cost_summary3894:hover {
    transform: translateY(-10px) scale(1.02);
}}header .nav_top7438 {
    border-bottom-right-radius: 0;
    align-items: center;
    z-index: 100;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, rgb(134,158,158,0.5) 0%, rgb(102,125,125) 100%);
    border-bottom-left-radius: 28px;
    justify-content: space-between;
    overflow: visible;
    display: flex;
    left: 0;
    width: 100%;
}header .nav_top7438 .nav_tutor2798 {
    position: relative;
    transform: skewX(5deg);
    z-index: 2;
}header .nav_top7438 .nav_tutor2798 .head_section0836 {
    display: block;
    transition: transform 0.3s ease-in-out;
}header .nav_top7438 .nav_tutor2798 .head_section0836:hover {
    transform: translateY(-8px) rotate(0deg);
}header .nav_top7438 .nav_tutor2798 svg {
    width: 80px;
    height: auto;
}header .nav_top7438 .main_mainbar1389 {
    list-style: none;
    gap: 1rem;
    display: flex;
    padding: 0;
    position: relative;
    margin: 0;
}header .nav_top7438 .main_mainbar1389::before {
    position: absolute;
    background: linear-gradient(45deg, transparent 0%, rgb(134,158,158,0.5) 100%);
    border-radius: 10px;
    left: -20px;
    height: calc(100% + 20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    content: "";
    opacity: 0;
    z-index: -1;
    top: -10px;
    width: calc(100% + 40px);
}header .nav_top7438 .top_sitewrap3809 {
    position: relative;
    transition: transform 0.3s ease;
}header .nav_top7438 .top_sitewrap3809 a {
    transition: color 0.3s ease;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    display: block;
    padding: 0.5rem 1rem;
}header .nav_top7438 .top_sitewrap3809 a::before {
    height: 2px;
    transition: transform 0.3s ease;
    transform: scaleX(0) rotate(-2deg);
    left: 0;
    width: 100%;
    content: "";
    transform-origin: right;
    bottom: 0;
    background: rgb(102,125,125);
    position: absolute;
}header .nav_top7438 .top_sitewrap3809 a:hover {
    color: rgb(102,125,125);
}header .nav_top7438 .top_sitewrap3809 a:hover::before {
    transform-origin: left;
    transform: scaleX(1) rotate(-2deg);
}

@media (max-width: 992px) {header .nav_top7438 {
    flex-direction: column;
    box-sizing: border-box;
    margin-left: calc(-50vw + 50%);
    transform: skewX(0);
    padding: 1rem;
    width: 100vw;
}header .nav_top7438 .nav_tutor2798 {
    margin-bottom: 1rem;
    transform: skewX(0);
}header .nav_top7438 .main_mainbar1389 {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    transform: skewX(0);
}header .nav_top7438 .main_mainbar1389::before {
    transform: skewX(0);
}header .nav_top7438 .main_mainbar1389:hover::before {
    transform: skewX(0);
}header .nav_top7438 .top_sitewrap3809 {
    margin: 0.25rem;
}header .nav_top7438 .top_sitewrap3809:nth-child(odd),
  header .nav_top7438 .top_sitewrap3809:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .nav_top7438 {
    padding: 0.75rem;
}header .nav_top7438 .main_mainbar1389 {
    align-items: center;
    flex-direction: column;
}header .nav_top7438 .top_sitewrap3809 {
    text-align: center;
    width: 100%;
}header .nav_top7438 .nav_tutor2798 svg {
    width: 100px;
}}.appWrap9486 {
    padding: 5rem 0;
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(134,158,158,0.5), rgb(102,125,125,0.5) 70%);
}.appWrap9486::before {
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    content: '';
    left: 0;
}.appWrap9486::after {
    background: radial-gradient(circle, rgb(102,125,125,0.5) 0%, transparent 70%);
    width: 100%;
    z-index: -1;
    transform: scale(1.5);
    content: '';
    top: -50%;
    position: absolute;
    right: -50%;
    height: 100%;
    animation: pulse 15s infinite alternate ease-in-out;
    opacity: 0.4;
}.appWrap9486 .container {
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
}.appWrap9486 .skill_classes7160 {
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    max-width: 900px;
    backdrop-filter: blur(10px);
    padding: 3.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: flex;
    position: relative;
    z-index: 2;
}.appWrap9486 .skill_classes7160:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(255, 255, 255, 0.15);
}.appWrap9486 .skill_classes7160 > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.appWrap9486 .skill_classes7160 > div:first-child::before {
    content: '';
    background: rgb(134,158,158);
    top: 50%;
    height: 60px;
    transform: translateY(-50%);
    left: -3.5rem;
    position: absolute;
    width: 1.5rem;
}.appWrap9486 h5 {
    line-height: 1.4;
    color: #000000;
    position: relative;
    font-size: 24px;
    margin: 0;
    padding-left: 1rem;
    font-weight: 700;
    border-left: 3px solid rgb(102,125,125);
}.appWrap9486 a {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transform-origin: left center;
    display: block;
    transition: all 0.4s ease;
}.appWrap9486 a::before {
    transition: opacity 0.5s ease;
    opacity: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    background: linear-gradient(90deg, rgb(134,158,158,0.5) 0%, transparent 100%);
}.appWrap9486 a:hover::before {
    opacity: 0.1;
}.appWrap9486 p {
    color: #000000;
    margin: 0;
    transition: transform 0.3s ease, color 0.3s ease;
    line-height: 1.7;
    font-size: 12px;
}.appWrap9486 a:hover p {
    color: rgb(134,158,158);
    transform: translateX(5px);
}.appWrap9486 .skill_classes7160 > div:last-child {
    padding-top: 2rem;
    position: relative;
}.appWrap9486 .skill_classes7160 > div:last-child::before {
    top: 0;
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, rgb(134,158,158,0.5), transparent 80%);
    position: absolute;
    width: 100%;
    content: '';
}

@keyframes pulse {
    0% { transform: scale(1.5); opacity: 0.4; }
    50% { transform: scale(1.7); opacity: 0.5; }
    100% { transform: scale(1.5); opacity: 0.4; }
}

@media (max-width: 992px) {.appWrap9486 {
    padding: 4rem 0;
}.appWrap9486 .skill_classes7160 {
    transform: perspective(800px) rotateX(1deg);
    padding: 2.5rem;
}.appWrap9486 .skill_classes7160 > div:first-child::before {
    left: -2.5rem;
    width: 1rem;
    height: 50px;
}.appWrap9486 h5 {
    font-size: calc(24px - 0.1rem);
}
}

@media (max-width: 768px) {.appWrap9486 {
    padding: 3rem 0;
}.appWrap9486 .skill_classes7160 {
    padding: 2rem;
    transform: none;
}.appWrap9486 .skill_classes7160:hover {
    transform: translateY(-5px);
}.appWrap9486 .skill_classes7160 > div:first-child::before {
    width: 0.7rem;
    height: 40px;
    left: -2rem;
}.appWrap9486 h5 {
    padding-left: 0.7rem;
    font-size: calc(24px - 0.2rem);
}
}

@media (max-width: 576px) {.appWrap9486 {
    padding: 2.5rem 0;
}.appWrap9486 .container {
    padding: 0 1.5rem;
}.appWrap9486 .skill_classes7160 {
    padding: 1.5rem;
}.appWrap9486 .skill_classes7160 > div:first-child {
    margin-bottom: 1.5rem;
}.appWrap9486 .skill_classes7160 > div:first-child::before {
    height: 30px;
    left: -1.5rem;
    width: 0.5rem;
}.appWrap9486 h5 {
    padding-left: 0.5rem;
    font-size: calc(24px - 0.3rem);
}.appWrap9486 p {
    font-size: calc(12px - 0.1rem);
    line-height: 1.6;
}.appWrap9486 .skill_classes7160 > div:last-child {
    padding-top: 1.5rem;
}}.contact_form_box9305 {
    padding: 80px 0;
    position: relative;
}.contact_form_box9305::before {
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
}.contact_form_box9305 .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.contact_form_box9305 .feedback_support0547 {
    border-radius: 0;
    overflow: hidden;
    grid-template-columns: 45% 55%;
    display: grid;
    background: #ffffff;
    position: relative;
}.contact_form_box9305 .feedback_support0547::before {
    content: "";
    background: rgb(134,158,158,0.5);
    height: 300px;
    position: absolute;
    top: -150px;
    width: 300px;
    left: -150px;
    border-radius: 50%;
    z-index: 0;
}.contact_form_box9305 .feedback_support0547::after {
    content: "";
    border-radius: 50%;
    right: -150px;
    background: rgb(102,125,125,0.5);
    bottom: -150px;
    width: 300px;
    height: 300px;
    z-index: 0;
    position: absolute;
}.contact_form_box9305 .help_widget0693 {
    position: relative;
    z-index: 1;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    padding: 50px;
}.contact_form_box9305 .help_widget0693 h3 {
    margin-bottom: 40px;
    font-size: 37px;
    font-weight: 700;
    position: relative;
    color: rgb(134,158,158);
}.contact_form_box9305 .help_widget0693 h3::after {
    height: 4px;
    position: absolute;
    bottom: -15px;
    width: 60px;
    left: 0;
    background-color: rgb(102,125,125);
    content: "";
}.contact_form_box9305 .help_widget0693 div {
    padding-bottom: 15px;
    margin-bottom: 30px;
    align-items: center;
    display: flex;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}.contact_form_box9305 .help_widget0693 div:last-of-type {
    border-bottom: none;
}.contact_form_box9305 .help_widget0693 div svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    flex-shrink: 0;
}.contact_form_box9305 .help_widget0693 div svg path {
    fill: rgb(134,158,158);
    transition: fill 0.3s ease;
}.contact_form_box9305 .help_widget0693 div:hover svg path {
    fill: rgb(102,125,125);
}.contact_form_box9305 .help_widget0693 div span {
    font-size: 17px;
    color: #000000;
}.contact_form_box9305 .help_widget0693 div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #000000;
}.contact_form_box9305 .help_widget0693 div span a:hover {
    color: rgb(134,158,158);
}.contact_form_box9305 .reach_request4268 {
    background-color: #ffffff;
    padding: 50px;
    z-index: 1;
    position: relative;
}.contact_form_box9305 .reach_request4268 h3 {
    margin-bottom: 30px;
    color: #000000;
    font-weight: 600;
    font-size: 20px;
}.contact_form_box9305 form {
    display: flex;
    flex-direction: column;
}.contact_form_box9305 form input[type="text"],
.contact_form_box9305 form input[type="email"] {
    transition: all 0.3s ease;
    height: 55px;
    border: none;
    color: #000000;
    margin-bottom: 20px;
    background-color: rgb(165,190,190);
    font-size: 17px;
    border-radius: 10px;
    padding: 0 20px;
}.contact_form_box9305 form input[type="text"]:focus,
.contact_form_box9305 form input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(134,158,158,0.5);
    outline: none;
}.contact_form_box9305 form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_form_box9305 .request_help4681 {
    position: relative;
    margin-bottom: 25px;
}.contact_form_box9305 .request_help4681 input[type="checkbox"] {
    width: 0;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
}.contact_form_box9305 .request_help4681 label {
    line-height: 1.6;
    padding-left: 35px;
    position: relative;
    display: block;
    color: #000000;
    cursor: pointer;
    font-size: 13px;
}.contact_form_box9305 .request_help4681 label::before {
    width: 20px;
    height: 20px;
    content: "";
    top: 2px;
    background-color: rgb(165,190,190);
    border-radius: 10px;
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
}.contact_form_box9305 .request_help4681 input[type="checkbox"]:checked + label::before {
    background-color: rgb(134,158,158);
}.contact_form_box9305 .request_help4681 input[type="checkbox"]:checked + label::after {
    content: "";
    border-width: 0 2px 2px 0;
    width: 6px;
    transform: rotate(45deg);
    position: absolute;
    height: 12px;
    top: 3px;
    left: 7px;
    border: solid #ffffff;
}.contact_form_box9305 .request_help4681 label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(134,158,158);
}.contact_form_box9305 .request_help4681 label a:hover {
    color: rgb(102,125,125);
    text-decoration: underline;
}.contact_form_box9305 form .inquiry_inquiry2186 {
    font-weight: 600;
    border: none;
    display: inline-block;
    align-self: flex-start;
    border-radius: 10px;
    color: #ffffff;
    padding: 16px 30px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 14px;
    background-color: rgb(134,158,158);
}.contact_form_box9305 form .inquiry_inquiry2186:hover {
    background-color: rgb(102,125,125);
}@keyframes borderPulse {
    0% {
        border-color: rgba(0, 0, 0, 0.1);
    }
    50% {
        border-color: rgb(134,158,158,0.5);
    }
    100% {
        border-color: rgba(0, 0, 0, 0.1);
    }
}

.contact_form_box9305 .help_widget0693 div {
    animation: borderPulse 3s infinite;
    animation-delay: calc(var(--n) * 0.5s);
}.contact_form_box9305 .help_widget0693 div:nth-child(2) {
    --n: 0;
}.contact_form_box9305 .help_widget0693 div:nth-child(3) {
    --n: 1;
}.contact_form_box9305 .help_widget0693 div:nth-child(4) {
    --n: 2;
}.contact_form_box9305 .help_widget0693 div:nth-child(5) {
    --n: 3;
}

@media screen and (max-width: 992px) {.contact_form_box9305 .container {
    width: 90%;
}.contact_form_box9305 .feedback_support0547 {
    grid-template-columns: 1fr;
}.contact_form_box9305 .help_widget0693 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}
}

@media screen and (max-width: 576px) {.contact_form_box9305 {
    padding: 60px 0;
}.contact_form_box9305 .help_widget0693,
    .contact_form_box9305 .reach_request4268 {
    padding: 30px 20px;
}.contact_form_box9305 .help_widget0693 h3 {
    font-size: calc(37px * 0.8);
}.contact_form_box9305 form input[type="text"],
    .contact_form_box9305 form input[type="email"] {
    height: 50px;
}.contact_form_box9305 form .inquiry_inquiry2186 {
    width: 100%;
    padding: 14px 20px;
}}.title_screen5132 {
    min-height: 100vh;
    overflow: hidden;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(135deg, rgb(165,190,190), rgb(134,158,158,0.5));
}.title_screen5132 > div {
    width: 100%;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.title_screen5132 .learn_guides1750 {
    transform: translateX(-5%);
    margin-bottom: 2rem;
    position: relative;
}.title_screen5132 .start_head8704 {
    margin: 0;
    line-height: 1.2;
    font-size: clamp(2rem, 5vw, 40px);
    color: #000000;
    display: inline-block;
    font-weight: 700;
    position: relative;
}.title_screen5132 .start_head8704::before {
    position: absolute;
    content: "";
    left: -10px;
    transform: scaleY(0);
    transform-origin: top;
    width: 5px;
    background: linear-gradient(to bottom, rgb(134,158,158), rgb(102,125,125));
    top: 0;
    animation: slideIn 0.8s ease-out forwards 0.3s;
    height: 100%;
}.title_screen5132 .edu_home1374 {
    padding: 3rem;
    animation: fadeUp 1s ease-out forwards 0.5s;
    opacity: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
}.title_screen5132 .edu_home1374::before {
    content: "";
    backdrop-filter: blur(5px);
    left: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(134,158,158,0.5));
    top: 0;
    bottom: 0;
    z-index: 0;
}.title_screen5132 .edu_home1374 > div {
    max-width: 800px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.title_screen5132 .edu_home1374 > div > div {
    animation: slideInRight 0.8s ease-out forwards 0.7s;
    transform: translateX(-20px);
    opacity: 0;
    margin-bottom: 2rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}.title_screen5132 .edu_home1374 p {
    color: #000000;
    line-height: 1.6;
    margin: 0;
    font-size: calc(14px * 1.1);
    font-weight: 600;
}.title_screen5132 .edu_home1374 h3 {
    transform: translateX(20px);
    animation: slideInLeft 0.8s ease-out forwards 0.9s;
    line-height: 1.5;
    padding: 1.5rem;
    color: #ffffff;
    border-left: 5px solid rgb(102,125,125);
    background: linear-gradient(120deg, rgb(134,158,158), rgb(102,125,125));
    opacity: 0;
    margin: 0;
    font-size: calc(21px * 1.1);
}

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

@keyframes slideIn {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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


@media (max-width: 992px) {.title_screen5132 {
    padding: 1.5rem;
}.title_screen5132 .edu_home1374 {
    padding: 2rem;
}.title_screen5132 .start_head8704 {
    font-size: clamp(1.8rem, 4.5vw, 38px);
}.title_screen5132 .edu_home1374 > div > div {
    padding: 1.5rem;
}.title_screen5132 .edu_home1374 h3 {
    padding: 1.25rem;
    font-size: 21px;
}
}

@media (max-width: 768px) {.title_screen5132 .learn_guides1750 {
    transform: translateX(0);
}.title_screen5132 .edu_home1374 {
    padding: 1.5rem;
}.title_screen5132 .edu_home1374 > div > div {
    padding: 1.25rem;
}.title_screen5132 .edu_home1374 p {
    font-size: 14px;
}.title_screen5132 .edu_home1374 h3 {
    padding: 1rem;
    font-size: calc(22px * 1.1);
}
}

@media (max-width: 576px) {.title_screen5132 {
    padding: 1rem;
    padding-bottom: 4rem;
    min-height: initial;
    padding-top: 4rem;
}.title_screen5132 .start_head8704 {
    font-size: calc(38px * 0.9);
}.title_screen5132 .edu_home1374 {
    padding: 1rem;
}.title_screen5132 .edu_home1374 > div > div {
    margin-bottom: 1rem;
    padding: 1rem;
}.title_screen5132 .edu_home1374 h3 {
    padding: 0.875rem;
    font-size: 22px;
}
}

@media (hover: hover) {.title_screen5132 .edu_home1374:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(-5px);
}.title_screen5132 .start_head8704:hover::before {
    transition: background 0.5s ease;
    background: linear-gradient(to bottom, rgb(102,125,125), rgb(134,158,158));
}}.our_mission8524 {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
}.our_mission8524::before {
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.75) 100%);
    top: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
}.our_mission8524::after {
    width: 100%;
    left: 0;
    opacity: 0.4;
    z-index: 2;
    transform-origin: left top;
    transform: skewY(-3deg) translateY(-10%);
    content: "";
    background: linear-gradient(90deg, rgb(134,158,158,0.5) 0%, transparent 100%);
    position: absolute;
    height: 100%;
    top: 0;
}.our_mission8524 h4 {
    font-weight: 700;
    transform: translateX(-20px);
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    z-index: 5;
    font-size: calc(36px * 1.2);
    text-transform: uppercase;
    opacity: 0;
    letter-spacing: 2px;
    padding-left: 60px;
    margin-bottom: 50px;
    position: relative;
}.our_mission8524 h4::before {
    background: rgb(102,125,125);
    left: 0;
    content: "";
    transform: translateY(-50%);
    height: 3px;
    top: 50%;
    position: absolute;
    width: 40px;
}.our_mission8524 .container {
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    z-index: 5;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.our_mission8524 .paragraph_box6150 {
    background: rgba(255, 255, 255, 0.08);
    position: relative;
    transition: transform 0.4s ease-out;
    border-left: 3px solid rgb(102,125,125);
    width: 70%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.05);
    transform: perspective(1000px) rotateY(-3deg);
    animation: fadeIn 1s ease-out forwards;
    backdrop-filter: blur(10px);
    padding: 40px;
}.our_mission8524 .paragraph_box6150:hover {
    transform: perspective(1000px) rotateY(-1deg) translateZ(10px);
}.our_mission8524 h6 {
    color: rgb(102,125,125);
    opacity: 0;
    transform: translateY(10px);
    font-size: calc(22px * 1.2);
    margin-bottom: 20px;
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s forwards;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    letter-spacing: 1px;
}.our_mission8524 h6::after {
    opacity: 0.7;
    background: rgb(102,125,125);
    bottom: 0;
    position: absolute;
    width: 60px;
    left: 0;
    content: "";
    height: 2px;
}.our_mission8524 .paragraph_box6150 div {
    overflow: hidden;
    position: relative;
}.our_mission8524 span {
    font-weight: 300;
    line-height: 1.8;
    display: block;
    font-size: 14px;
    position: relative;
    color: rgba(255, 255, 255, 0.85);
    opacity: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    transform: translateY(20px);
    margin-bottom: 15px;
    animation: fadeInUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s forwards;
}.our_mission8524 span::first-letter {
    color: rgb(102,125,125);
    font-weight: 700;
    font-size: 1.4em;
}

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

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

@keyframes slideInTitle {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 1024px) {.our_mission8524 {
    padding: 90px 0 70px;
}.our_mission8524 h4 {
    font-size: calc(36px * 1.1);
    padding-left: 50px;
    margin-bottom: 40px;
}.our_mission8524 .container {
    justify-content: center;
}.our_mission8524 .paragraph_box6150 {
    transform: perspective(1000px) rotateY(-2deg);
    width: 85%;
    padding: 35px;
}
}

@media (max-width: 768px) {.our_mission8524 {
    padding: 70px 0 50px;
}.our_mission8524 h4 {
    padding-left: 40px;
    font-size: 36px;
    margin-bottom: 30px;
}.our_mission8524 h4::before {
    width: 30px;
}.our_mission8524 .paragraph_box6150 {
    transform: none;
    border-top: 3px solid rgb(102,125,125);
    border-left: none;
    width: 100%;
    padding: 30px 25px;
}.our_mission8524 h6 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}.our_mission8524 span {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}.our_mission8524 .paragraph_box6150:hover {
    transform: none;
}
}

@media (max-width: 576px) {.our_mission8524 {
    padding: 60px 0 40px;
}.our_mission8524 h4 {
    margin-bottom: 25px;
    padding-left: 35px;
    font-size: calc(22px * 1.2);
}.our_mission8524 h4::before {
    width: 25px;
}.our_mission8524 .paragraph_box6150 {
    padding: 25px 20px;
}.our_mission8524 h6 {
    font-size: calc(22px * 1.1);
}.our_mission8524 span {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}}.customer_reviews4069 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(165,190,190), #ffffff);
    position: relative;
    padding: 5rem 0;
}.customer_reviews4069::before {
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(134,158,158,0.5),
            transparent 2px,
            transparent 10px,
            rgb(134,158,158,0.5) 12px
        );
    z-index: 0;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.05;
    position: absolute;
}.customer_reviews4069::after {
    position: absolute;
    right: -50px;
    filter: blur(40px);
    opacity: 0.1;
    top: -50px;
    border-radius: 50% 30% 70% 40%;
    background: rgb(134,158,158);
    height: 200px;
    width: 200px;
    content: "";
    animation: floating 12s infinite alternate ease-in-out;
}.customer_reviews4069 h2 {
    text-align: left;
    font-weight: 700;
    font-size: 37px;
    max-width: 800px;
    margin-bottom: 3rem;
    line-height: 1.3;
    transform: translateY(0);
    color: #000000;
    position: relative;
}.customer_reviews4069 h2::after {
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(134,158,158), rgb(102,125,125));
    bottom: -10px;
    width: 80px;
}.customer_reviews4069 .skill_classes7160 {
    z-index: 2;
    position: relative;
}.customer_reviews4069 .learner_views5671 {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    position: relative;
}.customer_reviews4069 .feedback_stars4627 {
    position: relative;
    display: flex;
    overflow: hidden;
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    padding: 2rem;
    flex-direction: column;
    transform: translateY(0);
    min-height: 240px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
}.customer_reviews4069 .feedback_stars4627::before {
    position: absolute;
    font-weight: 700;
    color: rgb(134,158,158);
    font-family: Arial, sans-serif;
    font-size: 120px;
    top: 10px;
    line-height: 1;
    content: "";
    right: 20px;
    opacity: 0.1;
}.customer_reviews4069 .feedback_stars4627:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.customer_reviews4069 .feedback_stars4627 h3 {
    position: relative;
    margin-bottom: 0.8rem;
    font-weight: 700;
    font-size: calc(21px * 0.9);
    color: rgb(134,158,158);
}.customer_reviews4069 .feedback_stars4627 h3::after {
    background: rgb(102,125,125);
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    left: 0;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    bottom: -5px;
    transform-origin: left;
}.customer_reviews4069 .feedback_stars4627:hover h3::after {
    transform: scaleX(1);
}.customer_reviews4069 .feedback_stars4627 .description {
    color: #000000;
    position: relative;
    font-size: 17px;
    flex-grow: 1;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}.customer_reviews4069 .feedback_stars4627 div {
    align-self: flex-end;
    position: relative;
    margin-top: auto;
}.customer_reviews4069 .feedback_stars4627 img {
    height: 60px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    width: 60px;
    border: 3px solid #ffffff;
    transition: transform 0.3s ease;
    border-radius: 50%;
}.customer_reviews4069 .feedback_stars4627:hover img {
    transform: scale(1.1);
}.customer_reviews4069 .container {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}

@media screen and (max-width: 991px) {.customer_reviews4069 {
    padding: 4rem 0;
}.customer_reviews4069 h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.9);
}.customer_reviews4069 .learner_views5671 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}
}

@media screen and (max-width: 768px) {.customer_reviews4069 {
    padding: 3rem 0;
}.customer_reviews4069 h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 1.5rem;
}.customer_reviews4069 .learner_views5671 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 500px;
}.customer_reviews4069 .feedback_stars4627 {
    padding: 1.5rem;
    min-height: 200px;
}
}

@media screen and (max-width: 576px) {.customer_reviews4069 h2 {
    font-size: calc(37px * 0.7);
}.customer_reviews4069 .feedback_stars4627 {
    padding: 1.2rem;
}.customer_reviews4069 .feedback_stars4627 h3 {
    font-size: calc(21px * 0.8);
}.customer_reviews4069 .feedback_stars4627 .description {
    font-size: calc(17px * 0.95);
}.customer_reviews4069 .feedback_stars4627 img {
    width: 50px;
    height: 50px;
}}

@keyframes floating {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(20px, 20px) rotate(5deg);
    }
    100% {
        transform: translate(-20px, 10px) rotate(-5deg);
    }
}.privacy_fence6402 {
    background: linear-gradient(135deg, rgb(165,190,190) 0%, rgba(255,255,255,0.96) 100%);
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
}.privacy_fence6402::before {
    content: "";
    height: 100%;
    z-index: 0;
    opacity: 0.15;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 100% 0%, rgb(134,158,158,0.5) 0%, transparent 50%),
        radial-gradient(circle at 0% 100%, rgb(102,125,125,0.5) 0%, transparent 50%);
}.privacy_fence6402 .container {
    margin: 0 auto;
    padding: 3rem;
    position: relative;
    z-index: 1;
    background: linear-gradient(to right, rgba(255,255,255,0.97), rgba(255,255,255,0.99));
    max-width: 1140px;
    border-left: 4px solid rgb(134,158,158);
    transform: translateZ(0);
    box-shadow: 0 20px 50px rgba(0,0,0,0.07);
}.privacy_fence6402 h1 {
    position: relative;
    transition: transform 0.5s ease-out;
    font-weight: 700;
    transform: translateX(0);
    font-size: 38px;
    padding-bottom: 1rem;
    color: #000000;
    margin-bottom: 2rem;
}.privacy_fence6402 h1::after {
    content: "";
    left: 0;
    height: 3px;
    transition: width 0.5s ease-out;
    width: 80px;
    bottom: 0;
    background: linear-gradient(to right, rgb(134,158,158), rgb(102,125,125));
    position: absolute;
}.privacy_fence6402 h1:hover {
    transform: translateX(5px);
}.privacy_fence6402 h1:hover::after {
    width: 120px;
}.privacy_fence6402 h2 {
    position: relative;
    margin: 2.5rem 0 1.5rem;
    font-size: 28px;
    border-left: 3px solid rgb(102,125,125);
    color: #000000;
    padding-left: 1rem;
    font-weight: 600;
}.privacy_fence6402 h3 {
    margin: 2rem 0 1rem;
    color: #000000;
    border-left: 2px solid rgb(102,125,125,0.5);
    padding-left: 1rem;
    font-size: calc(28px * 0.8);
    position: relative;
    font-weight: 600;
}.privacy_fence6402 h4 {
    font-weight: 600;
    color: #000000;
    margin: 1.5rem 0 1rem;
    border-left: 1px solid rgb(102,125,125,0.5);
    font-size: calc(28px * 0.7);
    position: relative;
    padding-left: 0.75rem;
}.privacy_fence6402 p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    position: relative;
    transition: transform 0.4s ease;
    line-height: 1.7;
    padding-right: 1rem;
}.privacy_fence6402 p:hover {
    transform: translateX(5px);
}.privacy_fence6402 strong {
    position: relative;
    font-weight: 700;
    color: rgb(134,158,158);
}.privacy_fence6402 strong::after {
    left: 0;
    content: "";
    background: rgb(134,158,158);
    bottom: -2px;
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
    height: 1px;
}.privacy_fence6402 p:hover strong::after {
    width: 100%;
}.privacy_fence6402 ul {
    margin: 1.5rem 0 2rem 1rem;
    padding-left: 0;
}.privacy_fence6402 li {
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.6;
    transition: transform 0.3s ease;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
    list-style-type: none;
    font-size: 16px;
}.privacy_fence6402 li::before {
    background: linear-gradient(135deg, rgb(134,158,158), rgb(102,125,125));
    transition: transform 0.3s ease;
    position: absolute;
    top: 0.6rem;
    transform: rotate(45deg);
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
}.privacy_fence6402 li:hover {
    transform: translateX(8px);
}.privacy_fence6402 li:hover::before {
    transform: rotate(225deg);
}.privacy_fence6402 span {
    transform: perspective(1000px) rotateX(0);
    color: #000000;
    margin-bottom: 1.5rem;
    display: block;
    transition: transform 0.3s ease-out, background 0.3s ease;
    padding: 0.75rem 1rem;
    font-family: Arial, sans-serif;
    background: linear-gradient(to right, rgba(rgb(165,190,190), 0.3), transparent);
    font-size: calc(16px * 0.95);
    line-height: 1.7;
    border-left: 2px solid rgb(102,125,125,0.5);
}.privacy_fence6402 span:hover {
    transform: perspective(1000px) rotateX(1deg);
    background: linear-gradient(to right, rgba(rgb(165,190,190), 0.5), transparent);
}

@media (max-width: 991px) {.privacy_fence6402 {
    padding: 4rem 1.5rem;
}.privacy_fence6402 .container {
    padding: 2.5rem 2rem;
}.privacy_fence6402 h1 {
    font-size: calc(38px * 0.9);
}.privacy_fence6402 h2 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 767px) {.privacy_fence6402 {
    padding: 3rem 1rem;
}.privacy_fence6402 .container {
    border-left-width: 3px;
    padding: 2rem 1.5rem;
}.privacy_fence6402 h1 {
    font-size: calc(38px * 0.8);
    margin-bottom: 1.5rem;
}.privacy_fence6402 h2 {
    font-size: calc(28px * 0.8);
    margin: 2rem 0 1rem;
}.privacy_fence6402 h3 {
    font-size: calc(28px * 0.7);
}.privacy_fence6402 h4 {
    font-size: calc(28px * 0.6);
}.privacy_fence6402 ul {
    margin-left: 0.5rem;
}.privacy_fence6402 li {
    padding-left: 1.25rem;
}.privacy_fence6402 p, .privacy_fence6402 span, .privacy_fence6402 li {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.privacy_fence6402 {
    padding: 2rem 0.75rem;
}.privacy_fence6402 .container {
    padding: 1.5rem 1rem;
}.privacy_fence6402 h1 {
    font-size: calc(38px * 0.7);
}.privacy_fence6402 h2 {
    padding-left: 0.75rem;
    font-size: calc(28px * 0.7);
}.privacy_fence6402 h3, .privacy_fence6402 h4 {
    padding-left: 0.5rem;
}.privacy_fence6402 p, .privacy_fence6402 span, .privacy_fence6402 li {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.privacy_fence6402 li {
    padding-left: 1rem;
}.privacy_fence6402 li::before {
    height: 6px;
    width: 6px;
}}.operation_process6029 {
    background: linear-gradient(135deg, rgb(165,190,190) 0%, rgba(245, 245, 250, 0.9) 100%);
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 6rem 0;
}.operation_process6029::before {
    top: -100px;
    animation: float 15s infinite ease-in-out;
    position: absolute;
    opacity: 0.15;
    right: -100px;
    background: linear-gradient(45deg, rgb(134,158,158,0.5) 0%, rgb(102,125,125,0.5) 100%);
    filter: blur(60px);
    z-index: -1;
    border-radius: 50%;
    width: 300px;
    content: "";
    height: 300px;
}.operation_process6029::after {
    animation: morph 20s infinite alternate ease-in-out;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    opacity: 0.1;
    width: 200px;
    left: -50px;
    content: "";
    height: 200px;
    filter: blur(40px);
    bottom: -50px;
    z-index: -1;
    background: linear-gradient(225deg, rgb(102,125,125,0.5) 0%, rgb(134,158,158,0.5) 100%);
}.operation_process6029 .container {
    padding: 0 15px;
    z-index: 2;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}.operation_process6029 .skill_classes7160 {
    perspective: 1000px;
    justify-content: center;
    align-items: center;
    display: flex;
}.operation_process6029 .skill_classes7160 > div {
    max-width: 850px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), 
                box-shadow 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.02);
    background: #ffffff;
    transform: translateY(0) rotateX(0);
    padding: 3.5rem;
    border-left: 4px solid rgb(134,158,158);
}.operation_process6029 .skill_classes7160 > div:hover {
    transform: translateY(-5px) rotateX(2deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 
                0 1px 5px rgba(0, 0, 0, 0.03);
}.operation_process6029 .skill_classes7160 > div::before {
    height: 40px;
    opacity: 0.9;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    width: 40px;
    top: 20px;
    left: -20px;
    background: rgb(134,158,158);
    transform: scale(0);
    content: "";
    border-radius: 50%;
}.operation_process6029 .skill_classes7160 > div:hover::before {
    transform: scale(1);
}.operation_process6029 h3 {
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: calc(28px * 0.85);
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.5px;
}.operation_process6029 h3::after {
    background: linear-gradient(90deg, rgb(134,158,158) 0%, rgb(102,125,125) 100%);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    height: 3px;
    width: 60px;
    transform: scaleX(1);
    content: "";
    left: 0;
    transform-origin: left center;
    bottom: 0;
    position: absolute;
}.operation_process6029 .skill_classes7160 > div:hover h3::after {
    transform: scaleX(1.5);
}.operation_process6029 p {
    position: relative;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    color: #000000;
}.operation_process6029 p span {
    display: inline-block;
    position: relative;
    transition: opacity 0.3s ease;
    opacity: 0.95;
}.operation_process6029 p span::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(102,125,125,0.5), transparent);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    bottom: -3px;
    opacity: 0;
    content: "";
    height: 1px;
    transform-origin: left;
    left: 0;
    width: 100%;
    transform: scaleX(0);
}.operation_process6029 .skill_classes7160 > div:hover p span::before {
    transform: scaleX(1);
    opacity: 0.7;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-20px, 20px);
    }
    50% {
        transform: translate(10px, 40px);
    }
    75% {
        transform: translate(30px, 10px);
    }
}

@keyframes morph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 50% 50% 30% 70% / 50% 30% 70% 50%;
    }
    50% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    75% {
        border-radius: 40% 60% 70% 30% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@media (max-width: 992px) {.operation_process6029 {
    padding: 5rem 0;
}.operation_process6029 .skill_classes7160 > div {
    padding: 2.5rem;
}.operation_process6029 h3 {
    font-size: calc(28px * 0.75);
}
}

@media (max-width: 768px) {.operation_process6029 {
    padding: 4rem 0;
}.operation_process6029 .skill_classes7160 > div {
    padding: 2rem;
    border-left-width: 3px;
}.operation_process6029 h3 {
    padding-bottom: 0.65rem;
    margin-bottom: 1.25rem;
    font-size: calc(28px * 0.7);
}.operation_process6029 h3::after {
    height: 2px;
    width: 50px;
}.operation_process6029 p {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.operation_process6029 {
    padding: 3rem 0;
}.operation_process6029 .skill_classes7160 > div {
    border-left-width: 2px;
    padding: 1.75rem;
}.operation_process6029 h3 {
    margin-bottom: 1rem;
    font-size: calc(28px * 0.65);
    padding-bottom: 0.5rem;
}.operation_process6029 h3::after {
    width: 40px;
}.operation_process6029 p {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.operation_process6029 .skill_classes7160 > div::before {
    width: 30px;
    top: 15px;
    left: -15px;
    height: 30px;
}}.course_program_description6053 {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(165,190,190) 0%, rgba(249, 249, 249, 0.95) 100%);
    position: relative;
}.course_program_description6053::before {
    content: "";
    position: absolute;
    z-index: 0;
    background-image: 
        linear-gradient(45deg, rgb(102,125,125,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(102,125,125,0.5) 25%, transparent 25%);
    top: 0;
    left: 0;
    right: 0;
    background-size: 60px 60px;
    bottom: 0;
    opacity: 0.05;
}.course_program_description6053 .container {
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.course_program_description6053 .career_path0865 {
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards 0.3s;
}.course_program_description6053 .image_box9617 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12),
                0 8px 16px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 380px;
}.course_program_description6053 .image_box9617::after {
    transition: opacity 0.6s ease;
    opacity: 0.5;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom right, 
                rgb(134,158,158,0.5) 0%, 
                transparent 40%, 
                transparent 60%, 
                rgb(102,125,125,0.5) 100%);
    content: "";
    right: 0;
    z-index: 1;
    bottom: 0;
}.course_program_description6053 .image_box9617:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.course_program_description6053 .image_box9617:hover::after {
    opacity: 0.2;
}.course_program_description6053 .paragraph_box6150 {
    justify-content: center;
    transform: translateX(0);
    flex-direction: column;
    padding: 2rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}.course_program_description6053 .paragraph_box6150::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(134,158,158), rgb(102,125,125));
    top: 0;
    content: "";
    height: 0;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    width: 5px;
}.course_program_description6053 .career_path0865:hover .paragraph_box6150::before {
    height: 100%;
}.course_program_description6053 h3 {
    padding-bottom: 1rem;
    position: relative;
    transition: transform 0.4s ease;
    font-weight: 700;
    font-size: calc(19px * 1.1);
    margin-bottom: 1.5rem;
    transform: translateY(0);
    color: #000000;
}.course_program_description6053 h3::after {
    bottom: 0;
    width: 60px;
    transition: width 0.5s ease;
    background: linear-gradient(90deg, rgb(134,158,158), rgb(102,125,125));
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
}.course_program_description6053 .paragraph_box6150:hover h3 {
    transform: translateY(-5px);
}.course_program_description6053 .paragraph_box6150:hover h3::after {
    width: 100px;
}.course_program_description6053 .description {
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.7;
    font-size: 15px;
    overflow-y: auto;
    padding-right: 1rem;
    color: #000000;
    max-height: 200px;
}.course_program_description6053 .description::-webkit-scrollbar {
    width: 4px;
}.course_program_description6053 .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
}.course_program_description6053 .description::-webkit-scrollbar-thumb {
    background: rgb(102,125,125,0.5);
    border-radius: 10px;
}.course_program_description6053 span.description {
    display: none;
}

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

@media (min-width: 768px) {.course_program_description6053 {
    padding: 8rem 0;
}.course_program_description6053 .career_path0865 {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.course_program_description6053 .paragraph_box6150 {
    transform: translateX(-30px);
}.course_program_description6053 .career_path0865:hover .paragraph_box6150 {
    transform: translateX(0);
}.course_program_description6053 .image_box9617 {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    height: 480px;
}.course_program_description6053 .image_box9617:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-10px);
}.course_program_description6053 h3 {
    font-size: 19px;
}
}

@media (min-width: 992px) {.course_program_description6053 {
    padding: 10rem 0;
}.course_program_description6053 .container {
    padding: 0 3rem;
}.course_program_description6053 .career_path0865 {
    gap: 6rem;
}.course_program_description6053 .paragraph_box6150 {
    padding: 3rem;
}.course_program_description6053 .image_box9617 {
    height: 550px;
}.course_program_description6053 h3 {
    margin-bottom: 2rem;
    font-size: calc(19px * 1.2);
}.course_program_description6053 .description {
    line-height: 1.8;
    max-height: 300px;
}
}

@media (max-width: 767px) {.course_program_description6053 {
    padding: 4rem 0;
}.course_program_description6053 .container {
    padding: 0 1.5rem;
}.course_program_description6053 .image_box9617 {
    height: 280px;
    margin-bottom: 1rem;
}.course_program_description6053 .paragraph_box6150 {
    padding: 1.5rem;
}.course_program_description6053 h3 {
    font-size: calc(18px * 1.1);
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
}.course_program_description6053 .description {
    font-size: calc(15px * 0.95);
    max-height: 180px;
    line-height: 1.6;
}}.experience_trial8174 {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(165,190,190) 0%, rgb(134,158,158,0.5) 100%);
    position: relative;
    padding: 120px 0;
}.experience_trial8174::before {
    transform: skewY(-5deg);
    height: 100%;
    position: absolute;
    background: linear-gradient(to right, transparent 0%, #ffffff 50%, transparent 100%);
    width: 100%;
    opacity: 0.1;
    content: '';
    top: 0;
    z-index: 1;
    left: 0;
}.experience_trial8174::after {
    content: '';
    background: linear-gradient(to top, rgb(134,158,158,0.5) 0%, transparent 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    height: 40%;
    opacity: 0.2;
    left: 0;
}.experience_trial8174 .skill_classes7160 {
    position: relative;
    display: flex;
    z-index: 10;
    border-radius: 15px;
    align-items: center;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.experience_trial8174 .container p {
    margin: 0;
    line-height: 1.4;
    font-size: 31px;
    padding: 60px;
    flex: 1;
    position: relative;
    font-weight: 700;
    z-index: 5;
    color: #000000;
}.experience_trial8174 .inquiry_inquiry2186 {
    font-size: 14px;
    position: relative;
    height: 100%;
    z-index: 5;
    letter-spacing: 1px;
    text-decoration: none;
    justify-content: center;
    padding: 50px;
    color: #ffffff;
    font-weight: 600;
    flex: 0 0 300px;
    display: flex;
    background: linear-gradient(135deg, rgb(134,158,158) 0%, rgb(102,125,125) 100%);
    text-transform: uppercase;
    transition: all 0.4s ease;
    align-items: center;
}.experience_trial8174 .container p::after {
    position: absolute;
    width: 60px;
    height: 4px;
    content: '';
    bottom: 40px;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(134,158,158), rgb(102,125,125));
    left: 60px;
}.experience_trial8174 .inquiry_inquiry2186::before {
    left: 0;
    transition: opacity 0.4s ease;
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgb(102,125,125) 0%, rgb(134,158,158) 100%);
    content: '';
    top: 0;
    width: 100%;
    position: absolute;
    opacity: 0;
}.experience_trial8174 .inquiry_inquiry2186:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.experience_trial8174 .inquiry_inquiry2186:hover::before {
    opacity: 1;
}.experience_trial8174 .skill_classes7160::before {
    content: '';
    z-index: 2;
    top: 0;
    background: linear-gradient(to right, rgb(134,158,158), rgb(102,125,125));
    left: 0;
    height: 6px;
    position: absolute;
    width: 100%;
}.experience_trial8174 .skill_classes7160::after {
    background: 
        radial-gradient(circle at 10% 90%, rgb(134,158,158,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgb(102,125,125,0.5) 0%, transparent 30%);
    width: 100%;
    opacity: 0.05;
    bottom: 0;
    position: absolute;
    content: '';
    left: 0;
    height: 100%;
    z-index: 1;
}

@media (max-width: 991px) {.experience_trial8174 {
    padding: 90px 0;
}.experience_trial8174 .container p {
    padding: 40px;
    font-size: calc(24px * 1.2);
}.experience_trial8174 .inquiry_inquiry2186 {
    padding: 40px 20px;
    flex: 0 0 200px;
}.experience_trial8174 .container p::after {
    left: 40px;
    bottom: 30px;
    width: 50px;
}
}

@media (max-width: 767px) {.experience_trial8174 {
    padding: 70px 0;
}.experience_trial8174 .skill_classes7160 {
    flex-direction: column;
}.experience_trial8174 .container p {
    font-size: 24px;
    text-align: center;
    padding: 30px;
}.experience_trial8174 .inquiry_inquiry2186 {
    flex: none;
    padding: 20px;
    width: 100%;
}.experience_trial8174 .container p::after {
    transform: translateX(-50%);
    left: 50%;
    bottom: 15px;
}
}

@media (max-width: 480px) {.experience_trial8174 {
    padding: 50px 0;
}.experience_trial8174 .container p {
    font-size: calc(18px * 1.2);
    padding: 25px 20px;
}.experience_trial8174 .inquiry_inquiry2186 {
    padding: 15px;
    font-size: calc(14px * 0.9);
}}.usageAgreementAlert5308 {
    bottom: 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    border-top: 3px solid rgb(134,158,158);
    position: fixed;
    z-index: 90;
    padding: 20px 0;
    background: rgb(165,190,190);
}.cookie_box7284 {
    max-width: 1200px;
    margin: auto;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    flex-wrap: nowrap;
}#cookieUsageNotice3159 {
    display: none;
}#cookieUsageNotice3159:checked ~ .usageAgreementAlert5308 {
    visibility: hidden;
    opacity: 0;
}.usageAgreementAlert5308 h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 6px;
    letter-spacing: 1px;
    color: rgb(134,158,158);
}.usageAgreementAlert5308 p {
    max-width: 500px;
    color: #000000;
    font-size: 18px;
}.track_accept0261 {
    flex-shrink: 0;
    margin-right: 20px;
}.track_accept0261 svg, .track_accept0261 svg path {
    width: 80px;
    fill: rgb(134,158,158);
    height: 80px;
}.edu_settings9051 {
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    margin-left: 10px;
    background: rgb(134,158,158);
    font-weight: 600;
    font-size: 20px;
    transition: border 0.2s;
    text-align: center;
    color: #ffffff;
    min-width: 140px;
    border: 2px solid transparent;
    padding: 12px 24px;
    flex-shrink: 0;
}.cookie_button.data_settings6450 {
    background: rgb(134,158,158);
}.cookie_button.cookie_disclaimer7345 {
    background: rgb(102,125,125);
}.edu_settings9051:hover {
    border: 2px solid #ffffff;
}.usageAgreementAlert5308 p a {
    text-decoration: underline;
    color: rgb(134,158,158);
    font-weight: 700;
}
@media only screen and (max-width: 1200px) {.cookie_box7284 {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.track_accept0261 {
    display: none;
}.cookie_box7284 {
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.usageAgreementAlert5308 h5, .usageAgreementAlert5308 p {
    text-align: center;
}.cookie_protect2940 {
    margin-bottom: 20px;
}.edu_settings9051 {
    margin-top: 10px;
    width: 100%;
    max-width: 300px;
    margin-left: 0;
}}
.wrapper-skeleton8902 .usageAgreementAlert5308 {
    background: rgb(102,125,125);
    padding: 30px 0;
    border: none;
}.wrapper-skeleton8902 .edu_settings9051 {
    color: #ffffff;
    font-weight: 600;
    border: none;
    margin-left: 0;
    border-radius: 10px;
    font-size: 20px;
    background: rgb(134,158,158);
}.wrapper-skeleton8902 .cookie_protect2940 h5, .wrapper-skeleton8902 .cookie_protect2940 p {
    color: #ffffff;
}footer {
    position: relative;
    width: 100%;
}.compliance4387 {
    font-family: Arial, sans-serif;
    background-color: rgb(165,190,190);
    color: #000000;
    position: relative;
    padding: 100px 0 30px;
}.compliance4387::before {
    background-size: 100px 100px;
    height: 120px;
    left: 0;
    position: absolute;
    background-color: rgb(134,158,158,0.5);
    top: 0;
    width: 100%;
    content: "";
    background: 
        linear-gradient(135deg, rgb(165,190,190) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(165,190,190) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(165,190,190) 25%, transparent 25%),
        linear-gradient(45deg, rgb(165,190,190) 25%, transparent 25%);
}footer .discount_cta3846 {
    z-index: 1;
    position: relative;
    margin-top: -70px;
}footer .message_page3108 {
    z-index: 2;
    padding: 25px;
    background-color: #ffffff;
    flex-wrap: wrap;
    transform: translateY(-30px);
    justify-content: space-between;
    display: flex;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    border-radius: 30px;
}footer .info_item {
    transition: all 0.3s ease;
    margin: 10px;
    flex: 1 1 200px;
    background-color: rgb(165,190,190);
    padding: 10px 15px;
    border-radius: 10px;
    position: relative;
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    transform: translateY(-5px);
}footer .info_item::before {
    background-color: rgb(134,158,158);
    content: "";
    border-radius: 3px 0 0 3px;
    transition: opacity 0.3s ease;
    left: 0;
    opacity: 0;
    height: 100%;
    top: 0;
    width: 3px;
    position: absolute;
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    fill: rgb(134,158,158);
    width: 20px;
    margin-right: 10px;
    height: 20px;
    vertical-align: middle;
}footer .info_item p,
footer .info_item a {
    display: inline-block;
    transition: color 0.3s ease;
    color: #000000;
    font-size: 18px;
    text-decoration: none;
    vertical-align: middle;
}footer .info_item a:hover {
    color: rgb(134,158,158);
}footer .text_main_holder {
    display: grid;
    position: relative;
    gap: 30px;
    grid-template-columns: 1fr;
}footer .text_main_holder::before {
    z-index: -1;
    background-color: #ffffff;
    content: "";
    height: calc(100% + 80px);
    position: absolute;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    left: 0;
    top: -40px;
    border-radius: 30px;
    width: 100%;
}footer .nav_tutor2798 {
    position: relative;
    padding: 0 30px;
}footer .nav_tutor2798::after {
    content: "";
    position: absolute;
    right: 30px;
    bottom: -15px;
    left: 30px;
    background: linear-gradient(90deg, rgb(134,158,158), transparent);
    height: 1px;
}footer .nav_tutor2798 svg {
    height: 45px;
    width: auto;
    margin-bottom: 15px;
}footer .zoom_meet9302 {
    color: #000000;
    line-height: 1.6;
    max-width: 330px;
    font-size: 12px;
}footer .main_mainbar1389 {
    padding: 30px;
    margin-top: -10px;
    position: relative;
    z-index: 1;
    background-color: rgb(165,190,190);
    border-radius: 30px;
    margin-left: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-right: 20px;
}footer .main_mainbar1389 h5 {
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    font-size: 22px;
    color: #000000;
}footer .main_mainbar1389 h5::after {
    content: "";
    background-color: rgb(134,158,158);
    width: 50px;
    position: absolute;
    bottom: -7px;
    left: 0;
    height: 2px;
}footer .main_know9210 {
    display: grid;
    margin-bottom: 20px;
    gap: 10px;
    grid-template-columns: 1fr;
}footer .main_know9210 a {
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    color: #000000;
    transition: all 0.3s ease;
    padding: 8px 0;
}footer .main_know9210 a::after {
    left: 0;
    width: 0;
    position: absolute;
    transition: width 0.3s ease;
    bottom: 5px;
    content: "";
    background-color: rgb(134,158,158);
    height: 2px;
}footer .main_know9210 a:hover {
    color: rgb(134,158,158);
    transform: translateX(5px);
}footer .main_know9210 a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    border-radius: 30px;
    color: #ffffff;
    padding: 30px;
    margin-left: 40px;
    z-index: 0;
    margin-top: -10px;
    margin-right: 40px;
    background-color: rgb(134,158,158);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}footer .subscribe_holder::before {
    z-index: -1;
    top: -15px;
    transform: rotate(45deg);
    background-color: rgb(134,158,158);
    height: 30px;
    right: 30px;
    width: 30px;
    position: absolute;
    content: "";
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
    position: relative;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.9);
    transition: background-color 0.3s ease;
    padding: 14px 16px;
    border: none;
    color: #000000;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .sub_col6813 {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    padding: 14px 20px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 10px;
}footer .sub_col6813:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(102,125,125);
}footer .alumni_net2136 {
    position: relative;
    text-align: center;
    z-index: 1;
    margin-top: 60px;
}footer .art_portal3295 {
    padding: 8px 20px;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 30px;
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 12px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .main_know9210 {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_col6813 {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .main_mainbar1389 {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .compliance4387 {
    padding: 80px 0 30px;
}footer .message_page3108 {
    padding: 20px;
    justify-content: center;
}footer .info_item {
    width: 100%;
}footer .main_mainbar1389, footer .subscribe_holder {
    padding: 25px 20px;
    margin-right: 10px;
    margin-left: 10px;
}footer .alumni_net2136 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .compliance4387 {
    padding: 60px 0 20px;
}footer .message_page3108 {
    margin-bottom: 40px;
    transform: translateY(-20px);
    padding: 15px;
}footer .text_main_holder::before {
    height: calc(100% + 60px);
    top: -30px;
}footer .nav_tutor2798 {
    padding: 0 20px;
}footer .nav_tutor2798::after {
    left: 20px;
    right: 20px;
}footer .main_mainbar1389 h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
}footer .main_know9210 a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .sub_col6813 {
    padding: 12px 15px;
}}.course_instructor4368 {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(170deg, rgb(165,190,190), #ffffff);
}.course_instructor4368::before {
    position: absolute;
    content: "";
    opacity: 0.1;
    background-color: rgb(134,158,158,0.5);
    width: 500px;
    height: 500px;
    top: -200px;
    right: -200px;
    border-radius: 50%;
}.course_instructor4368 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
}.course_instructor4368 .feedback_stars4627 {
    margin: 0 auto;
    border-radius: 21px;
    flex-direction: column;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    padding: 50px;
    display: flex;
    background-color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    max-width: 800px;
}.course_instructor4368 .feedback_stars4627:hover {
    transform: translateY(-10px);
}.course_instructor4368 .feedback_stars4627::before {
    top: -15px;
    left: 50px;
    content: "";
    height: 30px;
    z-index: -1;
    transform: rotate(45deg);
    background-color: rgb(102,125,125);
    width: 30px;
    position: absolute;
}.course_instructor4368 .feedback_stars4627::after {
    right: 50px;
    background-color: rgb(134,158,158);
    content: "";
    transform: rotate(45deg);
    height: 30px;
    bottom: -15px;
    width: 30px;
    position: absolute;
    z-index: -1;
}.course_instructor4368 .image_box9617 {
    border-radius: 50%;
    transition: transform 0.3s ease;
    align-self: center;
    border: 4px solid #ffffff;
    width: 120px;
    position: relative;
    margin-bottom: 30px;
    height: 120px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.course_instructor4368 .feedback_stars4627:hover .image_box9617 {
    transform: scale(1.05);
}.course_instructor4368 .image_box9617::before {
    position: absolute;
    opacity: 0;
    inset: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(45deg, transparent 40%, rgb(134,158,158,0.5));
    content: "";
}.course_instructor4368 .feedback_stars4627:hover .image_box9617::before {
    opacity: 1;
}.course_instructor4368 .career_details2793 {
    border-radius: 21px;
    order: 3;
    margin: 25px 0 0;
    font-size: 18px;
    color: #000000;
    background-color: rgb(165,190,190);
    position: relative;
    padding: 20px 30px;
    line-height: 1.8;
}.course_instructor4368 .career_details2793::before {
    left: 30px;
    border-left: 10px solid transparent;
    border-bottom: 10px solid rgb(165,190,190);
    top: -10px;
    position: absolute;
    content: "";
    border-right: 10px solid transparent;
}.course_instructor4368 .name {
    margin: 5px 0;
    font-weight: 700;
    display: block;
    padding-bottom: 10px;
    order: 1;
    position: relative;
    text-align: center;
    font-size: 23px;
    color: #000000;
}.course_instructor4368 .name::after {
    transform: translateX(-50%);
    background-color: rgb(134,158,158);
    content: "";
    width: 40px;
    transition: width 0.3s ease;
    left: 50%;
    position: absolute;
    bottom: 0;
    height: 2px;
}.course_instructor4368 .feedback_stars4627:hover .name::after {
    width: 80px;
}.course_instructor4368 span:not(.name) {
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(102,125,125);
    text-align: center;
    font-size: calc(18px * 0.9);
    order: 2;
    margin-bottom: 15px;
}

@media (min-width: 768px) {.course_instructor4368 .feedback_stars4627 {
    grid-template-areas: 
            "photo name"
            "photo job"
            "quote quote";
    grid-template-columns: auto 1fr;
    gap: 10px 30px;
    display: grid;
    align-items: center;
}.course_instructor4368 .image_box9617 {
    align-self: start;
    width: 180px;
    grid-area: photo;
    height: 180px;
    margin-bottom: 0;
}.course_instructor4368 .name {
    font-size: 38px;
    text-align: left;
    grid-area: name;
}.course_instructor4368 .name::after {
    transform: none;
    left: 0;
}.course_instructor4368 span:not(.name) {
    text-align: left;
    grid-area: job;
    margin-bottom: 0;
}.course_instructor4368 .career_details2793 {
    grid-area: quote;
    margin-top: 30px;
}
}

@media (max-width: 768px) {.course_instructor4368 {
    padding: 70px 0;
}.course_instructor4368 .feedback_stars4627 {
    padding: 40px 30px;
}
}

@media (max-width: 576px) {.course_instructor4368 {
    padding: 50px 0;
}.course_instructor4368 .feedback_stars4627 {
    padding: 30px 20px;
}.course_instructor4368 .career_details2793 {
    padding: 15px 20px;
    margin-top: 20px;
}
}