* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}header,footer {
    width: 100%;
}.donate_btn {
    flex: 0 0 auto;
}.top_pro {
    flex: 1 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    min-height: 100%;
}.wrap-container {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}.container {
    max-width: 100%;
    width: 1103px;
    margin: auto;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.title_board {
    display: flex;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(177,191,210,0.5), rgb(215,222,236));
    position: relative;
    justify-content: center;
    overflow: hidden;
}.title_board::before {
    width: 100%;
    pointer-events: none;
    height: 100%;
    content: "";
    top: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(137,160,184,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(177,191,210,0.5) 0%, transparent 40%);
    position: absolute;
    left: 0;
    z-index: 1;
}.title_board::after {
    transform: rotate(-15deg);
    background: rgb(255, 255, 255, 0.5);
    z-index: 0;
    position: absolute;
    width: 100%;
    filter: blur(60px);
    height: 100%;
    right: -50%;
    top: -50%;
    content: "";
}.title_board .start_welcome {
    border-radius: 11px;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    max-width: 1200px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 90%;
    padding: 3rem 2rem;
    backdrop-filter: blur(10px);
    gap: 3rem;
    box-shadow: 
    20px 20px 60px rgba(0, 0, 0, 0.1),
    -20px -20px 60px rgba(255, 255, 255, 0.1),
    inset 5px 5px 10px rgba(255, 255, 255, 0.05),
    inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    display: grid;
    z-index: 2;
    position: relative;
}.title_board .start_welcome:hover {
    transform: perspective(1000px) rotateX(0deg);
}.title_board h3 {
    opacity: 1;
    position: relative;
    color: #000000;
    max-width: 100%;
    font-size: calc(19px * 1.1);
    line-height: 1.4;
    padding-left: 1.5rem;
    transform: translateY(0);
    margin-bottom: 1.5rem;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    font-weight: 600;
}.title_board h3::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(177,191,210), rgb(137,160,184));
    height: calc(100% - 0.5em);
    content: "";
    width: 5px;
    top: 0.25em;
    left: 0;
    border-radius: 10px;
}.title_board h1 {
    letter-spacing: -0.02em;
    position: relative;
    line-height: 1.2;
    transform: translateX(0);
    font-size: 42px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: rgb(177,191,210);
}.title_board h1::after {
    border-radius: 10px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(177,191,210), rgb(137,160,184));
    width: 80px;
    bottom: -0.5rem;
    transform-origin: left;
    height: 4px;
    transform: scaleX(0.7);
    left: 0;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.title_board h1:hover::after {
    transform: scaleX(1);
}.title_board .learn_lab {
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}.title_board .learn_lab > div {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
    overflow: hidden;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -10px -10px 30px rgba(255, 255, 255, 0.1);
    border-radius: 11px;
}.title_board .learn_lab > div::before {
    z-index: 1;
    background: linear-gradient(135deg, rgb(177,191,210,0.5), transparent);
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    mix-blend-mode: overlay;
    content: "";
    position: absolute;
}.title_board .learn_lab > div:hover {
    transform: translateY(-5px);
    box-shadow: 
    15px 15px 40px rgba(0, 0, 0, 0.15),
    -15px -15px 40px rgba(255, 255, 255, 0.15);
}.title_board p {
    background: rgba(0, 0, 0, 0.4);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin: 0;
    position: relative;
    padding: 2.5rem;
    line-height: 1.6;
    backdrop-filter: blur(3px);
    font-size: calc(13px * 1.1);
    color: #ffffff;
    z-index: 2;
}

@media (min-width: 768px) {.title_board .start_welcome {
    padding: 4rem;
    transform: perspective(1500px) rotateX(3deg) rotateY(-2deg);
    gap: 2rem;
    grid-template-columns: 0.8fr 1.2fr;
}.title_board .start_welcome:hover {
    transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
}.title_board h3 {
    padding-left: 2rem;
    opacity: 0.8;
    font-size: calc(19px * 1.2);
    transform: translateY(2rem);
}.title_board .start_welcome:hover h3 {
    opacity: 1;
    transform: translateY(0);
}.title_board h3::before {
    width: 8px;
    border-radius: 10px;
}.title_board h1 {
    transform: translateX(-2rem);
    font-size: calc(42px * 1.1);
}.title_board .start_welcome:hover h1 {
    transform: translateX(0);
}.title_board h1::after {
    width: 100px;
    height: 6px;
}.title_board p {
    padding: 3rem;
    font-size: calc(13px * 1.2);
}
}

@media (min-width: 992px) {.title_board .start_welcome {
    grid-template-columns: 0.7fr 1.3fr;
    padding: 5rem;
    gap: 4rem;
}.title_board h3 {
    font-size: calc(19px * 1.3);
}.title_board h1 {
    letter-spacing: -0.03em;
    font-size: calc(42px * 1.2);
}.title_board p {
    font-size: calc(13px * 1.3);
}.title_board .learn_lab > div {
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.7s ease;
    will-change: transform, box-shadow;
}
}

@media (min-width: 1200px) {.title_board {
    background-size: 300% 300%;
    animation: gradientAnimation 15s ease infinite;
    background: linear-gradient(150deg, rgb(177,191,210,0.5), rgb(215,222,236), rgb(137,160,184,0.5));
}@keyframes gradientAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }
  
  .title_board .start_welcome {
    transform: perspective(2000px) rotateX(4deg) rotateY(-3deg);
}.title_board .start_welcome:hover {
    transform: perspective(2000px) rotateX(0) rotateY(0);
}.title_board .learn_lab {
    transform: translateY(20px);
    opacity: 0.9;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s ease;
}.title_board .start_welcome:hover .learn_lab {
    opacity: 1;
    transform: translateY(0);
}}.pricing_wrapper {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.pricing_wrapper::before {
    z-index: 1;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    left: 0;
    bottom: 0;
    content: "";
    right: 0;
}.pricing_wrapper .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.pricing_wrapper .fee_plan {
    position: relative;
}.pricing_wrapper h2 {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    transform: perspective(1000px) translateZ(0);
    margin-bottom: 20px;
}.pricing_wrapper h2::after {
    position: absolute;
    bottom: -10px;
    background: rgb(177,191,210);
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    content: "";
    left: 50%;
}.pricing_wrapper .fee_board {
    line-height: 1.6;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
    font-size: 14px;
    color: rgb(255, 255, 255, 0.5);
}.pricing_wrapper .cost_matrix {
    gap: 30px;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    display: grid;
    margin: 0;
}.pricing_wrapper .cost_matrix li {
    perspective: 1000px;
    transform-style: preserve-3d;
}.pricing_wrapper .pricing_schemes {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    display: block;
    text-decoration: none;
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(177,191,210);
    overflow: hidden;
}.pricing_wrapper .pricing_schemes:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px) scale(1.02);
}.pricing_wrapper .pricing_schemes::before {
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(45deg, transparent 0%, rgba(rgb(177,191,210), 0.05) 100%);
    z-index: -1;
    height: 100%;
    content: "";
}.pricing_wrapper .value_deals {
    height: 100%;
    padding: 35px 25px;
}.pricing_wrapper .fee_options {
    position: relative;
    flex-direction: column;
    height: 100%;
    z-index: 2;
    display: flex;
}.pricing_wrapper .fee_options h4 {
    overflow-wrap: break-word;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    padding-bottom: 15px;
    margin: 0 0 20px;
    font-size: calc(22px * 1.2);
    word-break: break-word;
}.pricing_wrapper .fee_options h4::after {
    height: 2px;
    content: "";
    transition: width 0.3s ease;
    width: 40px;
    position: absolute;
    left: 0;
    background: rgb(177,191,210);
    bottom: 0;
}.pricing_wrapper .pricing_schemes:hover .fee_options h4::after {
    width: 60px;
}.pricing_wrapper .fee_options p {
    line-height: 1.6;
    max-height: 250px;
    word-break: break-word;
    scrollbar-width: thin;
    flex-grow: 1;
    margin: 0 0 25px;
    color: rgb(255, 255, 255, 0.5);
    overflow-y: auto;
    overflow-wrap: break-word;
    scrollbar-color: rgb(177,191,210) transparent;
    font-size: 14px;
}.pricing_wrapper .fee_options p::-webkit-scrollbar {
    width: 4px;
}.pricing_wrapper .fee_options p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(177,191,210);
}.pricing_wrapper .rate_plans {
    transform: translateZ(10px);
    color: #ffffff;
    margin-top: auto;
    font-weight: 700;
    border-radius: 4px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, rgb(177,191,210) 0%, rgb(137,160,184) 100%);
    font-size: calc(22px * 1.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    align-self: flex-start;
    display: inline-block;
    padding: 10px 25px;
}.pricing_wrapper .pricing_schemes:hover .rate_plans {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateZ(20px) scale(1.05);
}

