* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    width: 1199px;
    max-width: 100%;
    margin: auto;
}.knowl_baseexp {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    min-height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    color: #000000;
}svg {
    width: 30px;
    height: 30px;
}.wrapper-bundleexp {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}header,footer {
    width: 100%;
}.head_sitewrapexp {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.secure_retreatexp {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 40px;
    height: auto;
    overflow: hidden;
    width: 100%;
    transition: all 0.3s ease;
}.secure_retreatexp h1 {
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 40px;
    margin-top: 40px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
}.secure_retreatexp h2 {
    margin-bottom: 20px;
    font-size: 31px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 35px;
    text-align: left;
    font-family: Arial, sans-serif;
}.secure_retreatexp h4,.secure_retreatexp h3, .secure_retreatexp h5 {
    color: #ffffff;
}.secure_retreatexp ul {
    list-style-type: none;
    padding-left: 0;
}.secure_retreatexp li {
    margin-bottom: 15px;
    background: rgb(179,191,166,0.5);
    line-height: 1.6;
    font-family: Arial, sans-serif;
    transition: background 0.3s ease;
    font-size: 18px;
    padding: 10px;
    color: #000000;
    border-radius: 10px;
}.secure_retreatexp li:hover {
    background: rgb(179,191,166);
    color: #ffffff;
}.secure_retreatexp div {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    color: #000000;
    border-radius: 24px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    line-height: 1.8;
    padding: 15px;
    font-size: 18px;
    background: rgb(225,228,221);
}.secure_retreatexp p, .secure_retreatexp span {
    line-height: 1.8;
    margin-bottom: 10px;
    color: rgb(255, 255, 255, 0.5);
}
@media only screen and (max-width: 800px) {.secure_retreatexp {
    padding: 20px;
}.secure_retreatexp h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: calc(19px - 4px);
}.secure_retreatexp h2 {
    margin-top: 25px;
    font-size: calc(19px - 4px);
    margin-bottom: 15px;
}.secure_retreatexp li {
    padding: 8px;
    margin-bottom: 10px;
}.secure_retreatexp div {
    padding: 10px;
}}.knowl_baseexp {
    position: relative;
    z-index: 1;
    color: #ffffff;
    padding: 5rem 0 3rem;
}.knowl_baseexp::before {
    z-index: -1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(179,191,166,0.5) 100%);
    left: 0;
    position: absolute;
    content: "";
    backdrop-filter: blur(8px);
    width: 100%;
    top: 0;
    height: 100%;
}.knowl_baseexp .container {
    grid-template-columns: 1.5fr 2fr;
    position: relative;
    display: grid;
    gap: 3rem;
}.knowl_baseexp .company_holder {
    animation: borderPulse 4s infinite alternate;
    padding-left: 2rem;
    position: relative;
    border-left: 2px solid rgb(179,191,166);
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(179,191,166);
    }
    50% {
        border-left-color: rgb(149,164,101);
    }
    100% {
        border-left-color: rgb(179,191,166);
    }
}

.knowl_baseexp .company_holder h3 {
    background: linear-gradient(to right, #ffffff, rgb(149,164,101));
    font-size: calc(34px * 1.2);
    -webkit-background-clip: text !important;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}.knowl_baseexp .donate_btnexp {
    font-size: 12px;
    color: #ffffff;
    margin-top: 1rem;
    line-height: 1.6;
    opacity: 0.8;
}.knowl_baseexp .science_refexp {
    display: flex;
    justify-content: flex-end;
}.knowl_baseexp .top_startexp {
    gap: 4rem;
    display: flex;
}.knowl_baseexp .main_teachexp {
    position: relative;
}.knowl_baseexp .main_teachexp::before {
    content: "";
    position: absolute;
    border-top: 1px solid rgb(179,191,166);
    top: -10px;
    height: 40px;
    left: -20px;
    border-left: 1px solid rgb(179,191,166);
    opacity: 0.4;
    width: 40px;
}.knowl_baseexp .main_teachexp::after {
    border-bottom: 1px solid rgb(179,191,166);
    border-right: 1px solid rgb(179,191,166);
    right: -20px;
    content: "";
    opacity: 0.4;
    height: 40px;
    position: absolute;
    width: 40px;
    bottom: -10px;
}.knowl_baseexp .main_teachexp h5 {
    letter-spacing: 1px;
    font-size: 19px;
    color: rgb(149,164,101);
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}.knowl_baseexp .main_teachexp .top_startexp {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}.knowl_baseexp .main_teachexp .top_startexp a {
    padding-left: 1rem;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.3s ease;
    opacity: 0.8;
    color: #ffffff;
    position: relative;
}.knowl_baseexp .main_teachexp .top_startexp a::before {
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    position: absolute;
    border-radius: 50%;
    height: 5px;
    transition: all 0.3s ease;
    width: 5px;
    background-color: rgb(179,191,166);
    content: "";
}.knowl_baseexp .main_teachexp .top_startexp a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(179,191,166);
}.knowl_baseexp .main_teachexp .top_startexp a:hover::before {
    background-color: rgb(149,164,101);
    width: 7px;
    height: 7px;
}.cookie_ctrlexp {
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
    position: relative;
}.cookie_ctrlexp::before {
    position: absolute;
    top: 0;
    background: linear-gradient(to right, transparent, rgb(179,191,166), transparent);
    opacity: 0.5;
    content: "";
    width: 100%;
    left: 0;
    height: 1px;
}.cookie_ctrlexp .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.cookie_ctrlexp .twitter_ctaexp {
    text-align: center;
    font-size: 12px;
    opacity: 0.7;
    color: #ffffff;
}

@media screen and (max-width: 992px) {.knowl_baseexp .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.knowl_baseexp .company_holder {
    padding-left: 1rem;
    margin-bottom: 2rem;
}.knowl_baseexp .science_refexp {
    justify-content: flex-start;
}.knowl_baseexp .top_startexp {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.knowl_baseexp {
    padding: 3rem 0 2rem;
}.knowl_baseexp .top_startexp {
    gap: 2rem;
    flex-direction: column;
}.knowl_baseexp .main_teachexp::before,
    .knowl_baseexp .main_teachexp::after {
    display: none;
}.knowl_baseexp .main_teachexp {
    margin-bottom: 1.5rem;
}.cookie_ctrlexp {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.knowl_baseexp .company_holder h3 {
    font-size: 34px;
}.knowl_baseexp .main_teachexp h5 {
    font-size: calc(16px * 1.1);
}.knowl_baseexp .main_teachexp .top_startexp a {
    font-size: calc(12px * 0.9);
}}.future_attendeesexp {
    padding: 120px 0 100px;
    overflow: hidden;
    background: rgb(225,228,221);
    position: relative;
}.future_attendeesexp::before {
    z-index: 1;
    right: -50%;
    content: "";
    transform: rotate(35deg);
    background: rgb(179,191,166,0.5);
    width: 100%;
    height: 100%;
    top: -50%;
    position: absolute;
}.future_attendeesexp::after {
    left: -50%;
    background: rgb(149,164,101,0.5);
    z-index: 1;
    width: 100%;
    content: "";
    height: 100%;
    transform: rotate(-35deg);
    position: absolute;
    bottom: -50%;
}.future_attendeesexp .container {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    padding: 0 15px;
    z-index: 2;
}.future_attendeesexp .fast_guideexp {
    background: #ffffff;
    border-radius: 18px;
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    padding: 60px 40px;
    overflow: hidden;
}.future_attendeesexp .fast_guideexp::before {
    position: absolute;
    width: 100%;
    height: 6px;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(179,191,166), rgb(149,164,101));
}.future_attendeesexp .fast_guideexp::after {
    opacity: 0.5;
    position: absolute;
    top: 20px;
    z-index: -1;
    width: 120px;
    border: 2px solid rgb(179,191,166,0.5);
    border-radius: 50%;
    right: 20px;
    height: 120px;
    content: "";
}.future_attendeesexp h4 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 30px;
    text-align: center;
    position: relative;
}.future_attendeesexp h4::before {
    height: 4px;
    content: "";
    position: absolute;
    width: 40px;
    bottom: -20px;
    left: 50%;
    background: rgb(179,191,166);
    border-radius: 10px;
    transform: translateX(-50%);
}.future_attendeesexp h4::after {
    left: 50%;
    transform: translateX(-20px);
    background: rgb(149,164,101,0.5);
    border-radius: 10px;
    width: 80px;
    content: "";
    position: absolute;
    height: 4px;
    bottom: -20px;
}.future_attendeesexp div > div {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    position: relative;
    display: grid;
}.future_attendeesexp div > div::before {
    width: 100%;
    z-index: -1;
    height: 1px;
    position: absolute;
    top: 50%;
    content: "";
    opacity: 0.5;
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(149,164,101,0.5) 20%, 
        rgb(149,164,101,0.5) 80%, 
        transparent 100%);
}.future_attendeesexp p {
    padding: 24px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    align-items: center;
    z-index: 1;
    color: #000000;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin: 0;
    display: flex;
    border-radius: 10px;
    font-size: 16px;
}.future_attendeesexp p::before {
    width: 100%;
    transition: opacity 0.4s ease;
    opacity: 0;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, #ffffff 0%, rgb(225,228,221) 100%);
    height: 100%;
    border-radius: 10px;
}.future_attendeesexp p:hover {
    border-color: rgb(179,191,166,0.5);
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.future_attendeesexp p:hover::before {
    opacity: 1;
}.future_attendeesexp p svg {
    flex-shrink: 0;
    margin-right: 18px;
    width: 28px;
    height: 28px;
    transition: all 0.4s ease;
}.future_attendeesexp p svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,191,166);
}.future_attendeesexp p:hover svg {
    transform: rotate(10deg) scale(1.2);
}.future_attendeesexp p:hover svg path {
    fill: rgb(149,164,101);
}@keyframes dotAnimation {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.5);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.future_attendeesexp .fast_guideexp::before {
    animation: dotAnimation 8s infinite;
}@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.future_attendeesexp .fast_guideexp > div p {
    opacity: 0;
    animation: fadeSlideIn 0.6s ease forwards;
}.future_attendeesexp .fast_guideexp > div p:nth-child(1) {
    animation-delay: 0.1s;
}.future_attendeesexp .fast_guideexp > div p:nth-child(2) {
    animation-delay: 0.3s;
}.future_attendeesexp .fast_guideexp > div p:nth-child(3) {
    animation-delay: 0.5s;
}.future_attendeesexp .fast_guideexp > div p:nth-child(4) {
    animation-delay: 0.7s;
}.future_attendeesexp .fast_guideexp > div p:nth-child(5) {
    animation-delay: 0.9s;
}.future_attendeesexp .fast_guideexp > div p:nth-child(6) {
    animation-delay: 1.1s;
}.future_attendeesexp p::after {
    transition: all 0.4s ease;
    right: 10px;
    border-radius: 50%;
    content: "";
    z-index: -1;
    bottom: 10px;
    position: absolute;
    opacity: 0;
    width: 30px;
    height: 30px;
    background: rgb(149,164,101,0.5);
}.future_attendeesexp p:hover::after {
    transform: scale(2);
    opacity: 0.3;
}

