* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.container {
    margin: auto;
    width: 1181px;
    max-width: 100%;
}.compliance {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    scroll-behavior: auto;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.framework-wrap {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}.top_mentor {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.receive_updates {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(148,184,159,0.5), rgb(85,155,108,0.5));
    padding: 4rem 0;
}.receive_updates::before {
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 2px,
        transparent 2px,
        transparent 8px
    );
    z-index: 1;
}.receive_updates::after {
    width: 35%;
    z-index: 0;
    content: "";
    right: -5%;
    height: 120%;
    top: -10%;
    opacity: 0.1;
    transform: rotate(15deg);
    position: absolute;
    background: rgb(148,184,159);
}.receive_updates .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 5;
}.receive_updates .training_pro {
    gap: 2rem;
    padding: 2.5rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    display: grid;
    transform: translateZ(0);
    grid-template-columns: 1fr;
    background: #ffffff;
}.receive_updates .training_pro::before {
    left: 0;
    content: "";
    width: 6px;
    background: rgb(148,184,159);
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 2;
}.receive_updates .training_pro::after {
    height: 6px;
    position: absolute;
    width: 40%;
    right: 0;
    z-index: 2;
    transform-origin: right;
    content: "";
    background: rgb(85,155,108);
    bottom: 0;
}.receive_updates h4 {
    transform: translateY(0);
    line-height: 1.4;
    color: #000000;
    font-weight: 600;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: 19px;
    position: relative;
    margin: 0 0 0.5rem;
}.receive_updates .input_holder {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
    position: relative;
}.receive_updates .input_holder span {
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    display: block;
}.receive_updates .input_holder span:hover {
    transform: translateY(-2px);
}.receive_updates .input_holder input[type="email"] {
    transition: all 0.3s ease;
    width: 100%;
    outline: none;
    font-size: 18px;
    font-family: Arial, sans-serif;
    background: #ffffff;
    padding: 1rem 1.25rem;
    border: 2px solid rgba(0, 0, 0, 0.08);
    color: #000000;
}.receive_updates .input_holder input[type="email"]:focus {
    border-color: rgb(148,184,159);
    box-shadow: 0 0 0 3px rgb(148,184,159,0.5);
}.receive_updates .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
}.receive_updates .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.receive_updates .enroll_instantly {
    font-family: Arial, sans-serif;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    color: #ffffff;
    overflow: hidden;
    background: rgb(148,184,159);
    font-size: 15px;
    z-index: 1;
    border: none;
    font-weight: 600;
    padding: 1rem 1.5rem;
    cursor: pointer;
    position: relative;
}.receive_updates .enroll_instantly:hover {
    transform: translateY(-2px);
    background: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.receive_updates .enroll_instantly:active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}.receive_updates .enroll_instantly::before {
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    transition: transform 0.6s ease;
    left: -100%;
    position: absolute;
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.2) 50%, 
        rgba(255, 255, 255, 0) 100%
    );
    content: "";
}.receive_updates .enroll_instantly:hover::before {
    transform: translateX(200%);
}

@media (min-width: 768px) {.receive_updates {
    padding: 6rem 0;
}.receive_updates .training_pro {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
    gap: 3rem;
}.receive_updates .input_holder {
    gap: 1rem;
    grid-template-columns: 2fr 1fr;
}.receive_updates h4 {
    font-size: calc(19px * 1.1);
    margin: 0;
}.receive_updates .training_pro::after {
    width: 25%;
}
}

@media (min-width: 992px) {.receive_updates .training_pro {
    padding: 4rem;
    gap: 4rem;
}.receive_updates h4 {
    font-size: calc(19px * 1.2);
}.receive_updates .input_holder input[type="email"] {
    padding: 1.1rem 1.5rem;
}.receive_updates .enroll_instantly {
    padding: 1.1rem 2rem;
}.receive_updates .training_pro:hover h4 {
    transform: translateY(-3px);
}
}

@media (max-width: 767px) {.receive_updates {
    padding: 3rem 0;
}.receive_updates .training_pro {
    padding: 2rem;
}.receive_updates h4 {
    margin-bottom: 1.5rem;
    font-size: 18px;
}.receive_updates .input_holder span {
    margin-bottom: 0.5rem;
}.receive_updates .input_holder input[type="email"],
    .receive_updates .enroll_instantly {
    padding: 0.9rem 1rem;
}
}

@media (max-width: 480px) {.receive_updates {
    padding: 2.5rem 0;
}.receive_updates .training_pro {
    padding: 1.5rem;
}.receive_updates h4 {
    font-size: calc(18px * 0.95);
}.receive_updates .training_pro::before {
    width: 4px;
}.receive_updates .training_pro::after {
    height: 4px;
    width: 50%;
}
}

