* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.container {
    width: 1191px;
    margin: auto;
    max-width: 100%;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    min-height: 100%;
    height: 100%;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    color: #000000;
}.content-wrapper {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}a {
    text-decoration: none;
    color: inherit;
}.gift_card {
    flex: 0 0 auto;
}.top_skill {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    height: 9px;
    width: 17px;
    padding: 4px;
}::-webkit-scrollbar-button {
    background: rgb(103,162,118);
    border-radius: 1px;
    height: 7px;
}::-webkit-scrollbar-thumb {
    border: 2px double rgb(103,162,118);
    min-height: 47px;
    box-shadow: 0px -4px 15px 8px rgba(0, 0, 0, 0.3);
    border-radius: 9999px;
    transition: background, border-radius, transform 4.9s ease;
    background: rgb(170,194,158,0.5);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(213,222,207);
    border-color: rgb(213,222,207);
}::-webkit-scrollbar-corner {
    border-radius: 8px;
    background: #ffffff;
}* {
    scrollbar-width: thin;
    scrollbar-color: rgb(213,222,207) rgb(103,162,118,0.5);
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.thanksCard {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,222,207) 0%, rgb(170,194,158,0.5) 30%, rgb(213,222,207) 70%, rgb(103,162,118,0.5) 100%);
    padding: 100px 0;
}.thanksCard::before {
    position: absolute;
    z-index: 0;
    top: 0;
    background: radial-gradient(circle at 30% 50%, rgb(170,194,158,0.5) 0%, transparent 60%);
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    animation: pulseGlow 10s ease-in-out infinite;
}.thanksCard::after {
    content: "";
    height: 100%;
    opacity: 0.7;
    width: 100%;
    top: 0;
    background: 
        radial-gradient(2px 2px at 85% 15%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 10% 75%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 20% 20%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 70% 80%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 90% 60%, #ffffff 50%, transparent 60%);
    position: absolute;
    left: 0;
    z-index: 0;
}.thanksCard .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.thanksCard .culture_block {
    padding: 3.5rem;
    gap: 2.5rem;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 0 30px rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    transform: perspective(1000px) rotateX(2deg);
}.thanksCard .culture_block::before {
    background: linear-gradient(90deg, transparent, rgb(170,194,158) 50%, transparent);
    height: 10px;
    width: 80%;
    transform: translateX(-50%);
    top: -5px;
    content: "";
    left: 50%;
    opacity: 0.6;
    border-radius: 10px;
    position: absolute;
}.thanksCard .culture_block::after {
    content: "";
    border-radius: 10px;
    background: linear-gradient(90deg, transparent, rgb(103,162,118) 50%, transparent);
    bottom: -5px;
    left: 50%;
    height: 10px;
    width: 80%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0.6;
}.thanksCard .culture_block > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}.thanksCard .culture_block > div:first-child::after {
    transform-origin: left;
    height: 3px;
    width: 60px;
    content: "";
    background: rgb(170,194,158);
    left: 0;
    bottom: 0;
    position: absolute;
    animation: expandLine 1.5s ease-out forwards;
}.thanksCard h5 {
    transform: translateY(0);
    margin: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    line-height: 1.4;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    transition: transform 0.3s ease;
}.thanksCard a {
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
}.thanksCard a::before {
    content: "";
    top: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    opacity: 0;
    transform: skewX(-20deg);
    height: 100%;
    left: -30px;
    animation: shine 3s infinite;
    width: 10px;
    background: linear-gradient(to right, transparent, rgb(170,194,158,0.5), transparent);
}.thanksCard a:hover::before {
    opacity: 1;
}.thanksCard p {
    border-left: 3px solid rgb(103,162,118,0.5);
    line-height: 1.7;
    color: #000000;
    font-size: 13px;
    transition: all 0.3s ease;
    margin: 0;
    padding: 0.5rem 1rem;
    position: relative;
}.thanksCard a:hover p {
    color: rgb(170,194,158);
    transform: translateX(5px);
}.thanksCard .culture_block:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 50px rgba(255, 255, 255, 0.3);
}

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

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 60px;
    }
}

@keyframes shine {
    0% {
        left: -30px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media (min-width: 768px) {.thanksCard {
    padding: 150px 0;
}.thanksCard .culture_block {
    padding: 4rem 5rem;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg) rotateY(1deg);
    max-width: 85%;
}.thanksCard .culture_block:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.thanksCard h5 {
    font-size: calc(18px * 1.2);
}.thanksCard p {
    line-height: 1.8;
    padding: 1rem 1.5rem;
    font-size: calc(13px * 1.1);
}
}

@media (min-width: 992px) {.thanksCard .culture_block {
    gap: 3rem;
    max-width: 75%;
}.thanksCard .culture_block > div:first-child::after {
    width: 80px;
}
    
    @keyframes expandLine {
        0% {
            width: 0;
        }
        100% {
            width: 80px;
        }
    }
}

@media (max-width: 767px) {.thanksCard {
    padding: 60px 0;
}.thanksCard .culture_block {
    gap: 1.5rem;
    padding: 2.5rem 1.5rem;
}.thanksCard h5 {
    font-size: calc(18px * 0.9);
}.thanksCard p {
    padding: 0.5rem;
    border-left-width: 2px;
}
}

@media (max-width: 480px) {.thanksCard {
    padding: 40px 0;
}.thanksCard .culture_block {
    padding: 2rem 1.25rem;
    transform: perspective(1000px) rotateX(1deg);
}.thanksCard h5 {
    font-size: calc(18px * 0.8);
}.thanksCard p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}}.primary_page {
    position: relative;
    background: linear-gradient(145deg, rgb(213,222,207) 0%, rgba(245, 245, 250, 0.9) 100%);
    padding: 120px 0 80px;
    overflow: hidden;
}.primary_page > div {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.primary_page .mastery_center {
    opacity: 1;
    margin-bottom: 40px;
    animation: fadeInUp 0.8s ease-out forwards;
    position: relative;
    transform: translateY(0);
}.primary_page .page_lead {
    display: inline-block;
    font-size: 44px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #000000;
    position: relative;
    transform: translateZ(0);
}.primary_page .page_lead::after {
    content: "";
    bottom: -8px;
    position: absolute;
    left: 0;
    transform-origin: left;
    height: 3px;
    transform: scaleX(0);
    animation: lineExpand 1s 0.5s forwards;
    background: linear-gradient(90deg, rgb(170,194,158) 0%, rgb(103,162,118) 100%);
    width: 80%;
    transition: transform 0.5s ease;
}.primary_page .learning_primary {
    overflow: hidden;
    position: relative;
    margin: 20px 0;
    border-radius: 27px;
    padding: 60px 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.primary_page .learning_primary::before {
    right: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(170,194,158,0.5) 0%, rgb(103,162,118,0.5) 100%);
    left: 0;
    z-index: 1;
    content: "";
    bottom: 0;
    opacity: 0.85;
    top: 0;
}.primary_page .learning_primary > div {
    max-width: 800px;
    position: relative;
    z-index: 2;
}.primary_page .learning_primary p {
    opacity: 0;
    font-weight: 600;
    font-size: calc(12px * 1.2);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    margin-bottom: 30px;
    animation: fadeInUp 0.8s 0.3s forwards;
    color: #ffffff;
    line-height: 1.6;
}.primary_page .learning_primary h3 {
    color: #ffffff;
    font-weight: 700;
    animation: fadeInUp 0.8s 0.6s forwards;
    opacity: 0;
    padding-left: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    font-size: 18px;
    border-left: 4px solid rgb(103,162,118);
    transform: translateY(20px);
    line-height: 1.4;
}.primary_page .learning_primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

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

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

@media (max-width: 991px) {.primary_page {
    padding: 100px 0 60px;
}.primary_page .page_lead {
    font-size: calc(44px * 0.9);
}.primary_page .learning_primary {
    padding: 50px 30px;
}.primary_page .learning_primary p {
    font-size: calc(12px * 1.1);
}.primary_page .learning_primary h3 {
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 767px) {.primary_page {
    padding: 80px 0 40px;
}.primary_page .page_lead {
    font-size: calc(44px * 0.8);
}.primary_page .learning_primary {
    padding: 40px 25px;
    margin: 15px 0;
}.primary_page .learning_primary p {
    font-size: 12px;
    margin-bottom: 20px;
}.primary_page .learning_primary h3 {
    font-size: calc(18px * 0.85);
    padding-left: 15px;
    border-left: 3px solid rgb(103,162,118);
}
}

@media (max-width: 480px) {.primary_page {
    padding: 60px 0 30px;
}.primary_page .mastery_center {
    margin-bottom: 30px;
}.primary_page .page_lead {
    font-size: calc(44px * 0.7);
}.primary_page .learning_primary {
    padding: 30px 20px;
}.primary_page .learning_primary p {
    font-size: calc(12px * 0.95);
    margin-bottom: 15px;
}.primary_page .learning_primary h3 {
    border-left: 3px solid rgb(103,162,118);
    font-size: calc(18px * 0.8);
    padding-left: 12px;
}}.contacts {
    padding: 8rem 0;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(213,222,207) 0%, rgb(170,194,158,0.5) 30%, rgb(213,222,207) 70%);
    z-index: 1;
    position: relative;
}.contacts::before {
    content: "";
    top: 0;
    animation: backgroundPulse 15s infinite alternate;
    position: absolute;
    height: 100%;
    z-index: -1;
    background: 
        radial-gradient(circle at 75% 25%, rgb(103,162,118,0.5) 0%, transparent 50%),
        linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.03) 50%, transparent 52%) rgb(213,222,207);
    left: 0;
    background-size: 100% 100%, 30px 30px;
    width: 100%;
}@keyframes backgroundPulse {
    0% {
        opacity: 0.3;
        background-position: 0% 0%, 0px 0px;
    }
    50% {
        opacity: 0.7;
        background-position: 0% 0%, 15px 15px;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 0%, 0px 0px;
    }
}

