* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: smooth;
    height: 100%;
    color: #000000;
}.pitch_compXWS {
    flex: 0 0 auto;
}.segment-wrapperwjS {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1115px;
}a {
    color: inherit;
    text-decoration: none;
}::-webkit-scrollbar {
    width: 9px;
    scroll-behavior: smooth;
}::-webkit-scrollbar-button {
    height: 6px;
    background: rgb(240,227,206);
}::-webkit-scrollbar-track {
    border-radius: 3em;
    background: rgb(226,195,160);
}::-webkit-scrollbar-thumb {
    border-radius: 14.9vw;
    background: linear-gradient(127deg, rgb(255, 255, 255, 0.5) 32%, rgb(208,160,114) 39%, rgb(226,195,160) 48%, rgb(226,195,160,0.5) 94%, rgb(240,227,206) 72%);
    border: 1px groove rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.3);
    background: rgb(226,195,160);
}::-webkit-scrollbar-thumb:active {
    background: rgb(255, 255, 255, 0.5);
    box-shadow: inset -1px -5px 6px -2px rgba(0, 0, 0, 0.5);
}::-webkit-scrollbar-corner {
    background: rgb(226,195,160,0.5);
    border-radius: 5px;
}.nav_proBpI {
    flex: 1 0 auto;
}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;
}}
.pitch_compXWS {
    position: relative;
    background-position: center center;
    color: #ffffff;
    padding: 5rem 0 3rem;
    z-index: 1;
}.pitch_compXWS::before {
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}.pitch_compXWS::after {
    width: 100%;
    z-index: -1;
    position: absolute;
    opacity: 0.5;
    left: 0;
    height: 100%;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    content: "";
}.pitch_compXWS .container {
    flex-direction: column;
    display: flex;
    position: relative;
}.pitch_compXWS .container::before {
    height: 80px;
    top: -80px;
    content: "";
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
    background: linear-gradient(0deg, rgb(226,195,160) 0%, transparent 100%);
    opacity: 0.3;
    width: 100%;
    left: 0;
    position: absolute;
}.pitch_compXWS .company_holder {
    margin-bottom: 4rem;
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    position: relative;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    padding: 2rem;
    border: 1px solid rgba(rgb(226,195,160), 0.3);
}.pitch_compXWS .company_holder::before {
    height: calc(100% + 10px);
    top: -5px;
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    left: -5px;
    z-index: -1;
    opacity: 0.5;
    content: "";
    background: linear-gradient(45deg, rgb(226,195,160), transparent 70%);
    width: calc(100% + 10px);
    filter: blur(5px);
    position: absolute;
}.pitch_compXWS .company_holder h3 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 10px rgb(226,195,160), 0 0 20px rgb(226,195,160), 0 0 30px rgb(226,195,160);
    font-size: calc(34px * 1.2);
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    color: #ffffff;
}.pitch_compXWS .company_holder h3::before {
    position: absolute;
    opacity: 0.7;
    z-index: -1;
    color: rgb(226,195,160);
    filter: blur(1px);
    content: attr(data-text);
    left: 2px;
    top: 2px;
}.pitch_compXWS .honor_ctaNbQ {
    font-size: 15px;
    margin-top: 1.5rem;
    padding-left: 1rem;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.8;
    border-left: 2px solid rgb(226,195,160);
}.pitch_compXWS .footer_milestonesYSr {
    position: relative;
    justify-content: space-between;
    display: flex;
}.pitch_compXWS .footer_milestonesYSr::before {
    position: absolute;
    content: "";
    top: -20px;
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(226,195,160), transparent);
    width: 100%;
}.pitch_compXWS .top_pageEzQ {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 2rem;
}.pitch_compXWS .header_trainTFI {
    position: relative;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.2);
    flex: 1;
    transition: all 0.3s ease;
    padding: 1.5rem;
    border-bottom: 2px solid rgb(226,195,160);
    border-left: 2px solid rgb(226,195,160);
}.pitch_compXWS .header_trainTFI:hover {
    transform: translateY(-5px);
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
    background: rgba(rgb(226,195,160,0.5), 0.1);
}.pitch_compXWS .header_trainTFI h5 {
    text-transform: uppercase;
    font-size: 18px;
    color: rgb(208,160,114);
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
    font-weight: 600;
    position: relative;
}.pitch_compXWS .header_trainTFI h5::after {
    content: "";
    width: 40px;
    position: absolute;
    left: 0;
    background: rgb(226,195,160);
    box-shadow: 0 0 10px rgb(226,195,160);
    bottom: -8px;
    height: 2px;
}.pitch_compXWS .header_trainTFI .top_pageEzQ {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}.pitch_compXWS .header_trainTFI .top_pageEzQ a {
    overflow: hidden;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    color: #ffffff;
    padding: 0.5rem 0 0.5rem 1.5rem;
    opacity: 0.7;
    transition: all 0.3s ease;
}.pitch_compXWS .header_trainTFI .top_pageEzQ a::before {
    position: absolute;
    transition: all 0.3s ease;
    content: "//";
    left: 0;
    color: rgb(226,195,160);
    font-size: 0.8em;
}.pitch_compXWS .header_trainTFI .top_pageEzQ a:hover {
    color: rgb(226,195,160);
    opacity: 1;
    text-shadow: 0 0 5px rgb(226,195,160);
}.pitch_compXWS .header_trainTFI .top_pageEzQ a:hover::before {
    color: rgb(208,160,114);
}.desktop_appjAR {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    padding: 1.5rem 0;
    margin-top: 3rem;
}.desktop_appjAR::before {
    content: "";
    left: 0;
    background-image: 
        linear-gradient(90deg, transparent, rgb(226,195,160), transparent);
    top: 0;
    height: 1px;
    position: absolute;
    width: 100%;
}.desktop_appjAR .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.desktop_appjAR .mentor_ctawDX {
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    opacity: 0.7;
    text-align: center;
}.desktop_appjAR .mentor_ctawDX::before,
.desktop_appjAR .mentor_ctawDX::after {
    content: "//";
    margin: 0 10px;
    color: rgb(226,195,160);
}

@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(226,195,160), 0 0 20px rgb(226,195,160);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}

