* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}a {
    text-decoration: none;
    color: inherit;
}.top_tutor0 {
    flex: 1 0 auto;
}.assign_helpG {
    flex: 0 0 auto;
}.wrapper-skeletonh {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}.container {
    max-width: 100%;
    width: 1195px;
    margin: auto;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.instructional_approach2 {
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
    background: rgb(217,227,231);
}.instructional_approach2::before {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    opacity: 0.2;
    background: linear-gradient(135deg, rgb(157,180,190,0.5) 0%, transparent 70%);
    top: 0;
    content: "";
    left: 0;
}.instructional_approach2::after {
    height: 100%;
    content: "";
    right: -50%;
    width: 100%;
    animation: moveGradient 20s infinite alternate ease-in-out;
    top: -50%;
    background: radial-gradient(circle, rgb(110,110,180,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.3;
    z-index: 0;
}.instructional_approach2 .learn_proY {
    z-index: 2;
    gap: 2.5rem;
    margin: 0 auto;
    flex-direction: column;
    max-width: 900px;
    display: flex;
    position: relative;
}.instructional_approach2 h3 {
    padding: 2rem;
    color: #000000;
    position: relative;
    background: #ffffff;
    font-weight: 700;
    animation: fadeInDown 0.8s ease-out forwards;
    text-align: center;
    margin: 0;
    font-size: 28px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.instructional_approach2 h3::before {
    content: "";
    left: 0;
    border-radius: inherit;
    pointer-events: none;
    width: 100%;
    opacity: 0.5;
    z-index: -1;
    border: 2px solid rgb(157,180,190,0.5);
    transform: translate(8px, 8px);
    top: 0;
    height: 100%;
    position: absolute;
}.instructional_approach2 span {
    animation: fadeInUp 0.8s 0.3s ease-out forwards;
    line-height: 1.8;
    border-radius: 16px;
    position: relative;
    background: #ffffff;
    padding: 2rem;
    opacity: 0;
    color: #000000;
    font-size: 13px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.instructional_approach2 span::before {
    left: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    border-radius: inherit;
    pointer-events: none;
    top: 0;
    border: 2px solid rgb(110,110,180,0.5);
    content: "";
    transform: translate(-8px, -8px);
    position: absolute;
    opacity: 0.5;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes moveGradient {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-20%, -20%);
    }
}

@media (max-width: 992px) {.instructional_approach2 {
    padding: 5rem 1.5rem;
}.instructional_approach2 h3 {
    padding: 1.8rem;
    font-size: calc(28px * 0.9);
}.instructional_approach2 span {
    padding: 1.8rem;
}.instructional_approach2 h3::before,
    .instructional_approach2 span::before {
    transform: translate(6px, 6px);
}.instructional_approach2 span::before {
    transform: translate(-6px, -6px);
}
}

@media (max-width: 768px) {.instructional_approach2 {
    padding: 4rem 1rem;
}.instructional_approach2 h3 {
    font-size: calc(28px * 0.8);
    padding: 1.5rem;
}.instructional_approach2 span {
    font-size: calc(13px * 0.95);
    padding: 1.5rem;
}.instructional_approach2 .learn_proY {
    gap: 2rem;
}.instructional_approach2 h3::before,
    .instructional_approach2 span::before {
    transform: translate(4px, 4px);
}.instructional_approach2 span::before {
    transform: translate(-4px, -4px);
}}.program_offeringsf {
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(125deg, rgb(217,227,231) 0%, rgb(157,180,190,0.5) 100%);
    position: relative;
}.program_offeringsf::before {
    top: 0;
    z-index: 1;
    content: "";
    position: absolute;
    opacity: 0.6;
    height: 100%;
    background: 
        radial-gradient(ellipse at 20% 30%, rgb(157,180,190,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(110,110,180,0.5) 0%, transparent 60%);
    left: 0;
    width: 100%;
}.program_offeringsf::after {
    opacity: 0.4;
    background-image: 
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.03),
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 10px
        );
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    animation: shiftBackground 30s linear infinite;
    content: "";
}@keyframes shiftBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.program_offeringsf .container {
    z-index: 2;
    position: relative;
}.program_offeringsf .learn_proY {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    overflow: hidden;
    flex-direction: column;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.02), 
        rgba(255, 255, 255, 0.08)
    );
    border-radius: 18px;
    position: relative;
}.program_offeringsf .learn_proY::before {
    height: 100%;
    content: "";
    background: 
        linear-gradient(
            135deg,
            transparent,
            rgba(rgb(157,180,190), 0.05)
        );
    z-index: 1;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
}.program_offeringsf .cover_photog {
    overflow: hidden;
    right: 3%;
    top: 5%;
    width: 45%;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    z-index: 2;
    height: 440px;
    animation: morphShape 15s infinite alternate ease-in-out;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    position: absolute;
}@keyframes morphShape {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 40% 60% 50% 50% / 30% 60% 40% 60%;
    }
}

.program_offeringsf .cover_photog::before {
    opacity: 0.6;
    z-index: 2;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    mix-blend-mode: overlay;
    background: linear-gradient(
        215deg,
        transparent 30%,
        rgb(157,180,190,0.5) 100%
    );
    height: 100%;
}.program_offeringsf .cover_photog::after {
    background-size: 20px 20px;
    z-index: 3;
    left: 0;
    opacity: 0.2;
    top: 0;
    content: "";
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        );
    height: 100%;
    position: absolute;
    width: 100%;
}.program_offeringsf .learn_exploreO {
    display: flex;
    padding: 60px 50% 60px 60px;
    flex-direction: column;
    z-index: 3;
    position: relative;
    min-height: 400px;
}.program_offeringsf .header_leadY {
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    z-index: 4;
}.program_offeringsf .header_leadY svg {
    fill: #ffffff;
    width: 70px;
    z-index: 2;
    height: auto;
    position: relative;
}.program_offeringsf .header_leadY svg path {
    stroke-width: 0.5;
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
    stroke: rgb(157,180,190);
}.program_offeringsf h3 {
    max-width: 100%;
    color: #ffffff;
    z-index: 4;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    font-size: 37px;
    position: relative;
}.program_offeringsf h3::after {
    background: linear-gradient(90deg, rgb(157,180,190), rgb(110,110,180));
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    bottom: -10px;
    width: 60px;
    left: 0;
    height: 3px;
    border-radius: 3px;
}.program_offeringsf .learn_proY:hover h3::after {
    width: 120px;
}.program_offeringsf p {
    margin: 0;
    color: #000000;
    max-width: 100%;
    z-index: 4;
    position: relative;
    line-height: 1.7;
    font-size: 13px;
}.program_offeringsf .learn_proY::after {
    border-radius: 50%;
    z-index: 1;
    width: 200px;
    filter: blur(80px);
    position: absolute;
    opacity: 0.3;
    bottom: -50px;
    content: "";
    height: 200px;
    background: rgb(110,110,180,0.5);
    left: -50px;
}.program_offeringsf .learn_exploreO::before {
    background-position: 0 0, 10px 10px;
    top: 20px;
    width: 150px;
    content: "";
    height: 90%;
    z-index: 1;
    background-size: 20px 20px, 25px 25px;
    right: 48%;
    background-image: 
        radial-gradient(circle, rgb(157,180,190,0.5) 1px, transparent 1px),
        radial-gradient(circle, rgb(110,110,180,0.5) 1px, transparent 1px);
    opacity: 0.2;
    position: absolute;
    animation: floatDots 10s infinite alternate ease-in-out;
}

@keyframes floatDots {
    0% {
        transform: translateY(0);
        opacity: 0.2;
    }
    100% {
        transform: translateY(-20px);
        opacity: 0.4;
    }
}

@media (max-width: 1199px) {.program_offeringsf .learn_exploreO {
    padding: 50px 50% 50px 50px;
}.program_offeringsf .cover_photog {
    height: 85%;
    width: 42%;
}
}

@media (max-width: 991px) {.program_offeringsf {
    padding: 80px 0;
}.program_offeringsf .learn_proY {
    flex-direction: column;
    display: flex;
}.program_offeringsf .learn_exploreO {
    padding: 220px 40px 50px 40px;
    min-height: auto;
}.program_offeringsf .cover_photog {
    width: 80%;
    top: 0;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    left: 10%;
    position: absolute;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 200px;
}.program_offeringsf .header_leadY {
    top: 160px;
    position: absolute;
    left: 40px;
    margin-bottom: 0;
}.program_offeringsf h3 {
    font-size: calc(37px * 0.9);
}.program_offeringsf .learn_exploreO::before {
    display: none;
}
}

