* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}svg {
    width: 30px;
    height: 30px;
}.container {
    width: 1274px;
    margin: auto;
    max-width: 100%;
}header,footer {
    width: 100%;
}.convertera {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
}.nav_topF {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-structures {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.thanks_areaW {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(240,225,212) 0%, rgb(199,161,128,0.5) 100%);
    overflow: hidden;
}.thanks_areaW::before {
    animation: float 15s ease-in-out infinite;
    filter: blur(80px);
    height: 300px;
    background: rgb(222,193,170,0.5);
    z-index: 0;
    top: -50px;
    right: -50px;
    content: "";
    width: 300px;
    position: absolute;
}.thanks_areaW::after {
    animation: float 20s ease-in-out infinite alternate;
    background: rgb(199,161,128,0.5);
    bottom: -100px;
    height: 500px;
    filter: blur(100px);
    width: 500px;
    left: -100px;
    z-index: 0;
    content: "";
    position: absolute;
}.thanks_areaW .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}.thanks_areaW h2 {
    margin-bottom: 40px;
    font-weight: 700;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    opacity: 0;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-size: 36px;
    transform: translateY(20px);
}.thanks_areaW h2::before {
    animation: scaleIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    height: 5px;
    transform: scaleX(0);
    content: "";
    background: linear-gradient(90deg, rgb(222,193,170) 0%, rgb(199,161,128) 100%);
    top: -15px;
    position: absolute;
    width: 80px;
    transform-origin: left;
    left: 0;
}.thanks_areaW .mission_blockj {
    border-radius: 13px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    overflow: hidden;
    position: relative;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;
    opacity: 0;
    transform: translateY(30px);
    padding: 50px;
}.thanks_areaW .mission_blockj::before {
    background: linear-gradient(to bottom, rgb(222,193,170), rgb(199,161,128));
    top: 0;
    animation: scaleIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s forwards;
    content: "";
    height: 100%;
    transform-origin: top;
    left: 0;
    width: 6px;
    transform: scaleY(0);
    position: absolute;
}.thanks_areaW .mission_blockj::after {
    top: 0;
    right: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(rgb(199,161,128,0.5), 0.05));
    width: 30%;
    content: "";
}.thanks_areaW ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}.thanks_areaW li {
    opacity: 0;
    transform: translateX(20px);
    margin-bottom: 20px;
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
    position: relative;
    padding-left: 30px;
}.thanks_areaW li::before {
    content: "";
    animation: pulse 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.8s forwards;
    left: 0;
    transform: scale(0);
    background: rgb(222,193,170);
    position: absolute;
    height: 10px;
    top: 8px;
    border-radius: 50%;
    width: 10px;
}.thanks_areaW li span {
    position: relative;
    display: block;
    color: #000000;
    line-height: 1.8;
    font-size: calc(16px * 1.05);
    transform: translateY(0);
    font-weight: 400;
    transition: transform 0.3s ease;
    font-family: Arial, sans-serif;
}

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

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

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

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

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

@media (max-width: 1200px) {.thanks_areaW {
    padding: 100px 0;
}.thanks_areaW h2 {
    font-size: calc(36px * 0.9);
}.thanks_areaW .mission_blockj {
    padding: 40px;
}
}

@media (max-width: 992px) {.thanks_areaW {
    padding: 80px 0;
}.thanks_areaW h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.85);
}.thanks_areaW .mission_blockj {
    padding: 35px;
}.thanks_areaW li span {
    font-size: 16px;
}
}

@media (max-width: 768px) {.thanks_areaW {
    padding: 70px 0;
}.thanks_areaW h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 25px;
}.thanks_areaW h2::before {
    width: 60px;
    height: 4px;
}.thanks_areaW .mission_blockj {
    padding: 30px 25px;
}.thanks_areaW li {
    padding-left: 25px;
}
}

