.wrapper-holderweb {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

.top_learningweb {
    flex: 1 0 auto;
}

.top_learningweb {
    background: rgb(174,198,194);
    padding-top: 2rem;
    position: relative;
    z-index: 1;
}

.course_overviewweb .learn_careerweb {
    flex-direction: column;
    position: relative;
    display: flex;
}

.course_overviewweb .text_blockweb h2::after {
    transform: translateX(-50%);
    left: 50%;
    content: '';
    background: linear-gradient(to right, rgb(137,161,157), rgb(101,123,118));
    position: absolute;
    border-radius: 10px;
    bottom: 0;
    height: 3px;
    width: 80px;
}

.course_overviewweb .learn_careerweb::before {
    width: 60px;
    height: 60px;
    top: 20px;
    border-radius: 50%;
    z-index: 1;
    content: '';
    border: 2px solid rgb(137,161,157,0.5);
    left: 10%;
    animation: pulse 4s ease-in-out infinite;
    position: absolute;
}

.appSpaceweb::after {
    height: 140%;
    animation: floatBg 15s infinite alternate-reverse ease-in-out;
    content: "";
    background: linear-gradient(215deg, rgb(101,123,118) 0%, rgba(rgb(101,123,118,0.5), 0.3) 100%);
    position: absolute;
    transform: rotate(12deg) translateZ(0);
    width: 40%;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 85%);
    right: -5%;
    z-index: -1;
    bottom: -10%;
}

.appSpaceweb .study_programweb > div:first-child::after {
    content: "";
    height: 3px;
    animation: expandWidth 1.2s 0.8s cubic-bezier(0.17, 0.67, 0.26, 0.97) forwards;
    background: rgb(137,161,157);
    width: 80px;
    bottom: -0.8rem;
    position: absolute;
    left: 0;
}

.appSpaceweb .study_programweb > div:first-child::after {
    width: 60px;
}

.appSpaceweb a:hover {
    transform: translateY(-5px);
}

.appSpaceweb p {
    position: relative;
    line-height: 1.8;
    font-weight: 400;
    color: #000000;
    z-index: 2;
    font-size: 18px;
    margin: 0;
}

.appSpaceweb p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}

header .nav_guideweb {
    padding: 1.3rem 3rem;
    position: relative;
    justify-content: space-between;
    z-index: 5;
    align-items: center;
    display: flex;
}

header .main_leadweb {
    display: block;
    position: relative;
    transition: all 0.4s ease;
}

header .main_leadweb img {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    max-height: 38px;
}

header .header_sitebarweb:hover::before {
    opacity: 0.2;
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
}

header .nav_baseweb a::before {
    z-index: -1;
    height: 100%;
    transition: opacity 0.4s ease;
    width: 100%;
    transform: scale(1.1);
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(137,161,157,0.5) 0%, rgb(101,123,118,0.5) 100%);
    left: 0;
    border-radius: inherit;
    content: '';
    opacity: 0;
}

header .nav_guideweb::before {
    content: '';
    top: -100px;
    background: radial-gradient(circle, rgb(137,161,157,0.5) 0%, transparent 70%);
    height: 200px;
    opacity: 0.1;
    position: absolute;
    right: -100px;
    filter: blur(30px);
    border-radius: 50%;
    width: 200px;
}


.contactweb .container {
    z-index: 1;
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.contactweb .get_contactweb svg {
    stroke: #ffffff;
    filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.5));
    stroke-width: 2;
    width: 30px;
    animation: pulse 2s infinite ease-in-out;
    stroke-linecap: round;
    stroke-linejoin: round;
    height: 30px;
    margin-right: 15px;
    fill: none;
}

.contactweb .get_contactpanelweb p:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
}

.contactweb .get_contactpanelweb p:hover svg {
    transform: translateY(-50%) scale(1.2);
    stroke: rgb(101,123,118);
}