@media (max-width: 767px) {.program_offeringsf {
    padding: 60px 0;
}.program_offeringsf .learn_exploreO {
    padding: 200px 30px 40px 30px;
}.program_offeringsf .cover_photog {
    height: 180px;
}.program_offeringsf .header_leadY {
    left: 30px;
    top: 140px;
}.program_offeringsf .header_leadY svg {
    width: 60px;
}.program_offeringsf h3 {
    font-size: calc(37px * 0.8);
}.program_offeringsf p {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.program_offeringsf {
    padding: 40px 0;
}.program_offeringsf .learn_exploreO {
    padding: 180px 25px 30px 25px;
}.program_offeringsf .cover_photog {
    height: 160px;
}.program_offeringsf .header_leadY {
    top: 120px;
    left: 25px;
}.program_offeringsf .header_leadY svg {
    width: 50px;
}.program_offeringsf h3 {
    margin-bottom: 15px;
    font-size: calc(37px * 0.7);
}.program_offeringsf p {
    font-size: calc(13px * 0.9);
}}.training_specialistH {
    background: linear-gradient(145deg, rgb(217,227,231) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.training_specialistH::before {
    background: linear-gradient(135deg, rgb(110,110,180,0.5) 0%, transparent 80%);
    height: 200%;
    opacity: 0.08;
    content: "";
    position: absolute;
    left: -20%;
    z-index: 0;
    width: 60%;
    top: -50%;
    transform: rotate(-15deg);
}.training_specialistH::after {
    width: 100%;
    opacity: 0.05;
    background: radial-gradient(circle at 80% 20%, rgb(157,180,190,0.5) 0%, transparent 60%);
    height: 100%;
    content: "";
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
}.training_specialistH .container {
    margin: 0 auto;
    max-width: 1140px;
    z-index: 1;
    padding: 0 15px;
    position: relative;
}.training_specialistH .success_ratingsU {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    gap: 2rem;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 4px solid rgb(110,110,180);
    transform: perspective(1000px) rotateY(-2deg);
    transform-style: preserve-3d;
}.training_specialistH .success_ratingsU:hover {
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.09), 0 8px 20px rgba(0, 0, 0, 0.04);
    transform: perspective(1000px) rotateY(0);
}.training_specialistH .success_ratingsU > div:nth-child(1) {
    width: 100%;
    order: 1;
    position: relative;
}.training_specialistH .success_ratingsU > div:nth-child(2) {
    order: 2;
}.training_specialistH .success_ratingsU > div:nth-child(3) {
    order: 3;
}.training_specialistH .cover_photog {
    width: 100%;
    transform: translateZ(20px);
    height: 0;
    clip-path: polygon(0 0, 100% 5%, 95% 95%, 5% 100%);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding-bottom: 60%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.training_specialistH .success_ratingsU:hover .cover_photog {
    transform: translateZ(30px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.training_specialistH .name {
    font-size: calc(22px * 1.1);
    transform: translateZ(15px);
    position: relative;
    margin: 0 0 0.5rem;
    color: #000000;
    font-weight: 700;
    font-family: Arial, sans-serif;
    display: inline-block;
}.training_specialistH .name::after {
    position: absolute;
    bottom: -5px;
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    height: 3px;
    background: rgb(110,110,180);
    left: 0;
    width: 0;
}.training_specialistH .success_ratingsU:hover .name::after {
    width: 100%;
}.training_specialistH .success_ratingsU > div:nth-child(2) > div {
    color: rgb(110,110,180);
    font-weight: 600;
    transition: all 0.4s ease;
    font-size: calc(12px * 0.95);
    opacity: 0.9;
    transform: translateZ(10px);
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}.training_specialistH .success_ratingsU:hover > div:nth-child(2) > div {
    opacity: 1;
    transform: translateZ(20px);
}.training_specialistH .job_timeline6 {
    margin: 0;
    font-size: 12px;
    transition: transform 0.4s ease;
    position: relative;
    padding-left: 1.5rem;
    color: #000000;
    line-height: 1.7;
    transform: translateZ(5px);
}.training_specialistH .job_timeline6::before {
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(110,110,180) 0%, transparent 100%);
    width: 3px;
}.training_specialistH .success_ratingsU:hover .job_timeline6 {
    transform: translateZ(15px);
}

@media (min-width: 768px) {.training_specialistH .success_ratingsU {
    padding: 3.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 300px 1fr;
    gap: 2.5rem;
}.training_specialistH .success_ratingsU > div:nth-child(1) {
    grid-row: 1 / span 2;
    grid-column: 1;
}.training_specialistH .success_ratingsU > div:nth-child(2) {
    align-self: end;
    grid-row: 1;
    grid-column: 2;
}.training_specialistH .success_ratingsU > div:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
}.training_specialistH .cover_photog {
    height: 100%;
    padding-bottom: 0;
}.training_specialistH .name {
    font-size: 22px;
    margin-bottom: 0.75rem;
}.training_specialistH .job_timeline6 {
    padding-left: 2rem;
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 992px) {.training_specialistH {
    padding: 140px 0;
}.training_specialistH .success_ratingsU {
    transform: perspective(1200px) rotateY(-3deg);
    gap: 3rem;
    grid-template-columns: 380px 1fr;
    padding: 4rem;
}.training_specialistH .name {
    font-size: calc(22px * 1.2);
}.training_specialistH .success_ratingsU > div:nth-child(2) > div {
    font-size: 12px;
    margin-bottom: 1.5rem;
}.training_specialistH .job_timeline6 {
    font-size: calc(12px * 1.1);
    line-height: 1.75;
}
}

@media (max-width: 767px) {.training_specialistH {
    padding: 80px 0;
}.training_specialistH .success_ratingsU {
    transform: perspective(800px) rotateY(-1deg);
    padding: 2rem;
}.training_specialistH .cover_photog {
    margin-bottom: 1.5rem;
}.training_specialistH .name {
    margin-bottom: 0.5rem;
}.training_specialistH .job_timeline6 {
    padding-left: 1rem;
}
}

@media (max-width: 480px) {.training_specialistH {
    padding: 60px 0;
}.training_specialistH .success_ratingsU {
    gap: 1.5rem;
    padding: 1.5rem;
}.training_specialistH .cover_photog {
    padding-bottom: 75%;
}.training_specialistH .name {
    font-size: calc(22px * 0.95);
}.training_specialistH .success_ratingsU > div:nth-child(2) > div {
    font-size: calc(12px * 0.9);
}.training_specialistH .job_timeline6 {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}}header {
    z-index: 100;
    width: 100%;
    padding: 0;
    position: relative;
    background: linear-gradient(135deg, rgb(157,180,190,0.5), rgb(110,110,180,0.5));
}header::before {
    left: 0;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    position: absolute;
    height: 100%;
    z-index: 0;
    content: '';
    width: 100%;
    top: 0;
}header .container {
    position: relative;
    max-width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0 2%;
    width: 100%;
}header .nav_primec {
    flex-direction: column;
    position: relative;
    overflow: hidden;
    display: flex;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 1.5rem 0;
    align-items: center;
    margin: 1rem 0;
    border-radius: 10px;
    background: #ffffff;
}header .nav_primec::before {
    left: 0;
    background: linear-gradient(to right, rgb(157,180,190), rgb(110,110,180));
    height: 5px;
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
}header .head_knowy {
    position: relative;
    justify-content: center;
    text-decoration: none;
    padding: 0 0 1rem 0;
    display: flex;
}header .head_knowy::after {
    content: '';
    height: 1px;
    width: 60%;
    background: linear-gradient(to right, transparent, rgb(157,180,190,0.5), rgb(110,110,180,0.5), rgb(157,180,190,0.5), transparent);
    left: 20%;
    bottom: 0;
    position: absolute;
}header .head_knowy svg {
    transition: all 0.3s ease;
    width: 180px;
    height: auto;
}header .head_knowy:hover svg {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}header .nav_mainQ {
    padding: 1rem 2rem 0;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    justify-content: center;
    max-width: 90%;
    gap: 0.7rem;
}header .main_headers {
    font-weight: 600;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0.7rem 1.3rem;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(to bottom, #ffffff, rgb(217,227,231));
    border-radius: 10px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}header .main_headers::before {
    background: linear-gradient(to top, rgb(157,180,190,0.5), transparent);
    width: 100%;
    left: 0;
    transition: height 0.3s ease;
    bottom: 0;
    z-index: -1;
    height: 0;
    position: absolute;
    content: '';
}header .main_headers:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    color: rgb(157,180,190);
}header .main_headers:hover::before {
    height: 100%;
}

@media (max-width: 991px) {header .nav_primec {
    margin: 0.8rem 0;
    padding: 1.2rem 0;
}header .head_knowy {
    padding: 0 0 0.8rem 0;
}header .head_knowy svg {
    width: 160px;
}header .nav_mainQ {
    padding: 0.8rem 1.5rem 0;
    gap: 0.6rem;
}header .main_headers {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header .nav_primec {
    padding: 1rem 0;
    margin: 0.6rem 0;
}header .head_knowy {
    padding: 0 0 0.7rem 0;
}header .head_knowy svg {
    width: 140px;
}header .nav_mainQ {
    gap: 0.5rem;
    padding: 0.7rem 1rem 0;
    max-width: 95%;
}header .main_headers {
    padding: 0.5rem 1rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 480px) {header .nav_primec {
    margin: 0.5rem 0;
    padding: 0.8rem 0;
}header .head_knowy {
    padding: 0 0 0.6rem 0;
}header .head_knowy svg {
    width: 120px;
}header .nav_mainQ {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.6rem 0.5rem 0;
}header .nav_mainQ::-webkit-scrollbar {
    height: 3px;
}header .nav_mainQ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(157,180,190);
}header .main_headers {
    flex-shrink: 0;
    margin-right: 3px;
    white-space: nowrap;
}}.statistical_data5 {
    padding: 7rem 0;
    overflow: hidden;
    background: rgb(217,227,231);
    position: relative;
}.statistical_data5::before {
    top: 0;
    height: 100%;
    z-index: 0;
    width: 100%;
    opacity: 0.05;
    content: "";
    left: 0;
    background: linear-gradient(120deg, rgb(157,180,190,0.5) 0%, transparent 70%);
    position: absolute;
}.statistical_data5 .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.statistical_data5 h2 {
    padding-right: 1.5rem;
    height: 100%;
    margin: 0;
    color: #000000;
    letter-spacing: 2px;
    font-weight: 700;
    top: 0;
    writing-mode: vertical-rl;
    text-transform: uppercase;
    border-right: 3px solid rgb(157,180,190);
    display: flex;
    font-size: 30px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    align-items: center;
    position: absolute;
    left: 0;
    transform: rotate(180deg);
}.statistical_data5 ul {
    position: relative;
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0 0 0 5rem;
    flex-direction: column;
}.statistical_data5 .success_statisticsi {
    position: relative;
    display: flex;
    margin-bottom: 3.5rem;
    z-index: 2;
    width: 80%;
}.statistical_data5 .success_statisticsi:nth-child(even) {
    flex-direction: row-reverse;
    margin-left: auto;
}.statistical_data5 .success_statisticsi:last-child {
    margin-bottom: 0;
}.statistical_data5 .success_statisticsi p {
    color: rgb(157,180,190);
    background: #ffffff;
    font-size: calc(42px * 1.4);
    margin: 0;
    font-weight: 700;
    height: 120px;
    width: 120px;
    position: relative;
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    border-radius: 50%;
    justify-content: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
    align-items: center;
    display: flex;
    z-index: 2;
}.statistical_data5 .success_statisticsi:nth-child(even) p {
    color: rgb(110,110,180);
}.statistical_data5 .success_statisticsi span {
    z-index: 1;
    border-radius: 10px;
    align-self: center;
    max-width: 60%;
    font-weight: 600;
    line-height: 1.6;
    font-size: 17px;
    margin: 0 2rem;
    padding: 8px 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.75);
    position: relative;
    color: #000000;
}.statistical_data5 .success_statisticsi span::before {
    content: "";
    z-index: -1;
    position: absolute;
    height: 1px;
    top: 0;
    left: -10%;
    background: linear-gradient(90deg, transparent, rgb(157,180,190,0.5), transparent);
    width: 120%;
}.statistical_data5 .success_statisticsi span::after {
    z-index: -1;
    position: absolute;
    height: 1px;
    bottom: 0;
    content: "";
    left: -10%;
    width: 120%;
    background: linear-gradient(90deg, transparent, rgb(157,180,190,0.5), transparent);
}.statistical_data5 .success_statisticsi:nth-child(even) span::before,
.statistical_data5 .success_statisticsi:nth-child(even) span::after {
    background: linear-gradient(90deg, transparent, rgb(110,110,180,0.5), transparent);
}.statistical_data5 .success_statisticsi:nth-child(odd)::before {
    position: absolute;
    content: "";
    z-index: 1;
    background: linear-gradient(90deg, rgb(157,180,190) 0%, transparent 100%);
    width: calc(100% - 60px);
    left: 60px;
    height: 1px;
    top: 60px;
}.statistical_data5 .success_statisticsi:nth-child(even)::before {
    top: 60px;
    position: absolute;
    width: calc(100% - 60px);
    right: 60px;
    z-index: 1;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent 0%, rgb(110,110,180) 100%);
}.statistical_data5 svg {
    right: 0;
    top: 0;
    transition: all 0.3s ease;
    fill: rgb(157,180,190);
    height: 30px;
    position: absolute;
    width: 30px;
    opacity: 0.2;
}.statistical_data5 svg path {
    fill: inherit;
}.statistical_data5 .success_statisticsi:hover p {
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
}.statistical_data5 .success_statisticsi:hover span {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.9);
}.statistical_data5 .success_statisticsi:hover svg {
    transform: rotate(360deg);
    opacity: 0.5;
}.statistical_data5 .container::after {
    width: 80%;
    content: "";
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        rgb(157,180,190,0.5) 0px,
        rgb(157,180,190,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    right: 0;
    opacity: 0.05;
    height: 100%;
    position: absolute;
    top: 0;
}

@media screen and (max-width: 1024px) {.statistical_data5 h2 {
    font-size: calc(30px * 0.9);
}.statistical_data5 .success_statisticsi {
    width: 90%;
}.statistical_data5 .success_statisticsi p {
    font-size: calc(42px * 1.2);
    height: 110px;
    width: 110px;
}
}

@media screen and (max-width: 768px) {.statistical_data5 {
    padding: 5rem 0;
}.statistical_data5 h2 {
    left: auto;
    top: auto;
    position: relative;
    transform: none;
    height: auto;
    border-right: none;
    writing-mode: horizontal-tb;
    padding-right: 0;
    padding-bottom: 1rem;
    text-align: center;
    margin-bottom: 4rem;
    border-bottom: 3px solid rgb(157,180,190);
}.statistical_data5 ul {
    margin: 0;
}.statistical_data5 .success_statisticsi, 
    .statistical_data5 .success_statisticsi:nth-child(even) {
    flex-direction: column;
    margin-left: 0;
    align-items: center;
    width: 100%;
    margin-bottom: 3rem;
}.statistical_data5 .success_statisticsi p {
    margin-bottom: 1.5rem;
}.statistical_data5 .success_statisticsi span {
    text-align: center;
    margin: 0;
    max-width: 80%;
}.statistical_data5 .success_statisticsi:nth-child(odd)::before,
    .statistical_data5 .success_statisticsi:nth-child(even)::before {
    display: none;
}.statistical_data5 .success_statisticsi span::before,
    .statistical_data5 .success_statisticsi span::after {
    width: 80%;
    left: 10%;
}
}

@media screen and (max-width: 480px) {.statistical_data5 {
    padding: 4rem 0;
}.statistical_data5 h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 3rem;
}.statistical_data5 .success_statisticsi p {
    height: 100px;
    width: 100px;
    font-size: calc(42px * 1.1);
}.statistical_data5 .success_statisticsi span {
    font-size: calc(17px * 0.9);
    padding: 6px 10px;
    max-width: 90%;
}}

.statistical_data5::after {
    position: absolute;
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgb(157,180,190,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 20%, rgb(110,110,180,0.5) 0%, transparent 30%);
    z-index: -2;
    width: 100%;
    top: 0;
    opacity: 0.1;
    content: "";
}.statistical_data5 .success_statisticsi:nth-child(1) p::before,
.statistical_data5 .success_statisticsi:nth-child(2) p::before,
.statistical_data5 .success_statisticsi:nth-child(3) p::before,
.statistical_data5 .success_statisticsi:nth-child(4) p::before {
    background: #ffffff;
    content: "";
    left: -10%;
    height: 120%;
    border-radius: 50%;
    position: absolute;
    transition: all 0.4s ease;
    width: 120%;
    top: -10%;
    opacity: 0.5;
    z-index: -1;
}.statistical_data5 .success_statisticsi:hover p::before {
    opacity: 0;
    transform: scale(1.1);
}.statistical_data5 .success_statisticsi span {
    position: relative;
}.statistical_data5 .success_statisticsi span::after {
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    z-index: -1;
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 7px,
        rgba(0, 0, 0, 0.04) 7px,
        rgba(0, 0, 0, 0.04) 8px
    );
    height: 1px;
}@keyframes timeline {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.statistical_data5 .success_statisticsi:nth-child(1) {
    animation: timeline 8s infinite ease 0s;
}.statistical_data5 .success_statisticsi:nth-child(2) {
    animation: timeline 8s infinite ease 2s;
}.statistical_data5 .success_statisticsi:nth-child(3) {
    animation: timeline 8s infinite ease 4s;
}.statistical_data5 .success_statisticsi:nth-child(4) {
    animation: timeline 8s infinite ease 6s;
}.contact_sectionh {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(217,227,231) 0%, rgb(110,110,180,0.5) 100%);
    overflow: hidden;
}.contact_sectionh::before {
    z-index: 1;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(157,180,190,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(110,110,180,0.5) 0%, transparent 70%);
    left: 0;
    opacity: 0.4;
    height: 100%;
    top: 0;
    content: '';
    width: 100%;
    position: absolute;
}.contact_sectionh::after {
    opacity: 0.1;
    background-size: 50px 50px;
    content: '';
    background-image: 
        linear-gradient(90deg, rgb(110,110,180,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(110,110,180,0.5) 1px, transparent 1px);
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    left: 0;
}.contact_sectionh .cover_photog {
    top: 0;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    height: 100%;
    z-index: 2;
    left: 0;
    width: 45%;
}.contact_sectionh .cover_photog::after {
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(157,180,190,0.5) 0%, transparent 60%);
    left: 0;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    content: '';
}.contact_sectionh .container {
    z-index: 3;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.contact_sectionh h3 {
    font-size: 37px;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-weight: 700;
    text-shadow: 0 0 15px rgb(157,180,190,0.5);
}.contact_sectionh .feedback_formz {
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(10px);
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 17px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    justify-content: space-between;
}.contact_sectionh .feedback_formz:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}.contact_sectionh .query_blockD {
    flex: 1;
    padding: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}.contact_sectionh .query_blockD::before {
    width: 200px;
    top: -100px;
    opacity: 0.2;
    content: '';
    position: absolute;
    border-radius: 50%;
    right: -100px;
    height: 200px;
    background: radial-gradient(rgb(157,180,190,0.5), transparent 70%);
}.contact_sectionh .query_blockD::after {
    content: '';
    width: 150px;
    opacity: 0.2;
    background: radial-gradient(rgb(110,110,180,0.5), transparent 70%);
    bottom: -75px;
    position: absolute;
    left: -75px;
    border-radius: 50%;
    height: 150px;
}.contact_sectionh form {
    z-index: 2;
    position: relative;
}.contact_sectionh form h3 {
    margin-bottom: 25px;
    text-align: left;
    background: linear-gradient(to right, #ffffff, rgb(157,180,190));
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    font-size: 24px;
}.contact_sectionh input[type="text"],
.contact_sectionh textarea {
    font-family: Arial, sans-serif;
    padding: 15px;
    margin-bottom: 20px;
    color: #ffffff;
    width: 100%;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    transition: all 0.3s ease;
}.contact_sectionh input[type="text"]:focus,
.contact_sectionh textarea:focus {
    border-color: rgb(157,180,190);
    background: rgba(255, 255, 255, 0.12);
    outline: none;
    box-shadow: 0 0 10px rgb(157,180,190,0.5);
}.contact_sectionh textarea {
    resize: none;
    height: 120px;
}.contact_sectionh .reach_reachF {
    align-items: flex-start;
    margin-bottom: 25px;
    position: relative;
    display: flex;
}.contact_sectionh .reach_reachF input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_sectionh .reach_reachF label {
    line-height: 1.5;
    font-size: 14px;
    cursor: pointer;
    padding-left: 30px;
    color: #ffffff;
    position: relative;
}.contact_sectionh .reach_reachF label::before {
    height: 20px;
    position: absolute;
    width: 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
    top: 2px;
    content: '';
    left: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
}.contact_sectionh .reach_reachF input[type="checkbox"]:checked + label::before {
    background: rgb(157,180,190);
    border-color: rgb(157,180,190);
}.contact_sectionh .reach_reachF input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    position: absolute;
    height: 12px;
    content: '';
    top: 5px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    width: 6px;
    left: 7px;
}.contact_sectionh .reach_reachF a {
    transition: color 0.3s ease;
    color: rgb(157,180,190);
    text-decoration: none;
}.contact_sectionh .reach_reachF a:hover {
    color: rgb(110,110,180);
    text-decoration: underline;
}.contact_sectionh .connect_supportB {
    color: #ffffff;
    padding: 15px;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    position: relative;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
    overflow: hidden;
    background: linear-gradient(to right, rgb(157,180,190), rgb(110,110,180));
    font-family: Arial, sans-serif;
    border-radius: 10px;
}.contact_sectionh .connect_supportB::before {
    position: absolute;
    transition: left 0.7s ease;
    content: '';
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.contact_sectionh .connect_supportB:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(157,180,190,0.5);
}.contact_sectionh .connect_supportB:hover::before {
    left: 100%;
}.contact_sectionh .inquiry_reach6 {
    padding: 40px;
    overflow: hidden;
    width: 40%;
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), transparent);
}.contact_sectionh .inquiry_reach6::before {
    top: 0;
    right: 0;
    background-image: 
        radial-gradient(circle at 70% 30%, rgb(157,180,190,0.5) 0%, transparent 60%);
    opacity: 0.4;
    position: absolute;
    height: 100%;
    content: '';
    width: 100%;
}.contact_sectionh .inquiry_reach6 h4 {
    color: #ffffff;
    position: relative;
    margin-bottom: 30px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 24px;
}.contact_sectionh .inquiry_reach6 h4::after {
    height: 3px;
    background: rgb(157,180,190);
    width: 50px;
    left: 0;
    position: absolute;
    border-radius: 3px;
    content: '';
    bottom: -10px;
}.contact_sectionh .help_blockV {
    list-style: none;
    padding: 0;
    margin: 0;
}.contact_sectionh .help_blockV li {
    margin-bottom: 25px;
    display: flex;
    position: relative;
    padding-left: 5px;
    transition: transform 0.3s ease;
    align-items: flex-start;
}.contact_sectionh .help_blockV li:hover {
    transform: translateX(5px);
}.contact_sectionh .help_blockV li::before {
    position: absolute;
    transform: translateY(-50%);
    height: 0;
    top: 50%;
    width: 0;
    background: rgb(157,180,190);
    border-radius: 50%;
    content: '';
    opacity: 0;
    transition: all 0.3s ease;
    left: -10px;
}.contact_sectionh .help_blockV li:hover::before {
    left: -3px;
    height: 6px;
    width: 6px;
    opacity: 1;
}.contact_sectionh .help_blockV svg {
    height: 24px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    width: 24px;
    filter: drop-shadow(0 0 5px rgb(157,180,190,0.5));
    margin-right: 15px;
    fill: rgb(157,180,190);
}.contact_sectionh .help_blockV li:hover svg {
    transform: scale(1.1);
}.contact_sectionh .help_blockV svg path {
    fill: rgb(157,180,190);
    transition: fill 0.3s ease;
}.contact_sectionh .help_blockV li:hover svg path {
    fill: rgb(110,110,180);
}.contact_sectionh .help_blockV span {
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-size: 14px;
    color: #ffffff;
}.contact_sectionh .help_blockV a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_sectionh .help_blockV a:hover {
    color: rgb(157,180,190);
}

