* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
}

.educational_yieldutil::before {
    position: absolute;
    width: 100%;
    background: 
        radial-gradient(circle at 15% 25%, rgba(rgb(208,195,179,0.5), 0.08) 0%, transparent 50%),
        radial-gradient(circle at 85% 75%, rgba(rgb(177,151,112,0.5), 0.06) 0%, transparent 60%);
    top: 0;
    content: '';
    left: 0;
    height: 100%;
    z-index: 0;
}

.educational_yieldutil h4 {
    position: relative;
    color: #000000;
    font-weight: 700;
    line-height: 1.4;
    font-size: calc(24px * 1.05);
    padding-bottom: 15px;
    letter-spacing: -0.01em;
    margin-bottom: 35px;
}

.educational_yieldutil li {
    opacity: 0;
    animation-delay: calc(0.1s * var(--i, 0));
    animation: fadeInUp 0.5s forwards;
    transform: translateY(15px);
    margin-bottom: 18px;
}

.educational_yieldutil li p span:last-child::after {
    transition: width 0.3s ease-in-out;
    bottom: -2px;
    width: 0;
    content: '';
    background-color: rgb(208,195,179);
    height: 1px;
    left: 0;
    position: absolute;
}

.course_summaryutil {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(235,231,227) 0%, rgba(249, 249, 249, 0.95) 100%);
    position: relative;
}

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

.course_summaryutil .pic_list_wraputil {
    height: 380px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12),
                0 8px 16px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg);
}

.course_summaryutil .learn_codeutil:hover .text_embedutil::before {
    height: 100%;
}

.course_summaryutil h3 {
    position: relative;
    color: #000000;
    font-size: calc(21px * 1.1);
    transform: translateY(0);
    font-weight: 700;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    transition: transform 0.4s ease;
}

.learning_systemutil {
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(#000000, 0.03) 0%, rgba(rgb(208,195,179), 0.05) 100%);
}

.learning_systemutil .training_spaceutil:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.learning_systemutil h2 {
    position: relative;
    letter-spacing: -0.02em;
    font-weight: 700;
    font-size: 29px;
    margin-bottom: 40px;
    text-align: left;
    color: #000000;
    transform: translateZ(20px);
}

.learning_systemutil .text_embedutil::before {
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(208,195,179), rgb(177,151,112));
    height: 4px;
    z-index: 1;
    width: 100%;
    opacity: 0.8;
}