.contacts::after {
    z-index: -2;
    left: 0;
    width: 100%;
    background: 
        linear-gradient(0deg, rgb(170,194,158,0.5) 0%, transparent 100%),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
    height: 300px;
    position: absolute;
    content: "";
    bottom: 0;
    pointer-events: none;
}.contacts .container {
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.contacts .assist_experts {
    grid-template-rows: auto auto;
    position: relative;
    gap: 1.5rem;
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    grid-template-areas: 
        "info photo details"
        "info photo details";
}.contacts .contact_panel {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-backdrop-filter: blur(10px);
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    flex-direction: column;
    border-radius: 0;
}.contacts .contact_panel:first-child {
    border-radius: 23px 0 0 23px;
    padding: 3rem;
    grid-area: info;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.15);
}.contacts .contact_panel:nth-child(2) {
    z-index: 3;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
    grid-area: photo;
    border-radius: 0;
    padding: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.contacts .contact_tile.assist_grid {
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
    border-radius: 0 23px 23px 0;
    padding: 3rem;
    grid-area: details;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
}.contacts .contact_panel h2 {
    margin-bottom: 2rem;
    position: relative;
    color: #ffffff;
    padding-bottom: 1rem;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}.contacts .contact_panel h2::after {
    border-radius: 10px;
    height: 4px;
    content: "";
    bottom: 0;
    width: 50px;
    left: 0;
    position: absolute;
    background: rgb(170,194,158);
}.contacts .reach_team {
    color: rgb(170,194,158);
    font-weight: 700;
    font-size: calc(14px * 1.3);
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
}.contacts .msg_info {
    margin-bottom: 2rem;
    padding-left: 15px;
    line-height: 1.8;
    border-left: 2px solid rgb(170,194,158,0.5);
    position: relative;
    color: #000000;
}.contacts .contact_panel p {
    margin-bottom: 1rem;
    align-items: center;
    display: flex;
    position: relative;
    gap: 1rem;
    color: #000000;
}.contacts .contact_panel p span {
    font-weight: 600;
    color: #ffffff;
}.contacts .msg_support {
    background: rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(170,194,158);
    position: relative;
    border-radius: 10px;
    padding: 1.5rem;
    margin-top: 2.5rem;
}.contacts .msg_support::before {
    content: "";
    border-radius: 0 10px 10px 0;
    background: linear-gradient(to bottom, rgb(170,194,158) 0%, transparent 100%);
    top: 0;
    position: absolute;
    width: 5px;
    right: 0;
    bottom: 0;
}.contacts .msg_support h3 {
    font-size: 19px;
    align-items: center;
    color: #ffffff;
    display: flex;
    font-weight: 600;
    margin-bottom: 1.2rem;
}.contacts .msg_support h3::before {
    height: 15px;
    display: inline-block;
    width: 15px;
    animation: pulse 2s infinite;
    border-radius: 50%;
    border: 2px solid rgb(170,194,158);
    content: "";
    margin-right: 10px;
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(170,194,158,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.contacts .support_center {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
    display: grid;
}.contacts .support_center span {
    border-radius: 10px;
    font-size: calc(14px * 0.9);
    padding: 0.6rem 1rem;
    transition: all 0.3s ease;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    display: flex;
    overflow: hidden;
    color: #000000;
}.contacts .support_center span::before {
    position: absolute;
    top: 0;
    content: "";
    opacity: 0.6;
    height: 100%;
    left: 0;
    width: 3px;
    background: rgb(103,162,118);
}.contacts .support_center span:hover {
    color: #ffffff;
    transform: translateX(5px);
    background: rgb(170,194,158,0.5);
}.contacts .contact_panel .content_photo {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}.contacts .contact_panel .content_photo::before {
    width: 100%;
    background: linear-gradient(135deg, rgb(170,194,158,0.5) 0%, transparent 100%);
    left: 0;
    z-index: 1;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
}.contacts .contact_panel .content_photo::after {
    top: 0;
    z-index: 2;
    content: "";
    left: 0;
    position: absolute;
    background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 5px, transparent 5px, transparent 10px);
    height: 100%;
    width: 100%;
}.contacts .assist_grid {
    justify-content: center;
    display: flex;
    flex-direction: column;
}.contacts .assist_grid a {
    border-right: 3px solid rgb(170,194,158);
    flex-direction: column;
    border-radius: 10px;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    overflow: hidden;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-bottom: 1.5rem;
    position: relative;
}.contacts .assist_grid a::before {
    content: "";
    top: 0;
    right: -3px;
    position: absolute;
    height: 100%;
    width: 3px;
    transition: all 0.3s ease;
    background: rgb(170,194,158);
}.contacts .assist_grid a::after {
    transition: width 0.3s ease;
    z-index: -1;
    top: 0;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(170,194,158,0.5) 0%, transparent 100%);
    content: "";
    opacity: 0.1;
}.contacts .assist_grid a:hover::after {
    width: 100%;
}.contacts .assist_grid a:hover {
    transform: translateX(-10px);
}.contacts .assist_grid a span {
    position: relative;
    font-size: calc(14px * 0.9);
    padding-left: 20px;
    margin-bottom: 0.6rem;
    color: #000000;
}.contacts .assist_grid a span::before {
    position: absolute;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    background: rgb(170,194,158);
    height: 2px;
    width: 10px;
    left: 0;
}.contacts .assist_grid a p {
    margin-bottom: 0;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: calc(14px * 1.1);
    font-weight: 600;
}.contacts .assist_grid a:hover p {
    color: rgb(170,194,158);
}.contacts svg {
    width: 22px;
    transition: all 0.3s ease;
    fill: none;
    height: 22px;
}.contacts svg path {
    transition: all 0.3s ease;
    stroke: rgb(170,194,158);
    stroke-width: 2;
}.contacts .assist_grid a:hover svg {
    transform: rotate(10deg) scale(1.2);
}.contacts .assist_grid a:hover svg path {
    stroke: rgb(103,162,118);
}

@media (max-width: 1024px) {.contacts {
    padding: 6rem 0;
}.contacts .assist_experts {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: 
            "info info"
            "photo details";
}.contacts .contact_panel:first-child {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
    border-radius: 23px 23px 0 0;
}.contacts .contact_panel:nth-child(2) {
    border-radius: 0 0 0 23px;
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
}.contacts .contact_tile.assist_grid {
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
    border-radius: 0 0 23px 0;
}
}

@media (max-width: 767px) {.contacts {
    padding: 4rem 0;
}.contacts .assist_experts {
    grid-template-areas: 
            "contact_request"
            "content_photo"
            "details";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
}.contacts .contact_panel:first-child {
    border-radius: 23px 23px 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}.contacts .contact_panel:nth-child(2) {
    min-height: 250px;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
    border-radius: 0;
}.contacts .contact_tile.assist_grid {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    border-radius: 0 0 23px 23px;
}.contacts .assist_grid a {
    margin-bottom: 1rem;
}.contacts .support_center {
    grid-template-columns: 1fr;
}
}

@media (max-width: 575px) {.contacts {
    padding: 3rem 0;
}.contacts .contact_panel:first-child,
    .contacts .contact_tile.assist_grid {
    padding: 2rem 1.5rem;
}.contacts .contact_panel:first-child {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 0% 100%);
}.contacts .contact_panel:nth-child(2) {
    min-height: 200px;
    clip-path: polygon(0 3%, 100% 0, 100% 97%, 0% 100%);
}.contacts .contact_tile.assist_grid {
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
}.contacts .msg_support {
    margin-top: 2rem;
    padding: 1rem;
}.contacts .assist_grid a {
    padding: 1rem;
}}.contact_us {
    overflow: hidden;
    padding: 120px 0;
    background: rgb(213,222,207);
    position: relative;
}.contact_us::before {
    background: linear-gradient(90deg, rgb(170,194,158), rgb(103,162,118));
    width: 100%;
    position: absolute;
    height: 5px;
    content: "";
    left: 0;
    top: 0;
}.contact_us .container {
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.contact_us h2 {
    font-family: Arial, sans-serif;
    text-align: left;
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 60px;
    padding-left: 20px;
}.contact_us h2::before {
    left: 0;
    position: absolute;
    background: rgb(170,194,158);
    width: 5px;
    height: 100%;
    top: 0;
    border-radius: 10px;
    content: "";
}.contact_us .inquiry_map {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    align-items: center;
}.contact_us .content_photo {
    border-radius: 24px;
    box-shadow: -15px 15px 0 rgb(170,194,158,0.5);
    order: 2;
    min-height: 500px;
    overflow: hidden;
    position: relative;
}.contact_us .feedback_reach {
    order: 1;
}.contact_us form {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 100%;
    border-radius: 24px;
    padding: 50px;
    background: #ffffff;
}.contact_us form h3 {
    color: #000000;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}.contact_us form input[type="text"] {
    color: #000000;
    padding: 18px 25px;
    border-radius: 10px;
    margin-bottom: 25px;
    font-size: 15px;
    transition: all 0.3s ease;
    border: none;
    font-family: Arial, sans-serif;
    background: rgb(213,222,207);
    width: 100%;
}.contact_us form input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(170,194,158,0.5);
}.contact_us form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.contact_us .request_list {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.contact_us .request_list input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_us .request_list label {
    font-size: 15px;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    color: #000000;
}.contact_us .request_list label::before {
    transition: all 0.2s ease;
    border-radius: 10px;
    top: 2px;
    position: absolute;
    content: "";
    height: 22px;
    left: 0;
    width: 22px;
    background: rgb(213,222,207);
}.contact_us .request_list input[type="checkbox"]:checked + label::before {
    background: rgb(170,194,158);
}.contact_us .request_list input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    position: absolute;
    top: 6px;
    transform: rotate(45deg);
    content: "";
    border-right: 2px solid #ffffff;
    width: 6px;
    height: 10px;
    left: 8px;
}.contact_us .request_list label a {
    font-weight: 600;
    color: rgb(170,194,158);
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_us .request_list label a:hover {
    color: rgb(103,162,118);
}.contact_us form .contact_inquiry {
    background: #000000;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border: none;
    color: #ffffff;
    border-radius: 10px;
    padding: 18px 40px;
    font-weight: 600;
    overflow: hidden;
    display: inline-block;
}.contact_us form .contact_inquiry:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(170,194,158);
}.contact_us svg {
    fill: rgb(170,194,158);
    width: 20px;
    height: 20px;
}.contact_us svg path {
    transition: fill 0.3s ease;
    fill: rgb(170,194,158);
}