@media (max-width: 992px) {.contact_sectionh {
    padding: 60px 0;
}.contact_sectionh .cover_photog {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}.contact_sectionh .feedback_formz {
    flex-direction: column;
}.contact_sectionh .query_blockD {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.contact_sectionh .inquiry_reach6 {
    width: 100%;
}
}

@media (max-width: 768px) {.contact_sectionh {
    padding: 40px 0;
}.contact_sectionh .cover_photog {
    display: none;
}.contact_sectionh h3 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.8);
}.contact_sectionh .query_blockD,
    .contact_sectionh .inquiry_reach6 {
    padding: 30px;
}.contact_sectionh form h3,
    .contact_sectionh .inquiry_reach6 h4 {
    font-size: calc(24px * 0.9);
}.contact_sectionh input[type="text"],
    .contact_sectionh textarea {
    padding: 12px;
    margin-bottom: 15px;
}.contact_sectionh textarea {
    height: 100px;
}.contact_sectionh .connect_supportB {
    padding: 12px;
}.contact_sectionh .help_blockV li {
    margin-bottom: 20px;
}.contact_sectionh .help_blockV svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
}

@media (max-width: 576px) {.contact_sectionh {
    padding: 30px 0;
}.contact_sectionh h3 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.7);
}.contact_sectionh .query_blockD,
    .contact_sectionh .inquiry_reach6 {
    padding: 20px;
}.contact_sectionh .feedback_formz {
    margin: 0 10px;
}.contact_sectionh .reach_reachF label {
    font-size: calc(14px * 0.9);
}.contact_sectionh .help_blockV li {
    margin-bottom: 15px;
}.contact_sectionh .help_blockV span {
    font-size: calc(14px * 0.9);
}.contact_sectionh::before,
    .contact_sectionh::after,
    .contact_sectionh .query_blockD::before,
    .contact_sectionh .query_blockD::after,
    .contact_sectionh .inquiry_reach6::before {
    opacity: 0.2;
}}.attempt_nowz {
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, #ffffff 0%, rgb(217,227,231) 100%);
    padding: 140px 0;
}.attempt_nowz::before {
    height: 100%;
    content: '';
    z-index: 1;
    opacity: 0.05;
    top: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(157,180,190,0.5) 25%, transparent 25%, transparent 75%, rgb(157,180,190,0.5) 75%, rgb(157,180,190,0.5));
    left: 0;
    background-size: 60px 60px;
    position: absolute;
    background-position: 0 0, 30px 30px;
}.attempt_nowz .learn_proY {
    position: relative;
    border: 1px solid rgb(157,180,190);
    z-index: 10;
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 0;
}.attempt_nowz .learn_proY::before {
    position: absolute;
    content: '';
    opacity: 0.5;
    border: 1px solid rgb(157,180,190,0.5);
    top: -30px;
    z-index: -1;
    height: calc(100% + 60px);
    width: calc(100% + 60px);
    left: -30px;
}.attempt_nowz .learn_proY::after {
    width: calc(100% + 120px);
    height: calc(100% + 120px);
    z-index: -2;
    position: absolute;
    border: 1px solid rgb(157,180,190,0.5);
    content: '';
    opacity: 0.2;
    top: -60px;
    left: -60px;
}.attempt_nowz .container {
    flex-direction: column;
    text-align: center;
    align-items: center;
    display: flex;
}.attempt_nowz .container p {
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    z-index: 5;
    color: #000000;
    margin: 0 0 50px 0;
    position: relative;
    max-width: 700px;
    line-height: 1.4;
}.attempt_nowz .connect_supportB {
    font-size: 15px;
    z-index: 5;
    color: rgb(157,180,190);
    border: 1px solid rgb(157,180,190);
    position: relative;
    text-decoration: none;
    padding: 16px 40px;
    display: inline-block;
    font-weight: 600;
    transition: all 0.4s ease;
    background: transparent;
}.attempt_nowz .connect_supportB::before {
    height: 100%;
    width: 0;
    position: absolute;
    background: rgb(157,180,190);
    top: 0;
    left: 0;
    transition: width 0.4s ease;
    z-index: -1;
    content: '';
}.attempt_nowz .connect_supportB:hover {
    color: #ffffff;
}.attempt_nowz .connect_supportB:hover::before {
    width: 100%;
}.attempt_nowz .container p::before {
    width: 40px;
    background: rgb(157,180,190);
    position: absolute;
    height: 1px;
    content: '';
    transform: translateX(-50%);
    left: 50%;
    bottom: -25px;
}.attempt_nowz::after {
    content: '';
    background: linear-gradient(135deg, rgb(157,180,190,0.5) 0%, rgb(110,110,180,0.5) 100%);
    right: -150px;
    filter: blur(50px);
    opacity: 0.1;
    border-radius: 50%;
    z-index: 1;
    width: 300px;
    height: 300px;
    top: -150px;
    position: absolute;
}

