* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
}.converter-db {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.head-mainwrap-db {
    flex: 1 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1218px;
}::-webkit-scrollbar {
    width: 14px;
}::-webkit-scrollbar-track {
    background: rgb(188,194,213);
    border: 1px dotted rgb(255, 255, 255, 0.5);
    border-radius: 10.9rem;
}::-webkit-scrollbar-thumb {
    box-shadow: -4px 1px 5px 3px rgba(0, 0, 0, 0.6);
    background: linear-gradient(172deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 82%, rgb(153,159,173) 57%, rgb(153,159,173,0.5) 78%);
    transition: background, box-shadow 4.6s ease-in-out;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(153,159,173,0.5);
    box-shadow: 1px -5px 9px -1px rgba(0, 0, 0, 0.4);
}::-webkit-scrollbar-corner {
    background: rgb(153,159,173,0.5);
}html {
    scrollbar-color: rgb(153,159,173,0.5) rgb(188,194,213);
    scrollbar-width: thin;
}header,footer {
    width: 100%;
}.framework-wrap-db {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.statistical-overview-db {
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(188,194,213) 0%, rgb(118,121,134,0.5) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.statistical-overview-db::before {
    width: 100%;
    content: "";
    pointer-events: none;
    opacity: 0.6;
    background: radial-gradient(circle at 20% 30%, rgb(153,159,173,0.5) 0%, transparent 60%);
    top: 0;
    z-index: 0;
    position: absolute;
    height: 100%;
    left: 0;
}.statistical-overview-db::after {
    bottom: 0;
    right: 0;
    opacity: 0.4;
    width: 50%;
    height: 70%;
    content: "";
    z-index: 0;
    background: radial-gradient(ellipse at bottom right, rgb(118,121,134,0.5) 0%, transparent 70%);
    transform: translateY(20%) translateX(10%);
    position: absolute;
    pointer-events: none;
}.statistical-overview-db h3 {
    color: #000000;
    font-weight: 700;
    z-index: 2;
    font-size: calc(32px * 0.9);
    margin-bottom: 3rem;
    animation: fadeInUp 0.8s ease forwards 0.2s;
    text-align: center;
    transform: translateY(0);
    opacity: 0;
    position: relative;
}.statistical-overview-db .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.statistical-overview-db ul {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    display: grid;
    list-style: none;
    margin: 0;
    gap: 1.5rem;
}.statistical-overview-db .statistics-advances-db {
    clip-path: polygon(0 0, 100% 0, 100% 94%, 94% 100%, 0 100%);
    padding: 1.8rem;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 85%);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(30px);
    text-align: center;
    animation-delay: calc(0.15s * var(--i, 0));
    opacity: 0;
    display: flex;
    height: 100%;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    animation: statReveal 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}.statistical-overview-db .statistics-advances-db:nth-child(1) {
    --i: 1;
}.statistical-overview-db .statistics-advances-db:nth-child(2) {
    --i: 2;
}.statistical-overview-db .statistics-advances-db:nth-child(3) {
    --i: 3;
}.statistical-overview-db .statistics-advances-db:nth-child(4) {
    --i: 4;
}.statistical-overview-db .statistics-advances-db:nth-child(5) {
    --i: 5;
}.statistical-overview-db .statistics-advances-db:nth-child(6) {
    --i: 6;
}.statistical-overview-db .statistics-advances-db:nth-child(7) {
    --i: 7;
}.statistical-overview-db .statistics-advances-db::before {
    clip-path: polygon(0 0, 100% 0, 100% 94%, 94% 100%, 0 100%);
    background: linear-gradient(45deg, transparent 0%, rgb(153,159,173,0.5) 100%);
    transition: opacity 0.5s ease;
    content: "";
    width: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}.statistical-overview-db .statistics-advances-db:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(153,159,173,0.5);
    transform: translateY(-5px) scale(1.02);
}.statistical-overview-db .statistics-advances-db:hover::before {
    opacity: 0.1;
}.statistical-overview-db .statistics-advances-db span {
    font-size: calc(16px * 1.05);
    color: #000000;
    display: block;
    transition: all 0.4s ease;
    font-weight: 600;
    line-height: 1.3;
    position: relative;
    transform: translateY(0);
    margin-bottom: 0.8rem;
}.statistical-overview-db .statistics-advances-db:hover span {
    transform: translateY(-2px);
    color: rgb(153,159,173);
}.statistical-overview-db .statistics-advances-db p {
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin: 0.5rem 0 0;
    font-size: calc(45px * 1.1);
    color: rgb(153,159,173);
}.statistical-overview-db .statistics-advances-db p::after {
    transition: width 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    width: 0;
    bottom: -5px;
    transform: translateX(-50%);
    height: 3px;
    content: "";
    background: rgb(118,121,134);
    left: 50%;
}.statistical-overview-db .statistics-advances-db:hover p::after {
    width: 70%;
}

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

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


@media (max-width: 1200px) {.statistical-overview-db ul {
    gap: 1.2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.statistical-overview-db .statistics-advances-db {
    min-height: 160px;
    padding: 1.6rem;
}
}

@media (max-width: 992px) {.statistical-overview-db {
    padding: 3rem 1.5rem;
}.statistical-overview-db h3 {
    margin-bottom: 2.5rem;
    font-size: calc(32px * 0.85);
}.statistical-overview-db ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
}
}

@media (max-width: 768px) {.statistical-overview-db {
    padding: 2.5rem 1rem;
}.statistical-overview-db h3 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.8);
}.statistical-overview-db ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.statistical-overview-db .statistics-advances-db {
    min-height: 150px;
    padding: 1.4rem;
}.statistical-overview-db .statistics-advances-db span {
    font-size: 16px;
}.statistical-overview-db .statistics-advances-db p {
    font-size: 45px;
}
}

@media (max-width: 576px) {.statistical-overview-db {
    padding: 2rem 0.8rem;
}.statistical-overview-db h3 {
    margin-bottom: 1.5rem;
    font-size: calc(32px * 0.75);
}.statistical-overview-db ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.statistical-overview-db .statistics-advances-db {
    padding: 1.2rem;
    min-height: auto;
}.statistical-overview-db .statistics-advances-db p {
    font-size: calc(45px * 0.9);
}.statistical-overview-db::before,
    .statistical-overview-db::after {
    opacity: 0.3;
}}.join-now-db {
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(118,121,134) 0%, rgb(153,159,173) 100%);
    margin: 2rem 0;
}.join-now-db::before {
    filter: blur(60px);
    width: 300px;
    background: rgb(153,159,173,0.5);
    right: -100px;
    top: -100px;
    height: 300px;
    border-radius: 50%;
    opacity: 0.5;
    animation: float 8s infinite ease-in-out;
    content: "";
    position: absolute;
}.join-now-db::after {
    animation: float 6s infinite ease-in-out reverse;
    content: "";
    border-radius: 50%;
    background: rgb(118,121,134,0.5);
    position: absolute;
    width: 200px;
    bottom: -50px;
    filter: blur(40px);
    height: 200px;
    opacity: 0.3;
    left: -50px;
}.join-now-db .container {
    flex-direction: column;
    display: flex;
    z-index: 2;
    align-items: center;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.join-now-db h2 {
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: translateY(0);
    font-weight: 700;
    max-width: 800px;
    text-align: center;
    opacity: 1;
    margin-bottom: 2.5rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    line-height: 1.4;
    color: #ffffff;
    font-size: 31px;
}.join-now-db .skill-space-db {
    gap: 1.5rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    align-items: center;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    padding: 2rem 3rem;
    justify-content: center;
    transform: translateY(0);
    border-radius: 14px;
    display: flex;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
}.join-now-db .skill-space-db:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.15);
}.join-now-db svg {
    flex-shrink: 0;
    height: 48px;
    width: 48px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.join-now-db svg:hover {
    transform: scale(1.1) rotate(5deg);
}.join-now-db svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.join-now-db .skill-space-db:hover svg path {
    filter: drop-shadow(0 0 3px rgba(255,255,255,0.5));
    fill: #ffffff;
}.join-now-db .skill-space-db div {
    align-items: center;
    justify-content: center;
    display: flex;
}.join-now-db .inquiry-query-db {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 1;
    background: #ffffff;
    overflow: hidden;
    font-weight: 600;
    border-radius: 10px;
    padding: 1rem 2.5rem;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
    display: inline-block;
    color: rgb(153,159,173);
    text-decoration: none;
}.join-now-db .inquiry-query-db::before {
    height: 100%;
    z-index: -1;
    left: -100%;
    width: 100%;
    transition: left 0.7s ease;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    position: absolute;
}.join-now-db .inquiry-query-db:hover {
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    transform: translateY(-3px);
    color: rgb(118,121,134);
}.join-now-db .inquiry-query-db:hover::before {
    left: 100%;
}.join-now-db .inquiry-query-db:active {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transform: translateY(0);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-20px) scale(1.05);
  }
}

@media screen and (max-width: 992px) {.join-now-db {
    padding: 4rem 0;
    transform: perspective(1000px) rotateX(1deg);
}.join-now-db h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.9);
}.join-now-db .skill-space-db {
    padding: 1.75rem 2.5rem;
}.join-now-db svg {
    height: 40px;
    width: 40px;
}.join-now-db .inquiry-query-db {
    padding: 0.875rem 2.25rem;
}
}

