* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

.wrapping-container_59 {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

.top_main_90 {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    z-index: 99;
    background: rgb(242,225,215);
    overflow: visible;
    width: 100%;
    position: relative;
}

.tyMessage_97::before {
    opacity: 0.3;
    z-index: 0;
    right: -10%;
    transform: rotate(-15deg);
    height: 70%;
    background: linear-gradient(145deg, rgb(216,189,176,0.5) 0%, rgb(190,163,148,0.5) 100%);
    width: 60%;
    top: -30%;
    animation: float 15s ease-in-out infinite alternate;
    content: "";
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    filter: blur(30px);
}

.tyMessage_97 .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}

.tyMessage_97 .creds_sect_52 {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    border-radius: 15px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05),
                -10px -10px 30px rgba(255, 255, 255, 0.8),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    backdrop-filter: blur(5px);
}

.tyMessage_97 .creds_sect_52:hover > div:first-child::after {
    width: 120px;
}

.tyMessage_97 h5 {
    position: relative;
    color: #000000;
    margin: 0;
    font-weight: 700;
    line-height: 1.4;
    font-size: 22px;
    display: inline-block;
}

.tyMessage_97 .creds_sect_52:hover h5::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}

.tyMessage_97 p {
    transition: color 0.3s ease;
    color: #000000;
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
}

.tyMessage_97 a {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease;
}

.tyMessage_97 a::before {
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, rgb(216,189,176,0.5) 0%, rgb(190,163,148) 100%);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(0);
    transform-origin: right;
    height: 2px;
}

.company_info_71::before {
    height: 300px;
    filter: blur(20px);
    z-index: 0;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 300px;
    content: "";
    animation: float 15s ease-in-out infinite alternate;
    right: -50px;
    background: linear-gradient(135deg, rgb(216,189,176,0.5), transparent 70%);
    top: -50px;
}

.company_info_71 .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}

.company_info_71 h1 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    transition: transform 0.5s ease-out;
    margin-bottom: 50px;
    transform: perspective(1000px) translateZ(0);
}

.company_info_71 h1:hover {
    transform: perspective(1000px) translateZ(10px);
}

.company_info_71 h1:hover::before {
    width: 120px;
}

.company_info_71 .pro_training_81:hover {
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.08),
                -12px -12px 20px rgba(255, 255, 255, 0.9),
                inset 1px 1px 2px rgba(255, 255, 255, 0.6),
                inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

.company_info_71 ul {
    grid-template-columns: 1fr;
    list-style: none;
    gap: 30px;
    padding: 0;
    display: grid;
    margin: 0;
}

.company_info_71 .expert_learning_53::before {
    transition: height 0.5s ease;
    background: linear-gradient(180deg, rgb(216,189,176), rgb(190,163,148));
    top: 0;
    position: absolute;
    width: 4px;
    height: 0;
    content: "";
    left: 0;
}

.company_info_71 .expert_learning_53:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08),
                -12px -12px 24px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3),
                inset -1px -1px 2px rgba(0, 0, 0, 0.02);
}

.company_info_71 .expert_learning_53 h4::after {
    height: 2px;
    transition: width 0.4s ease;
    left: 0;
    position: absolute;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(216,189,176), rgb(190,163,148));
    content: "";
    width: 0;
}

.company_info_71 .expert_learning_53 div {
    margin-left: 5px;
    color: #000000;
    max-height: 300px;
    padding-right: 10px;
    overflow-y: auto;
    font-weight: 400;
    line-height: 1.7;
    transition: color 0.3s ease;
    font-size: 16px;
}

.statistical_summary_41::before {
    content: "";
    z-index: 0;
    height: 200%;
    width: 200%;
    opacity: 0.2;
    position: absolute;
    transform: rotate(-15deg);
    background: radial-gradient(ellipse at center, rgb(216,189,176,0.5) 0%, transparent 70%);
    top: -50%;
    pointer-events: none;
    left: -50%;
}

.statistical_summary_41 h3::after {
    bottom: -10px;
    background: linear-gradient(90deg, rgb(216,189,176), rgb(190,163,148));
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    border-radius: 1px;
    content: "";
}

.statistical_summary_41 .statistics_pros_17 {
    align-items: center;
    background: linear-gradient(135deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2.5rem 1.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 0 1px 5px rgba(0,0,0,0.03);
    flex-direction: column;
    position: relative;
    transform-origin: center bottom;
    justify-content: center;
    display: flex;
    overflow: hidden;
}

.statistical_summary_41 .statistics_pros_17:hover::before {
    transform: scaleX(1);
}

.statistical_summary_41 .statistics_pros_17 span {
    z-index: 2;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #000000;
    position: relative;
    margin-bottom: 1.25rem;
}

.statistical_summary_41 .statistics_pros_17:hover p {
    color: rgb(190,163,148);
    transform: scale(1.1);
}

.statistical_summary_41 .statistics_pros_17:nth-child(even)::after {
    background: radial-gradient(circle, rgb(190,163,148,0.5) 0%, transparent 70%);
    z-index: 1;
    top: -20px;
    left: -20px;
    height: 100px;
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 100px;
    opacity: 0.2;
}

.statistical_summary_41 .statistics_pros_17:nth-child(2) {
    animation: fadeInUp 0.5s 0.2s ease-out both;
}

.statistical_summary_41 .statistics_pros_17:nth-child(4) {
    animation: fadeInUp 0.5s 0.4s ease-out both;
}

.statistical_summary_41 .statistics_pros_17:nth-child(6) {
    animation: fadeInUp 0.5s 0.6s ease-out both;
}

.training_structure_16 {
    position: relative;
    overflow: hidden;
    min-height: 65vh;
    background: rgb(242,225,215);
}

.training_structure_16::after {
    width: 100%;
    background: repeating-radial-gradient(
        circle at center,
        transparent,
        transparent 50px,
        rgba(255, 255, 255, 0.03) 50px,
        rgba(255, 255, 255, 0.03) 100px
    );
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    z-index: 2;
    top: 0;
}

.training_structure_16 .creds_sect_52 {
    display: flex;
    border-radius: 50%;
    align-items: center;
    max-width: 900px;
    aspect-ratio: 1/1;
    flex-direction: column;
    width: 100%;
    padding: 0;
    height: 100%;
    justify-content: center;
    position: relative;
}

.training_structure_16 .creds_sect_52::after {
    content: "";
    animation: rotateBorder 15s linear infinite reverse;
    border: 1px dashed rgb(190,163,148,0.5);
    left: 10%;
    z-index: -1;
    height: 80%;
    top: 10%;
    width: 80%;
    position: absolute;
    border-radius: 50%;
}

.training_structure_16 h3::before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgb(216,189,176,0.5), transparent);
    opacity: 0.2;
    top: 0;
    left: 0;
    border-radius: inherit;
    height: 100%;
}