@media (prefers-reduced-motion: reduce) {.receive_updates .training_pro:hover h4,
    .receive_updates .input_holder span:hover,
    .receive_updates .enroll_instantly:hover,
    .receive_updates .enroll_instantly:hover::before {
    transform: none;
    transition: none;
}}.cookiePolicyContainer {
    position: fixed;
    z-index: 90;
    border-top: 2px solid rgb(148,184,159);
    bottom: 0;
    animation: slideIn 0.5s ease-in-out;
    box-shadow: 0 -10px 30px rgb(148,184,159,0.5);
    background: rgb(85,155,108);
    width: 100%;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.data_consent {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    padding: 20px 5%;
    box-shadow: 0 0 20px rgb(148,184,159,0.5);
    align-items: center;
    background: linear-gradient(135deg, rgb(85,155,108) 0%, rgba(0, 0, 0, 0.5) 100%);
}.data_comply {
    flex-shrink: 0;
    box-shadow: 0 0 15px rgb(148,184,159);
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin-right: 20px;
    border-radius: 21px;
}.data_comply svg, .data_comply svg path {
    height: 60px;
    width: 60px;
    transition: transform 0.3s ease;
    fill: rgb(148,184,159);
}.data_comply:hover svg {
    transform: rotate(20deg);
}.consent_learn {
    min-width: 300px;
    color: #ffffff;
    flex: 1;
}.consent_learn h5 {
    color: rgb(148,184,159);
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(148,184,159);
}.consent_learn p {
    font-size: 14px;
    color: #ffffff;
    text-shadow: 0 0 5px rgb(148,184,159,0.5);
    margin-bottom: 0;
}.privacy_switch {
    box-shadow: 0 0 10px rgb(148,184,159,0.5);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    border-radius: 10px;
    white-space: nowrap;
    font-size: 14px;
    background: rgb(148,184,159);
    padding: 12px 25px;
    cursor: pointer;
    margin-left: 10px;
    color: #000000;
}.privacy_switch:hover {
    background: rgb(85,155,108);
    box-shadow: 0 0 20px rgb(85,155,108,0.5);
}.cookiePolicyContainer p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(148,184,159);
}.cookiePolicyContainer p a:hover {
    color: rgb(85,155,108);
}#cookieSettingsPanel {
    display: none;
}#cookieSettingsPanel:checked ~ .cookiePolicyContainer {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookiePolicyContainer {
    padding: 20px;
}.data_consent {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.data_comply {
    display: none;
}.data_consent {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.consent_learn {
    margin-bottom: 20px;
    text-align: center;
}.cookiePolicyContainer h5, .cookiePolicyContainer p {
    text-align: center;
}.privacy_switch {
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}}
.title_section {
    min-height: 100vh;
    align-items: center;
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    background: linear-gradient(135deg, rgb(200,213,204) 0%, rgba(0, 0, 0, 0.5) 100%);
    justify-content: center;
}.title_section::before {
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(148,184,159,0.5) 15%, transparent 35%);
}.title_section::after {
    width: 300px;
    height: 300px;
    z-index: 1;
    transform: rotate(15deg);
    bottom: -50px;
    content: "";
    animation: float 12s ease-in-out infinite;
    border: 2px solid rgb(85,155,108,0.5);
    position: absolute;
    right: -50px;
}.title_section .master_zone {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    width: 90%;
    transform: translateY(-2vh);
}.title_section .tech_track {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    padding: 4rem 3rem;
}.title_section .tech_track::before {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    background: linear-gradient(to right, 
    rgba(0, 0, 0, 0.8) 0%, 
    rgba(0, 0, 0, 0.6) 50%, 
    rgba(0, 0, 0, 0.7) 100%);
    content: "";
    top: 0;
    backdrop-filter: blur(3px);
}.title_section .tech_track span {
    position: relative;
    opacity: 0;
    display: block;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    animation: slideIn 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.2s;
    transform: translateX(-5px);
}.title_section .tech_track span::before {
    background: rgb(85,155,108);
    height: 85%;
    top: 50%;
    left: 0;
    content: "";
    transform: translateY(-50%);
    width: 5px;
    position: absolute;
}.title_section .tech_track h3 {
    line-height: 1.5;
    margin: 0;
    max-width: 90%;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #ffffff;
    font-size: calc(23px * 0.9);
}.title_section .tech_track h1 {
    position: relative;
    opacity: 0;
    font-weight: 700;
    line-height: 1.2;
    -webkit-background-clip: text !important;
    margin: 0 0 2rem;
    background: linear-gradient(90deg, #ffffff 70%, rgb(85,155,108) 100%);
    color: #ffffff;
    animation: slideUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.5s;
    font-size: 40px;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
    transform: translateY(10px);
}.title_section .tech_track h1::after {
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    background: rgb(85,155,108);
    content: "";
    position: absolute;
    animation: stretch 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 1s;
    height: 4px;
    width: 100px;
    bottom: -0.8rem;
}.title_section .tech_track div div {
    margin-top: 1rem;
    transform: translateY(20px);
    border-left: 3px solid rgb(85,155,108);
    background: linear-gradient(90deg, rgb(148,184,159,0.5) 0%, transparent 100%);
    padding: 1rem 1.5rem;
    opacity: 0;
    animation: slideUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.8s;
}.title_section .tech_track p {
    color: #ffffff;
    font-weight: 300;
    margin: 0;
    max-width: 90%;
    font-size: calc(13px * 1.1);
    line-height: 1.6;
}

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

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

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

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

@media (max-width: 1200px) {.title_section .tech_track h1 {
    font-size: calc(40px * 0.9);
}
}

@media (max-width: 992px) {.title_section {
    min-height: 80vh;
}.title_section .tech_track {
    padding: 3rem 2.5rem;
}.title_section .tech_track h1 {
    font-size: calc(40px * 0.8);
}.title_section .tech_track h3 {
    max-width: 100%;
    font-size: calc(23px * 0.85);
}
}

@media (max-width: 768px) {.title_section {
    padding: 5rem 0;
    min-height: auto;
}.title_section .master_zone {
    width: 95%;
}.title_section .tech_track {
    padding: 2.5rem 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.title_section .tech_track h1 {
    font-size: calc(40px * 0.7);
    margin-bottom: 1.5rem;
}.title_section .tech_track h3 {
    font-size: calc(23px * 0.8);
}.title_section .tech_track p {
    font-size: 13px;
}.title_section::after {
    right: -30px;
    bottom: -30px;
    width: 200px;
    height: 200px;
}
}

@media (max-width: 576px) {.title_section .tech_track {
    padding: 2rem 1.5rem;
}.title_section .tech_track span {
    margin-bottom: 1rem;
}.title_section .tech_track h1 {
    margin-bottom: 1.2rem;
    font-size: calc(40px * 0.6);
}.title_section .tech_track h3 {
    font-size: calc(23px * 0.75);
}.title_section .tech_track div div {
    padding: 0.8rem 1rem;
}.title_section .tech_track p {
    font-size: calc(13px * 0.95);
}.title_section::after {
    width: 150px;
    height: 150px;
    bottom: -20px;
    right: -20px;
}
}

@media (max-width: 400px) {.title_section .tech_track h1 {
    font-size: calc(40px * 0.5);
}.title_section .tech_track h3 {
    font-size: calc(23px * 0.7);
}}.program_results {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(200,213,204) 0%, rgba(245, 245, 250, 0.95) 100%);
    position: relative;
    overflow: hidden;
}.program_results::before {
    width: 100%;
    content: '';
    top: 0;
    position: absolute;
    left: 0;
    z-index: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(148,184,159,0.5), 0.07) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(rgb(85,155,108,0.5), 0.09) 0%, transparent 50%);
}.program_results h5 {
    z-index: 2;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin-bottom: 3rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 23px;
    color: #000000;
    transform: translateY(0);
}.program_results h5::after {
    transform: translateX(-50%);
    bottom: -12px;
    background: linear-gradient(90deg, rgb(148,184,159) 0%, rgb(85,155,108) 100%);
    border-radius: 10px;
    content: '';
    height: 3px;
    width: 80px;
    position: absolute;
    left: 50%;
}.program_results .container {
    z-index: 1;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}.program_results .training_pro {
    border-radius: 15px;
    grid-template-columns: 1fr;
    background: #ffffff;
    gap: 2rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    display: grid;
}.program_results .training_pro:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}.program_results .photo_frame_wrap {
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    transform: scale(1);
    object-fit: cover;
    height: 300px;
}.program_results .training_pro:hover .photo_frame_wrap {
    transform: scale(1.05);
}.program_results .info_section {
    padding: 2rem;
    position: relative;
}.program_results .info_section::before {
    background: linear-gradient(to bottom, rgb(148,184,159), rgb(85,155,108));
    left: 0;
    content: '';
    width: 4px;
    height: 0;
    top: 0;
    transition: height 0.5s ease-out;
    position: absolute;
}.program_results .training_pro:hover .info_section::before {
    height: 100%;
}.program_results ul {
    margin: 0;
    display: grid;
    list-style: none;
    gap: 1.25rem;
    padding: 0;
    grid-template-columns: 1fr;
}.program_results li {
    position: relative;
    padding-left: 2.5rem;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(0);
}.program_results li:hover {
    transform: translateX(10px);
}.program_results li p {
    margin: 0;
    color: #000000;
    align-items: flex-start;
    font-size: 16px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    display: flex;
}.program_results li svg {
    width: 24px;
    top: 0;
    transition: transform 0.3s ease;
    transform: translateY(2px);
    left: 0;
    height: 24px;
    position: absolute;
}.program_results li:hover svg {
    transform: translateY(2px) rotate(10deg);
}.program_results li svg path {
    transition: fill 0.3s ease;
    fill: rgb(148,184,159);
}.program_results li:hover svg path {
    fill: rgb(85,155,108);
}.program_results li:nth-child(odd) {
    background: linear-gradient(90deg, rgba(rgb(148,184,159,0.5), 0.03) 0%, transparent 100%);
    padding-top: 0.5rem;
    border-radius: 10px;
    padding-bottom: 0.5rem;
}.program_results li:nth-child(even) {
    padding-top: 0.5rem;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(rgb(85,155,108,0.5), 0.03) 0%, transparent 100%);
    padding-bottom: 0.5rem;
}