@media screen and (max-width: 768px) {.join-now-db {
    transform: none;
    padding: 3.5rem 0;
}.join-now-db h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 1.75rem;
}.join-now-db .skill-space-db {
    gap: 1.25rem;
    flex-direction: column;
    padding: 1.5rem 2rem;
}.join-now-db svg {
    width: 36px;
    height: 36px;
}.join-now-db .inquiry-query-db {
    text-align: center;
    padding: 0.75rem 2rem;
    width: 100%;
}
}

@media screen and (max-width: 576px) {.join-now-db {
    padding: 3rem 0;
}.join-now-db h2 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.7);
}.join-now-db .skill-space-db {
    padding: 1.25rem 1.5rem;
    width: 90%;
}.join-now-db svg {
    height: 32px;
    width: 32px;
}.join-now-db .inquiry-query-db {
    padding: 0.75rem 1.5rem;
    font-size: calc(14px * 0.9);
}}header {
    overflow: visible;
    background: rgb(188,194,213);
    z-index: 99;
    position: relative;
    width: 100%;
}header::before {
    height: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(153,159,173,0.5) 0%, transparent 70%);
    left: 0;
    content: "";
    top: 0;
    opacity: 0.2;
    position: absolute;
    width: 100%;
}header .nav-primary-db {
    padding: 25px 30px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: relative;
}header .nav-primary-db::before {
    filter: blur(5px);
    content: "";
    left: 10%;
    background: linear-gradient(90deg, rgb(153,159,173), transparent);
    width: 30%;
    top: -10px;
    position: absolute;
    height: 5px;
}header .nav-primary-db::after {
    background: linear-gradient(90deg, transparent, rgb(118,121,134));
    width: 30%;
    right: 10%;
    content: "";
    height: 5px;
    position: absolute;
    bottom: -10px;
    filter: blur(5px);
}header .nav-primary-db .head-lead-db {
    padding: 5px;
    position: relative;
    z-index: 2;
}header .nav-primary-db .head-lead-db::before {
    filter: blur(15px);
    left: -5px;
    position: absolute;
    width: calc(100% + 10px);
    content: "";
    opacity: 0;
    height: calc(100% + 10px);
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(153,159,173), rgb(118,121,134));
    top: -5px;
    z-index: -1;
}header .nav-primary-db .head-lead-db:hover::before {
    opacity: 0.7;
}header .nav-primary-db .head-lead-db .header-top-db {
    transition: transform 0.3s ease;
    position: relative;
    display: block;
}header .nav-primary-db .head-lead-db:hover .header-top-db {
    transform: scale(1.05);
}header .nav-primary-db .head-lead-db .header-top-db svg {
    width: auto;
    height: 45px;
}header .nav-primary-db .top-learning-db {
    margin: 0;
    position: relative;
    list-style: none;
    padding: 10px;
    border-radius: 20px;
    display: flex;
}header .nav-primary-db .top-learning-db::before {
    top: 0;
    content: "";
    opacity: 0.1;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    border-radius: 20px;
    backdrop-filter: blur(5px);
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}header .nav-primary-db .top-learning-db .head-sitewrap-db {
    margin: 0 3px;
    position: relative;
}header .nav-primary-db .top-learning-db .head-sitewrap-db a {
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    border-radius: 10px;
    padding: 8px 15px;
    text-decoration: none;
    display: block;
}header .nav-primary-db .top-learning-db .head-sitewrap-db a::before {
    content: "";
    position: absolute;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(135deg, rgb(153,159,173), rgb(118,121,134));
    transition: opacity 0.3s ease;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}header .nav-primary-db .top-learning-db .head-sitewrap-db a::after {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
    left: 50%;
    width: 150%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    height: 150%;
    z-index: -1;
    content: "";
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    position: absolute;
    top: 50%;
}header .nav-primary-db .top-learning-db .head-sitewrap-db:hover a::before {
    opacity: 1;
}header .nav-primary-db .top-learning-db .head-sitewrap-db:hover a {
    color: #ffffff;
}header .nav-primary-db .top-learning-db .head-sitewrap-db:active a::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
}header .nav-primary-db .top-learning-db .head-sitewrap-db:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(153,159,173), rgb(118,121,134));
}header .nav-primary-db .top-learning-db .head-sitewrap-db:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(153,159,173), rgb(118,121,134));
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(153,159,173), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(153,159,173), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(153,159,173), 0);
    }
}

@media (max-width: 992px) {header .nav-primary-db {
    flex-direction: column;
    padding: 20px 15px;
}header .nav-primary-db .head-lead-db {
    margin-bottom: 15px;
}header .nav-primary-db .top-learning-db {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .nav-primary-db .top-learning-db .head-sitewrap-db {
    margin: 3px;
}header .nav-primary-db .top-learning-db .head-sitewrap-db a {
    padding: 6px 12px;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header .nav-primary-db {
    padding: 15px 10px;
}header .nav-primary-db .head-lead-db .header-top-db svg {
    height: 40px;
}header .nav-primary-db .top-learning-db {
    padding: 5px;
}header .nav-primary-db .top-learning-db .head-sitewrap-db a {
    font-size: calc(14px - 2px);
    padding: 5px 10px;
}}.landing-page-db {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    width: 100%;
}.landing-page-db .main-entry-db {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}.landing-page-db .main-entry-db::before {
    left: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgb(153,159,173,0.5), rgba(0, 0, 0, 0.5) 80%);
    width: 100%;
    top: 0;
    content: "";
}.landing-page-db .expert-classes-db {
    background: linear-gradient(to right, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    transform: perspective(1000px) rotateX(2deg);
    width: 90%;
    backdrop-filter: blur(10px);
    z-index: 2;
    padding: 3rem;
    transition: transform 0.5s ease-out;
    position: relative;
    max-width: 1200px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}.landing-page-db .expert-classes-db:hover {
    transform: perspective(1000px) rotateX(0deg);
}.landing-page-db .expert-classes-db > div {
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.8s forwards;
}.landing-page-db .expert-classes-db > div:nth-child(1) {
    animation-delay: 0.3s;
}.landing-page-db .expert-classes-db > div:nth-child(2) {
    animation-delay: 0.6s;
}.landing-page-db .expert-classes-db > div:nth-child(3) {
    animation-delay: 0.9s;
}.landing-page-db p {
    letter-spacing: 0.5px;
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    padding-left: 2rem;
    margin-bottom: 1.5rem;
    font-size: calc(15px * 1.1);
    color: #ffffff;
}.landing-page-db p::before {
    left: 0;
    transform: translateY(-50%);
    content: "";
    background: rgb(118,121,134);
    position: absolute;
    width: 1.2rem;
    top: 50%;
    height: 2px;
}.landing-page-db .title_style_header {
    color: #ffffff;
    text-shadow: 0 2px 15px rgba(0,0,0,0.15);
    font-weight: 700;
    position: relative;
    margin-bottom: 2rem;
    display: inline-block;
    line-height: 1.2;
    font-size: calc(43px * 1.2);
}.landing-page-db .title_style_header::after {
    position: absolute;
    width: 80%;
    background: linear-gradient(to right, rgb(118,121,134), transparent);
    left: 0;
    height: 4px;
    content: "";
    bottom: -15px;
}.landing-page-db h3 {
    padding: 1.5rem;
    color: #ffffff;
    border-left: 3px solid rgb(118,121,134);
    max-width: 90%;
    font-size: calc(21px * 1.1);
    line-height: 1.6;
    font-weight: 400;
    background: linear-gradient(to right, rgb(153,159,173,0.5), transparent);
}

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

@media (max-width: 1200px) {.landing-page-db .expert-classes-db {
    padding: 2.5rem;
    width: 85%;
}.landing-page-db .title_style_header {
    font-size: calc(43px * 1.1);
}.landing-page-db h3 {
    max-width: 95%;
    font-size: 21px;
}
}

@media (max-width: 992px) {.landing-page-db .expert-classes-db {
    padding: 2rem;
    transform: perspective(800px) rotateX(1deg);
}.landing-page-db .title_style_header {
    font-size: 43px;
}.landing-page-db p {
    font-size: 15px;
}.landing-page-db h3 {
    padding: 1rem;
    max-width: 100%;
}
}

@media (max-width: 768px) {.landing-page-db {
    min-height: auto;
}.landing-page-db .main-entry-db {
    height: auto;
    min-height: 100vh;
}.landing-page-db .expert-classes-db {
    transform: none;
    width: 95%;
    padding: 2rem 1.5rem;
}.landing-page-db .expert-classes-db:hover {
    transform: none;
}.landing-page-db p {
    font-size: calc(15px * 0.95);
    padding-left: 1.5rem;
}.landing-page-db .title_style_header {
    font-size: calc(38px * 1.1);
}.landing-page-db h3 {
    font-size: calc(21px * 1.1);
    padding: 0.8rem;
}
}

@media (max-width: 576px) {.landing-page-db .expert-classes-db {
    padding: 1.5rem 1rem;
}.landing-page-db p {
    padding-left: 1rem;
    margin-bottom: 1rem;
}.landing-page-db p::before {
    width: 0.8rem;
}.landing-page-db .title_style_header {
    font-size: 38px;
    margin-bottom: 1.5rem;
}.landing-page-db .title_style_header::after {
    height: 3px;
    bottom: -10px;
}.landing-page-db h3 {
    font-size: 21px;
    border-left: 2px solid rgb(118,121,134);
    padding: 0.6rem;
}}.appSpace-db {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(188,194,213) 0%, rgb(153,159,173,0.5) 100%);
    overflow: hidden;
}.appSpace-db::before {
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%;
    content: "";
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(255, 255, 255, 0.03) 20px,
    rgba(255, 255, 255, 0.03) 40px
  );
    left: 0;
    top: 0;
}.appSpace-db::after {
    background: linear-gradient(
    to bottom right,
    transparent,
    rgba(var(--primary-color-rgb), 0.05) 30%,
    rgba(var(--primary-color-rgb), 0.1) 60%,
    transparent
  );
    height: 200%;
    pointer-events: none;
    transform: rotate(35deg);
    width: 80%;
    top: -50%;
    content: "";
    right: -50%;
    z-index: 2;
    position: absolute;
}.appSpace-db .container {
    z-index: 3;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.appSpace-db .skill-space-db {
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: grid;
    background: #ffffff;
    transform-origin: center top;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 50px 40px;
    grid-template-columns: 1fr;
    position: relative;
    gap: 30px;
}.appSpace-db .skill-space-db::before {
    top: 0;
    transform: scaleY(1.03);
    left: 0;
    background: linear-gradient(to bottom, rgb(153,159,173), rgb(118,121,134));
    content: "";
    height: 100%;
    width: 5px;
    position: absolute;
}.appSpace-db .skill-space-db:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg);
}.appSpace-db h5 {
    margin: 0 0 10px;
    font-size: 18px;
    position: relative;
    line-height: 1.4;
    color: rgb(153,159,173);
    font-weight: 700;
    transition: transform 0.4s ease-out;
    transform: translateX(15px);
}.appSpace-db h5::after {
    left: 0;
    height: 3px;
    content: "";
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgb(118,121,134);
    width: 80px;
    bottom: -10px;
    transform-origin: left;
    transform: scaleX(0.7);
}.appSpace-db .skill-space-db:hover h5 {
    transform: translateX(0);
}.appSpace-db .skill-space-db:hover h5::after {
    transform: scaleX(1);
}.appSpace-db p {
    line-height: 1.7;
    transition: color 0.3s ease;
    position: relative;
    color: #000000;
    margin: 0;
    font-size: 17px;
}.appSpace-db a {
    border-radius: 4px;
    overflow: hidden;
    display: block;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.03), transparent);
    padding: 15px 20px;
    position: relative;
    text-decoration: none;
    transition: all 0.4s ease;
}.appSpace-db a::before {
    left: 0;
    height: 100%;
    opacity: 0.5;
    top: 0;
    position: absolute;
    background: rgb(153,159,173);
    transition: width 0.3s ease;
    width: 3px;
    content: "";
}.appSpace-db a:hover {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.07), transparent 70%);
}.appSpace-db a:hover::before {
    width: 5px;
}.appSpace-db a:hover p {
    color: rgb(153,159,173);
}.appSpace-db a::after {
    position: absolute;
    right: 0;
    transition: all 0.3s ease;
    bottom: 0;
    height: 30px;
    background: linear-gradient(135deg, transparent 50%, rgba(var(--secondary-color-rgb), 0.1) 50%);
    content: "";
    width: 30px;
}.appSpace-db a:hover::after {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, transparent 50%, rgba(var(--secondary-color-rgb), 0.2) 50%);
}