@keyframes scan-lines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@media screen and (max-width: 992px) {.pitch_compXWS .footer_milestonesYSr {
    flex-direction: column;
}.pitch_compXWS .top_pageEzQ {
    flex-direction: column;
}.pitch_compXWS .header_trainTFI {
    margin-bottom: 1rem;
    width: 100%;
}.desktop_appjAR {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}

@media screen and (max-width: 768px) {.pitch_compXWS {
    padding: 4rem 0 2rem;
}.pitch_compXWS .company_holder {
    padding: 1.5rem;
    margin-bottom: 3rem;
}.pitch_compXWS .company_holder h3 {
    font-size: 34px;
}.pitch_compXWS .header_trainTFI h5 {
    font-size: calc(18px * 0.9);
}.desktop_appjAR {
    margin-top: 2rem;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    padding: 1.2rem 0;
}
}

@media screen and (max-width: 576px) {.pitch_compXWS {
    padding: 3rem 0 2rem;
}.pitch_compXWS .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.pitch_compXWS .company_holder h3 {
    font-size: calc(34px * 0.85);
    letter-spacing: 1px;
}.pitch_compXWS .honor_ctaNbQ {
    font-size: calc(15px * 0.9);
}.pitch_compXWS .header_trainTFI {
    padding: 1rem;
}.pitch_compXWS .header_trainTFI .top_pageEzQ a {
    font-size: calc(15px * 0.9);
}.desktop_appjAR {
    padding: 1rem 0;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}.desktop_appjAR .mentor_ctawDX::before,
    .desktop_appjAR .mentor_ctawDX::after {
    display: none;
}}.teaching_historySnK {
    position: relative;
    overflow: hidden;
    background: linear-gradient(125deg, #000000 0%, rgb(240,227,206) 100%);
    padding: 120px 0;
}.teaching_historySnK::before {
    animation: pulse 20s infinite alternate;
    content: "";
    position: absolute;
    background: 
    radial-gradient(circle at 20% 30%, rgb(226,195,160,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(208,160,114,0.5) 0%, transparent 30%);
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
}.teaching_historySnK .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    perspective: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}.teaching_historySnK .success_ratingsfwh {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    grid-template-rows: auto auto auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    transform: rotateY(-10deg);
    gap: 10px 30px;
    transform-style: preserve-3d;
}.teaching_historySnK .success_ratingsfwh:hover {
    transform: rotateY(0deg) translateZ(10px);
}.teaching_historySnK .job_profiledQW {
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(226,195,160,0.5);
    line-height: 1.7;
    margin: 0;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 26px;
    z-index: 1;
    font-size: 14px;
    color: #ffffff;
    transform: translateZ(20px);
    font-weight: 300;
    position: relative;
    backdrop-filter: blur(10px);
    padding: 50px 40px;
    grid-area: quote;
}.teaching_historySnK .job_profiledQW::before {
    font-size: calc(44px * 2);
    content: "";
    color: rgb(226,195,160);
    left: 20px;
    position: absolute;
    top: 15px;
    line-height: 1;
}.teaching_historySnK .photo_cellZPO {
    height: 280px;
    transform: translateZ(40px);
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(226,195,160,0.5);
    grid-area: photo;
    border-radius: 10px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
}.teaching_historySnK .success_ratingsfwh:hover .photo_cellZPO {
    transform: translateZ(60px) translateX(-10px);
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(226,195,160,0.5);
}.teaching_historySnK .name {
    transition: transform 0.3s ease;
    margin: 0;
    background: rgb(226,195,160);
    padding: 15px 20px;
    color: #ffffff;
    grid-area: name;
    transform: translateZ(30px);
    border-radius: 10px;
    font-size: 23px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 2;
    font-weight: 700;
}.teaching_historySnK .success_ratingsfwh:hover .name {
    transform: translateZ(45px) translateY(-5px);
}.teaching_historySnK .success_ratingsfwh > span:not(.name) {
    color: rgb(208,160,114);
    grid-area: job;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
    font-weight: 600;
    background: #ffffff;
    border-radius: 10px;
    transform: translateZ(25px);
    padding: 10px 15px;
    z-index: 2;
    font-size: 14px;
}.teaching_historySnK .success_ratingsfwh:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

@media (max-width: 992px) {.teaching_historySnK {
    padding: 80px 0;
}.teaching_historySnK .success_ratingsfwh {
    grid-template-rows: auto auto auto auto;
    gap: 15px;
    grid-template-areas:
      "photo_cellZPO"
      "name"
      "work_achievementsweg"
      "job_profiledQW";
    grid-template-columns: 1fr;
    transform: none;
}.teaching_historySnK .job_profiledQW,
  .teaching_historySnK .photo_cellZPO,
  .teaching_historySnK .name,
  .teaching_historySnK .success_ratingsfwh > span:not(.name) {
    transform: none;
}.teaching_historySnK .success_ratingsfwh:hover .job_profiledQW,
  .teaching_historySnK .success_ratingsfwh:hover .photo_cellZPO,
  .teaching_historySnK .success_ratingsfwh:hover .name,
  .teaching_historySnK .success_ratingsfwh:hover > span:not(.name) {
    transform: none;
}.teaching_historySnK .photo_cellZPO {
    margin: 0 auto;
    width: 90%;
    height: 240px;
}.teaching_historySnK .job_profiledQW {
    padding: 30px;
}.teaching_historySnK .name,
  .teaching_historySnK .success_ratingsfwh > span:not(.name) {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
}

@media (max-width: 576px) {.teaching_historySnK {
    padding: 60px 0;
}.teaching_historySnK .photo_cellZPO {
    width: 100%;
    height: 200px;
}.teaching_historySnK .job_profiledQW {
    font-size: calc(14px * 0.95);
    padding: 25px 20px;
}.teaching_historySnK .name {
    font-size: calc(23px * 0.9);
}.teaching_historySnK .success_ratingsfwh > span:not(.name) {
    font-size: calc(14px * 0.9);
}}.contact_informationeWn {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(240,227,206) 0%, rgb(226,195,160,0.5) 100%);
}.contact_informationeWn::before {
    top: 0;
    z-index: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    content: '';
    background: 
        radial-gradient(circle at 20% 30%, rgb(208,160,114,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(226,195,160,0.5) 0%, transparent 40%);
    left: 0;
    animation: pulse 15s infinite alternate;
}.contact_informationeWn::after {
    height: 100%;
    left: 0;
    background-size: 200px 200px;
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgb(226,195,160,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(226,195,160,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(226,195,160,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(226,195,160,0.5) 75%);
    position: absolute;
    opacity: 0.05;
    content: '';
    top: 0;
    z-index: 1;
    background-position: 0 0, 0 100px, 100px -100px, -100px 0px;
}.contact_informationeWn .photo_cellZPO {
    width: 100%;
    top: 0;
    z-index: 2;
    opacity: 0.2;
    position: absolute;
    filter: grayscale(40%) contrast(120%);
    height: 100%;
    left: 0;
}.contact_informationeWn .container {
    z-index: 3;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.contact_informationeWn h3 {
    position: relative;
    color: #000000;
    text-align: center;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 34px;
}.contact_informationeWn h3::after {
    content: '';
    position: absolute;
    background: rgb(226,195,160);
    border-radius: 10px;
    transform: translateX(-50%);
    bottom: -10px;
    height: 4px;
    left: 50%;
    width: 80px;
}.contact_informationeWn .query_widgetOAR {
    flex-wrap: wrap;
    display: flex;
    border-radius: 26px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
}.contact_informationeWn .query_widgetOAR::before {
    position: absolute;
    right: -5px;
    z-index: -1;
    top: -5px;
    animation: border-glow 5s infinite linear;
    bottom: -5px;
    left: -5px;
    border-radius: calc(26px + 5px);
    content: '';
    background: linear-gradient(45deg, rgb(208,160,114), rgb(226,195,160), rgb(208,160,114));
}.contact_informationeWn .support_feedbackxZf {
    position: relative;
    flex: 1 1 60%;
    padding: 40px;
    overflow: hidden;
}.contact_informationeWn .support_feedbackxZf::before {
    width: 100%;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    left: 0;
    top: 0;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    height: 100%;
    background: 
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0;
    position: absolute;
    background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px;
    z-index: 0;
    opacity: 0.3;
    content: '';
}.contact_informationeWn .support_feedbackxZf #contact {
    position: relative;
    z-index: 1;
}.contact_informationeWn .support_feedbackxZf h3 {
    text-align: left;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
    font-size: 19px;
}.contact_informationeWn .support_feedbackxZf h3::after {
    transform: none;
    width: 60px;
    left: 0;
}.contact_informationeWn .support_feedbackxZf input[type="text"],
.contact_informationeWn .support_feedbackxZf textarea {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 18px;
    margin-bottom: 20px;
    padding: 15px 20px;
    color: #000000;
    transition: all 0.3s ease;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    font-family: Arial, sans-serif;
}.contact_informationeWn .support_feedbackxZf input[type="text"]:focus,
.contact_informationeWn .support_feedbackxZf textarea:focus {
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 0 0 3px rgb(226,195,160,0.5);
    border-color: rgb(226,195,160);
}.contact_informationeWn .support_feedbackxZf textarea {
    height: 120px;
    resize: vertical;
}.contact_informationeWn .support_feedbackxZf .support_requestwuU {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}.contact_informationeWn .support_feedbackxZf .support_requestwuU input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_informationeWn .support_feedbackxZf .support_requestwuU label {
    position: relative;
    color: #000000;
    cursor: pointer;
    line-height: 1.5;
    font-size: calc(18px - 2px);
    padding-left: 35px;
}.contact_informationeWn .support_feedbackxZf .support_requestwuU label::before {
    background-color: rgba(0, 0, 0, 0.02);
    height: 22px;
    transition: all 0.3s ease;
    border-radius: 10px;
    left: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    content: '';
    top: 2px;
    width: 22px;
}.contact_informationeWn .support_feedbackxZf .support_requestwuU input[type="checkbox"]:checked + label::before {
    background-color: rgb(226,195,160);
    border-color: rgb(226,195,160);
}.contact_informationeWn .support_feedbackxZf .support_requestwuU input[type="checkbox"]:checked + label::after {
    top: 9px;
    transform: rotate(-45deg);
    content: '';
    border-left: 2px solid #ffffff;
    width: 8px;
    border-bottom: 2px solid #ffffff;
    height: 4px;
    left: 7px;
    position: absolute;
}.contact_informationeWn .support_feedbackxZf .support_requestwuU a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(226,195,160);
    font-weight: 600;
}.contact_informationeWn .support_feedbackxZf .support_requestwuU a:hover {
    color: rgb(208,160,114);
    text-decoration: underline;
}.contact_informationeWn .support_feedbackxZf .feedback_feedbacklwJ {
    text-transform: uppercase;
    overflow: hidden;
    padding: 15px 30px;
    border: none;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 26px;
    background: linear-gradient(135deg, rgb(226,195,160) 0%, rgb(208,160,114) 100%);
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
}.contact_informationeWn .support_feedbackxZf .feedback_feedbacklwJ::before {
    position: absolute;
    left: -100%;
    content: '';
    width: 100%;
    transition: all 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    height: 100%;
}.contact_informationeWn .support_feedbackxZf .feedback_feedbacklwJ:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.contact_informationeWn .support_feedbackxZf .feedback_feedbacklwJ:hover::before {
    left: 100%;
}.contact_informationeWn .help_reachcfE {
    padding: 40px;
    background: linear-gradient(135deg, rgb(208,160,114) 0%, rgb(226,195,160) 100%);
    overflow: hidden;
    position: relative;
    flex: 1 1 40%;
}.contact_informationeWn .help_reachcfE::before {
    left: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
    top: 0;
    width: 100%;
    opacity: 0.6;
    content: '';
    height: 100%;
    position: absolute;
}.contact_informationeWn .help_reachcfE h4 {
    margin-bottom: 30px;
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}.contact_informationeWn .help_reachcfE h4::after {
    background: #ffffff;
    height: 3px;
    bottom: -10px;
    position: absolute;
    border-radius: 10px;
    width: 60px;
    content: '';
    left: 0;
}.contact_informationeWn .help_reachcfE .inquiry_reachfWx {
    margin: 0;
    list-style: none;
    padding: 0;
}.contact_informationeWn .help_reachcfE .inquiry_reachfWx li {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.contact_informationeWn .help_reachcfE .inquiry_reachfWx li svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
    flex-shrink: 0;
}.contact_informationeWn .help_reachcfE .inquiry_reachfWx li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.contact_informationeWn .help_reachcfE .inquiry_reachfWx li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}.contact_informationeWn .help_reachcfE .inquiry_reachfWx li span {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.5;
}.contact_informationeWn .help_reachcfE .inquiry_reachfWx li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}.contact_informationeWn .help_reachcfE .inquiry_reachfWx li a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes border-glow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@media (max-width: 992px) {.contact_informationeWn {
    padding: 60px 0;
}.contact_informationeWn .container {
    padding: 0 15px;
}.contact_informationeWn .query_widgetOAR {
    flex-direction: column;
}.contact_informationeWn .support_feedbackxZf,
    .contact_informationeWn .help_reachcfE {
    flex: 1 1 100%;
}.contact_informationeWn .support_feedbackxZf {
    padding: 30px;
}.contact_informationeWn .help_reachcfE {
    padding: 30px;
}
}

@media (max-width: 768px) {.contact_informationeWn {
    padding: 40px 0;
}.contact_informationeWn h3 {
    margin-bottom: 30px;
    font-size: calc(34px - 4px);
}.contact_informationeWn .support_feedbackxZf h3,
    .contact_informationeWn .help_reachcfE h4 {
    font-size: calc(19px - 2px);
    margin-bottom: 20px;
}.contact_informationeWn .support_feedbackxZf input[type="text"],
    .contact_informationeWn .support_feedbackxZf textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_informationeWn .support_feedbackxZf textarea {
    height: 100px;
}.contact_informationeWn .support_feedbackxZf .feedback_feedbacklwJ {
    font-size: calc(16px - 1px);
    padding: 12px 25px;
}.contact_informationeWn .help_reachcfE .inquiry_reachfWx li {
    margin-bottom: 20px;
}.contact_informationeWn .help_reachcfE .inquiry_reachfWx li svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}
}

@media (max-width: 576px) {.contact_informationeWn {
    padding: 30px 0;
}.contact_informationeWn .support_feedbackxZf,
    .contact_informationeWn .help_reachcfE {
    padding: 20px;
}.contact_informationeWn h3 {
    font-size: calc(34px - 6px);
}.contact_informationeWn .support_feedbackxZf .support_requestwuU label {
    font-size: calc(18px - 3px);
}}.program_assetsjPM {
    overflow: hidden;
    padding: 70px 0;
    background: linear-gradient(135deg, rgb(240,227,206) 0%, #ffffff 100%);
    font-family: Arial, sans-serif;
    position: relative;
}.program_assetsjPM::before {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.4;
    background: 
    radial-gradient(circle at 10% 20%, rgb(226,195,160,0.5) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgb(208,160,114,0.5) 0%, transparent 40%);
    left: 0;
}.program_assetsjPM::after {
    width: 100%;
    background-size: 50px 50px;
    position: absolute;
    left: 0;
    animation: moveBg 60s linear infinite;
    height: 100%;
    content: "";
    opacity: 0.05;
    background-image: 
    linear-gradient(#ffffff 1px, transparent 1px),
    linear-gradient(90deg, #ffffff 1px, transparent 1px);
    top: 0;
}@keyframes moveBg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

.program_assetsjPM .container {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.program_assetsjPM .expert_sessionsOTk {
    display: grid;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    gap: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 0;
    border-radius: 12px;
    grid-template-columns: 1fr 1.2fr;
    overflow: hidden;
}.program_assetsjPM .photo_cellZPO {
    transition: transform 0.5s ease;
    transform-origin: left center;
    object-fit: cover;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    height: 100%;
}.program_assetsjPM .photo_cellZPO:hover {
    transform: scale(1.05);
}.program_assetsjPM .text_columnOIn {
    padding: 40px 30px 40px 10px;
    position: relative;
}.program_assetsjPM h3 {
    font-weight: 700;
    font-size: 31px;
    color: rgb(226,195,160);
    margin-bottom: 25px;
    position: relative;
}.program_assetsjPM h3::after {
    width: 60px;
    content: "";
    bottom: -8px;
    left: 0;
    position: absolute;
    height: 3px;
    transition: width 0.3s ease;
    background: linear-gradient(to right, rgb(226,195,160), rgb(208,160,114));
}.program_assetsjPM .text_columnOIn:hover h3::after {
    width: 120px;
}.program_assetsjPM ul {
    margin: 0;
    flex-wrap: wrap;
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
}.program_assetsjPM li {
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0 rgba(255, 255, 255, 0.7);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    overflow: hidden;
    flex: 0 0 calc(50% - 10px);
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    padding: 15px;
}.program_assetsjPM li::before {
    inset: 0;
    content: "";
    opacity: 0;
    background: linear-gradient(
    135deg,
    transparent 0%,
    rgb(226,195,160,0.5) 100%
  );
    transition: opacity 0.3s ease;
    position: absolute;
}.program_assetsjPM li:hover {
    transform: translateY(-5px);
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.1),
    inset 1px 1px 0 rgba(255, 255, 255, 0.9);
}.program_assetsjPM li:hover::before {
    opacity: 0.2;
}.program_assetsjPM li p {
    align-items: center;
    font-size: 12px;
    z-index: 1;
    position: relative;
    display: flex;
    color: #000000;
    gap: 12px;
    margin: 0;
}.program_assetsjPM svg {
    padding: 6px;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgb(226,195,160), rgb(208,160,114));
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 20px;
    height: 20px;
}.program_assetsjPM svg path {
    fill: #ffffff;
}.program_assetsjPM li:hover svg {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    transform: rotate(10deg);
}

@media (max-width: 992px) {.program_assetsjPM .expert_sessionsOTk {
    grid-template-columns: 1fr;
}.program_assetsjPM .photo_cellZPO {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    height: 300px;
}.program_assetsjPM .text_columnOIn {
    padding: 30px;
}
}

@media (max-width: 768px) {.program_assetsjPM {
    padding: 50px 0;
}.program_assetsjPM .photo_cellZPO {
    height: 250px;
}.program_assetsjPM li {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.program_assetsjPM {
    padding: 40px 0;
}.program_assetsjPM .expert_sessionsOTk {
    padding: 0;
}.program_assetsjPM .photo_cellZPO {
    height: 200px;
}.program_assetsjPM .text_columnOIn {
    padding: 25px 20px;
}.program_assetsjPM h3 {
    font-size: calc(31px * 0.85);
}.program_assetsjPM li {
    padding: 12px;
}.program_assetsjPM li p {
    font-size: calc(12px * 0.9);
}.program_assetsjPM svg {
    padding: 5px;
    width: 18px;
    height: 18px;
}}.get_updatesyTS {
    overflow: hidden;
    box-shadow: 0 -15px 35px rgba(0, 0, 0, 0.05) inset;
    background: linear-gradient(135deg, rgb(240,227,206) 0%, rgb(208,160,114,0.5) 100%);
    padding: 4.5rem 0;
    position: relative;
}.get_updatesyTS::before {
    pointer-events: none;
    position: absolute;
    left: 0;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(226,195,160,0.5) 0px,
        rgb(226,195,160,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    opacity: 0.03;
    top: 0;
    width: 100%;
    height: 100%;
}.get_updatesyTS::after {
    right: -50px;
    background: radial-gradient(circle, rgb(226,195,160,0.5) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(50px);
    content: "";
    animation: pulse 15s infinite alternate ease-in-out;
    height: 300px;
    top: -150px;
    position: absolute;
    width: 300px;
    opacity: 0.15;
}.get_updatesyTS .container {
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 2;
}.get_updatesyTS .expert_sessionsOTk {
    padding: 3.5rem;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.03),
                -15px -15px 30px rgba(255, 255, 255, 0.6),
                inset 2px 2px 4px rgba(255, 255, 255, 0.8),
                inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    position: relative;
    border-radius: 12px;
}.get_updatesyTS .expert_sessionsOTk::before {
    opacity: 0.5;
    filter: blur(5px);
    position: absolute;
    inset: 8px;
    content: "";
    background: linear-gradient(to right, transparent 0%, #ffffff 50%, transparent 100%);
    border-radius: 8px;
}.get_updatesyTS h3 {
    position: relative;
    margin-bottom: 2rem;
    font-size: 22px;
    color: #000000;
    line-height: 1.4;
    transform: translateZ(10px);
    font-weight: 600;
    max-width: 85%;
}.get_updatesyTS h3::after {
    bottom: -12px;
    height: 3px;
    border-radius: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(226,195,160) 0%, rgb(208,160,114) 100%);
    left: 0;
    width: 60px;
    position: absolute;
}.get_updatesyTS .input_holder {
    display: flex;
    position: relative;
    align-items: stretch;
    margin-top: 2.5rem;
    gap: 1rem;
}.get_updatesyTS .input_holder div {
    position: relative;
    flex: 1;
}.get_updatesyTS .input_holder input[type="email"] {
    padding: 1.2rem 1.5rem;
    font-family: Arial, sans-serif;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.03),
                -8px -8px 16px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(0, 0, 0, 0.05),
                inset -1px -1px 2px rgba(255, 255, 255, 0.7);
    width: 100%;
    font-size: calc(16px * 0.95);
    border-radius: 8px;
    color: #000000;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    background: #ffffff;
    border: none;
}.get_updatesyTS .input_holder input[type="email"]:focus {
    outline: none;
    transform: translateY(-2px);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.03),
                -8px -8px 16px rgba(255, 255, 255, 0.8),
                inset 2px 2px 4px rgba(0, 0, 0, 0.1),
                inset -2px -2px 4px rgba(255, 255, 255, 0.5);
}.get_updatesyTS .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 0.5;
    transition: opacity 0.3s ease;
}.get_updatesyTS .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.3;
}.get_updatesyTS .news_labelMAk {
    overflow: hidden;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1),
                -5px -5px 15px rgba(255, 255, 255, 0.8),
                inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    padding: 0.8rem 2rem;
    font-size: 19px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
    border: none;
    color: #ffffff;
    position: relative;
    background: linear-gradient(135deg, rgb(226,195,160) 0%, rgb(208,160,114) 100%);
}.get_updatesyTS .news_labelMAk::before {
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    left: -100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    transition: all 0.5s ease;
    height: 100%;
}.get_updatesyTS .news_labelMAk:hover {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.15),
                -8px -8px 20px rgba(255, 255, 255, 0.9);
    transform: translateY(-3px);
}.get_updatesyTS .news_labelMAk:hover::before {
    left: 100%;
}.get_updatesyTS .news_labelMAk:active {
    transform: translateY(1px);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1),
                -3px -3px 10px rgba(255, 255, 255, 0.7),
                inset 2px 2px 5px rgba(0, 0, 0, 0.1),
                inset -2px -2px 5px rgba(255, 255, 255, 0.5);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {.get_updatesyTS {
    padding: 3.5rem 0;
}.get_updatesyTS .expert_sessionsOTk {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
}.get_updatesyTS h3 {
    max-width: 100%;
    font-size: calc(22px * 0.9);
}
}