@media (max-width: 576px) {.thanks_areaW {
    padding: 60px 0;
}.thanks_areaW h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 20px;
}.thanks_areaW .mission_blockj {
    padding: 25px 20px;
}.thanks_areaW li {
    padding-left: 20px;
}.thanks_areaW li::before {
    width: 8px;
    top: 6px;
    height: 8px;
}.thanks_areaW li span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}}.reach_out_infou {
    overflow: hidden;
    background: rgb(222,193,170,0.5);
    z-index: 1;
    padding: 60px 0;
    position: relative;
}.reach_out_infou::before {
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(222,193,170,0.5) 0%, rgb(199,161,128,0.5) 100%);
    content: '';
    top: 0;
    height: 100%;
    z-index: -1;
}.reach_out_infou::after {
    content: '';
    width: 100%;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(199,161,128,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(222,193,170,0.5) 0%, transparent 50%);
    animation: pulseBackground 15s infinite alternate;
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
}@keyframes pulseBackground {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.3;
        transform: scale(1);
    }
}
.reach_out_infou .container {
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.reach_out_infou .container::before,
.reach_out_infou .container::after {
    opacity: 0.2;
    content: '';
    border-radius: 50%;
    z-index: 0;
    animation: rotateSlow 20s linear infinite;
    border: 2px solid rgb(222,193,170,0.5);
    width: 150px;
    height: 150px;
    position: absolute;
}.reach_out_infou .container::before {
    right: -75px;
    top: -75px;
}.reach_out_infou .container::after {
    bottom: -75px;
    left: -75px;
    animation-direction: reverse;
    border-color: rgb(199,161,128,0.5);
}@keyframes rotateSlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.reach_out_infou .message_infoU {
    display: flex;
    z-index: 2;
    flex-direction: column;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 17px;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: translateY(0);
}.reach_out_infou .message_infoU:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.message_infoU::after {
    left: 0;
    background-image: 
        linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    content: '';
    pointer-events: none;
    top: 0;
    background-size: 20px 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
}.reach_out_infou .talk_answerO {
    color: #ffffff;
    overflow: hidden;
    display: flex;
    background: linear-gradient(120deg, rgb(222,193,170) 0%, rgb(199,161,128) 100%);
    align-items: center;
    font-size: 23px;
    position: relative;
    font-weight: 700;
    margin: 0;
    padding: 25px 35px;
}.reach_out_infou .talk_answerO svg {
    stroke: #ffffff;
    stroke-width: 2;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
    width: 24px;
    height: 24px;
    stroke-linecap: round;
    margin-right: 12px;
    fill: none;
    stroke-linejoin: round;
}.reach_out_infou .talk_answerO:hover svg {
    transform: rotate(15deg);
}.reach_out_infou .talk_answerO::before {
    top: -50px;
    border-radius: 50%;
    height: 100px;
    content: '';
    position: absolute;
    z-index: 1;
    background: rgba(255, 255, 255, 0.15);
    right: -50px;
    width: 100px;
}.reach_out_infou .talk_answerO::after {
    z-index: 1;
    content: '';
    left: -25px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    width: 50px;
    position: absolute;
    bottom: -25px;
}.reach_out_infou .img_texto {
    position: relative;
    height: 250px;
    overflow: hidden;
    width: 100%;
}.reach_out_infou .img_texto::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
    z-index: 1;
    position: absolute;
    height: 30%;
    width: 100%;
    content: '';
    bottom: 0;
}.reach_out_infou .get_answers7 {
    padding: 30px 35px;
    position: relative;
    background: #ffffff;
}.reach_out_infou .get_answers7::before {
    background-image: 
        linear-gradient(45deg, rgb(240,225,212) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(240,225,212) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(240,225,212) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(240,225,212) 75%);
    top: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    left: 0;
    height: 100%;
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    content: '';
    opacity: 0.03;
}.reach_out_infou .get_answers7 p {
    display: flex;
    font-size: 14px;
    align-items: flex-start;
    transition: transform 0.3s ease;
    position: relative;
    padding-left: 32px;
    color: #000000;
    margin: 0 0 15px;
}.reach_out_infou .get_answers7 p:last-child {
    margin-bottom: 0;
}.reach_out_infou .get_answers7 p svg {
    stroke-linejoin: round;
    background: rgb(222,193,170,0.5);
    width: 20px;
    position: absolute;
    padding: 3px;
    box-sizing: content-box;
    fill: none;
    left: 0;
    height: 20px;
    border-radius: 10px;
    stroke-width: 2;
    transition: all 0.3s ease;
    stroke: rgb(222,193,170);
    top: 3px;
    transform: rotate(45deg);
    stroke-linecap: round;
}.reach_out_infou .get_answers7 p:hover {
    transform: translateX(5px);
}.reach_out_infou .get_answers7 p:hover svg {
    transform: rotate(0deg);
    background: rgb(222,193,170);
    stroke: #ffffff;
}.reach_out_infou .get_answers7 p svg path {
    stroke-dasharray: 40;
    animation: drawIcon 1s forwards ease-out;
    stroke-dashoffset: 40;
}.reach_out_infou .get_answers7 p:nth-child(1) svg path {
    animation-delay: 0.1s;
}.reach_out_infou .get_answers7 p:nth-child(2) svg path {
    animation-delay: 0.2s;
}.reach_out_infou .get_answers7 p:nth-child(3) svg path {
    animation-delay: 0.3s;
}.reach_out_infou .get_answers7 p:nth-child(4) svg path {
    animation-delay: 0.4s;
}.reach_out_infou .get_answers7 p:nth-child(5) svg path {
    animation-delay: 0.5s;
}@keyframes drawIcon {
    to {
        stroke-dashoffset: 0;
    }
}
.reach_out_infou .get_answers7 p span {
    position: relative;
    z-index: 1;
}.reach_out_infou .get_answers7 p a {
    position: relative;
    transition: color 0.3s ease;
    color: rgb(222,193,170);
    text-decoration: none;
}.reach_out_infou .get_answers7 p a::after {
    background: rgb(222,193,170);
    transition: width 0.3s ease;
    left: 0;
    width: 0;
    bottom: -2px;
    content: '';
    height: 1px;
    position: absolute;
}.reach_out_infou .get_answers7 p a:hover {
    color: rgb(199,161,128);
}.reach_out_infou .get_answers7 p a:hover::after {
    width: 100%;
}.reach_out_infou .assist_form6 {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 25px;
    padding-top: 25px;
}.reach_out_infou .edu_talkc {
    position: relative;
    padding-left: 32px;
    align-items: center;
    font-size: 20px;
    display: flex;
    font-weight: 600;
    color: #000000;
    margin: 0 0 15px;
}.reach_out_infou .edu_talkc svg {
    top: 3px;
    box-sizing: content-box;
    padding: 3px;
    background: rgb(199,161,128,0.5);
    transform: rotate(45deg);
    stroke: rgb(199,161,128);
    transition: all 0.3s ease;
    left: 0;
    stroke-width: 2;
    height: 20px;
    stroke-linecap: round;
    stroke-linejoin: round;
    border-radius: 10px;
    position: absolute;
    width: 20px;
    fill: none;
}.reach_out_infou .edu_talkc:hover svg {
    transform: rotate(0deg);
}.reach_out_infou .support_requestl {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    display: grid;
    gap: 10px;
}.reach_out_infou .talk_formd {
    display: flex;
    color: #000000;
    background: rgb(240,225,212);
    padding: 10px 15px 10px 30px;
    border-radius: 10px;
    font-size: calc(14px - 2px);
    align-items: center;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}.reach_out_infou .talk_formd:hover {
    color: #000000;
    background: rgb(222,193,170,0.5);
    transform: translateY(-2px);
}.reach_out_infou .talk_formd::before {
    content: '';
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transition: transform 0.3s ease;
    left: 0;
    width: 3px;
    background: rgb(199,161,128);
    height: 100%;
}.reach_out_infou .talk_formd:hover::before {
    transform: scaleY(1);
}.reach_out_infou .talk_formd svg {
    stroke-width: 2;
    transform: translateY(-50%);
    position: absolute;
    opacity: 0.8;
    top: 50%;
    width: 14px;
    stroke-linejoin: round;
    stroke-linecap: round;
    height: 14px;
    transition: all 0.3s ease;
    left: 10px;
    stroke: rgb(199,161,128);
    fill: none;
}.reach_out_infou .talk_formd:hover svg {
    transform: translateY(-50%) rotate(15deg);
    stroke: #000000;
    opacity: 1;
}@keyframes gridPulse {
    0%, 100% {
        opacity: 0.02;
    }
    50% {
        opacity: 0.05;
    }
}
.reach_out_infou::before,
.reach_out_infou::after,
.reach_out_infou .talk_answerO::before,
.reach_out_infou .talk_answerO::after,
.reach_out_infou .get_answers7::before {
    animation: gridPulse 10s infinite alternate;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {.reach_out_infou {
    padding: 50px 0;
}.reach_out_infou .message_infoU {
    flex-wrap: wrap;
    flex-direction: row;
}.reach_out_infou .talk_answerO {
    width: 100%;
    padding: 20px 30px;
}.reach_out_infou .talk_answerO svg {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}.reach_out_infou .img_texto {
    height: auto;
    min-height: 300px;
    width: 40%;
}.reach_out_infou .get_answers7 {
    padding: 25px 30px;
    width: 60%;
}.reach_out_infou .get_answers7 p svg {
    height: 18px;
    width: 18px;
}.reach_out_infou .assist_form6 {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px 30px;
    width: 100%;
    margin-top: 0;
}.reach_out_infou .edu_talkc svg {
    height: 18px;
    width: 18px;
}.reach_out_infou .support_requestl {
    grid-template-columns: repeat(3, 1fr);
}
}
@media screen and (max-width: 767px) {.reach_out_infou {
    padding: 40px 0;
}.reach_out_infou .talk_answerO {
    font-size: calc(23px - 2px);
    padding: 20px 25px;
}.reach_out_infou .talk_answerO svg {
    margin-right: 8px;
    height: 20px;
    width: 20px;
}.reach_out_infou .img_texto {
    height: 200px;
}.reach_out_infou .get_answers7 {
    padding: 25px;
}.reach_out_infou .get_answers7 p {
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: calc(14px - 1px);
}.reach_out_infou .get_answers7 p svg {
    width: 16px;
    top: 3px;
    height: 16px;
}.reach_out_infou .assist_form6 {
    padding-top: 20px;
    margin-top: 20px;
}.reach_out_infou .edu_talkc {
    font-size: calc(20px - 1px);
    padding-left: 28px;
}.reach_out_infou .edu_talkc svg {
    width: 16px;
    top: 2px;
    height: 16px;
}.reach_out_infou .support_requestl {
    grid-template-columns: 1fr;
}.reach_out_infou .talk_formd {
    padding: 8px 12px 8px 28px;
}.reach_out_infou .talk_formd svg {
    left: 8px;
    height: 12px;
    width: 12px;
}}.program_structureD {
    background: linear-gradient(135deg, rgb(240,225,212) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
}.program_structureD::before {
    right: -5%;
    filter: blur(30px);
    width: 40%;
    z-index: 0;
    opacity: 0.7;
    top: -10%;
    content: "";
    height: 80%;
    transform: rotate(-15deg) skewX(15deg);
    position: absolute;
    background: linear-gradient(145deg, rgb(222,193,170,0.5) 0%, transparent 80%);
}.program_structureD::after {
    height: 60%;
    background: linear-gradient(225deg, rgb(199,161,128,0.5) 0%, transparent 85%);
    content: "";
    opacity: 0.6;
    transform: rotate(25deg) skewX(-15deg);
    left: -5%;
    bottom: -5%;
    z-index: 0;
    position: absolute;
    width: 30%;
    filter: blur(20px);
}.program_structureD .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 25px;
    position: relative;
    max-width: 1200px;
}.program_structureD h2 {
    font-size: calc(29px * 1.1);
    position: relative;
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
    transform: translateX(-5px);
    margin-bottom: 50px;
}.program_structureD h2::before {
    height: 4px;
    position: absolute;
    left: 0;
    transform-origin: left center;
    width: 80px;
    content: "";
    bottom: -15px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(90deg, rgb(222,193,170) 0%, rgb(199,161,128) 100%);
}.program_structureD h2:hover::before {
    transform: scaleX(1.5);
}.program_structureD .program_guideE {
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
    display: grid;
}.program_structureD .img_texto {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    height: 300px;
    position: relative;
    border-radius: 27px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}.program_structureD .img_texto::before {
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    z-index: 1;
    background: linear-gradient(
        to bottom right,
        rgba(var(--primary-color-rgb), 0.2),
        transparent 50%,
        rgba(var(--secondary-color-rgb), 0.2)
    );
    position: absolute;
}.program_structureD .img_texto::after {
    animation: shine 6s infinite cubic-bezier(0.22, 1, 0.36, 1);
    width: 200%;
    height: 200%;
    z-index: 2;
    position: absolute;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    content: "";
    left: -100%;
    top: -100%;
}.program_structureD .text_scrollk {
    position: relative;
    padding: 20px 0;
}.program_structureD .description {
    overflow-y: auto;
    color: #000000;
    max-height: 300px;
    line-height: 1.7;
    padding-right: 15px;
    font-size: 14px;
    margin-bottom: 20px;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0);
    position: relative;
}.program_structureD .description:first-of-type {
    position: relative;
}.program_structureD .description:first-of-type::after {
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgb(199,161,128,0.5) 0%, transparent 100%);
    bottom: 0;
    content: "";
    position: absolute;
    width: 60%;
}.program_structureD .text_scrollk::before {
    left: -20px;
    top: 0;
    background: linear-gradient(to bottom, rgb(222,193,170), transparent);
    height: 70%;
    transform-origin: top center;
    width: 4px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    content: "";
    transform: scaleY(0.7);
}.program_structureD .text_scrollk:hover::before {
    transform: scaleY(1);
}.program_structureD .description::-webkit-scrollbar {
    width: 4px;
}.program_structureD .description::-webkit-scrollbar-track {
    background: #ffffff;
}.program_structureD .description::-webkit-scrollbar-thumb {
    background: rgb(199,161,128,0.5);
    border-radius: 10px;
}