.training_structure_16 span {
    font-size: 13px;
    width: 60%;
    transform: translateY(20px);
    z-index: 2;
    text-align: center;
    border-radius: 25px;
    padding: 2rem;
    height: auto;
    background: #ffffff;
    color: #000000;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    position: relative;
    line-height: 1.7;
    display: inline-block;
}

.training_structure_16 span::after {
    border-radius: inherit;
    left: 0;
    opacity: 0.2;
    width: 100%;
    z-index: -1;
    top: 0;
    content: "";
    background: linear-gradient(45deg, rgb(190,163,148,0.5), transparent);
    position: absolute;
    height: 100%;
}

.course_rewards_63::after {
    content: "";
    bottom: -80px;
    background: radial-gradient(ellipse, rgb(190,163,148,0.5), transparent 70%);
    height: 200px;
    animation: floatGradient 15s infinite alternate-reverse ease-in-out;
    position: absolute;
    left: 15%;
    z-index: 0;
    opacity: 0.15;
    width: 200px;
    filter: blur(40px);
}

.course_rewards_63 h5::after {
    background: linear-gradient(90deg, transparent, rgb(216,189,176) 30%, rgb(216,189,176) 70%, transparent);
    content: "";
    bottom: -15px;
    height: 3px;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.course_rewards_63 .container {
    padding: 0 25px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.course_rewards_63 .creds_sect_52::before {
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(216,189,176), rgb(190,163,148));
    content: "";
    position: absolute;
    height: 5px;
    width: 100%;
}

.course_rewards_63 .creds_sect_52 > div:first-child {
    transition: transform 0.5s ease-out;
    max-width: 500px;
    overflow: hidden;
    width: 100%;
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
    clip-path: polygon(0 0, 100% 5%, 95% 95%, 5% 100%);
    position: relative;
}

.course_rewards_63 .creds_sect_52:hover .article_photo_27 {
    transform: scale(1.03);
}

.course_rewards_63 .text_box_wrapper_63 {
    position: relative;
    padding: 10px 0;
    flex: 1;
}

.course_rewards_63 .text_box_wrapper_63::after {
    border-right: 2px solid rgb(216,189,176,0.5);
    z-index: 1;
    bottom: -20px;
    opacity: 0.4;
    border-bottom: 2px solid rgb(216,189,176,0.5);
    content: "";
    height: 40px;
    position: absolute;
    width: 40px;
    right: -20px;
}

.course_rewards_63 li {
    padding: 10px 0 10px 5px;
    position: relative;
    opacity: 0.9;
    transform: translateX(0);
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.course_rewards_63 li:nth-child(odd) {
    background: linear-gradient(90deg, rgba(rgb(216,189,176,0.5), 0.03), transparent);
}

.course_rewards_63 li svg {
    width: 24px;
    position: absolute;
    transition: transform 0.3s ease;
    transform: scale(0.9);
    left: 0;
    height: 24px;
    top: 2px;
}

.course_rewards_63 li:hover svg path {
    fill: rgb(190,163,148);
}

.get_in_touch_57::before {
    animation: gradientMove 20s linear infinite;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, 
        rgb(216,189,176,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(216,189,176,0.5) 50%, 
        rgb(216,189,176,0.5) 75%, 
        transparent 75%, 
        transparent);
    position: absolute;
    background-size: 60px 60px;
    opacity: 0.05;
}

.get_in_touch_57 h2::after {
    background: rgb(216,189,176);
    height: 4px;
    width: 60px;
    content: "";
    transform: translateX(-50%);
    bottom: -15px;
    left: 50%;
    position: absolute;
}

.get_in_touch_57 .article_photo_27 {
    position: relative;
    min-height: 600px;
    order: 2;
    height: 100%;
}

.get_in_touch_57 .reach_map_03 {
    justify-content: center;
    padding: 60px;
    background: #ffffff;
    position: relative;
    display: flex;
    flex-direction: column;
    order: 1;
}

.get_in_touch_57 form {
    position: relative;
    width: 100%;
}

.get_in_touch_57 form h3 {
    font-size: 21px;
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    padding-bottom: 15px;
    color: #000000;
    border-bottom: 2px solid rgb(190,163,148,0.5);
}

.get_in_touch_57 form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(216,189,176);
    background: #ffffff;
}

.get_in_touch_57 form input#name {
    position: relative;
}

.get_in_touch_57 .feedback_support_30 {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}

.get_in_touch_57 .feedback_support_30 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.get_in_touch_57 .feedback_support_30 label::before {
    top: 0;
    position: absolute;
    background: rgb(242,225,215);
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 24px;
    content: "";
    left: 0;
    height: 24px;
}

.get_in_touch_57 .feedback_support_30 input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    top: 4px;
    height: 14px;
    border-bottom: 2px solid #ffffff;
    width: 8px;
    content: "";
    position: absolute;
    border-right: 2px solid #ffffff;
    left: 8px;
}

