* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.diploma-cta-db {
    flex: 0 0 auto;
}.head-sitewrap-db {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}::-webkit-scrollbar {
    height: 4px;
    background: rgb(219,163,176);
    width: 3px;
    padding: 2px;
}::-webkit-scrollbar-button {
    border-radius: 6px;
    height: 1px;
}::-webkit-scrollbar-track {
    box-shadow: inset 1px -5px 9px -2px rgba(0, 0, 0, 0.5);
    background: rgb(219,163,176);
    border-radius: 16.2em;
}::-webkit-scrollbar-track:active {
    background: rgb(219,163,176);
}::-webkit-scrollbar-thumb {
    border: 3px dotted rgb(219,163,176);
    background: rgb(243,215,221);
}::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
    border-color: rgb(219,163,176,0.5);
    box-shadow: -4px 1px 7px 1px rgba(0, 0, 0, 0.7);
}::-webkit-scrollbar-thumb:active {
    background: rgb(243,215,221);
    box-shadow: inset -5px 3px 5px 0px rgba(0, 0, 0, 0.2);
}::-webkit-scrollbar-corner {
    border-radius: 4px;
    background: rgb(195,122,138,0.5);
}html {
    scrollbar-color: rgb(219,163,176) rgb(243,215,221);
    scrollbar-width: none;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    margin: auto;
    width: 1240px;
    max-width: 100%;
}header,footer {
    width: 100%;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
}.wrapper-border-db {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.learning-profits-db {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(145deg, rgb(243,215,221) 30%, rgb(195,122,138,0.5) 150%);
}.learning-profits-db::before {
    background-size: 30px 30px;
    opacity: 0.1;
    background-image: 
        linear-gradient(rgb(219,163,176,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(219,163,176,0.5) 1px, transparent 1px);
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
}.learning-profits-db::after {
    background: rgb(219,163,176,0.5);
    filter: blur(100px);
    border-radius: 50%;
    width: 300px;
    content: "";
    right: -150px;
    position: absolute;
    opacity: 0.3;
    height: 300px;
    bottom: -150px;
}.learning-profits-db .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.learning-profits-db .who-weare-db {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}.learning-profits-db .main-photo-db {
    border-radius: 26px;
    width: 40%;
    position: relative;
    transform: translateY(40px);
    z-index: 2;
    transition: all 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.learning-profits-db .main-photo-db:hover {
    transform: translateY(35px) scale(1.02);
}.learning-profits-db .description-wrap-db {
    border-radius: 26px;
    padding: 60px 40px 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    width: 85%;
    z-index: 1;
}.learning-profits-db .description-wrap-db::before {
    height: 5px;
    position: absolute;
    content: "";
    border-radius: 10px;
    width: 60%;
    background: linear-gradient(to right, rgb(219,163,176), rgb(195,122,138));
    transform: translateX(-50%);
    top: 0;
    left: 50%;
}.learning-profits-db h3 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    font-size: 34px;
    text-align: center;
}.learning-profits-db h3::after {
    height: 3px;
    position: absolute;
    background: rgb(195,122,138,0.5);
    border-radius: 10px;
    content: "";
    transform: translateX(-50%);
    bottom: -15px;
    width: 60px;
    left: 50%;
}.learning-profits-db ul {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    gap: 20px;
    list-style: none;
}.learning-profits-db li {
    position: relative;
    transition: all 0.3s ease;
}.learning-profits-db li:hover {
    transform: translateY(-5px);
}.learning-profits-db li p {
    height: 100%;
    color: #000000;
    border-radius: 12px;
    gap: 15px;
    display: flex;
    background: linear-gradient(120deg, #ffffff, rgb(243,215,221));
    padding: 16px;
    font-size: 17px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin: 0;
    font-weight: 400;
    transition: all 0.3s ease;
    line-height: 1.5;
    align-items: center;
}.learning-profits-db li:hover p {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(120deg, #ffffff, rgb(219,163,176,0.5));
}.learning-profits-db svg {
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    display: flex;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    width: 24px;
    flex-shrink: 0;
    height: 24px;
    background: #ffffff;
    transition: all 0.3s ease;
    padding: 5px;
}.learning-profits-db svg path {
    transition: fill 0.3s ease;
    fill: rgb(219,163,176);
}.learning-profits-db li:hover svg {
    background: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}.learning-profits-db li:hover svg path {
    fill: rgb(195,122,138);
}

@media (max-width: 992px) {.learning-profits-db {
    padding: 80px 0;
}.learning-profits-db .main-photo-db {
    width: 50%;
    transform: translateY(30px);
}.learning-profits-db .main-photo-db:hover {
    transform: translateY(25px) scale(1.02);
}.learning-profits-db .description-wrap-db {
    padding: 50px 30px 30px;
    width: 90%;
}.learning-profits-db ul {
    gap: 15px;
    grid-template-columns: 1fr;
}
}

@media (max-width: 576px) {.learning-profits-db {
    padding: 60px 0;
}.learning-profits-db .main-photo-db {
    width: 70%;
    transform: translateY(25px);
}.learning-profits-db .main-photo-db:hover {
    transform: translateY(22px) scale(1.02);
}.learning-profits-db .description-wrap-db {
    padding: 40px 25px 25px;
    width: 100%;
}.learning-profits-db h3 {
    font-size: 23px;
    margin-bottom: 25px;
}.learning-profits-db li p {
    padding: 12px;
}.learning-profits-db svg {
    width: 22px;
    height: 22px;
    padding: 4px;
}}.diploma-cta-db {
    color: #000000;
    padding: 5rem 0 2rem;
    background-color: rgb(243,215,221);
    font-family: Arial, sans-serif;
    position: relative;
}.diploma-cta-db::before {
    top: 0;
    content: '';
    left: 0;
    z-index: 0;
    height: 100%;
    background: 
        linear-gradient(135deg, rgb(219,163,176,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(195,122,138,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.07;
    width: 100%;
}.diploma-cta-db::after {
    content: '';
    z-index: 1;
    height: 7px;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(243,215,221) 0%,
        rgb(219,163,176) 35%, 
        rgb(195,122,138) 65%,
        rgb(243,215,221) 100%);
    width: 100%;
    left: 0;
}.diploma-cta-db .container {
    z-index: 2;
    position: relative;
}.diploma-cta-db .footer-clients-db {
    flex-direction: column;
    display: flex;
}.diploma-cta-db .online-questions-db {
    position: relative;
    display: flex;
    gap: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 2rem;
    margin-bottom: 4rem;
    justify-content: center;
    flex-wrap: wrap;
}.diploma-cta-db .online-questions-db::after {
    left: 0;
    bottom: -1px;
    height: 1px;
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(195,122,138,0.5) 50%,
        transparent 100%);
    position: absolute;
    width: 100%;
}.diploma-cta-db .info_item {
    position: relative;
    padding: 0.5rem 1rem;
    width: 25%;
    transition: all 0.3s ease;
    flex: 0 0 auto;
}.diploma-cta-db .info_item::before {
    background-color: rgba(0, 0, 0, 0.06);
    height: 60%;
    top: 50%;
    position: absolute;
    content: '';
    transform: translateY(-50%);
    left: 0;
    width: 1px;
}.diploma-cta-db .info_item:first-child::before {
    display: none;
}.diploma-cta-db .info_item p,
.diploma-cta-db .info_item a {
    color: #000000;
    transition: all 0.3s ease;
    justify-content: center;
    align-items: center;
    font-size: calc(13px - 1px);
    text-align: center;
    text-decoration: none;
    display: flex;
    font-weight: 400;
    gap: 0.75rem;
}.diploma-cta-db .info_item:hover {
    transform: translateY(-5px);
}.diploma-cta-db .info_item:hover p,
.diploma-cta-db .info_item:hover a {
    color: rgb(219,163,176);
}.diploma-cta-db .info_item svg {
    fill: rgb(219,163,176);
    height: 20px;
    transition: transform 0.3s ease;
    width: 20px;
}.diploma-cta-db .info_item:hover svg {
    transform: rotate(10deg);
}.diploma-cta-db .text_main_holder {
    justify-content: space-between;
    gap: 3rem;
    flex-wrap: wrap;
    position: relative;
    display: flex;
}.diploma-cta-db .main-edu-db {
    max-width: 300px;
    margin-right: auto;
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
    width: 100%;
}.diploma-cta-db .main-edu-db svg {
    max-width: 160px;
    height: auto;
    transition: all 0.3s ease;
}.diploma-cta-db .main-edu-db:hover svg {
    transform: scale(1.05);
}.diploma-cta-db .pitch-comp-db {
    font-size: 14px;
    line-height: 1.6;
    padding-left: 2rem;
    position: relative;
    color: #000000;
}.diploma-cta-db .pitch-comp-db::before {
    content: '';
    bottom: 0;
    width: 4px;
    top: 0;
    background: linear-gradient(to bottom, rgb(219,163,176), rgb(195,122,138));
    border-radius: 2px;
    position: absolute;
    left: 0;
}.diploma-cta-db .header-mainbar-db {
    min-width: 240px;
    max-width: 400px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    flex: 1;
}.diploma-cta-db .header-mainbar-db::before {
    border-radius: 17px;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    background: rgba(0, 0, 0, 0.02);
    content: '';
}.diploma-cta-db .header-mainbar-db h5 {
    color: #000000;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    font-size: 23px;
    margin-bottom: 1rem;
    background: rgba(0, 0, 0, 0.03);
}.diploma-cta-db .site-core-db {
    flex-direction: column;
    display: flex;
    padding: 0 1.5rem;
    gap: 0.75rem;
}.diploma-cta-db .site-core-db:first-child {
    position: relative;
}.diploma-cta-db .site-core-db a {
    color: #000000;
    transition: all 0.3s ease;
    font-size: 13px;
    padding-left: 1.25rem;
    padding: 0.5rem 0;
    position: relative;
    text-decoration: none;
}.diploma-cta-db .site-core-db a::before {
    background-color: rgb(195,122,138,0.5);
    transition: all 0.3s ease;
    left: 0;
    content: '';
    position: absolute;
    transform: translateY(-50%);
    width: 6px;
    top: 50%;
    border-radius: 50%;
    height: 6px;
}.diploma-cta-db .site-core-db a:hover {
    color: rgb(219,163,176);
    padding-left: 1.5rem;
}.diploma-cta-db .site-core-db a:hover::before {
    width: 8px;
    background-color: rgb(219,163,176);
    height: 8px;
}.diploma-cta-db .subscribe_holder {
    position: relative;
    padding: 2rem;
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
    border-radius: 17px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    max-width: 400px;
    width: 100%;
}.diploma-cta-db .subscribe_holder::before {
    border-width: 50px 50px 0 0;
    border-style: solid;
    border-color: rgb(219,163,176,0.5) transparent transparent transparent;
    height: 0;
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    content: '';
    border-top-left-radius: 17px;
}.diploma-cta-db .subscribe_holder h5 {
    margin-bottom: 0.5rem;
    color: #000000;
    font-weight: 600;
    font-size: 23px;
}.diploma-cta-db .subscribe_holder p {
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
}.diploma-cta-db .input_holder {
    gap: 1rem;
    flex-direction: column;
    display: flex;
    position: relative;
    margin-top: 0.5rem;
}.diploma-cta-db .input_holder input[type="email"] {
    border-radius: 10px;
    font-size: 13px;
    color: #000000;
    padding: 1.125rem 1.25rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
}.diploma-cta-db .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(219,163,176);
    box-shadow: 0 0 0 3px rgb(219,163,176,0.5);
}.diploma-cta-db .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.diploma-cta-db .news-alert-db {
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 19px;
    background: linear-gradient(135deg, rgb(219,163,176) 0%, rgb(195,122,138) 100%);
    color: #ffffff;
    border: none;
    position: relative;
    cursor: pointer;
    padding: 1.125rem 1.25rem;
    overflow: hidden;
    font-weight: 600;
    z-index: 1;
}.diploma-cta-db .news-alert-db::before {
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(195,122,138) 0%, rgb(219,163,176) 100%);
    left: 0;
    content: '';
    z-index: -1;
    height: 100%;
}.diploma-cta-db .news-alert-db:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.diploma-cta-db .news-alert-db:hover::before {
    opacity: 1;
}.diploma-cta-db .lecture-ref-db {
    margin-top: 4rem;
    padding-top: 2rem;
    position: relative;
    text-align: center;
}.diploma-cta-db .lecture-ref-db::before {
    position: absolute;
    top: 0;
    left: 30%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    content: '';
    width: 40%;
}.diploma-cta-db .affiliate-cta-db {
    opacity: 0.8;
    font-size: 14px;
    color: #000000;
}

@media (max-width: 1200px) {.diploma-cta-db .text_main_holder {
    gap: 2.5rem;
}.diploma-cta-db .main-edu-db {
    max-width: 260px;
}.diploma-cta-db .header-mainbar-db {
    min-width: 220px;
}
}

@media (max-width: 991px) {.diploma-cta-db {
    padding: 4rem 0 2rem;
}.diploma-cta-db .info_item {
    width: 50%;
    padding: 1rem;
}.diploma-cta-db .info_item:nth-child(3)::before {
    display: none;
}.diploma-cta-db .text_main_holder {
    flex-direction: column;
    gap: 3rem;
    align-items: center;
}.diploma-cta-db .main-edu-db {
    max-width: 100%;
    text-align: center;
    align-items: center;
    width: 100%;
}.diploma-cta-db .pitch-comp-db {
    text-align: center;
    max-width: 500px;
    padding-left: 0;
}.diploma-cta-db .pitch-comp-db::before {
    display: none;
}.diploma-cta-db .header-mainbar-db {
    width: 100%;
    max-width: 600px;
}.diploma-cta-db .subscribe_holder {
    max-width: 600px;
    width: 100%;
}
}

@media (max-width: 768px) {.diploma-cta-db {
    padding: 3.5rem 0 1.5rem;
}.diploma-cta-db .online-questions-db {
    margin-bottom: 3rem;
}.diploma-cta-db .info_item {
    width: 100%;
}.diploma-cta-db .info_item::before {
    display: none;
}.diploma-cta-db .site-core-db {
    justify-content: center;
    flex-direction: row;
    gap: 0.5rem 1.5rem;
    flex-wrap: wrap;
}.diploma-cta-db .site-core-db a {
    text-align: center;
    padding: 0.5rem 1rem;
}.diploma-cta-db .site-core-db a::before {
    display: none;
}.diploma-cta-db .site-core-db a:hover {
    padding-left: 1rem;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.03);
}.diploma-cta-db .lecture-ref-db {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.diploma-cta-db {
    padding: 3rem 0 1.5rem;
}.diploma-cta-db .online-questions-db {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
}.diploma-cta-db .text_main_holder {
    gap: 2.5rem;
}.diploma-cta-db .header-mainbar-db {
    padding: 1rem;
}.diploma-cta-db .header-mainbar-db h5 {
    text-align: center;
}.diploma-cta-db .subscribe_holder {
    padding: 1.5rem;
}.diploma-cta-db .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.diploma-cta-db .lecture-ref-db {
    margin-top: 2.5rem;
}}.course-summary-db {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(243,215,221) 0%, rgb(219,163,176,0.5) 100%);
    perspective: 1000px;
    overflow: hidden;
    position: relative;
}.course-summary-db::before {
    left: -5%;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(195,122,138,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(195,122,138,0.5) 12px
    );
    transform: rotate(-5deg);
    height: 120%;
    width: 120%;
    position: absolute;
    opacity: 0.05;
    top: -10%;
    z-index: 1;
}.course-summary-db .container {
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.course-summary-db .skill-explorer-db {
    display: flex;
    transform-style: preserve-3d;
    flex-direction: column;
    animation: fadeInUp 0.8s ease-out forwards;
    gap: 3rem;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course-summary-db .main-photo-db {
    mask-image: linear-gradient(to bottom right, 
        transparent 0%, 
        black 2%, 
        black 98%, 
        transparent 100%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 3;
    height: 350px;
    border: none;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: perspective(1000px) rotateX(2deg) rotateY(-3deg);
}.course-summary-db .main-photo-db:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
}.course-summary-db .main-photo-db::after {
    opacity: 0.6;
    content: "";
    inset: 0;
    z-index: 2;
    position: absolute;
    transition: opacity 0.3s ease;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgb(219,163,176,0.5) 100%
    );
}.course-summary-db .main-photo-db:hover::after {
    opacity: 0.4;
}.course-summary-db .description-wrap-db {
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(219,163,176);
    background: #ffffff;
    transform: translateZ(20px);
    padding: 2.5rem;
    position: relative;
}.course-summary-db .description-wrap-db::before {
    background: rgb(219,163,176);
    z-index: -1;
    top: -20px;
    height: 40px;
    content: "";
    left: 20px;
    transform: rotate(45deg);
    width: 40px;
    position: absolute;
}.course-summary-db h3 {
    font-size: calc(18px * 1.2);
    font-weight: 700;
    position: relative;
    color: #000000;
    display: inline-block;
    margin-bottom: 1.5rem;
}.course-summary-db h3::after {
    position: absolute;
    content: "";
    bottom: -8px;
    background: linear-gradient(90deg, rgb(219,163,176) 0%, transparent 100%);
    transition: transform 0.3s ease;
    height: 3px;
    transform-origin: left;
    width: 60%;
    left: 0;
}.course-summary-db .description-wrap-db:hover h3::after {
    transform: scaleX(1.2);
}.course-summary-db .description {
    position: relative;
    color: #000000;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
}.course-summary-db p.description {
    display: block;
}.course-summary-db span.description {
    display: none;
}.course-summary-db .description::first-letter {
    line-height: 1;
    float: left;
    font-weight: 700;
    color: rgb(219,163,176);
    margin-right: 8px;
    font-size: 1.5em;
    background: rgb(219,163,176,0.5);
    padding: 6px;
}

@media screen and (min-width: 768px) {.course-summary-db .skill-explorer-db {
    align-items: center;
    gap: 4rem;
    flex-direction: row;
}.course-summary-db .main-photo-db {
    transform: perspective(1000px) rotateX(2deg) rotateY(-5deg);
    flex: 1;
    height: 450px;
}.course-summary-db .description-wrap-db {
    transform: perspective(1000px) rotateX(-1deg) rotateY(2deg) translateZ(30px);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    flex: 1.2;
}.course-summary-db .description-wrap-db:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(40px);
}.course-summary-db h3 {
    font-size: 33px;
}
}

@media screen and (min-width: 992px) {.course-summary-db {
    padding: 8rem 0;
}.course-summary-db .main-photo-db {
    flex: 1.2;
    height: 550px;
}.course-summary-db .description-wrap-db {
    padding: 3rem;
    flex: 1;
}.course-summary-db h3 {
    margin-bottom: 2rem;
}.course-summary-db .description {
    font-size: calc(17px * 1.05);
    line-height: 1.8;
}
}

@media screen and (max-width: 767px) {.course-summary-db {
    padding: 3rem 0;
}.course-summary-db .container {
    padding: 0 1.5rem;
}.course-summary-db .main-photo-db {
    margin-bottom: -20px;
    height: 250px;
}.course-summary-db .description-wrap-db {
    padding: 1.8rem;
    z-index: 4;
    transform: translateY(-30px);
}.course-summary-db h3 {
    font-size: calc(21px * 1.2);
    margin-bottom: 1rem;
}.course-summary-db .description {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (hover: hover) {.course-summary-db .main-photo-db::before {
    background: linear-gradient(
            45deg,
            rgb(219,163,176,0.5) 0%,
            transparent 50%,
            rgb(195,122,138,0.5) 100%
        );
    content: "";
    position: absolute;
    z-index: 2;
    opacity: 0;
    inset: 0;
    transition: opacity 0.5s ease;
}.course-summary-db .main-photo-db:hover::before {
    opacity: 0.2;
}}.course-fit-for-db {
    background: linear-gradient(135deg, rgb(243,215,221) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.course-fit-for-db::before {
    z-index: 0;
    left: 0;
    top: 0;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(219,163,176,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(195,122,138,0.5) 0%, transparent 40%);
    width: 100%;
    position: absolute;
    content: "";
    opacity: 0.6;
}.course-fit-for-db::after {
    z-index: 0;
    width: 100%;
    opacity: 0.03;
    top: 0;
    left: 0;
    background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
    content: "";
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 25%),
        linear-gradient(-45deg, transparent 75%, #000000 25%);
    background-size: 120px 120px;
    position: absolute;
    height: 100%;
}.course-fit-for-db .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.course-fit-for-db .who-weare-db {
    overflow: hidden;
    backdrop-filter: blur(12px);
    padding: 50px;
    transform: translateY(0);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    border-radius: 22px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.08);
}.course-fit-for-db .who-weare-db:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}.course-fit-for-db .who-weare-db::before {
    height: 200px;
    opacity: 0.1;
    top: -100px;
    border-radius: 50%;
    animation: pulse-effect 8s infinite alternate ease-in-out;
    background: linear-gradient(45deg, rgb(219,163,176) 0%, rgb(195,122,138) 100%);
    filter: blur(30px);
    right: -100px;
    position: absolute;
    width: 200px;
    content: "";
}.course-fit-for-db .who-weare-db::after {
    background: linear-gradient(225deg, rgb(195,122,138) 0%, rgb(219,163,176) 100%);
    width: 150px;
    bottom: -75px;
    content: "";
    left: -75px;
    opacity: 0.1;
    filter: blur(25px);
    position: absolute;
    height: 150px;
    border-radius: 50%;
    animation: pulse-effect 8s infinite alternate-reverse ease-in-out;
}@keyframes pulse-effect {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

.course-fit-for-db h4 {
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
    font-size: 37px;
    padding-bottom: 15px;
    position: relative;
}.course-fit-for-db h4::after {
    bottom: 0;
    transform: translateX(-50%);
    height: 4px;
    width: 80px;
    left: 50%;
    content: "";
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(219,163,176) 0%, rgb(195,122,138) 100%);
}.course-fit-for-db div p {
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 15px 20px;
    border-left: 3px solid rgb(219,163,176);
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: calc(17px + 2px);
    margin-bottom: 25px;
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
}.course-fit-for-db div p:last-child {
    margin-bottom: 0;
}.course-fit-for-db div p:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.course-fit-for-db div p svg {
    transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
    min-width: 24px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
    margin-right: 15px;
}.course-fit-for-db div p:hover svg {
    transform: scale(1.2) rotate(5deg);
}.course-fit-for-db div p svg path {
    fill: rgb(219,163,176);
}.course-fit-for-db div p::after {
    height: 1px;
    position: absolute;
    transition: width 0.5s ease;
    background: linear-gradient(90deg, rgb(219,163,176) 0%, transparent 100%);
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
}.course-fit-for-db div p:hover::after {
    width: 100%;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 991px) {.course-fit-for-db {
    padding: 80px 0;
}.course-fit-for-db .who-weare-db {
    padding: 40px 30px;
}.course-fit-for-db h4 {
    font-size: calc(37px - 2px);
    margin-bottom: 30px;
}.course-fit-for-db div p {
    margin-bottom: 20px;
    padding: 12px 15px;
    font-size: 17px;
}
}

@media (max-width: 767px) {.course-fit-for-db {
    padding: 60px 0;
}.course-fit-for-db .who-weare-db {
    padding: 30px 20px;
}.course-fit-for-db h4 {
    margin-bottom: 25px;
    font-size: calc(37px - 4px);
    padding-bottom: 12px;
}.course-fit-for-db h4::after {
    width: 60px;
    height: 3px;
}.course-fit-for-db div p {
    margin-bottom: 15px;
    padding: 10px 12px;
    font-size: calc(17px - 1px);
}.course-fit-for-db div p svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    min-width: 20px;
}.course-fit-for-db::before,
    .course-fit-for-db::after {
    opacity: 0.05;
}
}

@media (max-width: 479px) {.course-fit-for-db {
    padding: 40px 0;
}.course-fit-for-db .who-weare-db {
    padding: 25px 15px;
}.course-fit-for-db h4 {
    font-size: calc(37px - 6px);
}.course-fit-for-db div p {
    font-size: calc(17px - 2px);
    padding: 8px 10px;
}.course-fit-for-db div p svg {
    min-width: 18px;
    height: 18px;
    margin-right: 8px;
    width: 18px;
}}.pricing-offer-box-db {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.pricing-offer-box-db::before {
    top: 0;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    left: 0;
    content: "";
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;
}.pricing-offer-box-db .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}.pricing-offer-box-db .plan-table-db {
    flex-direction: column;
    display: flex;
    align-items: center;
}.pricing-offer-box-db h2 {
    font-weight: 700;
    transform: translateY(20px);
    color: #ffffff;
    text-align: center;
    opacity: 0;
    margin-bottom: 20px;
    animation: fadeInUp 0.8s ease-out forwards;
    font-size: 33px;
}.pricing-offer-box-db .premium-grid-db {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    color: rgb(255, 255, 255, 0.5);
    transform: translateY(20px);
    text-align: center;
    max-width: 800px;
    font-size: 14px;
    margin-bottom: 50px;
}.pricing-offer-box-db .fee-package-db {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    width: 100%;
}.pricing-offer-box-db .fee-package-db li {
    opacity: 0;
    animation-delay: calc(0.3s + (0.15s * var(--li-index, 0)));
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateY(30px);
}.pricing-offer-box-db .fee-package-db li:nth-child(1) {
    --li-index: 0;
}.pricing-offer-box-db .fee-package-db li:nth-child(2) {
    --li-index: 1;
}.pricing-offer-box-db .fee-package-db li:nth-child(3) {
    --li-index: 2;
}.pricing-offer-box-db .fee-package-db li:nth-child(4) {
    --li-index: 3;
}.pricing-offer-box-db .sub-options-db {
    display: block;
    will-change: transform;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    transform: perspective(1000px) rotateX(0deg);
    height: 100%;
}.pricing-offer-box-db .sub-options-db:hover {
    transform: perspective(1000px) rotateX(5deg) translateY(-10px);
}.pricing-offer-box-db .class-cost-db {
    transition: all 0.4s ease;
    position: relative;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    overflow: hidden;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
}.pricing-offer-box-db .sub-options-db:hover .class-cost-db {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 15px rgba(rgb(219,163,176,0.5), 0.5);
}.pricing-offer-box-db .class-cost-db::before {
    opacity: 0.1;
    width: 40%;
    transition: all 0.6s ease;
    top: -10%;
    position: absolute;
    background: linear-gradient(135deg, rgb(219,163,176,0.5) 0%, transparent 70%);
    height: 50%;
    left: -10%;
    content: "";
    transform: rotate(-45deg);
}.pricing-offer-box-db .sub-options-db:hover .class-cost-db::before {
    transform: rotate(-45deg) translateY(-20%);
    opacity: 0.15;
}.pricing-offer-box-db .pricing-list-db {
    display: flex;
    min-height: 280px;
    height: 100%;
    box-sizing: border-box;
    flex-direction: column;
    padding: 35px 30px;
}.pricing-offer-box-db .pricing-list-db h4 {
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 15px;
    font-size: calc(24px * 1.1);
}.pricing-offer-box-db .pricing-list-db h4::after {
    width: 40px;
    background: rgb(219,163,176);
    height: 3px;
    bottom: 0;
    transition: width 0.4s ease;
    content: "";
    left: 0;
    position: absolute;
}.pricing-offer-box-db .sub-options-db:hover .pricing-list-db h4::after {
    width: 60px;
}.pricing-offer-box-db .pricing-list-db p {
    hyphens: auto;
    flex-grow: 1;
    white-space: normal;
    color: rgb(255, 255, 255, 0.5);
    margin-bottom: 25px;
    font-size: calc(14px * 0.9);
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.7;
}.pricing-offer-box-db .study-costs-db {
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.05);
    font-size: calc(24px * 1.2);
    color: rgb(219,163,176);
    font-weight: 700;
    display: inline-block;
    align-self: flex-start;
    padding: 10px 20px;
    border-radius: 4px;
}.pricing-offer-box-db .study-costs-db::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    top: 0;
    position: absolute;
    height: 100%;
    transition: left 0.7s ease;
    width: 100%;
    content: "";
    left: -100%;
}.pricing-offer-box-db .sub-options-db:hover .study-costs-db::before {
    left: 100%;
}

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

@media (max-width: 1200px) {.pricing-offer-box-db {
    padding: 100px 0;
}.pricing-offer-box-db .fee-package-db {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.pricing-offer-box-db {
    padding: 80px 0;
}.pricing-offer-box-db h2 {
    font-size: calc(33px * 0.9);
}.pricing-offer-box-db .fee-package-db {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.pricing-offer-box-db .pricing-list-db {
    padding: 25px 20px;
}
}

@media (max-width: 768px) {.pricing-offer-box-db {
    padding: 70px 0;
}.pricing-offer-box-db h2 {
    margin-bottom: 15px;
    font-size: calc(33px * 0.8);
}.pricing-offer-box-db .premium-grid-db {
    font-size: calc(14px * 0.95);
    margin-bottom: 35px;
}.pricing-offer-box-db .fee-package-db {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.pricing-offer-box-db .pricing-list-db {
    min-height: auto;
}
}

@media (max-width: 576px) {.pricing-offer-box-db {
    padding: 60px 0;
}.pricing-offer-box-db h2 {
    font-size: calc(33px * 0.7);
}.pricing-offer-box-db .premium-grid-db {
    font-size: calc(14px * 0.9);
}.pricing-offer-box-db .pricing-list-db {
    padding: 20px 15px;
}.pricing-offer-box-db .pricing-list-db h4 {
    font-size: 24px;
}.pricing-offer-box-db .pricing-list-db p {
    font-size: calc(14px * 0.85);
}.pricing-offer-box-db .study-costs-db {
    font-size: 24px;
    padding: 8px 15px;
}}.primary-page-db {
    position: relative;
    perspective: 1000px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    background: linear-gradient(135deg, rgb(219,163,176,0.5), rgb(243,215,221), rgb(195,122,138,0.5));
}.primary-page-db::before {
    animation: pulseBg 15s infinite alternate ease-in-out;
    top: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(219,163,176,0.5) 5%, transparent 20%),
    radial-gradient(circle at 80% 70%, rgb(195,122,138,0.5) 5%, transparent 20%);
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    content: "";
}.primary-page-db::after {
    background: linear-gradient(45deg, transparent 40%, rgb(219,163,176,0.5) 45%, transparent 50%);
    position: absolute;
    top: -50%;
    left: -50%;
    content: "";
    transform: rotate(15deg);
    height: 200%;
    animation: lightSweep 12s infinite linear;
    z-index: 2;
    opacity: 0.1;
    width: 200%;
}.primary-page-db .tech-track-db {
    gap: 2rem;
    display: grid;
    width: 90%;
    transform-style: preserve-3d;
    animation: fadeIn 1.2s ease-out;
    max-width: 1200px;
    grid-template-columns: 1fr;
    position: relative;
    z-index: 5;
}.primary-page-db .tech-track-db > div:first-child {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transform: translateZ(20px);
    backdrop-filter: blur(8px);
    padding: 2rem;
    background: rgb(219,163,176,0.5);
    border-left: 4px solid rgb(195,122,138);
}.primary-page-db .tech-track-db > div:first-child p {
    line-height: 1.6;
    transform: translateZ(10px);
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin: 0;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 600;
    font-size: calc(13px * 1.3);
}.primary-page-db .study-space-db {
    transform: translateZ(30px) rotateX(2deg);
    position: relative;
    transition: transform 0.5s ease;
}.primary-page-db .study-space-db:hover {
    transform: translateZ(40px) rotateX(0deg);
}.primary-page-db .study-space-db > div {
    padding: 3rem;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: relative;
}.primary-page-db .study-space-db > div::before {
    top: 0;
    position: absolute;
    background: linear-gradient(
    to bottom,
    rgb(219,163,176,0.5) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgb(195,122,138,0.5) 100%
  );
    z-index: 1;
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.8;
}.primary-page-db .study-space-db > div::after {
    opacity: 0.15;
    z-index: 2;
    animation: rotateGradient 25s infinite linear;
    background: radial-gradient(ellipse at center, transparent 40%, rgb(219,163,176,0.5) 100%);
    content: "";
    top: -10%;
    position: absolute;
    height: 120%;
    left: -10%;
    width: 120%;
}.primary-page-db .study-space-db h3 {
    line-height: 1.5;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-family: Arial, sans-serif;
    font-size: calc(20px * 1.1);
    z-index: 5;
    position: relative;
    margin: 0 0 2rem 0;
    font-weight: 400;
    padding-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}.primary-page-db .title_style_header {
    transform: translateZ(15px);
    letter-spacing: 1px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    background: linear-gradient(135deg, rgb(219,163,176,0.5), rgb(195,122,138,0.5));
    padding: 1.5rem;
    backdrop-filter: blur(5px);
    animation: pulseHeader 3s infinite alternate ease-in-out;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 5;
    margin: 0;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    font-size: 46px;
}

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

@keyframes pulseHeader {
  0% {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: translateZ(15px) scale(1);
  }
  100% {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25), 0 0 20px rgb(219,163,176,0.5);
    transform: translateZ(25px) scale(1.02);
  }
}

@keyframes pulseBg {
  0% {
    opacity: 0.1;
    transform: scale(1);
  }
  100% {
    opacity: 0.3;
    transform: scale(1.2);
  }
}

@keyframes lightSweep {
  0% {
    transform: rotate(15deg) translateX(-100%);
  }
  100% {
    transform: rotate(15deg) translateX(100%);
  }
}

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

@media (min-width: 768px) {.primary-page-db .tech-track-db {
    gap: 3rem;
    grid-template-columns: 1fr 2fr;
}.primary-page-db .tech-track-db > div:first-child {
    padding: 3rem;
    align-items: center;
    display: flex;
}.primary-page-db .tech-track-db > div:first-child p {
    font-size: calc(13px * 1.5);
}.primary-page-db .study-space-db > div {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    padding: 4rem;
    min-height: 400px;
}.primary-page-db .study-space-db h3 {
    max-width: 80%;
    font-size: 20px;
}.primary-page-db .title_style_header {
    padding: 2rem;
    font-size: calc(46px * 1.2);
}
}

@media (min-width: 992px) {.primary-page-db .tech-track-db {
    gap: 4rem;
}.primary-page-db .tech-track-db > div:first-child {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}.primary-page-db .study-space-db > div {
    transition: background-position 8s ease;
    background-position: center center !important;
    min-height: 450px;
}.primary-page-db .study-space-db > div:hover {
    background-position: bottom right !important;
}.primary-page-db .study-space-db h3 {
    max-width: 70%;
}.primary-page-db .title_style_header {
    margin-left: 2rem;
    transform: translateZ(20px);
}
}

@media (max-width: 767px) {.primary-page-db {
    padding: 3rem 1rem;
}.primary-page-db .tech-track-db > div:first-child {
    padding: 1.5rem;
}.primary-page-db .tech-track-db > div:first-child p {
    font-size: 13px;
}.primary-page-db .study-space-db > div {
    padding: 2rem;
}.primary-page-db .study-space-db h3 {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    font-size: calc(22px * 1.2);
}.primary-page-db .title_style_header {
    padding: 1rem;
    font-size: calc(38px * 0.9);
}}.sign-up-now-db {
    padding: 120px 0;
    background: linear-gradient(110deg, rgb(219,163,176) 55%, rgb(243,215,221) 45%);
    position: relative;
    overflow: hidden;
}.sign-up-now-db::before {
    z-index: 1;
    background: repeating-linear-gradient(
        -45deg, 
        transparent, 
        transparent 20px, 
        rgba(255, 255, 255, 0.03) 20px, 
        rgba(255, 255, 255, 0.03) 40px
    );
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}.sign-up-now-db .who-weare-db {
    justify-content: space-between;
    position: relative;
    padding: 0;
    align-items: center;
    flex-direction: row;
    display: flex;
    z-index: 10;
}.sign-up-now-db .container p {
    font-size: 33px;
    padding-right: 30px;
    color: #ffffff;
    width: 60%;
    line-height: 1.4;
    font-weight: 700;
    z-index: 5;
    position: relative;
    margin: 0;
}.sign-up-now-db .query-support-db {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    transform: skewX(-10deg);
    font-size: 19px;
    width: 35%;
    transition: all 0.4s ease;
    justify-content: center;
    display: flex;
    z-index: 5;
    font-weight: 600;
    align-items: center;
    position: relative;
    background: rgb(219,163,176);
    height: 100px;
    border-radius: 23px;
    overflow: hidden;
    text-decoration: none;
}.sign-up-now-db .query-support-db::before {
    position: absolute;
    height: 150%;
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(35deg) translateY(-50px);
    content: '';
    left: -50px;
    width: 10px;
    transition: all 0.6s ease;
}.sign-up-now-db .query-support-db:hover {
    transform: skewX(-10deg) translateY(-8px);
    background: rgb(195,122,138);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.3);
}.sign-up-now-db .query-support-db:hover::before {
    left: 120%;
}.sign-up-now-db .container::after {
    position: absolute;
    height: 200px;
    background: rgb(219,163,176,0.5);
    right: -50px;
    z-index: -1;
    width: 200px;
    top: -50px;
    border-radius: 50%;
    filter: blur(60px);
    content: '';
    animation: pulse 8s infinite alternate;
}.sign-up-now-db .container::before {
    background: rgb(195,122,138,0.5);
    z-index: -1;
    content: '';
    animation: pulse 8s infinite alternate-reverse;
    filter: blur(50px);
    position: absolute;
    height: 150px;
    bottom: -50px;
    border-radius: 50%;
    width: 150px;
    left: -50px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@media (max-width: 991px) {.sign-up-now-db {
    padding: 90px 0;
    background: linear-gradient(130deg, #000000 55%, rgb(243,215,221) 55%);
}.sign-up-now-db .container p {
    font-size: calc(22px * 1.3);
}.sign-up-now-db .query-support-db {
    height: 80px;
}
}

@media (max-width: 767px) {.sign-up-now-db {
    padding: 70px 0;
    background: #000000;
}.sign-up-now-db .who-weare-db {
    flex-direction: column;
    gap: 30px;
}.sign-up-now-db .container p {
    width: 100%;
    padding-right: 0;
    text-align: center;
    font-size: 22px;
}.sign-up-now-db .query-support-db {
    transform: skewX(0);
    height: 70px;
    width: 80%;
}.sign-up-now-db .query-support-db:hover {
    transform: skewX(0) translateY(-5px);
}
}

@media (max-width: 480px) {.sign-up-now-db {
    padding: 50px 0;
}.sign-up-now-db .container p {
    font-size: calc(17px * 1.2);
}.sign-up-now-db .query-support-db {
    font-size: calc(19px * 0.9);
    width: 100%;
    height: 60px;
}}.contact-us-db {
    position: relative;
    background: linear-gradient(145deg, rgb(243,215,221) 0%, rgba(9, 19, 32, 0.9) 100%);
    padding: 120px 0;
    overflow: hidden;
}.contact-us-db::before {
    pointer-events: none;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(219,163,176,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(219,163,176,0.5) 11px
    );
    position: absolute;
    top: 0;
    height: 100%;
    animation: gridMove 20s linear infinite;
    width: 100%;
    content: "";
    opacity: 0.05;
}.contact-us-db::after {
    pointer-events: none;
    height: 200%;
    content: "";
    animation: pulseGlow 15s ease-in-out infinite;
    width: 200%;
    background: radial-gradient(circle, rgb(219,163,176,0.5) 0%, transparent 60%);
    left: -50%;
    position: absolute;
    top: -50%;
    opacity: 0.1;
}.contact-us-db .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.contact-us-db h2 {
    color: #ffffff;
    margin-bottom: 60px;
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 38px;
}.contact-us-db h2::after {
    height: 3px;
    content: "";
    bottom: 0;
    width: 80px;
    background: linear-gradient(to right, transparent, rgb(219,163,176), transparent);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}.contact-us-db .help-map-db {
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    display: flex;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.03);
}.contact-us-db .help-map-db::before {
    background: linear-gradient(to bottom right, rgb(219,163,176,0.5), transparent);
    position: absolute;
    content: "";
    left: 0;
    opacity: 0.03;
    top: 0;
    height: 100%;
    pointer-events: none;
    width: 100%;
}.contact-us-db .main-photo-db {
    position: relative;
    min-height: 500px;
    transform: scale(1.01);
    transition: transform 0.6s ease;
    flex: 1;
}.contact-us-db .main-photo-db::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
}.contact-us-db .inquiry-support-db {
    flex: 1;
    position: relative;
    padding: 50px;
}.contact-us-db .inquiry-support-db::before {
    width: 50px;
    position: absolute;
    opacity: 0.7;
    content: "";
    height: 50px;
    right: 20px;
    border-top: 2px solid rgb(219,163,176,0.5);
    top: 20px;
    border-right: 2px solid rgb(219,163,176,0.5);
}.contact-us-db .inquiry-support-db::after {
    border-left: 2px solid rgb(219,163,176,0.5);
    position: absolute;
    height: 50px;
    opacity: 0.7;
    border-bottom: 2px solid rgb(219,163,176,0.5);
    left: 20px;
    content: "";
    bottom: 20px;
    width: 50px;
}.contact-us-db form {
    width: 100%;
}.contact-us-db form h3 {
    font-family: Arial, sans-serif;
    padding-left: 15px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 30px;
}.contact-us-db form h3::before {
    width: 5px;
    left: 0;
    transform: translateY(-50%);
    background: rgb(219,163,176);
    height: 25px;
    top: 50%;
    position: absolute;
    border-radius: 10px;
    content: "";
}.contact-us-db form input[type="text"] {
    transition: all 0.3s ease;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    background: rgba(255, 255, 255, 0.05);
    padding: 15px 20px;
    font-family: Arial, sans-serif;
}.contact-us-db form input[type="text"]:focus {
    border-color: rgb(219,163,176);
    box-shadow: 0 0 15px rgba(rgb(219,163,176), 0.2);
    background: rgba(255, 255, 255, 0.08);
    outline: none;
}.contact-us-db form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact-us-db .support-form-db {
    position: relative;
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}.contact-us-db .support-form-db input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-us-db .support-form-db label {
    font-size: 13px;
    cursor: pointer;
    line-height: 1.5;
    padding-left: 35px;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
}.contact-us-db .support-form-db label::before {
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    height: 22px;
    top: 2px;
    content: "";
    background: rgba(255, 255, 255, 0.05);
    width: 22px;
}.contact-us-db .support-form-db input[type="checkbox"]:checked + label::before {
    background: rgb(219,163,176);
    border-color: rgb(219,163,176);
}.contact-us-db .support-form-db input[type="checkbox"]:checked + label::after {
    border-left: 2px solid #ffffff;
    left: 7px;
    border-bottom: 2px solid #ffffff;
    content: "";
    position: absolute;
    transform: rotate(-45deg);
    width: 8px;
    height: 4px;
    top: 11px;
}.contact-us-db .support-form-db label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(219,163,176);
}.contact-us-db .support-form-db label a:hover {
    text-decoration: underline;
}.contact-us-db form .query-support-db {
    padding: 15px 35px;
    display: inline-block;
    cursor: pointer;
    border: none;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(45deg, rgb(219,163,176), rgb(195,122,138));
    position: relative;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    z-index: 1;
    font-weight: 600;
    font-size: 19px;
}.contact-us-db form .query-support-db::before {
    background: linear-gradient(45deg, rgb(195,122,138), rgb(219,163,176));
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    transition: all 0.4s ease;
    content: "";
    left: -100%;
}.contact-us-db form .query-support-db:hover::before {
    left: 0;
}.contact-us-db form .query-support-db:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.contact-us-db svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
    fill: rgb(219,163,176);
}.contact-us-db svg path {
    transition: fill 0.3s ease;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 991px) {.contact-us-db {
    padding: 80px 0;
}.contact-us-db .help-map-db {
    flex-direction: column;
}.contact-us-db .main-photo-db {
    order: 1;
    min-height: 300px;
}.contact-us-db .inquiry-support-db {
    padding: 40px 30px;
    order: 2;
}
}