@media (min-width: 768px) {.program_results .training_pro {
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
}.program_results .photo_frame_wrap {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.program_results ul {
    grid-template-columns: repeat(2, 1fr);
}.program_results li {
    margin-bottom: 0.5rem;
}
}

@media (min-width: 992px) {.program_results {
    padding: 8rem 0;
}.program_results h5 {
    font-size: calc(23px * 1.1);
    margin-bottom: 4rem;
}.program_results .info_section {
    padding: 3rem;
}.program_results li {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.4s ease;
}.program_results li:hover {
    background-color: rgba(rgb(85,155,108,0.5), 0.08);
}
}

@media (max-width: 767px) {.program_results {
    padding: 4rem 0;
}.program_results h5 {
    padding: 0 1rem;
    font-size: calc(23px * 0.9);
}.program_results .info_section {
    padding: 1.5rem;
}.program_results li {
    margin-bottom: 1rem;
}.program_results li p {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.program_results h5 {
    font-size: calc(23px * 0.8);
}.program_results .info_section {
    padding: 1.25rem;
}.program_results li {
    padding-left: 2rem;
}.program_results li svg {
    height: 20px;
    width: 20px;
}}header {
    overflow: visible;
    z-index: 100;
    background: rgb(85,155,108);
    margin-top: 0;
    padding: 0;
    position: relative;
}header::before {
    height: 100%;
    width: 100%;
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    content: '';
    z-index: 0;
    left: 0;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
    linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
}header::after {
    left: 0;
    z-index: 0;
    position: absolute;
    top: 0;
    background: 
        linear-gradient(to right, transparent 0%, rgb(85,155,108,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(85,155,108,0.5) 50%, transparent 100%);
    content: '';
    height: 100%;
    width: 100%;
}header .head_prime {
    z-index: 5;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    padding: 1.3rem 2.5rem;
}header .top_train {
    z-index: 2;
    flex: 0 0 auto;
    transition: all 0.3s ease;
    padding: 0.5rem 0.7rem;
    overflow: hidden;
    margin-right: 2rem;
    border-left: 3px solid rgb(148,184,159);
    position: relative;
}header .top_train::before {
    transform: scaleX(0);
    width: 100%;
    top: 0;
    transition: all 0.4s ease;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    content: '';
    position: absolute;
    height: 100%;
    opacity: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    left: 0;
}header .top_train:hover {
    box-shadow: 5px 0 15px -5px rgb(148,184,159);
    transform: translateX(5px);
}header .top_train:hover::before {
    transform: scaleX(1);
    opacity: 1;
}header .nav_site {
    position: relative;
    display: block;
    transition: all 0.3s ease;
}header .nav_site::after {
    position: absolute;
    content: '';
    background: rgb(148,184,159);
    height: 10px;
    width: 10px;
    transition: all 0.3s ease;
    right: -5px;
    opacity: 0;
    bottom: -5px;
}header .nav_site:hover::after {
    opacity: 1;
}header .nav_site img {
    max-height: 40px;
    filter: brightness(1.1);
}header .header_nav {
    position: relative;
    z-index: 2;
    list-style: none;
    margin: 0;
    display: flex;
    padding: 0;
}header .header_nav::before {
    width: 40px;
    transform: translateY(-50%);
    background: rgb(148,184,159);
    position: absolute;
    top: 50%;
    height: 1px;
    content: '';
    right: -20px;
}header .main_base {
    margin: 0 1px;
    position: relative;
}header .main_base a {
    text-decoration: none;
    font-size: 13px;
    align-items: center;
    transition: all 0.3s ease;
    overflow: hidden;
    height: 45px;
    position: relative;
    display: flex;
    color: #ffffff;
    border-right: 1px solid transparent;
    font-weight: 600;
    border-left: 1px solid transparent;
    justify-content: center;
    letter-spacing: 1px;
    z-index: 1;
    padding: 0 1.2rem;
}header .main_base a::before {
    content: '';
    background: rgb(148,184,159);
    transition: transform 0.3s ease;
    left: 0;
    z-index: -1;
    height: 100%;
    top: 0;
    transform: translateX(-100%);
    width: 100%;
    position: absolute;
}header .main_base a:hover {
    border-right-color: rgba(255, 255, 255, 0.2);
    border-left-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}header .main_base a:hover::before {
    transform: translateX(0);
}header .main_base a::after {
    height: 2px;
    top: 0;
    transform: scaleX(0);
    background: rgb(148,184,159);
    content: '';
    transform-origin: right;
    width: 100%;
    position: absolute;
    left: 0;
    transition: transform 0.3s ease;
}header .main_base a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}header .main_base::before {
    height: 5px;
    transform: translateY(-50%) scale(0);
    content: '';
    background: rgb(148,184,159);
    top: 50%;
    width: 5px;
    transition: transform 0.3s ease;
    left: -10px;
    position: absolute;
}header .main_base:hover::before {
    transform: translateY(-50%) scale(1);
}header .head_prime::before {
    height: 1px;
    content: '';
    left: 20px;
    top: 20px;
    position: absolute;
    background: rgb(148,184,159);
    width: 30px;
}header .head_prime::after {
    position: absolute;
    left: 20px;
    width: 1px;
    top: 20px;
    content: '';
    height: 30px;
    background: rgb(148,184,159);
}.top_mentor {
    background: rgb(200,213,204);
    position: relative;
    padding-top: 2rem;
    z-index: 1;
}@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

header .main_base:last-child::after {
    right: -10px;
    transform: translateY(-50%);
    color: rgb(148,184,159);
    font-weight: 700;
    position: absolute;
    top: 50%;
    content: '|';
    animation: typingCursor 1s infinite;
}

@media (min-width: 1400px) {header .head_prime {
    margin: 0 auto;
    max-width: 1320px;
}header .main_base {
    margin: 0 2px;
}header .main_base a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .head_prime {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .top_train {
    margin-right: 0;
    margin-bottom: 0;
}header .header_nav {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .header_nav::before {
    display: none;
}header .main_base a {
    font-size: calc(13px - 1px);
    padding: 0 1rem;
    height: 40px;
}header .main_base::before {
    display: none;
}header .head_prime::before,
    header .head_prime::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .head_prime {
    padding: 0.8rem 1.5rem;
}header .top_train {
    max-width: 140px;
    padding: 0.4rem 0.6rem;
}header .nav_site img {
    max-height: 35px;
}header .header_nav {
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    margin-top: 0.8rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}header .header_nav::-webkit-scrollbar {
    height: 3px;
}header .header_nav::-webkit-scrollbar-thumb {
    background: rgb(148,184,159);
    border-radius: 10px;
}header .main_base {
    flex: 0 0 auto;
    margin: 0;
}header .main_base a {
    letter-spacing: 0.5px;
    padding: 0 0.8rem;
    height: 35px;
    white-space: nowrap;
    font-size: calc(13px - 2px);
}header .main_base:last-child::after {
    display: none;
}
}

@media (max-width: 479px) {header .head_prime {
    padding: 0.7rem 1.2rem;
}header .top_train {
    padding: 0.3rem 0.5rem;
    max-width: 120px;
}header .main_base a {
    padding: 0 0.6rem;
    height: 32px;
    font-size: calc(13px - 3px);
}}.thanksFocus {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(200,213,204) 0%, rgb(148,184,159,0.5) 100%);
    overflow: hidden;
    padding: 7rem 0;
}.thanksFocus::before {
    animation: floatGlow 12s ease-in-out infinite alternate;
    z-index: -1;
    content: "";
    height: 70%;
    transform: rotate(-15deg) translateZ(0);
    width: 50%;
    right: -10%;
    top: -10%;
    filter: blur(25px);
    position: absolute;
    background: rgb(85,155,108,0.5);
}.thanksFocus::after {
    transform: rotate(10deg) translateZ(0);
    background: rgb(148,184,159,0.5);
    width: 40%;
    z-index: -1;
    left: -5%;
    filter: blur(20px);
    animation: floatGlow 8s ease-in-out infinite alternate-reverse;
    position: absolute;
    content: "";
    height: 60%;
    bottom: -5%;
}.thanksFocus .container {
    transform: translateZ(0);
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
}.thanksFocus h2 {
    font-family: Arial, sans-serif;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: #000000;
    position: relative;
    font-weight: 700;
    max-width: 800px;
    line-height: 1.3;
    font-size: 36px;
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 3rem;
}.thanksFocus h2::after {
    height: 4px;
    position: absolute;
    transform: scaleX(1);
    transform-origin: left center;
    content: "";
    width: 120px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: -15px;
    background: linear-gradient(90deg, rgb(148,184,159) 0%, rgb(85,155,108) 100%);
    left: 0;
}.thanksFocus h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.thanksFocus h2:hover::after {
    transform: scaleX(1.2);
}.thanksFocus .training_pro {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    animation: slideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
    border-left: 5px solid rgb(85,155,108);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 3rem;
    transform: translateY(0);
    backdrop-filter: blur(5px);
}.thanksFocus .training_pro:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
    transform: translateY(-5px);
}.thanksFocus ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.thanksFocus li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 1rem;
}.thanksFocus li::before {
    border-radius: 50%;
    animation: pulseIn 0.3s 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    top: 0.5rem;
    content: "";
    width: 6px;
    height: 6px;
    background: rgb(148,184,159);
    left: 0;
    transform: scale(0);
    position: absolute;
}.thanksFocus li span {
    color: #000000;
    transform: translateY(20px);
    display: block;
    animation: fadeIn 0.5s 0.6s ease forwards;
    font-family: Arial, sans-serif;
    opacity: 0;
    line-height: 1.8;
    font-size: 18px;
}

@keyframes floatGlow {
    0% {
        transform: rotate(-15deg) translate(0, 0) scale(1);
        opacity: 0.5;
    }
    100% {
        transform: rotate(-12deg) translate(2%, 2%) scale(1.05);
        opacity: 0.7;
    }
}

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

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

@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 991px) {.thanksFocus {
    padding: 5rem 0;
}.thanksFocus h2 {
    margin-bottom: 2.5rem;
    font-size: calc(36px * 0.9);
}.thanksFocus .training_pro {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.thanksFocus {
    padding: 4rem 0;
}.thanksFocus h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.8);
}.thanksFocus h2::after {
    width: 100px;
    height: 3px;
}.thanksFocus .training_pro {
    padding: 2rem;
}.thanksFocus li span {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.thanksFocus {
    padding: 3.5rem 0;
}.thanksFocus .container {
    padding: 0 1.5rem;
}.thanksFocus h2 {
    margin-bottom: 1.8rem;
    font-size: calc(36px * 0.7);
}.thanksFocus h2::after {
    bottom: -12px;
    width: 80px;
}.thanksFocus .training_pro {
    padding: 1.8rem 1.5rem;
    border-left-width: 4px;
}.thanksFocus li span {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.thanksFocus li::before {
    top: 0.4rem;
    height: 5px;
    width: 5px;
}
}

@media (max-width: 375px) {.thanksFocus {
    padding: 3rem 0;
}.thanksFocus .container {
    padding: 0 1.2rem;
}.thanksFocus h2 {
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.65);
}.thanksFocus .training_pro {
    padding: 1.5rem 1.2rem;
}.thanksFocus li span {
    line-height: 1.5;
    font-size: calc(18px * 0.85);
}}.company_info {
    padding: 120px 0;
    overflow: hidden;
    background-color: rgb(85,155,108,0.5);
    color: #ffffff;
    position: relative;
}.company_info::before {
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    animation: gridGlow 4s infinite alternate;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(148,184,159,0.5) 95%, rgb(148,184,159,0.5) 96%, transparent 96%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 95%, rgb(148,184,159,0.5) 95%, rgb(148,184,159,0.5) 96%, transparent 96%) 0 0 / 100% 20px;
    z-index: 1;
    content: "";
}.company_info::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 0;
    width: 100%;
    height: 400%;
    opacity: 0.2;
    background: 
        repeating-linear-gradient(
            to right,
            transparent,
            transparent 49.5%,
            rgb(148,184,159,0.5) 49.5%,
            rgb(148,184,159,0.5) 50.5%,
            transparent 50.5%,
            transparent 100%
        );
    animation: scanlines 10s linear infinite;
}.company_info .container {
    position: relative;
    z-index: 2;
}.company_info .training_pro {
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.company_info .training_pro h3 {
    display: flex;
    grid-column: 1 / -1;
    color: rgb(148,184,159);
    position: relative;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: 700;
    align-items: center;
    font-size: 36px;
    border-bottom: 1px solid rgb(148,184,159,0.5);
    margin-bottom: 50px;
}.company_info .training_pro h3::before {
    content: "";
    width: 8px;
    margin-right: 15px;
    background: rgb(148,184,159);
    display: block;
    animation: rotate 3s linear infinite;
    height: 8px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.company_info .training_pro h3::after {
    background: rgb(148,184,159);
    position: absolute;
    content: "";
    height: 3px;
    left: 0;
    animation: scanRight 4s ease-in-out infinite;
    bottom: -1px;
    width: 100px;
}.company_info .training_classes {
    display: flex;
    padding-left: 30px;
    flex-direction: column;
    position: relative;
    border-left: 1px solid rgb(148,184,159,0.5);
}.company_info .training_classes::before {
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 16px;
    left: -8px;
    background-color: rgb(148,184,159);
    width: 16px;
    content: "";
    animation: blinkSlow 4s infinite alternate;
    top: 0;
}.company_info .training_classes span {
    margin-bottom: 20px;
    padding: 5px 0;
    font-weight: 600;
    color: rgb(85,155,108);
    font-size: 20px;
    border-bottom: 1px dashed rgb(85,155,108,0.5);
    width: fit-content;
    position: relative;
}.company_info .training_classes p {
    line-height: 1.8;
    font-size: 13px;
    position: relative;
    color: #ffffff;
    margin-bottom: 30px;
}.company_info .training_classes .photo_frame_wrap {
    width: 100%;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    height: 340px;
    transition: all 0.4s ease;
}.company_info .training_classes .photo_frame_wrap::before {
    inset: 0;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgb(148,184,159,0.5) 100%);
    content: "";
    z-index: 1;
    opacity: 0.5;
}.company_info .training_classes .photo_frame_wrap::after {
    border-left: 2px solid rgb(148,184,159);
    border-top: 2px solid rgb(148,184,159);
    content: "";
    right: 0;
    z-index: 2;
    height: 60px;
    bottom: 0;
    opacity: 0.8;
    position: absolute;
    width: 60px;
}.company_info .pedagogy_info {
    padding-right: 30px;
    border-right: 1px solid rgb(85,155,108,0.5);
    position: relative;
    display: flex;
    flex-direction: column;
}.company_info .pedagogy_info::before {
    animation: blinkSlow 4s infinite alternate 1s;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 16px;
    bottom: 0;
    width: 16px;
    background-color: rgb(85,155,108);
    position: absolute;
    right: -8px;
}.company_info .pedagogy_info p {
    position: relative;
    color: #ffffff;
    order: 2;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 13px;
}.company_info .pedagogy_info .principles_list {
    height: 340px;
    position: relative;
    order: 1;
    transition: all 0.4s ease;
    margin-bottom: 30px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%, 0 85%);
}.company_info .pedagogy_info .principles_list::before {
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, rgb(85,155,108,0.5) 0%, transparent 100%);
    position: absolute;
    opacity: 0.5;
    inset: 0;
}.company_info .pedagogy_info .principles_list::after {
    border-right: 2px solid rgb(85,155,108);
    content: "";
    z-index: 2;
    position: absolute;
    left: 0;
    border-top: 2px solid rgb(85,155,108);
    bottom: 0;
    height: 60px;
    opacity: 0.8;
    width: 60px;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes blinkSlow {
    0%, 90% {
        opacity: 1;
    }
    95% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

@keyframes scanRight {
    0%, 100% {
        left: 0;
        width: 100px;
    }
    45%, 55% {
        left: calc(100% - 100px);
        width: 100px;
    }
    50% {
        left: calc(100% - 100px);
        width: 40px;
    }
}

@keyframes gridGlow {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes scanlines {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-75%);
    }
}

@media (max-width: 1024px) {.company_info {
    padding: 80px 0;
}.company_info .training_pro {
    gap: 30px;
}.company_info .training_pro h3 {
    letter-spacing: 2px;
    margin-bottom: 40px;
}.company_info .training_classes,
    .company_info .pedagogy_info {
    padding-left: 20px;
    padding-right: 20px;
}.company_info .training_classes .photo_frame_wrap,
    .company_info .pedagogy_info .principles_list {
    height: 280px;
}
}

@media (max-width: 768px) {.company_info {
    padding: 60px 0;
}.company_info .training_pro {
    grid-template-columns: 1fr;
    gap: 50px;
}.company_info .training_pro h3 {
    font-size: calc(36px * 0.85);
    margin-bottom: 30px;
    letter-spacing: 1px;
}.company_info .training_classes {
    padding-left: 0;
    border-top: 1px solid rgb(148,184,159,0.5);
    padding-top: 30px;
    border-left: none;
}.company_info .training_classes::before {
    left: 0;
    top: -8px;
}.company_info .pedagogy_info {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid rgb(85,155,108,0.5);
}.company_info .pedagogy_info::before {
    bottom: -8px;
    right: 0;
}.company_info .training_classes .photo_frame_wrap,
    .company_info .pedagogy_info .principles_list {
    height: 300px;
}
}

@media (max-width: 576px) {.company_info {
    padding: 50px 0;
}.company_info .training_pro {
    gap: 40px;
}.company_info .training_pro h3 {
    letter-spacing: 1px;
    padding-bottom: 15px;
    font-size: calc(36px * 0.75);
    margin-bottom: 25px;
}.company_info .training_pro h3::before {
    width: 6px;
    margin-right: 10px;
    height: 6px;
}.company_info .training_classes {
    padding-top: 20px;
}.company_info .pedagogy_info {
    padding-bottom: 20px;
}.company_info .training_classes span {
    font-size: calc(20px * 0.9);
}.company_info .training_classes p,
    .company_info .pedagogy_info p {
    font-size: calc(13px * 0.95);
    margin-bottom: 20px;
    line-height: 1.6;
}.company_info .training_classes .photo_frame_wrap,
    .company_info .pedagogy_info .principles_list {
    height: 240px;
}.company_info .training_classes .photo_frame_wrap::after,
    .company_info .pedagogy_info .principles_list::after {
    width: 40px;
    height: 40px;
}}.secure_retreat {
    margin: 0 auto;
    padding: 60px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    max-width: 1200px;
}.secure_retreat h1 {
    margin-top: 20px;
    color: rgb(148,184,159);
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 30px;
    border-bottom: 4px solid rgb(148,184,159);
}.secure_retreat h2 {
    margin-top: 30px;
    font-weight: 600;
    font-size: 33px;
    border-left: 6px solid rgb(85,155,108);
    padding-left: 20px;
    color: rgb(85,155,108);
    margin-bottom: 20px;
}.secure_retreat ul {
    margin: 20px 0;
    list-style-type: none;
    padding-left: 0;
}.secure_retreat ul li::before {
    font-size: 1.5em;
    width: 1em;
    margin-left: -1em;
    content: "•";
    display: inline-block;
    color: rgb(148,184,159);
}.secure_retreat li {
    padding-left: 10px;
    line-height: 1.8;
    font-size: 17px;
    margin-bottom: 15px;
    border-left: 2px solid rgb(148,184,159,0.5);
}.secure_retreat p, .secure_retreat span, .secure_retreat div {
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.8;
    font-size: 17px;
}.secure_retreat h3, .secure_retreat h4, .secure_retreat h5, .secure_retreat h6 {
    color: rgb(148,184,159);
    margin-top: 25px;
    padding-left: 15px;
    font-size: 20px;
    border-left: 5px solid rgb(148,184,159);
    font-weight: 600;
    margin-bottom: 15px;
}

@media only screen and (max-width: 800px) {.secure_retreat {
    padding: 30px;
}.secure_retreat h1 {
    font-size: calc(20px - 4px);
}.secure_retreat h2 {
    font-size: calc(20px - 3px);
}.secure_retreat h3, .secure_retreat h4, .secure_retreat h5, .secure_retreat h6 {
    font-size: calc(20px - 2px);
}.secure_retreat p, .secure_retreat span, .secure_retreat div, .secure_retreat li {
    font-size: calc(17px - 2px);
}}.leadership_experience {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(200,213,204) 0%, rgba(245, 245, 250, 0.9) 100%);
}.leadership_experience::before {
    height: 25rem;
    z-index: 1;
    width: 25rem;
    opacity: 0.1;
    transform: rotate(-15deg);
    right: -5%;
    position: absolute;
    top: -10%;
    content: "";
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    background: linear-gradient(120deg, rgb(148,184,159,0.5) 10%, rgb(85,155,108,0.5) 90%);
}.leadership_experience::after {
    background: linear-gradient(220deg, rgb(85,155,108,0.5) 10%, rgb(148,184,159,0.5) 90%);
    position: absolute;
    height: 15rem;
    z-index: 1;
    opacity: 0.08;
    transform: rotate(12deg);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    content: "";
    bottom: -5%;
    width: 15rem;
    left: -5%;
}.leadership_experience .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
}.leadership_experience .review_praise {
    padding: 3rem;
    background: #ffffff;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    border-left: 5px solid rgb(148,184,159);
    position: relative;
}.leadership_experience .review_praise:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-5px);
}.leadership_experience .review_praise > div:first-child {
    align-items: center;
    display: flex;
    justify-content: center;
}.leadership_experience .photo_frame_wrap {
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    height: 180px;
    width: 180px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border: 4px solid #ffffff;
    transform: rotate(-3deg);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}.leadership_experience .review_praise:hover .photo_frame_wrap {
    transform: rotate(0deg) scale(1.05);
}.leadership_experience .name {
    color: rgb(148,184,159);
    font-size: 20px;
    margin-bottom: 0.5rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
}.leadership_experience .name::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(148,184,159) 0%, transparent 100%);
    transition: width 0.4s ease;
    content: "";
    height: 3px;
    left: 0;
    bottom: -8px;
    width: 40%;
}.leadership_experience .review_praise:hover .name::after {
    width: 90%;
}.leadership_experience .review_praise > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}.leadership_experience .review_praise > div:nth-child(2) > div {
    font-size: calc(16px - 0.1rem);
    color: rgb(85,155,108);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}.leadership_experience .career_area {
    line-height: 1.8;
    padding-left: 1.5rem;
    margin: 0;
    color: #000000;
    position: relative;
    font-size: 16px;
}.leadership_experience .career_area::before {
    content: "";
    font-size: 5rem;
    top: -1.5rem;
    position: absolute;
    left: -0.8rem;
    color: rgb(148,184,159,0.5);
    font-family: Georgia, serif;
    opacity: 0.3;
}