@media (max-width: 991px) {.pricing_wrapper {
    padding: 80px 0;
}.pricing_wrapper .cost_matrix {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.pricing_wrapper .value_deals {
    padding: 25px 20px;
}.pricing_wrapper .fee_options h4 {
    font-size: 22px;
}.pricing_wrapper .rate_plans {
    padding: 8px 20px;
    font-size: 22px;
}
}

@media (max-width: 767px) {.pricing_wrapper {
    padding: 60px 0;
}.pricing_wrapper h2 {
    font-size: calc(35px * 0.85);
}.pricing_wrapper .fee_board {
    font-size: calc(14px * 0.95);
    margin-bottom: 40px;
}.pricing_wrapper .cost_matrix {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing_wrapper .fee_options p {
    max-height: 180px;
}
}

@media (max-width: 480px) {.pricing_wrapper {
    padding: 50px 0;
}.pricing_wrapper h2 {
    font-size: calc(35px * 0.75);
}.pricing_wrapper .value_deals {
    padding: 20px 15px;
}.pricing_wrapper .fee_options h4 {
    font-size: calc(22px * 0.9);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.pricing_wrapper .fee_options p {
    max-height: 150px;
    font-size: calc(14px * 0.9);
    margin-bottom: 20px;
}.pricing_wrapper .rate_plans {
    font-size: calc(22px * 0.9);
    padding: 8px 15px;
}}footer {
    z-index: 1;
    perspective: 1000px;
    position: relative;
}footer::before {
    z-index: -2;
    bottom: 0;
    opacity: 0.9;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(137,160,184,0.5) 0%, rgb(177,191,210,0.5) 100%);
    right: 0;
    content: "";
}footer::after {
    content: "";
    z-index: -1;
    bottom: 0;
    right: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    left: 0;
    position: absolute;
}.donate_btn {
    padding: 5rem 0 2.5rem;
    position: relative;
    color: #ffffff;
}.donate_btn::before {
    width: 100%;
    background: repeating-linear-gradient(
        90deg,
        rgb(177,191,210) 0px,
        rgb(177,191,210) 40px,
        rgb(137,160,184) 40px,
        rgb(137,160,184) 80px
    );
    height: 20px;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}.donate_btn .container {
    justify-content: space-between;
    display: flex;
    gap: 4rem;
    position: relative;
    flex-wrap: wrap;
}.donate_btn .company_holder {
    transform: rotateX(5deg);
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    background: rgb(177,191,210,0.5);
    border-radius: 0;
    flex: 1 1 380px;
    border-bottom: 6px solid rgb(177,191,210);
    padding: 2rem;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    position: relative;
}.donate_btn .company_holder:hover {
    transform: rotateX(0deg);
}.donate_btn .company_holder h3 {
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0 0 1.5rem;
    font-weight: 700;
    transform: translateZ(20px);
    position: relative;
    font-size: 36px;
    display: inline-block;
}.donate_btn .company_holder h3::before {
    content: "";
    position: absolute;
    left: -10px;
    height: 30px;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    width: 30px;
    top: -10px;
}.donate_btn .company_holder h3::after {
    content: "";
    position: absolute;
    height: 30px;
    border-right: 3px solid #ffffff;
    right: -10px;
    width: 30px;
    border-bottom: 3px solid #ffffff;
    bottom: -10px;
}.donate_btn .proposal_cta {
    transform: translateZ(10px);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    font-size: 13px;
    padding: 1.5rem;
    line-height: 1.6;
    border-radius: 10px;
}.donate_btn .template_cta {
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
}.donate_btn .top_section {
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
}.donate_btn .nav_prime {
    transform: rotateX(-5deg);
    flex: 1 1 calc(50% - 1.5rem);
    position: relative;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    min-width: 220px;
}.donate_btn .nav_prime:hover {
    transform: rotateX(0deg);
}.donate_btn .nav_prime h5 {
    margin: 0 0 1.5rem;
    display: inline-block;
    font-weight: 600;
    padding: 1rem 1.5rem;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    font-size: 24px;
    transform: translateZ(15px);
    color: #ffffff;
    min-width: 200px;
    position: relative;
    background: rgb(137,160,184,0.5);
}.donate_btn .nav_prime h5::after {
    bottom: -5px;
    background: rgb(137,160,184);
    right: 0;
    left: 0;
    height: 5px;
    position: absolute;
    content: "";
}.donate_btn .nav_prime .top_section {
    gap: 1rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(5px);
    border-radius: 10px;
}.donate_btn .nav_prime .top_section a {
    position: relative;
    transform: translateZ(10px);
    padding: 0.7rem 1rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 13px;
    display: block;
    overflow: hidden;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}.donate_btn .nav_prime .top_section a::before {
    height: 100%;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    content: "";
}.donate_btn .nav_prime .top_section a:hover {
    background: rgb(137,160,184,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}.donate_btn .nav_prime .top_section a:hover::before {
    left: 100%;
}.edu_links {
    padding: 2rem 0;
    background: rgb(137,160,184,0.5);
    margin-top: 3rem;
    transform-style: preserve-3d;
    perspective: 1000px;
    position: relative;
}.edu_links::before {
    height: 20px;
    content: "";
    top: -20px;
    transform: rotateX(45deg);
    position: absolute;
    transform-origin: bottom;
    background: rgb(137,160,184);
    left: 0;
    width: 100%;
}.edu_links .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.edu_links .collab_space {
    color: #ffffff;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 0.8rem 2rem;
    transform: translateZ(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    font-size: 15px;
}

@media (max-width: 1200px) {.donate_btn .container {
    gap: 3rem;
}.donate_btn .company_holder {
    flex: 1 1 350px;
}.donate_btn .template_cta {
    min-width: 350px;
    flex: 1 1 calc(100% - 430px);
}.donate_btn .top_section {
    gap: 2rem;
}
}

@media (max-width: 992px) {.donate_btn {
    padding: 4rem 0 2rem;
}.donate_btn .container {
    flex-direction: column;
    gap: 3rem;
}.donate_btn .company_holder,
    .donate_btn .template_cta {
    flex: 1 1 100%;
    min-width: 100%;
}.donate_btn .nav_prime {
    min-width: 220px;
    flex: 1 1 calc(50% - 1.5rem);
}.donate_btn .company_holder,
    .donate_btn .nav_prime {
    transform: none;
}
}

@media (max-width: 768px) {.donate_btn {
    padding: 3.5rem 0 1.5rem;
}.donate_btn .top_section {
    gap: 1.5rem;
}.donate_btn .company_holder h3 {
    font-size: calc(36px - 2px);
}.donate_btn .company_holder h3::before,
    .donate_btn .company_holder h3::after {
    width: 20px;
    height: 20px;
}.edu_links {
    margin-top: 2rem;
}.edu_links::before {
    height: 15px;
    top: -15px;
}
}

@media (max-width: 576px) {.donate_btn {
    padding: 3rem 0 1rem;
}.donate_btn .nav_prime {
    min-width: 100%;
    flex: 1 1 100%;
}.donate_btn .top_section {
    gap: 0.7rem;
}.donate_btn .nav_prime .top_section a {
    padding: 0.6rem 0.8rem;
}.edu_links {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.edu_links::before {
    display: none;
}
}

@media (max-width: 420px) {.donate_btn::before {
    height: 10px;
}.donate_btn .company_holder h3::before,
    .donate_btn .company_holder h3::after {
    display: none;
}.donate_btn .nav_prime h5 {
    min-width: auto;
    width: 100%;
}.edu_links .collab_space {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.program_information {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(145deg, rgb(215,222,236) 0%, rgb(177,191,210,0.5) 100%);
    overflow: hidden;
}.program_information::before {
    top: 0;
    opacity: 0.04;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(177,191,210,0.5),
        rgb(177,191,210,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
}.program_information .container {
    z-index: 2;
    position: relative;
}.program_information .job_ready {
    position: relative;
    grid-template-columns: 1fr;
    gap: 0;
    display: grid;
}.program_information .caption_holder {
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
    position: relative;
    border-radius: 22px;
    padding: 2.5rem;
    transform: translateY(0);
    z-index: 3;
}.program_information .caption_holder:hover {
    transform: translateY(-10px);
}.program_information .caption_holder::before {
    opacity: 0.6;
    top: -4rem;
    width: 8rem;
    height: 8rem;
    content: "";
    background: rgb(137,160,184,0.5);
    border-radius: 50%;
    right: 3rem;
    position: absolute;
    z-index: -1;
}.program_information .caption_holder h2 {
    font-size: 38px;
    display: inline-block;
    animation: fadeInUp 0.8s ease forwards;
    position: relative;
    font-weight: 700;
    margin-bottom: 2rem;
    color: rgb(177,191,210);
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.program_information .caption_holder h2::after {
    transition: width 0.4s ease;
    background: rgb(137,160,184);
    position: absolute;
    height: 4px;
    bottom: -10px;
    content: "";
    width: 3rem;
    left: 0;
    border-radius: 10px;
}.program_information .caption_holder:hover h2::after {
    width: 100%;
}.program_information .caption_holder .description {
    animation: fadeInUp 0.8s ease forwards;
    padding-left: 1rem;
    color: #000000;
    font-size: 13px;
    position: relative;
    opacity: 0;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    animation-delay: 0.2s;
}.program_information .caption_holder .description:last-of-type {
    margin-bottom: 0;
    font-weight: 600;
    animation-delay: 0.4s;
}.program_information .caption_holder .description::before {
    height: 4px;
    left: 0;
    content: "";
    border-radius: 50%;
    top: 0.5rem;
    position: absolute;
    width: 4px;
    background: rgb(137,160,184);
}.program_information .post_image {
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    z-index: 2;
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg);
    height: 320px;
    margin-top: -2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    transition: transform 0.5s ease;
    position: relative;
}.program_information .post_image:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}.program_information .post_image::after {
    content: "";
    height: 100%;
    top: 0;
    background: linear-gradient(
        to bottom right,
        rgb(177,191,210,0.5) 0%,
        transparent 40%
    );
    left: 0;
    position: absolute;
    width: 100%;
}

@media (min-width: 768px) {.program_information .job_ready {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
}.program_information .caption_holder {
    margin-right: -4rem;
    align-self: center;
    grid-column: 1 / 2;
}.program_information .post_image {
    transform: perspective(1000px) rotateX(8deg) rotateY(-8deg);
    height: 400px;
    margin-top: 0;
    grid-column: 2 / 3;
}.program_information .post_image::before {
    height: 20px;
    position: absolute;
    opacity: 0.4;
    width: 60%;
    filter: blur(15px);
    background: rgb(137,160,184);
    content: "";
    left: 20px;
    bottom: -20px;
    z-index: -1;
}
}

@media (min-width: 992px) {.program_information .job_ready {
    grid-template-columns: 1.2fr 0.8fr;
}.program_information .caption_holder {
    padding: 3rem;
}.program_information .post_image {
    margin-top: 3rem;
    height: 450px;
}.program_information .caption_holder::after {
    content: "";
    height: 6rem;
    width: 6rem;
    border-radius: 50%;
    left: 25%;
    background: rgb(177,191,210,0.5);
    z-index: -1;
    position: absolute;
    bottom: -3rem;
    opacity: 0.4;
}
}

@media (max-width: 767px) {.program_information {
    padding: 4rem 0;
}.program_information .post_image {
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
    margin-bottom: 2rem;
}}header {
    overflow: visible;
    width: 100%;
    z-index: 99;
    background: linear-gradient(135deg, rgb(177,191,210,0.5) 0%, rgb(137,160,184) 100%);
    position: relative;
}header::before {
    left: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(145deg, rgb(137,160,184,0.5) 0%, transparent 70%);
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
}header .top_guide {
    position: relative;
    flex-direction: row;
    align-items: center;
    z-index: 5;
    padding: 20px 15px;
    justify-content: space-between;
    display: flex;
    transform: none;
}header .top_guide .site_main {
    margin-right: 10px;
    transform: translateX(0);
    transition: transform 0.4s ease;
}header .top_guide .site_main:hover {
    transform: scale(1.05);
}header .top_guide .site_main .header_bar {
    display: inline-block;
}header .top_guide .site_main .header_bar svg {
    width: auto;
    height: 50px;
}header .top_guide .nav_prime {
    border-radius: 15px;
    position: relative;
    margin: 0;
    list-style: none;
    display: flex;
    padding: 0;
    padding: 20px 30px;
    background: rgba(0, 0, 0, 0.5);
    transform: none;
    flex-wrap: wrap;
}header .top_guide .nav_prime::before {
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 15px;
    top: 0;
    left: 0;
    height: 100%;
    transform: rotate(-2deg) scale(1.03);
    z-index: -1;
}header .top_guide .nav_prime .top_expert {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 12px;
}header .top_guide .nav_prime .top_expert:hover {
    transform: translateY(-3px) scale(1.05);
}header .top_guide .nav_prime .top_expert a {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    padding: 8px 5px;
    font-weight: 600;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
}header .top_guide .nav_prime .top_expert a::after {
    height: 2px;
    bottom: 0;
    content: "";
    transition: transform 0.4s ease;
    transform: translateX(-100%);
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(137,160,184), transparent);
}header .top_guide .nav_prime .top_expert:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .top_guide {
    align-items: center;
    flex-direction: column;
}header .top_guide .site_main {
    margin-bottom: 15px;
    margin-right: 0;
}header .top_guide .nav_prime {
    justify-content: center;
    width: 100%;
    padding: 15px;
}header .top_guide .nav_prime .top_expert {
    margin: 5px 15px 5px 0;
}header .top_guide .nav_prime .top_expert a {
    padding: 5px;
    font-size: calc(12px - 2px);
}}.tyWrap {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(215,222,236), #ffffff);
    position: relative;
    padding: 120px 0;
}.tyWrap::before {
    content: "";
    position: absolute;
    opacity: 0.2;
    top: 0;
    background-size: 60px 60px;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(137,160,184,0.5) 49.5%, rgb(137,160,184,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(137,160,184,0.5) 49.5%, rgb(137,160,184,0.5) 50.5%, transparent 50.5%);
    z-index: 1;
    height: 100%;
    animation: movePattern 40s linear infinite;
    left: 0;
}.tyWrap::after {
    opacity: 0.1;
    content: "";
    background: linear-gradient(120deg, rgb(177,191,210,0.5) 10%, transparent 80%);
    z-index: 0;
    height: 200%;
    top: -50%;
    right: -20%;
    width: 70%;
    transform: rotate(25deg);
    position: absolute;
}.tyWrap .container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    perspective: 1000px;
    padding: 0 20px;
    transform-style: preserve-3d;
}.tyWrap h2 {
    margin-bottom: 40px;
    font-weight: 600;
    color: #000000;
    animation: fadeSlideIn 0.8s ease-out forwards;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    position: relative;
    font-size: 31px;
    line-height: 1.4;
    transform: translateZ(20px);
}.tyWrap h2::after {
    transform-origin: left;
    animation: expandLine 0.6s 0.4s forwards ease-out;
    background: linear-gradient(90deg, rgb(177,191,210), rgb(137,160,184));
    left: 0;
    height: 3px;
    transform: scaleX(0);
    content: "";
    position: absolute;
    bottom: -16px;
    width: 80px;
}.tyWrap .pro_study {
    padding: 35px 40px 30px;
    border-left: 4px solid rgb(137,160,184);
    position: relative;
    background: #ffffff;
    transform: translateZ(10px) translateY(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    opacity: 0;
}.tyWrap .pro_study::before {
    border-radius: 50%;
    height: 100px;
    background: linear-gradient(135deg, rgb(137,160,184,0.5) 30%, transparent 70%);
    right: 20px;
    opacity: 0.15;
    position: absolute;
    width: 100px;
    transform: translateZ(-5px);
    content: "";
    top: 20px;
}.tyWrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.tyWrap li {
    position: relative;
    padding-left: 25px;
}.tyWrap li::before {
    height: 8px;
    content: "";
    animation: pulse 3s infinite;
    opacity: 0.9;
    left: 0;
    background: rgb(177,191,210);
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    width: 8px;
}.tyWrap li span {
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    display: block;
    color: #000000;
}

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

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateZ(10px) translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateZ(10px) translateY(10px);
    }
}

@keyframes expandLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.2);
    }
}