@media screen and (max-width: 767px) {.contact-us-db {
    padding: 60px 0;
}.contact-us-db h2 {
    margin-bottom: 40px;
}.contact-us-db .main-photo-db {
    min-height: 200px;
}.contact-us-db .inquiry-support-db {
    padding: 30px 20px;
}.contact-us-db form .query-support-db {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.contact-us-db {
    padding: 40px 0;
}.contact-us-db h2 {
    font-size: calc(38px * 0.8);
}.contact-us-db form h3 {
    font-size: calc(20px * 0.9);
}.contact-us-db .inquiry-support-db::before,
    .contact-us-db .inquiry-support-db::after {
    width: 30px;
    height: 30px;
}}.privacy-enclosure-db {
    overflow: hidden;
    padding: 4rem 0;
    background-color: var(--section-bg-color, #f8f9fa);
    position: relative;
}.privacy-enclosure-db::before {
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(var(--primary-color_opacity, 0.03)), transparent 80%);
    top: 0;
    height: 100%;
    width: 100%;
}.privacy-enclosure-db::after {
    position: absolute;
    border-top: 1px solid var(--primary-color_opacity, rgba(0,100,255,0.1));
    content: "";
    background: linear-gradient(225deg, var(--primary-color_opacity, rgba(0,100,255,0.05)), transparent 70%);
    width: 200px;
    right: -10px;
    height: 200px;
    z-index: 0;
    bottom: -10px;
    transform: rotate(-15deg) translateY(30px);
}.privacy-enclosure-db .container {
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1140px;
}.privacy-enclosure-db h1 {
    position: relative;
    color: var(--dark-color, #212529);
    margin-bottom: 2rem;
    font-size: var(--h1-font-size, 2.5rem);
    padding-bottom: 1rem;
    font-weight: var(--font-weight-bold, 700);
    transform: translateX(-0.5rem);
}.privacy-enclosure-db h1::after {
    content: "";
    left: 0;
    transform-origin: left center;
    bottom: 0;
    background: linear-gradient(90deg, var(--primary-color, #0066ff), transparent);
    position: absolute;
    width: 80px;
    transition: width 0.3s ease-out;
    height: 4px;
}.privacy-enclosure-db h1:hover::after {
    width: 120px;
}.privacy-enclosure-db h2 {
    margin: 2.5rem 0 1.25rem;
    color: var(--dark-color, #212529);
    position: relative;
    font-weight: var(--font-weight-semibold, 600);
    padding-left: 1rem;
    font-size: var(--h2-font-size, 1.75rem);
    transform: translateX(-1rem);
}.privacy-enclosure-db h2::before {
    position: absolute;
    width: 4px;
    height: 70%;
    transition: transform 0.3s ease;
    content: "";
    left: 0;
    background: var(--primary-color, #0066ff);
    transform-origin: center;
    top: 0.25em;
}.privacy-enclosure-db h2:hover::before {
    transform: scaleY(1.2);
}.privacy-enclosure-db h3 {
    padding-bottom: 0.5rem;
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.85);
    font-weight: var(--font-weight-semibold, 600);
    margin: 2rem 0 1rem;
    border-bottom: 1px solid var(--secondary-color_opacity, rgba(108, 117, 125, 0.15));
    color: var(--dark-color, #212529);
}.privacy-enclosure-db h4 {
    color: var(--dark-color, #212529);
    margin: 1.75rem 0 0.75rem;
    position: relative;
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.7);
    font-weight: var(--font-weight-semibold, 600);
}.privacy-enclosure-db p {
    margin-bottom: 1.5rem;
    font-size: var(--p-font-size, 1rem);
    color: var(--p-color, #495057);
    line-height: 1.7;
    max-width: 92%;
}.privacy-enclosure-db strong {
    font-weight: var(--font-weight-semibold, 600);
    color: var(--dark-color, #212529);
}.privacy-enclosure-db ul {
    margin: 1.5rem 0 2rem;
    list-style: none;
    padding-left: 1.25rem;
}.privacy-enclosure-db li {
    position: relative;
    padding-left: 1.5rem;
    font-size: var(--p-font-size, 1rem);
    margin-bottom: 1rem;
    color: var(--p-color, #495057);
    line-height: 1.6;
}.privacy-enclosure-db li::before {
    border-radius: 1px;
    background-color: var(--primary-color, #0066ff);
    left: 0;
    transition: transform 0.2s ease;
    position: absolute;
    height: 6px;
    content: "";
    top: 0.65em;
    width: 6px;
    transform: rotate(45deg);
}.privacy-enclosure-db li:hover::before {
    transform: rotate(135deg) scale(1.1);
}.privacy-enclosure-db span {
    margin-bottom: 1.5rem;
    border-left: 1px solid var(--secondary-color_opacity, rgba(108, 117, 125, 0.15));
    padding-left: 0.75rem;
    font-size: var(--p-font-size, 1rem);
    display: block;
    color: var(--p-color, #495057);
    line-height: 1.7;
}

@media (min-width: 768px) {.privacy-enclosure-db {
    padding: 5rem 0;
}.privacy-enclosure-db .container {
    padding: 0 4rem;
}.privacy-enclosure-db h1 {
    margin-bottom: 3rem;
    font-size: calc(var(--h1-font-size, 2.5rem) * 1.2);
}.privacy-enclosure-db h2 {
    margin-top: 3.5rem;
}.privacy-enclosure-db p, 
    .privacy-enclosure-db span {
    line-height: 1.8;
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
}.privacy-enclosure-db ul {
    padding-left: 2rem;
}.privacy-enclosure-db li {
    padding-left: 1.75rem;
}
}

@media (min-width: 992px) {.privacy-enclosure-db .container {
    padding: 0 5rem;
}.privacy-enclosure-db h1 {
    transform: translateX(-1rem);
}.privacy-enclosure-db h1::after {
    width: 100px;
}.privacy-enclosure-db h1:hover::after {
    width: 150px;
}.privacy-enclosure-db p {
    max-width: 85%;
}.privacy-enclosure-db p, 
    .privacy-enclosure-db span {
    font-size: calc(var(--p-font-size, 1rem) * 1.1);
}
}

@media (max-width: 767px) {.privacy-enclosure-db {
    padding: 3rem 0;
}.privacy-enclosure-db .container {
    padding: 0 1.5rem;
}.privacy-enclosure-db h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.85);
    margin-bottom: 1.5rem;
}.privacy-enclosure-db h2 {
    margin: 2rem 0 1rem;
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.9);
}.privacy-enclosure-db h3 {
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.75);
}.privacy-enclosure-db h4 {
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.65);
}.privacy-enclosure-db ul {
    padding-left: 0.5rem;
}.privacy-enclosure-db li {
    padding-left: 1.25rem;
    margin-bottom: 0.75rem;
}.privacy-enclosure-db p, 
    .privacy-enclosure-db span {
    margin-bottom: 1.25rem;
}}.developer-experience-db {
    overflow: hidden;
    background: rgb(243,215,221);
    position: relative;
    padding: 120px 0;
}.developer-experience-db::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(219,163,176,0.5) 0,
        rgb(219,163,176,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    z-index: 1;
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0.05;
    top: 0;
    position: absolute;
}.developer-experience-db .container {
    padding: 0 30px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.developer-experience-db .feedback-ratings-db {
    max-width: 1000px;
    position: relative;
    display: grid;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin: 0 auto;
    gap: 50px;
    background: #ffffff;
    border-radius: 21px;
    grid-template-columns: 350px 1fr;
}.developer-experience-db .main-photo-db {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 400px;
    height: 100%;
    border-radius: 0;
}.developer-experience-db .main-photo-db::before {
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    bottom: 0;
}.developer-experience-db .main-photo-db::after {
    background: rgb(219,163,176);
    width: 100%;
    left: 0;
    top: 0;
    transition: opacity 0.4s ease;
    content: "";
    position: absolute;
    opacity: 0.15;
    height: 100%;
}.developer-experience-db .main-photo-db:hover::after {
    opacity: 0;
}.developer-experience-db .name {
    padding-bottom: 0;
    transition: transform 0.3s ease;
    bottom: 60px;
    margin: 0;
    color: #ffffff;
    font-weight: 700;
    left: 30px;
    font-family: Arial, sans-serif;
    z-index: 2;
    position: absolute;
    font-size: 23px;
}.developer-experience-db .feedback-ratings-db span:not(.name) {
    font-family: Arial, sans-serif;
    position: absolute;
    opacity: 0.85;
    font-size: 16px;
    transition: transform 0.3s ease;
    margin: 0;
    color: #ffffff;
    font-weight: 400;
    left: 30px;
    bottom: 30px;
    z-index: 2;
}.developer-experience-db .main-photo-db:hover ~ .name,
.developer-experience-db .main-photo-db:hover ~ span:not(.name) {
    transform: translateX(5px);
}.developer-experience-db .work-timeline-db {
    margin: 0;
    font-weight: 400;
    font-family: Arial, sans-serif;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    padding: 50px 40px;
    line-height: 1.8;
    color: #000000;
}.developer-experience-db .work-timeline-db::before {
    content: "";
    opacity: 0.2;
    background: linear-gradient(to right bottom, 
        rgb(219,163,176) 0%, 
        rgb(219,163,176) 50%, 
        transparent 50%, 
        transparent 100%);
    width: 40px;
    height: 30px;
    top: 40px;
    left: 40px;
    position: absolute;
}.developer-experience-db .work-timeline-db::after {
    opacity: 0.2;
    background: linear-gradient(to left top, 
        rgb(195,122,138) 0%, 
        rgb(195,122,138) 50%, 
        transparent 50%, 
        transparent 100%);
    bottom: 40px;
    content: "";
    right: 40px;
    height: 30px;
    width: 40px;
    position: absolute;
}

@media (max-width: 992px) {.developer-experience-db {
    padding: 100px 0;
}.developer-experience-db .feedback-ratings-db {
    grid-template-columns: 300px 1fr;
    gap: 40px;
}.developer-experience-db .main-photo-db {
    min-height: 350px;
}.developer-experience-db .work-timeline-db {
    padding: 40px 30px;
}.developer-experience-db .work-timeline-db::before {
    width: 30px;
    left: 30px;
    top: 30px;
    height: 24px;
}.developer-experience-db .work-timeline-db::after {
    right: 30px;
    height: 24px;
    width: 30px;
    bottom: 30px;
}
}

@media (max-width: 768px) {.developer-experience-db {
    padding: 80px 0;
}.developer-experience-db .container {
    padding: 0 20px;
}.developer-experience-db .feedback-ratings-db {
    grid-template-columns: 1fr;
    gap: 0;
}.developer-experience-db .main-photo-db {
    height: 300px;
    min-height: 300px;
}.developer-experience-db .work-timeline-db {
    padding: 35px 25px;
}.developer-experience-db .name {
    bottom: 50px;
    left: 25px;
    font-size: calc(23px * 0.9);
}.developer-experience-db .feedback-ratings-db span:not(.name) {
    bottom: 25px;
    font-size: calc(16px * 0.95);
    left: 25px;
}.developer-experience-db .work-timeline-db::before {
    top: 25px;
    width: 24px;
    left: 25px;
    height: 20px;
}.developer-experience-db .work-timeline-db::after {
    right: 25px;
    bottom: 25px;
    height: 20px;
    width: 24px;
}
}

@media (max-width: 480px) {.developer-experience-db {
    padding: 60px 0;
}.developer-experience-db .main-photo-db {
    height: 250px;
    min-height: 250px;
}.developer-experience-db .work-timeline-db {
    font-size: calc(16px * 0.9);
    padding: 30px 20px;
}.developer-experience-db .name {
    bottom: 45px;
    left: 20px;
    font-size: calc(23px * 0.85);
}.developer-experience-db .feedback-ratings-db span:not(.name) {
    left: 20px;
    font-size: calc(16px * 0.9);
    bottom: 20px;
}.developer-experience-db .work-timeline-db::before,
    .developer-experience-db .work-timeline-db::after {
    height: 16px;
    width: 20px;
}}.data-insights-db {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(243,215,221) 0%, rgb(219,163,176,0.5) 100%);
    z-index: 1;
}.data-insights-db::before {
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(243,215,221) 0%, transparent 70%);
    top: 0;
    width: 100%;
    z-index: -1;
}.data-insights-db::after {
    opacity: 0.4;
    background-size: cover;
    background-image: radial-gradient(circle at 70% 30%, rgb(219,163,176,0.5) 0%, transparent 50%),
                      radial-gradient(circle at 30% 70%, rgb(195,122,138,0.5) 0%, transparent 50%);
    height: 100%;
    content: "";
    width: 70%;
    position: absolute;
    z-index: -2;
    right: 0;
    top: 0;
    background-position: center;
}.data-insights-db .container {
    flex-direction: row;
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: flex;
    max-width: 1400px;
    justify-content: space-between;
    align-items: stretch;
}.data-insights-db .statistics-value-db {
    padding: 60px;
    flex: 0 0 30%;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    background: linear-gradient(135deg, rgb(219,163,176,0.5) 0%, transparent 100%);
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
}.data-insights-db .statistics-value-db::before {
    top: 0;
    height: 100%;
    content: "";
    width: 10px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(219,163,176), rgb(195,122,138));
    left: 0;
}.data-insights-db .statistics-advantage-db {
    line-height: 1.2;
    font-size: 37px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
    position: relative;
}.data-insights-db .statistics-advantage-db::after {
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    background: rgb(195,122,138);
    height: 3px;
    width: 80px;
}.data-insights-db .expert-statistics-db {
    margin: 0;
    max-width: 500px;
    color: #000000;
    font-size: 17px;
    line-height: 1.8;
}.data-insights-db .boost-growth-db {
    flex-wrap: wrap;
    display: flex;
    flex: 0 0 70%;
    position: relative;
    padding: 0;
}.data-insights-db .study-edge-db {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
    position: relative;
    height: 33.333%;
    flex: 0 0 calc(100% / 3);
    transition: all 0.4s ease;
    z-index: 1;
    display: flex;
    overflow: hidden;
}.data-insights-db .study-edge-db:nth-child(1) {
    background: rgba(255, 255, 255, 0.1);
}.data-insights-db .study-edge-db:nth-child(2) {
    background: rgba(255, 255, 255, 0.15);
}.data-insights-db .study-edge-db:nth-child(3) {
    background: rgba(255, 255, 255, 0.2);
}.data-insights-db .study-edge-db:nth-child(4) {
    background: rgba(255, 255, 255, 0.15);
}.data-insights-db .study-edge-db:nth-child(5) {
    background: rgba(255, 255, 255, 0.1);
}.data-insights-db .study-edge-db:nth-child(6) {
    background: rgba(255, 255, 255, 0.05);
}.data-insights-db .study-edge-db:nth-child(7) {
    background: rgba(255, 255, 255, 0.1);
}.data-insights-db .study-edge-db:nth-child(8) {
    background: rgba(255, 255, 255, 0.15);
}.data-insights-db .study-edge-db:nth-child(9) {
    background: rgba(255, 255, 255, 0.2);
}.data-insights-db .study-edge-db::before {
    z-index: -1;
    background: linear-gradient(to right, rgb(219,163,176,0.5), rgb(195,122,138,0.5));
    transition: all 0.4s ease;
    height: 0;
    width: 100%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
}.data-insights-db .study-edge-db:hover::before {
    height: 100%;
}.data-insights-db .study-edge-db::after {
    left: 0;
    width: 0;
    background: rgb(219,163,176);
    bottom: 0;
    height: 3px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    content: "";
}.data-insights-db .study-edge-db:hover::after {
    width: 100%;
}.data-insights-db .study-edge-db h4 {
    font-weight: 700;
    font-size: 2.8rem;
    margin: 0 0 12px;
    transition: all 0.4s ease;
    color: rgb(219,163,176);
    line-height: 1;
    position: relative;
}.data-insights-db .study-edge-db:hover h4 {
    transform: translateY(-5px);
    color: #000000;
}.data-insights-db .study-edge-db span {
    transition: all 0.4s ease;
    color: #000000;
    font-size: calc(17px * 0.9);
    padding: 0 5px;
    position: relative;
}.data-insights-db .study-edge-db:hover span {
    color: #000000;
}.data-insights-db svg {
    transition: all 0.4s ease;
    opacity: 0.6;
    fill: rgb(219,163,176);
    width: 24px;
    right: 15px;
    position: absolute;
    top: 15px;
    height: 24px;
}.data-insights-db svg path {
    transition: all 0.4s ease;
    fill: rgb(219,163,176);
}.data-insights-db .study-edge-db:hover svg {
    transform: rotate(15deg) scale(1.2);
    opacity: 1;
}.data-insights-db .study-edge-db:hover svg path {
    fill: rgb(195,122,138);
}

@media (max-width: 1400px) {.data-insights-db .study-edge-db h4 {
    font-size: 2.5rem;
}.data-insights-db .study-edge-db {
    padding: 20px 15px;
}
}

@media (max-width: 1200px) {.data-insights-db .container {
    max-width: 100%;
}.data-insights-db .statistics-value-db {
    padding: 40px;
}.data-insights-db .study-edge-db {
    height: 25%;
    flex: 0 0 50%;
}.data-insights-db .study-edge-db h4 {
    font-size: 2.3rem;
}
}

@media (max-width: 992px) {.data-insights-db {
    padding: 80px 0;
}.data-insights-db .container {
    flex-direction: column;
}.data-insights-db .statistics-value-db {
    padding: 40px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-right: none;
    flex: 0 0 auto;
    width: 100%;
}.data-insights-db .statistics-value-db::before {
    bottom: 0;
    height: 5px;
    width: 100%;
    top: auto;
}.data-insights-db .boost-growth-db {
    width: 100%;
    flex: 0 0 auto;
}.data-insights-db .study-edge-db {
    flex: 0 0 33.333%;
    height: 160px;
}.data-insights-db .statistics-advantage-db {
    margin-bottom: 20px;
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 768px) {.data-insights-db {
    padding: 60px 0;
}.data-insights-db .boost-growth-db {
    height: auto;
    flex-wrap: wrap;
}.data-insights-db .study-edge-db {
    height: auto;
    flex: 0 0 50%;
    min-height: 140px;
}.data-insights-db .study-edge-db h4 {
    margin-bottom: 10px;
    font-size: 2.2rem;
}.data-insights-db .statistics-advantage-db {
    font-size: calc(37px * 0.8);
    padding-bottom: 15px;
}.data-insights-db .expert-statistics-db {
    font-size: calc(17px * 0.95);
}.data-insights-db svg {
    width: 20px;
    height: 20px;
    right: 12px;
    top: 12px;
}
}

@media (max-width: 480px) {.data-insights-db {
    padding: 50px 0;
}.data-insights-db .statistics-value-db {
    padding: 30px 20px;
}.data-insights-db .study-edge-db {
    min-height: 120px;
    padding: 15px;
    flex: 0 0 100%;
}.data-insights-db .study-edge-db h4 {
    font-size: 2rem;
}.data-insights-db .study-edge-db span {
    font-size: calc(17px * 0.85);
}.data-insights-db .statistics-advantage-db {
    font-size: calc(37px * 0.7);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.data-insights-db .statistics-advantage-db::after {
    height: 2px;
    width: 60px;
}}header {
    z-index: 99;
    background: #ffffff;
    width: 100%;
    overflow: visible;
    position: relative;
}header::before {
    background: linear-gradient(to right, rgb(219,163,176), rgb(195,122,138));
    top: 0;
    content: "";
    height: 5px;
    position: absolute;
    left: 0;
    width: 100%;
}header .page-head-db {
    position: relative;
    display: flex;
    padding: 25px 30px;
    justify-content: space-between;
    align-items: center;
}header .page-head-db::after {
    background-color: rgb(243,215,221);
    bottom: 0;
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
}header .page-head-db .main-edu-db {
    z-index: 2;
    position: relative;
}header .page-head-db .main-edu-db .head-section-db {
    overflow: hidden;
    display: block;
    position: relative;
}header .page-head-db .main-edu-db .head-section-db svg {
    width: auto;
    height: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}header .page-head-db .main-edu-db .head-section-db:hover svg {
    transform: scale(1.08);
}header .page-head-db .header-mainbar-db {
    margin: 0;
    display: flex;
    padding: 0;
    list-style: none;
}header .page-head-db .header-mainbar-db .top-start-db {
    margin: 0 15px;
    position: relative;
}header .page-head-db .header-mainbar-db .top-start-db:last-child {
    margin-right: 0;
}header .page-head-db .header-mainbar-db .top-start-db a {
    font-weight: 400;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    display: block;
    letter-spacing: 0.5px;
    font-size: 17px;
    color: #000000;
    text-decoration: none;
    padding: 8px 0;
}header .page-head-db .header-mainbar-db .top-start-db a:hover {
    color: rgb(219,163,176);
    letter-spacing: 1px;
}header .page-head-db .header-mainbar-db .top-start-db a::before,
header .page-head-db .header-mainbar-db .top-start-db a::after {
    left: 0;
    background-color: rgb(219,163,176);
    transform-origin: right center;
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0;
}header .page-head-db .header-mainbar-db .top-start-db a::before {
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
}header .page-head-db .header-mainbar-db .top-start-db a::after {
    transform-origin: left center;
    background-color: rgb(195,122,138);
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}header .page-head-db .header-mainbar-db .top-start-db a:hover::before {
    transform-origin: left center;
    transform: scaleX(1);
}header .page-head-db .header-mainbar-db .top-start-db a:hover::after {
    transform-origin: right center;
    transform: scaleX(1);
}header .page-head-db .header-mainbar-db .top-start-db a::after {
    bottom: -2px;
    opacity: 0.3;
    height: 3px;
}header .page-head-db .header-mainbar-db .top-start-db:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}

@keyframes subtle-float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4px);
    }
}

@media (max-width: 992px) {header .page-head-db {
    padding: 20px 15px;
    flex-direction: column;
}header .page-head-db .main-edu-db {
    margin-bottom: 20px;
}header .page-head-db .header-mainbar-db {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}header .page-head-db .header-mainbar-db .top-start-db {
    margin: 5px 12px;
}header .page-head-db .header-mainbar-db .top-start-db a {
    font-size: calc(17px - 1px);
    padding: 5px 0;
}
    
    @keyframes subtle-float {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-2px);
        }
    }
}