@media (min-width: 768px) {.leadership_experience .review_praise {
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
}.leadership_experience .review_praise > div:first-child {
    grid-row: span 2;
}.leadership_experience .photo_frame_wrap {
    width: 200px;
    height: 200px;
}.leadership_experience .career_area {
    font-size: calc(16px + 0.05rem);
}
}

@media (min-width: 992px) {.leadership_experience .review_praise {
    grid-template-columns: 250px 250px 1fr;
    grid-template-rows: 1fr;
    align-items: center;
}.leadership_experience .review_praise > div:first-child {
    grid-row: 1;
}.leadership_experience .photo_frame_wrap {
    height: 220px;
    width: 220px;
}.leadership_experience .career_area {
    padding-left: 2rem;
}.leadership_experience .career_area::before {
    left: -0.5rem;
    top: -2rem;
    font-size: 6rem;
}
}

@media (max-width: 767px) {.leadership_experience {
    padding: 3rem 0;
}.leadership_experience .review_praise {
    padding: 2rem;
}.leadership_experience .photo_frame_wrap {
    height: 150px;
    width: 150px;
}.leadership_experience .name {
    font-size: calc(20px - 0.1rem);
}.leadership_experience .career_area {
    line-height: 1.6;
    font-size: calc(16px - 0.1rem);
}
}