.get_in_touch_57 .feedback_support_30 label a:hover::after {
    width: 100%;
}

.get_in_touch_57 form .connect_widget_03 {
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 700;
    background: rgb(216,189,176);
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    display: inline-block;
    overflow: hidden;
    border-radius: 50px;
    cursor: pointer;
    padding: 16px 40px;
    z-index: 1;
}

.get_in_touch_57 svg {
    height: 20px;
    fill: rgb(216,189,176);
    left: 20px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 20px;
}

.get_in_touch_57 form #name,
.get_in_touch_57 form #phone {
    position: relative;
}

.title_portal_05::before {
    content: "";
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(216,189,176,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(190,163,148,0.5) 0%, transparent 40%);
    top: 0;
    z-index: 1;
    opacity: 0.3;
    width: 100%;
    position: absolute;
    left: 0;
}

.title_portal_05 .learning_page_23 {
    z-index: 2;
    grid-gap: 2rem;
    grid-template-columns: 1fr;
    position: relative;
    width: 90%;
    transform: translateY(-2%);
    max-width: 1200px;
    display: grid;
}

.title_portal_05 .learning_page_23 > div:first-child::before {
    content: "";
    top: 0;
    left: 0;
    height: 0;
    width: 3px;
    position: absolute;
    background: rgb(216,189,176);
    animation: lineGrow 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.5s;
}

.title_portal_05 .expert_learnings_31 {
    overflow: hidden;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: fadeScale 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
}

.title_portal_05 .expert_learnings_31 > div::before {
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.3) 0%, 
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
}

.title_portal_05 .expert_learnings_31 > div > div {
    margin-top: auto;
    position: relative;
    z-index: 2;
}

.title_portal_05 .title_style_header {
    font-size: 40px;
    position: relative;
    -webkit-background-clip: text !important;
    animation: fadeUp 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.5s;
    color: #ffffff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    color: transparent;
    opacity: 0;
    margin: 0;
    background: linear-gradient(90deg, #ffffff, rgb(216,189,176));
    transform: translateY(30px);
    font-weight: 700;
    line-height: 1.2;
    display: inline-block;
    background-clip: text !important;
}

.education_history_21::before {
    z-index: 1;
    background: 
        radial-gradient(circle at 80% 20%, rgb(216,189,176,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(190,163,148,0.5) 0%, transparent 35%);
    animation: breatheGlow 15s ease-in-out infinite alternate;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.4;
    width: 100%;
    content: "";
    filter: blur(70px);
}

.education_history_21 .alumni_voices_15::before {
    animation: shimmerEffect 10s ease-in-out infinite;
    left: 0;
    width: 100%;
    opacity: 0.2;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, transparent, rgb(216,189,176,0.5), transparent);
    background-size: 200% 200%;
    top: 0;
    z-index: -1;
    height: 100%;
}

.education_history_21 .alumni_voices_15:hover .article_photo_27 {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
    transform: scale(1.05) rotate(2deg);
}

.education_history_21 .article_photo_27::before {
    left: 0;
    content: "";
    box-sizing: border-box;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: inherit;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
}

.education_history_21 .alumni_voices_15:hover .name {
    transform: translateX(10px);
}

.education_history_21 .alumni_voices_15:hover .name::after {
    width: 120px;
}

.education_history_21 .alumni_voices_15 span:not(.name) {
    font-weight: 600;
    grid-row: 1;
    width: max-content;
    transform: translateX(0);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    padding: 0.7rem 1.5rem;
    border-radius: 10px;
    grid-column: 1;
    background: rgba(0, 0, 0, 0.2);
    font-size: 23px;
    z-index: 3;
    color: rgb(190,163,148);
    margin-top: 4rem;
}

.education_history_21 .alumni_voices_15:hover .work_explore_96 {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateY(-10px);
}

.education_history_21 .work_explore_96::before {
    content: "";
    left: 0;
    z-index: -1;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    width: 100%;
    background-size: 200% 200%;
    position: absolute;
    top: 0;
    animation: shimmerEffect 5s ease-in-out infinite;
    height: 100%;
}

.price_set_93 {
    background: rgb(242,225,215);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.price_set_93::before {
    height: 100%;
    left: 0;
    z-index: 0;
    position: absolute;
    opacity: 0.08;
    background: linear-gradient(135deg, rgb(216,189,176,0.5), rgb(190,163,148,0.5));
    content: "";
    width: 100%;
    top: 0;
}

.price_set_93 .discount_grid_83 {
    display: flex;
    flex-direction: column-reverse;
    gap: 60px;
}

.price_set_93 .value_pricing_98 h2 {
    color: #000000;
    display: inline-block;
    font-size: 29px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
}

.price_set_93 .trial_offers_09 {
    max-width: 600px;
    color: #000000;
    font-size: 17px;
    margin-left: auto;
    line-height: 1.7;
    margin-top: 20px;
    margin-right: auto;
}

.price_set_93 .rate_choice_69 {
    position: relative;
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1;
}

.price_set_93 .learning_package_74 {
    position: relative;
    display: flex;
    background: linear-gradient(145deg, #f6f6f6, #ffffff);
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.05),
              -16px -16px 32px rgba(255, 255, 255, 0.8);
    transition: all 0.4s ease;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    flex-direction: column;
}

.price_set_93 .value_rates_14 h3::after {
    bottom: 0;
    background: rgb(216,189,176);
    content: "";
    transition: width 0.3s ease;
    width: 40px;
    left: 0;
    position: absolute;
    height: 3px;
    border-radius: 2px;
}

.price_set_93 .trial_rates_94::before {
    left: 0;
    position: absolute;
    bottom: -5px;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(216,189,176,0.5), transparent);
    height: 1px;
}

.price_set_93 .value_rates_14 p {
    overflow-wrap: break-word;
    line-height: 1.6;
    word-break: break-word;
    position: relative;
    font-size: calc(17px - 2px);
    margin-bottom: 20px;
    color: #000000;
}

.price_set_93 .article_photo_27::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0.6;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    content: "";
    transition: opacity 0.3s ease;
    bottom: 0;
    z-index: 1;
}