@media (max-width: 767px) {header .page-head-db {
    padding: 15px 10px;
}header .page-head-db .main-edu-db {
    margin-bottom: 15px;
}header .page-head-db .main-edu-db .head-section-db svg {
    height: 35px;
}header .page-head-db .header-mainbar-db {
    gap: 5px;
}header .page-head-db .header-mainbar-db .top-start-db {
    margin: 2px 10px;
}}.cookie-alert-message-db {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    padding: 15px 20px;
    bottom: 0;
    border-top: 3px solid rgb(219,163,176);
    width: 100%;
    background: rgb(195,122,138);
    position: fixed;
    z-index: 90;
}.privacy-switch-db {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}.cookie-show-db {
    flex-shrink: 0;
    margin-right: 20px;
}.cookie-show-db svg {
    width: 50px;
    height: 50px;
    fill: rgb(219,163,176);
}.cookie-check-db {
    max-width: 600px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}.cookie-alert-message-db h5 {
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #ffffff;
}.cookie-alert-message-db p {
    color: #000000;
    line-height: 1.5;
    font-size: 14px;
}.data-guard-db {
    transition: none;
    color: #ffffff;
    margin-left: 10px;
    padding: 10px 20px;
    min-width: 150px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid rgb(219,163,176);
    font-size: 16px;
    flex-shrink: 0;
    text-decoration: none;
    background: rgb(219,163,176);
}.data-guard-db:hover {
    background: rgb(219,163,176,0.5);
    border-color: rgb(219,163,176,0.5);
}.cookie-alert-message-db p a {
    color: rgb(219,163,176);
    text-decoration: none;
    border-bottom: 2px solid rgb(219,163,176);
}.cookie-alert-message-db p a:hover {
    color: rgb(195,122,138);
    border-bottom-color: rgb(195,122,138);
}
@media only screen and (max-width: 1200px) {.cookie-alert-message-db {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.cookie-show-db {
    display: none;
}.privacy-switch-db {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie-alert-message-db h5, .cookie-alert-message-db p {
    text-align: center;
}.cookie-check-db {
    margin-bottom: 15px;
}.data-guard-db {
    margin-left: 0;
    margin-top: 10px;
}}
#popupPolicyNotice-db {
    display: none;
}#popupPolicyNotice-db:checked ~ .cookie-alert-message-db {
    visibility: hidden;
    opacity: 0;
}.gratFrame-db {
    background: linear-gradient(135deg, rgb(243,215,221) 0%, rgb(219,163,176,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.gratFrame-db::before {
    transform: rotate(-15deg) skewX(15deg);
    background: linear-gradient(120deg, rgb(195,122,138,0.5) 0%, transparent 70%);
    width: 40%;
    top: -10%;
    right: -5%;
    opacity: 0.6;
    z-index: 1;
    position: absolute;
    content: "";
    height: 70%;
}.gratFrame-db::after {
    background: linear-gradient(220deg, rgb(219,163,176,0.5) 0%, transparent 80%);
    opacity: 0.4;
    left: -2%;
    bottom: -5%;
    content: "";
    z-index: 1;
    width: 30%;
    height: 60%;
    transform: rotate(10deg) skewY(-5deg);
    position: absolute;
}.gratFrame-db .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.gratFrame-db h2 {
    position: relative;
    transform: translateY(0);
    max-width: 90%;
    font-size: 30px;
    font-weight: 700;
    opacity: 1;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 50px;
    animation: fadeInUp 0.8s ease-out forwards;
}.gratFrame-db h2::after {
    position: absolute;
    left: 0;
    height: 3px;
    width: 80px;
    bottom: -15px;
    transform-origin: left;
    transition: transform 0.5s ease;
    background: linear-gradient(90deg, rgb(219,163,176) 0%, rgb(195,122,138) 100%);
    transform: scaleX(1);
    content: "";
}.gratFrame-db .who-weare-db {
    background: #ffffff;
    opacity: 0;
    animation: fadeIn 1s ease-out 0.3s forwards;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateY(0deg);
    padding: 40px;
    border-left: 4px solid rgb(219,163,176);
    z-index: 3;
    position: relative;
}.gratFrame-db .who-weare-db::before {
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0 100%);
}.gratFrame-db .who-weare-db:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}.gratFrame-db ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.gratFrame-db li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}.gratFrame-db li::before {
    position: absolute;
    background: rgb(195,122,138);
    top: 10px;
    height: 6px;
    width: 6px;
    transform: translateY(-50%);
    border-radius: 50%;
    left: 0;
    content: "";
}.gratFrame-db span {
    display: block;
    animation: fadeInUp 0.8s ease-out 0.5s forwards;
    font-family: Arial, sans-serif;
    opacity: 0;
    color: #000000;
    line-height: 1.8;
    letter-spacing: 0.02em;
    transform: translateY(10px);
    font-size: calc(13px * 1.05);
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (min-width: 768px) {.gratFrame-db {
    padding: 150px 0;
}.gratFrame-db h2 {
    font-size: calc(30px * 1.1);
    max-width: 80%;
}.gratFrame-db .who-weare-db {
    margin-left: 30px;
    padding: 50px 60px;
}.gratFrame-db span {
    font-size: calc(13px * 1.1);
}
}

@media (min-width: 992px) {.gratFrame-db .container {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}.gratFrame-db h2 {
    max-width: 70%;
}.gratFrame-db .who-weare-db {
    margin-left: 60px;
    width: 85%;
}.gratFrame-db span {
    line-height: 1.9;
    font-size: calc(13px * 1.15);
}
}

@media (max-width: 767px) {.gratFrame-db {
    padding: 80px 0;
}.gratFrame-db h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 40px;
}.gratFrame-db .who-weare-db {
    padding: 30px 25px;
}.gratFrame-db span {
    line-height: 1.7;
    font-size: 13px;
}.gratFrame-db h2::after {
    width: 60px;
}
}