.learning_systemutil .training_spaceutil:hover .text_embedutil {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 
        20px 20px 40px rgba(#000000, 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 3px 3px 6px rgba(#ffffff, 0.7),
        inset -3px -3px 6px rgba(#000000, 0.05);
}

.company_overviewutil h4::after {
    height: 3px;
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
    content: "";
    background: rgb(177,151,112);
    left: 50%;
    width: 60px;
}

.company_overviewutil .text_embedutil::before {
    background: linear-gradient(to bottom, rgb(208,195,179), rgb(177,151,112));
    height: 100%;
    position: absolute;
    width: 5px;
    content: "";
    left: 0;
    top: 0;
}

.company_overviewutil .text_embedutil div {
    z-index: 1;
    position: relative;
}

.company_overviewutil .text_embedutil::after {
    z-index: 0;
    bottom: 0;
    content: "";
    right: 0;
    position: absolute;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, transparent 50%, rgb(177,151,112,0.5) 50%);
}

.privacy_recessutil ol {
    list-style-type: decimal;
}

.privacy_recessutil p {
    z-index: 2;
    color: #000000;
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.privacy_recessutil::after {
    bottom: -150px;
    width: 300px;
    right: -150px;
    height: 300px;
}

header .top_plank {
    color:  #ffffff;
    background: rgb(208,195,179);
}

header .top_plank .study_toputil {
    padding: 15px 0 10px 0;
    font-size: 13px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    line-height: 21px;
}

header .main_navbarutil {
    flex: 0 0 auto;
    padding: 0.5rem;
    margin-right: 2rem;
    overflow: visible;
    position: relative;
}

header .main_navbarutil::after {
    transition: all 0.3s ease;
    right: -5px;
    transform: skew(-5deg);
    top: -5px;
    left: -5px;
    z-index: -1;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    opacity: 0;
    border: 2px solid #ffffff;
    position: absolute;
    bottom: -5px;
    content: '';
}

header .head_skillutil a:hover::before {
    transform: scale(1);
    opacity: 1;
}

header .head_skillutil::after {
    transition: all 0.3s ease;
    position: absolute;
    opacity: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 10%;
    height: 5px;
    filter: blur(3px);
    content: '';
    width: 80%;
    bottom: -10px;
}

header .header_siteutil {
    position: relative;
    z-index: 1;
    padding-top: 2rem;
    background: rgb(235,231,227);
}

.contact_usutil .feedback_formutil {
    display: flex;
    box-shadow: 0 25px 50px rgb(208,195,179,0.5);
    background: rgb(177,151,112,0.5);
    align-items: stretch;
    position: relative;
    border-radius: 13px;
    overflow: hidden;
}

.contact_usutil h2::before {
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 50%;
    background: rgb(208,195,179);
    left: 0;
    height: 1rem;
    box-shadow: 0 0 15px rgb(208,195,179,0.5);
    width: 1rem;
    transform: translateY(-50%);
}

.contact_usutil .request_feedbackutil input:not([type="checkbox"]):not([type="submit"])::after {
    height: 2px;
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
    content: '';
    left: 0;
    background: rgb(208,195,179);
    bottom: -2px;
}

.contact_usutil .request_feedbackutil .support_gridutil input[type="checkbox"]:checked {
    border-color: rgb(208,195,179);
    background: rgb(208,195,179);
}

.contact_usutil .request_feedbackutil .support_gridutil a {
    text-decoration: none;
    margin-left: 0.3rem;
    color: rgb(208,195,179);
    transition: color 0.3s ease;
}

.contact_usutil .request_feedbackutil .query_blockutil:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(208,195,179,0.5);
}

.receive_updatesutil::before {
    width: 60%;
    opacity: 0.2;
    transform-origin: center right;
    content: "";
    top: 0;
    background: rgb(208,195,179,0.5);
    height: 100%;
    animation: clip-shift 10s ease-in-out infinite alternate;
    position: absolute;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    right: 0;
    z-index: -2;
}

.receive_updatesutil p::before {
    opacity: 0.2;
    left: -20px;
    background: rgb(208,195,179);
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation: rotate-diamond 15s linear infinite;
    position: absolute;
    height: 50px;
    width: 50px;
    transform: rotate(45deg);
    top: -20px;
}

.receive_updatesutil .news_sectionutil {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    color: #000000;
    width: 100%;
    padding: 1.3rem 1.5rem;
    font-size: 18px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    margin-bottom: 1rem;
    background-color: #ffffff;
    border-radius: 10px;
}

.receive_updatesutil .mail_subutil:hover::before {
    left: 100%;
}

.data_summaryutil {
    background-color: #000000;
    padding: 120px 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.data_summaryutil .container {
    margin: 0 auto;
    padding: 30px;
    max-width: 1200px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.05) 100%);
    z-index: 1;
    backdrop-filter: blur(10px);
    border-radius: 23px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.data_summaryutil .pro_gainsutil {
    gap: 20px;
    min-height: 170px;
    overflow: hidden;
    padding: 30px;
    background: rgba(0, 0, 0, 0.2);
    display: grid;
    grid-template-columns: 80px 1fr;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 23px;
}

.data_summaryutil .pro_gainsutil span {
    line-height: 1.5;
    position: relative;
    font-size: 12px;
    grid-column: 2;
    color: rgba(255, 255, 255, 0.7);
    align-self: center;
}

.data_summaryutil .pro_gainsutil:hover svg {
    transform: rotate(15deg) scale(1.2);
    opacity: 0.6;
}

.data_summaryutil ul:has(.pro_gainsutil:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
}

.data_summaryutil ul:has(.pro_gainsutil:nth-child(4):last-child) .pro_gainsutil p {
    grid-column: 1;
    margin-bottom: 15px;
    grid-row: 1;
}

.data_summaryutil ul:has(.pro_gainsutil:nth-child(5):nth-last-child(-n+1)) .pro_gainsutil p {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 15px;
    font-size: 2.5rem;
}

.id_thankdivutil::after {
    background-size: 100px 100px;
    opacity: 0.15;
    width: 100%;
    position: absolute;
    content: "";
    pointer-events: none;
    left: 0;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(177,151,112,0.5) 1px, transparent 1px),
    radial-gradient(circle at 60% 70%, rgb(177,151,112,0.5) 1px, transparent 1px),
    radial-gradient(circle at 80% 20%, rgb(177,151,112,0.5) 1px, transparent 1px),
    radial-gradient(circle at 40% 80%, rgb(177,151,112,0.5) 1px, transparent 1px);
    top: 0;
    height: 100%;
}