@media (min-width: 768px) {.appSpace-db {
    padding: 120px 0;
}.appSpace-db .skill-space-db {
    grid-template-columns: 1fr 1.5fr;
    padding: 60px 70px 60px 60px;
    gap: 50px;
    align-items: center;
}.appSpace-db h5 {
    font-size: calc(18px * 1.1);
    transform: translateX(25px);
}.appSpace-db p {
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.appSpace-db {
    padding: 60px 0;
}.appSpace-db .skill-space-db {
    padding: 35px 25px;
    transform: perspective(1000px) rotateX(1deg);
}.appSpace-db h5 {
    font-size: calc(18px * 0.9);
    transform: translateX(10px);
}.appSpace-db a {
    padding: 10px 15px;
}.appSpace-db a::after {
    height: 20px;
    width: 20px;
}
}

@media (hover: none) {.appSpace-db .skill-space-db {
    transform: none;
}.appSpace-db .skill-space-db:hover {
    transform: none;
}.appSpace-db h5 {
    transform: none;
}.appSpace-db h5::after {
    transform: scaleX(1);
}
}

@media (prefers-reduced-motion: reduce) {.appSpace-db .skill-space-db,
  .appSpace-db h5,
  .appSpace-db h5::after,
  .appSpace-db a,
  .appSpace-db a::before,
  .appSpace-db a::after {
    transition: none;
}}.learning-outcomes-dbfVe5K {
    padding: 90px 0;
    position: relative;
    background: linear-gradient(120deg, rgb(188,194,213) 30%, rgb(153,159,173,0.5) 100%);
    overflow: hidden;
}.learning-outcomes-dbfVe5K::before {
    background: radial-gradient(circle at 70% 30%, rgb(118,121,134,0.5) 0%, transparent 60%);
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    top: 0;
    position: absolute;
    content: "";
}.learning-outcomes-dbfVe5K .container {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.learning-outcomes-dbfVe5K .skill-space-db {
    gap: 40px;
    align-items: center;
    display: flex;
}.learning-outcomes-dbfVe5K .snap-db {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    flex: 0 0 45%;
    transform: translateY(-10px);
    max-width: 45%;
    position: relative;
    transition: all 0.5s ease;
    border-radius: 30% 10% 30% 10%;
}.learning-outcomes-dbfVe5K .snap-db::after {
    border-radius: 30% 10% 30% 10%;
    left: 20px;
    z-index: -1;
    position: absolute;
    bottom: -20px;
    right: -20px;
    top: 20px;
    content: "";
    border: 3px solid rgb(153,159,173,0.5);
}.learning-outcomes-dbfVe5K .snap-db:hover {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}.learning-outcomes-dbfVe5K .label-container-db {
    position: relative;
    padding: 40px 35px;
    flex: 0 0 50%;
    z-index: 1;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}.learning-outcomes-dbfVe5K .label-container-db::before {
    border-radius: 10px;
    content: "";
    position: absolute;
    height: 100%;
    width: 6px;
    top: 0;
    background: linear-gradient(to bottom, rgb(153,159,173), rgb(118,121,134));
    left: 0;
}.learning-outcomes-dbfVe5K h3 {
    font-size: 32px;
    padding-left: 15px;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    color: #000000;
}.learning-outcomes-dbfVe5K h3::after {
    position: absolute;
    left: 15px;
    background: rgb(153,159,173);
    height: 3px;
    width: 80px;
    border-radius: 10px;
    content: "";
    bottom: -12px;
}.learning-outcomes-dbfVe5K ul {
    display: flex;
    margin: 0;
    list-style: none;
    flex-direction: column;
    gap: 20px;
    padding: 0 0 0 15px;
}.learning-outcomes-dbfVe5K li {
    position: relative;
    padding: 15px;
    background: linear-gradient(90deg, #ffffff, rgb(188,194,213) 180%);
    border-radius: 10px;
    transition: all 0.3s ease;
}.learning-outcomes-dbfVe5K li:hover {
    transform: translateX(10px);
    background: linear-gradient(90deg, #ffffff, rgb(118,121,134,0.5) 180%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.learning-outcomes-dbfVe5K li p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    color: #000000;
    align-items: center;
    display: flex;
    gap: 16px;
}.learning-outcomes-dbfVe5K svg {
    border-radius: 50%;
    align-items: center;
    height: 24px;
    padding: 5px;
    width: 24px;
    flex-shrink: 0;
    justify-content: center;
    display: flex;
    background: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}.learning-outcomes-dbfVe5K svg path {
    fill: rgb(153,159,173);
    transition: fill 0.3s ease;
}.learning-outcomes-dbfVe5K li:hover svg {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}.learning-outcomes-dbfVe5K li:hover svg path {
    fill: rgb(118,121,134);
}

@media (max-width: 992px) {.learning-outcomes-dbfVe5K {
    padding: 70px 0;
}.learning-outcomes-dbfVe5K .skill-space-db {
    gap: 40px;
    flex-direction: column;
}.learning-outcomes-dbfVe5K .snap-db {
    margin: 0 auto;
    flex: none;
    max-width: 70%;
}.learning-outcomes-dbfVe5K .label-container-db {
    margin: 0 auto;
    flex: none;
    width: 90%;
}.learning-outcomes-dbfVe5K .label-container-db::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
}
}

@media (max-width: 576px) {.learning-outcomes-dbfVe5K {
    padding: 50px 0;
}.learning-outcomes-dbfVe5K .snap-db {
    max-width: 90%;
}.learning-outcomes-dbfVe5K .snap-db::after {
    display: none;
}.learning-outcomes-dbfVe5K .label-container-db {
    width: 100%;
    padding: 30px 20px;
}.learning-outcomes-dbfVe5K h3 {
    margin-bottom: 25px;
    font-size: 21px;
}.learning-outcomes-dbfVe5K ul {
    gap: 15px;
}.learning-outcomes-dbfVe5K li {
    padding: 12px;
}.learning-outcomes-dbfVe5K svg {
    width: 22px;
    height: 22px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(153,159,173);
}header .top_plank .top-block-db div svg, header .top_plank .top-block-db div svg path {
    fill: #ffffff;
}header .top_plank .top-block-db div span {
    color: #ffffff;
}header .top_plank .top-block-db {
    font-size: 13px;
    line-height: 21px;
    display: flex;
    width: 100%;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}header .top_plank .top-block-db div {
    margin-right: 24px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}header .top_plank .top-block-db div img, header .top_plank .top-block-db div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.contact-section-db {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    background: #ffffff;
}.contact-section-db::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    background-size: 20px 20px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    height: 100%;
    width: 100%;
    left: 0;
}.contact-section-db .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.contact-section-db h2 {
    text-align: left;
    font-weight: 700;
    margin-bottom: 50px;
    color: #000000;
    position: relative;
    border-left: 5px solid rgb(153,159,173);
    padding-left: 20px;
    font-size: 38px;
}.contact-section-db .message-feedback-db {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    border-radius: 25px;
    flex-direction: row-reverse;
    overflow: hidden;
    background: #ffffff;
}.contact-section-db .snap-db {
    position: relative;
    flex: 0 0 40%;
    min-height: 500px;
}.contact-section-db .snap-db::before {
    top: 0;
    mix-blend-mode: multiply;
    background: rgb(153,159,173,0.5);
    height: 100%;
    z-index: 1;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
}.contact-section-db .contact-message-db {
    flex: 0 0 60%;
    position: relative;
    padding: 60px;
}.contact-section-db .contact-message-db::after {
    height: 150px;
    top: 0;
    z-index: -1;
    background: rgb(188,194,213);
    border-radius: 0 0 0 100%;
    width: 150px;
    position: absolute;
    content: "";
    right: 0;
}.contact-section-db #contact {
    display: flex;
    flex-direction: column;
    gap: 30px;
}.contact-section-db h3 {
    font-size: 19px;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    color: #000000;
}.contact-section-db h3::after {
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 2px;
    position: absolute;
    background: rgb(153,159,173);
    content: "";
}.contact-section-db input[type="text"] {
    border: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    color: #000000;
    transition: all 0.3s ease;
    width: 100%;
    padding: 18px 20px;
    border-radius: 10px;
    background: rgb(188,194,213);
    font-size: 15px;
}.contact-section-db input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(153,159,173,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
}.contact-section-db input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact-section-db .query-form-db {
    margin-top: 5px;
    align-items: center;
    gap: 12px;
    display: flex;
}.contact-section-db .query-form-db input[type="checkbox"] {
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    height: 22px;
    appearance: none;
    width: 22px;
    border: 2px solid rgb(188,194,213);
}.contact-section-db .query-form-db input[type="checkbox"]:checked {
    background: rgb(153,159,173);
    border-color: rgb(153,159,173);
}.contact-section-db .query-form-db input[type="checkbox"]:checked::after {
    height: 11px;
    top: 3px;
    left: 7px;
    width: 6px;
    border-width: 0 2px 2px 0;
    content: "";
    border: solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
}.contact-section-db .query-form-db label {
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
}.contact-section-db .query-form-db a {
    transition: all 0.3s ease;
    position: relative;
    color: rgb(153,159,173);
    text-decoration: none;
}.contact-section-db .query-form-db a:hover {
    color: rgb(118,121,134);
}.contact-section-db .query-form-db a::after {
    left: 0;
    bottom: -2px;
    content: "";
    width: 100%;
    background: rgb(153,159,173);
    height: 1px;
    transition: all 0.3s ease;
    position: absolute;
}.contact-section-db .query-form-db a:hover::after {
    background: rgb(118,121,134);
}.contact-section-db .inquiry-query-db {
    color: #ffffff;
    box-shadow: 0 4px 15px rgb(153,159,173,0.5);
    align-self: flex-start;
    cursor: pointer;
    background: rgb(153,159,173);
    font-size: 16px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    margin-top: 20px;
    border-radius: 25px;
    padding: 18px 40px;
}.contact-section-db .inquiry-query-db:hover {
    box-shadow: 0 7px 20px rgb(118,121,134,0.5);
    transform: translateY(-2px);
    background: rgb(118,121,134);
}.contact-section-db svg {
    fill: rgb(153,159,173);
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}.contact-section-db svg path {
    transition: all 0.3s ease;
    fill: rgb(153,159,173);
}.contact-section-db svg:hover {
    fill: rgb(118,121,134);
}.contact-section-db svg:hover path {
    fill: rgb(118,121,134);
}

@media (max-width: 992px) {.contact-section-db .message-feedback-db {
    flex-direction: column;
}.contact-section-db .snap-db {
    flex: 0 0 auto;
    order: 1;
    min-height: 300px;
}.contact-section-db .contact-message-db {
    order: 2;
    flex: 0 0 auto;
    padding: 50px 40px;
}.contact-section-db h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.contact-section-db {
    padding: 60px 0;
}.contact-section-db h2 {
    margin-bottom: 30px;
    font-size: calc(38px - 4px);
}.contact-section-db .contact-message-db {
    padding: 40px 30px;
}.contact-section-db #contact {
    gap: 25px;
}.contact-section-db .snap-db {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact-section-db {
    padding: 40px 0;
}.contact-section-db .container {
    padding: 0 15px;
}.contact-section-db h2 {
    margin-bottom: 25px;
    font-size: calc(38px - 6px);
    padding-left: 15px;
}.contact-section-db .contact-message-db {
    padding: 30px 20px;
}.contact-section-db #contact {
    gap: 20px;
}.contact-section-db input[type="text"] {
    padding: 15px;
}.contact-section-db .inquiry-query-db {
    width: 100%;
    padding: 15px 20px;
}.contact-section-db .snap-db {
    min-height: 200px;
}}.training-structure-db {
    padding: 8rem 2rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(188,194,213) 0%, rgb(153,159,173,0.5) 100%);
}.training-structure-db::before {
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    background-size: 50px 50px;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(118,121,134,0.5) 48%, rgb(118,121,134,0.5) 52%, transparent 52%),
        linear-gradient(135deg, transparent 48%, rgb(118,121,134,0.5) 48%, rgb(118,121,134,0.5) 52%, transparent 52%);
    opacity: 0.15;
    top: 0;
    position: absolute;
    z-index: 1;
}.training-structure-db::after {
    right: -10%;
    z-index: 0;
    filter: blur(100px);
    animation: floatBlob 20s infinite alternate ease-in-out;
    opacity: 0.2;
    top: -10%;
    content: "";
    border-radius: 50%;
    background: rgb(153,159,173,0.5);
    position: absolute;
    height: 80%;
    width: 80%;
}.training-structure-db .skill-space-db {
    gap: 3rem;
    margin: 0 auto;
    z-index: 2;
    display: flex;
    max-width: 900px;
    flex-direction: column;
    position: relative;
}.training-structure-db h3 {
    background: #ffffff;
    animation: paperCut 0.8s ease-out forwards;
    color: #000000;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    text-align: center;
    font-weight: 700;
    transform: rotate(-1deg);
    margin: 0;
    font-size: 32px;
    border-radius: 25px;
    padding: 2rem;
    position: relative;
}.training-structure-db h3::before {
    z-index: -1;
    left: 5px;
    border: 2px dashed rgb(153,159,173,0.5);
    bottom: 5px;
    top: 5px;
    content: "";
    opacity: 0.6;
    right: 5px;
    position: absolute;
    border-radius: calc(25px - 4px);
}.training-structure-db h3::after {
    top: -8px;
    background: rgb(118,121,134,0.5);
    content: "";
    transform: rotate(1deg);
    position: absolute;
    width: 70%;
    height: 16px;
    border-radius: 8px;
    z-index: -2;
    left: 15%;
}.training-structure-db span {
    padding: 2rem;
    transform: rotate(1deg);
    border-radius: 25px;
    animation: paperCut 1s 0.3s ease-out forwards;
    line-height: 1.8;
    color: #000000;
    background: #ffffff;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    position: relative;
    opacity: 0;
    font-size: 15px;
}.training-structure-db span::before {
    right: 5px;
    z-index: -1;
    border: 2px dashed rgb(118,121,134,0.5);
    content: "";
    left: 5px;
    top: 5px;
    bottom: 5px;
    position: absolute;
    opacity: 0.6;
    border-radius: calc(25px - 4px);
}.training-structure-db span::after {
    bottom: -8px;
    border-radius: 8px;
    content: "";
    width: 70%;
    background: rgb(153,159,173,0.5);
    position: absolute;
    transform: rotate(-1deg);
    right: 15%;
    z-index: -2;
    height: 16px;
}