@media (max-width: 991px) {.attempt_nowz {
    padding: 120px 0;
}.attempt_nowz .learn_proY {
    padding: 60px 0;
}.attempt_nowz .container p {
    margin-bottom: 40px;
    font-size: calc(20px * 1.2);
}
}

@media (max-width: 767px) {.attempt_nowz {
    padding: 100px 0;
}.attempt_nowz .learn_proY {
    padding: 50px 0;
}.attempt_nowz .learn_proY::before {
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    top: -20px;
}.attempt_nowz .learn_proY::after {
    left: -40px;
    height: calc(100% + 80px);
    width: calc(100% + 80px);
    top: -40px;
}.attempt_nowz .container p {
    font-size: 20px;
    margin-bottom: 35px;
}.attempt_nowz .connect_supportB {
    padding: 14px 35px;
}
}

@media (max-width: 480px) {.attempt_nowz {
    padding: 80px 0;
}.attempt_nowz .learn_proY {
    padding: 40px 0;
}.attempt_nowz .learn_proY::before {
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}.attempt_nowz .learn_proY::after {
    width: calc(100% + 40px);
    top: -20px;
    height: calc(100% + 40px);
    left: -20px;
}.attempt_nowz .container p {
    margin-bottom: 30px;
    font-size: calc(14px * 1.2);
}.attempt_nowz .connect_supportB {
    padding: 12px 30px;
    font-size: calc(15px * 0.9);
}.attempt_nowz .container p::before {
    bottom: -20px;
    width: 30px;
}}.offer_cardi {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    isolation: isolate;
}.offer_cardi::before {
    position: absolute;
    top: 0;
    z-index: -1;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(157,180,190,0.5), rgba(0, 0, 0, 0.5) 70%);
    left: 0;
}.offer_cardi::after {
    background: linear-gradient(225deg, rgb(110,110,180,0.5) 10%, transparent 65%);
    width: 45%;
    right: 0;
    pointer-events: none;
    content: "";
    z-index: -1;
    height: 100%;
    position: absolute;
    top: 0;
}.offer_cardi .container {
    max-width: 1320px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}.offer_cardi .study_priceB {
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
}.offer_cardi h2 {
    font-size: 34px;
    position: relative;
    z-index: 2;
    text-align: center;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}.offer_cardi h2::after {
    content: "";
    display: block;
    transform: translateY(2px);
    height: 4px;
    border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    width: 80px;
    margin: 16px auto 0;
    background: rgb(157,180,190);
}.offer_cardi .fee_plany {
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.3px;
    opacity: 0.9;
    line-height: 1.6;
    font-size: calc(18px + 2px);
    margin: 0 auto 50px;
    text-align: center;
    max-width: 700px;
    font-weight: 400;
}.offer_cardi .rate_cardb {
    gap: 30px;
    display: grid;
    padding: 0;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    width: 100%;
    list-style: none;
    margin: 0;
    z-index: 2;
}.offer_cardi .rate_cardb li {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
}.offer_cardi .rate_cardb li:hover {
    transform: translateY(-8px);
}.offer_cardi .pricing_ratesm {
    text-decoration: none;
    overflow: hidden;
    flex-direction: column;
    width: 100%;
    display: flex;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
}.offer_cardi .pricing_ratesm:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1);
}.offer_cardi .learn_pricei {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    flex-grow: 1;
    display: flex;
    z-index: 1;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-sizing: border-box;
    flex-direction: column;
}.offer_cardi .learn_pricei::before {
    z-index: -1;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(145deg, rgba(rgb(157,180,190), 0.03), rgba(rgb(110,110,180), 0.05));
    position: absolute;
    width: 100%;
    left: 0;
}.offer_cardi .learn_pricei::after {
    top: 0;
    height: 180px;
    opacity: 0.1;
    background: linear-gradient(225deg, rgb(157,180,190,0.5) 10%, transparent 70%);
    z-index: -1;
    right: 0;
    transition: all 0.5s ease;
    width: 180px;
    position: absolute;
    content: "";
    border-radius: 0 0 0 180px;
    transform: translate(50%, -50%);
}.offer_cardi .pricing_ratesm:hover .learn_pricei::after {
    transform: translate(40%, -40%) scale(1.1);
    opacity: 0.2;
}.offer_cardi .training_subz {
    padding: 35px 25px;
    display: flex;
    z-index: 2;
    position: relative;
    flex-direction: column;
    flex-grow: 1;
}.offer_cardi .training_subz::before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(rgb(157,180,190), 0.03), transparent);
    z-index: -1;
}.offer_cardi .training_subz h4 {
    font-size: calc(23px + 2px);
    position: relative;
    display: inline-block;
    margin: 0 0 20px;
    font-weight: 600;
    color: #000000;
}.offer_cardi .training_subz h4::after {
    width: 40px;
    background: rgb(157,180,190);
    bottom: -8px;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    content: "";
    left: 0;
    height: 3px;
    position: absolute;
}.offer_cardi .training_subz p {
    word-break: break-word;
    flex-grow: 1;
    margin: 0 0 30px;
    hyphens: auto;
    line-height: 1.6;
    color: #000000;
    overflow-wrap: break-word;
    font-size: 18px;
}.offer_cardi .lesson_plansf {
    border-radius: 8px;
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
    align-self: flex-start;
    font-size: calc(23px + 6px);
    font-weight: 700;
    color: rgb(157,180,190);
    padding: 10px 20px;
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.05),
        -6px -6px 12px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    margin-top: auto;
    display: inline-block;
    position: relative;
}.offer_cardi .pricing_ratesm:hover .lesson_plansf {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    transform: scale(1.05);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.07),
        -8px -8px 16px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
}