@keyframes shine {
    0% {
        transform: translate(-100%, -100%) rotate(45deg);
    }
    20% {
        transform: translate(100%, 100%) rotate(45deg);
    }
    100% {
        transform: translate(100%, 100%) rotate(45deg);
    }
}

@media (min-width: 768px) {.program_structureD {
    padding: 150px 0;
}.program_structureD h2 {
    max-width: 80%;
    font-size: calc(29px * 1.2);
    margin-left: 60px;
}.program_structureD h2::before {
    bottom: 50%;
    width: 100px;
    left: -60px;
}.program_structureD .program_guideE {
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
    gap: 50px;
}.program_structureD .img_texto {
    height: 450px;
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
}.program_structureD .text_scrollk {
    padding: 0 30px;
}.program_structureD .description {
    max-height: 450px;
}
}

@media (min-width: 992px) {.program_structureD .container {
    padding: 0 50px;
}.program_structureD h2 {
    font-size: calc(29px * 1.3);
    margin-bottom: 70px;
    margin-left: 80px;
}.program_structureD h2::before {
    width: 120px;
    left: -80px;
    height: 5px;
}.program_structureD .img_texto {
    transform: perspective(1500px) rotateX(4deg) rotateY(-4deg);
    height: 500px;
}.program_structureD .img_texto:hover {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1500px) rotateX(2deg) rotateY(-2deg) translateY(-10px);
}.program_structureD .text_scrollk {
    padding: 0 50px 0 20px;
}.program_structureD .description {
    font-size: calc(14px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.program_structureD h2 {
    font-size: calc(29px * 1.4);
    margin-left: 100px;
}.program_structureD h2::before {
    left: -100px;
    width: 150px;
}.program_structureD .program_guideE {
    grid-template-columns: 1fr 1.7fr;
    gap: 70px;
}.program_structureD .img_texto {
    height: 550px;
}.program_structureD .description {
    max-height: 550px;
    margin-bottom: 25px;
}}.leadership_profile8 {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(240,225,212) 0%, rgba(0, 0, 0, 0.5) 100%);
}.leadership_profile8::before {
    left: 0;
    background: conic-gradient(from 45deg at 50% 50%, transparent 0deg, rgb(222,193,170,0.5) 90deg, transparent 180deg, rgb(199,161,128,0.5) 270deg, transparent 360deg);
    width: 100%;
    content: "";
    height: 100%;
    animation: rotateBg 30s linear infinite;
    opacity: 0.2;
    top: 0;
    position: absolute;
}@keyframes rotateBg {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.leadership_profile8 .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 1.5rem;
    max-width: 1200px;
}.leadership_profile8 .user_ratingsn {
    grid-template-areas:
        "photo quote"
        "photo name"
        "photo job";
    transition: transform 0.3s ease;
    padding: 3rem;
    display: grid;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: minmax(250px, 35%) 1fr;
    border-radius: 15px;
    backdrop-filter: blur(8px);
    grid-gap: 1.5rem;
    background-color: rgba(0, 0, 0, 0.5);
}.leadership_profile8 .user_ratingsn:hover {
    transform: perspective(1000px) rotateX(0);
}.leadership_profile8 .img_texto {
    height: 100%;
    min-height: 350px;
    transform: translateZ(20px);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    grid-area: photo;
    border-radius: 15px;
    transition: transform 0.3s ease;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}.leadership_profile8 .user_ratingsn:hover .img_texto {
    transform: translateZ(30px);
}.leadership_profile8 .name {
    transform: translateZ(10px);
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 36px;
    grid-area: name;
}.leadership_profile8 .user_ratingsn span:not(.name) {
    font-weight: 600;
    grid-area: job;
    color: rgb(199,161,128);
    margin-bottom: 1rem;
    font-size: 18px;
    transform: translateZ(5px);
}.leadership_profile8 .work_viewZ {
    color: #ffffff;
    position: relative;
    padding: 1.5rem;
    border-radius: 10px;
    transform: translateZ(15px);
    font-size: 13px;
    border-left: 4px solid rgb(222,193,170);
    grid-area: quote;
    line-height: 1.6;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}.leadership_profile8 .work_viewZ::before {
    mix-blend-mode: overlay;
    height: 100%;
    background: linear-gradient(90deg, rgb(222,193,170,0.5) 0%, transparent 100%);
    border-radius: 10px;
    top: 0;
    position: absolute;
    opacity: 0.1;
    content: "";
    left: 0;
    width: 100%;
}

@media (max-width: 991px) {.leadership_profile8 .user_ratingsn {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
            "photo photo"
            "name job"
            "quote quote";
}.leadership_profile8 .img_texto {
    clip-path: polygon(0 0, 100% 0, 95% 95%, 5% 95%);
    min-height: 300px;
}
}