@media (max-width: 480px) {.leadership_experience {
    padding: 2rem 0;
}.leadership_experience .container {
    padding: 0 1rem;
}.leadership_experience .review_praise {
    gap: 1.5rem;
    padding: 1.5rem;
}.leadership_experience .photo_frame_wrap {
    height: 120px;
    width: 120px;
}.leadership_experience .career_area::before {
    font-size: 4rem;
    top: -1rem;
}}.pricing_deck {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background-color: rgb(200,213,204);
}.pricing_deck::before {
    content: "";
    transform: rotate(-3deg);
    height: 120%;
    z-index: 0;
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    width: 110%;
    position: absolute;
    left: -5%;
    top: -10%;
}.pricing_deck .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
    position: relative;
}.pricing_deck .cost_plan {
    display: flex;
    flex-direction: column;
}.pricing_deck .value_plan {
    position: relative;
    order: 1;
    margin-bottom: 50px;
    text-align: center;
}.pricing_deck .value_plan h2 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(120deg, rgb(85,155,108), rgb(148,184,159));
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 15px;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    color: #000000;
    transform: translateY(0);
}.pricing_deck .value_plan:hover h2 {
    transform: translateY(-5px);
}.pricing_deck .learning_fee {
    line-height: 1.6;
    margin: 0 auto;
    position: relative;
    max-width: 700px;
    font-size: 18px;
    color: #000000;
}.pricing_deck .learning_fee::after {
    bottom: -15px;
    width: 100px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) scaleX(0.7);
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(85,155,108), rgb(148,184,159));
    transition: transform 0.5s ease;
}.pricing_deck .value_plan:hover .learning_fee::after {
    transform: translateX(-50%) scaleX(1);
}.pricing_deck .cost_matrix {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    width: 100%;
    order: 2;
    gap: 30px;
}.pricing_deck .offer_box {
    background-color: #ffffff;
    overflow: hidden;
    perspective: 1000px;
    border-radius: 28px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    transform-style: preserve-3d;
    display: block;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
}.pricing_deck .offer_box::before {
    position: absolute;
    z-index: 2;
    transform-origin: left;
    content: "";
    height: 5px;
    left: 0;
    transform: scaleX(0.85);
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    background: linear-gradient(90deg, rgb(85,155,108), rgb(148,184,159));
}.pricing_deck .offer_box:hover {
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
    transform: translateY(-10px);
}.pricing_deck .offer_box:hover::before {
    transform: scaleX(1);
}.pricing_deck .learning_rates {
    height: 100%;
    flex-direction: column;
    display: flex;
}.pricing_deck .plan_table {
    z-index: 1;
    overflow: hidden;
    padding: 30px;
    display: flex;
    position: relative;
    flex-grow: 1;
    flex-direction: column;
}.pricing_deck .plan_table::before {
    z-index: -1;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
    content: "";
    position: absolute;
}.pricing_deck .plan_table h3 {
    margin-bottom: 15px;
    color: #000000;
    font-weight: 700;
    position: relative;
    transition: transform 0.4s ease;
    font-size: calc(19px + 2px);
}.pricing_deck .offer_box:hover .plan_table h3 {
    transform: translateX(5px);
}.pricing_deck .rate_plans {
    position: relative;
    color: rgb(148,184,159);
    font-size: calc(19px + 8px);
    padding: 5px 10px;
    margin-bottom: 20px;
    display: inline-block;
    transition: transform 0.4s ease, color 0.4s ease;
    font-weight: 700;
}.pricing_deck .rate_plans::before {
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    width: 100%;
    background: linear-gradient(90deg, rgb(85,155,108), rgb(148,184,159));
    height: 2px;
    transform: scaleX(0.3);
}.pricing_deck .offer_box:hover .rate_plans {
    transform: translateY(-5px);
    color: rgb(85,155,108);
}.pricing_deck .offer_box:hover .rate_plans::before {
    transform: scaleX(1);
}.pricing_deck .plan_table p {
    max-width: 100%;
    margin-bottom: 0;
    line-height: 1.6;
    overflow-wrap: break-word;
    hyphens: auto;
    color: #000000;
    font-size: 18px;
    word-wrap: break-word;
    flex-grow: 1;
}.pricing_deck .photo_frame_wrap {
    overflow: hidden;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    position: relative;
    height: 200px;
}.pricing_deck .photo_frame_wrap::after {
    height: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
}.pricing_deck .offer_box:hover .photo_frame_wrap {
    transform: scale(1.05);
}

@media (min-width: 768px) {.pricing_deck .cost_matrix {
    grid-template-columns: repeat(2, 1fr);
}.pricing_deck .plan_table {
    padding: 35px;
}.pricing_deck .photo_frame_wrap {
    height: 220px;
}
}