@media (max-width: 1200px) {.offer_cardi {
    padding: 100px 0;
}.offer_cardi .rate_cardb {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.offer_cardi h2 {
    font-size: calc(34px - 2px);
}.offer_cardi .fee_plany {
    margin-bottom: 40px;
    font-size: 18px;
}
}

@media (max-width: 992px) {.offer_cardi {
    padding: 80px 0;
}.offer_cardi .rate_cardb {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.offer_cardi .training_subz {
    padding: 30px 20px;
}.offer_cardi .lesson_plansf {
    font-size: calc(23px + 2px);
    padding: 8px 16px;
}
}

@media (max-width: 768px) {.offer_cardi {
    padding: 60px 0;
}.offer_cardi .rate_cardb {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.offer_cardi h2 {
    font-size: calc(34px - 4px);
}.offer_cardi .training_subz h4 {
    font-size: 23px;
}.offer_cardi .training_subz p {
    font-size: calc(18px - 1px);
}
}

@media (max-width: 576px) {.offer_cardi {
    padding: 50px 0;
}.offer_cardi h2 {
    font-size: calc(34px - 6px);
}.offer_cardi .fee_plany {
    margin-bottom: 30px;
    font-size: calc(18px - 1px);
}.offer_cardi .training_subz {
    padding: 25px 18px;
}.offer_cardi .lesson_plansf {
    font-size: 23px;
    padding: 6px 12px;
}}.about_thisn {
    position: relative;
    padding: 120px 0 100px;
    color: #ffffff;
    overflow: hidden;
}.about_thisn::before {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.7) 50%,
        rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
    content: "";
    top: 0;
}.about_thisn::after {
    position: absolute;
    background: linear-gradient(to bottom,
        rgb(110,110,180,0.5) 0%,
        transparent 100%);
    height: 100%;
    left: 0;
    z-index: 2;
    top: 0;
    pointer-events: none;
    content: "";
    opacity: 0.15;
    width: 100%;
}.about_thisn h4 {
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s forwards 0.2s;
    letter-spacing: 0.05em;
    z-index: 10;
    margin-bottom: 3rem;
    text-transform: uppercase;
    text-align: center;
    opacity: 0;
    color: #ffffff;
    font-size: calc(32px * 1.2);
    position: relative;
    font-weight: 700;
}.about_thisn h4::before {
    bottom: -15px;
    background: rgb(157,180,190);
    transform: translateX(-50%);
    position: absolute;
    height: 4px;
    width: 60px;
    content: "";
    left: 50%;
}.about_thisn h4::after {
    bottom: -15px;
    width: 120px;
    left: 50%;
    content: "";
    background: #ffffff;
    height: 1px;
    position: absolute;
    transform: translateX(-50%);
}.about_thisn .container {
    z-index: 5;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.about_thisn .body_contentj {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    opacity: 0;
    border-left: 4px solid rgb(157,180,190);
    clip-path: polygon(
        0 0,
        100% 0,
        98% 100%,
        2% 100%
    );
    padding: 3rem;
    animation: fadeSlideUp 1s forwards 0.4s;
    transform: translateY(30px);
}.about_thisn .body_contentj::before {
    background: linear-gradient(45deg, 
        rgb(157,180,190) 0%, 
        transparent 40%, 
        transparent 60%, 
        rgb(110,110,180) 100%);
    right: -5px;
    z-index: -1;
    clip-path: polygon(
        0 0,
        100% 0,
        97% 100%,
        3% 100%
    );
    bottom: -5px;
    position: absolute;
    opacity: 0.3;
    content: "";
    left: -5px;
    top: -5px;
}.about_thisn h6 {
    color: rgb(157,180,190);
    transform: translateX(-10px);
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeSlideRight 0.8s forwards 0.6s;
    font-weight: 700;
    font-size: calc(20px * 1.2);
    letter-spacing: 0.02em;
}.about_thisn h6::after {
    background: rgb(157,180,190);
    transform: scaleX(0);
    width: 80px;
    margin-top: 10px;
    animation: scaleRight 0.8s forwards 1s;
    transform-origin: left;
    height: 2px;
    display: block;
    content: "";
}.about_thisn .body_contentj div {
    overflow-y: auto;
    position: relative;
    max-height: 300px;
    scrollbar-color: rgb(157,180,190) rgba(255, 255, 255, 0.1);
    scrollbar-width: thin;
    padding-right: 15px;
}.about_thisn .body_contentj div::-webkit-scrollbar {
    width: 6px;
}.about_thisn .body_contentj div::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}.about_thisn .body_contentj div::-webkit-scrollbar-thumb {
    background: rgb(157,180,190);
    border-radius: 10px;
}.about_thisn span {
    text-align: justify;
    opacity: 0;
    line-height: 1.8;
    animation: fadeIn 1.2s forwards 0.8s;
    display: block;
    color: #ffffff;
    font-size: 18px;
}.about_thisn span::first-letter {
    font-weight: 700;
    padding: 0 8px 0 0;
    float: left;
    font-size: 2em;
    color: rgb(157,180,190);
}

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

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

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

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

@media (min-width: 992px) {.about_thisn {
    padding: 150px 0 130px;
}.about_thisn .body_contentj {
    margin: 0 auto;
    padding: 4rem;
    max-width: 90%;
    flex-direction: column;
    display: flex;
}.about_thisn h4 {
    margin-bottom: 4rem;
    font-size: calc(32px * 1.4);
}.about_thisn h6 {
    margin-bottom: 2rem;
    font-size: calc(20px * 1.4);
}.about_thisn .body_contentj div {
    max-height: 350px;
}.about_thisn span {
    font-size: calc(18px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 991px) {.about_thisn {
    padding: 100px 0 80px;
}.about_thisn .body_contentj {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.about_thisn {
    padding: 80px 0 60px;
}.about_thisn h4 {
    font-size: calc(32px * 1.1);
    margin-bottom: 2.5rem;
}.about_thisn .body_contentj {
    clip-path: polygon(
            0 0,
            100% 0,
            99% 100%,
            1% 100%
        );
    padding: 2rem;
}.about_thisn h6 {
    font-size: 20px;
    margin-bottom: 1.25rem;
}.about_thisn .body_contentj div {
    max-height: 260px;
}
}

@media (max-width: 575px) {.about_thisn {
    padding: 60px 0 40px;
}.about_thisn h4 {
    font-size: 32px;
    margin-bottom: 2rem;
}.about_thisn .body_contentj {
    clip-path: none;
    padding: 1.5rem;
}.about_thisn .body_contentj::before {
    clip-path: none;
}.about_thisn h6 {
    margin-bottom: 1rem;
    font-size: calc(17px * 1.2);
}.about_thisn span {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}.about_thisn .body_contentj div {
    max-height: 240px;
}}.privacy_safehouse1 {
    height: auto;
    box-shadow: inset 0 0 10px rgb(110,110,180,0.5), 0 0 15px rgb(157,180,190,0.5);
    padding: 50px;
    overflow: hidden;
    color: #ffffff;
    border: 1px solid rgb(157,180,190);
    font-family: Arial, sans-serif;
    width: 100%;
}.privacy_safehouse1 h1 {
    border-bottom: 2px solid rgb(157,180,190);
    font-size: 44px;
    color: rgb(157,180,190);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    background: linear-gradient(90deg, rgb(157,180,190), rgb(110,110,180));
    padding-bottom: 15px;
    margin-top: 50px;
    -webkit-background-clip: text !important;
    color: transparent;
    margin-bottom: 30px;
}.privacy_safehouse1 h2 {
    font-weight: 600;
    letter-spacing: 1px;
    color: transparent;
    font-size: 38px;
    margin-top: 40px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    background: linear-gradient(90deg, rgb(110,110,180), rgb(157,180,190));
    color: rgb(110,110,180);
    -webkit-background-clip: text !important;
    border-bottom: 1px solid rgb(110,110,180);
}.privacy_safehouse1 h3, .privacy_safehouse1 h4, .privacy_safehouse1 h5, .privacy_safehouse1 h6 {
    color: rgb(157,180,190);
    font-size: 22px;
    font-weight: 600;
    background: linear-gradient(90deg, rgb(157,180,190), rgb(110,110,180));
    margin-bottom: 20px;
    margin-top: 30px;
    -webkit-background-clip: text !important;
    color: transparent;
}.privacy_safehouse1 ul, .privacy_safehouse1 ol {
    padding: 20px 0;
    border-radius: 10px;
    padding-left: 0;
    list-style: none;
}.privacy_safehouse1 li {
    line-height: 1.8;
    color: #000000;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    padding-left: 20px;
    margin-bottom: 20px;
}.privacy_safehouse1 li::before {
    left: 0;
    content: ">";
    font-weight: 700;
    color: rgb(157,180,190);
    position: absolute;
}.privacy_safehouse1 section {
    padding: 25px;
    background: rgb(217,227,231);
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(157,180,190,0.5);
}.privacy_safehouse1 p, .privacy_safehouse1 span, .privacy_safehouse1 div {
    color: #ffffff;
    font-size: 12px;
    line-height: 2;
    margin-bottom: 15px;
    background: linear-gradient(90deg, rgb(157,180,190), rgb(110,110,180));
    -webkit-background-clip: text !important;
    font-weight: 300;
    color: transparent;
}

@media only screen and (max-width: 800px) {.privacy_safehouse1 {
    padding: 20px 10px;
}.privacy_safehouse1 h1 {
    font-size: calc(22px * 0.8);
}.privacy_safehouse1 h2 {
    font-size: calc(22px * 0.8);
}.privacy_safehouse1 h3, .privacy_safehouse1 h4, .privacy_safehouse1 h5, .privacy_safehouse1 h6 {
    font-size: calc(22px * 0.8);
}.privacy_safehouse1 p, .privacy_safehouse1 span, .privacy_safehouse1 div {
    font-size: calc(12px * 0.9);
}}.thanksPartC {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(217,227,231) 0%, rgb(110,110,180,0.5) 100%);
    position: relative;
}.thanksPartC::before {
    right: -50px;
    z-index: 1;
    position: absolute;
    opacity: 0.6;
    animation: pulse 8s infinite alternate ease-in-out;
    top: -50px;
    height: 300px;
    width: 300px;
    content: "";
    background: radial-gradient(circle, rgb(157,180,190,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
}.thanksPartC::after {
    animation: float 12s infinite alternate ease-in-out;
    height: 400px;
    content: "";
    position: absolute;
    width: 400px;
    z-index: 1;
    left: -100px;
    background: radial-gradient(ellipse, rgb(110,110,180,0.5) 0%, transparent 70%);
    bottom: -100px;
    opacity: 0.4;
}.thanksPartC .container {
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    z-index: 2;
    padding: 0 20px;
}.thanksPartC h2 {
    margin-bottom: 40px;
    opacity: 1;
    color: #000000;
    animation: slideInTitle 1.2s ease-out;
    transform: translateY(0);
    font-size: 36px;
    position: relative;
    font-weight: 700;
}.thanksPartC h2::after {
    content: "";
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(157,180,190) 0%, rgb(110,110,180) 100%);
    width: 80px;
    left: 0;
    bottom: -15px;
    transform-origin: left;
    animation: expandWidth 1.5s ease-out forwards 0.5s;
}.thanksPartC .learn_proY {
    position: relative;
    transform: translateY(0);
    padding: 40px;
    animation: slideInContent 1.5s ease-out 0.3s both;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}.thanksPartC .learn_proY::before {
    z-index: -1;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(255, 255, 255, 0.5) 100%);
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
}.thanksPartC ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.thanksPartC li {
    padding-left: 25px;
    animation: fadeIn 1.8s ease-out 0.6s both;
    margin-bottom: 15px;
    position: relative;
}.thanksPartC li::before {
    content: "";
    position: absolute;
    animation: rotateMark 6s infinite alternate ease-in-out;
    background: rgb(157,180,190);
    transform: rotate(45deg);
    left: 0;
    height: 8px;
    top: 10px;
    width: 8px;
}.thanksPartC li span {
    font-size: 16px;
    line-height: 1.8;
    display: block;
    color: #000000;
    font-family: Arial, sans-serif;
}

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

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

@keyframes expandWidth {
  from {
    transform: scaleX(0.3);
  }
  to {
    transform: scaleX(1);
  }
}

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

@keyframes rotateMark {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1) rotate(-15deg);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.1) rotate(-15deg);
    opacity: 0.8;
  }
  100% {
    transform: scale(1) rotate(-15deg);
    opacity: 0.6;
  }
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}

@media (max-width: 992px) {.thanksPartC {
    padding: 80px 0;
}.thanksPartC h2 {
    font-size: calc(36px * 0.9);
}.thanksPartC .learn_proY {
    padding: 30px;
}
}

@media (max-width: 768px) {.thanksPartC {
    padding: 60px 0;
}.thanksPartC h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 30px;
}.thanksPartC h2::after {
    width: 60px;
}.thanksPartC .learn_proY {
    padding: 25px;
}.thanksPartC::before {
    height: 200px;
    width: 200px;
}.thanksPartC::after {
    height: 250px;
    width: 250px;
}
}