@media (max-width: 767px) {.leadership_profile8 {
    padding: 3rem 0;
}.leadership_profile8 .user_ratingsn {
    grid-template-columns: 1fr;
    grid-template-areas:
            "img_texto"
            "name"
            "job_expo"
            "work_viewZ";
    padding: 2rem;
}.leadership_profile8 .img_texto {
    min-height: 250px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}}header {
    overflow: visible;
    width: 100%;
    background: linear-gradient(to bottom, rgb(240,225,212), rgba(0, 0, 0, 0.5));
    z-index: 99;
    position: relative;
}header::before {
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.1;
    height: 100%;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    position: absolute;
    content: "";
}header .nav_classn {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    align-items: center;
    position: relative;
}header .nav_classn::before {
    position: absolute;
    height: 1px;
    content: "";
    left: 10%;
    width: 80%;
    background: linear-gradient(to right, transparent, rgb(222,193,170), transparent);
    bottom: 0;
}header .nav_classn .top_trainy {
    position: relative;
    z-index: 2;
    margin-right: 40px;
}header .nav_classn .top_trainy .main_headi {
    display: block;
    position: relative;
    padding: 5px;
}header .nav_classn .top_trainy .main_headi::before {
    background: rgba(0, 0, 0, 0.5);
    top: -5px;
    content: "";
    z-index: -1;
    transform: scale(0.9);
    left: -5px;
    position: absolute;
    right: -5px;
    border-radius: 10px;
    bottom: -5px;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}header .nav_classn .top_trainy .main_headi:hover::before {
    transform: scale(1);
    opacity: 0.1;
}header .nav_classn .top_trainy .main_headi svg {
    width: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: 45px;
}header .nav_classn .top_proP {
    margin: 0;
    padding: 0;
    list-style: none;
    perspective: 1000px;
    display: flex;
}header .nav_classn .top_proP .main_pagea {
    position: relative;
    margin: 0;
    transform-style: preserve-3d;
}header .nav_classn .top_proP .main_pagea a {
    font-weight: 600;
    transition: color 0.3s ease, transform 0.3s ease;
    padding: 12px 20px;
    display: block;
    transform-style: preserve-3d;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.5px;
    text-decoration: none;
    background: linear-gradient(to bottom, transparent, transparent);
    text-transform: uppercase;
}header .nav_classn .top_proP .main_pagea a::before,
header .nav_classn .top_proP .main_pagea a::after {
    width: 100%;
    left: 0;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all 0.3s ease;
    content: "";
}header .nav_classn .top_proP .main_pagea a::before {
    opacity: 0;
    transform: translateZ(-1px) rotateX(10deg);
    background: linear-gradient(to bottom, rgb(222,193,170,0.5), transparent);
    transform-origin: top center;
}header .nav_classn .top_proP .main_pagea a::after {
    transform-origin: bottom center;
    opacity: 0;
    transform: translateZ(-2px) rotateX(-10deg);
    background: linear-gradient(to top, rgb(199,161,128,0.5), transparent);
}header .nav_classn .top_proP .main_pagea:hover a {
    color: rgb(222,193,170);
    transform: translateZ(10px);
}header .nav_classn .top_proP .main_pagea:hover a::before,
header .nav_classn .top_proP .main_pagea:hover a::after {
    opacity: 0.1;
}header .nav_classn .top_proP .main_pagea:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}header .nav_classn .top_proP .main_pagea:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

@media (max-width: 992px) {header .nav_classn {
    padding: 15px;
    flex-direction: column;
}header .nav_classn .top_trainy {
    margin: 0 0 15px 0;
}header .nav_classn .top_proP {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    perspective: none;
}header .nav_classn .top_proP .main_pagea a {
    font-size: calc(16px - 1px);
    transform-style: flat;
    padding: 10px 15px;
}header .nav_classn .top_proP .main_pagea:hover a {
    transform: none;
}header .nav_classn .top_proP .main_pagea a::before,
    header .nav_classn .top_proP .main_pagea a::after {
    display: none;
}
}

@media (max-width: 767px) {header .nav_classn .top_proP .main_pagea a {
    font-size: calc(16px - 2px);
    padding: 8px 12px;
}}.price_row7 {
    background: #ffffff;
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
}.price_row7::before {
    filter: blur(30px);
    top: -150px;
    background: linear-gradient(135deg, rgb(222,193,170,0.5), transparent);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    position: absolute;
    z-index: 1;
    width: 400px;
    animation: float 15s ease-in-out infinite alternate;
    opacity: 0.6;
    height: 400px;
    right: -100px;
    content: '';
}.price_row7::after {
    filter: blur(25px);
    height: 300px;
    z-index: 1;
    content: '';
    left: -50px;
    background: linear-gradient(135deg, rgb(199,161,128,0.5), transparent);
    width: 300px;
    position: absolute;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    opacity: 0.5;
    bottom: -100px;
    animation: float 18s ease-in-out infinite alternate-reverse;
}.price_row7 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 15px;
}.price_row7 .payment_schemem {
    display: flex;
    flex-direction: column;
}.price_row7 .package_pricingp {
    transform: translateY(20px);
    margin-bottom: 3rem;
    text-align: center;
    opacity: 0;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
}.price_row7 .package_pricingp h2 {
    color: #000000;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}.price_row7 .package_pricingp h2::after {
    background: rgb(222,193,170);
    content: '';
    height: 3px;
    bottom: -10px;
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    position: absolute;
}.price_row7 .value_rates3 {
    max-width: 700px;
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
    margin: 1.5rem auto 0;
}.price_row7 .lesson_fees6 {
    margin-top: 2rem;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.price_row7 .program_priceb {
    display: block;
    transform: translateY(30px);
    opacity: 0;
    position: relative;
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
}.price_row7 .program_priceb:nth-child(2) {
    animation-delay: 0.5s;
}.price_row7 .program_priceb:nth-child(3) {
    animation-delay: 0.6s;
}.price_row7 .program_priceb:nth-child(4) {
    animation-delay: 0.7s;
}.price_row7 .program_priceb:hover {
    transform: translateY(-10px);
}.price_row7 .rate_packagesa {
    height: 100%;
    flex-direction: column;
    transition: all 0.4s ease;
    border-radius: 4px;
    position: relative;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    display: flex;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
}.price_row7 .program_priceb:hover .rate_packagesa {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.price_row7 .fee_offersd {
    flex-grow: 1;
    display: flex;
    position: relative;
    z-index: 2;
    flex-direction: column;
    padding: 2.5rem 2rem;
}.price_row7 .fee_offersd h3 {
    position: relative;
    transition: color 0.3s ease;
    font-weight: 700;
    font-size: calc(23px + 2px);
    color: #000000;
    margin-bottom: 1rem;
}.price_row7 .program_priceb:hover .fee_offersd h3 {
    color: rgb(222,193,170);
}.price_row7 .pricing_catalogB {
    display: inline-block;
    color: rgb(222,193,170);
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: calc(23px + 4px);
    padding-bottom: 10px;
    position: relative;
}.price_row7 .pricing_catalogB::after {
    width: 40px;
    transition: width 0.3s ease;
    background: rgb(222,193,170,0.5);
    position: absolute;
    height: 2px;
    bottom: 0;
    content: '';
    left: 0;
}.price_row7 .program_priceb:hover .pricing_catalogB::after {
    width: 80px;
}.price_row7 .fee_offersd p {
    color: #000000;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.6;
    margin-bottom: 2rem;
    overflow-wrap: break-word;
    hyphens: auto;
    font-size: 12px;
    flex-grow: 1;
}.price_row7 .img_texto {
    width: 100%;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    height: 200px;
}.price_row7 .img_texto::after {
    right: 0;
    content: '';
    position: absolute;
    opacity: 0;
    transition: opacity 0.4s ease;
    bottom: 0;
    top: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    left: 0;
}.price_row7 .program_priceb:hover .img_texto::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) {.price_row7 .payment_schemem {
    flex-direction: row-reverse;
}.price_row7 .package_pricingp {
    width: 35%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 3rem;
    text-align: left;
}.price_row7 .package_pricingp h2 {
    text-align: left;
}.price_row7 .package_pricingp h2::after {
    left: 0;
    transform: none;
}.price_row7 .value_rates3 {
    margin: 1.5rem 0 0;
}.price_row7 .lesson_fees6 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    width: 65%;
    margin-top: 0;
}
}

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

@media (max-width: 767px) {.price_row7 {
    padding: 4rem 0;
}.price_row7 .fee_offersd {
    padding: 2rem 1.5rem;
}.price_row7 .img_texto {
    height: 180px;
}
}

@media (max-width: 575px) {.price_row7 {
    padding: 3rem 0;
}.price_row7 .package_pricingp h2 {
    font-size: calc(28px - 4px);
}.price_row7 .lesson_fees6 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.price_row7 .fee_offersd {
    padding: 1.5rem 1.25rem;
}.price_row7 .img_texto {
    height: 160px;
}
}