@media (max-width: 767px) {.get_updatesyTS {
    padding: 3rem 0;
}.get_updatesyTS .expert_sessionsOTk {
    transform: none;
    padding: 2rem;
}.get_updatesyTS h3 {
    margin-bottom: 1.5rem;
    font-size: calc(22px * 0.85);
}.get_updatesyTS h3::after {
    width: 50px;
}.get_updatesyTS .input_holder {
    margin-top: 2rem;
    flex-direction: column;
}.get_updatesyTS .input_holder input[type="email"] {
    padding: 1rem 1.2rem;
}.get_updatesyTS .news_labelMAk {
    width: 100%;
    padding: 1rem;
}
}

@media (max-width: 480px) {.get_updatesyTS {
    padding: 2.5rem 0;
}.get_updatesyTS .expert_sessionsOTk {
    padding: 1.5rem;
}.get_updatesyTS h3 {
    margin-bottom: 1.2rem;
    font-size: calc(22px * 0.8);
}.get_updatesyTS h3::after {
    bottom: -8px;
    width: 40px;
    height: 2px;
}.get_updatesyTS .input_holder {
    margin-top: 1.5rem;
    gap: 0.8rem;
}
}

@media (hover: none) {.get_updatesyTS .news_labelMAk:hover {
    transform: none;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1),
                    -5px -5px 15px rgba(255, 255, 255, 0.8),
                    inset 1px 1px 1px rgba(255, 255, 255, 0.3);
}.get_updatesyTS .news_labelMAk:active {
    transform: translateY(1px);
}}header {
    overflow: visible;
    position: relative;
    background: linear-gradient(to right, rgb(208,160,114,0.5), rgb(226,195,160));
    padding: 1.5rem 0;
    z-index: 1000;
}header::before {
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    left: 0;
    z-index: -1;
    height: 100%;
    content: '';
    position: absolute;
    opacity: 0.1;
    width: 100%;
    top: 0;
}header .container {
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
}header .first_teachlkr {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}header .head_sitebarIJR {
    justify-content: center;
    position: relative;
    z-index: 2;
    padding: 1rem;
    display: flex;
    align-items: center;
    text-decoration: none;
}header .head_sitebarIJR::after {
    bottom: 0;
    background: #ffffff;
    width: 50%;
    position: absolute;
    height: 2px;
    content: '';
    opacity: 0.6;
    transition: width 0.3s ease, opacity 0.3s ease;
    left: 50%;
    transform: translateX(-50%);
}header .head_sitebarIJR:hover::after {
    width: 80%;
    opacity: 1;
}header .head_sitebarIJR svg {
    width: 220px;
    filter: drop-shadow(0 4px 8px rgb(226,195,160,0.5));
    height: auto;
    transition: all 0.3s ease;
}header .head_sitebarIJR:hover svg {
    transform: translateY(-5px);
}header .header_trainTFI {
    position: relative;
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.6rem 1rem;
    justify-content: center;
    backdrop-filter: blur(5px);
    width: 100%;
    border-radius: 14px;
    gap: 0.8rem;
}header .header_trainTFI::before {
    width: 100%;
    left: 0;
    height: 100%;
    border-radius: 14px;
    z-index: -1;
    position: absolute;
    top: 0;
    content: '';
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
}header .main_learningBdK {
    color: #ffffff;
    overflow: hidden;
    padding: 0.7rem 1.2rem;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: relative;
}header .main_learningBdK::before {
    transform: translateY(100%) scale(0.8);
    background: #ffffff;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
    top: 0;
    border-radius: 10px;
    content: '';
    position: absolute;
    opacity: 0;
    z-index: -1;
}header .main_learningBdK:hover {
    color: rgb(226,195,160);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}header .main_learningBdK:hover::before {
    transform: translateY(0) scale(1);
    opacity: 1;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .first_teachlkr {
    gap: 1.2rem;
}header .head_sitebarIJR svg {
    width: 180px;
}header .header_trainTFI {
    padding: 0.5rem;
    gap: 0.6rem;
}header .main_learningBdK {
    font-size: calc(13px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .first_teachlkr {
    gap: 1rem;
}header .head_sitebarIJR svg {
    width: 150px;
}header .header_trainTFI {
    gap: 0.4rem;
    padding: 0.4rem;
}header .main_learningBdK {
    font-size: calc(13px - 2px);
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .first_teachlkr {
    gap: 0.8rem;
}header .head_sitebarIJR svg {
    width: 140px;
}header .header_trainTFI {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0.4rem 0.6rem;
}header .header_trainTFI::-webkit-scrollbar {
    height: 3px;
}header .header_trainTFI::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 10px;
}header .main_learningBdK {
    font-size: calc(13px - 3px);
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
}}.company_infoLrO {
    background-color: rgb(240,227,206);
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}.company_infoLrO::before {
    width: 40%;
    content: "";
    position: absolute;
    background-color: rgb(226,195,160,0.5);
    top: 0;
    z-index: 1;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 100%;
    right: 0;
}.company_infoLrO::after {
    clip-path: polygon(0% 30%, 100% 0%, 100% 100%, 0% 100%);
    left: 0;
    position: absolute;
    bottom: 0;
    width: 30%;
    height: 40%;
    background-color: rgb(208,160,114,0.5);
    content: "";
    z-index: 1;
}.company_infoLrO .container {
    position: relative;
    margin: 0 auto;
    z-index: 5;
    max-width: 1200px;
    padding: 0 20px;
}.company_infoLrO .expert_sessionsOTk {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}.company_infoLrO .pedagogy_wayLzG {
    flex: 0 0 350px;
    position: relative;
}.company_infoLrO .pedagogy_wayLzG::before {
    width: 100%;
    background-color: rgb(226,195,160);
    left: 20px;
    top: 20px;
    position: absolute;
    transition: transform 0.4s ease;
    content: "";
    height: 100%;
    z-index: -1;
    border-radius: 10px;
}.company_infoLrO .pedagogy_wayLzG:hover::before {
    transform: translate(-8px, 8px);
}.company_infoLrO .photo_cellZPO {
    width: 100%;
    position: relative;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease;
    height: 400px;
    border-radius: 10px;
}.company_infoLrO .pedagogy_wayLzG:hover .photo_cellZPO {
    transform: translate(8px, -8px);
}.company_infoLrO .why_chooseXTH {
    transition: transform 0.4s ease;
    padding: 25px;
    position: absolute;
    right: -30px;
    bottom: -30px;
    min-width: 230px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.company_infoLrO .pedagogy_wayLzG:hover .why_chooseXTH {
    transform: translateY(-5px);
}.company_infoLrO .expert_studiopTz {
    font-size: 20px;
    font-family: Arial, sans-serif;
    margin: 0 0 8px 0;
    color: #000000;
    font-weight: 700;
}.company_infoLrO .training_proobH {
    margin: 0;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: rgb(226,195,160);
}.company_infoLrO .text_columnOIn {
    flex-direction: column;
    display: flex;
    flex: 1;
    gap: 25px;
}.company_infoLrO .fast_trackPAw {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
    gap: 15px;
}.company_infoLrO .fast_trackPAw svg {
    fill: rgb(226,195,160);
    height: 50px;
    width: 50px;
}.company_infoLrO .fast_trackPAw svg path {
    fill: rgb(226,195,160);
}.company_infoLrO h2 {
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    display: inline-block;
    font-size: 30px;
    margin: 0 0 5px 0;
    color: #000000;
}.company_infoLrO h2::after {
    height: 4px;
    background-color: rgb(226,195,160);
    width: 70px;
    bottom: -10px;
    left: 0;
    content: "";
    position: absolute;
}.company_infoLrO p {
    font-size: 12px;
    margin: 15px 0 0 0;
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
}

@media (max-width: 992px) {.company_infoLrO {
    padding: 70px 0;
}.company_infoLrO::before {
    width: 50%;
}.company_infoLrO .expert_sessionsOTk {
    flex-direction: column;
    gap: 80px;
}.company_infoLrO .pedagogy_wayLzG {
    flex: 0 0 auto;
    max-width: 450px;
    width: 100%;
}.company_infoLrO .photo_cellZPO {
    height: 350px;
}.company_infoLrO .why_chooseXTH {
    padding: 20px;
    min-width: 200px;
}

}

@media (max-width: 768px) {.company_infoLrO {
    padding: 60px 0;
}.company_infoLrO::before,
    .company_infoLrO::after {
    opacity: 0.5;
}.company_infoLrO .pedagogy_wayLzG {
    max-width: 380px;
}.company_infoLrO .photo_cellZPO {
    height: 300px;
}.company_infoLrO .why_chooseXTH {
    right: -25px;
    bottom: -25px;
    padding: 18px;
}.company_infoLrO .expert_studiopTz {
    font-size: calc(20px * 0.9);
}.company_infoLrO .training_proobH {
    font-size: calc(12px * 0.9);
}.company_infoLrO h2 {
    font-size: calc(30px * 0.9);
}.company_infoLrO h2::after {
    width: 60px;
    height: 3px;
}
}

@media (max-width: 576px) {.company_infoLrO {
    padding: 50px 0;
}.company_infoLrO .expert_sessionsOTk {
    gap: 60px;
}.company_infoLrO .pedagogy_wayLzG {
    max-width: 100%;
}.company_infoLrO .photo_cellZPO {
    height: 280px;
}.company_infoLrO .pedagogy_wayLzG::before {
    left: 15px;
    top: 15px;
}.company_infoLrO .why_chooseXTH {
    right: -15px;
    padding: 15px;
    bottom: -20px;
    min-width: 180px;
}.company_infoLrO .fast_trackPAw svg {
    width: 40px;
    height: 40px;
}.company_infoLrO h2 {
    font-size: calc(30px * 0.8);
}.company_infoLrO h2::after {
    bottom: -8px;
    width: 50px;
    height: 3px;
}.company_infoLrO p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}}.privacy_lairVuj {
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #000000;
    margin: 0 auto;
    max-width: 1000px;
    background: #ffffff;
    padding: 40px;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.privacy_lairVuj h1 {
    color: rgb(226,195,160);
    margin-top: 30px;
    border-bottom: 3px solid rgb(226,195,160);
    font-size: 42px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 700;
}.privacy_lairVuj h2 {
    margin-top: 25px;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(208,160,114);
    padding-left: 15px;
    border-left: 5px solid rgb(208,160,114);
}.privacy_lairVuj ul {
    border-radius: 10px;
    list-style-type: disc;
    background: rgb(208,160,114,0.5);
    padding-left: 40px;
    margin: 20px 0;
}.privacy_lairVuj li {
    padding-bottom: 5px;
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 10px;
}.privacy_lairVuj p, .privacy_lairVuj span, .privacy_lairVuj div {
    margin-bottom: 15px;
    color: #000000;
    line-height: 1.8;
    font-size: 18px;
}.privacy_lairVuj h3, .privacy_lairVuj h4, .privacy_lairVuj h5, .privacy_lairVuj h6 {
    color: rgb(226,195,160);
    font-weight: 600;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 4px solid rgb(226,195,160);
}

@media only screen and (max-width: 800px) {.privacy_lairVuj {
    padding: 20px;
}.privacy_lairVuj h1 {
    font-size: calc(22px - 4px);
}.privacy_lairVuj h2 {
    font-size: calc(22px - 3px);
}.privacy_lairVuj h3, .privacy_lairVuj h4, .privacy_lairVuj h5, .privacy_lairVuj h6 {
    font-size: calc(22px - 2px);
}.privacy_lairVuj p, .privacy_lairVuj span, .privacy_lairVuj div, .privacy_lairVuj li {
    font-size: calc(18px - 2px);
}}.thanks_iddLb {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(240,227,206) 0%, rgb(240,227,206) 60%, rgba(rgb(226,195,160,0.5), 0.05) 100%);
}.thanks_iddLb::before,
.thanks_iddLb::after {
    content: '';
    position: absolute;
    pointer-events: none;
}.thanks_iddLb::before {
    transform: rotate(-15deg) translateZ(-10px);
    width: 40%;
    height: 70%;
    filter: blur(20px);
    left: -10%;
    background: linear-gradient(45deg, rgb(226,195,160,0.5) 10%, transparent 70%);
    opacity: 0.03;
    top: -5%;
}.thanks_iddLb::after {
    right: -5%;
    transform: rotate(10deg) translateZ(-5px);
    width: 30%;
    height: 60%;
    filter: blur(15px);
    background: linear-gradient(135deg, rgb(208,160,114,0.5) 10%, transparent 70%);
    bottom: -10%;
    opacity: 0.04;
}.thanks_iddLb .container {
    max-width: 1200px;
    transform-style: preserve-3d;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 1;
    position: relative;
}.thanks_iddLb h2 {
    font-size: 33px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.05);
    font-weight: 700;
    transform: translateZ(10px);
    position: relative;
    color: #000000;
    max-width: 90%;
    line-height: 1.3;
    margin-bottom: 3rem;
}.thanks_iddLb h2::after {
    transform-origin: left;
    width: 80px;
    bottom: -0.8rem;
    content: '';
    transform: translateZ(15px) scaleX(1);
    left: 0;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    background: linear-gradient(90deg, rgb(226,195,160) 0%, rgb(226,195,160,0.5) 100%);
    height: 3px;
    position: absolute;
}.thanks_iddLb .expert_sessionsOTk {
    padding: 2.5rem 3rem;
    box-shadow: 
        0 20px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 10px 20px -10px rgba(rgba(0, 0, 0, 0.5), 0.07);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    transform: translateZ(20px) rotateY(-2deg);
    border-radius: 11px;
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    margin: 1rem 0;
}.thanks_iddLb .expert_sessionsOTk::before {
    transform: translateZ(5px);
    opacity: 0.1;
    pointer-events: none;
    top: -10px;
    border: 1px solid rgb(226,195,160,0.5);
    bottom: -10px;
    right: -10px;
    content: '';
    border-radius: 100px;
    left: -10px;
    position: absolute;
}.thanks_iddLb .expert_sessionsOTk:hover {
    box-shadow: 
        0 25px 35px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 15px 25px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateZ(25px) rotateY(0deg);
}.thanks_iddLb ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.thanks_iddLb li {
    padding-left: 0;
    position: relative;
}.thanks_iddLb li::before {
    transition: all 0.4s ease-out;
    border-radius: 50%;
    transform: translateZ(15px) scale(0.95);
    left: -30px;
    opacity: 0.2;
    width: 60px;
    top: -20px;
    position: absolute;
    background: linear-gradient(135deg, rgb(226,195,160,0.5) 0%, transparent 80%);
    content: '';
    height: 60px;
}.thanks_iddLb li span {
    position: relative;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    display: block;
    color: #000000;
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    transform: translateZ(5px);
    font-size: 13px;
}

@media (min-width: 992px) {.thanks_iddLb {
    padding: 8rem 0;
}.thanks_iddLb h2 {
    transform: translateZ(15px);
    max-width: 80%;
    font-size: calc(33px * 1.1);
}.thanks_iddLb h2::after {
    width: 100px;
}.thanks_iddLb .expert_sessionsOTk {
    margin: 2rem 0;
    padding: 3.5rem 4rem;
}.thanks_iddLb li span {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
}.thanks_iddLb li::before {
    height: 80px;
    width: 80px;
}
}

@media (max-width: 991px) {.thanks_iddLb {
    padding: 5rem 0;
}.thanks_iddLb h2 {
    font-size: calc(33px * 0.9);
    max-width: 100%;
}.thanks_iddLb .expert_sessionsOTk {
    padding: 2rem 2.5rem;
    transform: translateZ(10px) rotateY(-1deg);
}
}

@media (max-width: 767px) {.thanks_iddLb {
    padding: 4rem 0;
}.thanks_iddLb h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 2rem;
}.thanks_iddLb h2::after {
    height: 2px;
    width: 60px;
}.thanks_iddLb .expert_sessionsOTk {
    transform: translateZ(5px) rotateY(0deg);
    padding: 1.5rem 2rem;
}.thanks_iddLb li::before {
    height: 40px;
    width: 40px;
    top: -15px;
    left: -20px;
}
}