.id_thankdivutil .training_spaceutil > div:last-child {
    position: relative;
    animation: slideIn 0.8s 0.3s cubic-bezier(0.23, 1, 0.32, 1) both;
    transform: translateY(0);
    background: #ffffff;
    border-left: 4px solid rgb(177,151,112);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.title_screenutil .pic_list_wraputil::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(94, 170, 168, 0.85) 0%, 
        rgba(94, 170, 168, 0.4) 50%, 
        rgba(25, 85, 83, 0.8) 100%);
    content: '';
    backdrop-filter: blur(3px);
}

.title_screenutil h1::after {
    position: absolute;
    animation: expandWidth 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s forwards;
    content: '';
    background: linear-gradient(90deg, #ffffff, transparent);
    width: 80px;
    height: 4px;
    left: 0;
    bottom: -10px;
}

.title_screenutil .learn_leadutil {
    transform: scale(0.95);
    margin: 2rem 0;
    opacity: 0;
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
    animation: pulseIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 1s forwards;
}

.title_screenutil h6 {
    margin-top: 1rem;
    width: 100%;
    justify-content: flex-start;
    display: flex;
}

.title_screenutil h6 .query_blockutil:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.leadership_experienceutil {
    padding: 5rem 0;
    overflow: hidden;
    background-color: rgb(235,231,227);
    position: relative;
}

.leadership_experienceutil .container {
    transform: perspective(1000px) rotateY(2deg);
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 2;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.leadership_experienceutil .edu_voicesutil::after {
    content: "";
    right: 25px;
    height: 80px;
    width: 80px;
    transition: all 0.5s ease;
    opacity: 0.1;
    top: 25px;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(208,195,179) 48%, rgb(208,195,179) 52%, transparent 52%);
    transform: rotate(15deg);
    position: absolute;
}

.leadership_experienceutil .edu_voicesutil:hover .pic_list_wraputil {
    transform: scale(1.05) rotate(-2deg);
    border-radius: 30% 50% 70% 90%;
}

.leadership_experienceutil .edu_voicesutil > div:nth-child(2) div {
    transform: translateX(0);
    margin-bottom: 0.8rem;
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: rgb(177,151,112);
    transition: transform 0.4s ease;
    font-size: calc(16px * 0.95);
}

.reach_out_infoutil {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(235,231,227) 0%, rgba(rgb(208,195,179), 0.05) 100%);
    padding: 6rem 0;
    perspective: 1000px;
    position: relative;
}