.privacy_stronghold_91::before {
    content: "";
    pointer-events: none;
    left: 0;
    z-index: 1;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(216,189,176,0.5), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(190,163,148,0.5), 0.04) 0%, transparent 50%);
    height: 100%;
    top: 0;
    width: 100%;
}

.privacy_stronghold_91 h1::after {
    height: 3px;
    width: 80px;
    background: linear-gradient(90deg, rgb(216,189,176) 0%, rgb(190,163,148) 100%);
    left: 0;
    position: absolute;
    animation-delay: 0.2s;
    bottom: -12px;
    transform-origin: left;
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    content: "";
    opacity: 0;
}

.privacy_stronghold_91 h4 {
    color: #000000;
    padding-left: 1rem;
    position: relative;
    font-size: calc(33px * 0.75);
    font-weight: 600;
    border-left: 1px solid rgb(190,163,148);
    margin: 2rem 0 1rem;
}

.privacy_stronghold_91 p strong {
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 600;
}

.privacy_stronghold_91 span {
    color: #000000;
    font-family: Arial, sans-serif;
    display: block;
    margin-bottom: 1.5rem;
    font-size: 17px;
    line-height: 1.8;
    max-width: 90ch;
}

.privacy_stronghold_91 li::before {
    background-color: rgb(216,189,176);
    transform: translateY(-50%);
    position: absolute;
    top: 0.8rem;
    height: 6px;
    width: 6px;
    content: "";
    border-radius: 50%;
    left: 0;
}

header .top_plank {
    background: rgb(216,189,176);
    color:  #ffffff;
}

header .top_plank .nav_layer_63 div svg, header .top_plank .nav_layer_63 div svg path {
    fill: #ffffff;
}

header .top_plank .nav_layer_63 {
    line-height: 21px;
    align-items: center;
    font-size: 12px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
}

.sample_docs_07::before {
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    z-index: -1;
}



.sample_docs_07::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}

.sample_docs_07 .company_holder h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: calc(34px * 0.9);
}

.sample_docs_07 .company_holder h3::after {
    width: 40px;
    left: 0;
    border-radius: 10px;
    background: rgb(216,189,176);
    position: absolute;
    bottom: -8px;
    content: "";
    height: 3px;
}

.sample_docs_07 .cloud_lab_35 {
    justify-content: flex-end;
    display: flex;
}

.sample_docs_07 .top_guide_60 h5 {
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 21px;
    position: relative;
    padding-bottom: 12px;
}

.sample_docs_07 .top_guide_60 .header_learn_32 {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.sample_docs_07 .top_guide_60 .header_learn_32 a::before {
    width: 0;
    height: 1px;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    opacity: 0;
    content: "";
    transition: all 0.3s ease;
    background: rgb(216,189,176);
}

.sample_docs_07 .top_guide_60 .header_learn_32 a:hover::before {
    opacity: 1;
    width: 8px;
}

.about_learn_72 .container {
    justify-content: center;
    align-items: center;
    display: flex;
}

.about_learn_72 .code_labs_39 {
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 15px;
    text-align: center;
    opacity: 0.6;
}

.about_learn_72 .code_labs_39 {
    position: relative;
    transition: all 0.3s ease;
}

.sample_docs_07 .top_guide_60::before {
    background: rgb(216,189,176);
    content: "";
    left: -15px;
    border-radius: 50%;
    position: absolute;
    height: 5px;
    top: 10px;
    width: 5px;
    opacity: 0.7;
}

.sample_docs_07 .top_guide_60:hover::before {
    animation: glow 2s infinite;
}



.sample_docs_07 .top_guide_60 .header_learn_32 a::after {
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    content: "";
    background: rgb(216,189,176);
    height: 1px;
    width: 0;
    bottom: -2px;
}

.sample_docs_07 .top_guide_60 .header_learn_32 a:nth-child(odd):hover {
    transform: translateX(2px);
}



.sample_docs_07 .company_holder h3::before {
    position: absolute;
    background: rgb(216,189,176);
    height: 1px;
    left: -30px;
    top: 50%;
    content: "";
    opacity: 0.7;
    width: 20px;
}

.about_learn_72::after {
    height: 1px;
    width: 30%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(190,163,148,0.5), 
        transparent);
    opacity: 0.3;
    position: absolute;
    content: "";
    left: 35%;
    bottom: 0;
}

header .top_learn_60 {
    position: relative;
    display: grid;
    gap: 15px;
    padding: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}

header .top_learn_60::after {
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(216,189,176,0.5), transparent);
    top: 50%;
    width: 100%;
    content: "";
    position: absolute;
}

header .top_learn_60 .site_main_53::after {
    transition: transform 0.3s ease;
    bottom: -5px;
    border-bottom: 2px solid rgb(190,163,148);
    transform: scale(0);
    border-right: 2px solid rgb(190,163,148);
    transform-origin: bottom right;
    right: -5px;
}

header .top_learn_60 .site_main_53:hover::before,
header .top_learn_60 .site_main_53:hover::after {
    transform: scale(1);
}

header .top_learn_60 .site_main_53 .top_skill_32 svg {
    height: 60px;
    width: auto;
}

header .top_learn_60 .top_guide_60::before,
header .top_learn_60 .top_guide_60::after {
    height: 70%;
    content: "";
    top: 15%;
    width: 2px;
    background: rgb(216,189,176,0.5);
    position: absolute;
}

header .top_learn_60 .top_guide_60::before {
    left: 0;
}

header .top_learn_60 .top_guide_60::after {
    right: 0;
}