@media screen and (max-width: 991px) {.contact_us {
    padding: 90px 0;
}.contact_us .inquiry_map {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact_us .content_photo {
    order: 1;
    min-height: 400px;
    max-width: 600px;
    margin: 0 auto;
}.contact_us .feedback_reach {
    order: 2;
}.contact_us form {
    margin: 0 auto;
    max-width: 600px;
}
}

@media screen and (max-width: 767px) {.contact_us {
    padding: 70px 0;
}.contact_us h2 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.9);
}.contact_us .content_photo {
    width: 100%;
    min-height: 300px;
    box-shadow: -10px 10px 0 rgb(170,194,158,0.5);
}.contact_us form {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.contact_us {
    padding: 50px 0;
}.contact_us h2 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.8);
}.contact_us .content_photo {
    min-height: 250px;
    box-shadow: -8px 8px 0 rgb(170,194,158,0.5);
}.contact_us form {
    padding: 30px 20px;
}.contact_us form h3 {
    margin-bottom: 25px;
    font-size: calc(20px * 0.9);
}.contact_us form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_us form .contact_inquiry {
    padding: 15px 20px;
    width: 100%;
}}.program_information {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,222,207) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 80px 0;
    position: relative;
}.program_information::before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    background: radial-gradient(circle at 20% 50%, rgb(170,194,158,0.5) 0%, transparent 50%);
    top: 0;
    left: 0;
    height: 100%;
}.program_information::after {
    content: "";
    width: 200px;
    border-radius: 50%;
    height: 200px;
    background: radial-gradient(circle, rgb(103,162,118,0.5) 0%, transparent 70%);
    position: absolute;
    right: -50px;
    top: -50px;
    z-index: 1;
    animation: pulse 8s infinite alternate;
}.program_information .container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.program_information .culture_block {
    align-items: center;
    display: flex;
    border: 1px solid rgb(170,194,158,0.5);
    overflow: hidden;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    justify-content: space-between;
    padding: 40px;
    position: relative;
    backdrop-filter: blur(5px);
    border-radius: 13px;
    gap: 40px;
}.program_information .culture_block::before {
    height: 100%;
    left: -100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    top: 0;
    animation: shine 5s infinite;
    content: "";
}.program_information .learn_challenge {
    padding-right: 20px;
    position: relative;
    flex: 1;
}.program_information .learn_challenge::before {
    border: 2px solid rgb(170,194,158,0.5);
    animation: rotate 25s linear infinite;
    height: 60px;
    width: 60px;
    left: -30px;
    z-index: -1;
    content: "";
    top: -30px;
    border-radius: 50%;
    position: absolute;
}.program_information .learn_challenge::after {
    border: 1px solid rgb(103,162,118,0.5);
    width: 40px;
    bottom: -20px;
    content: "";
    border-radius: 10px;
    position: absolute;
    animation: float 8s ease-in-out infinite;
    right: 50px;
    height: 40px;
    z-index: -1;
}.program_information .nav_page {
    transition: transform 0.3s ease;
    transform: translateZ(0);
    position: relative;
    padding: 10px 15px;
    width: 60px;
    max-width: 180px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    height: 60px;
    display: flex;
    background: linear-gradient(145deg, #ffffff 0%, rgb(213,222,207) 100%);
    align-items: center;
    border-radius: 10px;
}.program_information .nav_page:hover {
    transform: translateY(-5px) translateZ(0);
}.program_information .nav_page svg {
    max-width: 100%;
    fill: rgb(170,194,158);
    transition: fill 0.3s ease;
    max-height: 100%;
    width: 40px;
    height: 40px;
}.program_information .nav_page svg path {
    transition: fill 0.3s ease;
    fill: rgb(170,194,158);
}.program_information .nav_page:hover svg,
.program_information .nav_page:hover svg path {
    fill: rgb(103,162,118);
}.program_information h3 {
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 30px;
    position: relative;
    color: rgb(170,194,158);
    padding-bottom: 15px;
}.program_information h3::after {
    height: 3px;
    width: 80px;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, rgb(170,194,158), rgb(103,162,118));
    border-radius: 10px;
    position: absolute;
    content: "";
}.program_information p {
    line-height: 1.7;
    color: #000000;
    position: relative;
    margin-bottom: 30px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: 400;
}.program_information .content_photo {
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    flex: 1;
    position: relative;
    border-radius: 13px;
    transition: all 0.5s ease;
    min-height: 400px;
    overflow: hidden;
}.program_information .content_photo::before {
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    z-index: 2;
    position: absolute;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
}.program_information .content_photo::after {
    height: 200%;
    transform: rotate(25deg);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 60%);
    position: absolute;
    top: -50%;
    width: 200%;
    left: -50%;
    content: "";
    z-index: 3;
    animation: shine-effect 6s infinite;
}.program_information .culture_block:hover .content_photo {
    transform: perspective(1000px) rotateY(0deg);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine-effect {
  0% {
    transform: rotate(25deg) translateX(-100%);
  }
  80%, 100% {
    transform: rotate(25deg) translateX(100%);
  }
}

@media screen and (max-width: 991px) {.program_information {
    padding: 60px 0;
}.program_information .culture_block {
    flex-direction: column;
    gap: 30px;
    padding: 30px;
}.program_information .learn_challenge {
    padding-right: 0;
    width: 100%;
}.program_information .content_photo {
    width: 100%;
    min-height: 350px;
    transform: perspective(1000px) rotateY(0);
}.program_information h3 {
    font-size: calc(30px - 4px);
}
}

@media screen and (max-width: 767px) {.program_information {
    padding: 50px 0;
}.program_information .culture_block {
    padding: 25px;
}.program_information .nav_page {
    max-width: 150px;
    height: 50px;
}.program_information h3 {
    padding-bottom: 10px;
    font-size: calc(30px - 6px);
    margin-bottom: 15px;
}.program_information h3::after {
    width: 60px;
    height: 2px;
}.program_information p {
    font-size: calc(12px - 1px);
    margin-bottom: 20px;
}.program_information .content_photo {
    min-height: 300px;
}
}

@media screen and (max-width: 576px) {.program_information {
    padding: 40px 0;
}.program_information .culture_block {
    padding: 20px;
    gap: 20px;
}.program_information .nav_page {
    max-width: 120px;
    height: 40px;
    margin-bottom: 15px;
}.program_information h3 {
    font-size: calc(30px - 8px);
}.program_information .content_photo {
    min-height: 250px;
}}.give_it_a_try {
    position: relative;
    background: linear-gradient(110deg, rgb(170,194,158) 55%, rgb(213,222,207) 45%);
    padding: 120px 0;
    overflow: hidden;
}.give_it_a_try::before {
    left: 0;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg, 
        transparent, 
        transparent 20px, 
        rgba(255, 255, 255, 0.03) 20px, 
        rgba(255, 255, 255, 0.03) 40px
    );
    z-index: 1;
    content: '';
    width: 100%;
    top: 0;
    height: 100%;
}.give_it_a_try .culture_block {
    justify-content: space-between;
    z-index: 10;
    padding: 0;
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
}.give_it_a_try .container p {
    padding-right: 30px;
    font-weight: 700;
    color: #ffffff;
    font-size: 38px;
    z-index: 5;
    width: 60%;
    position: relative;
    line-height: 1.4;
    margin: 0;
}.give_it_a_try .contact_inquiry {
    display: flex;
    align-items: center;
    color: #ffffff;
    border-radius: 16px;
    height: 100px;
    overflow: hidden;
    background: rgb(170,194,158);
    text-decoration: none;
    justify-content: center;
    font-weight: 600;
    z-index: 5;
    transform: skewX(-10deg);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
    width: 35%;
    transition: all 0.4s ease;
    font-size: 16px;
    position: relative;
}.give_it_a_try .contact_inquiry::before {
    left: -50px;
    position: absolute;
    transition: all 0.6s ease;
    height: 150%;
    content: '';
    transform: rotate(35deg) translateY(-50px);
    background: rgba(255, 255, 255, 0.3);
    width: 10px;
}.give_it_a_try .contact_inquiry:hover {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.3);
    transform: skewX(-10deg) translateY(-8px);
    background: rgb(103,162,118);
}.give_it_a_try .contact_inquiry:hover::before {
    left: 120%;
}.give_it_a_try .container::after {
    animation: pulse 8s infinite alternate;
    z-index: -1;
    width: 200px;
    top: -50px;
    position: absolute;
    background: rgb(170,194,158,0.5);
    filter: blur(60px);
    height: 200px;
    content: '';
    right: -50px;
    border-radius: 50%;
}.give_it_a_try .container::before {
    bottom: -50px;
    animation: pulse 8s infinite alternate-reverse;
    filter: blur(50px);
    position: absolute;
    border-radius: 50%;
    background: rgb(103,162,118,0.5);
    width: 150px;
    height: 150px;
    z-index: -1;
    content: '';
    left: -50px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@media (max-width: 991px) {.give_it_a_try {
    padding: 90px 0;
    background: linear-gradient(130deg, #000000 55%, rgb(213,222,207) 55%);
}.give_it_a_try .container p {
    font-size: calc(23px * 1.3);
}.give_it_a_try .contact_inquiry {
    height: 80px;
}
}

@media (max-width: 767px) {.give_it_a_try {
    padding: 70px 0;
    background: #000000;
}.give_it_a_try .culture_block {
    flex-direction: column;
    gap: 30px;
}.give_it_a_try .container p {
    font-size: 23px;
    width: 100%;
    padding-right: 0;
    text-align: center;
}.give_it_a_try .contact_inquiry {
    transform: skewX(0);
    height: 70px;
    width: 80%;
}.give_it_a_try .contact_inquiry:hover {
    transform: skewX(0) translateY(-5px);
}
}

@media (max-width: 480px) {.give_it_a_try {
    padding: 50px 0;
}.give_it_a_try .container p {
    font-size: calc(17px * 1.2);
}.give_it_a_try .contact_inquiry {
    font-size: calc(16px * 0.9);
    width: 100%;
    height: 60px;
}}.privacyConsentPanel {
    width: 100%;
    z-index: 90;
    position: fixed;
    border-top: 2px solid rgb(170,194,158);
    background: rgb(213,222,207);
    bottom: 0;
}#userPrivacyDialog {
    display: none;
}#userPrivacyDialog:checked ~ .privacyConsentPanel {
    opacity: 0;
    visibility: hidden;
}.cookie_guide {
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    display: flex;
}.privacyConsentPanel h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.privacyConsentPanel p {
    font-size: 18px;
}.safe_cookies {
    margin-right: 10px;
    flex-shrink: 0;
}.safe_cookies svg, .safe_cookies svg path, .safe_cookies img {
    width: 100px;
    fill: rgb(170,194,158);
    height: 100px;
}.cookie_data {
    text-align: center;
    flex-shrink: 0;
    white-space: nowrap;
    min-width: 120px;
    color: rgb(170,194,158);
    font-size: 24px;
    border-bottom: 2px solid rgb(170,194,158);
    margin-left: 10px;
    line-height: 35px;
    cursor: pointer;
    text-decoration: none;
}.privacyConsentPanel p a {
    text-decoration: none;
    color: rgb(170,194,158);
}
@media only screen and (max-width: 1200px) {.privacyConsentPanel {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.safe_cookies {
    display: none;
}.cookie_guide {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.privacyConsentPanel h5 {
    text-align: center;
}.privacyConsentPanel p {
    text-align: center;
}.cookie_notice {
    margin-bottom: 20px;
}body .content-wrapper .cookie_data {
    margin-bottom: 10px;
    margin-left: 0;
}}
.content-wrapper .privacyConsentPanel {
    box-shadow: rgb(103,162,118,0.5) 0px 0px 10px 10px;
    background: rgb(170,194,158);
}.content-wrapper .cookie_guide {
    justify-content: space-between;
    padding: 40px 0;
}.content-wrapper .cookie_data {
    font-size: 20px;
    border: none;
    padding: 10px;
    margin-left: 30px;
    background: #ffffff;
    color: rgb(170,194,158);
}.content-wrapper .cookie_notice {
    text-align: left;
    color: #ffffff;
}.content-wrapper .cookie_notice h5 {
    font-weight: 700;
}.content-wrapper .cookie_notice h5, .content-wrapper .cookie_notice p {
    color: #ffffff;
}.content-wrapper .privacyConsentPanel p a {
    color: rgb(103,162,118);
    text-decoration: underline;
}.data_exploration {
    color: #ffffff;
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.data_exploration::before {
    content: "";
    top: 0;
    opacity: 0.85;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: absolute;
}.data_exploration::after {
    left: 0;
    z-index: 2;
    top: 0;
    opacity: 0.1;
    width: 100%;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(170,194,158,0.5) 0,
        rgb(170,194,158,0.5) 2px,
        transparent 2px,
        transparent 8px
    );
    height: 100%;
}.data_exploration .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 5;
}.data_exploration .statistics_reasons {
    position: relative;
    flex-direction: column;
    display: flex;
}.data_exploration .statistics_value {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    padding: 20px;
    top: 0;
    animation: glowCircle 3s infinite alternate ease-in-out;
    border-radius: 50%;
    display: flex;
    align-items: center;
    z-index: 10;
    background: linear-gradient(135deg, rgb(170,194,158) 0%, rgb(103,162,118) 100%);
    transform: translateX(-50%) translateY(-50%);
    height: 90px;
    position: absolute;
    left: 50%;
    justify-content: center;
    border: 5px solid rgba(255, 255, 255, 0.15);
    width: 90px;
}@keyframes glowCircle {
    0% {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    }
    100% {
        box-shadow: 0 8px 25px rgb(170,194,158,0.5);
    }
}

.data_exploration .statistics_value svg {
    height: 100%;
    width: 100%;
    fill: #ffffff;
}.data_exploration .statistics_value svg path {
    fill: #ffffff;
}.data_exploration .statistics_boosts {
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
    padding-top: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 36px;
}.data_exploration .statistics_boosts::after {
    background: rgb(170,194,158);
    width: 80px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: -15px;
}.data_exploration .statistics_wins {
    max-width: 700px;
    margin: 30px auto;
    line-height: 1.7;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
}.data_exploration .fast_statistics {
    justify-content: center;
    margin-top: 30px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}.data_exploration .fast_statistics::before {
    left: 0;
    position: absolute;
    content: "";
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    top: 50%;
    width: 100%;
    z-index: 1;
}.data_exploration .fast_statistics::after {
    height: 100%;
    top: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    width: 1px;
    left: 50%;
    content: "";
    z-index: 1;
}.data_exploration .benefits_block {
    text-align: center;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 30px;
    display: flex;
    height: 200px;
    width: 50%;
}.data_exploration .benefits_block::before {
    opacity: 0.1;
    width: 0;
    z-index: -1;
    top: 0;
    content: "";
    background: rgb(170,194,158,0.5);
    height: 100%;
    left: 0;
    transition: all 0.5s ease;
    position: absolute;
}.data_exploration .benefits_block:hover::before {
    width: 100%;
}.data_exploration .statistics_pluses {
    align-items: center;
    transform: translateY(0);
    justify-content: center;
    height: 55px;
    margin-bottom: 20px;
    width: 55px;
    transition: transform 0.3s ease;
    display: flex;
}.data_exploration .benefits_block:hover .statistics_pluses {
    transform: translateY(-5px);
}.data_exploration .statistics_pluses svg {
    width: 100%;
    height: 100%;
    fill: rgb(103,162,118);
}.data_exploration .statistics_pluses svg path {
    fill: rgb(103,162,118);
}.data_exploration .benefits_block span {
    margin-bottom: 10px;
    line-height: 1;
    position: relative;
    color: #ffffff;
    display: block;
    font-size: calc(46px * 1.2);
    font-weight: 700;
}.data_exploration .benefits_block span::after {
    transform: translateX(-50%);
    background: rgb(103,162,118);
    width: 30px;
    height: 2px;
    content: "";
    bottom: -5px;
    transition: width 0.3s ease;
    left: 50%;
    position: absolute;
}.data_exploration .benefits_block:hover span::after {
    width: 50px;
}.data_exploration .benefits_block p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
    max-width: 200px;
    font-size: 12px;
}.data_exploration .benefits_block:nth-child(1) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    animation: fadeIn 0.5s ease forwards;
}.data_exploration .benefits_block:nth-child(2) {
    animation: fadeIn 0.5s ease forwards 0.2s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.data_exploration .benefits_block:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    animation: fadeIn 0.5s ease forwards 0.4s;
}.data_exploration .benefits_block:nth-child(4) {
    animation: fadeIn 0.5s ease forwards 0.6s;
}@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.data_exploration .statistics_reasons::before {
    border-radius: 50%;
    border: 1px solid rgb(170,194,158);
    width: 200px;
    opacity: 0.15;
    top: 50%;
    height: 200px;
    position: absolute;
    content: "";
    animation: pulseCircle 4s infinite;
    left: 50%;
    transform: translate(-50%, -50%);
}.data_exploration .statistics_reasons::after {
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    height: 300px;
    content: "";
    border: 1px dashed rgb(103,162,118);
    opacity: 0.15;
    animation: pulseCircle 4s infinite 1s;
    top: 50%;
    width: 300px;
    left: 50%;
}