@keyframes paperCut {
    0% {
        opacity: 0;
        transform: translateY(30px) rotate(-2deg);
    }
    60% {
        opacity: 1;
        transform: translateY(-10px) rotate(2deg);
    }
    80% {
        transform: translateY(5px) rotate(-1deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotate(var(--rotation, 1deg));
    }
}

@keyframes floatBlob {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(-10%, 10%) scale(1.1);
    }
}

@media (max-width: 992px) {.training-structure-db {
    padding: 6rem 1.5rem;
}.training-structure-db h3 {
    font-size: calc(32px * 0.9);
    padding: 1.8rem;
}.training-structure-db span {
    padding: 1.8rem;
}.training-structure-db h3::after {
    top: -6px;
    height: 12px;
}.training-structure-db span::after {
    bottom: -6px;
    height: 12px;
}.training-structure-db .skill-space-db {
    gap: 2.5rem;
}
}

@media (max-width: 768px) {.training-structure-db {
    padding: 5rem 1rem;
}.training-structure-db h3 {
    transform: rotate(0deg);
    --rotation: 0deg;
    font-size: calc(32px * 0.8);
    padding: 1.5rem;
}.training-structure-db span {
    --rotation: 0deg;
    transform: rotate(0deg);
    font-size: calc(15px * 0.95);
    padding: 1.5rem;
}.training-structure-db .skill-space-db {
    gap: 2rem;
}.training-structure-db h3::after,
    .training-structure-db span::after {
    left: 10%;
    transform: rotate(0deg);
    width: 80%;
    right: 10%;
}}footer {
    position: relative;
    width: 100%;
}.converter-db {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 80px 0 30px;
    background-color: rgb(153,159,173);
    color: #ffffff;
}.converter-db::before {
    right: 0;
    height: 100%;
    width: 60%;
    z-index: 0;
    content: "";
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    top: 0;
    position: absolute;
    background-color: rgb(153,159,173);
}footer .converter-db::after {
    border-radius: 50%;
    top: 50px;
    width: 200px;
    right: 15%;
    content: "";
    height: 200px;
    background: radial-gradient(circle, rgb(153,159,173), transparent 70%);
    position: absolute;
    opacity: 0.3;
}footer .tech-stack-db {
    z-index: 1;
    position: relative;
}footer .message-info-db {
    gap: 10px;
    margin-bottom: 60px;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
}footer .info_item {
    padding: 15px 25px;
    margin-bottom: 10px;
    backdrop-filter: blur(5px);
    flex: 0 1 auto;
    margin-right: 10px;
    border-radius: 10px;
    transform: skewX(-5deg);
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
}footer .info_item:hover {
    background-color: rgb(153,159,173);
    transform: skewX(-5deg) translateY(-5px);
}footer .info_item svg {
    transform: skewX(5deg);
    vertical-align: middle;
    width: 20px;
    height: 20px;
    fill: #ffffff;
    margin-right: 10px;
}footer .info_item p,
footer .info_item a {
    font-size: 12px;
    color: #ffffff;
    vertical-align: middle;
    text-decoration: none;
    transform: skewX(5deg);
    display: inline-block;
}footer .text_main_holder {
    position: relative;
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}footer .head-lead-db {
    padding-left: 20px;
    position: relative;
}footer .head-lead-db::before {
    position: absolute;
    top: 0;
    background-color: rgb(153,159,173);
    left: 0;
    height: 100%;
    content: "";
    width: 5px;
}footer .head-lead-db svg {
    height: 45px;
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
}footer .footer-disclaimer-db {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    max-width: 320px;
    line-height: 1.6;
}footer .top-learning-db {
    position: relative;
}footer .top-learning-db h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff;
    padding-bottom: 10px;
    font-size: 20px;
}footer .top-learning-db h5::after {
    bottom: 0;
    background-color: rgb(153,159,173);
    width: 50px;
    position: absolute;
    left: 0;
    height: 3px;
    content: "";
}footer .top-prime-db {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    margin-bottom: 25px;
    display: grid;
}footer .top-prime-db a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    padding-left: 0;
    position: relative;
}footer .top-prime-db a::before {
    opacity: 0;
    position: absolute;
    color: rgb(153,159,173);
    content: "→";
    left: -20px;
    transition: all 0.3s ease;
}footer .top-prime-db a:hover {
    padding-left: 20px;
    color: rgb(153,159,173);
}footer .top-prime-db a:hover::before {
    left: 0;
    opacity: 1;
}footer .subscribe_holder {
    border-left: 5px solid rgb(153,159,173);
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 27px;
    padding: 30px;
    position: relative;
}footer .subscribe_holder::before {
    height: 100px;
    position: absolute;
    width: 100px;
    background-color: rgb(153,159,173);
    content: "";
    top: -20px;
    opacity: 0.2;
    right: -20px;
    z-index: -1;
    border-radius: 50%;
}footer .subscribe_holder h5 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 1.6;
}footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    font-size: 12px;
    border: none;
    transition: all 0.3s ease;
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 2px rgb(153,159,173);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .start-exploring-db {
    font-size: 20px;
    border: none;
    font-weight: 600;
    padding: 14px 20px;
    background-color: rgb(153,159,173);
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}footer .start-exploring-db:hover {
    transform: translateX(5px);
    background-color: rgb(118,121,134);
}footer .mobile-cta-db {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 60px;
    position: relative;
}footer .green-edu-db {
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .top-prime-db {
    grid-template-columns: repeat(2, 1fr);
}footer .input_holder {
    flex-direction: row;
}footer .start-exploring-db {
    white-space: nowrap;
}footer .top-prime-db a {
    padding-right: 10px;
}
}