header .top_learn_60 .top_guide_60 .head_section_47:not(:last-child)::after {
    top: 20%;
    right: 0;
    background: rgb(190,163,148,0.5);
    content: "";
    width: 1px;
    position: absolute;
    height: 60%;
}

header .top_learn_60 .top_guide_60 .head_section_47 a:hover {
    color: rgb(216,189,176);
}

header .top_learn_60 .top_guide_60 .head_section_47 a::before {
    bottom: 5px;
    width: 100%;
    left: 0;
    transition: transform 0.3s ease;
    position: absolute;
    content: "";
    transform: scaleX(0);
    background: rgb(190,163,148);
    height: 2px;
}

.course_program_info_56 {
    position: relative;
    min-height: 100vh;
    background-color: rgb(242,225,215);
    display: flex;
    overflow: hidden;
    flex-direction: column;
}

.course_program_info_56 .program_guide_87 {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.course_program_info_56 .program_guide_87:hover .training_track_19 {
    animation-play-state: paused;
}

.course_program_info_56 .coding_expert_73 {
    height: 100%;
    position: relative;
    width: calc(100% / 5);
}

.course_program_info_56 .container {
    position: relative;
    padding-bottom: 80px;
    z-index: 3;
    margin-top: auto;
}

.course_program_info_56 .lesson_route_35::before,
.course_program_info_56 .lesson_route_35::after {
    position: absolute;
    z-index: -1;
    opacity: 0.3;
    background: rgb(216,189,176);
    border-radius: 50%;
    content: "";
}

.course_program_info_56 .lesson_route_35::before {
    width: 300px;
    right: -150px;
    height: 300px;
    top: -150px;
}

.course_program_info_56 .lesson_route_35 h3 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
    font-size: 44px;
    position: relative;
    text-align: center;
}

.course_program_info_56 .lesson_route_35 .connect_widget_03 {
    width: 200px;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    transition: all 0.3s ease;
    background: rgb(216,189,176);
    padding: 15px 0;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
}

.course_program_info_56 .lesson_route_35 .connect_widget_03:hover {
    color: #ffffff;
}

.find_support_16 {
    background: linear-gradient(135deg, rgb(242,225,215) 0%, rgba(255,255,255,0.95) 100%);
    padding: 5rem 0;
    position: relative;
    perspective: 1000px;
    overflow: hidden;
}

.find_support_16::after {
    background: radial-gradient(circle, rgb(190,163,148,0.5) 0%, transparent 70%);
    opacity: 0.2;
    mix-blend-mode: multiply;
    bottom: -5%;
    z-index: 0;
    filter: blur(40px);
    position: absolute;
    height: 70%;
    pointer-events: none;
    width: 70%;
    content: "";
    right: -10%;
}

.find_support_16 .get_contact_21:hover {
    transform: translateZ(20px) rotateX(0deg);
    box-shadow: 
        0 30px 70px -15px rgba(0,0,0,0.2),
        0 8px 20px -3px rgba(0,0,0,0.15);
}

.find_support_16 .get_contact_21::before {
    height: 5px;
    background: linear-gradient(90deg, 
        rgb(216,189,176) 0%, 
        rgb(190,163,148) 50%, 
        rgb(216,189,176) 100%);
    content: "";
    right: 0;
    animation: shimmer 3s infinite linear;
    position: absolute;
    background-size: 200% 100%;
    left: 0;
    z-index: 1;
    top: 0;
}

.find_support_16 h3::after {
    width: 60px;
    bottom: -10px;
    position: absolute;
    transform: scaleX(0);
    height: 3px;
    content: "";
    transform-origin: left;
    animation: growLine 1s 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    left: 0;
    background: rgb(190,163,148);
}

.find_support_16 h5 {
    transform: translateY(20px);
    margin-bottom: 0.5rem;
    font-weight: 600;
    opacity: 0;
    font-size: 20px;
    align-items: center;
    animation: fadeUp 0.8s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    display: flex;
    color: #000000;
}

.find_support_16 h5:hover svg {
    transform: translateY(0) scale(1.1);
}

.find_support_16 .edu_guide_71 li {
    transition: transform 0.3s ease;
    transform-origin: left;
    position: relative;
}

.find_support_16 .edu_guide_71 li:hover {
    transform: scale(1.03);
}

.find_support_16 .reach_team_18 {
    border: 1px solid rgba(rgb(216,189,176,0.5), 0.1);
    box-shadow: 0 4px 10px -5px rgba(0,0,0,0.1);
    text-decoration: none;
    align-items: center;
    padding: 1rem;
    font-weight: 600;
    color: rgb(216,189,176);
    background: linear-gradient(135deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.3) 100%);
    transition: all 0.3s ease;
    border-radius: 10px;
    display: flex;
}

.find_support_16 .reach_team_18:hover svg {
    transform: translateY(-3px) rotate(-5deg);
}

.find_support_16 .reach_team_18:hover svg path {
    fill: rgb(190,163,148);
}

.client_opinions_70 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgb(242,225,215), #ffffff);
    padding: 100px 0;
}