@media (min-width: 992px) {.pricing_deck .cost_plan {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.pricing_deck .value_plan {
    order: 2;
    text-align: left;
    flex: 0 0 30%;
    margin-bottom: 0;
}.pricing_deck .cost_matrix {
    order: 1;
    flex: 0 0 65%;
    grid-template-columns: repeat(2, 1fr);
}.pricing_deck .learning_fee::after {
    left: 0;
    transform: translateX(0) scaleX(0.7);
}.pricing_deck .value_plan:hover .learning_fee::after {
    transform: translateX(0) scaleX(1);
}
}

@media (min-width: 1200px) {.pricing_deck {
    padding: 150px 0;
}.pricing_deck .cost_matrix {
    gap: 40px;
}.pricing_deck .offer_box {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.pricing_deck .offer_box:hover {
    transform: translateY(-15px) scale(1.02);
}.pricing_deck .offer_box:nth-child(even) {
    transform: translateY(15px);
}.pricing_deck .offer_box:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.pricing_deck .photo_frame_wrap {
    height: 250px;
}}.program_structure {
    display: flex;
    overflow: hidden;
    background-color: rgb(200,213,204);
    min-height: 100vh;
    perspective: 1000px;
    position: relative;
    justify-content: center;
    align-items: center;
}.program_structure::before {
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, 
                rgba(0, 0, 0, 0.8) 0%,
                rgba(0, 0, 0, 0.5) 100%);
    content: '';
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
}.program_structure .container {
    z-index: 10;
    display: grid;
    grid-template-rows: auto auto;
    gap: 20px;
    padding: 0;
    position: relative;
    grid-template-columns: 1fr;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
}.program_structure .training_pro {
    display: grid;
    grid-row: 2;
    grid-template-columns: repeat(12, 1fr);
    width: 100%;
    gap: 20px;
    position: relative;
}.program_structure .learn_professional {
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
}.program_structure .learn_professional::after {
    opacity: 0.3;
    height: 100%;
    top: 0;
    position: absolute;
    content: '';
    left: 0;
    pointer-events: none;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 2px,
        rgba(rgb(148,184,159), 0.1) 2px,
        rgba(rgb(148,184,159), 0.1) 4px
    );
    z-index: 5;
    mix-blend-mode: overlay;
}.program_structure .knowledge_base {
    height: 100%;
    width: 500%;
    display: flex;
    animation: carousel-slide 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}.program_structure .learn_professional:hover .knowledge_base {
    animation-play-state: paused;
}.program_structure .new_study {
    overflow: hidden;
    height: 100%;
    position: relative;
    width: 20%;
}.program_structure .new_study img {
    filter: grayscale(0.5) brightness(0.7);
    object-fit: cover;
    transform: scale(1.05);
    width: 100%;
    transition: filter 0.5s ease, transform 0.5s ease;
    height: 100%;
}.program_structure .new_study:hover img {
    transform: scale(1);
    filter: grayscale(0) brightness(1);
}.program_structure .tech_skills {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    z-index: 5;
    background: rgba(15, 15, 20, 0.75);
    grid-column: 3 / 11;
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(rgb(148,184,159), 0.3);
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(10px);
    transform: translateY(0);
}.program_structure .tech_skills:hover {
    transform: translateY(-10px);
}.program_structure .tech_skills::before,
.program_structure .tech_skills::after {
    transition: all 0.5s ease;
    content: '';
    background: rgb(148,184,159);
    position: absolute;
}.program_structure .tech_skills::before {
    top: 0;
    left: 0;
    transform: scaleX(0);
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, 
                transparent 0%,
                rgb(148,184,159) 50%,
                transparent 100%);
}.program_structure .tech_skills::after {
    transform: scaleX(0);
    background: linear-gradient(90deg, 
                transparent 0%,
                rgb(85,155,108) 50%,
                transparent 100%);
    width: 100%;
    height: 2px;
    right: 0;
    bottom: 0;
}.program_structure .tech_skills:hover::before,
.program_structure .tech_skills:hover::after {
    transform: scaleX(1);
}.program_structure .tech_skills h3 {
    text-transform: uppercase;
    font-size: 37px;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 1.5rem;
    padding-left: 20px;
}.program_structure .tech_skills h3::before {
    background: rgb(148,184,159);
    width: 4px;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
}.program_structure .tech_skills h3::after {
    background: rgb(85,155,108);
    left: 20px;
    position: absolute;
    height: 1px;
    width: 30px;
    content: '';
    bottom: -10px;
}.program_structure .tech_skills p {
    font-size: 16px;
    padding-left: 20px;
    border-left: 1px solid rgba(rgb(85,155,108), 0.3);
    position: relative;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    color: #000000;
}.program_structure .tech_skills .inquiry_reach {
    color: #ffffff;
    background-color: transparent;
    z-index: 1;
    font-size: 18px;
    overflow: hidden;
    font-weight: 600;
    text-decoration: none;
    margin-left: 20px;
    border: 1px solid rgb(148,184,159);
    display: inline-block;
    letter-spacing: 2px;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
}.program_structure .tech_skills .inquiry_reach::before {
    left: -100%;
    width: 100%;
    background: rgb(148,184,159);
    content: '';
    top: 0;
    height: 100%;
    transition: all 0.3s ease;
    position: absolute;
    z-index: -1;
}.program_structure .tech_skills .inquiry_reach:hover {
    border-color: rgb(148,184,159);
    color: #ffffff;
}.program_structure .tech_skills .inquiry_reach:hover::before {
    left: 0;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-reverse {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}


.program_structure .tech_skills::before {
    content: '';
    transition: transform 0.5s ease;
    left: 0;
    transform-origin: 0 0;
    height: 2px;
    background: linear-gradient(to right, 
                transparent, 
                rgb(148,184,159), 
                transparent);
    right: 0;
    transform: scaleX(0);
    top: 0;
    position: absolute;
}.program_structure .tech_skills:hover::before {
    transform: scaleX(1);
}

@media (max-width: 1200px) {.program_structure .tech_skills {
    grid-column: 2 / 12;
}
}

@media (max-width: 991px) {.program_structure {
    padding: 4rem 0;
}.program_structure .tech_skills {
    margin: 0 20px;
    grid-column: 1 / 13;
}
}

@media (max-width: 767px) {.program_structure {
    padding: 3rem 0;
}.program_structure .tech_skills {
    padding: 30px 20px;
}.program_structure .tech_skills h3 {
    font-size: calc(37px * 0.9);
}.program_structure .knowledge_base {
    animation-duration: 20s;
    width: 600%;
}.program_structure .new_study {
    width: 16.6667%;
}
    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 480px) {.program_structure {
    padding: 2rem 0;
}.program_structure .tech_skills {
    padding: 25px 15px;
}.program_structure .tech_skills h3 {
    padding-left: 15px;
    font-size: calc(37px * 0.8);
}.program_structure .tech_skills p {
    padding-left: 15px;
}.program_structure .tech_skills .inquiry_reach {
    margin-left: 15px;
    padding: 10px 20px;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    background-size: 300% 300%;
    opacity: 0.75;
    animation: gradientFlow 20s ease infinite;
    content: "";
    left: 0;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(148,184,159,0.5) 35%, rgb(85,155,108,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    position: absolute;
}footer::after {
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(148,184,159,0.5) 25%, rgb(148,184,159,0.5) 26%, transparent 27%, transparent 74%, rgb(85,155,108,0.5) 75%, rgb(85,155,108,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(148,184,159,0.5) 25%, rgb(148,184,159,0.5) 26%, transparent 27%, transparent 74%, rgb(85,155,108,0.5) 75%, rgb(85,155,108,0.5) 76%, transparent 77%, transparent);
    background-size: 50px 50px;
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.15;
    top: 0;
    z-index: -1;
}.compliance {
    position: relative;
    padding: 4rem 0 2.5rem;
    color: #ffffff;
}.compliance::before {
    opacity: 0.8;
    width: 100%;
    height: 2px;
    box-shadow: 0 0 20px rgb(148,184,159,0.5);
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(148,184,159), rgb(85,155,108), transparent);
}.compliance .container {
    display: flex;
    gap: 3rem;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}.compliance .company_holder {
    overflow: hidden;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    padding: 2rem;
    transition: all 0.4s ease;
    flex: 1 1 350px;
    position: relative;
    border-radius: 20px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
}.compliance .company_holder::before {
    width: 200%;
    background: linear-gradient(90deg, transparent, rgb(148,184,159), transparent);
    top: 0;
    content: "";
    position: absolute;
    height: 1px;
    left: -50%;
    transform: translateY(-1px);
}.compliance .company_holder::after {
    position: absolute;
    content: "";
    width: 100%;
    transform: translateY(1px);
    background: linear-gradient(90deg, transparent, rgb(85,155,108), transparent);
    left: 0;
    bottom: 0;
    height: 1px;
}.compliance .company_holder:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(148,184,159,0.5);
    transform: translateY(-5px);
}.compliance .company_holder h3 {
    letter-spacing: 1px;
    color: #ffffff;
    text-shadow: 0 0 15px rgb(148,184,159,0.5);
    font-size: 36px;
    margin: 0 0 1.5rem;
    position: relative;
    display: inline-block;
    font-weight: 700;
}.compliance .company_holder h3::after {
    transition: width 0.3s ease-out;
    background: linear-gradient(90deg, rgb(148,184,159), rgb(85,155,108));
    content: "";
    height: 3px;
    border-radius: 10px;
    bottom: -8px;
    position: absolute;
    left: 0;
    box-shadow: 0 0 10px rgb(148,184,159);
    width: 50px;
}.compliance .company_holder:hover h3::after {
    width: 100%;
}.compliance .trophy_case {
    line-height: 1.6;
    max-width: 100%;
    text-shadow: 0 0 10px #000000;
    opacity: 0.85;
    color: #ffffff;
    font-size: 13px;
}.compliance .podcast_cta {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.compliance .nav_lead {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}.compliance .header_nav {
    flex: 1 1 calc(50% - 1.25rem);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(8px);
    min-width: 250px;
    transition: all 0.4s ease;
    padding: 2rem;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
}.compliance .header_nav::before {
    width: 200%;
    transform: translateY(-1px);
    left: -50%;
    top: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(85,155,108), transparent);
    position: absolute;
    height: 1px;
}.compliance .header_nav::after {
    bottom: 0;
    position: absolute;
    height: 1px;
    left: 0;
    transform: translateY(1px);
    background: linear-gradient(90deg, transparent, rgb(148,184,159), transparent);
    content: "";
    width: 100%;
}.compliance .header_nav:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(85,155,108,0.5);
    transform: translateY(-5px);
}.compliance .header_nav h5 {
    display: inline-block;
    font-weight: 600;
    margin: 0 0 1.5rem;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 23px;
    position: relative;
    text-shadow: 0 0 15px rgb(85,155,108,0.5);
}.compliance .header_nav h5::after {
    content: "";
    box-shadow: 0 0 10px rgb(85,155,108);
    background: linear-gradient(90deg, rgb(85,155,108), rgb(148,184,159));
    width: 40px;
    position: absolute;
    left: 0;
    height: 3px;
    transition: width 0.3s ease-out;
    border-radius: 10px;
    bottom: -8px;
}.compliance .header_nav:hover h5::after {
    width: 100%;
}.compliance .header_nav .nav_lead {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}.compliance .header_nav .nav_lead a {
    transition: all 0.3s ease;
    z-index: 1;
    padding: 0.5rem 1rem;
    text-shadow: 0 0 5px #000000;
    text-decoration: none;
    font-size: 13px;
    color: #ffffff;
    border-radius: 10px;
    position: relative;
    opacity: 0.8;
    display: block;
}.compliance .header_nav .nav_lead a::before {
    transition: all 0.3s ease;
    width: 3px;
    height: 100%;
    z-index: -1;
    left: 0;
    background: linear-gradient(180deg, rgb(148,184,159), rgb(85,155,108));
    opacity: 0.5;
    border-radius: 10px;
    position: absolute;
    content: "";
    top: 0;
}.compliance .header_nav .nav_lead a::after {
    position: absolute;
    height: 100%;
    z-index: -1;
    opacity: 0;
    content: "";
    width: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
    transition: all 0.3s ease;
}.compliance .header_nav .nav_lead a:hover {
    color: #ffffff;
    opacity: 1;
    text-shadow: 0 0 10px rgb(85,155,108,0.5);
    padding-left: 1.5rem;
}.compliance .header_nav .nav_lead a:hover::before {
    box-shadow: 0 0 10px rgb(148,184,159);
    width: 5px;
    opacity: 1;
}.compliance .header_nav .nav_lead a:hover::after {
    width: 100%;
    opacity: 0.2;
}.license_cta {
    position: relative;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem 0;
}.license_cta::before {
    height: 1px;
    opacity: 0.5;
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(148,184,159), rgb(85,155,108), transparent);
    left: 0;
    position: absolute;
}.license_cta .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.license_cta .contest_info {
    color: #ffffff;
    font-size: 13px;
    opacity: 0.7;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    text-shadow: 0 0 5px #000000;
    letter-spacing: 0.5px;
}.license_cta .contest_info:hover {
    text-shadow: 0 0 8px rgb(85,155,108,0.5);
    opacity: 1;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.compliance .container {
    gap: 2rem;
}.compliance .company_holder {
    flex: 1 1 320px;
}.compliance .podcast_cta {
    min-width: 320px;
    flex: 1 1 calc(100% - 370px);
}
}