@media (hover: none) {.price_row7 .program_priceb:hover {
    transform: none;
}.price_row7 .program_priceb:hover .rate_packagesa {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.price_row7 .program_priceb:hover .img_texto::after {
    opacity: 0;
}.price_row7 .program_priceb:hover .pricing_catalogB::after {
    width: 40px;
}}.welcome_boardP {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    width: 100%;
    background: linear-gradient(135deg, rgb(240,225,212), rgba(0, 0, 0, 0.5));
    padding: 2rem;
    position: relative;
    overflow: hidden;
    align-items: center;
}.welcome_boardP::before {
    z-index: 1;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, rgb(222,193,170,0.5) 0%, transparent 50%);
    left: 0;
    pointer-events: none;
    width: 100%;
}.welcome_boardP::after {
    content: "";
    height: 10px;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    z-index: 2;
    background: rgb(199,161,128);
}.welcome_boardP .learn_headW {
    animation: fadeInUp 1s forwards 0.3s;
    width: 100%;
    transform: translateY(-20px);
    z-index: 3;
    position: relative;
    opacity: 0;
    max-width: 1200px;
}.welcome_boardP .learn_headW > div {
    gap: 2rem;
    grid-template-columns: 1fr;
    display: grid;
}

@media (min-width: 768px) {.welcome_boardP .learn_headW > div {
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
}}

.welcome_boardP .learn_headW > div > div:first-child {
    z-index: 2;
    animation: slideInLeft 0.8s forwards 0.5s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    opacity: 0;
    align-items: center;
    padding: 2rem;
    transform: translateX(-20px);
    background: #ffffff;
}.welcome_boardP .learn_headW > div > div:first-child::before {
    content: "";
    left: -10px;
    animation: scaleVertical 0.6s forwards 1.2s;
    transform-origin: top;
    background: rgb(222,193,170);
    transform: scaleY(0);
    width: 5px;
    position: absolute;
    height: 60%;
    top: 20px;
}.welcome_boardP h3 {
    font-size: calc(23px * 0.9);
    transition: transform 0.3s ease;
    line-height: 1.6;
    color: #000000;
    margin: 0;
    position: relative;
    font-weight: 600;
}

@media (min-width: 992px) {.welcome_boardP h3 {
    font-size: 23px;
}}

.welcome_boardP .learning_trackJ {
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    animation: slideInRight 0.8s forwards 0.7s;
    transform: translateX(20px);
    opacity: 0;
    height: 400px;
    position: relative;
}

@media (min-width: 768px) {.welcome_boardP .learning_trackJ {
    height: 450px;
}
}

@media (min-width: 992px) {.welcome_boardP .learning_trackJ {
    height: 500px;
}}

.welcome_boardP .learning_trackJ::before {
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.7));
    left: 0;
}.welcome_boardP .learning_trackJ::after {
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
    width: 100%;
    mix-blend-mode: multiply;
    background: rgb(199,161,128,0.5);
    top: 0;
    opacity: 0.2;
}.welcome_boardP .learning_trackJ:hover::after {
    opacity: 0.3;
}.welcome_boardP .learning_trackJ > div {
    padding: 2rem;
    position: absolute;
    left: 0;
    z-index: 2;
    transform: translateY(10px);
    bottom: 0;
    animation: fadeInUp 0.8s forwards 1s;
    width: 100%;
    opacity: 0;
}.welcome_boardP .learning_trackJ p {
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: calc(18px * 1.1);
    padding-left: 15px;
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 400;
}.welcome_boardP .learning_trackJ p::before {
    left: 0;
    background: rgb(199,161,128);
    height: 8px;
    top: 50%;
    position: absolute;
    content: "";
    transform: translateY(-50%);
    width: 8px;
    border-radius: 50%;
}.welcome_boardP .title_style_header {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: calc(39px * 0.85);
    transition: transform 0.4s ease;
    margin: 0;
    position: relative;
    color: #ffffff;
    transform: scale(1);
    line-height: 1.3;
    font-weight: 700;
}

@media (min-width: 768px) {.welcome_boardP .title_style_header {
    font-size: 39px;
}}

.welcome_boardP .title_style_header:hover {
    transform: scale(1.02);
}.welcome_boardP .title_style_header::after {
    height: 4px;
    background: rgb(199,161,128);
    width: 80px;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    bottom: -15px;
    content: "";
    animation: scaleHorizontal 0.6s forwards 1.5s;
    transform-origin: left;
}

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

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

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

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

@media (max-width: 767px) {.welcome_boardP {
    min-height: auto;
    padding: 1rem;
}.welcome_boardP .learn_headW > div {
    gap: 1.5rem;
}.welcome_boardP .learn_headW > div > div:first-child {
    padding: 1.5rem;
}.welcome_boardP h3 {
    font-size: calc(16px * 1.1);
}.welcome_boardP .learning_trackJ {
    height: 350px;
}.welcome_boardP .learning_trackJ > div {
    padding: 1.5rem;
}.welcome_boardP .learning_trackJ p {
    font-size: 18px;
}.welcome_boardP .title_style_header {
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 480px) {.welcome_boardP {
    padding: 1rem 0.5rem;
}.welcome_boardP .learning_trackJ {
    height: 300px;
}.welcome_boardP .learn_headW > div > div:first-child {
    padding: 1rem;
}.welcome_boardP h3 {
    font-size: 16px;
}}

.welcome_boardP .learn_headW:hover > div > div:first-child {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.4s ease;
}.title_page.learn_titleU {
    perspective: 1000px;
}.metrics_summaryJ {
    overflow: hidden;
    padding: 5rem 0;
    background: rgb(240,225,212);
    position: relative;
}.metrics_summaryJ::before {
    left: 0;
    height: 100%;
    opacity: 0.15;
    background: linear-gradient(135deg, 
        rgb(222,193,170,0.5) 0%,
        transparent 30%,
        rgb(199,161,128,0.5) 70%,
        transparent 100%);
    position: absolute;
    content: "";
    top: 0;
    z-index: 0;
    width: 100%;
}.metrics_summaryJ h3 {
    transform: perspective(1000px) translateZ(20px);
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    text-align: center;
    font-size: 31px;
    color: #000000;
    font-weight: 700;
    position: relative;
}.metrics_summaryJ h3::after {
    content: "";
    transform: translateX(-50%);
    width: 80px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(222,193,170), rgb(199,161,128));
    box-shadow: 0 2px 10px rgb(222,193,170,0.5);
    height: 4px;
    left: 50%;
    position: absolute;
    bottom: -12px;
}.metrics_summaryJ .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
}.metrics_summaryJ ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}.metrics_summaryJ .statistics_prosQ {
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 10px;
    align-items: center;
    background: linear-gradient(145deg, 
        #ffffff 0%, 
        rgb(255, 255, 255, 0.5) 100%);
    min-height: 180px;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    transform: translateY(0);
    box-shadow: 12px 12px 24px rgba(0,0,0,0.05),
                -8px -8px 20px #ffffff,
                inset 2px 2px 5px rgba(255,255,255,0.7),
                inset -2px -2px 5px rgba(0,0,0,0.05);
    position: relative;
    padding: 2rem 1.5rem;
}.metrics_summaryJ .statistics_prosQ::before {
    content: "";
    height: 40px;
    top: -10px;
    filter: blur(20px);
    border-radius: 50%;
    opacity: 0.5;
    position: absolute;
    left: -10px;
    transition: all 0.5s ease;
    width: 40px;
    background: rgb(222,193,170,0.5);
}.metrics_summaryJ .statistics_prosQ:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 15px 15px 30px rgba(0,0,0,0.07),
                -12px -12px 24px #ffffff,
                inset 2px 2px 5px rgba(255,255,255,0.7),
                inset -2px -2px 5px rgba(0,0,0,0.05);
}.metrics_summaryJ .statistics_prosQ:hover::before {
    transform: scale(3);
    opacity: 0.2;
}.metrics_summaryJ .statistics_prosQ span {
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease;
    z-index: 2;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    position: relative;
    display: block;
    margin-bottom: 1rem;
}.metrics_summaryJ .statistics_prosQ p {
    transition: all 0.4s ease;
    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
    -webkit-text-fill-color: transparent;
    font-family: Arial, sans-serif;
    font-size: 3rem;
    z-index: 2;
    font-weight: 700;
    color: rgb(222,193,170);
    position: relative;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    margin: 0;
    background: linear-gradient(135deg, rgb(222,193,170), rgb(199,161,128));
}.metrics_summaryJ .statistics_prosQ:nth-child(odd) {
    transform: perspective(800px) rotateY(2deg);
}.metrics_summaryJ .statistics_prosQ:nth-child(even) {
    transform: perspective(800px) rotateY(-2deg);
}.metrics_summaryJ .statistics_prosQ:hover:nth-child(odd),
.metrics_summaryJ .statistics_prosQ:hover:nth-child(even) {
    transform: perspective(800px) rotateY(0) translateY(-8px);
}.metrics_summaryJ .statistics_prosQ::after {
    bottom: 0;
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    height: 5px;
    transition: transform 0.5s ease, opacity 0.3s ease;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    background: linear-gradient(90deg, 
        rgb(222,193,170) 0%, 
        rgb(199,161,128) 100%);
}.metrics_summaryJ .statistics_prosQ:hover::after {
    transform: scaleX(1);
    opacity: 1;
}