@keyframes movePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 1200px) {.tyWrap {
    padding: 100px 0;
}.tyWrap h2 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 992px) {.tyWrap {
    padding: 80px 0;
}.tyWrap h2 {
    font-size: calc(31px * 0.85);
}.tyWrap::after {
    width: 100%;
    right: -50%;
}.tyWrap .pro_study {
    padding: 30px 35px 25px;
}
}

@media (max-width: 768px) {.tyWrap {
    padding: 60px 0;
}.tyWrap h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.8);
}.tyWrap h2::after {
    bottom: -12px;
    width: 60px;
}.tyWrap .pro_study {
    padding: 25px 30px 20px;
}.tyWrap li span {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.tyWrap {
    padding: 50px 0;
}.tyWrap h2 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.7);
}.tyWrap .pro_study {
    padding: 20px 25px 15px;
    border-left-width: 3px;
}.tyWrap li {
    padding-left: 20px;
}.tyWrap li::before {
    top: 8px;
    height: 6px;
    width: 6px;
}.tyWrap li span {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.tyWrap::before {
    background-size: 40px 40px;
}
}

@media (hover: hover) {.tyWrap .pro_study:hover {
    transition: transform 0.3s ease;
    transform: translateZ(15px) translateY(5px);
}}.our_info {
    position: relative;
    padding: 6rem 0;
    background: rgb(215,222,236);
    overflow: hidden;
}.our_info::before {
    position: absolute;
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(177,191,210,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(137,160,184,0.5) 0%, transparent 40%);
    content: "";
    left: 0;
    z-index: 0;
    width: 100%;
}.our_info .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.our_info .message_request {
    flex-wrap: wrap;
    display: flex;
    position: relative;
}.our_info .message_us {
    position: relative;
    z-index: 1;
}.our_info .message_us:nth-child(1) {
    background: linear-gradient(225deg, rgb(177,191,210) 0%, #000000 100%);
    flex-direction: column;
    border-radius: 11px 0 0 11px;
    width: 35%;
    display: flex;
    justify-content: center;
    padding: 3rem;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.our_info .message_us:nth-child(2) {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    width: 30%;
    overflow: hidden;
    z-index: 0;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    position: relative;
}.our_info .message_us:nth-child(3) {
    padding: 3rem;
    display: flex;
    width: 35%;
    background: linear-gradient(225deg, rgb(137,160,184,0.5) 0%, #000000 100%);
    justify-content: center;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    flex-direction: column;
    border-radius: 0 11px 11px 0;
}.our_info .message_us h2 {
    padding-left: 1rem;
    position: relative;
    text-transform: uppercase;
    font-size: 31px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 2rem;
}.our_info .message_us h2::before {
    left: 0;
    border-radius: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    width: 4px;
    background: rgb(137,160,184);
    content: "";
}.our_info .write_page {
    color: #ffffff;
    font-weight: 600;
    font-size: calc(13px * 1.2);
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}.our_info .contact_feedback {
    line-height: 1.7;
    margin-bottom: 2rem;
    color: #ffffff;
    opacity: 0.9;
}.our_info .message_us p {
    gap: 1rem;
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
    color: #ffffff;
}.our_info .message_us p span {
    font-weight: 600;
}.our_info .request_info {
    margin-top: 2rem;
    position: relative;
}.our_info .request_info::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(137,160,184), transparent);
    height: 1px;
    left: 0;
    top: 0;
    content: "";
}.our_info .request_info h3 {
    margin: 1rem 0;
    font-weight: 600;
    color: #ffffff;
    font-size: 22px;
}.our_info .help_question {
    flex-direction: column;
    gap: 0.5rem;
    display: flex;
}.our_info .help_question span {
    transition: all 0.3s ease;
    align-items: center;
    color: #ffffff;
    font-size: calc(13px * 0.9);
    position: relative;
    padding-left: 1.5rem;
    display: flex;
    padding: 0.5rem 0;
}.our_info .help_question span::before {
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    content: "";
    height: 8px;
    left: 0;
    width: 8px;
    background: rgb(137,160,184);
}.our_info .help_question span:hover {
    transform: translateX(5px);
}.our_info .message_us .post_image {
    transition: all 0.5s ease;
    position: relative;
    filter: saturate(0.8) contrast(1.1);
    min-height: 400px;
    height: 100%;
}.our_info .message_us .post_image:hover {
    filter: saturate(1) contrast(1);
}.our_info .message_us .post_image::before {
    left: 0;
    background: linear-gradient(135deg, rgb(177,191,210,0.5) 0%, transparent 50%);
    content: '';
    height: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    width: 100%;
}.our_info .message_card {
    justify-content: space-between;
    display: flex;
    gap: 2rem;
    flex-direction: column;
}.our_info .message_card a {
    padding: 1.25rem;
    border-radius: 10px;
    gap: 1.5rem;
    overflow: hidden;
    border-right: 3px solid rgb(137,160,184);
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
}.our_info .message_card a::before {
    height: 100%;
    transition: all 0.3s ease;
    position: absolute;
    background: rgb(137,160,184,0.5);
    left: 0;
    top: 0;
    width: 0;
    content: '';
    z-index: -1;
}.our_info .message_card a:hover::before {
    width: 100%;
}.our_info .message_card a:hover {
    transform: translateX(-5px);
}.our_info .message_card a span {
    font-size: calc(13px * 0.9);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    opacity: 0.7;
    color: #ffffff;
    flex: 0 0 auto;
}.our_info .message_card a p {
    color: #ffffff;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    flex: 1;
}.our_info svg {
    fill: none;
    height: 20px;
    width: 20px;
}.our_info svg path {
    transition: fill 0.3s ease;
    fill: rgb(137,160,184);
}.our_info .message_card a:hover svg path {
    fill: #ffffff;
}

@media (max-width: 1200px) {.our_info .message_us:nth-child(1) {
    width: 40%;
}.our_info .message_us:nth-child(2) {
    width: 25%;
}.our_info .message_us:nth-child(3) {
    width: 35%;
}
}

@media (max-width: 992px) {.our_info .message_request {
    flex-direction: column;
}.our_info .message_us:nth-child(1),
    .our_info .message_us:nth-child(2),
    .our_info .message_us:nth-child(3) {
    margin-bottom: 1.5rem;
    border-radius: 11px;
    width: 100%;
    clip-path: none;
}.our_info .message_us .post_image {
    min-height: 300px;
}.our_info .message_card {
    gap: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
}.our_info .message_card a {
    flex: 1 1 calc(50% - 0.5rem);
    min-width: 250px;
}
}

@media (max-width: 768px) {.our_info {
    padding: 4rem 0;
}.our_info .message_us:nth-child(1),
    .our_info .message_us:nth-child(3) {
    padding: 2rem;
}.our_info .message_card {
    flex-direction: column;
}.our_info .message_card a {
    width: 100%;
}.our_info .message_us .post_image {
    min-height: 250px;
}.our_info .message_us h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 1.5rem;
}
}