@media (max-width: 992px) {.compliance {
    padding: 3.5rem 0 2rem;
}.compliance .container {
    flex-direction: column;
    gap: 2rem;
}.compliance .company_holder,
    .compliance .podcast_cta {
    min-width: 100%;
    flex: 1 1 100%;
}.compliance .header_nav {
    min-width: 220px;
    flex: 0 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.compliance {
    padding: 3rem 0 1.5rem;
}.compliance .company_holder,
    .compliance .header_nav {
    padding: 1.5rem;
}.compliance .nav_lead {
    gap: 1.5rem;
}.compliance .company_holder h3 {
    font-size: calc(36px - 2px);
}.compliance .header_nav h5 {
    font-size: calc(23px - 1px);
}.compliance .company_holder:hover,
    .compliance .header_nav:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.compliance {
    padding: 2.5rem 0 1rem;
}.compliance .nav_lead {
    gap: 1rem;
}.compliance .header_nav {
    min-width: 100%;
    flex: 1 1 100%;
}.compliance .header_nav .nav_lead a {
    padding: 0.4rem 0.8rem;
}.compliance .header_nav .nav_lead a:hover {
    padding-left: 1.2rem;
}.license_cta {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.compliance .company_holder:hover,
    .compliance .header_nav:hover {
    transform: translateY(-2px);
}}.connect_form {
    overflow: hidden;
    background: rgb(200,213,204);
    padding: 100px 0;
    position: relative;
}.connect_form::before {
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(148,184,159,0.5) 0%, transparent 50%, rgb(85,155,108,0.5) 100%);
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
    height: 100%;
}.connect_form::after {
    background: radial-gradient(circle at 30% 70%, rgb(148,184,159,0.5) 0%, transparent 30%);
    width: 100%;
    animation: pulse 15s infinite alternate;
    content: "";
    top: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
}.connect_form .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 5;
    margin: 0 auto;
    position: relative;
}.connect_form h3 {
    font-weight: 700;
    position: relative;
    color: #000000;
    text-align: center;
    font-size: 31px;
    margin-bottom: 40px;
}.connect_form h3::after {
    background: rgb(148,184,159);
    left: 50%;
    width: 80px;
    position: absolute;
    border-radius: 10px;
    content: "";
    transform: translateX(-50%);
    height: 3px;
    bottom: -15px;
}.connect_form .photo_frame_wrap {
    top: 0;
    opacity: 0.1;
    z-index: 0;
    position: absolute;
    filter: grayscale(40%) contrast(120%);
    left: 0;
    height: 100%;
    width: 100%;
}.connect_form .photo_frame_wrap::after {
    background: linear-gradient(to right, rgb(148,184,159,0.5) 0%, transparent 100%);
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}.reach_map {
    overflow: hidden;
    justify-content: space-between;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    z-index: 10;
    display: flex;
    border-radius: 16px;
}.reach_map::before {
    position: absolute;
    background: rgb(148,184,159);
    height: 100%;
    width: 10px;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
}.reach_map .connect_list {
    flex: 0 0 60%;
    position: relative;
    padding: 50px;
}.reach_map .connect_list::before {
    background: linear-gradient(to bottom, transparent, rgb(85,155,108,0.5), transparent);
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    top: 0;
}.reach_map .connect_list h3 {
    color: #000000;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 30px;
}.reach_map .connect_list h3::after {
    transform: none;
    width: 60px;
    left: 0;
}.reach_map .connect_list form {
    flex-direction: column;
    display: flex;
}.reach_map .connect_list input[type="text"],
.reach_map .connect_list textarea {
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    width: 100%;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 20px;
}.reach_map .connect_list input[type="text"]:focus,
.reach_map .connect_list textarea:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(148,184,159,0.5);
    border-color: rgb(148,184,159);
}.reach_map .connect_list textarea {
    min-height: 150px;
    resize: vertical;
}.reach_map .connect_list .message_box {
    position: relative;
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.reach_map .connect_list .message_box input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.reach_map .connect_list .message_box label {
    font-size: calc(14px - 2px);
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #000000;
    line-height: 1.5;
}.reach_map .connect_list .message_box label::before {
    top: 2px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    height: 20px;
    width: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    content: "";
}.reach_map .connect_list .message_box input[type="checkbox"]:checked + label::before {
    border-color: rgb(148,184,159);
    background: rgb(148,184,159);
}.reach_map .connect_list .message_box input[type="checkbox"]:checked + label::after {
    width: 6px;
    transform: rotate(45deg);
    height: 12px;
    content: "";
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    top: 4px;
    position: absolute;
    left: 7px;
}.reach_map .connect_list .message_box a {
    text-decoration: none;
    color: rgb(148,184,159);
    font-weight: 600;
    transition: all 0.3s ease;
}.reach_map .connect_list .message_box a:hover {
    text-decoration: underline;
}.reach_map .connect_list .inquiry_reach {
    transition: all 0.3s ease;
    cursor: pointer;
    background: rgb(148,184,159);
    border-radius: 10px;
    position: relative;
    align-self: flex-start;
    padding: 15px 30px;
    font-size: 16px;
    overflow: hidden;
    z-index: 1;
    font-weight: 600;
    border: none;
    display: inline-block;
    color: #ffffff;
}.reach_map .connect_list .inquiry_reach::before {
    top: 0;
    transition: all 0.5s ease;
    height: 100%;
    z-index: -1;
    width: 100%;
    background: rgb(85,155,108);
    position: absolute;
    content: "";
    left: -100%;
}.reach_map .connect_list .inquiry_reach:hover::before {
    left: 0;
}.reach_map .connect_list .inquiry_reach:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgb(148,184,159,0.5);
}.reach_map .reach_card {
    padding: 50px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(148,184,159,0.5) 0%, rgb(200,213,204) 100%);
    flex: 0 0 40%;
}.reach_map .reach_card::before {
    background: radial-gradient(circle, rgb(148,184,159,0.5) 0%, transparent 70%);
    content: "";
    height: 100%;
    animation: rotate 30s linear infinite;
    top: -50%;
    right: -50%;
    width: 100%;
    position: absolute;
}.reach_map .reach_card h4 {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    color: #000000;
}.reach_map .reach_card h4::after {
    content: "";
    height: 3px;
    bottom: -15px;
    position: absolute;
    width: 60px;
    border-radius: 10px;
    left: 0;
    background: rgb(148,184,159);
}.reach_map .reach_card .feedback_inquiry {
    padding: 0;
    margin: 0;
    list-style: none;
}.reach_map .reach_card .feedback_inquiry li {
    z-index: 1;
    display: flex;
    margin-bottom: 25px;
    position: relative;
    align-items: flex-start;
}.reach_map .reach_card .feedback_inquiry li:last-child {
    margin-bottom: 0;
}.reach_map .reach_card .feedback_inquiry li svg {
    flex-shrink: 0;
    margin-right: 15px;
    width: 24px;
    height: 24px;
}.reach_map .reach_card .feedback_inquiry li svg path {
    fill: rgb(148,184,159);
    transition: all 0.3s ease;
}.reach_map .reach_card .feedback_inquiry li:hover svg path {
    fill: rgb(85,155,108);
}.reach_map .reach_card .feedback_inquiry li span {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
}.reach_map .reach_card .feedback_inquiry li a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
}.reach_map .reach_card .feedback_inquiry li a:hover {
    color: rgb(148,184,159);
}