.contactweb .get_contactpanelweb p a {
    color: rgb(137,161,157);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contactweb .submit_feedbackweb svg circle {
    animation: rotate 10s linear infinite;
    transform-origin: center;
}


.contactweb .learn_helpweb {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    display: grid;
    gap: 12px;
}

.contactweb .reach_expertsweb svg {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    height: 14px;
    margin-right: 6px;
    stroke: rgb(137,161,157);
    width: 14px;
    transition: transform 0.3s ease;
    stroke-linejoin: round;
}


.contactweb .get_contactpanelweb p svg path {
    stroke-dashoffset: 50;
    animation: drawSvg 1s forwards;
    stroke-dasharray: 50;
}

.tariff_boxweb {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

.tariff_boxweb h2 {
    margin-bottom: 25px;
    background-clip: text !important;
    text-align: center;
    animation: titleFloat 6s ease-in-out infinite;
    position: relative;
    font-weight: 700;
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, rgb(137,161,157) 0%, rgb(101,123,118) 100%);
    color: transparent;
    transform: translateY(0);
    font-size: 32px;
}

.tariff_boxweb .study_subweb:hover .cert_costweb::before {
    transform: scaleX(1);
}

.tariff_boxweb .study_subweb:hover .cert_costweb::after {
    opacity: 1;
}

.tariff_boxweb .study_costweb {
    position: relative;
    z-index: 2;
}

.tariff_boxweb .study_costweb h4 {
    font-size: calc(21px + 2px);
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    margin: 0 0 20px;
    position: relative;
}

.tariff_boxweb .bundle_priceweb {
    margin-top: 15px;
    display: block;
    color: #ffffff;
    padding: 10px 0;
    font-weight: 700;
    position: relative;
    font-size: calc(21px + 4px);
}

.terms_legalweb::before {
    position: absolute;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    content: "";
    top: 0;
    background: rgb(137,161,157);
    height: 15px;
    width: 100%;
}

.terms_legalweb .company_holder h3::after {
    left: 0;
    width: 80px;
    bottom: 0;
    background: rgb(137,161,157);
    content: "";
    position: absolute;
    height: 3px;
    box-shadow: 0 0 10px rgb(137,161,157);
}

.terms_legalweb .header_sitebarweb {
    flex: 0 0 50%;
    position: relative;
    padding: 0 1rem 2rem 1rem;
}

.terms_legalweb .header_sitebarweb .head_skillweb a {
    background: rgba(255, 255, 255, 0.05);
    display: block;
    position: relative;
    font-size: 13px;
    overflow: hidden;
    padding: 0.7rem 1rem;
    transition: all 0.3s ease;
    transform: skewX(-5deg);
    color: #ffffff;
    text-decoration: none;
}

.news_feedweb .calc_footweb {
    text-align: center;
    transform: skewX(-5deg);
    width: 100%;
    color: #ffffff;
    font-size: 15px;
}

.title_screenweb .course_pageweb {
    box-shadow: 
    20px 20px 60px rgba(0, 0, 0, 0.1),
    -20px -20px 60px rgba(255, 255, 255, 0.05),
    inset 2px 2px 4px rgba(255, 255, 255, 0.05),
    inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    z-index: 2;
    background: rgba(255, 255, 255, 0.03);
    padding: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 90%;
    backdrop-filter: blur(10px);
    max-width: 1200px;
    position: relative;
}

.title_screenweb .learn_spotweb p {
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
    transform: translateY(20px);
    max-width: 600px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    animation: fadeUp 0.6s 0.3s forwards ease-out;
    opacity: 0;
    font-size: calc(17px * 1.2);
}

.title_screenweb .learn_spotweb:hover {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(1.01);
}



.connect_formweb .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}

.connect_formweb h2::before {
    position: absolute;
    height: 2px;
    bottom: -10px;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(137,161,157), transparent);
    content: "";
}

.connect_formweb .inquiry_boxweb::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(137,161,157), rgb(101,123,118));
    content: "";
    left: 0;
    z-index: 3;
    top: 0;
    height: 5px;
    width: 100%;
}

.connect_formweb .img_roundweb::after {
    position: absolute;
    left: -100%;
    top: -100%;
    animation: shine 6s infinite ease-in-out;
    height: 300%;
    z-index: 2;
    content: "";
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    width: 300%;
}

.connect_formweb form input[type="text"] {
    transition: all 0.3s ease;
    font-size: 18px;
    padding: 18px 25px;
    background: rgba(rgb(174,198,194), 0.5);
    backdrop-filter: blur(5px);
    border-radius: 8px;
    color: #000000;
    width: 100%;
    border: 1px solid rgba(rgb(137,161,157), 0.1);
    margin-bottom: 25px;
}