@media (max-width: 991px) {.future_attendeesexp {
    padding: 90px 0 80px;
}.future_attendeesexp .fast_guideexp {
    padding: 50px 30px;
}.future_attendeesexp h4 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.9);
}.future_attendeesexp div > div {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.future_attendeesexp p {
    padding: 20px;
}.future_attendeesexp .fast_guideexp::after {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 768px) {.future_attendeesexp {
    padding: 80px 0 70px;
}.future_attendeesexp .fast_guideexp {
    padding: 40px 25px;
}.future_attendeesexp h4 {
    margin-bottom: 35px;
    font-size: calc(30px * 0.8);
}.future_attendeesexp div > div {
    gap: 20px;
    grid-template-columns: 1fr;
}.future_attendeesexp div > div::before {
    display: none;
}.future_attendeesexp p {
    padding: 18px;
}.future_attendeesexp p svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
}.future_attendeesexp .fast_guideexp::after {
    bottom: 20px;
    height: 80px;
    width: 80px;
    right: auto;
    top: auto;
    left: 20px;
}
}

@media (max-width: 576px) {.future_attendeesexp {
    padding: 60px 0 50px;
}.future_attendeesexp .fast_guideexp {
    padding: 35px 20px;
}.future_attendeesexp h4 {
    font-size: calc(30px * 0.7);
    margin-bottom: 30px;
}.future_attendeesexp h4::before {
    height: 3px;
    width: 30px;
}.future_attendeesexp h4::after {
    width: 60px;
    height: 3px;
}.future_attendeesexp p {
    font-size: calc(16px * 0.9);
    padding: 15px;
}.future_attendeesexp p svg {
    margin-right: 12px;
    width: 20px;
    height: 20px;
}.future_attendeesexp p:hover {
    transform: translateY(-5px) scale(1.01);
}.future_attendeesexp .fast_guideexp::after {
    width: 60px;
    height: 60px;
}}.company_overviewexp {
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0;
    position: relative;
}.company_overviewexp::before {
    position: absolute;
    left: 0;
    content: "";
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.75));
    bottom: 0;
    right: 0;
}.company_overviewexp::after {
    animation: gradientShift 8s ease-in-out infinite alternate;
    opacity: 0.3;
    z-index: 2;
    top: 0;
    right: 0;
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgb(179,191,166,0.5) 0%, transparent 100%);
}.company_overviewexp .container {
    z-index: 5;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.company_overviewexp .text_articleexp {
    position: relative;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 
                0 0 0 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    padding: 60px 50px;
    transform: perspective(1000px) rotateY(1deg);
    border-left: 4px solid rgb(179,191,166);
}.company_overviewexp .text_articleexp:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3), 
                0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}.company_overviewexp .text_articleexp::before {
    top: -100px;
    z-index: -1;
    right: -100px;
    position: absolute;
    background: rgb(179,191,166);
    border-radius: 50%;
    height: 200px;
    content: "";
    width: 200px;
    opacity: 0.05;
}.company_overviewexp .text_articleexp::after {
    position: absolute;
    left: -75px;
    border-radius: 50%;
    width: 150px;
    content: "";
    height: 150px;
    opacity: 0.05;
    bottom: -75px;
    z-index: -1;
    background: rgb(149,164,101);
}.company_overviewexp h5 {
    color: rgb(179,191,166);
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    position: relative;
    font-size: calc(19px * 1.2);
    letter-spacing: 2px;
}.company_overviewexp h5::after {
    width: 50%;
    height: 2px;
    bottom: -10px;
    background: rgb(179,191,166);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    position: absolute;
    transform-origin: left;
    left: 0;
    content: "";
}.company_overviewexp .text_articleexp:hover h5::after {
    transform: scaleX(1);
}.company_overviewexp p {
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 12px;
    color: #ffffff;
}.company_overviewexp p b {
    color: transparent;
    font-weight: 700;
    font-size: calc(12px * 1.4);
    transform: translateX(0);
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-background-clip: text !important;
    background: linear-gradient(120deg, rgb(179,191,166), rgb(149,164,101));
}.company_overviewexp .text_articleexp:hover p b {
    transform: translateX(10px);
}.company_overviewexp ol {
    margin-top: 30px;
    padding-left: 0;
    position: relative;
}.company_overviewexp ol li {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    list-style-type: none;
    text-align: justify;
    padding-left: 0;
    line-height: 1.8;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    position: relative;
}.company_overviewexp ol::before {
    left: -20px;
    top: 10px;
    transform: scaleY(0);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: top;
    width: 3px;
    background: linear-gradient(to bottom, rgb(179,191,166), transparent);
    position: absolute;
    content: "";
    height: calc(100% - 60px);
}.company_overviewexp .text_articleexp:hover ol::before {
    transform: scaleY(1);
}