.client_opinions_70::after {
    position: absolute;
    background: 
        linear-gradient(45deg, rgb(216,189,176,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(216,189,176,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(216,189,176,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(216,189,176,0.5) 75%);
    background-size: 100px 100px;
    z-index: 0;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    top: 0;
    opacity: 0.03;
}

.client_opinions_70 h4::after {
    width: 12px;
    border-radius: 50%;
    left: 50%;
    position: absolute;
    height: 12px;
    transform: translateX(-50%);
    content: "";
    bottom: -20px;
    background: rgb(216,189,176);
}

.client_opinions_70 .alumni_voices_15 {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 26px;
    backdrop-filter: blur(10px);
    z-index: 1;
    margin: 0 20px 40px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-backdrop-filter: blur(10px);
    cursor: pointer;
    height: 120px;
    width: calc(33.33% - 40px);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    position: relative;
}

.client_opinions_70 .alumni_voices_15::after {
    transition: all 0.4s ease;
    opacity: 0.3;
    border-radius: 50%;
    content: "";
    z-index: 0;
    position: absolute;
    right: 15px;
    height: 30px;
    width: 30px;
    border: 2px solid rgb(216,189,176,0.5);
    top: 15px;
}

.client_opinions_70 .alumni_voices_15:hover .article_photo_27 {
    border-color: rgb(216,189,176,0.5);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
    transform: scale(1.1);
}

.client_opinions_70 .alumni_voices_15:hover span {
    margin-top: 15px;
    color: rgb(216,189,176);
    white-space: normal;
    margin-left: 20px;
}

.client_opinions_70 .alumni_voices_15 p {
    -webkit-line-clamp: 5;
    opacity: 0;
    max-height: 0;
    transition: all 0.5s ease;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
    margin: 0 20px;
    font-size: 17px;
    display: -webkit-box;
    color: #000000;
}

.client_opinions_70 .alumni_voices_15:nth-child(3n+2) {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(rgb(216,189,176,0.5), 0.05) 100%
    );
}

.register_now_82 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(216,189,176), rgb(190,163,148));
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.register_now_82::after {
    opacity: 0.2;
    background: rgb(190,163,148);
    z-index: 1;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    height: 150px;
    content: "";
    bottom: -20px;
    transform: rotate(15deg);
    right: -20px;
    width: 150px;
}

.register_now_82 h6 {
    line-height: 1.6;
    margin-bottom: 2.5rem;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 18px;
    transform: translateY(-5px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    text-align: center;
    font-weight: 700;
    max-width: 800px;
}

.register_now_82 div div span::before {
    content: "";
    background: #ffffff;
    height: 20px;
    opacity: 0.2;
    border-radius: 50%;
    top: -10px;
    transform: scale(0);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: -10px;
    position: absolute;
    width: 20px;
}

.register_now_82 .connect_widget_03::before {
    position: absolute;
    transition: opacity 0.5s ease;
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, rgb(216,189,176,0.5), rgb(190,163,148,0.5));
    width: 100%;
    opacity: 0;
    z-index: 1;
    content: "";
    top: 0;
}

.register_now_82 .connect_widget_03:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.register_now_82 .connect_widget_03:active {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}

.trackingSettingsPopup_74 {
    position: fixed;
    border-top: 3px solid rgb(216,189,176);
    transition: transform 0.3s ease-in-out;
    z-index: 90;
    width: 100%;
    background: rgb(242,225,215);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
}

.policy_ack_89 svg:hover {
    fill: rgb(190,163,148);
}

.privacy_cookies_36 {
    flex-grow: 1;
    color: #000000;
    margin-right: 15px;
}

.trackingSettingsPopup_74 p {
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-size: 17px;
    color: #000000;
}

.privacy_opt_29:hover {
    background: rgb(190,163,148);
    box-shadow: 0 0 10px rgb(190,163,148,0.5);
}

#confirm_usage_of_cookies_45 {
    background: rgb(216,189,176);
}

#refuse_cookie_collection_58 {
    background: rgba(0, 0, 0, 0.5);
}

.trackingSettingsPopup_74 p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(216,189,176);
}

#cookie_alert_modal_61:checked ~ .trackingSettingsPopup_74 {
    opacity: 0;
    visibility: hidden;
}



@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


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



@media (max-width: 991px) {.tyMessage_97 {
    padding: 3rem 0;
}.tyMessage_97 .creds_sect_52 {
    padding: 2.5rem;
}.tyMessage_97 h5 {
    font-size: calc(22px - 2px);
}
}



@media (max-width: 576px) {.tyMessage_97 {
    padding: 2rem 0;
}.tyMessage_97 .creds_sect_52 {
    transform: none;
    padding: 1.5rem;
    border-radius: 10px;
}.tyMessage_97 h5 {
    font-size: calc(22px - 6px);
}.tyMessage_97 .creds_sect_52 > div:first-child::after {
    height: 2px;
    width: 60px;
}.tyMessage_97 .creds_sect_52:hover > div:first-child::after {
    width: 90px;
}.tyMessage_97 h5::before {
    font-size: 10px;
    height: 20px;
    width: 20px;
}.tyMessage_97 p {
    line-height: 1.6;
    font-size: calc(17px - 2px);
}}



@media (min-width: 992px) {.company_info_71 .container {
    padding: 0 40px;
}.company_info_71 .pro_training_81 {
    padding: 40px;
}.company_info_71 .expert_learning_53 {
    padding: 40px 35px;
}.company_info_71 .expert_learning_53 div {
    max-height: 500px;
    line-height: 1.8;
}
}



@media (hover: none) {.company_info_71 h1:hover,
    .company_info_71 .expert_learning_53:hover,
    .company_info_71 .pro_training_81:hover {
    transform: none;
}.company_info_71 .expert_learning_53:hover::before {
    height: 70px;
}.company_info_71 .expert_learning_53:hover h4 {
    transform: translateX(5px);
}}



@media (max-width: 768px) {.statistical_summary_41 {
    padding: 4rem 1rem;
}.statistical_summary_41 h3 {
    margin-bottom: 2.5rem;
    font-size: calc(37px * 0.9);
}.statistical_summary_41 ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.statistical_summary_41 .statistics_pros_17 {
    padding: 1.75rem 1rem;
}
}



@media (min-width: 993px) {.training_structure_16 .creds_sect_52:hover::before,
    .training_structure_16 .creds_sect_52:hover::after {
    animation-play-state: paused;
}.training_structure_16 .creds_sect_52:hover h3,
    .training_structure_16 .creds_sect_52:hover span {
    transform: translateY(0);
    transition: transform 0.5s ease;
}
}