@keyframes pulseCircle {
    0% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.15;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.25;
    }
    100% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.15;
    }
}

@media screen and (max-width: 991px) {.data_exploration {
    padding: 100px 0;
}.data_exploration .statistics_wins {
    max-width: 600px;
}.data_exploration .benefits_block {
    padding: 20px;
    height: 180px;
}.data_exploration .benefits_block span {
    font-size: 46px;
}.data_exploration .statistics_value {
    padding: 18px;
    height: 80px;
    width: 80px;
}
}

@media screen and (max-width: 767px) {.data_exploration {
    padding: 80px 0;
}.data_exploration .statistics_reasons::before,
    .data_exploration .statistics_reasons::after {
    display: none;
}.data_exploration .fast_statistics::before,
    .data_exploration .fast_statistics::after {
    display: none;
}.data_exploration .benefits_block {
    height: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    width: 100%;
    border: none !important;
    padding: 25px 15px;
}.data_exploration .benefits_block:last-child {
    border-bottom: none !important;
}.data_exploration .statistics_value {
    width: 70px;
    padding: 15px;
    height: 70px;
}.data_exploration .statistics_boosts {
    font-size: calc(36px - 2px);
}.data_exploration .statistics_pluses {
    width: 45px;
    margin-bottom: 15px;
    height: 45px;
}.data_exploration .benefits_block span {
    font-size: calc(36px - 4px);
}.data_exploration .benefits_block p {
    font-size: calc(12px - 1px);
}
}