@keyframes gradientShift {
    0% {
        opacity: 0.2;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.35;
    }
    100% {
        opacity: 0.3;
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.company_overviewexp {
    padding: 100px 0;
}.company_overviewexp .text_articleexp {
    padding: 50px 40px;
}
}

@media (max-width: 992px) {.company_overviewexp {
    padding: 80px 0;
}.company_overviewexp .text_articleexp {
    transform: perspective(1000px) rotateY(0.5deg);
    padding: 40px 30px;
}.company_overviewexp h5 {
    font-size: calc(19px * 1.1);
}.company_overviewexp p b {
    font-size: calc(12px * 1.3);
}
}

@media (max-width: 768px) {.company_overviewexp {
    padding: 70px 0;
}.company_overviewexp .text_articleexp {
    border-left-width: 3px;
    transform: none;
    padding: 35px 25px;
}.company_overviewexp h5 {
    margin-bottom: 15px;
    font-size: 19px;
}.company_overviewexp p {
    margin-bottom: 20px;
    font-size: calc(12px * 0.95);
}.company_overviewexp p b {
    font-size: calc(12px * 1.2);
}.company_overviewexp ol li {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 576px) {.company_overviewexp {
    padding: 60px 0;
}.company_overviewexp .text_articleexp {
    padding: 30px 20px;
    border-left-width: 2px;
}.company_overviewexp h5 {
    letter-spacing: 1.5px;
    font-size: calc(19px * 0.9);
}.company_overviewexp p {
    margin-bottom: 15px;
    font-size: calc(12px * 0.9);
}.company_overviewexp p b {
    font-size: calc(12px * 1.1);
}.company_overviewexp ol {
    margin-top: 20px;
}.company_overviewexp ol li {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.company_overviewexp ol::before {
    width: 2px;
    left: -15px;
}}.pricing_panelexp {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.pricing_panelexp::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.65) 100%);
    z-index: 1;
    bottom: 0;
    position: absolute;
    right: 0;
    content: "";
    top: 0;
    left: 0;
}.pricing_panelexp .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.pricing_panelexp .edu_dealsexp {
    flex-direction: column;
    display: flex;
    align-items: center;
}.pricing_panelexp h2 {
    color: #ffffff;
    opacity: 0;
    position: relative;
    font-size: 37px;
    margin-bottom: 20px;
    font-weight: 700;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards;
    text-align: center;
}.pricing_panelexp .learn_priceexp {
    margin-bottom: 40px;
    max-width: 700px;
    color: rgb(255, 255, 255, 0.5);
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
    opacity: 0;
}.pricing_panelexp .deal_boardexp {
    gap: 30px;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    width: 100%;
}.pricing_panelexp .deal_boardexp li {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(30px);
}.pricing_panelexp .deal_boardexp li:nth-child(1) {
    animation-delay: 0.3s;
}.pricing_panelexp .deal_boardexp li:nth-child(2) {
    animation-delay: 0.4s;
}.pricing_panelexp .deal_boardexp li:nth-child(3) {
    animation-delay: 0.5s;
}.pricing_panelexp .deal_boardexp li:nth-child(4) {
    animation-delay: 0.6s;
}.pricing_panelexp .study_offersexp {
    overflow: hidden;
    height: 100%;
    position: relative;
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}.pricing_panelexp .study_offersexp:hover {
    transform: translateY(-8px) scale(1.02);
}.pricing_panelexp .study_offersexp::before {
    transition: left 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    pointer-events: none;
}.pricing_panelexp .study_offersexp:hover::before {
    left: 100%;
}.pricing_panelexp .lesson_ratesexp {
    height: 100%;
    background: linear-gradient(145deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.05) 100%);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    position: relative;
    border-radius: 14px;
    transition: box-shadow 0.4s ease, transform 0.3s ease;
    padding: 5px;
    backdrop-filter: blur(10px);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
}.pricing_panelexp .study_offersexp:hover .lesson_ratesexp {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.pricing_panelexp .lesson_ratesexp::after {
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform-origin: left;
    background: linear-gradient(90deg, rgb(179,191,166), rgb(149,164,101));
    left: 0;
    content: '';
    height: 5px;
    transform: scaleX(0);
    width: 100%;
    top: 0;
}.pricing_panelexp .study_offersexp:hover .lesson_ratesexp::after {
    transform: scaleX(1);
}.pricing_panelexp .access_ratesexp {
    padding: 30px;
    justify-content: space-between;
    box-sizing: border-box;
    flex-direction: column;
    min-height: 400px;
    color: #ffffff;
    height: 100%;
    display: flex;
}.pricing_panelexp .access_ratesexp h4 {
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    margin: 0 0 20px;
    font-size: 24px;
    transition: transform 0.3s ease;
    color: rgb(179,191,166);
}.pricing_panelexp .study_offersexp:hover .access_ratesexp h4 {
    transform: translateX(5px);
}.pricing_panelexp .access_ratesexp h4::after {
    width: 40px;
    height: 3px;
    transition: width 0.3s ease;
    background: rgb(149,164,101);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
}.pricing_panelexp .study_offersexp:hover .access_ratesexp h4::after {
    width: 60px;
}.pricing_panelexp .access_ratesexp p {
    margin: 0 0 30px;
    scrollbar-color: rgb(179,191,166,0.5) transparent;
    word-break: break-word;
    line-height: 1.6;
    font-size: calc(13px - 2px);
    scrollbar-width: thin;
    overflow-y: auto;
    overflow-wrap: break-word;
    max-height: 200px;
    color: rgba(255,255,255,0.8);
}.pricing_panelexp .access_ratesexp p::-webkit-scrollbar {
    width: 5px;
}.pricing_panelexp .access_ratesexp p::-webkit-scrollbar-track {
    background: transparent;
}.pricing_panelexp .access_ratesexp p::-webkit-scrollbar-thumb {
    background-color: rgb(179,191,166,0.5);
    border-radius: 10px;
}.pricing_panelexp .pricing_cardexp {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 700;
    overflow: hidden;
    color: #ffffff;
    padding: 10px 20px;
    align-self: flex-start;
    display: inline-block;
    background: linear-gradient(135deg, rgb(179,191,166) 0%, rgb(179,191,166,0.5) 100%);
    font-size: calc(24px + 4px);
    border-radius: 10px;
    margin-top: auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    position: relative;
}.pricing_panelexp .study_offersexp:hover .pricing_cardexp {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}.pricing_panelexp .pricing_cardexp::before {
    top: -50%;
    position: absolute;
    transform: scale(0);
    content: "";
    width: 200%;
    opacity: 0;
    left: -50%;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    height: 200%;
}.pricing_panelexp .study_offersexp:hover .pricing_cardexp::before {
    opacity: 1;
    transform: scale(1);
}

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

@media (max-width: 991px) {.pricing_panelexp {
    padding: 80px 0;
}.pricing_panelexp .deal_boardexp {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}.pricing_panelexp .access_ratesexp {
    padding: 25px;
    min-height: 350px;
}
}

@media (max-width: 767px) {.pricing_panelexp {
    padding: 60px 0;
}.pricing_panelexp h2 {
    font-size: calc(37px - 4px);
}.pricing_panelexp .learn_priceexp {
    margin-bottom: 30px;
    font-size: calc(13px - 1px);
}.pricing_panelexp .deal_boardexp {
    max-width: 400px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing_panelexp .access_ratesexp {
    min-height: 300px;
}.pricing_panelexp .pricing_cardexp {
    font-size: calc(24px + 2px);
}
}

@media (max-width: 480px) {.pricing_panelexp {
    padding: 40px 0;
}.pricing_panelexp h2 {
    font-size: calc(37px - 6px);
}.pricing_panelexp .access_ratesexp {
    padding: 20px;
    min-height: 280px;
}.pricing_panelexp .access_ratesexp p {
    margin-bottom: 20px;
    font-size: calc(13px - 3px);
}.pricing_panelexp .pricing_cardexp {
    padding: 8px 15px;
}}.cookie_warning_windowexp {
    transform: translateX(-50%);
    flex-direction: column;
    background: rgb(225,228,221);
    left: 50%;
    z-index: 1050;
    text-align: center;
    position: fixed;
    bottom: 20px;
    padding: 20px;
    border-radius: 22px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    align-items: center;
    width: 90%;
    display: flex;
    max-width: 600px;
}.consent_boxexp {
    flex-direction: column;
    display: flex;
    z-index: 1;
    align-items: center;
}.safe_cookiesexp {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}.safe_cookiesexp svg, .safe_cookiesexp svg path, .safe_cookiesexp img {
    fill: rgb(179,191,166);
    width: 80px;
    height: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookie_warning_windowexp h5 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 19px;
    color: rgb(179,191,166);
}.cookie_warning_windowexp p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #000000;
}.cookie_disclaimerexp {
    background: rgb(179,191,166);
    display: inline-block;
    color: #ffffff;
    margin: 5px;
    padding: 10px 20px;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    width: calc(50% - 10px);
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
}.cookie_disclaimerexp:hover {
    background: rgb(149,164,101);
    transform: translateY(-3px);
}.cookie_button.cookies_techexp {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookies_techexp:hover {
    background: rgb(149,164,101,0.5);
}.cookie_warning_windowexp p a {
    transition: color 0.3s ease-in-out;
    color: rgb(179,191,166);
    text-decoration: underline;
}.cookie_warning_windowexp p a:hover {
    color: rgb(149,164,101);
}
@media only screen and (max-width: 600px) {.cookie_warning_windowexp {
    width: 100%;
    transform: none;
    bottom: 0;
    left: 0;
    border-radius: 0;
}.consent_boxexp {
    padding: 15px;
}.safe_cookiesexp svg {
    height: 50px;
    width: 50px;
}.cookie_warning_windowexp h5 {
    font-size: calc(19px - 2px);
}.cookie_warning_windowexp p {
    font-size: calc(18px - 2px);
}.cookie_disclaimerexp {
    width: calc(100% - 10px);
    font-size: calc(18px - 2px);
    padding: 8px 16px;
}}
#cookiePolicyPromptexp {
    display: none;
}#cookiePolicyPromptexp:checked ~ .cookie_warning_windowexp {
    opacity: 0;
    visibility: hidden;
}header {
    position: relative;
    z-index: 100;
    width: 100%;
    background: linear-gradient(to right, rgb(179,191,166,0.5), rgb(149,164,101,0.5));
    padding: 1.5rem 3%;
}header::before {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    left: 0.5rem;
    pointer-events: none;
    right: 0.5rem;
    bottom: 0.5rem;
    position: absolute;
    content: '';
    top: 0.5rem;
    z-index: 0;
}header::after {
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    z-index: 0;
    top: 0;
    width: 100%;
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
}header .container {
    z-index: 1;
    max-width: 100%;
    padding: 0;
    width: 100%;
    margin: 0;
    position: relative;
}header .site_infoexp {
    display: flex;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    align-items: center;
    padding: 1.5rem;
    background: #ffffff;
    flex-direction: column;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}header .site_infoexp::before {
    top: 0;
    content: '';
    background: linear-gradient(to bottom, rgb(179,191,166), rgb(149,164,101));
    position: absolute;
    width: 5px;
    left: 0;
    height: 100%;
}header .site_infoexp::after {
    background: linear-gradient(to bottom, rgb(149,164,101), rgb(179,191,166));
    height: 100%;
    right: 0;
    position: absolute;
    width: 5px;
    top: 0;
    content: '';
}header .top_mainexp {
    padding: 0 0 1rem 0;
    position: relative;
    text-decoration: none;
    justify-content: center;
    display: flex;
}header .top_mainexp::after {
    content: '';
    background: rgb(179,191,166,0.5);
    transform: translateX(-50%);
    width: 80px;
    height: 1px;
    left: 50%;
    bottom: 0;
    position: absolute;
}header .top_mainexp svg {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    width: 170px;
    height: auto;
}header .top_mainexp:hover svg {
    transform: scale(1.03);
}header .main_teachexp {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem;
    display: flex;
    padding-top: 1rem;
    width: 100%;
    max-width: 90%;
}header .site_studyexp {
    padding: 0.7rem 1.3rem;
    border: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
    font-family: Arial, sans-serif;
    text-decoration: none;
    background: rgb(225,228,221);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    z-index: 1;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 10px;
}header .site_studyexp::before {
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    border-radius: 10px 0 0 10px;
    content: '';
    z-index: -1;
    width: 3px;
    top: 0;
    background: linear-gradient(to bottom, rgb(179,191,166), rgb(149,164,101));
    height: 100%;
}header .site_studyexp:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: #ffffff;
}header .site_studyexp:hover::before {
    width: 100%;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .site_infoexp {
    padding: 1.2rem;
}header .top_mainexp {
    padding: 0 0 0.8rem 0;
}header .top_mainexp svg {
    width: 150px;
}header .main_teachexp {
    padding-top: 0.8rem;
    gap: 0.6rem;
}header .site_studyexp {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .site_infoexp {
    padding: 1rem;
}header .top_mainexp {
    padding: 0 0 0.7rem 0;
}header .top_mainexp svg {
    width: 130px;
}header .main_teachexp {
    max-width: 95%;
    padding-top: 0.7rem;
    gap: 0.5rem;
}header .site_studyexp {
    padding: 0.5rem 1rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .site_infoexp {
    padding: 0.8rem 0.8rem 1rem;
}header .top_mainexp {
    padding: 0 0 0.6rem 0;
}header .top_mainexp svg {
    width: 120px;
}header .main_teachexp {
    padding-bottom: 0.3rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-top: 0.6rem;
}header .main_teachexp::-webkit-scrollbar {
    height: 3px;
}header .main_teachexp::-webkit-scrollbar-thumb {
    background: rgb(179,191,166);
    border-radius: 10px;
}header .site_studyexp {
    white-space: nowrap;
    margin-right: 3px;
    flex-shrink: 0;
}}.course_summaryexp {
    padding: 120px 0;
    position: relative;
    background-color: rgb(149,164,101);
    overflow: hidden;
}.course_summaryexp::before {
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: 
        radial-gradient(ellipse at bottom right, rgb(179,191,166,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at top left, rgb(149,164,101,0.5) 0%, transparent 60%);
}.course_summaryexp::after {
    position: absolute;
    background-size: 50px 50px;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
    top: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%);
    left: 0;
}.course_summaryexp .container {
    z-index: 2;
    position: relative;
}.course_summaryexp .education_mapexp {
    position: relative;
    flex-direction: column;
    gap: 60px;
    display: flex;
}.course_summaryexp .text_articleexp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    order: 2;
    position: relative;
}.course_summaryexp .text_articleexp h2 {
    position: relative;
    font-weight: 700;
    grid-column: 1 / -1;
    font-size: 45px;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 20px;
    color: #ffffff;
}.course_summaryexp .text_articleexp h2::after {
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(179,191,166), rgb(149,164,101));
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    bottom: 0;
}.course_summaryexp .text_articleexp .description {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    margin: 0;
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    padding: 25px;
    line-height: 1.8;
    border: 1px solid rgba(255, 255, 255, 0.05);
}.course_summaryexp .text_articleexp .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.course_summaryexp .text_articleexp .description::before {
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    background: rgb(179,191,166);
    top: 0;
    height: 4px;
}.course_summaryexp .text_articleexp .description:last-of-type::before {
    background: rgb(149,164,101);
}.course_summaryexp .text_articleexp .description::after {
    position: absolute;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    content: "";
}.course_summaryexp .img_picexp {
    border-radius: 20px;
    height: 400px;
    order: 1;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}.course_summaryexp .img_picexp::before {
    z-index: 1;
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.8));
    content: "";
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float-tech {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(0deg);
    }
    75% {
        transform: translateY(15px) rotate(-5deg);
    }
}