@media (max-width: 768px) {.training_structure_16 .container {
    padding: 3rem 1.2rem;
}.training_structure_16 .creds_sect_52 {
    gap: 2rem;
    padding: 1.5rem 0;
}.training_structure_16 h3 {
    font-size: calc(30px * 0.8);
    padding: 0.8rem 1.5rem;
    max-width: 100%;
}.training_structure_16 span {
    width: 100%;
    padding: 1.5rem;
    font-size: calc(13px * 0.9);
}
}



@media (max-width: 576px) {.training_structure_16 .container {
    padding: 2.5rem 1rem;
}.training_structure_16 .creds_sect_52 {
    padding: 1rem 0;
    gap: 1.5rem;
}.training_structure_16 h3 {
    padding: 0.7rem 1.2rem;
    font-size: calc(30px * 0.7);
}.training_structure_16 span {
    padding: 1.2rem;
    line-height: 1.6;
    font-size: calc(13px * 0.85);
}.training_structure_16 .creds_sect_52::before,
    .training_structure_16 .creds_sect_52::after {
    border-width: 1px;
}}



@media (min-width: 992px) {.course_rewards_63 {
    padding: 180px 0 150px;
}.course_rewards_63 h5 {
    font-size: calc(18px * 1.3);
}.course_rewards_63 .creds_sect_52 {
    gap: 80px;
    padding: 70px;
}.course_rewards_63 .creds_sect_52 > div:first-child {
    flex: 0 0 40%;
    max-width: 40%;
}.course_rewards_63 .text_box_wrapper_63 {
    flex: 0 0 55%;
}.course_rewards_63 .creds_sect_52:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1200px) rotateY(-1deg);
}
}



@media screen and (max-width: 1024px) {.get_in_touch_57 .connect_reach_76 {
    max-width: 800px;
}.get_in_touch_57 .reach_map_03 {
    padding: 40px;
}
}



@media screen and (max-width: 768px) {.get_in_touch_57 {
    padding: 80px 0 60px;
}.get_in_touch_57 .connect_reach_76 {
    grid-template-columns: 1fr;
}.get_in_touch_57 .article_photo_27 {
    min-height: 300px;
    order: 1;
    clip-path: none;
}.get_in_touch_57 .reach_map_03 {
    padding: 40px 30px;
    order: 2;
}.get_in_touch_57 .reach_map_03::before {
    right: 0;
    width: 100%;
    height: 6px;
    top: 0;
    background: linear-gradient(to right, rgb(216,189,176), rgb(190,163,148));
}.get_in_touch_57 h2 {
    margin-bottom: 40px;
}
}



@media (min-width: 768px) {.title_portal_05 .learning_page_23 {
    grid-template-columns: 0.4fr 0.6fr;
    grid-gap: 3rem;
}.title_portal_05 .learning_page_23 > div:first-child {
    display: flex;
    align-items: center;
}.title_portal_05 .learning_page_23 p {
    font-size: calc(18px * 1.3);
}.title_portal_05 .expert_learnings_31 > div {
    min-height: 500px;
}.title_portal_05 .title_style_header {
    font-size: calc(40px * 1.2);
}.title_portal_05 .expert_learnings_31 h3 {
    max-width: 80%;
    font-size: calc(20px * 1.2);
}
}



@media (max-width: 480px) {.title_portal_05 {
    padding: 3rem 1rem;
}.title_portal_05 .learning_page_23 {
    width: 95%;
}.title_portal_05 .learning_page_23 > div:first-child {
    padding: 1rem;
}.title_portal_05 .learning_page_23 p {
    font-size: 18px;
    max-width: 100%;
}.title_portal_05 .expert_learnings_31 > div {
    padding: 1.5rem;
    min-height: 350px;
}.title_portal_05 .title_style_header {
    font-size: calc(33px * 0.9);
}.title_portal_05 .expert_learnings_31 h3 {
    font-size: calc(19px * 1.1);
    max-width: 100%;
}}



@media (max-width: 576px) {.education_history_21 {
    padding: 5rem 0;
}.education_history_21 .alumni_voices_15 {
    padding: 1.5rem;
}.education_history_21 .article_photo_27 {
    height: 250px;
}.education_history_21 .name {
    font-size: 23px;
}.education_history_21 .alumni_voices_15 span:not(.name) {
    font-size: 13px;
    margin-top: 3rem;
    padding: 0.6rem 1rem;
}.education_history_21 .work_explore_96 {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
    padding: 1.5rem;
}}



@media (min-width: 768px) {.price_set_93 .cost_breakdown_03 {
    grid-template-columns: repeat(2, 1fr);
}.price_set_93 .learning_package_74 {
    height: 100%;
}.price_set_93 .article_photo_27 {
    height: 240px;
}
}



@media (min-width: 1200px) {.price_set_93 .cost_breakdown_03 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.price_set_93 .value_rates_14 {
    padding: 40px;
}.price_set_93 .article_photo_27 {
    height: 260px;
}.price_set_93 .rate_choice_69:nth-child(odd) {
    transform: translateY(20px);
}.price_set_93 .rate_choice_69:nth-child(odd):hover {
    transform: translateY(12px);
}.price_set_93 .rate_choice_69:nth-child(even):hover {
    transform: translateY(-8px);
}
}



@media (max-width: 767px) {.price_set_93 {
    padding: 80px 0;
}.price_set_93 .discount_grid_83 {
    gap: 40px;
}.price_set_93 .value_pricing_98 h2 {
    font-size: calc(29px - 4px);
}.price_set_93 .article_photo_27 {
    height: 200px;
}.price_set_93 .value_rates_14 {
    padding: 25px;
}.price_set_93 .trial_rates_94 {
    font-size: 1.5rem;
}}