@media screen and (max-width: 576px) {.data_exploration {
    padding: 60px 0;
}.data_exploration .container {
    padding: 0 15px;
}.data_exploration .statistics_value {
    height: 60px;
    width: 60px;
    padding: 12px;
}.data_exploration .statistics_boosts {
    letter-spacing: 1px;
    font-size: calc(36px - 4px);
    padding-top: 40px;
}.data_exploration .statistics_boosts::after {
    width: 60px;
}.data_exploration .statistics_wins {
    margin: 25px auto;
    font-size: calc(12px - 1px);
}.data_exploration .benefits_block {
    padding: 20px 10px;
}.data_exploration .statistics_pluses {
    margin-bottom: 12px;
    width: 40px;
    height: 40px;
}.data_exploration .benefits_block span {
    font-size: calc(36px - 6px);
}.data_exploration .benefits_block p {
    font-size: calc(12px - 2px);
}}footer {
    position: relative;
}footer::before {
    content: '';
    z-index: 1;
    background: linear-gradient(90deg, #000000 0%, rgb(170,194,158) 150%);
    position: absolute;
    left: 0;
    opacity: 0.92;
    top: 0;
    bottom: 0;
    right: 0;
}.gift_card {
    font-family: Arial, sans-serif;
    z-index: 2;
    position: relative;
    color: #ffffff;
    padding: 70px 0;
}.gift_card .container {
    gap: 40px;
    display: flex;
    flex-wrap: wrap;
}.gift_card .company_holder {
    transition: all 0.3s ease;
    padding: 30px;
    overflow: hidden;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px 0 12px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}.gift_card .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}.gift_card .company_holder::before {
    position: absolute;
    top: 0;
    width: 100%;
    background: rgb(170,194,158);
    content: '';
    left: 0;
    height: 5px;
}.gift_card .company_holder h3 {
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 32px;
    position: relative;
    color: #ffffff;
    display: inline-block;
}.gift_card .company_holder h3::after {
    position: absolute;
    bottom: -8px;
    height: 3px;
    left: 0;
    background: rgb(103,162,118);
    width: 60px;
    content: '';
}.gift_card .faq_block {
    font-size: 12px;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.6;
}.gift_card .testimonial {
    position: relative;
}.gift_card .site_main {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}.gift_card .head_expert {
    position: relative;
    flex: 0 0 calc(50% - 15px);
}.gift_card .head_expert h5 {
    font-size: 21px;
    border-left: 3px solid rgb(170,194,158);
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    position: relative;
    padding-left: 15px;
}.gift_card .head_expert .site_main {
    gap: 12px;
    flex-direction: column;
    display: flex;
}.gift_card .head_expert .site_main a {
    border-radius: 4px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
    font-size: 12px;
    color: #ffffff;
    overflow: hidden;
    padding: 8px 15px;
}.gift_card .head_expert .site_main a::before {
    left: 0;
    content: '';
    position: absolute;
    background: rgb(170,194,158,0.5);
    transition: width 0.3s ease;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
}.gift_card .head_expert .site_main a:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    color: #ffffff;
}.gift_card .head_expert .site_main a:hover::before {
    width: 100%;
}.exam_prep {
    padding: 20px 0;
    position: relative;
    margin-top: 50px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}.exam_prep .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.exam_prep .lang_learn {
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    right: 0;
    bottom: 0;
    left: 0;
    background-size: 40px 40px;
    position: absolute;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    z-index: 1;
    top: 0;
    content: '';
}