@media (max-width: 576px) {.thanksPartC {
    padding: 40px 0;
}.thanksPartC h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 25px;
}.thanksPartC h2::after {
    width: 50px;
    height: 3px;
}.thanksPartC .learn_proY {
    padding: 20px;
}.thanksPartC li {
    padding-left: 20px;
}.thanksPartC li span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}

@media (prefers-reduced-motion: reduce) {.thanksPartC, .thanksPartC::before, .thanksPartC::after, 
  .thanksPartC h2, .thanksPartC h2::after, 
  .thanksPartC .learn_proY, .thanksPartC li, .thanksPartC li::before {
    animation: none;
    transition: none;
}
}

@supports (container-type: inline-size) {.thanksPartC .container {
    container-name: thanks-container;
    container-type: inline-size;
}
  
  @container thanks-container (max-width: 768px) {.thanksPartC .learn_proY {
    padding: 20px;
}.thanksPartC h2 {
    margin-bottom: 25px;
}}
}.newsletterz {
    background: linear-gradient(135deg, var(--newsletter-background), rgba(20, 30, 60, 0.95));
    --newsletter-background: #000000;
    font-family: Arial, sans-serif;
    --newsletter-shadow: rgba(0, 0, 0, 0.25);
    overflow: hidden;
    --newsletter-accent: rgb(157,180,190);
    --input-focus-scale: 1.02;
    position: relative;
    color: var(--newsletter-text-color);
    perspective: var(--perspective-depth);
    --newsletter-text-color: #ffffff;
    --perspective-depth: 1000px;
    padding: 6rem 0;
    --animation-time: 0.5s;
}.newsletterz::before {
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 15px,
        transparent 15px,
        transparent 30px
    );
    content: "";
    transform: translateZ(-50px);
    position: absolute;
    top: 0;
    z-index: 0;
}.newsletterz::after {
    width: 70%;
    z-index: 1;
    transform: rotate(-15deg);
    position: absolute;
    content: "";
    height: 200%;
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(157,180,190,0.5), 0.15),
        transparent 70%
    );
    pointer-events: none;
    top: -50%;
    right: -20%;
}.newsletterz .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    transform-style: preserve-3d;
}.newsletterz .learn_proY {
    gap: 2.5rem;
    animation: float 7s ease-in-out infinite;
    flex-direction: column;
    align-items: flex-start;
    transform: translateZ(0);
    display: flex;
}.newsletterz h4 {
    position: relative;
    max-width: 800px;
    text-shadow: 0 4px 12px var(--newsletter-shadow);
    line-height: 1.3;
    transform: translateZ(30px);
    font-weight: 600;
    color: var(--newsletter-text-color);
    margin: 0;
    font-size: min(2.2rem, 5vw);
}.newsletterz h4::after {
    left: 0;
    position: absolute;
    background: var(--newsletter-accent);
    width: 80px;
    transform-origin: left;
    bottom: -15px;
    transform: scaleX(0.8);
    content: "";
    transition: transform var(--animation-time) cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 3px;
}.newsletterz .learn_proY:hover h4::after {
    transform: scaleX(1);
}.newsletterz .input_holder {
    position: relative;
    gap: 1rem;
    display: flex;
    filter: drop-shadow(0 10px 20px var(--newsletter-shadow));
    transform: translateZ(50px);
    width: 100%;
}.newsletterz .input_holder span {
    transform-style: preserve-3d;
    position: relative;
    display: flex;
}.newsletterz .input_holder span:first-child {
    flex: 1;
    min-width: 0;
}.newsletterz .input_holder input {
    font-size: 1rem;
    border: none;
    transition: all var(--animation-time) cubic-bezier(0.34, 1.56, 0.64, 1);
    outline: none;
    padding: 1.2rem 1.5rem;
    transform: translateZ(0);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    border-radius: 4px;
    color: #000000;
}.newsletterz .input_holder input[type="email"] {
    border-left: 3px solid var(--newsletter-accent);
}.newsletterz .input_holder input[type="email"]:focus {
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: scale(var(--input-focus-scale)) translateZ(20px);
}.newsletterz .input_holder input[type="email"]::placeholder {
    color: rgba(rgba(0, 0, 0, 0.5), 0.6);
    transition: opacity 0.3s;
}.newsletterz .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.newsletterz .input_holder input[type="submit"] {
    overflow: hidden;
    position: relative;
    background: var(--newsletter-accent);
    color: #ffffff;
    font-weight: 600;
    white-space: nowrap;
    border-radius: 4px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all var(--animation-time) cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
}.newsletterz .input_holder input[type="submit"]:hover {
    transform: scale(1.05) translateZ(20px);
    box-shadow: 0 10px 25px rgba(rgb(157,180,190,0.5), 0.4);
}.newsletterz .input_holder input[type="submit"]:active {
    transform: scale(0.98) translateZ(5px);
}.newsletterz .input_holder input[type="submit"]::before {
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    top: -50%;
    position: absolute;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(0);
    left: -50%;
    content: "";
}.newsletterz .input_holder input[type="submit"]:hover::before {
    transform: scale(1);
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateZ(0);
    }
    50% {
        transform: translateY(-10px) translateZ(0);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.8;
    }
    50% {
        opacity: 1;
    }
}