@media (max-width: 480px) {.our_info {
    padding: 3rem 0;
}.our_info .message_us:nth-child(1),
    .our_info .message_us:nth-child(3) {
    padding: 1.5rem;
}.our_info .message_us .post_image {
    min-height: 200px;
}.our_info .request_info {
    margin-top: 1.5rem;
}.our_info .request_info h3 {
    font-size: calc(22px * 0.9);
}.our_info .message_card a {
    padding: 1rem;
}}.secure_chamber {
    padding: 40px 20px;
    font-family: Arial, sans-serif;
    background-color: rgb(215,222,236);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.secure_chamber h1 {
    color: rgb(177,191,210);
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px;
}.secure_chamber h2 {
    margin-top: 30px;
    color: rgb(137,160,184);
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 600;
}.secure_chamber h3, .secure_chamber h4, .secure_chamber h5, .secure_chamber h6 {
    margin: 1rem 0;
    font-weight: 400;
    color: rgb(177,191,210);
}.secure_chamber ul {
    list-style-type: disc;
    margin-left: 20px;
}.secure_chamber ol {
    margin-left: 20px;
    list-style-type: decimal;
}.secure_chamber li {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
}.secure_chamber section {
    margin-bottom: 20px;
    margin-top: 20px;
}.secure_chamber p {
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 15px;
    color: #000000;
}.secure_chamber span {
    color: rgb(137,160,184);
    font-weight: 600;
}.secure_chamber div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.secure_chamber {
    padding: 20px 10px;
}.secure_chamber h1 {
    font-size: calc(23px - 5px);
}.secure_chamber h2 {
    font-size: calc(23px - 5px);
}.secure_chamber p, .secure_chamber li {
    font-size: calc(16px - 2px);
}}
.company_info {
    padding: 120px 0;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}.company_info::before {
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, 
    rgba(0, 32, 63, 0.92), 
    rgba(0, 18, 36, 0.86) 50%, 
    rgba(18, 0, 36, 0.9));
    z-index: 1;
    content: "";
    left: 0;
    height: 100%;
}.company_info::after {
    position: absolute;
    left: 0;
    z-index: 2;
    background-size: 60px 60px;
    width: 100%;
    pointer-events: none;
    top: 0;
    height: 100%;
    content: "";
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 1px,
    transparent 1px,
    transparent 30px
  );
}.company_info .container {
    margin: 0 auto;
    max-width: 1200px;
    grid-template-columns: 1fr;
    display: grid;
    z-index: 3;
    padding: 0 20px;
    position: relative;
}.company_info .caption_holder {
    backdrop-filter: blur(10px);
    padding: 50px 40px;
    border-left: 4px solid rgb(177,191,210);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.05);
    transform: translateZ(0);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(
    to right bottom,
    rgba(rgb(177,191,210,0.5), 0.25),
    rgba(rgb(137,160,184,0.5), 0.15)
  );
}.company_info .caption_holder:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 
    0 25px 50px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.1);
}.company_info h1 {
    position: relative;
    transform: translateX(-5px);
    letter-spacing: -0.5px;
    font-size: 45px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px;
}.company_info h1::after {
    content: "";
    transform-origin: left;
    width: 80px;
    bottom: -10px;
    background: rgb(177,191,210);
    animation: lineExpand 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 0;
    position: absolute;
    height: 3px;
}@keyframes lineExpand {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

.company_info ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.company_info li {
    margin-bottom: 20px;
}.company_info h4 {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
    color: rgb(137,160,184);
    font-size: calc(19px * 1.2);
    position: relative;
}.company_info span {
    position: relative;
    column-gap: 40px;
    max-width: 100%;
    margin-top: 10px;
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    columns: 1;
    font-weight: 400;
    column-rule: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1.7;
}.company_info .caption_holder::before {
    transform: rotate(-15deg);
    height: 120px;
    opacity: 0.2;
    right: 30px;
    border-radius: 50%;
    content: "";
    border: 2px solid rgb(137,160,184);
    position: absolute;
    width: 120px;
    top: -10px;
}.company_info .caption_holder::after {
    z-index: -1;
    bottom: 40px;
    opacity: 0.15;
    position: absolute;
    content: "";
    right: -20px;
    width: 80px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 80px;
    background: rgb(177,191,210);
}

@media (min-width: 768px) {.company_info {
    padding: 150px 0;
}.company_info .container {
    grid-template-columns: 1fr;
}.company_info .caption_holder {
    padding: 60px 70px;
    width: calc(100% - 60px);
    margin-left: 60px;
}.company_info h1 {
    font-size: calc(45px * 1.2);
    margin-bottom: 40px;
}.company_info span {
    columns: 2;
    column-gap: 50px;
}
}

@media (min-width: 1200px) {.company_info .caption_holder {
    padding: 70px 80px;
    margin-left: 100px;
    width: calc(100% - 100px);
}.company_info h1 {
    font-size: calc(45px * 1.4);
}.company_info span {
    columns: 2;
    column-gap: 60px;
}
}

@media (max-width: 767px) {.company_info {
    padding: 80px 0;
}.company_info .caption_holder {
    padding: 30px 25px;
}.company_info h1 {
    font-size: calc(45px * 0.9);
    margin-bottom: 25px;
}.company_info h4 {
    font-size: 19px;
}.company_info span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}}.contact_form_section {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(215,222,236) 0%, rgba(16, 22, 47, 0.95) 100%);
    position: relative;
}.contact_form_section::before {
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(177,191,210), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(137,160,184), 0.04) 50%, transparent 100%);
    position: absolute;
    content: "";
    height: 100%;
    animation: gridMove 20s linear infinite;
    left: 0;
    background-size: 20px 20px, 20px 20px;
    top: 0;
    width: 100%;
}.contact_form_section::after {
    height: 100%;
    left: 0;
    z-index: 0;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(177,191,210), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(137,160,184), 0.15) 0%, 
        transparent 50%
    );
    top: 0;
    position: absolute;
    opacity: 0.6;
    width: 100%;
    content: "";
}@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