@media (max-width: 991px) {footer .converter-db::before {
    background-color: rgb(153,159,173);
    opacity: 0.7;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    width: 100%;
}
}

@media (max-width: 767px) {footer .converter-db {
    padding: 60px 0 30px;
}footer .message-info-db {
    margin-bottom: 40px;
    justify-content: center;
}footer .top-learning-db h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .mobile-cta-db {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .converter-db {
    padding: 50px 0 20px;
}footer .info_item {
    width: 100%;
    margin-right: 0;
}footer .top-prime-db {
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    padding: 20px;
}footer .input_holder input[type="email"],
    footer .start-exploring-db {
    padding: 12px 15px;
}}.privacy-depot-db {
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(188,194,213) 0%, rgba(rgb(153,159,173,0.5), 0.05) 100%);
}.privacy-depot-db::before {
    background: linear-gradient(90deg, rgb(153,159,173) 0%, rgb(118,121,134) 100%);
    top: 0;
    height: 5px;
    width: 100%;
    content: "";
    transform-origin: left center;
    position: absolute;
    animation: slidein 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    left: 0;
}.privacy-depot-db::after {
    height: 100%;
    top: 0;
    z-index: 0;
    position: absolute;
    width: 30%;
    content: "";
    right: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
    background: linear-gradient(to bottom, rgba(rgb(153,159,173,0.5), 0.03), transparent);
}.privacy-depot-db .container {
    position: relative;
    max-width: 1140px;
    z-index: 1;
    margin: 0 auto;
}.privacy-depot-db h1 {
    transform: translateY(10px);
    font-size: 45px;
    color: #000000;
    letter-spacing: -0.5px;
    position: relative;
    opacity: 0;
    animation: fadeup 0.5s ease-out 0.2s forwards;
    margin-bottom: 2.5rem;
    font-weight: 700;
}.privacy-depot-db h1::after {
    background: rgb(153,159,173);
    width: 60px;
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    bottom: -12px;
    animation: scaleIn 0.6s ease-out 0.6s forwards;
    height: 3px;
    content: "";
    position: absolute;
}.privacy-depot-db h2 {
    transform: translateY(10px);
    margin: 2.5rem 0 1.5rem;
    opacity: 0;
    padding-left: 1rem;
    position: relative;
    font-weight: 600;
    color: #000000;
    font-size: 28px;
    animation: fadeup 0.5s ease-out 0.3s forwards;
}.privacy-depot-db h2::before {
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    transform: scaleY(0.7);
    opacity: 0.8;
    background: rgb(118,121,134);
}.privacy-depot-db h3 {
    color: #000000;
    margin: 2rem 0 1rem;
    transform: translateY(10px);
    animation: fadeup 0.5s ease-out 0.3s forwards;
    opacity: 0;
    font-size: calc(28px * 0.85);
    font-weight: 600;
}.privacy-depot-db h4 {
    font-weight: 600;
    font-size: calc(28px * 0.75);
    opacity: 0.85;
    color: #000000;
    animation: fadeup 0.5s ease-out 0.3s forwards;
    opacity: 0;
    margin: 1.5rem 0 1rem;
    transform: translateY(10px);
}.privacy-depot-db p {
    opacity: 0;
    animation: fadeup 0.5s ease-out 0.4s forwards;
    max-width: 95%;
    color: #000000;
    font-size: 18px;
    transform: translateY(10px);
    line-height: 1.75;
    margin-bottom: 1.5rem;
}.privacy-depot-db p strong {
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 600;
}.privacy-depot-db p strong::after {
    content: "";
    left: 0;
    opacity: 0.5;
    position: absolute;
    height: 1px;
    bottom: -2px;
    width: 100%;
    background: rgb(153,159,173);
}.privacy-depot-db span {
    margin-bottom: 1.5rem;
    line-height: 1.75;
    transform: translateY(10px);
    position: relative;
    color: #000000;
    opacity: 0;
    display: block;
    padding-left: 1rem;
    font-size: 18px;
    animation: fadeup 0.5s ease-out 0.4s forwards;
}.privacy-depot-db span::before {
    background: rgb(118,121,134);
    width: 3px;
    height: calc(100% - 1rem);
    top: 0.5rem;
    opacity: 0.3;
    left: 0;
    position: absolute;
    content: "";
}.privacy-depot-db ul {
    border-radius: 0 10px 10px 0;
    padding: 1.5rem 2rem;
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
    border-left: 3px solid rgb(153,159,173);
    opacity: 0;
    margin: 1.5rem 0 2rem;
    padding-left: 0;
    animation: slidein 0.6s ease-out 0.5s forwards;
    transform: translateX(-10px);
    position: relative;
    list-style: none;
}.privacy-depot-db ul::before {
    content: "";
    z-index: -1;
    width: 100%;
    background: linear-gradient(to right, rgba(rgb(153,159,173,0.5), 0.05), transparent);
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}.privacy-depot-db li {
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: 18px;
    padding-left: 1.75rem;
    position: relative;
    color: #000000;
}.privacy-depot-db li:last-child {
    margin-bottom: 0;
}.privacy-depot-db li::before {
    height: 8px;
    left: 0;
    transform: rotate(45deg);
    position: absolute;
    border-radius: 1px;
    content: "";
    width: 8px;
    background: rgb(118,121,134);
    top: 0.5rem;
}

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

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

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