.connect_formweb .support_panelweb label::before {
    left: 0;
    content: "";
    width: 22px;
    border: 1px solid rgba(rgb(137,161,157), 0.3);
    top: 0;
    border-radius: 4px;
    position: absolute;
    height: 22px;
    transition: all 0.3s ease;
    background: rgba(#ffffff, 0.6);
}

.connect_formweb .support_panelweb label a:hover {
    color: rgb(101,123,118);
}

.connect_formweb .request_blockweb::before {
    content: "";
    top: 0;
    z-index: -1;
    background: linear-gradient(45deg, rgb(137,161,157), rgb(101,123,118));
    left: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    position: absolute;
    height: 100%;
    opacity: 0;
}

.connect_formweb svg path {
    transition: all 0.3s ease;
    stroke: rgb(137,161,157);
    stroke-width: 2;
}

.mentorship_experienceweb {
    position: relative;
    background-color: rgb(174,198,194);
    overflow: hidden;
    padding: 6rem 2rem;
}

.mentorship_experienceweb .img_roundweb {
    height: 500px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(-30px) translateY(-30px);
    border-radius: 17px 0 0 17px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}

.mentorship_experienceweb .name {
    font-weight: 700;
    color: #000000;
    font-size: 41px;
    margin-bottom: 0.5rem;
    letter-spacing: -0.5px;
}

.mentorship_experienceweb .career_areaweb::before {
    top: -2.5rem;
    z-index: -1;
    left: -2rem;
    position: absolute;
    font-family: serif;
    color: rgb(101,123,118,0.5);
    content: "";
    font-size: 5rem;
}

.experience_trialweb::after {
    animation: pulse 8s infinite alternate ease-in-out;
    width: 250px;
    border-radius: 50%;
    bottom: -50px;
    height: 250px;
    content: "";
    background: radial-gradient(circle, rgb(137,161,157,0.5) 0%, transparent 70%);
    right: -50px;
    position: absolute;
    z-index: -1;
}

.experience_trialweb div div {
    justify-content: center;
    animation: fadeInUp 0.8s ease-out 0.2s backwards;
    display: flex;
}

.experience_trialweb div div span {
    position: relative;
    transition: transform 0.3s ease;
    display: inline-block;
    margin-top: 10px;
}

.experience_trialweb .request_blockweb::before {
    transform: scaleX(0);
    z-index: -1;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s ease;
    background: linear-gradient(to right, rgb(101,123,118), rgb(137,161,157));
    position: absolute;
    opacity: 0;
    top: 0;
    transform-origin: right;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
}

.future_studentsweb::after {
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    background: 
        radial-gradient(circle at 85% 15%, rgba(rgb(137,161,157,0.5), 0.1) 0%, transparent 40%),
        radial-gradient(circle at 15% 85%, rgba(rgb(101,123,118,0.5), 0.1) 0%, transparent 40%);
    animation: cloudMove 25s infinite alternate ease-in-out;
    left: 0;
    top: 0;
    z-index: -1;
}

.future_studentsweb li::before {
    content: "";
    width: 100%;
    background: linear-gradient(
        135deg,
        rgba(#ffffff, 0.05) 0%,
        transparent 100%
    );
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
}

.future_studentsweb li svg path {
    transition: fill 0.5s ease;
    fill: rgb(101,123,118);
}

.future_studentsweb li:hover svg path {
    fill: rgb(137,161,157);
}

.who_we_areweb::before {
    z-index: 1;
    background: linear-gradient(135deg, rgb(137,161,157,0.5), rgb(101,123,118,0.5));
    filter: blur(40px);
    height: 70%;
    top: -10%;
    width: 40%;
    transform: rotate(-15deg) skewX(5deg);
    opacity: 0.7;
    right: -5%;
    content: "";
    position: absolute;
}

.who_we_areweb .virtual_trainingweb {
    position: relative;
    transform-style: preserve-3d;
}

.who_we_areweb .mission_whyweb:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.12), 0 10px 25px rgba(0,0,0,0.08);
    transform: translateZ(25px) rotateX(0deg);
}

.who_we_areweb .mission_whyweb h4::after {
    bottom: 0;
    height: 3px;
    left: 0;
    position: absolute;
    background: rgb(101,123,118);
    content: "";
    width: 40px;
}

.receive_updatesweb::before {
    filter: blur(20px);
    top: -10%;
    right: -10%;
    background: rgb(137,161,157,0.5);
    content: "";
    height: 70%;
    z-index: 0;
    transform: rotate(-15deg) translateZ(0);
    position: absolute;
    width: 60%;
}