.reach_out_infoutil .reach_oututil:hover {
    box-shadow: 0 25px 50px rgba(#000000, 0.1), 
                0 0 0 1px rgba(rgb(208,195,179), 0.08),
                0 6px 0 rgba(rgb(208,195,179), 0.4);
    transform: translateY(-5px) translateZ(10px);
}

.reach_out_infoutil h3::after {
    left: 0;
    position: absolute;
    bottom: 0;
    content: "";
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(1);
    width: 4rem;
    height: 4px;
    background: rgb(208,195,179);
    transform-origin: left;
}

.reach_out_infoutil svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.reach_out_infoutil .assist_supportutil {
    padding: 0;
    margin: 1.5rem 0 0;
    display: flex;
    gap: 1.25rem;
    list-style: none;
    flex-direction: column;
}


    
    .reach_out_infoutil .assist_supportutil {
    position: relative;
}

.reach_out_infoutil .contact_supportutil:active {
    transform: translateX(5px) scale(0.98);
}

.reach_out_infoutil .assist_supportutil::before {
    background: linear-gradient(45deg, rgba(rgb(208,195,179), 0.03), rgba(rgb(177,151,112), 0.02));
    transform: translateZ(-5px);
    content: "";
    position: absolute;
    border-radius: 28px;
    inset: -20px;
    z-index: -1;
}

.proposal_ctautil .company_holder h3 {
    position: relative;
    letter-spacing: 3px;
    font-size: 32px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.proposal_ctautil .nav_expertutil {
    max-width: calc(50% - 30px);
    transform: translateZ(0);
    min-width: 250px;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    flex: 1;
    padding: 20px;
    transition: transform 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
}

.proposal_ctautil .nav_expertutil .header_eduutil {
    padding: 0 10px;
    gap: 12px;
    margin: 0;
    flex-direction: column;
    display: flex;
}

.proposal_ctautil .nav_expertutil .header_eduutil a::before {
    height: 6px;
    background: rgb(177,151,112);
    transition: all 0.3s ease;
    margin-right: 10px;
    flex-shrink: 0;
    opacity: 0;
    min-width: 6px;
    border-radius: 50%;
    transform: scale(0);
    content: '';
}

.level_uputil .stats_toolutil {
    opacity: 0.7;
    color: #ffffff;
    font-size: 12px;
}

.cookie_warning_overlayutil {
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    bottom: 0;
    z-index: 90;
    background: rgb(177,151,112);
    position: fixed;
    border-top: 3px solid rgb(208,195,179);
    padding: 15px 20px;
}

.track_manageutil {
    justify-content: center;
    max-width: 600px;
    flex-direction: column;
    display: flex;
}

.cookie_menuutil:hover {
    border-color: rgb(208,195,179,0.5);
    background: rgb(208,195,179,0.5);
}


#cookiePopupBannerutil {
    display: none;
}


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



@media (min-width: 768px) {.educational_yieldutil {
    padding: 140px 0;
}.educational_yieldutil .container {
    padding: 0 30px;
}.educational_yieldutil .training_spaceutil {
    flex-direction: row;
    align-items: center;
    gap: 60px;
}.educational_yieldutil .text_embedutil {
    padding: 50px 40px;
}.educational_yieldutil h4 {
    font-size: calc(24px * 1.15);
    margin-bottom: 40px;
}.educational_yieldutil .text_embedutil > div {
    flex-direction: row;
    gap: 30px;
}.educational_yieldutil .text_embedutil > div > div {
    flex: 1;
}.educational_yieldutil .pic_list_wraputil {
    max-width: 45%;
}
}



@media (min-width: 992px) {.course_summaryutil {
    padding: 10rem 0;
}.course_summaryutil .container {
    padding: 0 3rem;
}.course_summaryutil .learn_codeutil {
    gap: 6rem;
}.course_summaryutil .text_embedutil {
    padding: 3rem;
}.course_summaryutil .pic_list_wraputil {
    height: 550px;
}.course_summaryutil h3 {
    margin-bottom: 2rem;
    font-size: calc(21px * 1.2);
}.course_summaryutil .description {
    line-height: 1.8;
    max-height: 300px;
}
}



@media (max-width: 991px) {.learning_systemutil {
    padding: 90px 0;
}.learning_systemutil .training_spaceutil {
    padding: 0 25px;
    transform: perspective(1000px) rotateX(1deg);
}.learning_systemutil h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 35px;
}.learning_systemutil .text_embedutil {
    padding: 35px;
}
}



@media (max-width: 768px) {.company_overviewutil {
    padding: 60px 0 40px;
}.company_overviewutil .text_embedutil {
    padding: 30px 25px;
}.company_overviewutil h4 {
    margin-bottom: 30px;
    font-size: 22px;
}.company_overviewutil .text_embedutil h6 {
    font-size: 19px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}.company_overviewutil .text_embedutil span {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}.company_overviewutil::after {
    height: 180px;
    width: 180px;
}
}



