header,footer {
    width: 100%;
}

header {
    padding: 0;
    position: relative;
    z-index: 100;
    overflow: visible;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    margin-top: 0;
    background: linear-gradient(135deg, rgb(137,161,157,0.5) 0%, rgb(174,198,194) 100%);
}

.course_overviewweb .container {
    z-index: 2;
    position: relative;
}

.course_overviewweb .text_blockweb h2 {
    position: relative;
    font-size: 36px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    color: #000000;
    font-weight: 700;
    text-align: center;
}

.course_overviewweb .text_blockweb .description:last-of-type {
    margin-bottom: 0;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.course_overviewweb .img_roundweb::after {
    width: 100%;
    left: 0;
    z-index: 1;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
    height: 30%;
    content: '';
}

.appSpaceweb::before {
    content: "";
    clip-path: polygon(0 0, 100% 15%, 85% 100%, 0% 85%);
    transform: rotate(-15deg) translateZ(0);
    z-index: -1;
    position: absolute;
    height: 180%;
    width: 60%;
    left: -10%;
    background: linear-gradient(145deg, rgb(137,161,157) 0%, rgba(rgb(137,161,157,0.5), 0.2) 100%);
    top: -20%;
    animation: floatBg 18s infinite alternate ease-in-out;
}

.appSpaceweb .study_programweb > div:first-child {
    position: relative;
    margin-bottom: 2rem;
    animation: slideRight 0.8s 0.3s cubic-bezier(0.17, 0.67, 0.26, 0.97) both;
    transform: translateX(0);
}

.appSpaceweb h5 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    line-height: 1.4;
    transform: translateZ(0);
    margin: 0;
    letter-spacing: -0.01em;
}

.appSpaceweb h5 {
    font-size: calc(24px * 0.8);
}

.appSpaceweb a::before {
    height: 40px;
    top: -15px;
    position: absolute;
    border-radius: 10px;
    content: "";
    transform: rotate(-15deg);
    width: 40px;
    opacity: 0.1;
    left: -20px;
    background: linear-gradient(135deg, rgb(137,161,157) 0%, rgb(101,123,118) 100%);
    transition: all 0.4s ease;
}

header .main_mainbarweb {
    padding: 1rem;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    margin-right: 2rem;
    transition: all 0.6s ease;
    overflow: hidden;
    flex: 0 0 auto;
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
}

header .header_sitebarweb::before {
    background: linear-gradient(135deg, rgb(137,161,157,0.5) 0%, transparent 100%);
    content: '';
    left: -5%;
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    z-index: -1;
    opacity: 0.1;
    top: -5%;
    position: absolute;
    height: 110%;
    width: 110%;
    transition: all 0.6s ease;
}

header .nav_baseweb::after {
    height: 6px;
    left: 50%;
    width: 6px;
    background: rgb(137,161,157);
    bottom: -8px;
    transform: translateX(-50%) scale(0);
    transition: transform 0.4s ease;
    content: '';
    opacity: 0.7;
    position: absolute;
    border-radius: 50%;
}

.contactweb::after {
    content: "";
    top: 0;
    left: 0;
    background-image: 
        linear-gradient(0deg, transparent 84px, rgb(137,161,157,0.5) 85px, transparent 86px),
        linear-gradient(90deg, transparent 84px, rgb(101,123,118,0.5) 85px, transparent 86px);
    height: 100%;
    animation: gridMove 40s linear infinite;
    z-index: 0;
    width: 100%;
    background-size: 85px 85px;
    opacity: 0.4;
    position: absolute;
}

.contactweb .get_contactpanelweb {
    display: flex;
    z-index: 2;
    flex-direction: column;
    position: relative;
    padding: 30px;
    gap: 15px;
}

.contactweb .get_contactpanelweb p svg {
    height: 20px;
    transform: translateY(-50%);
    stroke: rgb(137,161,157);
    stroke-linecap: round;
    stroke-linejoin: round;
    top: 50%;
    fill: none;
    stroke-width: 2;
    width: 20px;
    position: absolute;
    left: 20px;
    transition: all 0.3s ease;
}

.contactweb .request_formweb {
    border-top: 3px solid rgb(137,161,157);
    border-radius: 10px;
    padding: 25px 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    margin-top: 15px;
    position: relative;
    background: rgb(174,198,194);
}