@media (min-width: 768px) {.privacy-depot-db {
    padding: 6rem 3rem;
}.privacy-depot-db h1 {
    margin-bottom: 3rem;
    font-size: calc(45px * 1.15);
}.privacy-depot-db h1::after {
    width: 80px;
}.privacy-depot-db p, .privacy-depot-db span {
    max-width: 85%;
}.privacy-depot-db ul {
    max-width: 90%;
    margin-left: 1rem;
}
}

@media (min-width: 992px) {.privacy-depot-db {
    padding: 7rem 4rem;
}.privacy-depot-db::after {
    width: 40%;
}.privacy-depot-db h1 {
    font-size: calc(45px * 1.3);
}.privacy-depot-db h2 {
    padding-left: 1.5rem;
}.privacy-depot-db p, .privacy-depot-db span {
    font-size: calc(18px * 1.05);
    max-width: 80%;
}.privacy-depot-db ul {
    padding: 2rem 2.5rem;
}.privacy-depot-db li {
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.privacy-depot-db {
    padding: 4rem 1.5rem;
}.privacy-depot-db h1 {
    font-size: calc(45px * 0.9);
}.privacy-depot-db h2 {
    font-size: calc(28px * 0.9);
}.privacy-depot-db h3 {
    font-size: calc(28px * 0.8);
}.privacy-depot-db h4 {
    font-size: calc(28px * 0.7);
}.privacy-depot-db p, .privacy-depot-db span {
    max-width: 100%;
}.privacy-depot-db ul {
    padding: 1.25rem 1.5rem;
}}.course-program-info-db {
    position: relative;
    background: linear-gradient(135deg, rgb(188,194,213) 0%, rgb(118,121,134,0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
}.course-program-info-db::before {
    right: -5%;
    content: "";
    animation: float 15s infinite ease-in-out alternate;
    opacity: 0.6;
    z-index: 1;
    height: 300px;
    filter: blur(40px);
    top: -10%;
    background: linear-gradient(220deg, rgb(153,159,173,0.5) 0%, transparent 70%);
    position: absolute;
    width: 300px;
    transform: rotate(15deg);
}.course-program-info-db::after {
    opacity: 0.5;
    bottom: -5%;
    height: 250px;
    left: -5%;
    background: linear-gradient(135deg, rgb(118,121,134) 0%, transparent 80%);
    filter: blur(30px);
    transform: rotate(-15deg);
    content: "";
    position: absolute;
    width: 250px;
    animation: float 18s infinite ease-in-out alternate-reverse;
    z-index: 1;
}.course-program-info-db .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.course-program-info-db h2 {
    font-size: 33px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    transform: translateY(0);
    font-weight: 700;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    color: #000000;
    position: relative;
    opacity: 0;
    text-align: center;
    margin-bottom: 60px;
}.course-program-info-db h2::after {
    bottom: -15px;
    background: linear-gradient(90deg, rgb(153,159,173) 0%, rgb(118,121,134) 100%);
    left: 50%;
    transform: translateX(-50%);
    content: "";
    height: 3px;
    position: absolute;
    width: 80px;
    transition: width 0.3s ease;
}.course-program-info-db h2:hover::after {
    width: 120px;
}.course-program-info-db .training-plan-db {
    border-radius: 18px;
    transform: translateY(20px);
    opacity: 0;
    flex-direction: column;
    background: #ffffff;
    display: flex;
    gap: 40px;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.course-program-info-db .snap-db {
    height: 300px;
    overflow: hidden;
    transition: transform 0.5s ease;
    position: relative;
}.course-program-info-db .snap-db::before {
    z-index: 1;
    left: 0;
    top: 0;
    content: "";
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.3) 100%);
    position: absolute;
}.course-program-info-db .snap-db::after {
    opacity: 0.7;
    right: -10px;
    content: "";
    z-index: 2;
    width: 80px;
    height: 80px;
    transform: rotate(0deg);
    background: rgb(153,159,173);
    position: absolute;
    top: -10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    transition: transform 0.5s ease;
}.course-program-info-db .snap-db:hover::after {
    transform: rotate(15deg) scale(1.2);
}.course-program-info-db .label-container-db {
    padding: 30px 40px 40px;
    position: relative;
}.course-program-info-db .description {
    font-size: 12px;
    margin-bottom: 25px;
    line-height: 1.7;
    padding-right: 10px;
    max-height: 200px;
    overflow-y: auto;
    position: relative;
    color: #000000;
}.course-program-info-db .description::-webkit-scrollbar {
    width: 4px;
}.course-program-info-db .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.course-program-info-db .description::-webkit-scrollbar-thumb {
    background: rgb(118,121,134,0.5);
    border-radius: 10px;
}.course-program-info-db .description:last-child {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
}.course-program-info-db .description::first-letter {
    font-weight: 600;
    font-size: 1.3em;
    color: rgb(153,159,173);
}

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

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(20px, 20px) rotate(5deg);
    }
    100% {
        transform: translate(-20px, 10px) rotate(-5deg);
    }
}

@media (min-width: 768px) {.course-program-info-db .training-plan-db {
    gap: 0;
    flex-direction: row;
    align-items: stretch;
}.course-program-info-db .snap-db {
    flex: 0 0 45%;
    height: auto;
}.course-program-info-db .label-container-db {
    flex-direction: column;
    padding: 40px 50px;
    display: flex;
    flex: 0 0 55%;
    justify-content: center;
}.course-program-info-db .description {
    max-height: 230px;
}
}