.contact_form_section .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.contact_form_section h2 {
    font-size: 36px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.contact_form_section h2::after {
    border-radius: 1.5px;
    content: "";
    bottom: -15px;
    background: linear-gradient(90deg, rgb(177,191,210), rgb(137,160,184));
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
}.contact_form_section .help_panel {
    gap: 30px;
    display: grid;
    position: relative;
    margin-top: 60px;
    grid-template-columns: 1fr 1fr;
}.contact_form_section .help_panel::before {
    z-index: -1;
    left: -8px;
    top: -8px;
    position: absolute;
    border: 1px solid rgba(rgb(177,191,210), 0.2);
    content: "";
    border-radius: 14px;
    height: 100%;
    width: 100%;
}.contact_form_section .help_panel::after {
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 14px;
    right: -8px;
    bottom: -8px;
    border: 1px solid rgba(rgb(137,160,184), 0.2);
    position: absolute;
    z-index: -1;
}.contact_form_section .post_image {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 14px;
    min-height: 550px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.contact_form_section .post_image::before {
    z-index: 1;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    width: 100%;
}.contact_form_section .post_image::after {
    border-top: 2px solid rgba(rgb(177,191,210), 0.6);
    top: 20px;
    position: absolute;
    height: 60px;
    right: 20px;
    width: 60px;
    border-right: 2px solid rgba(rgb(177,191,210), 0.6);
    content: "";
    z-index: 2;
}.contact_form_section .inquiry_feedback {
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px;
    border-radius: 14px;
    backdrop-filter: blur(10px);
    position: relative;
}.contact_form_section .inquiry_feedback::before {
    height: 60px;
    content: "";
    bottom: 20px;
    width: 60px;
    position: absolute;
    border-bottom: 2px solid rgba(rgb(137,160,184), 0.6);
    border-left: 2px solid rgba(rgb(137,160,184), 0.6);
    left: 20px;
}.contact_form_section form {
    width: 100%;
}.contact_form_section form h3 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    padding-left: 20px;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
}.contact_form_section form h3::before {
    content: "";
    height: 100%;
    position: absolute;
    border-radius: 10px;
    left: 0;
    top: 0;
    background: rgb(177,191,210);
    width: 3px;
}.contact_form_section form input[type="text"] {
    padding: 18px 25px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 25px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.contact_form_section form input[type="text"]:focus {
    background: rgba(255, 255, 255, 0.08);
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(177,191,210), 0.2);
    border-color: rgb(177,191,210);
}.contact_form_section form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_form_section .query_block {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.contact_form_section .query_block input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_form_section .query_block label {
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    font-size: 15px;
    cursor: pointer;
    line-height: 1.5;
    padding-left: 35px;
}.contact_form_section .query_block label::before {
    height: 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 22px;
    border-radius: 10px;
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
    top: 2px;
    background: rgba(255, 255, 255, 0.05);
    content: "";
}.contact_form_section .query_block input[type="checkbox"]:checked + label::before {
    background: rgb(177,191,210);
    border-color: rgb(177,191,210);
}.contact_form_section .query_block input[type="checkbox"]:checked + label::after {
    height: 10px;
    width: 6px;
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    content: "";
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    left: 8px;
}.contact_form_section .query_block label a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(177,191,210);
    position: relative;
    transition: all 0.3s ease;
}.contact_form_section .query_block label a:hover {
    color: rgb(137,160,184);
}.contact_form_section form .inquiry_card {
    color: #ffffff;
    transition: all 0.4s ease;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    border: none;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(177,191,210), rgb(137,160,184));
    position: relative;
    padding: 16px 40px;
    cursor: pointer;
}.contact_form_section form .inquiry_card::before {
    z-index: -1;
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(45deg, rgb(137,160,184), rgb(177,191,210));
    width: 100%;
    transition: all 0.4s ease;
    top: 0;
    left: -100%;
}.contact_form_section form .inquiry_card:hover::before {
    left: 0;
}.contact_form_section form .inquiry_card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.contact_form_section svg {
    height: 22px;
    width: 22px;
    fill: rgb(177,191,210);
}.contact_form_section svg path {
    transition: fill 0.3s ease;
    fill: rgb(177,191,210);
}