@media (min-width: 768px) {.newsletterz .learn_proY {
    gap: 3rem;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}.newsletterz h4 {
    max-width: 60%;
}.newsletterz .input_holder {
    max-width: 50%;
}
}

@media (max-width: 767px) {.newsletterz {
    padding: 4rem 0;
}.newsletterz .learn_proY {
    align-items: center;
    text-align: center;
}.newsletterz h4 {
    font-size: clamp(1.5rem, 5vw, 2rem);
}.newsletterz h4::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.8);
}.newsletterz .learn_proY:hover h4::after {
    transform: translateX(-50%) scaleX(1);
}.newsletterz .input_holder {
    width: 100%;
    flex-direction: column;
}.newsletterz .input_holder span {
    width: 100%;
}
}

@media (max-width: 480px) {.newsletterz {
    padding: 3rem 0;
}.newsletterz h4 {
    font-size: 1.3rem;
}.newsletterz .input_holder input {
    padding: 1rem;
}}.welcome_boardh {
    align-items: center;
    padding: 2rem;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    display: flex;
    overflow: hidden;
    background: rgb(217,227,231);
}.welcome_boardh::before {
    background: linear-gradient(135deg, rgb(157,180,190,0.5) 0%, rgb(110,110,180,0.5) 100%);
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.15;
    left: 0;
    content: "";
    width: 100%;
    z-index: 1;
}.welcome_boardh::after {
    right: -50%;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    top: -50%;
    transform: scale(2);
    z-index: 1;
    content: "";
    background: radial-gradient(circle at center, rgb(157,180,190,0.5) 0%, transparent 70%);
    width: 100%;
}.welcome_boardh .edu_pager {
    position: relative;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    max-width: 1200px;
    z-index: 2;
    width: 90%;
    box-shadow: 
    20px 20px 60px rgba(0,0,0,0.08), 
    -10px -10px 30px rgba(255,255,255,0.05),
    inset 5px 5px 10px rgba(255,255,255,0.05),
    inset -5px -5px 10px rgba(0,0,0,0.02);
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
}.welcome_boardh .edu_pager:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
    25px 25px 70px rgba(0,0,0,0.12), 
    -12px -12px 35px rgba(255,255,255,0.08),
    inset 5px 5px 10px rgba(255,255,255,0.08),
    inset -5px -5px 10px rgba(0,0,0,0.04);
}.welcome_boardh .edu_pager > div:first-child {
    transform: translateX(-10px);
    position: relative;
    padding-left: 1.5rem;
    opacity: 0;
    border-left: 4px solid rgb(157,180,190);
    animation: slideInLeft 0.7s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    margin-bottom: 2rem;
}.welcome_boardh .edu_pager > div:first-child p {
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: calc(12px * 1.1);
    color: #000000;
    line-height: 1.6;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
    font-family: Arial, sans-serif;
    margin: 0;
}.welcome_boardh .impact_statsf {
    transform: translateY(20px);
    margin-top: 3rem;
    position: relative;
    opacity: 0;
    animation: slideInUp 0.7s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}.welcome_boardh .impact_statsf > div {
    box-shadow: 
    10px 10px 30px rgba(0,0,0,0.15), 
    -5px -5px 20px rgba(255,255,255,0.1),
    inset 1px 1px 2px rgba(255,255,255,0.05);
    border-radius: 23px;
    position: relative;
    overflow: hidden;
}.welcome_boardh .impact_statsf > div::before {
    top: 0;
    left: 0;
    background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.4) 0%,
    rgba(0,0,0,0.7) 100%
  );
    content: "";
    width: 100%;
    z-index: 1;
    height: 100%;
    position: absolute;
}.welcome_boardh .impact_statsf > div::after {
    height: 120%;
    pointer-events: none;
    content: "";
    top: -10%;
    background: radial-gradient(
    ellipse at top right,
    rgb(157,180,190,0.5) 0%,
    transparent 70%
  );
    position: absolute;
    z-index: 2;
    left: -10%;
    opacity: 0.7;
    width: 120%;
    mix-blend-mode: overlay;
}.welcome_boardh .impact_statsf h3 {
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    opacity: 0;
    padding: 2rem 2rem 1rem;
    animation: fadeIn 0.7s 0.6s ease-out forwards;
    font-size: calc(23px * 0.9);
    position: relative;
    color: #ffffff;
    transform: translateY(10px);
    line-height: 1.5;
    margin: 0;
    z-index: 3;
    font-weight: 400;
}.welcome_boardh .impact_statsf > div > div {
    position: relative;
    margin-top: 1rem;
    z-index: 3;
    backdrop-filter: blur(5px);
    background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.15) 100%
  );
    padding: 2rem;
}.welcome_boardh .impact_statsf > div > div > div {
    position: relative;
    box-shadow: 
    5px 5px 15px rgba(0,0,0,0.1), 
    -5px -5px 15px rgba(255,255,255,0.05),
    inset 1px 1px 2px rgba(255,255,255,0.05),
    inset -1px -1px 2px rgba(0,0,0,0.05);
    background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(500px) rotateX(3deg);
    padding: 2rem;
}.welcome_boardh .impact_statsf > div > div > div:hover {
    box-shadow: 
    8px 8px 20px rgba(0,0,0,0.15), 
    -5px -5px 15px rgba(255,255,255,0.08),
    inset 1px 1px 2px rgba(255,255,255,0.08),
    inset -1px -1px 2px rgba(0,0,0,0.08);
    transform: perspective(500px) rotateX(0deg) translateY(-5px);
}.welcome_boardh .title_style_header {
    transform: translateY(20px);
    line-height: 1.3;
    color: #ffffff;
    animation: slideInUp 0.7s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    font-size: calc(43px * 0.9);
    font-family: Arial, sans-serif;
    position: relative;
    text-align: center;
    font-weight: 700;
    opacity: 0;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    letter-spacing: 1px;
    margin: 0;
}.welcome_boardh .title_style_header::after {
    width: 80px;
    position: absolute;
    height: 4px;
    left: 50%;
    bottom: -15px;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(157,180,190), rgb(110,110,180));
    content: "";
    transform: translateX(-50%);
}

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

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

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