.contactweb .reach_expertsweb {
    color: #000000;
    text-align: center;
    display: flex;
    border-left: 3px solid rgb(137,161,157,0.5);
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
    padding: 12px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
}

.contactweb .get_contactpanelweb p:nth-child(1) svg path {
    animation-delay: 0.6s;
}

.contactweb .get_contactpanelweb p:nth-child(4) svg path {
    animation-delay: 0.9s;
}

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

.tariff_boxweb .plan_matrixweb {
    font-size: calc(12px + 2px);
    text-align: center;
    margin: 0 auto 50px;
    opacity: 0.9;
    max-width: 700px;
    line-height: 1.6;
    color: #ffffff;
}

.tariff_boxweb .edu_ratesweb li:hover {
    transform: translateY(-10px);
    z-index: 3;
}

.tariff_boxweb .cert_costweb::before {
    transform-origin: left;
    transform: scaleX(0);
    width: 100%;
    transition: transform 0.5s ease;
    height: 5px;
    left: 0;
    content: '';
    background: linear-gradient(90deg, rgb(137,161,157), rgb(101,123,118));
    top: 0;
    position: absolute;
}

.tariff_boxweb .study_costweb h4::after {
    width: 40px;
    background: rgb(137,161,157);
    height: 2px;
    position: absolute;
    transition: width 0.4s ease;
    content: '';
    bottom: -8px;
    left: 0;
}

footer {
    position: relative;
    z-index: 1;
}

footer {
    background-position: center !important;
    background-size: cover !important;
}