@media (max-width: 480px) {.thanks_iddLb {
    padding: 3rem 0;
}.thanks_iddLb .container {
    padding: 0 1.5rem;
}.thanks_iddLb h2 {
    margin-bottom: 1.5rem;
    font-size: calc(33px * 0.7);
}.thanks_iddLb .expert_sessionsOTk {
    margin: 0.5rem 0;
    padding: 1.25rem 1.5rem;
}.thanks_iddLb li span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}

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

.thanks_iddLb .expert_sessionsOTk {
    animation: floatIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.cookieDisclosurePanelPiL {
    background: rgb(240,227,206);
    position: fixed;
    border-top: 3px solid rgb(226,195,160);
    width: 100%;
    z-index: 90;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    padding: 20px 0;
}.data_acceptoUs {
    max-width: 1200px;
    padding: 0 20px;
    margin: auto;
    justify-content: space-between;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}#popupCookieConsentqgu {
    display: none;
}#popupCookieConsentqgu:checked ~ .cookieDisclosurePanelPiL {
    opacity: 0;
    visibility: hidden;
}.cookieDisclosurePanelPiL h5 {
    font-weight: 700;
    color: rgb(226,195,160);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 6px;
}.cookieDisclosurePanelPiL p {
    color: #000000;
    font-size: 15px;
    max-width: 500px;
}.edu_settingsbMA {
    flex-shrink: 0;
    margin-right: 20px;
}.edu_settingsbMA svg, .edu_settingsbMA svg path {
    width: 80px;
    fill: rgb(226,195,160);
    height: 80px;
}.digital_cookiesDzU {
    color: #ffffff;
    flex-shrink: 0;
    margin-left: 10px;
    font-size: 18px;
    background: rgb(226,195,160);
    text-decoration: none;
    border-radius: 10px;
    padding: 12px 24px;
    border: 2px solid transparent;
    font-weight: 600;
    transition: border 0.2s;
    text-align: center;
    text-transform: uppercase;
    min-width: 140px;
}.cookie_button.cookie_eductrlwKm {
    background: rgb(226,195,160);
}.cookie_button.cookie_applyDAE {
    background: rgb(208,160,114);
}.digital_cookiesDzU:hover {
    border: 2px solid #ffffff;
}.cookieDisclosurePanelPiL p a {
    text-decoration: underline;
    font-weight: 700;
    color: rgb(226,195,160);
}
@media only screen and (max-width: 1200px) {.data_acceptoUs {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.edu_settingsbMA {
    display: none;
}.data_acceptoUs {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
}.cookieDisclosurePanelPiL h5, .cookieDisclosurePanelPiL p {
    text-align: center;
}.cookie_overlayyCI {
    margin-bottom: 20px;
}.digital_cookiesDzU {
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
    margin-left: 0;
}}
.segment-wrapperwjS .cookieDisclosurePanelPiL {
    background: rgb(208,160,114);
    padding: 30px 0;
    border: none;
}.segment-wrapperwjS .digital_cookiesDzU {
    font-weight: 600;
    background: rgb(226,195,160);
    font-size: 18px;
    border-radius: 10px;
    margin-left: 0;
    color: #ffffff;
    border: none;
}.segment-wrapperwjS .cookie_overlayyCI h5, .segment-wrapperwjS .cookie_overlayyCI p {
    color: #ffffff;
}.client_experiencelgi {
    position: relative;
    padding: 7rem 0;
    perspective: 1200px;
    background: linear-gradient(145deg, rgb(240,227,206) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
}.client_experiencelgi::before {
    opacity: 0.6;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: radial-gradient(ellipse at 30% 20%, rgb(226,195,160,0.5) 0%, transparent 60%);
}.client_experiencelgi .container {
    z-index: 2;
    position: relative;
}.client_experiencelgi h2 {
    color: #000000;
    text-align: center;
    margin-bottom: 3rem;
    font-size: 36px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
}.client_experiencelgi h2::after {
    box-shadow: 0 5px 15px rgb(226,195,160,0.5);
    height: 4px;
    bottom: -15px;
    position: absolute;
    left: 20%;
    transform: perspective(500px) rotateX(45deg);
    width: 60%;
    content: "";
    background: rgb(226,195,160);
}.client_experiencelgi .user_quotesiUN {
    margin: 0 -1rem;
    transform-style: preserve-3d;
    scroll-snap-type: x mandatory;
    gap: 3rem;
    overflow-x: auto;
    display: flex;
    padding: 3rem 1rem;
}.client_experiencelgi .user_quotesiUN::-webkit-scrollbar {
    height: 8px;
}.client_experiencelgi .user_quotesiUN::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
}.client_experiencelgi .user_quotesiUN::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(226,195,160);
}.client_experiencelgi .success_ratingsfwh {
    padding: 2rem;
    flex: 0 0 300px;
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
    position: relative;
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.15);
    scroll-snap-align: center;
    background: #ffffff;
    transform-origin: center center;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 17px;
}.client_experiencelgi .success_ratingsfwh::before {
    content: "";
    height: 100%;
    border-radius: 17px;
    transition: all 0.3s ease;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.3;
    background: linear-gradient(135deg, rgb(226,195,160,0.5) 0%, transparent 80%);
    top: 0;
}.client_experiencelgi .success_ratingsfwh:nth-child(odd) {
    transform: perspective(1000px) rotateY(-5deg) translateZ(10px);
}.client_experiencelgi .success_ratingsfwh:nth-child(3n+1) {
    transform: perspective(1000px) rotateY(8deg) translateZ(20px);
}.client_experiencelgi .success_ratingsfwh:hover {
    z-index: 10;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(0) translateZ(50px) scale(1.05);
}.client_experiencelgi .success_ratingsfwh:hover::before {
    opacity: 0;
}.client_experiencelgi .success_ratingsfwh img {
    object-fit: cover;
    width: 80px;
    transform: translateX(-1rem);
    border: 3px solid #ffffff;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 1rem;
    transition: all 0.4s ease;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}.client_experiencelgi .success_ratingsfwh:hover img {
    transform: translateX(0) translateY(-10px);
    box-shadow: 0 15px 25px rgb(226,195,160,0.5);
}.client_experiencelgi .success_ratingsfwh p {
    font-size: calc(13px + 0.1rem);
    font-weight: 600;
    transition: all 0.3s ease;
    margin: 0.5rem 0;
    color: #000000;
}.client_experiencelgi .success_ratingsfwh .description {
    font-size: 13px;
    padding-left: 1.5rem;
    color: #000000;
    transition: all 0.3s ease;
    font-weight: 400;
    margin-top: 1rem;
    line-height: 1.6;
    position: relative;
    border-left: 3px solid rgb(208,160,114,0.5);
}.client_experiencelgi .success_ratingsfwh:hover .description {
    padding-left: 1rem;
    border-left-color: rgb(226,195,160);
}