@keyframes scan-move {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

@media (min-width: 992px) {.course_summaryexp .education_mapexp {
    gap: 80px;
}.course_summaryexp .img_picexp {
    height: 500px;
}
}

@media (max-width: 991px) {.course_summaryexp {
    padding: 80px 0;
}
}

@media (max-width: 767px) {.course_summaryexp {
    padding: 60px 0;
}.course_summaryexp .text_articleexp {
    grid-template-columns: 1fr;
}.course_summaryexp .text_articleexp h2 {
    font-size: calc(45px * 0.9);
}.course_summaryexp .img_picexp {
    height: 350px;
}
}

@media (max-width: 480px) {.course_summaryexp {
    padding: 40px 0;
}.course_summaryexp .education_mapexp {
    gap: 40px;
}.course_summaryexp .text_articleexp h2 {
    font-size: calc(45px * 0.8);
    padding-bottom: 15px;
}.course_summaryexp .text_articleexp h2::after {
    width: 80px;
}.course_summaryexp .text_articleexp .description {
    padding: 20px;
}.course_summaryexp .img_picexp {
    height: 250px;
}}.welcome_boardexp {
    display: flex;
    background: linear-gradient(135deg, rgb(225,228,221) 0%, rgba(0, 0, 0, 0.5) 100%);
    justify-content: center;
    min-height: 100vh;
    position: relative;
    align-items: center;
    overflow: hidden;
}.welcome_boardexp::before {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    top: 0;
    opacity: 0.4;
    left: 0;
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(179,191,166,0.5) 0%, transparent 75%);
}.welcome_boardexp::after {
    z-index: 0;
    width: 35%;
    opacity: 0.1;
    bottom: -10%;
    background: rgb(149,164,101);
    right: -5%;
    content: "";
    height: 70%;
    position: absolute;
    transform: rotate(-15deg);
}.welcome_boardexp .study_smartexp {
    display: grid;
    gap: 2rem;
    position: relative;
    width: 90%;
    max-width: 1200px;
    grid-template-columns: 1fr;
    z-index: 2;
    padding: 2rem;
}.welcome_boardexp .study_smartexp > div:first-child {
    padding: 1.5rem;
    transform: translateY(-1rem);
    position: relative;
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.welcome_boardexp .study_smartexp > div:first-child:hover {
    transform: translateY(-1.5rem) scale(1.02);
}.welcome_boardexp .study_smartexp > div:first-child p {
    line-height: 1.6;
    font-size: calc(13px * 1.2);
    font-weight: 600;
    position: relative;
    z-index: 3;
    margin: 0;
    font-family: Arial, sans-serif;
    color: #000000;
}.welcome_boardexp .pedagogy_infoexp {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
}.welcome_boardexp .pedagogy_infoexp > div {
    min-height: 400px;
    position: relative;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding: 3rem 2rem;
}.welcome_boardexp .pedagogy_infoexp > div::before {
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%);
}.welcome_boardexp .pedagogy_infoexp h3 {
    color: #ffffff;
    max-width: 90%;
    z-index: 2;
    transition: all 0.4s ease;
    font-weight: 400;
    margin-bottom: 2rem;
    line-height: 1.4;
    transform: translateX(1rem);
    position: relative;
    opacity: 0.9;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: calc(22px * 1.1);
}.welcome_boardexp .pedagogy_infoexp:hover h3 {
    transform: translateX(0);
    opacity: 1;
}.welcome_boardexp .pedagogy_infoexp div div {
    position: relative;
    z-index: 2;
}.welcome_boardexp .pedagogy_infoexp div div div {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2rem;
    background: rgba(255, 255, 255, 0.9);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    transform: translateY(1rem);
    backdrop-filter: blur(10px);
}.welcome_boardexp .pedagogy_infoexp:hover div div div {
    transform: translateY(0);
}.welcome_boardexp .title_style_header {
    color: rgb(179,191,166);
    line-height: 1.2;
    margin: 0;
    font-weight: 700;
    padding-left: 1rem;
    position: relative;
    font-size: calc(46px * 0.9);
}.welcome_boardexp .title_style_header::before {
    transition: transform 0.3s ease;
    left: 0;
    width: 4px;
    top: 0;
    content: "";
    transform: scaleY(0.8);
    position: absolute;
    height: 100%;
    background: rgb(149,164,101);
}.welcome_boardexp .pedagogy_infoexp:hover .title_style_header::before {
    transform: scaleY(1);
}