@media (min-width: 992px) {.course-program-info-db {
    padding: 150px 0;
}.course-program-info-db h2 {
    margin-bottom: 70px;
    font-size: calc(33px * 1.1);
}.course-program-info-db .training-plan-db {
    max-width: 90%;
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    margin: 0 auto;
}.course-program-info-db .training-plan-db:hover {
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}.course-program-info-db .snap-db {
    flex: 0 0 40%;
}.course-program-info-db .label-container-db {
    padding: 50px 60px;
    flex: 0 0 60%;
}.course-program-info-db .description {
    line-height: 1.8;
    max-height: 280px;
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 1200px) {.course-program-info-db {
    padding: 180px 0;
}.course-program-info-db .training-plan-db {
    max-width: 85%;
}.course-program-info-db .snap-db {
    flex: 0 0 45%;
}.course-program-info-db .label-container-db {
    flex: 0 0 55%;
    padding: 60px 70px;
}.course-program-info-db .description {
    max-height: 320px;
}
}

@media (max-width: 767px) {.course-program-info-db {
    padding: 80px 0;
}.course-program-info-db h2 {
    margin-bottom: 40px;
    font-size: calc(33px * 0.85);
}.course-program-info-db .snap-db {
    height: 220px;
}.course-program-info-db .label-container-db {
    padding: 25px 30px 35px;
}.course-program-info-db .description {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
    max-height: 180px;
}}.pricing-feature-db {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(188,194,213) 0%, #ffffff 100%);
    padding: 6rem 0;
}.pricing-feature-db::before {
    content: "";
    background: linear-gradient(45deg, rgb(153,159,173,0.5) 0%, transparent 40%);
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
}.pricing-feature-db .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}.pricing-feature-db .member-plans-db {
    flex-direction: column;
    display: flex;
}.pricing-feature-db .payment-deals-db {
    order: 1;
    text-align: center;
    max-width: 800px;
    margin-bottom: 3rem;
    margin-right: auto;
    margin-left: auto;
}.pricing-feature-db .payment-deals-db h2 {
    margin-bottom: 1rem;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    position: relative;
    font-size: 29px;
}.pricing-feature-db .payment-deals-db h2::after {
    content: "";
    width: 80px;
    transform: translateX(-50%);
    background: rgb(153,159,173);
    position: absolute;
    left: 50%;
    height: 3px;
    bottom: -10px;
}.pricing-feature-db .value-deals-db {
    max-width: 600px;
    overflow-wrap: break-word;
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
    margin: 0 auto;
    word-break: break-word;
}.pricing-feature-db .trial-rates-db {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 2rem;
    order: 2;
    gap: 2rem;
    display: grid;
}.pricing-feature-db .edu-deals-db {
    border-radius: 10px;
    text-decoration: none;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}.pricing-feature-db .edu-deals-db:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) scale(1.02);
}.pricing-feature-db .study-pricing-db {
    display: flex;
    flex-direction: column;
    height: 100%;
}.pricing-feature-db .value-plan-db {
    overflow-wrap: break-word;
    flex-direction: column;
    padding: 2rem;
    flex-grow: 1;
    z-index: 1;
    position: relative;
    word-break: break-word;
    display: flex;
}.pricing-feature-db .value-plan-db::before {
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    content: "";
    top: 0;
    z-index: -1;
    width: 100%;
    opacity: 0.7;
    left: 0;
    height: 100%;
    position: absolute;
}.pricing-feature-db .value-plan-db h3 {
    position: relative;
    padding-bottom: 0.5rem;
    color: #000000;
    font-weight: 700;
    font-size: calc(20px * 1.2);
    margin-bottom: 1.5rem;
}.pricing-feature-db .value-plan-db h3::after {
    bottom: 0;
    transition: width 0.3s ease;
    background: rgb(118,121,134);
    left: 0;
    width: 40px;
    position: absolute;
    height: 2px;
    content: "";
}.pricing-feature-db .edu-deals-db:hover .value-plan-db h3::after {
    width: 80px;
}.pricing-feature-db .pro-fees-db {
    font-size: calc(20px * 1.5);
    font-weight: 700;
    display: inline-block;
    color: rgb(153,159,173);
    margin-bottom: 1.5rem;
    position: relative;
}.pricing-feature-db .pro-fees-db::before {
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
    left: 0;
    width: 0;
    background: rgb(153,159,173);
    content: "";
    bottom: -5px;
}.pricing-feature-db .edu-deals-db:hover .pro-fees-db::before {
    width: 100%;
}.pricing-feature-db .value-plan-db p {
    line-height: 1.6;
    color: #000000;
    margin-top: auto;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 15px;
}.pricing-feature-db .snap-db {
    transition: transform 0.5s ease;
    overflow: hidden;
    height: 200px;
    position: relative;
}.pricing-feature-db .snap-db::after {
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 0;
    content: "";
}.pricing-feature-db .edu-deals-db:hover .snap-db {
    transform: scale(1.05);
}.pricing-feature-db .edu-deals-db:nth-child(odd) .study-pricing-db {
    flex-direction: column-reverse;
}.pricing-feature-db .edu-deals-db:nth-child(3n+1) {
    border-top: 3px solid rgb(153,159,173);
}.pricing-feature-db .edu-deals-db:nth-child(3n+2) {
    border-top: 3px solid rgb(118,121,134);
}.pricing-feature-db .edu-deals-db:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (min-width: 768px) {.pricing-feature-db .member-plans-db {
    flex-direction: row;
    gap: 4rem;
    align-items: center;
}.pricing-feature-db .payment-deals-db {
    text-align: left;
    margin-bottom: 0;
    flex: 0 0 30%;
    order: 2;
}.pricing-feature-db .payment-deals-db h2 {
    text-align: left;
}.pricing-feature-db .payment-deals-db h2::after {
    left: 0;
    transform: none;
}.pricing-feature-db .value-deals-db {
    text-align: left;
    margin: 0;
}.pricing-feature-db .trial-rates-db {
    order: 1;
    flex: 0 0 65%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.pricing-feature-db .trial-rates-db {
    grid-template-columns: repeat(2, 1fr);
}.pricing-feature-db .edu-deals-db:nth-child(4n+1) {
    transform: translateY(20px);
}.pricing-feature-db .edu-deals-db:nth-child(4n+3) {
    transform: translateY(-20px);
}.pricing-feature-db .edu-deals-db:hover {
    transform: translateY(0) scale(1.02);
}
}

@media (max-width: 767px) {.pricing-feature-db {
    padding: 4rem 0;
}.pricing-feature-db .value-plan-db {
    padding: 1.5rem;
}.pricing-feature-db .value-plan-db h3 {
    font-size: 20px;
}.pricing-feature-db .pro-fees-db {
    font-size: 20px;
}.pricing-feature-db .value-plan-db p {
    max-height: 150px;
    font-size: calc(15px * 0.9);
    line-height: 1.5;
    overflow-y: auto;
}.pricing-feature-db .snap-db {
    height: 150px;
}
}

@media (max-width: 480px) {.pricing-feature-db .trial-rates-db {
    grid-template-columns: 1fr;
}.pricing-feature-db .payment-deals-db h2 {
    font-size: calc(29px * 0.8);
}.pricing-feature-db .value-deals-db {
    font-size: calc(15px * 0.9);
}.pricing-feature-db .value-plan-db p {
    max-height: 120px;
}}.our-team-db {
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
}.our-team-db::before {
    content: "";
    left: 0;
    position: absolute;
    z-index: 1;
    opacity: 0.75;
    height: 100%;
    top: 0;
    width: 100%;
    background: #000000;
}.our-team-db::after {
    background: rgb(153,159,173);
    position: absolute;
    z-index: 1;
    bottom: -50px;
    content: "";
    right: -50px;
    filter: blur(40px);
    height: 300px;
    border-radius: 50%;
    animation: pulse 8s infinite alternate ease-in-out;
    width: 300px;
    opacity: 0.1;
}.our-team-db .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    grid-template-columns: 1fr;
    display: grid;
    margin: 0 auto;
}.our-team-db .label-container-db {
    padding: 40px;
    border-left: 4px solid rgb(153,159,173);
    transform: perspective(1000px) rotateY(-2deg);
    background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03));
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.our-team-db .label-container-db:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.our-team-db h5 {
    transform: translateX(0);
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0 0 10px;
    text-transform: uppercase;
    position: relative;
    transition: transform 0.3s ease-out;
    color: rgb(153,159,173);
}.our-team-db h5::after {
    transform: scaleX(1);
    left: 0;
    bottom: -8px;
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    position: absolute;
    content: "";
    height: 3px;
    width: 40%;
    background: rgb(153,159,173);
}.our-team-db .label-container-db:hover h5 {
    transform: translateX(5px);
}.our-team-db .label-container-db:hover h5::after {
    transform: scaleX(1.5);
}.our-team-db p {
    font-size: calc(18px * 1.2);
    margin: 0 0 20px;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-weight: 600;
}.our-team-db p b {
    font-size: calc(18px * 1.4);
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    display: inline-block;
    color: rgb(118,121,134);
    padding-bottom: 5px;
}.our-team-db p b::before {
    left: 0;
    background: rgb(118,121,134);
    height: 2px;
    position: absolute;
    transform: scaleX(0);
    content: "";
    transform-origin: right;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    bottom: 0;
}.our-team-db .label-container-db:hover p b::before {
    transform: scaleX(1);
    transform-origin: left;
}.our-team-db ol {
    counter-reset: item;
    list-style: none;
    padding: 0;
    margin: 0;
}.our-team-db ol li {
    color: #ffffff;
    position: relative;
    column-gap: 40px;
    font-size: 18px;
    padding-left: 5px;
    font-weight: 400;
    letter-spacing: 0.3px;
    opacity: 0.9;
    text-align: justify;
    column-count: 1;
    line-height: 1.8;
}.our-team-db ol li::first-line {
    font-weight: 600;
    color: rgb(118,121,134);
}

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

@media (min-width: 768px) {.our-team-db {
    padding: 150px 0 130px;
}.our-team-db .label-container-db {
    padding: 60px;
}.our-team-db ol li {
    column-count: 2;
    column-gap: 50px;
}.our-team-db::after {
    width: 400px;
    height: 400px;
}
}

@media (min-width: 992px) {.our-team-db {
    padding: 180px 0 160px;
}.our-team-db .container {
    grid-template-columns: 1fr 3fr;
}.our-team-db .label-container-db {
    padding: 70px;
    grid-column: 2;
}.our-team-db h5 {
    margin-bottom: 20px;
}.our-team-db ol li {
    column-gap: 60px;
    column-count: 2;
}
}