.terms_legalweb .container {
    gap: 0;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.terms_legalweb .company_holder::after {
    background: linear-gradient(to bottom, #ffffff, transparent);
    opacity: 0.3;
    height: 100%;
    right: 1.5rem;
    width: 1px;
    top: 0;
    position: absolute;
    content: "";
}

.terms_legalweb .footer_eduweb {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    flex: 0 0 60%;
}

.terms_legalweb .header_sitebarweb h5 {
    transform: skewX(-5deg);
    margin: 0 0 1.5rem;
    font-size: 19px;
    padding-left: 1rem;
    font-weight: 600;
    position: relative;
    color: #ffffff;
}

.terms_legalweb .header_sitebarweb .head_skillweb a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: skewX(-5deg) translateX(5px);
    padding-left: 1.5rem;
    color: #ffffff;
}

.news_feedweb .container {
    gap: 1rem;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.title_screenweb::after {
    height: 300px;
    right: -100px;
    z-index: 0;
    content: "";
    bottom: -100px;
    filter: blur(120px);
    width: 300px;
    opacity: 0.15;
    background: rgb(137,161,157);
    position: absolute;
    border-radius: 50%;
}

.title_screenweb h3 {
    font-weight: 600;
    transition: transform 0.4s ease-out;
    font-family: Arial, sans-serif;
    border-left: 4px solid rgb(101,123,118);
    font-size: 20px;
    line-height: 1.5;
    box-shadow: 
    inset 5px 5px 10px rgba(255, 255, 255, 0.05),
    inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    padding: 2rem;
    background: rgba(rgb(137,161,157,0.5), 0.2);
    color: #ffffff;
}



.title_screenweb .learn_spotweb > div > div {
    padding-left: 20px;
    position: relative;
}



.title_screenweb .course_pageweb:hover .learn_spotweb::before {
    background: linear-gradient(
    to bottom,
    transparent 30%,
    rgba(rgb(137,161,157,0.5), 0.7)
  );
    transition: background 0.5s ease;
}

.connect_formweb::after {
    background-image: 
        linear-gradient(90deg, rgba(rgb(137,161,157), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(137,161,157), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(101,123,118), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(137,161,157), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(101,123,118), 0.04) 0%, transparent 30%);
    width: 100%;
    z-index: 1;
    animation: backgroundShift 30s linear infinite;
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    left: 0;
    position: absolute;
    background-position: center center;
    content: "";
    height: 100%;
    top: 0;
}

.connect_formweb .support_infoweb::before {
    position: absolute;
    right: 0;
    height: 500px;
    top: 0;
    z-index: 0;
    content: "";
    opacity: 0.5;
    border-radius: 50%;
    width: 500px;
    background: 
        radial-gradient(circle, rgba(rgb(137,161,157), 0.03) 0%, transparent 70%);
}

.connect_formweb form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}

.connect_formweb .support_panelweb label {
    color: #000000;
    cursor: pointer;
    font-size: 13px;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}

.connect_formweb .support_panelweb label a {
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(137,161,157);
    position: relative;
}

.connect_formweb .support_panelweb label a:hover::after {
    background: rgb(101,123,118);
    transform: scaleX(1);
    transform-origin: left;
}

.connect_formweb .request_blockweb::after {
    border-radius: 50%;
    transition: all 0.5s ease;
    transform: scale(0);
    height: 50px;
    width: 50px;
    z-index: -1;
    content: "";
    left: -10px;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    top: -50%;
}

.connect_formweb form input {
    border: 1px solid rgb(137,161,157);
}

.mentorship_experienceweb::after {
    z-index: 0;
    height: 250px;
    width: 250px;
    content: "";
    position: absolute;
    bottom: -80px;
    background: rgb(101,123,118,0.5);
    border-radius: 50%;
    filter: blur(100px);
    left: -80px;
}

.mentorship_experienceweb .career_detailsweb {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 4rem 3rem;
}

.mentorship_experienceweb .career_detailsweb > div:nth-child(2)::after {
    left: 0;
    position: absolute;
    height: 2px;
    bottom: 0;
    background: rgb(101,123,118);
    width: 60px;
    content: "";
}

.mentorship_experienceweb .client_feedbackweb:hover .img_roundweb {
    transform: translateX(-20px) translateY(-40px);
}

.experience_trialweb::before {
    position: absolute;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
    height: 200%;
    width: 80%;
    transform: rotate(25deg);
    content: "";
    top: -50%;
    z-index: -1;
    left: -20%;
}

.experience_trialweb h6 {
    text-align: center;
    animation: fadeInUp 0.8s ease-out;
    color: #ffffff;
    margin-bottom: 2.5rem;
    font-family: Arial, sans-serif;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: calc(20px * 1.2);
    max-width: 80%;
    line-height: 1.5;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.experience_trialweb .request_blockweb:hover::before {
    transform-origin: left;
    opacity: 1;
    transform: scaleX(1);
}

.experience_trialweb .request_blockweb span {
    z-index: 2;
    transition: transform 0.3s ease;
    position: relative;
}

.future_studentsweb {
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 6rem 0;
    background-color: rgb(174,198,194);
}

.future_studentsweb .study_programweb {
    padding: 0 2rem;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
    display: flex;
    align-items: center;
}

.future_studentsweb h3::after {
    height: 2px;
    content: "";
    position: absolute;
    left: 50%;
    background: rgb(137,161,157);
    opacity: 0.6;
    width: 50px;
    transform: translateX(-50%);
    bottom: -15px;
}

.future_studentsweb li:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.06),
        0 10px 15px rgba(0, 0, 0, 0.04);
    border-color: rgba(rgb(137,161,157,0.5), 0.2);
    transform: translateY(-10px);
}

.future_studentsweb li svg {
    margin-bottom: 1.5rem;
    transition: all 0.5s ease;
    width: 50px;
    fill: rgb(101,123,118);
    height: 50px;
    opacity: 0.9;
}

.who_we_areweb {
    perspective: 1000px;
    background: linear-gradient(145deg, rgb(174,198,194), #f0f4f8);
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}

.who_we_areweb h1 {
    color: #000000;
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
    margin-bottom: 50px;
    transform: translateZ(30px);
    font-size: 41px;
    text-shadow: 0px 2px 3px rgba(0,0,0,0.1);
}

.who_we_areweb .mission_whyweb {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    transform: translateZ(10px) rotateX(2deg);
    overflow: hidden;
    padding: 40px;
    border-radius: 10px;
    background: #ffffff;
}

.who_we_areweb .mission_whyweb div {
    overflow-y: auto;
    color: #000000;
    position: relative;
    max-height: 300px;
    font-weight: 400;
    font-size: 14px;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    margin: 0;
    padding-right: 10px;
}

.receive_updatesweb .study_programweb {
    padding: 3rem;
    border-left: 4px solid rgb(137,161,157);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08), 
                0 1px 0 rgba(255,255,255,0.2) inset,
                0 -1px 0 rgba(0,0,0,0.05) inset;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateY(-2deg);
    backdrop-filter: blur(10px);
}