@media screen and (max-width: 991px) {.contact_form_section {
    padding: 90px 0;
}.contact_form_section .help_panel {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact_form_section .post_image {
    min-height: 400px;
}.contact_form_section .inquiry_feedback {
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.contact_form_section {
    padding: 70px 0;
}.contact_form_section h2 {
    font-size: calc(36px * 0.9);
}.contact_form_section .post_image {
    min-height: 350px;
}.contact_form_section .post_image::after,
    .contact_form_section .inquiry_feedback::before {
    width: 40px;
    height: 40px;
}
}

@media screen and (max-width: 576px) {.contact_form_section {
    padding: 50px 0;
}.contact_form_section h2 {
    font-size: calc(36px * 0.8);
}.contact_form_section .help_panel {
    margin-top: 40px;
}.contact_form_section .post_image {
    min-height: 250px;
}.contact_form_section .inquiry_feedback {
    padding: 30px 20px;
}.contact_form_section form h3 {
    margin-bottom: 25px;
    font-size: calc(22px * 0.9);
}.contact_form_section form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_form_section form .inquiry_card {
    padding: 15px 20px;
    width: 100%;
}}.cookieDisclosurePanel {
    bottom: 0;
    border-top: 3px solid rgb(177,191,210);
    width: 100%;
    font-family: Arial, sans-serif;
    z-index: 1050;
    background: rgb(215,222,236);
    padding: 20px;
    position: fixed;
    overflow: hidden;
}.user_status {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}.user_dialog {
    flex-shrink: 0;
    margin-right: 20px;
}#cookieAlertOverlay {
    display: none;
}#cookieAlertOverlay:checked ~ .cookieDisclosurePanel {
    opacity: 0;
    visibility: hidden;
}.user_dialog svg {
    width: 60px;
    fill: rgb(177,191,210);
    transition: fill 0.3s ease-in-out;
    height: 60px;
}.privacy_ack {
    flex-grow: 1;
    margin-right: 20px;
}.privacy_ack h5 {
    margin-bottom: 5px;
    font-size: 19px;
    font-weight: 700;
    color: rgb(177,191,210);
}.privacy_ack p {
    margin-bottom: 0;
    color: #000000;
    font-size: 12px;
}.track_ack {
    margin-left: 10px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 17px;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
}.track_ack {
    background-color: rgb(177,191,210);
    color: #ffffff;
    border: 1px solid rgb(177,191,210);
}.track_ack:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}.cookieDisclosurePanel p a {
    color: rgb(177,191,210);
    text-decoration: underline;
}.cookieDisclosurePanel p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.privacy_ack h5 {
    font-size: calc(19px - 2px);
}.privacy_ack p {
    font-size: calc(12px - 2px);
}.track_ack {
    font-size: calc(17px - 2px);
    padding: 8px 16px;
}
}
@media (max-width: 800px) {.user_status {
    align-items: center;
    flex-direction: column;
}.user_dialog {
    margin-bottom: 15px;
}.privacy_ack {
    margin-bottom: 20px;
    text-align: center;
}.track_ack {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}
.education_experience {
    background: linear-gradient(135deg, rgb(215,222,236) 0%, rgb(177,191,210,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    perspective: 1000px;
}.education_experience::before {
    opacity: 0.1;
    pointer-events: none;
    background-size: 60px 60px;
    height: 100%;
    z-index: 1;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(137,160,184,0.5) 49.5%, rgb(137,160,184,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(137,160,184,0.5) 49.5%, rgb(137,160,184,0.5) 50.5%, transparent 50.5%);
    position: absolute;
}.education_experience .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    transform-style: preserve-3d;
    padding: 0 1.5rem;
}.education_experience .edu_testimonials {
    padding: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    transform: rotateY(-2deg) translateZ(10px);
    border-radius: 10px;
    grid-gap: 2rem;
    border-left: 4px solid rgb(177,191,210);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 3px 3px rgba(0, 0, 0, 0.03);
}.education_experience .edu_testimonials:hover {
    transform: rotateY(0deg) translateZ(20px) scale(1.01);
}.education_experience .edu_testimonials > div:first-child {
    align-self: start;
    position: relative;
}.education_experience .post_image {
    transform: translateZ(20px);
    width: 200px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 200px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
}.education_experience .post_image::after {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgba(rgb(177,191,210), 0.2) 0%, transparent 100%);
}.education_experience .edu_testimonials:hover .post_image {
    transform: translateZ(30px) scale(1.05);
}.education_experience .edu_testimonials > div:nth-child(2) {
    align-self: start;
    transform: translateZ(15px);
}.education_experience .name {
    display: inline-block;
    transform: translateX(0);
    margin-bottom: 0.5rem;
    font-weight: 700;
    position: relative;
    transition: transform 0.4s ease;
    color: rgb(177,191,210);
    font-size: calc(22px * 1.1);
}.education_experience .name::after {
    content: "";
    height: 2px;
    width: 0;
    left: 0;
    position: absolute;
    transition: width 0.4s ease-out;
    bottom: -5px;
    background-color: rgb(137,160,184);
}.education_experience .edu_testimonials:hover .name::after {
    width: 100%;
}.education_experience .edu_testimonials:hover .name {
    transform: translateX(5px);
}.education_experience .edu_testimonials > div:nth-child(2) > div {
    margin-bottom: 1rem;
    font-size: calc(17px * 0.95);
    color: #000000;
    opacity: 0.85;
    font-weight: 600;
    font-style: italic;
}.education_experience .exp_progress {
    font-family: Arial, sans-serif;
    font-size: 17px;
    padding-left: 1.5rem;
    line-height: 1.6;
    transform: translateZ(10px);
    position: relative;
    color: #000000;
    margin: 0;
}.education_experience .exp_progress::before {
    width: 3px;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(177,191,210) 0%, rgb(137,160,184) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 768px) {.education_experience {
    padding: 7rem 0;
}.education_experience .edu_testimonials {
    align-items: start;
    padding: 3rem;
    grid-gap: 2.5rem;
    grid-template-columns: 220px 1fr 2fr;
}.education_experience .post_image {
    height: 260px;
    width: 220px;
}.education_experience .name {
    font-size: calc(22px * 1.2);
    margin-bottom: 0.75rem;
}.education_experience .exp_progress {
    font-size: calc(17px * 1.05);
    padding-left: 2rem;
}.education_experience .exp_progress::before {
    width: 4px;
}
}

@media (min-width: 992px) {.education_experience .container {
    padding: 0 3rem;
}.education_experience .edu_testimonials {
    grid-gap: 3rem;
    padding: 3.5rem;
    grid-template-columns: 260px 1fr 2.5fr;
}.education_experience .post_image {
    width: 260px;
    height: 300px;
}.education_experience .name {
    font-size: calc(22px * 1.3);
    margin-bottom: 1rem;
}.education_experience .edu_testimonials > div:nth-child(2) > div {
    margin-bottom: 1.5rem;
    font-size: 17px;
}.education_experience .exp_progress {
    line-height: 1.7;
    font-size: calc(17px * 1.1);
}
}

@media (min-width: 1200px) {.education_experience .edu_testimonials {
    grid-template-columns: 300px 1fr 3fr;
    grid-gap: 3.5rem;
    padding: 4rem;
}.education_experience .post_image {
    width: 300px;
    height: 350px;
}
}

@media (max-width: 767px) {.education_experience .edu_testimonials {
    padding: 2rem;
    transform: rotateY(0deg) translateZ(0);
}.education_experience .post_image {
    height: 180px;
    width: 180px;
    margin: 0 auto 1.5rem;
}.education_experience .edu_testimonials > div:first-child {
    justify-content: center;
    display: flex;
}.education_experience .edu_testimonials > div:nth-child(2) {
    text-align: center;
}.education_experience .exp_progress {
    padding-top: 1.5rem;
    padding-left: 0;
}.education_experience .exp_progress::before {
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    width: 60px;
    top: 0;
}}.study_process {
    position: relative;
    padding: 170px 0 150px;
    background: linear-gradient(135deg, rgb(215,222,236) 0%, rgb(137,160,184,0.5) 120%);
    overflow: visible;
}.study_process::before {
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    opacity: 0.05;
    background: rgb(177,191,210,0.5);
    width: 100%;
    left: 0;
    z-index: 1;
}.study_process .pro_study {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.study_process .caption_holder {
    width: 100%;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}.study_process .caption_holder h2 {
    padding: 35px 40px;
    background: rgb(177,191,210,0.5);
    font-size: 29px;
    backdrop-filter: blur(10px);
    color: #ffffff;
    width: 40%;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-weight: 700;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    z-index: 4;
    margin: 0 auto 80px;
}.study_process .caption_holder p {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    line-height: 1.8;
    position: relative;
    width: 70%;
    padding: 50px 60px;
    backdrop-filter: blur(15px);
    margin: 0 auto;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    font-size: 14px;
    z-index: 3;
}.study_process .caption_holder::before {
    top: calc(29px * 2 + 70px);
    position: absolute;
    left: 50%;
    z-index: 3;
    content: '';
    width: 2px;
    background: linear-gradient(to bottom, rgb(177,191,210), transparent);
    height: 60px;
}.study_process .caption_holder::after {
    height: 200px;
    animation: pulse-subtle 15s infinite alternate;
    content: '';
    position: absolute;
    right: 10%;
    background: rgb(177,191,210);
    top: -100px;
    opacity: 0.03;
    border-radius: 50%;
    filter: blur(70px);
    width: 200px;
}.study_process .caption_holder h2::before {
    height: 10px;
    left: -20%;
    filter: blur(10px);
    position: absolute;
    bottom: -5px;
    background: rgb(177,191,210);
    opacity: 0.2;
    content: '';
    width: 140%;
}.study_process .caption_holder h2::after {
    z-index: 5;
    opacity: 0.7;
    box-shadow: 0 0 15px rgb(177,191,210,0.5);
    left: 50%;
    width: 20px;
    content: '';
    bottom: -40px;
    background: rgb(177,191,210);
    position: absolute;
    height: 20px;
    border-radius: 50%;
    margin-left: -10px;
}.study_process .caption_holder p::before {
    width: 90%;
    left: 5%;
    height: 1px;
    opacity: 0.3;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(177,191,210,0.5), transparent);
    top: 20px;
}.study_process .caption_holder p::after {
    opacity: 0.3;
    width: 70%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(177,191,210,0.5), transparent);
    left: 15%;
    content: '';
    position: absolute;
    bottom: 20px;
}.study_process::after {
    opacity: 0.3;
    background: linear-gradient(to top, rgb(177,191,210,0.5), transparent);
    position: absolute;
    width: 1px;
    left: 50%;
    z-index: 1;
    height: 200px;
    content: '';
    bottom: 0;
}.study_process .pro_study::before {
    width: 250px;
    transform: rotate(30deg);
    opacity: 0.2;
    background: rgb(177,191,210,0.5);
    z-index: 0;
    content: '';
    transform-origin: right center;
    height: 2px;
    position: absolute;
    left: -125px;
    top: 40%;
}.study_process .pro_study::after {
    transform-origin: left center;
    height: 2px;
    right: -125px;
    top: 40%;
    background: rgb(177,191,210,0.5);
    width: 250px;
    transform: rotate(-30deg);
    z-index: 0;
    position: absolute;
    opacity: 0.2;
    content: '';
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.03;
        transform: scale(1);
    }
    50% {
        opacity: 0.05;
        transform: scale(1.2);
    }
}