@media (min-width: 992px) {.metrics_summaryJ ul {
    grid-template-columns: repeat(4, 1fr);
}.metrics_summaryJ .statistics_prosQ {
    min-height: 200px;
}.metrics_summaryJ .statistics_prosQ:nth-child(3n+1) {
    transform: perspective(1000px) rotateY(3deg) translateZ(10px);
}.metrics_summaryJ .statistics_prosQ:nth-child(3n+2) {
    transform: perspective(1000px) rotateX(1deg) translateZ(15px);
}.metrics_summaryJ .statistics_prosQ:nth-child(3n+3) {
    transform: perspective(1000px) rotateY(-3deg) translateZ(10px);
}.metrics_summaryJ .statistics_prosQ:hover:nth-child(3n+1),
    .metrics_summaryJ .statistics_prosQ:hover:nth-child(3n+2),
    .metrics_summaryJ .statistics_prosQ:hover:nth-child(3n+3) {
    transform: perspective(1000px) rotateY(0) rotateX(0) translateZ(20px) translateY(-8px);
}
}

@media (max-width: 991px) {.metrics_summaryJ ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.metrics_summaryJ .statistics_prosQ p {
    font-size: 2.5rem;
}
}

@media (max-width: 768px) {.metrics_summaryJ {
    padding: 4rem 0;
}.metrics_summaryJ h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 2rem;
}.metrics_summaryJ ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
}.metrics_summaryJ .statistics_prosQ {
    min-height: 160px;
    padding: 1.5rem 1rem;
}.metrics_summaryJ .statistics_prosQ p {
    font-size: 2.2rem;
}
}

@media (max-width: 576px) {.metrics_summaryJ {
    padding: 3rem 0;
}.metrics_summaryJ h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 1.5rem;
}.metrics_summaryJ ul {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 320px;
}.metrics_summaryJ .statistics_prosQ {
    min-height: 140px;
}.metrics_summaryJ .statistics_prosQ span {
    font-size: 0.95rem;
}.metrics_summaryJ .statistics_prosQ p {
    font-size: 2rem;
}.metrics_summaryJ .statistics_prosQ:nth-child(odd),
    .metrics_summaryJ .statistics_prosQ:nth-child(even) {
    transform: none;
}.metrics_summaryJ .statistics_prosQ:hover:nth-child(odd),
    .metrics_summaryJ .statistics_prosQ:hover:nth-child(even) {
    transform: translateY(-5px);
}}.cookie_popup_displayh {
    border-top: 2px solid rgb(222,193,170);
    bottom: 0;
    z-index: 90;
    animation: slideIn 0.5s ease-in-out;
    box-shadow: 0 -10px 30px rgb(222,193,170,0.5);
    background: rgb(199,161,128);
    width: 100%;
    position: fixed;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.user_choicesQ {
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, rgb(199,161,128) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 20px 5%;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 20px rgb(222,193,170,0.5);
}.track_eduY {
    box-shadow: 0 0 15px rgb(222,193,170);
    padding: 10px;
    overflow: hidden;
    margin-right: 20px;
    background: rgba(0, 0, 0, 0.5);
    flex-shrink: 0;
    border-radius: 12px;
}.track_eduY svg, .track_eduY svg path {
    transition: transform 0.3s ease;
    width: 60px;
    fill: rgb(222,193,170);
    height: 60px;
}.track_eduY:hover svg {
    transform: rotate(20deg);
}.cookie_windowA {
    min-width: 300px;
    flex: 1;
    color: #ffffff;
}.cookie_windowA h5 {
    text-shadow: 0 0 10px rgb(222,193,170);
    color: rgb(222,193,170);
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 10px;
}.cookie_windowA p {
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 0;
    text-shadow: 0 0 5px rgb(222,193,170,0.5);
}.cookie_optionX {
    text-decoration: none;
    background: rgb(222,193,170);
    color: #000000;
    box-shadow: 0 0 10px rgb(222,193,170,0.5);
    font-size: 15px;
    border-radius: 10px;
    margin-left: 10px;
    padding: 12px 25px;
    white-space: nowrap;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}.cookie_optionX:hover {
    box-shadow: 0 0 20px rgb(199,161,128,0.5);
    background: rgb(199,161,128);
}.cookie_popup_displayh p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(222,193,170);
}.cookie_popup_displayh p a:hover {
    color: rgb(199,161,128);
}#cookie_alert_window7 {
    display: none;
}#cookie_alert_window7:checked ~ .cookie_popup_displayh {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie_popup_displayh {
    padding: 20px;
}.user_choicesQ {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.track_eduY {
    display: none;
}.user_choicesQ {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_windowA {
    text-align: center;
    margin-bottom: 20px;
}.cookie_popup_displayh h5, .cookie_popup_displayh p {
    text-align: center;
}.cookie_optionX {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
    text-align: center;
}}
.meet_usl {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.meet_usl::before {
    position: absolute;
    backdrop-filter: blur(3px);
    z-index: 1;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(222,193,170,0.5), rgba(0, 0, 0, 0.5) 85%);
    top: 0;
}.meet_usl::after {
    height: 80%;
    transform: rotate(25deg);
    animation: float 18s ease-in-out infinite alternate;
    width: 35%;
    z-index: 1;
    opacity: 0.15;
    top: -15%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    right: -10%;
    background: rgb(199,161,128,0.5);
    position: absolute;
    content: "";
}.meet_usl .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
}.meet_usl .text_scrollk {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-left: auto;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    max-width: 90%;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    padding: 60px 50px;
    transform: translateY(0);
}.meet_usl .text_scrollk::before {
    content: "";
    left: -20px;
    position: absolute;
    animation: expandLine 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    width: 5px;
    height: 70%;
    transform: scaleY(0);
    animation-delay: 0.5s;
    transform-origin: top;
    background: rgb(222,193,170);
    top: 40px;
}.meet_usl .text_scrollk::after {
    width: 120px;
    height: 120px;
    border-bottom: 3px solid rgb(199,161,128,0.5);
    position: absolute;
    z-index: -1;
    opacity: 0.6;
    right: 30px;
    bottom: 30px;
    content: "";
    border-right: 3px solid rgb(199,161,128,0.5);
}.meet_usl h1 {
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    transition: transform 0.4s ease;
    letter-spacing: -0.5px;
    color: rgb(222,193,170);
    transform: translateX(0);
    font-size: 41px;
}.meet_usl h1::after {
    position: absolute;
    animation: expandWidth 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    bottom: -10px;
    left: 0;
    width: 80px;
    background: linear-gradient(to right, rgb(222,193,170), rgb(199,161,128));
    content: "";
    height: 3px;
    transform-origin: left;
}.meet_usl ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.meet_usl li {
    animation: fadeInUp 0.8s ease forwards;
    opacity: 0;
    margin-bottom: 15px;
    animation-delay: 0.8s;
}.meet_usl li:first-child {
    margin-bottom: 25px;
    animation-delay: 0.6s;
}.meet_usl h4 {
    display: inline-block;
    margin: 0 0 5px;
    color: #000000;
    font-size: calc(21px * 1.1);
    position: relative;
    font-weight: 600;
}.meet_usl h4::before {
    height: 1px;
    transform-origin: left;
    background: rgb(199,161,128,0.5);
    bottom: -2px;
    transition: transform 0.3s ease;
    width: 100%;
    transform: scaleX(0);
    content: "";
    position: absolute;
    left: 0;
}.meet_usl h4:hover::before {
    transform: scaleX(1);
}.meet_usl span {
    color: #000000;
    text-align: justify;
    max-width: 100%;
    display: block;
    column-count: 2;
    font-size: 12px;
    line-height: 1.8;
    column-rule: 1px solid rgb(199,161,128,0.5);
    column-gap: 40px;
}.meet_usl .text_scrollk:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2);
}.meet_usl .text_scrollk:hover h1 {
    transform: translateX(5px);
}

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

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

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