@media (min-width: 768px) {.welcome_boardexp .study_smartexp {
    gap: 3rem;
    grid-template-columns: 1fr 2fr;
}.welcome_boardexp .study_smartexp > div:first-child {
    transform: translateY(0) translateX(-1rem);
    align-self: center;
}.welcome_boardexp .study_smartexp > div:first-child:hover {
    transform: translateX(-1.5rem) scale(1.02);
}.welcome_boardexp .title_style_header {
    font-size: 46px;
}.welcome_boardexp .pedagogy_infoexp > div {
    min-height: 500px;
}
}

@media (min-width: 992px) {.welcome_boardexp .study_smartexp {
    width: 85%;
    padding: 3rem;
}.welcome_boardexp .pedagogy_infoexp h3 {
    font-size: 22px;
    max-width: 80%;
}.welcome_boardexp .pedagogy_infoexp > div {
    padding: 4rem 3rem;
}.welcome_boardexp .pedagogy_infoexp div div div {
    max-width: 85%;
    padding: 3rem;
}
}

@media (max-width: 767px) {.welcome_boardexp {
    padding: 4rem 0;
}.welcome_boardexp .study_smartexp {
    gap: 1.5rem;
}.welcome_boardexp .title_style_header {
    font-size: calc(32px * 0.9);
}.welcome_boardexp .pedagogy_infoexp h3 {
    max-width: 100%;
    font-size: calc(21px * 1.1);
}
}

@media (max-width: 480px) {.welcome_boardexp .study_smartexp {
    width: 95%;
    padding: 1rem;
}.welcome_boardexp .study_smartexp > div:first-child {
    padding: 1rem;
}.welcome_boardexp .study_smartexp > div:first-child p {
    font-size: 13px;
}.welcome_boardexp .pedagogy_infoexp > div {
    padding: 2rem 1rem;
    min-height: 350px;
}.welcome_boardexp .pedagogy_infoexp div div div {
    padding: 1.5rem;
}}.training_specialistexp {
    min-height: 700px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(160deg, rgb(225,228,221) 0%, #000000 100%);
    padding: 8rem 0;
}.training_specialistexp::before {
    animation: breatheGlow 15s ease-in-out infinite alternate;
    z-index: 1;
    position: absolute;
    left: 0;
    height: 100%;
    filter: blur(70px);
    opacity: 0.4;
    width: 100%;
    top: 0;
    content: "";
    background: 
        radial-gradient(circle at 80% 20%, rgb(179,191,166,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(149,164,101,0.5) 0%, transparent 35%);
}.training_specialistexp .container {
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.training_specialistexp .feedback_storiesexp {
    backdrop-filter: blur(15px);
    padding: 3rem;
    position: relative;
    gap: 30px;
    min-height: 580px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    border-radius: 17px;
    grid-template-columns: 1.2fr 0.8fr;
    display: grid;
    overflow: hidden;
    grid-template-rows: auto 1fr;
}.training_specialistexp .feedback_storiesexp::before {
    width: 100%;
    background-size: 200% 200%;
    opacity: 0.2;
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, transparent, rgb(179,191,166,0.5), transparent);
    content: "";
    left: 0;
    position: absolute;
    animation: shimmerEffect 10s ease-in-out infinite;
    height: 100%;
}.training_specialistexp .img_picexp {
    transform: scale(1) rotate(0deg);
    grid-column: 2;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    position: relative;
    height: 100%;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    filter: contrast(1.1) brightness(1.05);
    z-index: 3;
    border-radius: 17px;
    grid-row: 1 / span 2;
}.training_specialistexp .feedback_storiesexp:hover .img_picexp {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
}.training_specialistexp .img_picexp::before {
    top: 0;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: inherit;
    box-sizing: border-box;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}.training_specialistexp .name {
    grid-column: 1;
    transform: translateX(0);
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
    position: relative;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    grid-row: 1;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    z-index: 4;
}.training_specialistexp .feedback_storiesexp:hover .name {
    transform: translateX(10px);
}.training_specialistexp .name::after {
    position: absolute;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(179,191,166), rgb(149,164,101));
    height: 3px;
    transition: width 0.6s ease;
    width: 0;
    left: 0;
    content: "";
}.training_specialistexp .feedback_storiesexp:hover .name::after {
    width: 120px;
}.training_specialistexp .feedback_storiesexp span:not(.name) {
    color: rgb(149,164,101);
    font-weight: 600;
    grid-column: 1;
    grid-row: 1;
    width: max-content;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    transform: translateX(0);
    padding: 0.7rem 1.5rem;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    z-index: 3;
    font-size: 19px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    margin-top: 4rem;
}.training_specialistexp .feedback_storiesexp:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(10px);
}.training_specialistexp .work_backgroundexp {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 2;
    padding: 2rem;
    grid-row: 2;
    color: #ffffff;
    backdrop-filter: blur(10px);
    font-size: 14px;
    transform: translateY(0);
    border-radius: 17px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    grid-column: 1;
    overflow: hidden;
    line-height: 1.8;
    border-left: 4px solid rgb(149,164,101);
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
}.training_specialistexp .feedback_storiesexp:hover .work_backgroundexp {
    transform: translateY(-10px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.training_specialistexp .work_backgroundexp::before {
    left: 0;
    position: absolute;
    background-size: 200% 200%;
    animation: shimmerEffect 5s ease-in-out infinite;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    top: 0;
    content: "";
    z-index: -1;
}.training_specialistexp .container::after {
    left: -200px;
    content: "";
    height: 400px;
    animation: rotateGlow 25s linear infinite;
    width: 400px;
    background: conic-gradient(from 135deg, rgb(179,191,166,0.5) 0%, rgb(149,164,101,0.5) 50%, rgb(179,191,166,0.5) 100%);
    filter: blur(80px);
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    opacity: 0.2;
    bottom: -200px;
}

@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.training_specialistexp .feedback_storiesexp {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding: 2rem;
    gap: 20px;
}.training_specialistexp .img_picexp {
    height: 350px;
    grid-column: 1;
    grid-row: 1;
}.training_specialistexp .name {
    grid-row: 2;
    grid-column: 1;
    margin: 0;
}.training_specialistexp .feedback_storiesexp span:not(.name) {
    grid-row: 2;
    grid-column: 1;
    margin-top: 3.5rem;
}.training_specialistexp .work_backgroundexp {
    grid-row: 3;
    grid-column: 1;
}.training_specialistexp .feedback_storiesexp:hover .name,
    .training_specialistexp .feedback_storiesexp:hover span:not(.name) {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.training_specialistexp {
    padding: 5rem 0;
}.training_specialistexp .feedback_storiesexp {
    padding: 1.5rem;
}.training_specialistexp .img_picexp {
    height: 250px;
}.training_specialistexp .name {
    font-size: 19px;
}.training_specialistexp .feedback_storiesexp span:not(.name) {
    padding: 0.6rem 1rem;
    margin-top: 3rem;
    font-size: 14px;
}.training_specialistexp .work_backgroundexp {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
    padding: 1.5rem;
}}.course_benefitsexp {
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(225,228,221), rgb(225,228,221) 60%, rgba(rgb(179,191,166,0.5), 0.05) 100%);
    overflow: hidden;
    position: relative;
}.course_benefitsexp::before {
    right: -50px;
    opacity: 0.2;
    filter: blur(50px);
    width: 300px;
    top: -50px;
    animation: floatGradient 20s infinite alternate ease-in-out;
    background: radial-gradient(circle, rgb(179,191,166,0.5), transparent 70%);
    z-index: 0;
    content: "";
    position: absolute;
    height: 300px;
}.course_benefitsexp::after {
    z-index: 0;
    height: 200px;
    background: radial-gradient(ellipse, rgb(149,164,101,0.5), transparent 70%);
    width: 200px;
    bottom: -80px;
    content: "";
    left: 15%;
    animation: floatGradient 15s infinite alternate-reverse ease-in-out;
    position: absolute;
    filter: blur(40px);
    opacity: 0.15;
}.course_benefitsexp h5 {
    opacity: 1;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    margin: 0 auto 50px;
    position: relative;
    text-align: center;
    transform: translateY(0);
    color: #000000;
    font-weight: 700;
    padding: 0 20px;
    letter-spacing: -0.02em;
    max-width: 700px;
    font-size: calc(19px * 1.1);
    line-height: 1.4;
}.course_benefitsexp h5::after {
    width: 80px;
    height: 3px;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -15px;
    background: linear-gradient(90deg, transparent, rgb(179,191,166) 30%, rgb(179,191,166) 70%, transparent);
}.course_benefitsexp .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 25px;
}.course_benefitsexp .fast_guideexp {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 40px 30px;
    background: #ffffff;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    border-radius: 24px;
    position: relative;
    gap: 40px;
}.course_benefitsexp .fast_guideexp::before {
    content: "";
    height: 5px;
    background: linear-gradient(90deg, rgb(179,191,166), rgb(149,164,101));
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}.course_benefitsexp .fast_guideexp > div:first-child {
    width: 100%;
    position: relative;
    transition: transform 0.5s ease-out;
    clip-path: polygon(0 0, 100% 5%, 95% 95%, 5% 100%);
    max-width: 500px;
    overflow: hidden;
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.course_benefitsexp .fast_guideexp:hover > div:first-child {
    transform: perspective(1000px) rotateY(2deg) translateZ(20px);
}.course_benefitsexp .img_picexp {
    height: auto;
    filter: contrast(1.05) saturate(1.1);
    transform: scale(1);
    object-fit: cover;
    transition: transform 0.6s ease-out;
    width: 100%;
}.course_benefitsexp .fast_guideexp:hover .img_picexp {
    transform: scale(1.03);
}.course_benefitsexp .text_articleexp {
    flex: 1;
    position: relative;
    padding: 10px 0;
}.course_benefitsexp .text_articleexp::before {
    content: "";
    width: 40px;
    border-left: 2px solid rgb(179,191,166,0.5);
    left: -20px;
    height: 40px;
    border-top: 2px solid rgb(179,191,166,0.5);
    top: -20px;
    opacity: 0.4;
    position: absolute;
    z-index: 1;
}.course_benefitsexp .text_articleexp::after {
    border-right: 2px solid rgb(179,191,166,0.5);
    width: 40px;
    position: absolute;
    height: 40px;
    content: "";
    z-index: 1;
    bottom: -20px;
    right: -20px;
    opacity: 0.4;
    border-bottom: 2px solid rgb(179,191,166,0.5);
}.course_benefitsexp ul {
    margin: 0;
    display: grid;
    list-style: none;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0;
}.course_benefitsexp li {
    padding: 10px 0 10px 5px;
    opacity: 0.9;
    transform: translateX(0);
    transition: transform 0.4s ease, opacity 0.4s ease;
    position: relative;
}.course_benefitsexp li:hover {
    opacity: 1;
    transform: translateX(5px);
}.course_benefitsexp li:nth-child(odd) {
    background: linear-gradient(90deg, rgba(rgb(179,191,166,0.5), 0.03), transparent);
}.course_benefitsexp li p {
    margin: 0;
    padding: 0 0 0 35px;
    align-items: center;
    line-height: 1.6;
    display: flex;
    color: #000000;
    position: relative;
    font-size: 16px;
}.course_benefitsexp li svg {
    width: 24px;
    transition: transform 0.3s ease;
    transform: scale(0.9);
    position: absolute;
    left: 0;
    height: 24px;
    top: 2px;
}.course_benefitsexp li:hover svg {
    transform: scale(1);
}.course_benefitsexp li svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,191,166);
}.course_benefitsexp li:hover svg path {
    fill: rgb(149,164,101);
}