.receive_updatesweb .study_programweb:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.receive_updatesweb .study_programweb:hover h3::after {
    width: 100px;
}

.receive_updatesweb .input_holder {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.receive_updatesweb input[type="email"] {
    color: #000000;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 4px 6px rgba(0,0,0,0.03);
    background: #ffffff;
    transition: all 0.3s ease;
    font-size: 17px;
    padding: 1rem 1.5rem;
    font-family: Arial, sans-serif;
    width: 100%;
}

.receive_updatesweb .sub_approachweb:hover::before {
    opacity: 1;
}

.receive_updatesweb .sub_approachweb:active {
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    transform: translateY(1px);
}

#cookiePolicyPromptweb:checked ~ .consentInformationPopupweb {
    visibility: hidden;
    opacity: 0;
}

.consentInformationPopupweb h5 {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 21px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}

.digital_trackingweb {
    line-height: 40px;
    text-decoration: none;
    background: linear-gradient(90deg, rgb(137,161,157), rgb(101,123,118));
    cursor: pointer;
    border-radius: 18px;
    flex-shrink: 0;
    margin-left: 10px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 20px;
    box-shadow: 0 0 15px rgb(137,161,157);
    min-width: 140px;
    color: #000000;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
}

.confidential_cordonweb h1 {
    font-size: 47px;
    padding-bottom: 1rem;
    color: #000000;
    margin-bottom: 2rem;
    font-weight: 700;
    position: relative;
    transform: translateZ(5px);
}

.confidential_cordonweb h3 {
    font-size: calc(33px * 0.85);
    padding-bottom: 0.5rem;
    margin: 2rem 0 1rem;
    font-weight: 600;
    color: #000000;
    border-bottom: 1px dashed rgb(101,123,118,0.5);
}

.confidential_cordonweb p strong::after {
    content: "";
    opacity: 0.3;
    height: 1px;
    left: 0;
    width: 100%;
    background: currentColor;
    bottom: -2px;
    position: absolute;
}

.confidential_cordonweb li::before {
    width: 8px;
    transition: transform 0.3s ease;
    transform: rotate(45deg);
    left: 0;
    content: "";
    position: absolute;
    top: 0.65rem;
    height: 8px;
    background: rgb(101,123,118);
}



@media (min-width: 992px) {.course_overviewweb .text_blockweb::before {
    top: 0;
    position: absolute;
    width: 200px;
    background: linear-gradient(to right, transparent, rgb(137,161,157,0.5), transparent);
    left: -160px;
    content: '';
    transform: translateY(130px) rotate(90deg);
    z-index: 1;
    height: 3px;
}.course_overviewweb .text_blockweb::after {
    z-index: 1;
    background: linear-gradient(to right, transparent, rgb(101,123,118,0.5), transparent);
    content: '';
    right: -160px;
    top: 0;
    position: absolute;
    width: 200px;
    transform: translateY(130px) rotate(90deg);
    height: 3px;
}
}



@media (hover: hover) {.appSpaceweb a {
    position: relative;
    overflow: hidden;
}.appSpaceweb a::after {
    position: absolute;
    background: rgb(137,161,157);
    height: 1px;
    bottom: 0;
    width: 100%;
    transform: scaleX(0);
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    transform-origin: right;
}.appSpaceweb a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}}


@media (min-width: 768px) {.contactweb .support_centerweb {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
}.contactweb .get_contactweb {
    grid-column: 1 / -1;
}.contactweb .get_contactweb svg {
    height: 32px;
    margin-right: 18px;
    width: 32px;
}.contactweb .img_roundweb {
    grid-column: 1;
    height: 100%;
    object-position: center;
    grid-row: 2;
    object-fit: cover;
}.contactweb .get_contactpanelweb {
    grid-row: 2;
    grid-column: 2;
    padding: 30px;
}.contactweb .get_contactpanelweb p svg {
    width: 22px;
    height: 22px;
}.contactweb .request_formweb {
    margin-top: 20px;
}.contactweb .submit_feedbackweb svg {
    width: 22px;
    margin-right: 12px;
    height: 22px;
}.contactweb .learn_helpweb {
    grid-template-columns: repeat(3, 1fr);
}.contactweb .reach_expertsweb svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}
}