@keyframes float {
  0% { transform: rotate(25deg) translateY(0); }
  50% { transform: rotate(22deg) translateY(15px); }
  100% { transform: rotate(25deg) translateY(0); }
}

@media (max-width: 1200px) {.meet_usl {
    padding: 100px 0;
}.meet_usl .text_scrollk {
    max-width: 95%;
    padding: 50px 40px;
}.meet_usl span {
    column-count: 2;
    column-gap: 30px;
}
}

@media (max-width: 992px) {.meet_usl {
    padding: 80px 0;
}.meet_usl::after {
    right: -15%;
    width: 40%;
}.meet_usl .text_scrollk {
    max-width: 100%;
    padding: 40px 30px;
}.meet_usl h1 {
    font-size: calc(41px * 0.9);
}.meet_usl span {
    column-count: 2;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 768px) {.meet_usl {
    padding: 60px 0;
}.meet_usl::after {
    display: none;
}.meet_usl .text_scrollk {
    padding: 35px 25px;
}.meet_usl .text_scrollk::before {
    height: 60%;
    left: -10px;
}.meet_usl h1 {
    font-size: calc(41px * 0.85);
    margin-bottom: 25px;
}.meet_usl h1::after {
    width: 60px;
}.meet_usl span {
    line-height: 1.7;
    column-count: 1;
}
}

@media (max-width: 576px) {.meet_usl {
    padding: 50px 0;
}.meet_usl .container {
    padding: 0 20px;
}.meet_usl .text_scrollk {
    padding: 30px 20px;
}.meet_usl .text_scrollk::after {
    right: 15px;
    width: 80px;
    bottom: 15px;
    height: 80px;
}.meet_usl h1 {
    margin-bottom: 20px;
    font-size: calc(41px * 0.8);
}.meet_usl h4 {
    font-size: 21px;
}.meet_usl span {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}}.contact_sectione {
    overflow: hidden;
    position: relative;
    background: #ffffff;
    padding: 80px 0;
}.contact_sectione::before {
    background-size: 20px 20px;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    z-index: 0;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}.contact_sectione .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
}.contact_sectione h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 50px;
    color: #000000;
    padding-left: 20px;
    font-size: 38px;
    border-left: 5px solid rgb(222,193,170);
    text-align: left;
}.contact_sectione .inquiry_sectionI {
    display: flex;
    background: #ffffff;
    flex-direction: row-reverse;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.contact_sectione .img_texto {
    position: relative;
    min-height: 500px;
    flex: 0 0 40%;
}.contact_sectione .img_texto::before {
    width: 100%;
    background: rgb(222,193,170,0.5);
    z-index: 1;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    content: "";
    height: 100%;
    position: absolute;
}.contact_sectione .request_request0 {
    flex: 0 0 60%;
    padding: 60px;
    position: relative;
}.contact_sectione .request_request0::after {
    content: "";
    z-index: -1;
    height: 150px;
    top: 0;
    background: rgb(240,225,212);
    width: 150px;
    border-radius: 0 0 0 100%;
    position: absolute;
    right: 0;
}.contact_sectione #contact {
    gap: 30px;
    display: flex;
    flex-direction: column;
}.contact_sectione h3 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 19px;
    color: #000000;
    position: relative;
}.contact_sectione h3::after {
    bottom: -10px;
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    background: rgb(222,193,170);
    width: 40px;
}.contact_sectione input[type="text"] {
    color: #000000;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    font-size: 14px;
    padding: 18px 20px;
    border: none;
    background: rgb(240,225,212);
}.contact_sectione input[type="text"]:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 2px rgb(222,193,170,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
}.contact_sectione input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact_sectione .support_listh {
    gap: 12px;
    margin-top: 5px;
    align-items: center;
    display: flex;
}.contact_sectione .support_listh input[type="checkbox"] {
    height: 22px;
    border: 2px solid rgb(240,225,212);
    border-radius: 10px;
    appearance: none;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    width: 22px;
}.contact_sectione .support_listh input[type="checkbox"]:checked {
    border-color: rgb(222,193,170);
    background: rgb(222,193,170);
}.contact_sectione .support_listh input[type="checkbox"]:checked::after {
    top: 3px;
    width: 6px;
    border: solid #ffffff;
    content: "";
    position: absolute;
    border-width: 0 2px 2px 0;
    left: 7px;
    transform: rotate(45deg);
    height: 11px;
}.contact_sectione .support_listh label {
    line-height: 1.5;
    color: #000000;
    font-size: 14px;
}.contact_sectione .support_listh a {
    transition: all 0.3s ease;
    color: rgb(222,193,170);
    position: relative;
    text-decoration: none;
}.contact_sectione .support_listh a:hover {
    color: rgb(199,161,128);
}.contact_sectione .support_listh a::after {
    bottom: -2px;
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
    height: 1px;
    background: rgb(222,193,170);
    content: "";
    width: 100%;
}.contact_sectione .support_listh a:hover::after {
    background: rgb(199,161,128);
}.contact_sectione .feedback_blockI {
    border: none;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 18px 40px;
    background: rgb(222,193,170);
    margin-top: 20px;
    box-shadow: 0 4px 15px rgb(222,193,170,0.5);
    align-self: flex-start;
    font-size: 16px;
}.contact_sectione .feedback_blockI:hover {
    box-shadow: 0 7px 20px rgb(199,161,128,0.5);
    transform: translateY(-2px);
    background: rgb(199,161,128);
}.contact_sectione svg {
    transition: all 0.3s ease;
    width: 20px;
    fill: rgb(222,193,170);
    height: 20px;
}.contact_sectione svg path {
    fill: rgb(222,193,170);
    transition: all 0.3s ease;
}.contact_sectione svg:hover {
    fill: rgb(199,161,128);
}.contact_sectione svg:hover path {
    fill: rgb(199,161,128);
}