@keyframes floatGradient {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-10px, 15px);
    }
    100% {
        transform: translate(10px, -5px);
    }
}

@media (min-width: 768px) {.course_benefitsexp {
    padding: 150px 0 120px;
}.course_benefitsexp h5 {
    transform: translateY(0);
    font-size: calc(19px * 1.2);
    margin-bottom: 70px;
}.course_benefitsexp .fast_guideexp {
    transform: perspective(1200px) rotateY(0deg);
    gap: 60px;
    padding: 60px;
    flex-direction: row;
}.course_benefitsexp .fast_guideexp > div:first-child {
    max-width: 45%;
    flex: 0 0 45%;
}.course_benefitsexp .text_articleexp {
    padding: 20px 0;
    flex: 0 0 50%;
}.course_benefitsexp ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
}
}

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

@media (max-width: 767px) {.course_benefitsexp {
    padding: 80px 0 70px;
}.course_benefitsexp h5 {
    margin-bottom: 40px;
    font-size: 19px;
}.course_benefitsexp .fast_guideexp {
    padding: 30px 20px;
}.course_benefitsexp .img_picexp {
    object-fit: cover;
    max-height: 250px;
    width: 100%;
}.course_benefitsexp li {
    padding: 8px 0 8px 0;
}.course_benefitsexp li p {
    line-height: 1.5;
    font-size: calc(16px * 0.95);
}}.contact_boxexp {
    padding: 100px 0;
    position: relative;
    background: rgb(225,228,221);
    overflow: hidden;
}.contact_boxexp::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(179,191,166,0.5) 0%, transparent 50%, rgb(149,164,101,0.5) 100%);
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1;
    content: "";
    top: 0;
}.contact_boxexp::after {
    width: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(179,191,166,0.5) 0%, transparent 30%);
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    content: "";
    animation: pulse 15s infinite alternate;
}.contact_boxexp .container {
    max-width: 1200px;
    z-index: 5;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.contact_boxexp h3 {
    margin-bottom: 40px;
    color: #000000;
    text-align: center;
    position: relative;
    font-weight: 700;
    font-size: 31px;
}.contact_boxexp h3::after {
    height: 3px;
    position: absolute;
    content: "";
    width: 80px;
    border-radius: 10px;
    background: rgb(179,191,166);
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
}.contact_boxexp .img_picexp {
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.1;
    z-index: 0;
    filter: grayscale(40%) contrast(120%);
    top: 0;
    left: 0;
}.contact_boxexp .img_picexp::after {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(to right, rgb(179,191,166,0.5) 0%, transparent 100%);
}.connect_mapexp {
    display: flex;
    overflow: hidden;
    z-index: 10;
    border-radius: 19px;
    position: relative;
    justify-content: space-between;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}.connect_mapexp::before {
    width: 10px;
    content: "";
    z-index: 1;
    position: absolute;
    background: rgb(179,191,166);
    height: 100%;
    top: 0;
    left: 0;
}.connect_mapexp .message_listexp {
    position: relative;
    padding: 50px;
    flex: 0 0 60%;
}.connect_mapexp .message_listexp::before {
    position: absolute;
    right: 0;
    background: linear-gradient(to bottom, transparent, rgb(149,164,101,0.5), transparent);
    content: "";
    top: 0;
    width: 1px;
    height: 100%;
}.connect_mapexp .message_listexp h3 {
    font-weight: 600;
    font-size: 22px;
    text-align: left;
    margin-bottom: 30px;
    color: #000000;
}.connect_mapexp .message_listexp h3::after {
    transform: none;
    width: 60px;
    left: 0;
}.connect_mapexp .message_listexp form {
    display: flex;
    flex-direction: column;
}.connect_mapexp .message_listexp input[type="text"],
.connect_mapexp .message_listexp textarea {
    padding: 15px 20px;
    font-size: 17px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    width: 100%;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}.connect_mapexp .message_listexp input[type="text"]:focus,
.connect_mapexp .message_listexp textarea:focus {
    outline: none;
    border-color: rgb(179,191,166);
    box-shadow: 0 0 0 3px rgb(179,191,166,0.5);
}.connect_mapexp .message_listexp textarea {
    min-height: 150px;
    resize: vertical;
}.connect_mapexp .message_listexp .connect_linksexp {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.connect_mapexp .message_listexp .connect_linksexp input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect_mapexp .message_listexp .connect_linksexp label {
    position: relative;
    color: #000000;
    font-size: calc(17px - 2px);
    line-height: 1.5;
    padding-left: 30px;
    cursor: pointer;
}.connect_mapexp .message_listexp .connect_linksexp label::before {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 20px;
    transition: all 0.3s ease;
    content: "";
    height: 20px;
    position: absolute;
    border-radius: 10px;
    top: 2px;
    left: 0;
}.connect_mapexp .message_listexp .connect_linksexp input[type="checkbox"]:checked + label::before {
    background: rgb(179,191,166);
    border-color: rgb(179,191,166);
}.connect_mapexp .message_listexp .connect_linksexp input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    left: 7px;
    content: "";
    top: 4px;
    transform: rotate(45deg);
    height: 12px;
    width: 6px;
    border: solid #ffffff;
    position: absolute;
}.connect_mapexp .message_listexp .connect_linksexp a {
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(179,191,166);
}.connect_mapexp .message_listexp .connect_linksexp a:hover {
    text-decoration: underline;
}.connect_mapexp .message_listexp .query_reachexp {
    background: rgb(179,191,166);
    color: #ffffff;
    align-self: flex-start;
    padding: 15px 30px;
    transition: all 0.3s ease;
    font-size: 18px;
    z-index: 1;
    overflow: hidden;
    border: none;
    font-weight: 600;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}.connect_mapexp .message_listexp .query_reachexp::before {
    content: "";
    left: -100%;
    background: rgb(149,164,101);
    transition: all 0.5s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}.connect_mapexp .message_listexp .query_reachexp:hover::before {
    left: 0;
}.connect_mapexp .message_listexp .query_reachexp:hover {
    box-shadow: 0 10px 20px rgb(179,191,166,0.5);
    transform: translateY(-2px);
}.connect_mapexp .request_linksexp {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(179,191,166,0.5) 0%, rgb(225,228,221) 100%);
    padding: 50px;
    flex: 0 0 40%;
}.connect_mapexp .request_linksexp::before {
    content: "";
    right: -50%;
    background: radial-gradient(circle, rgb(179,191,166,0.5) 0%, transparent 70%);
    animation: rotate 30s linear infinite;
    height: 100%;
    position: absolute;
    top: -50%;
    width: 100%;
}.connect_mapexp .request_linksexp h4 {
    margin-bottom: 30px;
    color: #000000;
    font-weight: 600;
    position: relative;
    font-size: 22px;
}.connect_mapexp .request_linksexp h4::after {
    bottom: -15px;
    width: 60px;
    left: 0;
    content: "";
    border-radius: 10px;
    position: absolute;
    background: rgb(179,191,166);
    height: 3px;
}.connect_mapexp .request_linksexp .query_listexp {
    padding: 0;
    margin: 0;
    list-style: none;
}.connect_mapexp .request_linksexp .query_listexp li {
    margin-bottom: 25px;
    position: relative;
    align-items: flex-start;
    z-index: 1;
    display: flex;
}.connect_mapexp .request_linksexp .query_listexp li:last-child {
    margin-bottom: 0;
}.connect_mapexp .request_linksexp .query_listexp li svg {
    margin-right: 15px;
    height: 24px;
    flex-shrink: 0;
    width: 24px;
}.connect_mapexp .request_linksexp .query_listexp li svg path {
    fill: rgb(179,191,166);
    transition: all 0.3s ease;
}.connect_mapexp .request_linksexp .query_listexp li:hover svg path {
    fill: rgb(149,164,101);
}.connect_mapexp .request_linksexp .query_listexp li span {
    font-size: 17px;
    line-height: 1.5;
    color: #000000;
}.connect_mapexp .request_linksexp .query_listexp li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000000;
}.connect_mapexp .request_linksexp .query_listexp li a:hover {
    color: rgb(179,191,166);
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 992px) {.contact_boxexp {
    padding: 80px 0;
}.connect_mapexp {
    flex-direction: column;
}.connect_mapexp .message_listexp,
    .connect_mapexp .request_linksexp {
    width: 100%;
    flex: 0 0 100%;
}.connect_mapexp .message_listexp::before {
    bottom: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(149,164,101,0.5), transparent);
    width: 100%;
    top: auto;
}
}