@media (max-width: 992px) {.gift_card .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.gift_card {
    padding: 50px 0;
}.gift_card .head_expert {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.gift_card {
    padding: 40px 0;
}.gift_card .company_holder h3 {
    font-size: calc(32px * 0.8);
}.gift_card .head_expert h5 {
    font-size: calc(21px * 0.9);
}.gift_card .head_expert .site_main a,
    .gift_card .footer_agreement {
    font-size: calc(12px * 0.95);
}}

.exam_prep::before {
    content: '';
    left: 0;
    height: 1px;
    top: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
    opacity: 0.2;
    width: 100%;
}.course_demographic {
    position: relative;
    background: linear-gradient(120deg, rgb(213,222,207) 0%, rgb(170,194,158,0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
}.course_demographic::before {
    animation: rotateRings 60s linear infinite;
    top: 50%;
    content: '';
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    width: 150%;
    height: 150%;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(
        ellipse at center,
        transparent 0%,
        transparent 30%,
        rgba(rgb(103,162,118,0.5), 0.1) 31%,
        rgba(rgb(103,162,118,0.5), 0.1) 32%,
        transparent 33%,
        transparent 40%,
        rgba(rgb(103,162,118,0.5), 0.05) 41%,
        rgba(rgb(103,162,118,0.5), 0.05) 42%,
        transparent 43%,
        transparent 50%,
        rgba(rgb(170,194,158,0.5), 0.07) 51%,
        rgba(rgb(170,194,158,0.5), 0.07) 52%,
        transparent 53%,
        transparent 70%,
        rgba(rgb(170,194,158,0.5), 0.05) 71%,
        rgba(rgb(170,194,158,0.5), 0.05) 72%,
        transparent 73%
    );
}.course_demographic::after {
    position: absolute;
    top: 0;
    content: '';
    z-index: 1;
    left: 0;
    opacity: 0.3;
    width: 100%;
    background: radial-gradient(
        circle at 70% 80%,
        rgb(170,194,158,0.5) 0%,
        transparent 50%
    );
    height: 100%;
}.course_demographic .culture_block {
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.course_demographic h3 {
    color: #ffffff;
    text-align: center;
    position: relative;
    font-size: 34px;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 3.5rem;
}.course_demographic h3::after {
    background: rgb(170,194,158);
    height: 3px;
    bottom: -15px;
    box-shadow: 0 0 15px rgb(170,194,158);
    width: 120px;
    position: absolute;
    border-radius: 50px;
    content: '';
    transform: translateX(-50%);
    left: 50%;
}.course_demographic ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    margin: 0;
    padding: 0;
    display: grid;
    list-style-type: none;
}.course_demographic li {
    background-color: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(5px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 1.8rem 2rem;
    border-radius: 50px;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.2);
}.course_demographic li::before {
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    width: 100%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 100%
    );
    content: '';
    height: 100%;
}.course_demographic li::after {
    top: -50%;
    transition: all 0.5s ease;
    content: '';
    background: radial-gradient(
        circle at center,
        rgba(rgb(103,162,118,0.5), 0.3) 0%,
        transparent 70%
    );
    transform: scale(0.5);
    left: -50%;
    pointer-events: none;
    position: absolute;
    width: 200%;
    height: 200%;
    opacity: 0;
}.course_demographic li:hover {
    transform: translateY(-5px);
    border-color: rgb(170,194,158,0.5);
    background-color: rgba(255, 255, 255, 0.18);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 20px rgb(170,194,158,0.5);
}.course_demographic li:hover::after {
    transform: scale(1);
    opacity: 0.5;
}.course_demographic li svg {
    height: 40px;
    width: 40px;
    flex-shrink: 0;
    filter: drop-shadow(0 0 5px rgb(103,162,118,0.5));
    transform-origin: center;
    fill: rgb(103,162,118);
    margin-right: 1.5rem;
    transition: all 0.4s ease;
}.course_demographic li:hover svg {
    filter: drop-shadow(0 0 8px rgb(170,194,158));
    fill: rgb(170,194,158);
    transform: rotate(15deg);
}.course_demographic li svg path {
    transition: all 0.4s ease;
}.course_demographic li:hover svg path {
    fill: rgb(170,194,158);
}.course_demographic li {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.3px;
    line-height: 1.5;
}

@keyframes rotateRings {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.course_demographic {
    padding: 4rem 0;
}.course_demographic ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.course_demographic h3 {
    font-size: calc(34px * 0.9);
}.course_demographic li {
    padding: 1.5rem 1.8rem;
}
}

@media (max-width: 767px) {.course_demographic {
    padding: 3rem 0;
}.course_demographic h3 {
    margin-bottom: 2.5rem;
    font-size: calc(34px * 0.8);
}.course_demographic h3::after {
    width: 100px;
}.course_demographic li {
    padding: 1.2rem 1.5rem;
    border-radius: 25px;
}.course_demographic li svg {
    margin-right: 1rem;
    width: 35px;
    height: 35px;
}}header {
    background: linear-gradient(to bottom, rgb(213,222,207), rgba(0, 0, 0, 0.5));
    width: 100%;
    overflow: visible;
    z-index: 99;
    position: relative;
}header::before {
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    content: "";
    position: absolute;
    left: 0;
}header .top_master {
    justify-content: space-between;
    position: relative;
    padding: 20px 30px;
    display: flex;
    align-items: center;
}header .top_master::before {
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 10%;
    width: 80%;
    content: "";
    background: linear-gradient(to right, transparent, rgb(170,194,158), transparent);
}header .top_master .nav_page {
    position: relative;
    margin-right: 40px;
    z-index: 2;
}header .top_master .nav_page .header_navbar {
    position: relative;
    display: block;
    padding: 5px;
}header .top_master .nav_page .header_navbar::before {
    z-index: -1;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    transform: scale(0.9);
    content: "";
    transition: transform 0.3s ease, opacity 0.3s ease;
    left: -5px;
    bottom: -5px;
    top: -5px;
    right: -5px;
    position: absolute;
    opacity: 0;
}header .top_master .nav_page .header_navbar:hover::before {
    transform: scale(1);
    opacity: 0.1;
}header .top_master .nav_page .header_navbar svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: 45px;
    width: auto;
}header .top_master .head_expert {
    perspective: 1000px;
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
}header .top_master .head_expert .top_lead {
    position: relative;
    margin: 0;
    transform-style: preserve-3d;
}header .top_master .head_expert .top_lead a {
    transform-style: preserve-3d;
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease;
    background: linear-gradient(to bottom, transparent, transparent);
    text-transform: uppercase;
    display: block;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #000000;
    letter-spacing: 0.5px;
    font-size: 17px;
    padding: 12px 20px;
    text-decoration: none;
}header .top_master .head_expert .top_lead a::before,
header .top_master .head_expert .top_lead a::after {
    top: 0;
    height: 100%;
    position: absolute;
    transition: all 0.3s ease;
    pointer-events: none;
    content: "";
    width: 100%;
    left: 0;
}header .top_master .head_expert .top_lead a::before {
    transform-origin: top center;
    background: linear-gradient(to bottom, rgb(170,194,158,0.5), transparent);
    transform: translateZ(-1px) rotateX(10deg);
    opacity: 0;
}header .top_master .head_expert .top_lead a::after {
    opacity: 0;
    background: linear-gradient(to top, rgb(103,162,118,0.5), transparent);
    transform-origin: bottom center;
    transform: translateZ(-2px) rotateX(-10deg);
}header .top_master .head_expert .top_lead:hover a {
    color: rgb(170,194,158);
    transform: translateZ(10px);
}header .top_master .head_expert .top_lead:hover a::before,
header .top_master .head_expert .top_lead:hover a::after {
    opacity: 0.1;
}header .top_master .head_expert .top_lead:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}header .top_master .head_expert .top_lead:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

@media (max-width: 992px) {header .top_master {
    padding: 15px;
    flex-direction: column;
}header .top_master .nav_page {
    margin: 0 0 15px 0;
}header .top_master .head_expert {
    width: 100%;
    flex-wrap: wrap;
    perspective: none;
    justify-content: center;
}header .top_master .head_expert .top_lead a {
    font-size: calc(17px - 1px);
    transform-style: flat;
    padding: 10px 15px;
}header .top_master .head_expert .top_lead:hover a {
    transform: none;
}header .top_master .head_expert .top_lead a::before,
    header .top_master .head_expert .top_lead a::after {
    display: none;
}
}

@media (max-width: 767px) {header .top_master .head_expert .top_lead a {
    padding: 8px 12px;
    font-size: calc(17px - 2px);
}}.secure_pantry {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(213,222,207), rgba(245, 248, 255, 0.95));
    padding: 5rem 2rem;
    color: #000000;
}.secure_pantry::before {
    content: "";
    right: 0;
    position: absolute;
    width: 40%;
    background: linear-gradient(135deg, transparent 15%, rgba(rgb(170,194,158,0.5), 0.03) 70%);
    top: 0;
    height: 100%;
    z-index: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 50% 0);
}.secure_pantry::after {
    z-index: 1;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, rgb(170,194,158), rgb(103,162,118), rgb(170,194,158));
}.secure_pantry .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1140px;
}.secure_pantry h1 {
    padding-bottom: 1rem;
    position: relative;
    font-weight: 700;
    margin-bottom: 2.5rem;
    transform: translateX(-0.5rem);
    font-size: 39px;
    color: #000000;
}.secure_pantry h1::after {
    height: 3px;
    width: 6rem;
    left: 0;
    background: linear-gradient(90deg, rgb(170,194,158), transparent);
    position: absolute;
    content: "";
    bottom: 0;
}.secure_pantry h2 {
    margin-bottom: 1.5rem;
    margin-top: 3rem;
    transform: translateY(-0.25rem);
    font-weight: 600;
    padding-left: 1rem;
    position: relative;
    color: #000000;
    font-size: 35px;
}.secure_pantry h2::before {
    background: rgb(170,194,158);
    height: 80%;
    position: absolute;
    left: 0;
    content: "";
    border-radius: 2px;
    top: 0.2em;
    width: 4px;
}.secure_pantry h3 {
    color: #000000;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    font-size: calc(35px * 0.85);
    font-weight: 600;
    padding-left: 0.75rem;
    position: relative;
}.secure_pantry h3::before {
    background: rgb(103,162,118);
    top: 0.25em;
    content: "";
    left: 0;
    position: absolute;
    height: 75%;
    width: 3px;
    border-radius: 1.5px;
}.secure_pantry h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: calc(35px * 0.7);
    font-weight: 600;
    color: #000000;
    position: relative;
    padding-left: 0.5rem;
}.secure_pantry h4::before {
    content: "";
    border-radius: 1px;
    height: 70%;
    top: 0.3em;
    opacity: 0.7;
    position: absolute;
    width: 2px;
    background: rgb(103,162,118);
    left: 0;
}.secure_pantry p {
    line-height: 1.7;
    color: #000000;
    font-size: 18px;
    max-width: 90%;
    position: relative;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}.secure_pantry p strong {
    font-weight: 600;
    padding-left: 0.25rem;
    position: relative;
    padding-right: 0.25rem;
    background: linear-gradient(to bottom, transparent 85%, rgba(rgb(170,194,158,0.5), 0.15) 15%);
    color: #000000;
}.secure_pantry span {
    font-size: 18px;
    max-width: 95%;
    line-height: 1.7;
    border-left: 1px solid rgba(rgb(103,162,118,0.5), 0.3);
    margin-bottom: 1.5rem;
    color: #000000;
    padding-left: 1rem;
    position: relative;
    display: block;
}.secure_pantry ul {
    counter-reset: privacy-counter;
    margin: 2rem 0;
    list-style: none;
    padding-left: 0;
}.secure_pantry li {
    font-size: 18px;
    margin-bottom: 1.25rem;
    counter-increment: privacy-counter;
    padding-left: 2.5rem;
    position: relative;
    line-height: 1.6;
}.secure_pantry li::before {
    background: linear-gradient(135deg, rgb(170,194,158), rgb(103,162,118));
    top: 0.25rem;
    transition: transform 0.3s ease;
    transform: rotate(45deg);
    position: absolute;
    width: 1.25rem;
    left: 0;
    opacity: 0.9;
    content: "";
    border-radius: 10px;
    height: 1.25rem;
}.secure_pantry li::after {
    align-items: center;
    display: flex;
    top: 0.25rem;
    content: counter(privacy-counter);
    left: 0;
    position: absolute;
    justify-content: center;
    height: 1.25rem;
    color: #ffffff;
    font-size: 0.75rem;
    width: 1.25rem;
    font-weight: 600;
}.secure_pantry li:hover::before {
    transform: rotate(45deg) scale(1.1);
}@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

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