.receive_updatesweb input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

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


#cookiePolicyPromptweb {
    display: none;
}

.policy_optweb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    gap: 20px;
}

.cookie_showweb {
    filter: drop-shadow(0 0 10px rgb(137,161,157));
    align-items: center;
    margin-right: 15px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
}

.cookie_button.cookie_frameweb {
    color: #ffffff;
    border: 2px solid rgb(101,123,118);
    background: rgba(0, 0, 0, 0.5);
}


.confidential_cordonweb {
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(174,198,194) 0%, rgba(245, 245, 250, 0.95) 100%);
}

.confidential_cordonweb .container {
    max-width: 1140px;
    z-index: 2;
    position: relative;
    background: #ffffff;
    padding: 3rem;
    border-top: 4px solid rgb(137,161,157);
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(0.5deg);
}

.confidential_cordonweb h4 {
    display: inline-block;
    margin: 1.5rem 0 0.75rem;
    font-weight: 600;
    position: relative;
    font-size: calc(33px * 0.7);
    color: #000000;
}

.confidential_cordonweb p strong {
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: rgb(137,161,157);
}

.confidential_cordonweb ul {
    list-style: none;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
}

.confidential_cordonweb li:hover::before {
    transform: rotate(135deg);
}

.confidential_cordonweb div.container:hover h1::after {
    width: 120px;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media (max-width: 1200px) {.course_overviewweb .text_blockweb {
    width: 70%;
}
}



@media (max-width: 768px) {.course_overviewweb {
    padding: 80px 0;
}.course_overviewweb .text_blockweb {
    margin-top: -50px;
    padding: 25px;
    width: 90%;
}.course_overviewweb .img_roundweb {
    transform: perspective(1000px) rotateX(3deg);
    height: 300px;
    width: 100%;
}.course_overviewweb .learn_careerweb::before,
    .course_overviewweb .learn_careerweb::after {
    display: none;
}
}



@media (max-width: 767px) {.appSpaceweb {
    padding: 3rem 0;
}.appSpaceweb .study_programweb {
    padding: 2.5rem 2rem;
}.appSpaceweb h5 {
    font-size: calc(24px * 0.85);
}.appSpaceweb p {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}.appSpaceweb::before {
    width: 80%;
}.appSpaceweb::after {
    width: 60%;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .nav_guideweb {
    padding: 0.8rem 1.5rem;
}header .main_mainbarweb {
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
    padding: 0.6rem;
    max-width: 140px;
}header .main_leadweb img {
    max-height: 35px;
}header .header_sitebarweb {
    justify-content: flex-start;
    overflow-x: auto;
    margin-top: 0.8rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
}header .header_sitebarweb::-webkit-scrollbar {
    height: 3px;
}header .header_sitebarweb::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(137,161,157,0.5);
}header .nav_baseweb {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .nav_baseweb a {
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
    font-size: calc(12px - 2px);
}header .nav_baseweb::after {
    display: none;
}header::after {
    height: 5px;
}
}



@media (max-width: 1200px) {.terms_legalweb .company_holder {
    padding-right: 2rem;
    flex: 0 0 35%;
}.terms_legalweb .footer_eduweb {
    flex: 0 0 65%;
}
}



@media (max-width: 768px) {.terms_legalweb {
    padding: 3.5rem 0 1.5rem;
}.terms_legalweb::before {
    height: 10px;
}.terms_legalweb .company_holder h3 {
    font-size: calc(33px - 2px);
}.terms_legalweb .alumni_netweb {
    padding: 1.2rem;
    transform: skewX(-3deg);
}.terms_legalweb .header_sitebarweb h5, 
    .terms_legalweb .header_sitebarweb .head_skillweb a {
    transform: skewX(-3deg);
}.terms_legalweb .header_sitebarweb .head_skillweb a:hover {
    transform: skewX(-3deg) translateX(5px);
}.news_feedweb {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.news_feedweb .calc_footweb {
    transform: skewX(-3deg);
}
}



@media (max-width: 1024px) {.connect_formweb {
    padding: 80px 0;
}.connect_formweb .inquiry_boxweb {
    margin-top: 50px;
}.connect_formweb .img_roundweb {
    min-height: 450px;
}.connect_formweb .support_infoweb {
    padding: 50px 40px;
}
}



@media (max-width: 480px) {.connect_formweb {
    padding: 50px 0;
}.connect_formweb h2 {
    font-size: calc(32px * 0.85);
}.connect_formweb .inquiry_boxweb {
    margin-top: 30px;
    border-radius: 12px;
}.connect_formweb .img_roundweb {
    min-height: 220px;
}.connect_formweb .support_infoweb {
    padding: 30px 20px;
}.connect_formweb form h3 {
    margin-bottom: 25px;
    font-size: calc(22px * 0.9);
}.connect_formweb form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.connect_formweb .support_panelweb {
    margin-bottom: 20px;
}.connect_formweb .support_panelweb label {
    font-size: calc(13px * 0.9);
}.connect_formweb .request_blockweb {
    padding: 12px 20px;
}}



@media (max-width: 1200px) {.future_studentsweb ul {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 992px) {.future_studentsweb {
    padding: 5rem 0;
}.future_studentsweb h3 {
    margin-bottom: 3.5rem;
    font-size: calc(43px * 0.9);
}
}



@media (max-width: 480px) {.future_studentsweb {
    padding: 3rem 0;
}.future_studentsweb .study_programweb {
    padding: 0 1rem;
}.future_studentsweb h3 {
    margin-bottom: 2.5rem;
    font-size: calc(43px * 0.7);
}.future_studentsweb li {
    padding: 1.25rem;
}.future_studentsweb li svg {
    margin-bottom: 1rem;
    width: 40px;
    height: 40px;
}}



@media (min-width: 768px) {.receive_updatesweb {
    padding: 6rem 3rem;
}.receive_updatesweb .study_programweb {
    transform: perspective(1200px) rotateY(-3deg);
    padding: 4rem;
}.receive_updatesweb h3 {
    font-size: 29px;
    max-width: 80%;
}.receive_updatesweb .input_holder {
    flex-direction: row;
    margin-top: 2.5rem;
}.receive_updatesweb input[type="email"] {
    padding: 1.2rem 1.5rem;
    font-size: calc(17px * 1.05);
}.receive_updatesweb .sub_approachweb {
    align-self: flex-start;
    padding: 1.2rem 2.5rem;
}
}



@media (max-width: 767px) {.receive_updatesweb {
    padding: 3rem 1.5rem;
}.receive_updatesweb .study_programweb {
    transform: perspective(800px) rotateY(-1deg);
    padding: 2rem;
}.receive_updatesweb h3 {
    font-size: calc(21px * 1.2);
}.receive_updatesweb .sub_approachweb {
    margin-top: 0.5rem;
    width: 100%;
}
}


@media only screen and (max-width: 800px) {.cookie_showweb {
    display: none;
}.policy_optweb {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.consentInformationPopupweb h5 {
    font-size: 19px;
    margin-bottom: 5px;
}.privacy_ctrlweb {
    margin-bottom: 15px;
}.digital_trackingweb {
    min-width: 100%;
    margin: 10px 0;
}}



@media (max-width: 576px) {.confidential_cordonweb {
    padding: 1.5rem 0.75rem;
}.confidential_cordonweb .container {
    padding: 1.5rem 1rem;
}.confidential_cordonweb h1 {
    font-size: calc(47px * 0.7);
    padding-bottom: 0.7rem;
}.confidential_cordonweb h1::after {
    width: 60px;
    height: 3px;
}.confidential_cordonweb h2 {
    padding-left: 0.7rem;
    font-size: calc(33px * 0.7);
    border-left: 2px solid rgb(101,123,118);
}.confidential_cordonweb h3 {
    font-size: calc(33px * 0.6);
}.confidential_cordonweb h4 {
    font-size: calc(33px * 0.55);
}.confidential_cordonweb p, 
    .confidential_cordonweb span, 
    .confidential_cordonweb li {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
    margin-bottom: 1.2rem;
}.confidential_cordonweb span {
    padding-left: 0.7rem;
}.confidential_cordonweb li::before {
    height: 6px;
    width: 6px;
}
}

@keyframes drawSvg {
    to {
        stroke-dashoffset: 0;
    }
}

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



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



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