@media screen and (max-width: 768px) {.contact_boxexp {
    padding: 60px 0;
}.contact_boxexp h3 {
    font-size: calc(31px - 4px);
}.connect_mapexp .message_listexp,
    .connect_mapexp .request_linksexp {
    padding: 30px;
}.connect_mapexp .message_listexp h3,
    .connect_mapexp .request_linksexp h4 {
    font-size: calc(22px - 2px);
}.connect_mapexp .message_listexp input[type="text"],
    .connect_mapexp .message_listexp textarea {
    padding: 12px 15px;
}.connect_mapexp .message_listexp .query_reachexp {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.contact_boxexp {
    padding: 40px 0;
}.connect_mapexp .message_listexp,
    .connect_mapexp .request_linksexp {
    padding: 20px;
}.connect_mapexp .request_linksexp .query_listexp li {
    flex-direction: column;
}.connect_mapexp .request_linksexp .query_listexp li svg {
    margin-bottom: 10px;
}}.attempt_nowexp {
    position: relative;
    z-index: 1;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(179,191,166) 0%, rgb(149,164,101) 100%);
    overflow: hidden;
}.attempt_nowexp::before {
    z-index: -1;
    transform: translateZ(-10px);
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
}.attempt_nowexp::after {
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    transform: translateZ(-5px);
    animation: rotate 30s linear infinite;
    z-index: -1;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    top: -50%;
    left: -50%;
}.attempt_nowexp .container {
    transform-style: preserve-3d;
    position: relative;
    max-width: 1200px;
    display: grid;
    perspective: 1000px;
    grid-template-columns: 1fr;
    grid-gap: 2.5rem;
    margin: 0 auto;
}.attempt_nowexp h6 {
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.05em;
    line-height: 1.5;
    transform: translateZ(25px);
    font-size: calc(19px * 1.2);
    font-weight: 600;
    position: relative;
    text-align: center;
    padding: 0 1rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}.attempt_nowexp h6::after {
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    background: #ffffff;
    left: 50%;
    border-radius: 10px;
    content: "";
    bottom: -15px;
    height: 4px;
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.3);
}.attempt_nowexp div div {
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 1rem;
}.attempt_nowexp div div span {
    position: relative;
    transform: translateZ(40px);
    transition: transform 0.3s ease-out;
    display: block;
}.attempt_nowexp div div span:hover {
    transform: translateZ(50px) scale(1.05);
}.attempt_nowexp .query_reachexp {
    background: #ffffff;
    letter-spacing: 1px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    cursor: pointer;
    transform-style: preserve-3d;
    box-shadow: 
        0 15px 25px -12px rgba(0, 0, 0, 0.3),
        0 5px 15px -5px rgba(0, 0, 0, 0.2);
    padding: 16px 32px;
    border: none;
    text-transform: uppercase;
    overflow: hidden;
    outline: none;
    color: rgb(179,191,166);
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 19px;
}.attempt_nowexp .query_reachexp::before {
    content: "";
    position: absolute;
    top: 0;
    transition: transform 0.6s ease;
    height: 100%;
    z-index: 1;
    width: 100%;
    transform: translateX(-100%);
    left: 0;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
}.attempt_nowexp .query_reachexp:hover {
    color: rgb(149,164,101);
    box-shadow: 
        0 20px 30px -15px rgba(0, 0, 0, 0.35),
        0 10px 20px -10px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}.attempt_nowexp .query_reachexp:hover::before {
    transform: translateX(100%);
}.attempt_nowexp .query_reachexp span {
    position: relative;
    display: block;
    transition: transform 0.3s ease;
    z-index: 2;
}.attempt_nowexp .query_reachexp:hover span {
    transform: scale(1.05);
}.attempt_nowexp .query_reachexp:active {
    transform: translateY(-2px);
    box-shadow: 
        0 10px 20px -10px rgba(0, 0, 0, 0.3),
        0 5px 10px -5px rgba(0, 0, 0, 0.2);
}

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

@media (min-width: 768px) {.attempt_nowexp {
    padding: 7rem 3rem;
}.attempt_nowexp .container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.attempt_nowexp h6 {
    padding: 0;
    text-align: left;
    font-size: calc(19px * 1.5);
}.attempt_nowexp h6::after {
    transform: none;
    left: 0;
    width: 120px;
}.attempt_nowexp div div {
    justify-content: flex-end;
    margin-top: 0;
}.attempt_nowexp .query_reachexp {
    padding: 18px 40px;
}
}

@media (min-width: 992px) {.attempt_nowexp {
    padding: 9rem 4rem;
}.attempt_nowexp::before {
    background-size: 25px 25px;
}.attempt_nowexp .container {
    grid-gap: 4rem;
}.attempt_nowexp h6 {
    font-size: calc(19px * 1.7);
    line-height: 1.4;
}.attempt_nowexp .query_reachexp {
    font-size: calc(19px * 1.1);
    padding: 20px 48px;
}
}

@media (max-width: 767px) {.attempt_nowexp {
    padding: 4rem 1.5rem;
}.attempt_nowexp h6 {
    font-size: 19px;
    line-height: 1.6;
}.attempt_nowexp .query_reachexp {
    font-size: calc(19px * 0.9);
    padding: 14px 28px;
}
}