@media (max-width: 768px) {.privacy_stronghold_91 {
    padding: 3rem 0;
}.privacy_stronghold_91 .container {
    padding: 0 1.5rem;
}.privacy_stronghold_91 h1 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.85);
}.privacy_stronghold_91 h1::after {
    width: 60px;
}.privacy_stronghold_91 h2 {
    margin: 2.5rem 0 1.25rem;
}.privacy_stronghold_91 h3 {
    margin: 2rem 0 1rem;
}.privacy_stronghold_91 li {
    padding-left: 1.5rem;
}
}



@media (max-width: 991px) {.sample_docs_07 {
    padding: 60px 0 30px;
}.sample_docs_07 .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.sample_docs_07 .company_holder {
    padding-right: 0;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}.sample_docs_07 .company_holder::after {
    display: none;
}.sample_docs_07 .company_holder h3 {
    margin-right: auto;
    margin-left: auto;
}.sample_docs_07 .company_holder h3::after {
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
}.sample_docs_07 .app_store_13 {
    text-align: center;
    max-width: 100%;
}.sample_docs_07 .cloud_lab_35 {
    justify-content: center;
}
}



@media (max-width: 480px) {.sample_docs_07 {
    padding: 40px 0 20px;
}.sample_docs_07 .company_holder h3 {
    font-size: calc(34px * 0.8);
}.sample_docs_07 .app_store_13 {
    font-size: calc(18px * 0.9);
}.about_learn_72 .code_labs_39 {
    font-size: calc(15px * 0.9);
}}



@media (max-width: 991px) {.sample_docs_07 .company_holder::before {
    background: linear-gradient(90deg, 
            transparent, 
            rgb(216,189,176,0.5), 
            transparent);
    left: 50%;
    transform: translateX(-50%);
}}



@media (max-width: 991px) {.sample_docs_07 .company_holder h3::before {
    display: none;
}}



@media (min-width: 993px) {header .top_learn_60 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 15px 30px;
}header .top_learn_60 .top_guide_60 {
    padding: 20px 10px 10px;
}
}



@media (max-width: 767px) {header .top_learn_60 .top_guide_60 {
    justify-content: center;
    flex-wrap: wrap;
}header .top_learn_60 .top_guide_60 .head_section_47 {
    margin: 3px 0;
}header .top_learn_60 .top_guide_60 .head_section_47:not(:last-child)::after {
    display: none;
}}



@media (max-width: 992px) {.course_program_info_56 {
    min-height: 100vh;
}.course_program_info_56 .container {
    padding-bottom: 60px;
}.course_program_info_56 .lesson_route_35 {
    padding: 40px 30px;
}.course_program_info_56 .lesson_route_35 h3 {
    font-size: calc(30px * 1.1);
}
}



@media (max-width: 576px) {.course_program_info_56 {
    padding-top: 45vh;
}.course_program_info_56 .program_guide_87 {
    height: 45vh;
}.course_program_info_56 .container {
    padding-bottom: 40px;
}.course_program_info_56 .lesson_route_35 {
    padding: 25px 20px;
}.course_program_info_56 .lesson_route_35 h3 {
    font-size: calc(21px * 1.1);
    margin-bottom: 15px;
}.course_program_info_56 .lesson_route_35 p {
    margin-bottom: 25px;
}.course_program_info_56 .lesson_route_35 .connect_widget_03 {
    padding: 12px 0;
}}



@media (min-width: 992px) {.find_support_16 {
    padding: 7rem 0;
}.find_support_16 .get_contact_21 {
    padding: 4rem;
    grid-template-columns: 1fr 1fr 1fr;
}.find_support_16 .get_contact_21 > div:first-of-type {
    grid-column: 1 / 3;
}.find_support_16 .edu_guide_71 {
    grid-template-columns: repeat(3, 1fr);
}
}



@media (max-width: 1200px) {.client_opinions_70 .alumni_voices_15 {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
}
}



@media (max-width: 992px) {.client_opinions_70 .alumni_voices_15 {
    height: 100px;
}.client_opinions_70 .alumni_voices_15:hover {
    height: 250px;
}.client_opinions_70 .article_photo_27 {
    margin: 20px 15px;
    height: 60px;
    width: 60px;
}.client_opinions_70 .alumni_voices_15 span {
    font-size: 17px;
    margin-top: 32px;
}
}



@media (min-width: 768px) {.register_now_82 {
    padding: 6rem 0;
}.register_now_82 .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transform: perspective(1200px) rotateX(1deg);
}.register_now_82 h6 {
    margin-right: 2rem;
    max-width: 60%;
    transform: translateY(0);
    text-align: left;
    margin-bottom: 0;
}.register_now_82 div div {
    transform: translateY(0);
}
}



@media (min-width: 992px) {.register_now_82 {
    padding: 7rem 0;
}.register_now_82::before {
    left: -30%;
    top: -30%;
}.register_now_82::after {
    width: 200px;
    right: -30px;
    bottom: -30px;
    height: 200px;
}.register_now_82 h6 {
    max-width: 65%;
    font-size: calc(18px * 1.1);
}.register_now_82 .connect_widget_03 {
    padding: 16px 42px;
}
}



@media (max-width: 480px) {.register_now_82 {
    padding: 3.5rem 0;
}.register_now_82 h6 {
    margin-bottom: 1.8rem;
    font-size: calc(18px * 0.85);
}.register_now_82 .connect_widget_03 {
    font-size: calc(19px * 0.9);
    padding: 10px 26px;
}}


@media only screen and (max-width: 800px) {.cookie_hide_30 {
    padding: 15px;
}.policy_ack_89 {
    display: none;
}.trackingSettingsPopup_74 h5 {
    font-size: 21px;
}.trackingSettingsPopup_74 p {
    font-size: 13px;
}}



@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, -15px) rotate(-5deg);
    }
}



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

@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}



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



@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) scale(1);
  }
}



@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}



@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}



@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0);
  }
}



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}



@keyframes carousel-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}



@keyframes slideRight {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes shimmer {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