@media screen and (max-width: 1200px) {.study_process .caption_holder h2 {
    width: 50%;
}.study_process .caption_holder p {
    width: 80%;
}
}

@media screen and (max-width: 992px) {.study_process {
    padding: 140px 0 120px;
}.study_process .caption_holder h2 {
    margin-bottom: 60px;
    padding: 30px 35px;
    width: 60%;
}.study_process .caption_holder p {
    width: 90%;
    padding: 40px 50px;
}.study_process .caption_holder::before {
    height: 40px;
}
}

@media screen and (max-width: 768px) {.study_process {
    overflow: hidden;
    padding: 120px 0 100px;
}.study_process .caption_holder {
    transform: none;
}.study_process .caption_holder h2 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    width: 80%;
    font-size: calc(29px * 0.9);
    margin-bottom: 40px;
}.study_process .caption_holder p {
    width: 100%;
    padding: 30px 40px;
}.study_process .caption_holder::before {
    height: 30px;
}.study_process .caption_holder::after,
    .study_process::after,
    .study_process .pro_study::before,
    .study_process .pro_study::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.study_process {
    padding: 100px 0 80px;
}.study_process .caption_holder h2 {
    padding: 25px 30px;
    font-size: calc(29px * 0.8);
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.study_process .caption_holder p {
    font-size: calc(14px * 0.9);
    padding: 25px 30px;
}.study_process .caption_holder::before {
    height: 20px;
}.study_process .caption_holder h2::after {
    bottom: -25px;
    margin-left: -7.5px;
    height: 15px;
    width: 15px;
}
}