@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) {.connect_form {
    padding: 80px 0;
}.reach_map {
    flex-direction: column;
}.reach_map .connect_list,
    .reach_map .reach_card {
    width: 100%;
    flex: 0 0 100%;
}.reach_map .connect_list::before {
    bottom: 0;
    top: auto;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(85,155,108,0.5), transparent);
    width: 100%;
}
}

@media screen and (max-width: 768px) {.connect_form {
    padding: 60px 0;
}.connect_form h3 {
    font-size: calc(31px - 4px);
}.reach_map .connect_list,
    .reach_map .reach_card {
    padding: 30px;
}.reach_map .connect_list h3,
    .reach_map .reach_card h4 {
    font-size: calc(18px - 2px);
}.reach_map .connect_list input[type="text"],
    .reach_map .connect_list textarea {
    padding: 12px 15px;
}.reach_map .connect_list .inquiry_reach {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.connect_form {
    padding: 40px 0;
}.reach_map .connect_list,
    .reach_map .reach_card {
    padding: 20px;
}.reach_map .reach_card .feedback_inquiry li {
    flex-direction: column;
}.reach_map .reach_card .feedback_inquiry li svg {
    margin-bottom: 10px;
}}.experience_trial {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(148,184,159,0.5), rgb(85,155,108) 85%);
    padding: 5rem 2rem;
    margin: 4rem 0;
    z-index: 1;
    position: relative;
}.experience_trial::before {
    transform: translateZ(0);
    left: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(85,155,108,0.5) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgb(148,184,159,0.5) 0%, transparent 40%);
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    z-index: -1;
}.experience_trial::after {
    z-index: -1;
    animation: light-sweep 8s ease-in-out infinite alternate;
    opacity: 0.15;
    transform: rotate(35deg) translateZ(0);
    height: 100%;
    filter: blur(80px);
    width: 100%;
    background: rgb(255, 255, 255, 0.5);
    position: absolute;
    content: "";
    top: -50%;
    right: -50%;
}.experience_trial .container {
    flex-direction: column;
    margin: 0 auto;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    align-items: flex-start;
    position: relative;
}.experience_trial h2 {
    border-left: 6px solid rgb(85,155,108);
    font-size: 38px;
    margin-bottom: 2.5rem;
    animation: slide-in 0.7s cubic-bezier(0.25, 1, 0.5, 1) both;
    font-family: Arial, sans-serif;
    color: #ffffff;
    max-width: 85%;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.3;
    padding-left: 2rem;
    transform: translateX(-1rem);
}.experience_trial .training_pro {
    animation: fade-in-up 0.9s cubic-bezier(0.25, 1, 0.5, 1) both;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 8px 12px rgba(0, 0, 0, 0.05),
              0 4px 6px rgba(rgb(85,155,108), 0.1);
    animation-delay: 0.3s;
    border-left: 4px solid rgb(148,184,159);
    justify-content: flex-start;
    display: flex;
    transform: translateX(2rem) translateY(-1rem);
    align-items: center;
    width: fit-content;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 2rem;
}.experience_trial .training_pro:hover {
    transform: translateX(2.5rem) translateY(-1.5rem) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
              0 12px 16px rgba(0, 0, 0, 0.08),
              0 6px 8px rgba(rgb(85,155,108), 0.15);
}.experience_trial svg {
    transform: scale(1.2);
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
    transition: transform 0.3s ease;
    height: 50px;
    margin-right: 2rem;
    width: 50px;
}.experience_trial .training_pro:hover svg {
    transform: scale(1.3) rotate(5deg);
}.experience_trial svg path {
    transition: fill 0.3s ease;
    fill: rgb(148,184,159);
}.experience_trial .training_pro:hover svg path {
    fill: rgb(85,155,108);
}.experience_trial .inquiry_reach {
    z-index: 1;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    color: #ffffff;
    background: linear-gradient(45deg, rgb(148,184,159), rgb(85,155,108));
    display: inline-block;
    overflow: hidden;
    border-radius: 4px;
    letter-spacing: 0.5px;
    position: relative;
    padding: 1rem 2.5rem;
    font-weight: 600;
    font-size: 19px;
}.experience_trial .inquiry_reach::before {
    transition: left 0.6s ease;
    left: -100%;
    height: 100%;
    z-index: -1;
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
}.experience_trial .inquiry_reach:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.experience_trial .inquiry_reach:hover::before {
    left: 100%;
}.experience_trial .inquiry_reach:active {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(-1rem);
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateX(1rem) translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(2rem) translateY(-1rem);
  }
}

@keyframes light-sweep {
  0% {
    opacity: 0.05;
    transform: rotate(35deg) translate(0, 0);
  }
  100% {
    opacity: 0.2;
    transform: rotate(35deg) translate(-30%, -20%);
  }
}

@media screen and (max-width: 1024px) {.experience_trial {
    padding: 4rem 1.5rem;
}.experience_trial h2 {
    font-size: calc(38px * 0.9);
    max-width: 90%;
    transform: translateX(-0.5rem);
}.experience_trial .training_pro {
    transform: translateX(1rem) translateY(-0.5rem);
}.experience_trial .training_pro:hover {
    transform: translateX(1.5rem) translateY(-1rem) scale(1.02);
}
}

@media screen and (max-width: 768px) {.experience_trial {
    padding: 3.5rem 1.25rem;
    margin: 3rem 0;
}.experience_trial h2 {
    max-width: 100%;
    font-size: calc(38px * 0.8);
    padding-left: 1.5rem;
    transform: translateX(0);
    border-left-width: 4px;
}.experience_trial .training_pro {
    width: 100%;
    padding: 1.5rem;
    justify-content: center;
    transform: translateX(0) translateY(0);
}.experience_trial .training_pro:hover {
    transform: translateX(0) translateY(-0.5rem) scale(1.01);
}.experience_trial svg {
    margin-right: 1.5rem;
    width: 40px;
    height: 40px;
}.experience_trial .inquiry_reach {
    padding: 0.875rem 2rem;
}
  
  @keyframes slide-in {
    0% {
      opacity: 0;
      transform: translateX(-2rem);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes fade-in-up {
    0% {
      opacity: 0;
      transform: translateY(1rem);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media screen and (max-width: 480px) {.experience_trial {
    margin: 2rem 0;
    padding: 3rem 1rem;
}.experience_trial h2 {
    border-left-width: 3px;
    font-size: calc(38px * 0.7);
    margin-bottom: 2rem;
    padding-left: 1rem;
}.experience_trial .training_pro {
    flex-direction: column;
    padding: 1.25rem;
    text-align: center;
}.experience_trial svg {
    margin-right: 0;
    margin-bottom: 1rem;
}.experience_trial .inquiry_reach {
    width: 100%;
    text-align: center;
    padding: 0.75rem 1.75rem;
}
}