.secure_pantry h1, 
.secure_pantry h2, 
.secure_pantry h3, 
.secure_pantry h4,
.secure_pantry p,
.secure_pantry ul {
    animation: fadeIn 0.5s ease-out forwards;
}.secure_pantry::after {
    animation: borderPulse 8s linear infinite;
    background-size: 200% 200%;
}


@media (max-width: 992px) {.secure_pantry {
    padding: 4rem 1.5rem;
}.secure_pantry h1 {
    font-size: calc(39px * 0.9);
}.secure_pantry h2 {
    font-size: calc(35px * 0.9);
}.secure_pantry p, 
    .secure_pantry span {
    max-width: 100%;
}
}

@media (max-width: 768px) {.secure_pantry {
    padding: 3rem 1.25rem;
}.secure_pantry::before {
    opacity: 0.5;
    width: 70%;
}.secure_pantry h1 {
    transform: translateX(0);
    font-size: calc(39px * 0.8);
}.secure_pantry h2 {
    font-size: calc(35px * 0.8);
}.secure_pantry h3 {
    font-size: calc(35px * 0.7);
}.secure_pantry h4 {
    font-size: calc(35px * 0.6);
}.secure_pantry p, 
    .secure_pantry span,
    .secure_pantry li {
    font-size: calc(18px * 0.95);
}.secure_pantry li {
    padding-left: 2rem;
}
}

@media (max-width: 576px) {.secure_pantry {
    padding: 2.5rem 1rem;
}.secure_pantry h1 {
    font-size: calc(39px * 0.7);
}.secure_pantry h1::after {
    width: 5rem;
}.secure_pantry h2 {
    padding-left: 0.75rem;
}.secure_pantry h3 {
    padding-left: 0.5rem;
}.secure_pantry p, 
    .secure_pantry span {
    line-height: 1.6;
}.secure_pantry li {
    padding-left: 1.75rem;
    margin-bottom: 1rem;
}.secure_pantry li::before,
    .secure_pantry li::after {
    width: 1rem;
    height: 1rem;
}}.about_this {
    color: #ffffff;
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.about_this::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 25%,
        rgba(0, 0, 0, 0.65) 50%,
        rgba(0, 0, 0, 0.55) 75%,
        rgba(0, 0, 0, 0.45) 100%);
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 0;
    right: 0;
    content: "";
    left: 0;
}.about_this::after {
    filter: blur(60px);
    background: rgb(170,194,158,0.5);
    width: 40%;
    animation: glow 8s infinite alternate;
    top: -10%;
    content: "";
    opacity: 0.5;
    z-index: 0;
    height: 80%;
    position: absolute;
    right: -5%;
    transform: rotate(-15deg) skewX(-15deg);
}.about_this .container {
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.about_this .caption_holder {
    margin-left: 5%;
    flex-direction: column;
    display: flex;
    position: relative;
    max-width: 900px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 1s forwards 0.3s ease-out;
}.about_this h1 {
    letter-spacing: 1px;
    margin-bottom: 2.5rem;
    color: #ffffff;
    position: relative;
    transform: translateX(-10px);
    padding-bottom: 1.5rem;
    font-weight: 700;
    font-size: calc(42px * 1.2);
}.about_this h1::before {
    left: 0;
    content: "";
    width: 80px;
    background: rgb(103,162,118);
    height: 4px;
    transform-origin: left;
    animation: lineGrow 1.5s forwards ease-out;
    position: absolute;
    bottom: 0;
}.about_this h1::after {
    position: absolute;
    width: 40px;
    bottom: -10px;
    left: 0;
    transform: translateX(20px);
    animation: lineGrow 1.5s forwards 0.3s ease-out;
    height: 4px;
    content: "";
    background: rgb(170,194,158);
}.about_this ul {
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 0;
}.about_this li {
    margin-bottom: 1.5rem;
}.about_this li:first-child {
    margin-bottom: 1rem;
}.about_this h4 {
    animation: fadeIn 0.8s forwards 0.6s ease-out;
    transform: translateX(-10px);
    padding-left: 1.5rem;
    margin: 0 0 1rem;
    color: rgb(103,162,118);
    position: relative;
    letter-spacing: 0.5px;
    font-size: calc(18px * 1.15);
    font-weight: 600;
    display: inline-block;
    opacity: 0;
}.about_this h4::before {
    height: 2px;
    content: "";
    left: 0;
    background: rgb(103,162,118);
    position: absolute;
    transform: translateY(-50%);
    width: 12px;
    top: 50%;
}.about_this span {
    transform: translateY(20px);
    font-size: 13px;
    color: #ffffff;
    line-height: 1.8;
    position: relative;
    animation: fadeUp 1s forwards 0.9s ease-out;
    backdrop-filter: blur(5px);
    opacity: 0;
    background: linear-gradient(to right, 
        rgba(rgba(0, 0, 0, 0.5), 0.1), 
        rgba(rgba(0, 0, 0, 0.5), 0.4));
    text-align: justify;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-left: 3px solid rgb(170,194,158);
    padding: 1.5rem;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%
    );
}

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

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

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

@keyframes glow {
    0% {
        opacity: 0.3;
        filter: blur(60px);
    }
    50% {
        opacity: 0.5;
        filter: blur(40px);
    }
    100% {
        opacity: 0.3;
        filter: blur(60px);
    }
}

@media (min-width: 992px) {.about_this {
    padding: 8rem 0;
}.about_this .caption_holder {
    margin-left: 8%;
}.about_this h1 {
    font-size: calc(42px * 1.5);
}.about_this span {
    padding: 2rem;
    font-size: calc(13px * 1.05);
    line-height: 1.9;
}.about_this h1::before {
    width: 120px;
    height: 5px;
}.about_this h1::after {
    width: 60px;
    bottom: -15px;
}
}

@media (min-width: 1200px) {.about_this .container {
    padding: 0 3rem;
}.about_this .caption_holder {
    margin-left: 10%;
}.about_this span {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    padding: 2.5rem;
}.about_this::after {
    height: 90%;
    width: 50%;
}
}

@media (max-width: 991px) {.about_this {
    padding: 5rem 0;
}.about_this h1 {
    margin-bottom: 2rem;
    font-size: calc(42px * 1.1);
}.about_this .caption_holder {
    margin-left: 3%;
}
}

@media (max-width: 768px) {.about_this {
    padding: 4rem 0;
}.about_this .container {
    padding: 0 1.5rem;
}.about_this h1 {
    font-size: 42px;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}.about_this h4 {
    font-size: 18px;
}.about_this span {
    line-height: 1.7;
    padding: 1.25rem;
    font-size: calc(13px * 0.95);
}.about_this .caption_holder {
    margin-left: 0;
}.about_this h1::before {
    height: 3px;
    width: 60px;
}.about_this h1::after {
    height: 3px;
    bottom: -8px;
    width: 30px;
}
}