@media (max-width: 480px) {.attempt_nowexp {
    padding: 3rem 1rem;
}.attempt_nowexp h6 {
    font-size: calc(19px * 0.9);
}.attempt_nowexp .query_reachexp {
    padding: 12px 24px;
    font-size: calc(19px * 0.85);
}}.newsletterexp {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(225,228,221) 0%, rgb(149,164,101,0.5) 100%);
    padding: 4rem 2rem;
    overflow: hidden;
}.newsletterexp::before {
    animation: float 12s ease-in-out infinite;
    position: absolute;
    right: -5%;
    opacity: 0.2;
    background: linear-gradient(225deg, rgb(179,191,166) 0%, rgb(179,191,166,0.5) 90%);
    z-index: -1;
    content: '';
    height: 60%;
    filter: blur(20px);
    width: 30%;
    transform: rotate(-15deg) skewX(15deg);
    top: -10%;
}.newsletterexp::after {
    animation: float 15s ease-in-out infinite reverse;
    bottom: -10%;
    position: absolute;
    width: 25%;
    left: -5%;
    height: 50%;
    background: linear-gradient(45deg, rgb(149,164,101) 0%, rgb(149,164,101,0.5) 90%);
    z-index: -1;
    filter: blur(15px);
    content: '';
    transform: rotate(15deg) skewX(-10deg);
    opacity: 0.15;
}.newsletterexp .container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
}.newsletterexp .fast_guideexp {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 5px rgba(0, 0, 0, 0.03);
    grid-template-columns: 1fr;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    display: grid;
    transform: perspective(1000px) rotateY(-1deg);
    background: #ffffff;
    border-left: 4px solid rgb(179,191,166);
    gap: 2rem;
    padding: 3rem 2.5rem;
}.newsletterexp .fast_guideexp:hover {
    transform: perspective(1000px) rotateY(0deg);
}.newsletterexp h3 {
    position: relative;
    transform: translateZ(0);
    margin: 0 0 1rem;
    font-size: clamp(1.5rem, 3vw, 24px);
    padding-left: 1.25rem;
    line-height: 1.4;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #000000;
    letter-spacing: -0.01em;
}.newsletterexp h3::before {
    transition: transform 0.3s ease, opacity 0.3s ease;
    bottom: 0.5rem;
    width: 4px;
    background: linear-gradient(to bottom, rgb(179,191,166), rgb(149,164,101));
    position: absolute;
    transform: scaleY(0.7);
    content: '';
    opacity: 0.8;
    top: 0.5rem;
    left: 0;
    border-radius: 2px;
}.newsletterexp .fast_guideexp:hover h3::before {
    opacity: 1;
    transform: scaleY(1);
}.newsletterexp .input_holder {
    gap: 1rem;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 1rem;
}.newsletterexp .input_holder div {
    flex: 1;
    position: relative;
}.newsletterexp .mail_blockexp {
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.08);
    color: #000000;
    background: #ffffff;
    font-size: 14px;
    font-family: Arial, sans-serif;
    padding: 0.875rem 1.25rem;
}.newsletterexp .mail_blockexp:focus {
    outline: none;
    transform: translateY(-2px);
    border-color: rgb(179,191,166,0.5);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}.newsletterexp .mail_blockexp::placeholder {
    transition: color 0.3s ease;
    color: rgba(0, 0, 0, 0.35);
}.newsletterexp .mail_blockexp:focus::placeholder {
    color: rgba(0, 0, 0, 0.2);
}.newsletterexp .sub_focusexp {
    position: relative;
    padding: 0.875rem 1.75rem;
    overflow: hidden;
    border: none;
    font-weight: 600;
    align-self: flex-start;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(179,191,166) 0%, rgb(149,164,101) 100%);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    font-size: 14px;
}.newsletterexp .sub_focusexp:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(rgb(179,191,166,0.5), 0.3);
}.newsletterexp .sub_focusexp:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(rgb(179,191,166,0.5), 0.2);
}.newsletterexp .sub_focusexp::before {
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: transform 0.6s ease;
    content: '';
    left: 0;
    transform: translateX(-100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}.newsletterexp .sub_focusexp:hover::before {
    transform: translateX(100%);
}

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

@media (min-width: 768px) {.newsletterexp {
    padding: 5rem 2rem;
}.newsletterexp .fast_guideexp {
    padding: 3.5rem;
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1.5fr 1fr;
}.newsletterexp h3 {
    padding-left: 1.5rem;
    margin: 0;
}.newsletterexp .input_holder {
    flex-direction: row;
    margin-top: 0;
}.newsletterexp .mail_blockexp {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}.newsletterexp .sub_focusexp {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    align-self: stretch;
}
}

@media (min-width: 992px) {.newsletterexp {
    padding: 6rem 2rem;
}.newsletterexp .fast_guideexp {
    grid-template-columns: 1.8fr 1fr;
    padding: 4rem;
}.newsletterexp h3 {
    font-size: 24px;
}.newsletterexp .mail_blockexp {
    padding: 1rem 1.5rem;
}.newsletterexp .sub_focusexp {
    padding: 1rem 2rem;
}
}

@media (max-width: 767px) {.newsletterexp .fast_guideexp {
    border-left: none;
    border-top: 4px solid rgb(179,191,166);
    transform: none;
}.newsletterexp h3 {
    padding-top: 1.25rem;
    padding-left: 0;
}.newsletterexp h3::before {
    left: 0;
    transform: scaleX(0.7);
    top: 0;
    width: 40px;
    height: 4px;
    bottom: auto;
}.newsletterexp .fast_guideexp:hover h3::before {
    transform: scaleX(1);
}}.ty_successexp {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,228,221) 0%, rgba(rgb(179,191,166,0.5), 0.05) 100%);
}.ty_successexp::before {
    background: linear-gradient(225deg, rgb(149,164,101) 0%, rgba(rgb(149,164,101,0.5), 0.2) 100%);
    transform: rotate(-15deg) skew(5deg);
    top: -15%;
    content: "";
    position: absolute;
    width: 40%;
    opacity: 0.2;
    right: -5%;
    z-index: 0;
    filter: blur(60px);
    animation: float 18s ease-in-out infinite alternate;
    height: 80%;
}.ty_successexp::after {
    width: 35%;
    height: 70%;
    z-index: 0;
    left: -5%;
    filter: blur(50px);
    bottom: -10%;
    background: linear-gradient(45deg, rgb(179,191,166) 0%, rgba(rgb(179,191,166,0.5), 0.1) 100%);
    animation: float 15s ease-in-out infinite alternate-reverse;
    content: "";
    position: absolute;
    transform: rotate(15deg) skew(-5deg);
    opacity: 0.15;
}.ty_successexp .container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    z-index: 1;
}.ty_successexp .fast_guideexp {
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    background: rgba(rgb(255, 255, 255, 0.5), 0.95);
    position: relative;
    opacity: 0;
    display: grid;
    padding: clamp(2rem, 5vw, 3.5rem);
    grid-template-rows: auto auto;
    transform: translateY(20px);
    gap: calc(15px * 1.5);
}.ty_successexp .fast_guideexp::before {
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgb(179,191,166) 0%, rgb(149,164,101) 100%);
    transform: scaleY(0);
    width: 5px;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: top;
    animation: growDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
}.ty_successexp h5 {
    margin: 0;
    padding-bottom: 0.75rem;
    position: relative;
    color: #000000;
    letter-spacing: -0.01em;
    font-weight: 700;
    overflow: hidden;
    font-size: 22px;
    line-height: 1.3;
}.ty_successexp h5::after {
    width: 80px;
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    bottom: 0;
    transform: translateX(-100%);
    background: rgb(149,164,101);
    left: 0;
    position: absolute;
    content: "";
    height: 3px;
}.ty_successexp a {
    transition: transform 0.4s ease-out;
    overflow: hidden;
    text-decoration: none;
    display: block;
    position: relative;
}.ty_successexp a:hover {
    transform: translateY(-5px);
}.ty_successexp a::before {
    width: 80px;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(149,164,101,0.5), 0.1) 50%);
    bottom: -20px;
    transform: scale(0);
    position: absolute;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    height: 80px;
    opacity: 0;
    right: -20px;
    border-radius: 50% 0 50% 0;
    content: "";
}.ty_successexp a:hover::before {
    opacity: 1;
    transform: scale(1);
}.ty_successexp p {
    position: relative;
    font-family: Arial, sans-serif;
    animation: fadeIn 0.8s ease-out forwards 1.2s;
    color: #000000;
    line-height: 1.7;
    transform: translateY(10px);
    margin: 0;
    opacity: 0;
    font-size: 15px;
}

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

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

@keyframes slideRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

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

@keyframes float {
    0% {
        transform: rotate(-15deg) skew(5deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) skew(3deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) skew(7deg) translate(10px, -10px);
    }
}

@media screen and (min-width: 768px) {.ty_successexp {
    padding: 8rem 0;
}.ty_successexp .fast_guideexp {
    gap: calc(15px * 2);
    padding: clamp(2.5rem, 6vw, 4rem);
    border-radius: 10px;
}.ty_successexp h5 {
    font-size: calc(22px * 1.1);
    padding-bottom: 1rem;
}.ty_successexp h5::after {
    height: 4px;
    width: 120px;
}
}

@media screen and (min-width: 992px) {.ty_successexp {
    padding: 10rem 0;
}.ty_successexp .fast_guideexp {
    gap: calc(15px * 3);
    grid-template-columns: 1fr 1fr;
    padding: clamp(3rem, 7vw, 5rem);
}.ty_successexp h5 {
    padding-bottom: 0;
    font-size: calc(22px * 1.2);
}.ty_successexp h5::after {
    bottom: -0.75rem;
}.ty_successexp p {
    font-size: calc(15px * 1.05);
}
}

@media screen and (max-width: 767px) {.ty_successexp {
    padding: 4rem 0;
}.ty_successexp .fast_guideexp {
    padding: 1.75rem;
}.ty_successexp h5 {
    font-size: calc(22px * 0.9);
}.ty_successexp p {
    font-size: calc(15px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.ty_successexp::before,
    .ty_successexp::after {
    animation: none;
}.ty_successexp .fast_guideexp,
    .ty_successexp h5::after,
    .ty_successexp p {
    animation-duration: 0.1s;
}.ty_successexp a:hover {
    transform: none;
}
}