@media (max-width: 992px) {.contact_sectione .inquiry_sectionI {
    flex-direction: column;
}.contact_sectione .img_texto {
    order: 1;
    min-height: 300px;
    flex: 0 0 auto;
}.contact_sectione .request_request0 {
    padding: 50px 40px;
    order: 2;
    flex: 0 0 auto;
}.contact_sectione h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.contact_sectione {
    padding: 60px 0;
}.contact_sectione h2 {
    margin-bottom: 30px;
    font-size: calc(38px - 4px);
}.contact_sectione .request_request0 {
    padding: 40px 30px;
}.contact_sectione #contact {
    gap: 25px;
}.contact_sectione .img_texto {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_sectione {
    padding: 40px 0;
}.contact_sectione .container {
    padding: 0 15px;
}.contact_sectione h2 {
    padding-left: 15px;
    font-size: calc(38px - 6px);
    margin-bottom: 25px;
}.contact_sectione .request_request0 {
    padding: 30px 20px;
}.contact_sectione #contact {
    gap: 20px;
}.contact_sectione input[type="text"] {
    padding: 15px;
}.contact_sectione .feedback_blockI {
    width: 100%;
    padding: 15px 20px;
}.contact_sectione .img_texto {
    min-height: 200px;
}}footer {
    z-index: 1;
    perspective: 1000px;
    position: relative;
}footer::before {
    background: linear-gradient(135deg, rgb(199,161,128,0.5) 0%, rgb(222,193,170,0.5) 100%);
    opacity: 0.9;
    right: 0;
    content: "";
    bottom: 0;
    z-index: -2;
    top: 0;
    position: absolute;
    left: 0;
}footer::after {
    content: "";
    position: absolute;
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    right: 0;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
}.convertera {
    position: relative;
    color: #ffffff;
    padding: 5rem 0 2.5rem;
}.convertera::before {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        90deg,
        rgb(222,193,170) 0px,
        rgb(222,193,170) 40px,
        rgb(199,161,128) 40px,
        rgb(199,161,128) 80px
    );
    content: "";
    height: 20px;
}.convertera .container {
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}.convertera .company_holder {
    transform-style: preserve-3d;
    transform: rotateX(5deg);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: all 0.4s ease;
    border-bottom: 6px solid rgb(222,193,170);
    border-radius: 0;
    flex: 1 1 380px;
    padding: 2rem;
    background: rgb(222,193,170,0.5);
}.convertera .company_holder:hover {
    transform: rotateX(0deg);
}.convertera .company_holder h3 {
    transform: translateZ(20px);
    color: #ffffff;
    margin: 0 0 1.5rem;
    font-size: 30px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
}.convertera .company_holder h3::before {
    border-left: 3px solid #ffffff;
    top: -10px;
    width: 30px;
    content: "";
    border-top: 3px solid #ffffff;
    height: 30px;
    left: -10px;
    position: absolute;
}.convertera .company_holder h3::after {
    width: 30px;
    right: -10px;
    position: absolute;
    border-bottom: 3px solid #ffffff;
    bottom: -10px;
    border-right: 3px solid #ffffff;
    height: 30px;
    content: "";
}.convertera .desktop_appI {
    font-size: 17px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 1.5rem;
    line-height: 1.6;
    transform: translateZ(10px);
}.convertera .edu_linksq {
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
}.convertera .head_skillQ {
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
}.convertera .top_proP {
    flex: 1 1 calc(50% - 1.5rem);
    position: relative;
    min-width: 220px;
    transform-style: preserve-3d;
    transform: rotateX(-5deg);
    transition: all 0.4s ease;
}.convertera .top_proP:hover {
    transform: rotateX(0deg);
}.convertera .top_proP h5 {
    color: #ffffff;
    font-weight: 600;
    position: relative;
    transform: translateZ(15px);
    padding: 1rem 1.5rem;
    background: rgb(199,161,128,0.5);
    font-size: 24px;
    min-width: 200px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    margin: 0 0 1.5rem;
    display: inline-block;
}.convertera .top_proP h5::after {
    content: "";
    position: absolute;
    height: 5px;
    right: 0;
    left: 0;
    background: rgb(199,161,128);
    bottom: -5px;
}.convertera .top_proP .head_skillQ {
    transform: translateZ(5px);
    border-radius: 10px;
    flex-direction: column;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    display: flex;
}.convertera .top_proP .head_skillQ a {
    display: block;
    border-radius: 10px;
    transition: all 0.3s ease;
    transform: translateZ(10px);
    padding: 0.7rem 1rem;
    text-decoration: none;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    font-size: 17px;
    background: rgba(255, 255, 255, 0.05);
}.convertera .top_proP .head_skillQ a::before {
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    left: -100%;
    transition: all 0.5s ease;
    content: "";
}.convertera .top_proP .head_skillQ a:hover {
    background: rgb(199,161,128,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}.convertera .top_proP .head_skillQ a:hover::before {
    left: 100%;
}.mentor_ctaI {
    margin-top: 3rem;
    padding: 2rem 0;
    background: rgb(199,161,128,0.5);
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
}.mentor_ctaI::before {
    background: rgb(199,161,128);
    position: absolute;
    transform-origin: bottom;
    content: "";
    top: -20px;
    transform: rotateX(45deg);
    width: 100%;
    left: 0;
    height: 20px;
}.mentor_ctaI .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.mentor_ctaI .netiquetteQ {
    padding: 0.8rem 2rem;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(5px);
    border-radius: 50px;
    font-size: 13px;
    text-align: center;
}

@media (max-width: 1200px) {.convertera .container {
    gap: 3rem;
}.convertera .company_holder {
    flex: 1 1 350px;
}.convertera .edu_linksq {
    flex: 1 1 calc(100% - 430px);
    min-width: 350px;
}.convertera .head_skillQ {
    gap: 2rem;
}
}

@media (max-width: 992px) {.convertera {
    padding: 4rem 0 2rem;
}.convertera .container {
    flex-direction: column;
    gap: 3rem;
}.convertera .company_holder,
    .convertera .edu_linksq {
    min-width: 100%;
    flex: 1 1 100%;
}.convertera .top_proP {
    min-width: 220px;
    flex: 1 1 calc(50% - 1.5rem);
}.convertera .company_holder,
    .convertera .top_proP {
    transform: none;
}
}

@media (max-width: 768px) {.convertera {
    padding: 3.5rem 0 1.5rem;
}.convertera .head_skillQ {
    gap: 1.5rem;
}.convertera .company_holder h3 {
    font-size: calc(30px - 2px);
}.convertera .company_holder h3::before,
    .convertera .company_holder h3::after {
    height: 20px;
    width: 20px;
}.mentor_ctaI {
    margin-top: 2rem;
}.mentor_ctaI::before {
    top: -15px;
    height: 15px;
}
}

@media (max-width: 576px) {.convertera {
    padding: 3rem 0 1rem;
}.convertera .top_proP {
    min-width: 100%;
    flex: 1 1 100%;
}.convertera .head_skillQ {
    gap: 0.7rem;
}.convertera .top_proP .head_skillQ a {
    padding: 0.6rem 0.8rem;
}.mentor_ctaI {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.mentor_ctaI::before {
    display: none;
}
}

@media (max-width: 420px) {.convertera::before {
    height: 10px;
}.convertera .company_holder h3::before,
    .convertera .company_holder h3::after {
    display: none;
}.convertera .top_proP h5 {
    width: 100%;
    min-width: auto;
}.mentor_ctaI .netiquetteQ {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.privacy_sanctumJ {
    height: auto;
    padding: 60px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 100%;
}.privacy_sanctumJ h1 {
    padding-bottom: 10px;
    color: rgb(222,193,170);
    font-size: 43px;
    border-bottom: 4px solid rgb(199,161,128);
    margin-bottom: 40px;
    width: 100%;
    font-weight: 700;
    margin-top: 0;
    text-align: left;
}.privacy_sanctumJ h2 {
    border-bottom: 3px solid rgb(222,193,170);
    padding-bottom: 5px;
    margin-bottom: 30px;
    width: 100%;
    margin-top: 0;
    color: rgb(199,161,128);
    font-size: 38px;
    text-align: left;
    font-weight: 600;
}.privacy_sanctumJ ul, .privacy_sanctumJ ol {
    font-size: 15px;
    font-family: Arial, sans-serif;
    margin: 20px 0;
    padding: 0;
    padding-left: 20px;
    list-style: none;
    color: #000000;
}.privacy_sanctumJ li {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}.privacy_sanctumJ li:before {
    left: -20px;
    font-size: 1.5em;
    line-height: 1;
    position: absolute;
    color: rgb(199,161,128);
    content: "•";
}.privacy_sanctumJ section {
    background: none;
}.privacy_sanctumJ p, .privacy_sanctumJ span, .privacy_sanctumJ div {
    font-size: 15px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    text-align: left;
    color: #000000;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {.privacy_sanctumJ {
    grid-template-columns: 1fr;
    padding: 30px;
    border-radius: 10px;
}.privacy_sanctumJ h1 {
    font-size: calc(24px - 5px);
}.privacy_sanctumJ h2 {
    font-size: calc(24px - 3px);
}.privacy_sanctumJ ul, .privacy_sanctumJ ol {
    margin: 15px 0;
}.privacy_sanctumJ li {
    padding: 8px 0;
}.privacy_sanctumJ p, .privacy_sanctumJ span, .privacy_sanctumJ div {
    margin-bottom: 15px;
}
}