@media (max-width: 767px) {.our-team-db {
    padding: 80px 0 60px;
}.our-team-db .label-container-db {
    padding: 30px;
    transform: none;
}.our-team-db h5 {
    font-size: calc(21px * 0.85);
}.our-team-db p b {
    font-size: calc(18px * 1.2);
}.our-team-db ol li {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}}.course-candidates-db {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(188,194,213), rgb(153,159,173,0.5));
    z-index: 1;
}.course-candidates-db::before {
    z-index: -1;
    background: 
        radial-gradient(circle at center, transparent 30%, rgb(118,121,134,0.5) 31%, transparent 32%) 0 0 / 80px 80px,
        radial-gradient(circle at center, transparent 20%, rgb(153,159,173,0.5) 21%, transparent 22%) 40px 40px / 80px 80px;
    opacity: 0.3;
    bottom: 0;
    animation: rotateRings 30s linear infinite;
    right: 0;
    top: 0;
    content: '';
    position: absolute;
    left: 0;
}.course-candidates-db::after {
    top: 50%;
    z-index: -2;
    height: 500px;
    box-shadow: 0 0 80px 20px rgb(153,159,173,0.5);
    position: absolute;
    transform: translate(-50%, -50%);
    width: 500px;
    border-radius: 50%;
    animation: pulsateRing 10s ease-in-out infinite alternate;
    content: '';
    opacity: 0.2;
    left: 50%;
    border: 2px solid rgb(118,121,134,0.5);
}.course-candidates-db .skill-space-db {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 3;
    padding: 0 2rem;
}.course-candidates-db h3 {
    font-size: 34px;
    margin-bottom: 3.5rem;
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    font-weight: 700;
    text-align: center;
}.course-candidates-db h3::before {
    position: absolute;
    transform: translateX(-50%);
    background: rgb(153,159,173);
    height: 3px;
    border-radius: 50px;
    width: 200px;
    bottom: -12px;
    left: 50%;
    box-shadow: 0 0 10px rgb(153,159,173), 0 0 20px rgb(153,159,173,0.5);
    content: '';
}.course-candidates-db h3::after {
    opacity: 0.6;
    left: 50%;
    position: absolute;
    height: 50px;
    animation: orbitRotate 8s infinite linear;
    border: 2px solid rgb(153,159,173,0.5);
    width: 50px;
    border-radius: 50%;
    transform: translateX(-50%);
    bottom: -38px;
    content: '';
}.course-candidates-db ul {
    margin: 0;
    display: grid;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
}.course-candidates-db ul li {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 400;
    display: flex;
    border-radius: 50px;
    font-size: 13px;
    transition: all 0.4s ease;
    background-color: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    position: relative;
    padding: 1.5rem 2rem;
    overflow: hidden;
    align-items: center;
}.course-candidates-db ul li:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}.course-candidates-db ul li::before {
    background: radial-gradient(circle, rgb(118,121,134,0.5) 0%, transparent 70%);
    left: -50%;
    top: -50%;
    content: '';
    opacity: 0.5;
    height: 100px;
    width: 100px;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    animation: floatBubble 15s infinite ease-in-out alternate;
}.course-candidates-db ul li::after {
    width: 80px;
    right: -30px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    animation: pulsateBubble 5s infinite alternate;
    bottom: -30px;
    opacity: 0.3;
    content: '';
    border: 2px solid rgb(153,159,173,0.5);
}.course-candidates-db ul li svg {
    transform: rotate(0deg);
    height: 38px;
    margin-right: 1.5rem;
    width: 38px;
    transition: transform 0.4s ease;
    flex-shrink: 0;
}.course-candidates-db ul li:hover svg {
    transform: rotate(15deg);
}.course-candidates-db ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(118,121,134);
}.course-candidates-db ul li:hover svg path {
    fill: rgb(153,159,173);
}

@keyframes rotateRings {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulsateRing {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.3;
    }
}

@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}

@keyframes pulsateBubble {
    0% {
        transform: scale(0.8);
        opacity: 0.2;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.4;
    }
}

@media (max-width: 992px) {.course-candidates-db {
    padding: 4rem 0;
}.course-candidates-db h3 {
    font-size: calc(34px * 0.9);
}.course-candidates-db ul {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
}.course-candidates-db ul li {
    border-radius: 40px;
    padding: 1.2rem 1.8rem;
}
}

@media (max-width: 576px) {.course-candidates-db {
    padding: 3rem 0;
}.course-candidates-db h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 3rem;
}.course-candidates-db ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.course-candidates-db ul li {
    border-radius: 30px;
    padding: 1rem 1.5rem;
}.course-candidates-db ul li svg {
    height: 32px;
    margin-right: 1rem;
    width: 32px;
}}.consentSettingsDialog-db {
    bottom: 0;
    position: fixed;
    z-index: 90;
    width: 100%;
    background: rgb(188,194,213);
    border-top: 2px solid rgb(153,159,173);
}.cookie-compl-db {
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
}.consentSettingsDialog-db h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.consentSettingsDialog-db p {
    font-size: 18px;
}.cookie-user-db {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie-user-db svg, .cookie-user-db svg path, .cookie-user-db img {
    width: 100px;
    fill: rgb(153,159,173);
    height: 100px;
}.track-accept-db {
    cursor: pointer;
    font-size: 24px;
    margin-left: 10px;
    flex-shrink: 0;
    min-width: 120px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    line-height: 35px;
    border-bottom: 2px solid rgb(153,159,173);
    color: rgb(153,159,173);
}.consentSettingsDialog-db p a {
    text-decoration: none;
    color: rgb(153,159,173);
}
@media only screen and (max-width: 1200px) {.consentSettingsDialog-db {
    padding: 20px;
}}
#privacyModalWindow-db {
    display: none;
}#privacyModalWindow-db:checked ~ .consentSettingsDialog-db {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.cookie-user-db {
    display: none;
}.cookie-compl-db {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.consentSettingsDialog-db h5 {
    text-align: center;
}.consentSettingsDialog-db p {
    text-align: center;
}.digital-consent-db {
    margin-bottom: 20px;
}body .framework-wrap-db .track-accept-db {
    margin-left: 0;
}}.leadership-profile-db {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(170deg, rgb(188,194,213), #ffffff);
    overflow: hidden;
}.leadership-profile-db::before {
    width: 500px;
    position: absolute;
    top: -200px;
    border-radius: 50%;
    right: -200px;
    content: "";
    opacity: 0.1;
    background-color: rgb(153,159,173,0.5);
    height: 500px;
}.leadership-profile-db .container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}.leadership-profile-db .student-quotes-db {
    display: flex;
    margin: 0 auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    max-width: 800px;
    padding: 50px;
    flex-direction: column;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 13px;
}.leadership-profile-db .student-quotes-db:hover {
    transform: translateY(-10px);
}.leadership-profile-db .student-quotes-db::before {
    background-color: rgb(118,121,134);
    content: "";
    width: 30px;
    transform: rotate(45deg);
    top: -15px;
    z-index: -1;
    height: 30px;
    position: absolute;
    left: 50px;
}.leadership-profile-db .student-quotes-db::after {
    background-color: rgb(153,159,173);
    right: 50px;
    width: 30px;
    position: absolute;
    height: 30px;
    bottom: -15px;
    transform: rotate(45deg);
    content: "";
    z-index: -1;
}.leadership-profile-db .snap-db {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-radius: 50%;
    overflow: hidden;
    align-self: center;
    height: 120px;
    width: 120px;
    position: relative;
    transition: transform 0.3s ease;
    border: 4px solid #ffffff;
}.leadership-profile-db .student-quotes-db:hover .snap-db {
    transform: scale(1.05);
}.leadership-profile-db .snap-db::before {
    content: "";
    position: absolute;
    opacity: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(153,159,173,0.5));
    inset: 0;
    transition: opacity 0.3s ease;
}.leadership-profile-db .student-quotes-db:hover .snap-db::before {
    opacity: 1;
}.leadership-profile-db .career-story-db {
    background-color: rgb(188,194,213);
    line-height: 1.8;
    color: #000000;
    margin: 25px 0 0;
    position: relative;
    order: 3;
    font-size: 16px;
    border-radius: 13px;
    padding: 20px 30px;
}.leadership-profile-db .career-story-db::before {
    left: 30px;
    content: "";
    top: -10px;
    border-bottom: 10px solid rgb(188,194,213);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
}.leadership-profile-db .name {
    margin: 5px 0;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
    display: block;
    font-weight: 700;
    order: 1;
    color: #000000;
    font-size: 20px;
}.leadership-profile-db .name::after {
    left: 50%;
    width: 40px;
    position: absolute;
    transform: translateX(-50%);
    background-color: rgb(153,159,173);
    transition: width 0.3s ease;
    height: 2px;
    bottom: 0;
    content: "";
}.leadership-profile-db .student-quotes-db:hover .name::after {
    width: 80px;
}.leadership-profile-db span:not(.name) {
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: calc(16px * 0.9);
    letter-spacing: 1px;
    text-align: center;
    order: 2;
    color: rgb(118,121,134);
}

@media (min-width: 768px) {.leadership-profile-db .student-quotes-db {
    align-items: center;
    gap: 10px 30px;
    grid-template-areas: 
            "photo name"
            "photo job"
            "quote quote";
    grid-template-columns: auto 1fr;
    display: grid;
}.leadership-profile-db .snap-db {
    margin-bottom: 0;
    height: 180px;
    grid-area: photo;
    width: 180px;
    align-self: start;
}.leadership-profile-db .name {
    grid-area: name;
    font-size: 28px;
    text-align: left;
}.leadership-profile-db .name::after {
    transform: none;
    left: 0;
}.leadership-profile-db span:not(.name) {
    text-align: left;
    grid-area: job;
    margin-bottom: 0;
}.leadership-profile-db .career-story-db {
    grid-area: quote;
    margin-top: 30px;
}
}

@media (max-width: 768px) {.leadership-profile-db {
    padding: 70px 0;
}.leadership-profile-db .student-quotes-db {
    padding: 40px 30px;
}
}

@media (max-width: 576px) {.leadership-profile-db {
    padding: 50px 0;
}.leadership-profile-db .student-quotes-db {
    padding: 30px 20px;
}.leadership-profile-db .career-story-db {
    margin-top: 20px;
    padding: 15px 20px;
}
}