@media (max-width: 576px) {.terms_legalweb {
    padding: 3rem 0 1rem;
}.terms_legalweb::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.terms_legalweb .header_sitebarweb {
    padding: 0 0 2rem 0;
    flex: 0 0 100%;
}.terms_legalweb .company_holder {
    margin-bottom: 2rem;
}.terms_legalweb .header_sitebarweb .head_skillweb a {
    padding: 0.6rem 0.8rem;
}.terms_legalweb .header_sitebarweb .head_skillweb a:hover {
    padding-left: 1.2rem;
}.news_feedweb {
    margin-top: 1rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
}



@media (max-width: 767px) {.title_screenweb {
    padding: 2rem 0;
}.title_screenweb .course_pageweb {
    width: 95%;
    padding: 1.5rem;
}.title_screenweb h3 {
    padding: 1.5rem;
    font-size: 16px;
}.title_screenweb .learn_spotweb {
    height: 350px;
}.title_screenweb .learn_spotweb > div {
    padding: 2rem;
}.title_screenweb .title_style_header {
    font-size: calc(38px * 1.1);
}.title_screenweb .learn_spotweb p {
    font-size: 17px;
}
}



@media (max-width: 576px) {.mentorship_experienceweb {
    padding: 4rem 1rem;
}.mentorship_experienceweb .client_feedbackweb {
    max-width: 100%;
}.mentorship_experienceweb .img_roundweb {
    transform: translateY(-20px);
    height: 320px;
}.mentorship_experienceweb .img_roundweb::before {
    top: 20px;
}.mentorship_experienceweb .career_detailsweb {
    padding: 0.5rem 1.5rem 2.5rem;
}.mentorship_experienceweb .name {
    font-size: calc(37px);
}.mentorship_experienceweb .career_detailsweb > div:nth-child(2) {
    letter-spacing: 1px;
    font-size: 15px;
}.mentorship_experienceweb .career_areaweb {
    font-size: 15px;
}.mentorship_experienceweb .client_feedbackweb:hover .img_roundweb {
    transform: translateY(-25px);
}}



@media (max-width: 768px) {.future_studentsweb {
    padding: 4rem 0;
}.future_studentsweb .study_programweb {
    padding: 0 1.5rem;
}.future_studentsweb h3 {
    font-size: calc(43px * 0.8);
    margin-bottom: 3rem;
}.future_studentsweb ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.future_studentsweb li {
    padding: 1.5rem;
}.future_studentsweb li svg {
    width: 45px;
    height: 45px;
    margin-bottom: 1.2rem;
}
}



@media (max-width: 767px) {.who_we_areweb {
    padding: 80px 0 60px;
}.who_we_areweb h1 {
    font-size: calc(41px - 2px);
    margin-bottom: 40px;
}.who_we_areweb .mission_whyweb {
    padding: 30px;
    margin-bottom: 30px;
}.who_we_areweb .mission_whyweb h4 {
    font-size: 23px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}.who_we_areweb .mission_whyweb div {
    line-height: 1.6;
    max-height: 250px;
    font-size: calc(14px - 1px);
}}



@media (min-width: 992px) {.receive_updatesweb .study_programweb {
    max-width: 90%;
    transform: perspective(1500px) rotateY(-4deg);
    margin: 0 auto;
}.receive_updatesweb h3 {
    max-width: 70%;
}
}



@media (max-width: 480px) {.receive_updatesweb {
    padding: 2.5rem 1rem;
}.receive_updatesweb .study_programweb {
    padding: 1.5rem;
    transform: none;
}.receive_updatesweb h3 {
    font-size: 21px;
}}


@media only screen and (max-width: 1200px) {.consentInformationPopupweb {
    padding: 15px 0;
}.policy_optweb {
    padding: 15px 5%;
}
}



@media (max-width: 992px) {.confidential_cordonweb {
    padding: 3rem 1.5rem;
}.confidential_cordonweb .container {
    padding: 2.5rem 2rem;
    transform: perspective(1000px) rotateX(0.3deg);
}.confidential_cordonweb h1 {
    font-size: calc(47px * 0.9);
}.confidential_cordonweb h2 {
    padding-left: 0.8rem;
    font-size: calc(33px * 0.9);
}
}



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



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



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


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

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 85px 85px;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes expandLine {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgb(137,161,157,0.5); }
    70% { box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
}



@keyframes cloudMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 10% 10%;
    }
}