@media (min-width: 768px) {.client_experiencelgi .user_quotesiUN {
    padding-bottom: 2rem;
}.client_experiencelgi .user_quotesiUN::after {
    content: "";
    flex: 0 0 1rem;
}
}

@media (max-width: 767px) {.client_experiencelgi {
    padding: 5rem 0;
}.client_experiencelgi h2 {
    font-size: calc(36px - 0.2rem);
    margin-bottom: 2.5rem;
}.client_experiencelgi .user_quotesiUN {
    gap: 1.5rem;
}.client_experiencelgi .success_ratingsfwh {
    transform: perspective(800px) rotateY(3deg) !important;
    flex: 0 0 250px;
    padding: 1.5rem;
}.client_experiencelgi .success_ratingsfwh:hover {
    transform: perspective(800px) rotateY(0) translateZ(20px) scale(1.03) !important;
}.client_experiencelgi .success_ratingsfwh img {
    width: 60px;
    height: 60px;
}}.title_portalFbd {
    position: relative;
    background: linear-gradient(135deg, rgb(226,195,160,0.5) 0%, rgba(94,170,168,0.15) 50%, rgb(208,160,114,0.5) 100%);
    overflow: hidden;
    min-height: 100vh;
}.title_portalFbd::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(94,170,168,0.1) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(94,170,168,0.15) 0%, transparent 40%);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    height: 100%;
}.title_portalFbd .expert_sessionsOTk {
    position: relative;
    grid-template-columns: 1fr;
    margin: 0 auto;
    gap: 2rem;
    padding: 2rem;
    height: 100%;
    max-width: 1400px;
    z-index: 2;
    display: grid;
}.title_portalFbd h1 {
    font-weight: 700;
    transform: translateY(0);
    text-shadow: 0 2px 10px rgba(94,170,168,0.1);
    line-height: 1.2;
    animation: titleFade 1.2s ease-out forwards;
    font-size: 38px;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 1.5rem;
    position: relative;
    color: #000000;
}.title_portalFbd h1::after {
    left: 0;
    position: absolute;
    animation: lineExpand 1s 0.4s ease-out forwards;
    background: rgb(226,195,160);
    height: 4px;
    bottom: -10px;
    transform: scaleX(0);
    width: 80px;
    content: "";
    transform-origin: left;
}.title_portalFbd .text_columnOIn {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: relative;
}.title_portalFbd .page_titleEin {
    opacity: 0;
    position: relative;
    border-left: 4px solid rgb(226,195,160);
    animation: fadeUp 0.8s 0.6s ease-out forwards;
    transform: translateY(20px);
    padding: 2rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(94,170,168,0.15), 
                0 5px 15px rgba(0,0,0,0.05);
    background: rgba(255, 255, 255, 0.9);
}.title_portalFbd .page_titleEin p {
    margin-bottom: 2rem;
    position: relative;
    color: #000000;
    font-size: calc(18px * 1.2);
    line-height: 1.6;
}.title_portalFbd .page_titleEin p::before {
    left: 0;
    height: 2px;
    width: 40px;
    content: "";
    position: absolute;
    background: rgb(208,160,114);
    top: -10px;
}.title_portalFbd svg {
    display: block;
    height: 120px;
    filter: drop-shadow(0 5px 15px rgba(94,170,168,0.25));
    margin: 0 auto 2rem;
    transition: transform 0.5s ease;
    transform: rotate(-5deg);
    width: 120px;
}.title_portalFbd svg:hover {
    transform: rotate(0deg) scale(1.05);
}.title_portalFbd svg path {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}.title_portalFbd svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.title_portalFbd svg:hover path {
    fill: rgba(94,170,168,0.85);
}.title_portalFbd svg:hover text {
    fill: #000000;
}.title_portalFbd .feedback_feedbacklwJ {
    margin-top: 1rem;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(94,170,168,0.3);
    transform: translateZ(0);
    transition: all 0.3s ease;
    padding: 1rem 2rem;
    font-weight: 600;
    display: inline-block;
    font-size: 17px;
    text-decoration: none;
    border: none;
    background: linear-gradient(135deg, rgb(226,195,160) 0%, rgb(94,170,168) 100%);
}.title_portalFbd .feedback_feedbacklwJ::before {
    content: "";
    left: -100%;
    width: 100%;
    top: 0;
    height: 100%;
    transition: left 0.7s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}.title_portalFbd .feedback_feedbacklwJ:hover {
    box-shadow: 0 8px 20px rgba(94,170,168,0.4);
    transform: translateY(-3px);
}.title_portalFbd .feedback_feedbacklwJ:hover::before {
    left: 100%;
}.title_portalFbd .photo_cellZPO {
    animation: fadeUp 0.8s 0.8s ease-out forwards;
    opacity: 0;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    width: 100%;
    transform: translateY(20px);
    height: 300px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}.title_portalFbd .photo_cellZPO::before {
    content: "";
    background: linear-gradient(to bottom, rgba(94,170,168,0.3), transparent);
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    left: 0;
    pointer-events: none;
}

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

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