@media (min-width: 1400px) {header .head_pagebarutil {
    margin: 0 auto;
    max-width: 1320px;
}header .head_skillutil {
    margin: 0 0.6rem;
}header .head_skillutil a {
    padding: 0 1.5rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .head_pagebarutil {
    padding: 0.8rem 1.5rem;
}header .main_navbarutil {
    max-width: 140px;
}header .main_navbarutil::before, 
    header .main_navbarutil::after {
    bottom: -3px;
    right: -3px;
    left: -3px;
    top: -3px;
}header .head_teachutil img {
    max-height: 35px;
}header .nav_expertutil {
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    overflow-x: auto;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}header .nav_expertutil::-webkit-scrollbar {
    height: 3px;
}header .nav_expertutil::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .head_skillutil {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .head_skillutil a {
    white-space: nowrap;
    padding: 0 0.8rem;
    font-size: calc(15px - 2px);
    height: 32px;
}header .head_skillutil::after {
    display: none;
}
}



@media screen and (max-width: 480px) {.data_summaryutil {
    padding: 60px 0;
}.data_summaryutil .container {
    padding: 20px;
}.data_summaryutil h2 {
    font-size: calc(39px * 0.7);
    margin-bottom: 35px;
}.data_summaryutil h2::after {
    height: 3px;
    bottom: -15px;
    width: 60px;
}.data_summaryutil ul {
    gap: 15px;
}.data_summaryutil .pro_gainsutil {
    padding: 20px;
}.data_summaryutil .pro_gainsutil p {
    font-size: 2rem;
}.data_summaryutil .pro_gainsutil span {
    font-size: calc(12px * 0.9);
}.data_summaryutil svg {
    height: 30px;
    right: 10px;
    bottom: 10px;
    width: 30px;
}.data_summaryutil ul:has(.pro_gainsutil:only-child) .pro_gainsutil {
    padding: 25px;
    grid-template-columns: 80px 1fr;
}.data_summaryutil ul:has(.pro_gainsutil:only-child) .pro_gainsutil p {
    font-size: 2.5rem;
}}



@media (max-width: 480px) {.id_thankdivutil {
    padding: 3rem 0;
}.id_thankdivutil .container {
    padding: 0 1.5rem;
}.id_thankdivutil .training_spaceutil > div:first-child,
  .id_thankdivutil .training_spaceutil > div:last-child {
    padding: 1.5rem;
}.id_thankdivutil h5 {
    font-size: calc(19px * 0.85);
}}



@media (prefers-reduced-motion: reduce) {.title_screenutil .pic_list_wraputil,
    .title_screenutil h1,
    .title_screenutil .text_embedutil,
    .title_screenutil .learn_leadutil,
    .title_screenutil h6 .query_blockutil {
    transition: none;
    transform: none;
    opacity: 1;
    animation: none;
}.title_screenutil h1::after {
    animation: none;
    width: 80px;
}}



@media (min-width: 768px) {.reach_out_infoutil {
    padding: 8rem 0;
}.reach_out_infoutil .reach_oututil {
    padding: 4rem;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
}.reach_out_infoutil h3 {
    grid-column: 1 / -1;
    font-size: calc(37px * 1.4);
}.reach_out_infoutil .assist_supportutil {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
    margin: 0;
}.reach_out_infoutil::after {
    filter: blur(60px);
    content: "";
    height: 300px;
    position: absolute;
    top: 20%;
    background: linear-gradient(135deg, rgba(rgb(208,195,179), 0.2), rgba(rgb(177,151,112), 0.1));
    opacity: 0.6;
    z-index: 0;
    right: -5%;
    border-radius: 50%;
    width: 300px;
}
}


@media only screen and (max-width: 1200px) {.cookie_warning_overlayutil {
    padding: 15px;
}
}



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



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



@keyframes rotate-diamond {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}



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



@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