@media screen and (max-width: 992px) {.welcome_boardh {
    padding: 1.5rem;
}.welcome_boardh .edu_pager {
    width: 95%;
    padding: 2rem 1.5rem;
}.welcome_boardh .title_style_header {
    font-size: calc(31px * 1.1);
}.welcome_boardh .impact_statsf h3 {
    font-size: 23px;
    padding: 1.5rem 1.5rem 1rem;
}
}

@media screen and (max-width: 768px) {.welcome_boardh {
    padding: 4rem 1rem;
    min-height: auto;
}.welcome_boardh .edu_pager {
    transform: perspective(800px) rotateX(1deg);
    padding: 1.5rem 1.25rem;
}.welcome_boardh .edu_pager > div:first-child {
    margin-bottom: 1.5rem;
}.welcome_boardh .edu_pager > div:first-child p {
    font-size: 12px;
}.welcome_boardh .impact_statsf > div > div {
    padding: 1.5rem 1rem;
}.welcome_boardh .impact_statsf > div > div > div {
    padding: 1.5rem 1rem;
}.welcome_boardh .title_style_header {
    font-size: calc(31px * 0.95);
}.welcome_boardh .title_style_header::after {
    width: 60px;
    bottom: -12px;
    height: 3px;
}.welcome_boardh .impact_statsf h3 {
    padding: 1.5rem 1.25rem 0.75rem;
    font-size: calc(18px * 1.1);
}
}

@media screen and (max-width: 576px) {.welcome_boardh {
    padding: 3rem 0.75rem;
}.welcome_boardh .edu_pager {
    padding: 1.25rem 1rem;
    width: 100%;
    transform: none;
}.welcome_boardh .edu_pager > div:first-child {
    border-left-width: 3px;
    padding-left: 1rem;
}.welcome_boardh .impact_statsf {
    margin-top: 2rem;
}.welcome_boardh .impact_statsf > div > div {
    padding: 1.25rem 0.75rem;
}.welcome_boardh .impact_statsf > div > div > div {
    padding: 1.25rem 0.75rem;
    transform: none;
}.welcome_boardh .title_style_header {
    font-size: calc(31px * 0.85);
}.welcome_boardh .title_style_header::after {
    height: 3px;
    bottom: -10px;
    width: 50px;
}.welcome_boardh .impact_statsf h3 {
    padding: 1.25rem 1rem 0.75rem;
    font-size: 18px;
}}.cookie_alert_overlayh {
    bottom: 20px;
    z-index: 1050;
    text-align: center;
    align-items: center;
    position: fixed;
    transform: translateX(-50%);
    flex-direction: column;
    padding: 20px;
    border-radius: 16px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    left: 50%;
    max-width: 600px;
    width: 90%;
    font-family: Arial, sans-serif;
    background: rgb(217,227,231);
}.cookie_disclaimerW {
    z-index: 1;
    flex-direction: column;
    display: flex;
    align-items: center;
}.cookie_ackZ {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.cookie_ackZ svg, .cookie_ackZ svg path, .cookie_ackZ img {
    width: 80px;
    fill: rgb(157,180,190);
    height: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookie_alert_overlayh h5 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    color: rgb(157,180,190);
}.cookie_alert_overlayh p {
    font-size: 12px;
    margin-bottom: 20px;
    color: #000000;
}.cookies_overview6 {
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 15px;
    padding: 10px 20px;
    background: rgb(157,180,190);
    width: calc(50% - 10px);
    display: inline-block;
    margin: 5px;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}.cookies_overview6:hover {
    background: rgb(110,110,180);
    transform: translateY(-3px);
}.cookie_button.cookie_overview3 {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie_overview3:hover {
    background: rgb(110,110,180,0.5);
}.cookie_alert_overlayh p a {
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
    color: rgb(157,180,190);
}.cookie_alert_overlayh p a:hover {
    color: rgb(110,110,180);
}
@media only screen and (max-width: 600px) {.cookie_alert_overlayh {
    width: 100%;
    transform: none;
    bottom: 0;
    left: 0;
    border-radius: 0;
}.cookie_disclaimerW {
    padding: 15px;
}.cookie_ackZ svg {
    width: 50px;
    height: 50px;
}.cookie_alert_overlayh h5 {
    font-size: calc(20px - 2px);
}.cookie_alert_overlayh p {
    font-size: calc(12px - 2px);
}.cookies_overview6 {
    width: calc(100% - 10px);
    font-size: calc(15px - 2px);
    padding: 8px 16px;
}}
#cookieWarningNoticeT {
    display: none;
}#cookieWarningNoticeT:checked ~ .cookie_alert_overlayh {
    opacity: 0;
    visibility: hidden;
}footer {
    z-index: 1;
    position: relative;
}footer::before {
    background: linear-gradient(to right, rgb(110,110,180), rgb(157,180,190));
    bottom: 0;
    position: absolute;
    content: "";
    z-index: -2;
    opacity: 0.9;
    left: 0;
    top: 0;
    right: 0;
}footer::after {
    position: absolute;
    right: 0;
    left: 0;
    z-index: -1;
    content: "";
    top: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
}.assign_helpG {
    position: relative;
    padding: 5rem 0 2rem;
    color: #ffffff;
}.assign_helpG::before {
    background: linear-gradient(90deg, rgb(157,180,190), rgb(110,110,180), rgb(157,180,190));
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 10px;
}.assign_helpG .container {
    display: grid;
    position: relative;
    gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
}.assign_helpG .company_holder {
    position: relative;
    grid-column: span 5;
    padding: 0;
}.assign_helpG .company_holder h3 {
    font-size: 29px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    padding-bottom: 1rem;
    color: #ffffff;
    margin: 0 0 1.5rem;
    font-weight: 700;
}.assign_helpG .company_holder h3::after {
    background: #ffffff;
    position: absolute;
    height: 2px;
    content: "";
    width: 80px;
    left: 0;
    bottom: -2px;
}.assign_helpG .footer_eduD {
    font-size: 12px;
    position: relative;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    line-height: 1.7;
    color: #ffffff;
    padding: 0 0 0 1.5rem;
    margin-top: 1.5rem;
}.assign_helpG .cert_blockK {
    grid-column: span 7;
}.assign_helpG .site_navj {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.assign_helpG .nav_mainQ {
    position: relative;
}.assign_helpG .nav_mainQ h5 {
    margin: 0 0 1.5rem;
    font-weight: 600;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 18px;
    padding-bottom: 0.8rem;
    color: #ffffff;
}.assign_helpG .nav_mainQ h5::after {
    background: #ffffff;
    content: "";
    height: 2px;
    bottom: -2px;
    left: 0;
    position: absolute;
    width: 40px;
}.assign_helpG .nav_mainQ .site_navj {
    gap: 1rem;
    display: grid;
}.assign_helpG .nav_mainQ .site_navj a {
    font-size: 12px;
    align-items: center;
    position: relative;
    display: flex;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}.assign_helpG .nav_mainQ .site_navj a::after {
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s ease;
    margin-left: 0.5rem;
    content: "\2192";
}.assign_helpG .nav_mainQ .site_navj a:hover {
    color: #ffffff;
    padding-left: 0.5rem;
}.assign_helpG .nav_mainQ .site_navj a:hover::after {
    transform: translateX(0);
    opacity: 1;
}.ranking_barR {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 4rem;
    padding: 2rem 0;
    position: relative;
    background: rgba(0, 0, 0, 0.1);
}.ranking_barR .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.ranking_barR .green_edu8 {
    position: relative;
    opacity: 0.9;
    padding: 0 1rem;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
}.assign_helpG::after {
    content: "";
    height: 50px;
    right: 2rem;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    top: 2rem;
    width: 50px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
}.assign_helpG .company_holder::before {
    left: 0;
    content: "";
    height: 50px;
    top: 0;
    width: 50px;
    position: absolute;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid rgba(255, 255, 255, 0.2);
}.assign_helpG .company_holder::after {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
}.assign_helpG .cert_blockK::after {
    height: 50px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    right: 0;
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1200px) {.assign_helpG .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.assign_helpG {
    padding: 4rem 0 2rem;
}.assign_helpG .container {
    grid-template-columns: 1fr;
}.assign_helpG .company_holder,
    .assign_helpG .cert_blockK {
    grid-column: span 12;
}.assign_helpG .company_holder {
    margin-bottom: 2rem;
}.assign_helpG::after,
    .assign_helpG .company_holder::before,
    .assign_helpG .company_holder::after,
    .assign_helpG .cert_blockK::after {
    display: none;
}
}

@media (max-width: 768px) {.assign_helpG {
    padding: 3rem 0 1.5rem;
}.assign_helpG .site_navj {
    gap: 1.5rem;
}.assign_helpG .company_holder h3 {
    font-size: calc(29px - 2px);
}.ranking_barR {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.assign_helpG {
    padding: 2.5rem 0 1rem;
}.assign_helpG .site_navj {
    grid-template-columns: 1fr;
    gap: 2rem;
}.assign_helpG .footer_eduD {
    padding-left: 1rem;
}.ranking_barR {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.assign_helpG .company_holder h3::after,
    .assign_helpG .nav_mainQ h5::after {
    width: 30px;
}.assign_helpG .nav_mainQ .site_navj a:hover {
    padding-left: 0.3rem;
}
}