@media (min-width: 768px) {.title_portalFbd .expert_sessionsOTk {
    padding: 4rem 2rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.title_portalFbd h1 {
    font-size: calc(38px * 1.2);
    grid-column: 1 / -1;
    margin-bottom: 2rem;
}.title_portalFbd .page_titleEin {
    padding: 2.5rem;
}.title_portalFbd .photo_cellZPO {
    margin-top: 0;
    height: 450px;
}.title_portalFbd svg {
    height: 150px;
    margin: 0 0 1rem 1rem;
    width: 150px;
    float: right;
}
}

@media (min-width: 992px) {.title_portalFbd .expert_sessionsOTk {
    padding: 5rem 3rem;
    gap: 4rem;
}.title_portalFbd h1 {
    font-size: calc(38px * 1.4);
}.title_portalFbd .page_titleEin {
    padding: 3rem;
}.title_portalFbd .photo_cellZPO {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 550px;
}.title_portalFbd .photo_cellZPO:hover {
    transform: scale(1.03);
}.title_portalFbd svg {
    height: 180px;
    width: 180px;
}
}

@media (min-width: 1200px) {.title_portalFbd .expert_sessionsOTk {
    gap: 6rem;
    padding: 6rem 4rem;
}.title_portalFbd h1 {
    font-size: calc(38px * 1.6);
}.title_portalFbd .page_titleEin {
    padding: 3.5rem;
}.title_portalFbd .photo_cellZPO {
    height: 600px;
}
}

@media (max-width: 767px) {.title_portalFbd .expert_sessionsOTk {
    padding: 3rem 1.5rem;
}.title_portalFbd h1 {
    font-size: calc(38px * 0.9);
}.title_portalFbd .page_titleEin p {
    font-size: 18px;
}.title_portalFbd .feedback_feedbacklwJ {
    text-align: center;
    width: 100%;
}}.pricing_packagejHY {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 7rem 0;
}.pricing_packagejHY::before {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    top: -150px;
    content: '';
    filter: blur(30px);
    position: absolute;
    background: linear-gradient(135deg, rgb(226,195,160,0.5), transparent);
    z-index: 1;
    width: 400px;
    height: 400px;
    animation: float 15s ease-in-out infinite alternate;
    opacity: 0.6;
    right: -100px;
}.pricing_packagejHY::after {
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    content: '';
    left: -50px;
    position: absolute;
    animation: float 18s ease-in-out infinite alternate-reverse;
    filter: blur(25px);
    opacity: 0.5;
    height: 300px;
    z-index: 1;
    bottom: -100px;
    background: linear-gradient(135deg, rgb(208,160,114,0.5), transparent);
    width: 300px;
}.pricing_packagejHY .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
    max-width: 1200px;
}.pricing_packagejHY .learning_pricingpHz {
    flex-direction: column;
    display: flex;
}.pricing_packagejHY .bundle_rateDGJ {
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    margin-bottom: 3rem;
    text-align: center;
    transform: translateY(20px);
}.pricing_packagejHY .bundle_rateDGJ h2 {
    margin-bottom: 1rem;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    font-size: 30px;
    position: relative;
}.pricing_packagejHY .bundle_rateDGJ h2::after {
    content: '';
    width: 80px;
    background: rgb(226,195,160);
    position: absolute;
    left: 50%;
    bottom: -10px;
    height: 3px;
    transform: translateX(-50%);
}.pricing_packagejHY .pricing_ratesTYK {
    font-size: 12px;
    color: #000000;
    max-width: 700px;
    line-height: 1.6;
    margin: 1.5rem auto 0;
}.pricing_packagejHY .training_subsBK {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 2rem;
    gap: 2rem;
    display: grid;
}.pricing_packagejHY .value_pricingxHR {
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    text-decoration: none;
    position: relative;
    transform: translateY(30px);
    display: block;
}.pricing_packagejHY .value_pricingxHR:nth-child(2) {
    animation-delay: 0.5s;
}.pricing_packagejHY .value_pricingxHR:nth-child(3) {
    animation-delay: 0.6s;
}.pricing_packagejHY .value_pricingxHR:nth-child(4) {
    animation-delay: 0.7s;
}.pricing_packagejHY .value_pricingxHR:hover {
    transform: translateY(-10px);
}.pricing_packagejHY .class_costDsL {
    overflow: hidden;
    height: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    position: relative;
    transition: all 0.4s ease;
    display: flex;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    flex-direction: column;
}.pricing_packagejHY .value_pricingxHR:hover .class_costDsL {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.pricing_packagejHY .learning_packageXBA {
    flex-direction: column;
    z-index: 2;
    padding: 2.5rem 2rem;
    display: flex;
    flex-grow: 1;
    position: relative;
}.pricing_packagejHY .learning_packageXBA h3 {
    transition: color 0.3s ease;
    margin-bottom: 1rem;
    font-size: calc(21px + 2px);
    position: relative;
    font-weight: 700;
    color: #000000;
}.pricing_packagejHY .value_pricingxHR:hover .learning_packageXBA h3 {
    color: rgb(226,195,160);
}.pricing_packagejHY .plan_tableJcv {
    color: rgb(226,195,160);
    margin-bottom: 1.5rem;
    position: relative;
    font-size: calc(21px + 4px);
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 700;
}.pricing_packagejHY .plan_tableJcv::after {
    bottom: 0;
    width: 40px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    content: '';
    background: rgb(226,195,160,0.5);
    height: 2px;
}.pricing_packagejHY .value_pricingxHR:hover .plan_tableJcv::after {
    width: 80px;
}.pricing_packagejHY .learning_packageXBA p {
    white-space: normal;
    flex-grow: 1;
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #000000;
    font-size: 12px;
    hyphens: auto;
}.pricing_packagejHY .photo_cellZPO {
    width: 100%;
    height: 200px;
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
}.pricing_packagejHY .photo_cellZPO::after {
    left: 0;
    content: '';
    opacity: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    transition: opacity 0.4s ease;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}.pricing_packagejHY .value_pricingxHR:hover .photo_cellZPO::after {
    opacity: 1;
}

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

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@media (min-width: 992px) {.pricing_packagejHY .learning_pricingpHz {
    flex-direction: row-reverse;
}.pricing_packagejHY .bundle_rateDGJ {
    justify-content: center;
    flex-direction: column;
    display: flex;
    width: 35%;
    text-align: left;
    padding-right: 3rem;
}.pricing_packagejHY .bundle_rateDGJ h2 {
    text-align: left;
}.pricing_packagejHY .bundle_rateDGJ h2::after {
    left: 0;
    transform: none;
}.pricing_packagejHY .pricing_ratesTYK {
    margin: 1.5rem 0 0;
}.pricing_packagejHY .training_subsBK {
    margin-top: 0;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
}
}

@media (max-width: 991px) {.pricing_packagejHY {
    padding: 5rem 0;
}.pricing_packagejHY .bundle_rateDGJ {
    margin-bottom: 2rem;
}.pricing_packagejHY .training_subsBK {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.pricing_packagejHY {
    padding: 4rem 0;
}.pricing_packagejHY .learning_packageXBA {
    padding: 2rem 1.5rem;
}.pricing_packagejHY .photo_cellZPO {
    height: 180px;
}
}

@media (max-width: 575px) {.pricing_packagejHY {
    padding: 3rem 0;
}.pricing_packagejHY .bundle_rateDGJ h2 {
    font-size: calc(30px - 4px);
}.pricing_packagejHY .training_subsBK {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.pricing_packagejHY .learning_packageXBA {
    padding: 1.5rem 1.25rem;
}.pricing_packagejHY .photo_cellZPO {
    height: 160px;
}
}

@media (hover: none) {.pricing_packagejHY .value_pricingxHR:hover {
    transform: none;
}.pricing_packagejHY .value_pricingxHR:hover .class_costDsL {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.pricing_packagejHY .value_pricingxHR:hover .photo_cellZPO::after {
    opacity: 0;
}.pricing_packagejHY .value_pricingxHR:hover .plan_tableJcv::after {
    width: 40px;
}}.program_detailsxOA {
    background-color: rgb(240,227,206);
    overflow: hidden;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    display: grid;
    min-height: 100vh;
}.program_detailsxOA .learn_trackVMb {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
    height: 100%;
    grid-row: 1;
    grid-column: 4 / span 8;
    position: relative;
}.program_detailsxOA .learn_trackVMb::before {
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(208,160,114,0.5), transparent);
}.program_detailsxOA .learn_exploreZWV {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}.program_detailsxOA .knowledge_flowkDA {
    position: relative;
    height: 100%;
    width: 100%;
    perspective: 1000px;
}.program_detailsxOA .job_skillsSku {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    transition: opacity 0.8s, transform 0.8s;
    height: 100%;
    transform: translateZ(-50px);
    opacity: 0;
    position: absolute;
}.program_detailsxOA .job_skillsSku:nth-child(1) {
    animation: slide-cube 25s infinite 0s;
}.program_detailsxOA .job_skillsSku:nth-child(2) {
    animation: slide-cube 25s infinite -5s;
}.program_detailsxOA .job_skillsSku:nth-child(3) {
    animation: slide-cube 25s infinite -10s;
}.program_detailsxOA .job_skillsSku:nth-child(4) {
    animation: slide-cube 25s infinite -15s;
}.program_detailsxOA .job_skillsSku:nth-child(5) {
    animation: slide-cube 25s infinite -20s;
}.program_detailsxOA .job_skillsSku img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}.program_detailsxOA .learn_exploreZWV:hover .job_skillsSku {
    animation-play-state: paused;
}.program_detailsxOA .container {
    display: flex;
    z-index: 2;
    grid-row: 1;
    padding: 0 0 0 4rem;
    grid-column: 1 / span 7;
    align-items: center;
    position: relative;
    justify-content: flex-start;
}.program_detailsxOA .expert_sessionsOTk {
    margin-right: auto;
    width: 100%;
    max-width: 550px;
    position: relative;
    margin-left: 0;
}.program_detailsxOA .future_skillsdXP {
    border-radius: 12px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 2rem;
}.program_detailsxOA .future_skillsdXP h3 {
    font-size: 47px;
    opacity: 0;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    position: relative;
    animation: slide-up 0.7s ease-out forwards;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transform: translateY(30px);
}.program_detailsxOA .future_skillsdXP::before {
    border-top: 3px solid rgb(226,195,160);
    width: 80px;
    left: -40px;
    content: "";
    height: 80px;
    border-left: 3px solid rgb(226,195,160);
    animation: fade-in 0.5s 0.9s ease-out forwards;
    position: absolute;
    top: -40px;
    opacity: 0;
}.program_detailsxOA .future_skillsdXP::after {
    right: -40px;
    animation: fade-in 0.5s 0.9s ease-out forwards;
    opacity: 0;
    height: 80px;
    bottom: -40px;
    position: absolute;
    content: "";
    border-bottom: 3px solid rgb(226,195,160);
    width: 80px;
    border-right: 3px solid rgb(226,195,160);
}.program_detailsxOA .future_skillsdXP p {
    font-size: 15px;
    animation: slide-up 0.7s 0.4s ease-out forwards;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 2.5rem;
    color: #ffffff;
    opacity: 0;
    line-height: 1.8;
    transform: translateY(30px);
}.program_detailsxOA .feedback_feedbacklwJ {
    padding: 1rem 2.5rem;
    background: rgb(226,195,160);
    color: #ffffff;
    overflow: hidden;
    position: relative;
    transform: translateY(30px);
    transition: all 0.3s;
    letter-spacing: 1px;
    opacity: 0;
    font-size: 19px;
    text-decoration: none;
    animation: slide-up 0.7s 0.6s ease-out forwards;
    font-weight: 600;
    display: inline-block;
}.program_detailsxOA .feedback_feedbacklwJ:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(rgb(226,195,160), 0.5);
    background: transparent;
}.program_detailsxOA .feedback_feedbacklwJ::before {
    top: 0;
    width: 100%;
    transform: scale(1);
    left: 0;
    transform-origin: bottom right;
    content: "";
    position: absolute;
    transition: transform 0.5s;
    z-index: -1;
    height: 100%;
    background: rgb(226,195,160);
}.program_detailsxOA .feedback_feedbacklwJ:hover::before {
    transition: transform 0.5s;
    transform: scale(0);
}@keyframes slide-cube {
    0%, 20%, 100% {
        opacity: 0;
        transform: translateZ(-50px) rotateY(-5deg);
    }
    4%, 16% {
        opacity: 1;
        transform: translateZ(0) rotateY(0);
    }
}

@keyframes slide-up {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-in {
    to {
        opacity: 1;
    }
}

.program_detailsxOA::before {
    content: "";
    background: linear-gradient(to right,
        rgb(208,160,114,0.5) 0%,
        rgb(208,160,114,0.5) 40%,
        transparent 70%);
    left: 0;
    z-index: 0;
    pointer-events: none;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}.program_detailsxOA::after {
    pointer-events: none;
    opacity: 0.5;
    content: "";
    background: radial-gradient(
        circle at 30% 50%,
        rgb(226,195,160,0.5) 0%,
        transparent 50%
    );
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 0;
}

@media screen and (max-width: 1400px) {.program_detailsxOA .expert_sessionsOTk {
    margin-right: 1rem;
}
}

@media screen and (max-width: 1200px) {.program_detailsxOA {
    grid-template-columns: repeat(10, 1fr);
}.program_detailsxOA .learn_trackVMb {
    grid-column: 6 / span 5;
}.program_detailsxOA .container {
    grid-column: 1 / span 6;
    padding: 0 0 0 3rem;
}.program_detailsxOA .expert_sessionsOTk {
    max-width: 100%;
}.program_detailsxOA::before {
    background: linear-gradient(to right,
            rgb(208,160,114,0.5) 0%,
            rgb(208,160,114,0.5) 30%,
            transparent 60%);
}
}

@media screen and (max-width: 992px) {.program_detailsxOA {
    padding: 0;
    display: flex;
    min-height: auto;
    flex-direction: column;
}.program_detailsxOA .learn_trackVMb {
    clip-path: none;
    order: 1;
    height: 50vh;
    width: 100%;
}.program_detailsxOA .learn_trackVMb::before {
    display: none;
}.program_detailsxOA .container {
    order: 2;
    padding: 4rem 3rem;
    width: 100%;
}.program_detailsxOA .expert_sessionsOTk {
    max-width: 600px;
    margin: 0;
}.program_detailsxOA .future_skillsdXP {
    background: rgba(0, 0, 0, 0.7);
}.program_detailsxOA::before {
    background: rgb(208,160,114,0.5);
    opacity: 0.95;
}.program_detailsxOA::after {
    background: none;
}.program_detailsxOA .job_skillsSku {
    animation-duration: 20s;
}
}

@media screen and (max-width: 768px) {.program_detailsxOA .learn_trackVMb {
    height: 40vh;
}.program_detailsxOA .container {
    padding: 3rem 2rem;
}.program_detailsxOA .future_skillsdXP h3 {
    font-size: calc(47px * 0.8);
}.program_detailsxOA .future_skillsdXP::before,
    .program_detailsxOA .future_skillsdXP::after {
    width: 60px;
    height: 60px;
}
}

@media screen and (max-width: 576px) {.program_detailsxOA .learn_trackVMb {
    height: 35vh;
}.program_detailsxOA .container {
    padding: 2.5rem 1.5rem;
}.program_detailsxOA .future_skillsdXP h3 {
    font-size: calc(32px * 1.1);
}.program_detailsxOA .future_skillsdXP::before,
    .program_detailsxOA .future_skillsdXP::after {
    left: -20px;
    width: 40px;
    right: -20px;
    bottom: -20px;
    top: -20px;
    height: 40px;
}.program_detailsxOA .feedback_feedbacklwJ {
    width: 100%;
    text-align: center;
}
}