@media (max-width: 576px) {.about_this {
    padding: 3rem 0;
}.about_this .container {
    padding: 0 1rem;
}.about_this h1 {
    margin-bottom: 1.25rem;
    font-size: calc(42px * 0.9);
}.about_this span {
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 10px),
            calc(100% - 10px) 100%,
            0 100%
        );
    padding: 1rem;
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.about_this h1::before {
    width: 50px;
}.about_this h1::after {
    width: 25px;
}}.training_specialist {
    overflow: hidden;
    padding: 80px 40px;
    background: rgb(213,222,207);
    min-height: 450px;
    position: relative;
}.training_specialist::before {
    left: 0;
    top: 0;
    opacity: 0.05;
    height: 100%;
    content: "";
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(170,194,158,0.5) 30px,
        rgb(170,194,158,0.5) 32px
    );
    width: 100%;
}.training_specialist .student_testimonials {
    transform-style: preserve-3d;
    perspective: 1000px;
    position: relative;
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
    flex-direction: column;
}.training_specialist .content_photo {
    margin-left: 60px;
    position: relative;
    width: 140px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    height: 140px;
    z-index: 5;
    border: 4px solid #ffffff;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 50%;
    overflow: hidden;
}.training_specialist .student_testimonials:hover .content_photo {
    transform: translateY(-15px) scale(1.1);
    border-color: rgb(170,194,158);
}.training_specialist .employee_summary {
    padding: 60px 40px 40px;
    transform: translateZ(0);
    border-radius: 11px;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    margin-top: -40px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
}.training_specialist .student_testimonials:hover .employee_summary {
    transform: translateZ(30px);
}.training_specialist .employee_summary::before {
    transition: height 0.5s ease;
    left: 0;
    height: 0;
    position: absolute;
    top: 0;
    width: 4px;
    background: linear-gradient(to bottom, rgb(170,194,158), rgb(103,162,118));
    content: "";
}.training_specialist .student_testimonials:hover .employee_summary::before {
    height: 100%;
    animation: pulseGlow 2s infinite;
}.training_specialist .name {
    letter-spacing: 1px;
    font-size: 37px;
    font-weight: 700;
    transform: translateX(0);
    margin-bottom: 5px;
    transition: all 0.4s ease;
    color: #000000;
}.training_specialist .student_testimonials:hover .name {
    color: rgb(170,194,158);
    transform: translateX(15px);
}.training_specialist .employee_summary > div:nth-child(2) {
    font-size: 15px;
    transition: all 0.4s ease 0.1s;
    margin-bottom: 25px;
    font-weight: 600;
    letter-spacing: 0.5px;
    opacity: 0.8;
    text-transform: uppercase;
    color: rgb(103,162,118);
    transform: translateX(0);
}.training_specialist .student_testimonials:hover .employee_summary > div:nth-child(2) {
    transform: translateX(15px);
}.training_specialist .career_container {
    transform: translateY(0);
    font-size: 15px;
    color: #000000;
    line-height: 1.8;
    position: relative;
    transition: all 0.4s ease 0.2s;
    opacity: 0.9;
    padding: 20px 0;
}.training_specialist .student_testimonials:hover .career_container {
    transform: translateY(-5px);
}.training_specialist .career_container::before,
.training_specialist .career_container::after {
    position: absolute;
    content: "";
    transition: all 0.4s ease;
    width: 35px;
    height: 1px;
    background: rgb(103,162,118,0.5);
}.training_specialist .career_container::before {
    top: 0;
    left: 0;
}.training_specialist .career_container::after {
    right: 0;
    bottom: 0;
}.training_specialist .student_testimonials:hover .career_container::before,
.training_specialist .student_testimonials:hover .career_container::after {
    height: 2px;
    background: rgb(103,162,118);
    width: 100px;
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(170,194,158,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(170,194,158);
    }
}

@media (min-width: 768px) {.training_specialist .student_testimonials {
    flex-direction: row;
    align-items: center;
}.training_specialist .content_photo {
    height: 180px;
    margin-left: 0;
    z-index: 5;
    margin-right: -80px;
    width: 180px;
}.training_specialist .employee_summary {
    padding-left: 100px;
    flex: 1;
    margin-top: 0;
}
}

@media (max-width: 767px) {.training_specialist {
    padding: 60px 20px;
}.training_specialist .employee_summary {
    padding: 60px 25px 35px;
}.training_specialist .name {
    font-size: calc(37px - 4px);
}.training_specialist .employee_summary > div:nth-child(2) {
    font-size: calc(15px - 1px);
}.training_specialist .career_container {
    font-size: calc(15px - 1px);
}}.pricing_offer {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(145deg, rgb(213,222,207), #ffffff);
    overflow: hidden;
}.pricing_offer::before {
    height: 100%;
    content: "";
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
}.pricing_offer .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1320px;
    z-index: 2;
    position: relative;
}.pricing_offer .fee_struct {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}.pricing_offer .study_rates {
    animation: fadeInUp 0.8s forwards 0.2s;
    opacity: 0;
    text-align: center;
    transform: translateY(20px);
    padding: 2rem;
    order: 1;
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}.pricing_offer .study_rates h2 {
    color: rgb(170,194,158);
    position: relative;
    font-size: 29px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.pricing_offer .study_rates h2::after {
    left: 50%;
    width: 60%;
    position: absolute;
    transform: translateX(-50%);
    content: "";
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(170,194,158), transparent);
    bottom: -10px;
}.pricing_offer .study_rates .learning_packages {
    margin: 0 auto;
    font-size: 16px;
    max-width: 80%;
    color: #000000;
    line-height: 1.6;
    font-weight: 400;
}.pricing_offer .rate_card {
    gap: 2rem;
    display: grid;
    order: 2;
    grid-template-columns: 1fr;
}.pricing_offer .cost_options {
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    opacity: 0;
    animation-delay: calc(0.1s * var(--i, 1));
    text-decoration: none;
    transform: translateY(30px);
    will-change: transform, opacity;
    display: block;
    animation: fadeInUp 0.8s forwards;
}.pricing_offer .cost_options:nth-child(1) {
    --i: 1;
}.pricing_offer .cost_options:nth-child(2) {
    --i: 2;
}.pricing_offer .cost_options:nth-child(3) {
    --i: 3;
}.pricing_offer .cost_options:nth-child(4) {
    --i: 4;
}.pricing_offer .cost_options:hover {
    transform: translateY(-5px) scale(1.02);
}.pricing_offer .price_choices {
    position: relative;
    height: 100%;
    transition: all 0.4s ease;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    background: #ffffff;
    flex-direction: column;
    display: flex;
}.pricing_offer .cost_options:hover .price_choices {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.pricing_offer .pricing_fees {
    flex-direction: column;
    padding: 2.5rem 2rem;
    z-index: 1;
    flex-grow: 1;
    display: flex;
    position: relative;
}.pricing_offer .pricing_fees::before {
    height: 120px;
    width: 120px;
    transform: translate(30px, -30px);
    position: absolute;
    z-index: -1;
    opacity: 0;
    content: "";
    top: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(170,194,158,0.5) 50%);
    right: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
}.pricing_offer .cost_options:hover .pricing_fees::before {
    opacity: 0.7;
    transform: translate(0, 0);
}.pricing_offer .cost_options h3 {
    position: relative;
    font-size: calc(21px + 0.2rem);
    margin-bottom: 1rem;
    color: #000000;
    transition: color 0.3s ease;
    font-weight: 700;
}.pricing_offer .cost_options:hover h3 {
    color: rgb(170,194,158);
}.pricing_offer .plan_pricing {
    display: inline-block;
    font-size: calc(20px + 0.8rem);
    margin-bottom: 1.5rem;
    color: rgb(170,194,158);
    font-weight: 700;
    position: relative;
}.pricing_offer .plan_pricing::before {
    background: rgb(103,162,118);
    content: "";
    transition: width 0.3s ease;
    height: 3px;
    bottom: -5px;
    position: absolute;
    width: 40px;
    left: 0;
}.pricing_offer .cost_options:hover .plan_pricing::before {
    width: 80px;
}.pricing_offer .cost_options p {
    font-size: 16px;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    margin-bottom: 0;
    -ms-word-break: break-all;
    line-height: 1.6;
    color: #000000;
}.pricing_offer .content_photo {
    position: relative;
    height: 200px;
    overflow: hidden;
    transition: transform 0.5s ease;
}.pricing_offer .content_photo::after {
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    content: "";
    position: absolute;
    inset: 0;
}.pricing_offer .cost_options:hover .content_photo {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.pricing_offer .rate_card {
    grid-template-columns: repeat(2, 1fr);
}.pricing_offer .study_rates {
    padding: 3rem;
}.pricing_offer .pricing_fees {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.pricing_offer .fee_struct {
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}.pricing_offer .study_rates {
    order: 2;
    justify-content: center;
    display: flex;
    height: 100%;
    padding: 4rem 3rem;
    text-align: left;
    flex-direction: column;
}.pricing_offer .study_rates h2::after {
    transform: none;
    left: 0;
    width: 100px;
    background: linear-gradient(90deg, rgb(170,194,158), transparent);
}.pricing_offer .study_rates .learning_packages {
    margin: 0;
    max-width: 100%;
}.pricing_offer .rate_card {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}

@media (min-width: 1200px) {.pricing_offer .rate_card {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.pricing_offer .pricing_fees {
    padding: 3rem 2.5rem;
}.pricing_offer .study_rates h2 {
    font-size: calc(29px + 0.3rem);
}
}

@media (max-width: 767px) {.pricing_offer {
    padding: 4rem 0;
}.pricing_offer .study_rates h2 {
    font-size: calc(29px - 0.2rem);
}.pricing_offer .study_rates .learning_packages {
    font-size: calc(16px - 0.1rem);
    max-width: 100%;
}.pricing_offer .cost_options h3 {
    font-size: 21px;
}.pricing_offer .plan_pricing {
    font-size: calc(20px + 0.5rem);
}.pricing_offer .content_photo {
    height: 160px;
}
}