@media (max-width: 480px) {.gratFrame-db {
    padding: 60px 0;
}.gratFrame-db h2 {
    margin-bottom: 35px;
    font-size: calc(30px * 0.8);
}.gratFrame-db .who-weare-db {
    padding: 25px 20px;
}.gratFrame-db span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.gratFrame-db h2::after {
    width: 50px;
    height: 2px;
}}.our-story-db {
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
}.our-story-db::before {
    position: absolute;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(145deg, rgba(15, 25, 35, 0.92), rgba(25, 35, 45, 0.85));
    content: "";
    left: 0;
    bottom: 0;
    z-index: 1;
    top: 0;
}.our-story-db::after {
    width: 50%;
    opacity: 0.05;
    z-index: 1;
    position: absolute;
    height: 70%;
    transform: rotate(-15deg) skewX(15deg);
    content: "";
    right: -5%;
    animation: floatBackground 30s infinite alternate ease-in-out;
    top: -10%;
    background: rgb(219,163,176,0.5);
}.our-story-db h4 {
    color: #ffffff;
    letter-spacing: 2px;
    font-size: max(32px, min(5vw, 48px));
    position: relative;
    text-align: center;
    padding-bottom: 15px;
    text-transform: uppercase;
    z-index: 2;
    font-weight: 700;
    margin-bottom: 40px;
}.our-story-db h4::after {
    position: absolute;
    content: "";
    width: 80px;
    background: rgb(195,122,138);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    height: 3px;
}.our-story-db .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 3;
    padding: 0 20px;
}.our-story-db .description-wrap-db {
    transform: translateY(0);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-left: 5px solid rgb(195,122,138);
    padding: 40px;
    position: relative;
}.our-story-db .description-wrap-db:hover {
    transform: translateY(-5px);
}.our-story-db .description-wrap-db::before {
    right: 20px;
    border-top: 3px solid rgb(195,122,138,0.5);
    opacity: 0.5;
    width: 60px;
    border-right: 3px solid rgb(195,122,138,0.5);
    height: 60px;
    top: 20px;
    content: "";
    position: absolute;
}.our-story-db .description-wrap-db::after {
    width: 60px;
    border-left: 3px solid rgb(195,122,138,0.5);
    content: "";
    opacity: 0.5;
    border-bottom: 3px solid rgb(195,122,138,0.5);
    bottom: 20px;
    height: 60px;
    position: absolute;
    left: 20px;
}.our-story-db h6 {
    display: inline-block;
    margin-bottom: 25px;
    font-size: max(24px, min(3vw, 32px));
    position: relative;
    color: #000000;
    font-weight: 700;
}.our-story-db h6::after {
    content: "";
    height: 3px;
    transition: transform 0.4s ease;
    transform-origin: left;
    transform: scaleX(0.7);
    bottom: -8px;
    position: absolute;
    width: 70%;
    background: rgb(195,122,138);
    left: 0;
}.our-story-db .description-wrap-db:hover h6::after {
    transform: scaleX(1);
}.our-story-db span {
    display: block;
    column-gap: 40px;
    max-width: 100%;
    line-height: 1.8;
    column-count: 1;
    hyphens: auto;
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #000000;
}


@media (min-width: 768px) {.our-story-db {
    padding: 150px 0 100px;
}.our-story-db h4 {
    margin-bottom: 60px;
}.our-story-db .description-wrap-db {
    max-width: 90%;
    margin: 0 auto;
    padding: 50px;
}.our-story-db span {
    column-count: 2;
    text-align: justify;
}
}

@media (min-width: 992px) {.our-story-db {
    padding: 180px 0 120px;
}.our-story-db .description-wrap-db {
    padding: 60px 70px;
    max-width: 85%;
}.our-story-db h4 {
    font-size: 42px;
}.our-story-db h6 {
    font-size: 28px;
}.our-story-db span {
    font-size: calc(13px + 1px);
}
}

@media (max-width: 767px) {.our-story-db {
    padding: 80px 0 60px;
}.our-story-db h4 {
    font-size: 28px;
    margin-bottom: 30px;
}.our-story-db .description-wrap-db {
    padding: 30px 25px;
}.our-story-db h6 {
    font-size: 22px;
    margin-bottom: 20px;
}.our-story-db span {
    font-size: calc(13px - 1px);
    line-height: 1.6;
}.our-story-db .description-wrap-db::before,
    .our-story-db .description-wrap-db::after {
    height: 40px;
    width: 40px;
}
}

@keyframes floatBackground {
    0% {
        transform: rotate(-15deg) skewX(15deg) translateY(0);
    }
    50% {
        transform: rotate(-12deg) skewX(12deg) translateY(-20px);
    }
    100% {
        transform: rotate(-18deg) skewX(18deg) translateY(10px);
    }
}