* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}svg {
    height: 30px;
    width: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1137px;
}.web-core-container {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}header,footer {
    width: 100%;
}.web-main-core {
    flex: 1 0 auto;
}html,body {
    min-height: 100%;
    auto
contain
touch-action: none;
    scroll-snap-type: none;
    auto
    scroll-behavior: auto;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
}.web-sample-docs {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.web-education-history {
    background: rgb(152,168,183);
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
    perspective: 1000px;
}.web-education-history::before {
    opacity: 0.4;
    z-index: 1;
    filter: blur(60px);
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(85,99,116,0.5) 0deg,
        rgb(118,133,149,0.5) 90deg,
        rgb(152,168,183) 180deg,
        rgb(118,133,149,0.5) 270deg,
        rgb(85,99,116,0.5) 360deg
    );
    top: 0;
    content: "";
}.web-education-history .web-student-quotes {
    z-index: 2;
    justify-content: space-between;
    gap: 0;
    position: relative;
    align-items: center;
    flex-direction: row;
    display: flex;
    transform-style: preserve-3d;
}.web-education-history .web-pic-wrapper {
    position: relative;
    transform: rotateY(10deg) translateZ(50px);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    width: 40%;
    filter: saturate(0.8);
    border-radius: 20px;
    height: 400px;
}.web-education-history .web-pic-wrapper::after {
    height: 100%;
    left: 0;
    width: 100%;
    transition: opacity 0.6s ease;
    top: 0;
    content: "";
    border-radius: 20px;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(118,133,149,0.5) 100%
    );
    opacity: 0.4;
    position: absolute;
}.web-education-history .web-pic-wrapper:hover {
    filter: saturate(1.2);
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
}.web-education-history .web-pic-wrapper:hover::after {
    opacity: 0;
}.web-education-history .web-work-tasks {
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 60%;
    border-radius: 20px;
    transform: rotateY(-5deg) translateZ(30px);
    padding: 2.5rem;
    background: #ffffff;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}.web-education-history .web-work-tasks::before {
    width: 200%;
    top: -50%;
    content: "";
    transform: scale(0);
    transition: transform 0.8s ease;
    background: radial-gradient(
        circle at center,
        rgb(85,99,116,0.5) 0%,
        transparent 70%
    );
    position: absolute;
    height: 200%;
    opacity: 0.1;
    left: -50%;
}.web-education-history .web-work-tasks:hover {
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(0deg) translateZ(50px);
}.web-education-history .web-work-tasks:hover::before {
    transform: scale(1);
}.web-education-history .name {
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
    font-size: 29px;
    font-weight: 700;
    color: rgb(118,133,149);
}.web-education-history .name::after {
    bottom: -5px;
    background: rgb(85,99,116);
    transition: width 0.4s ease-in-out;
    left: 0;
    content: "";
    height: 3px;
    width: 0;
    position: absolute;
}.web-education-history .web-work-tasks:hover .name::after {
    width: 100%;
}.web-education-history .web-work-tasks > div:nth-child(2) {
    color: rgb(85,99,116);
    margin-bottom: 2rem;
    font-size: 16px;
    font-weight: 600;
    opacity: 0.9;
    letter-spacing: 1px;
}.web-education-history .web-career-wrap {
    position: relative;
    line-height: 1.7;
    font-size: 15px;
    padding-left: 2rem;
    border-left: 3px solid rgb(118,133,149,0.5);
    color: #000000;
    font-style: italic;
    font-weight: 400;
}.web-education-history .web-career-wrap::before {
    position: absolute;
    opacity: 0.3;
    font-size: 5rem;
    top: -20px;
    left: -10px;
    font-family: serif;
    content: "";
    color: rgb(85,99,116,0.5);
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(118,133,149,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.web-education-history .web-pic-wrapper:hover {
    animation: pulse 1.5s infinite;
}

@media (max-width: 992px) {.web-education-history .web-student-quotes {
    flex-direction: column;
}.web-education-history .web-pic-wrapper,
    .web-education-history .web-work-tasks {
    width: 100%;
    transform: none;
}.web-education-history .web-pic-wrapper {
    height: 300px;
    margin-bottom: 2rem;
}.web-education-history .web-pic-wrapper:hover,
    .web-education-history .web-work-tasks:hover {
    transform: translateY(-10px);
}}#web-cookieUsageWindow {
    display: none;
}#web-cookieUsageWindow:checked ~ .web-cookie-message-banner {
    visibility: hidden;
    opacity: 0;
}.web-cookie-message-banner {
    z-index: 90;
    background: rgb(85,99,116);
    width: 100%;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 0;
    padding: 20px 0;
    border-top: 3px solid rgb(118,133,149);
    font-family: Arial, sans-serif;
}.web-cookie-frame {
    justify-content: space-between;
    padding: 20px 5%;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 14px;
    gap: 20px;
    align-items: center;
    border: 2px dashed rgb(118,133,149);
}.web-cookie-message-banner h5 {
    font-size: 18px;
    margin: 0;
    color: rgb(118,133,149);
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}.web-cookie-message-banner p {
    line-height: 1.5;
    font-size: 16px;
    margin: 0;
    position: relative;
    color: #ffffff;
}.web-track-bar {
    display: flex;
    align-items: center;
    padding: 10px;
    background: rgb(118,133,149,0.5);
    flex-shrink: 0;
    margin-right: 20px;
    justify-content: center;
    border-radius: 14px;
}.web-track-bar svg {
    width: 60px;
    fill: rgb(118,133,149);
    height: 60px;
}.web-cookie-window {
    cursor: pointer;
    padding: 10px 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid rgb(118,133,149);
    text-align: center;
    flex-shrink: 0;
    font-size: 15px;
    border-radius: 10px;
    line-height: 40px;
    color: #000000;
    white-space: nowrap;
    margin-left: 10px;
    min-width: 140px;
    background: rgb(118,133,149);
    text-decoration: none;
}.web-cookie-window:hover {
    background-color: rgb(85,99,116);
    box-shadow: 0 0 10px rgb(85,99,116);
}.cookie_button.web-cookie-edu {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(85,99,116);
}.cookie_button.web-cookie-edu:hover {
    box-shadow: 0 0 10px rgb(85,99,116);
}.web-cookie-message-banner p a {
    border-bottom: 1px dashed rgb(118,133,149);
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(118,133,149);
}.web-cookie-message-banner p a:hover {
    color: rgb(85,99,116);
}
@media only screen and (max-width: 1200px) {.web-cookie-message-banner {
    padding: 15px 0;
}.web-cookie-frame {
    padding: 15px 5%;
}.web-track-bar {
    display: none;
}.web-cookie-frame {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.web-cookie-message-banner h5 {
    font-size: 22px;
    margin-bottom: 10px;
}.web-cookie-all {
    margin-bottom: 15px;
}.web-cookie-window {
    min-width: 100%;
    margin: 10px 0;
}}
.web-help-desk-info {
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(152,168,183) 0%, rgba(242, 246, 255, 0.9) 100%);
    position: relative;
}.web-help-desk-info::before {
    background-image: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.03) 0px,
        rgba(0, 0, 0, 0.03) 1px,
        transparent 1px,
        transparent 25px
    );
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    pointer-events: none;
    top: 0;
    z-index: 1;
    height: 100%;
}.web-help-desk-info::after {
    top: -50%;
    height: 200%;
    position: absolute;
    transform: rotate(-15deg);
    z-index: 0;
    background: linear-gradient(120deg, rgb(118,133,149,0.5) 0%, transparent 70%);
    content: "";
    width: 60%;
    right: -10%;
}.web-help-desk-info .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
}.web-help-desk-info .web-get-contactwidget {
    gap: 2.5rem;
    position: relative;
    background-color: #ffffff;
    display: grid;
    padding: 3rem;
    transform: translateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.04);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    grid-template-columns: 1fr;
}.web-help-desk-info .web-get-contactwidget:hover {
    transform: translateY(-5px);
}.web-help-desk-info .web-get-contactwidget::before {
    left: 0;
    top: 0;
    position: absolute;
    width: 6px;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(118,133,149), rgb(85,99,116));
}.web-help-desk-info h3 {
    padding-bottom: 1rem;
    font-weight: 700;
    color: #000000;
    position: relative;
    transition: transform 0.3s ease;
    margin: 0 0 1.5rem;
    font-size: 28px;
    transform: translateX(0);
}.web-help-desk-info .web-get-contactwidget:hover h3 {
    transform: translateX(10px);
}.web-help-desk-info h3::after {
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(118,133,149), rgb(85,99,116,0.5));
}.web-help-desk-info p {
    margin: 0 0 1.5rem;
    font-size: 14px;
    color: #000000;
    line-height: 1.7;
}.web-help-desk-info h5 {
    gap: 0.75rem;
    color: #000000;
    margin: 0 0 0.75rem;
    display: flex;
    font-size: 24px;
    font-weight: 600;
    align-items: center;
}.web-help-desk-info svg {
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
}.web-help-desk-info svg:hover {
    transform: scale(1.15);
}.web-help-desk-info svg path {
    transition: fill 0.3s ease;
    fill: rgb(118,133,149);
}.web-help-desk-info a:hover svg path {
    fill: rgb(85,99,116);
}.web-help-desk-info .web-edu-chat {
    margin: 1.5rem 0 0;
    gap: 1.25rem;
    padding: 0;
    grid-template-columns: 1fr;
    display: grid;
    list-style: none;
}.web-help-desk-info .web-message-panel {
    padding: 0.75rem 1rem;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    background-color: rgba(242, 246, 255, 0.6);
    gap: 0.75rem;
    border-left: 3px solid transparent;
    display: flex;
    font-weight: 600;
    text-decoration: none;
    color: #000000;
    align-items: center;
}.web-help-desk-info .web-message-panel:hover {
    transform: translateX(5px);
    border-left: 3px solid rgb(118,133,149);
    background-color: rgba(242, 246, 255, 1);
}

@media (min-width: 768px) {.web-help-desk-info .web-get-contactwidget {
    padding: 4rem;
    grid-template-columns: 1fr 1fr;
}.web-help-desk-info h3 {
    grid-column: 1 / -1;
}.web-help-desk-info .web-edu-chat {
    grid-column: 1 / -1;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.web-help-desk-info::after {
    width: 40%;
    right: -5%;
    top: -30%;
}
}

@media (min-width: 992px) {.web-help-desk-info {
    padding: 7rem 0;
}.web-help-desk-info .web-get-contactwidget {
    grid-template-columns: 2fr 1fr;
    column-gap: 4rem;
    padding: 5rem;
}.web-help-desk-info .web-edu-chat {
    grid-column: auto;
    grid-template-columns: 1fr;
}.web-help-desk-info h3 {
    grid-column: 1 / -1;
    font-size: calc(28px * 1.2);
}.web-help-desk-info .web-get-contactwidget::before {
    width: 8px;
}.web-help-desk-info .web-message-panel {
    padding: 1rem 1.5rem;
}
}

@media (min-width: 1200px) {.web-help-desk-info .web-get-contactwidget {
    padding: 5rem 6rem;
}.web-help-desk-info h3::after {
    width: 120px;
}.web-help-desk-info .web-message-panel:hover {
    transform: translateX(10px);
}
}

@media (max-width: 767px) {.web-help-desk-info {
    padding: 3rem 0;
}.web-help-desk-info .web-get-contactwidget {
    padding: 2rem;
}.web-help-desk-info h3 {
    font-size: calc(28px * 0.9);
}.web-help-desk-info p {
    font-size: calc(14px * 0.95);
}}.web-title-screen {
    align-items: center;
    padding: 5rem 2rem;
    z-index: 1;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}.web-title-screen::before {
    content: "";
    bottom: 0;
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 50%,
    rgba(0, 0, 0, 0.45) 100%);
    right: 0;
    top: 0;
    left: 0;
}.web-title-screen::after {
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(180deg, 
    rgb(118,133,149,0.5) 0%,
    transparent 100%);
    pointer-events: none;
    opacity: 0.4;
    z-index: -1;
}.web-title-screen > div {
    transform: translateY(0);
    flex-direction: column;
    width: 100%;
    display: flex;
    gap: 3rem;
    position: relative;
    animation: fade-in-up 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    max-width: 1200px;
}.web-title-screen > div > div:first-child {
    padding-left: 2rem;
    opacity: 0;
    transform: translateX(0);
    animation: slide-in-left 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
    position: relative;
}.web-title-screen > div > div:first-child::before {
    content: "";
    background: rgb(85,99,116);
    position: absolute;
    top: 0;
    animation: scale-down 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    transform: scaleY(0);
    width: 6px;
    left: 0;
    height: 100%;
    transform-origin: top;
}.web-title-screen .title_style_header {
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
    font-weight: 700;
    font-size: calc(48px * 1.2);
    position: relative;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}.web-title-screen .title_style_header::after {
    height: 3px;
    left: 0;
    width: 80px;
    bottom: -12px;
    animation: scale-right 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s forwards;
    transform: scaleX(0);
    content: "";
    background: rgb(85,99,116);
    transform-origin: left;
    position: absolute;
}.web-title-screen .web-learn-title {
    padding: 2.5rem;
    opacity: 0;
    animation: fade-in-up 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
    gap: 2rem;
    display: flex;
    position: relative;
    border-left: 3px solid rgb(85,99,116);
    margin-left: auto;
    background: linear-gradient(135deg, 
    rgb(118,133,149,0.5) 0%,
    rgba(0, 0, 0, 0.2) 100%);
    box-shadow: 
    0 20px 40px -10px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.05);
    max-width: 90%;
    border-radius: 0;
    backdrop-filter: blur(4px);
    flex-direction: column;
    overflow: hidden;
    transform: translateY(30px);
}.web-title-screen .web-learn-title::before {
    transform: translateX(-100%);
    width: 100%;
    background: linear-gradient(90deg, 
    rgb(85,99,116,0.5) 0%,
    transparent 100%);
    top: 0;
    animation: slide-in-out 8s ease-in-out infinite alternate;
    z-index: -1;
    opacity: 0.1;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
}.web-title-screen .web-master-track {
    opacity: 0;
    position: relative;
    animation: slide-in-right 1s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
    transform: translateX(0);
}.web-title-screen .web-master-track h3 {
    font-size: calc(19px * 1.1);
    letter-spacing: 0.01em;
    position: relative;
    line-height: 1.5;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}.web-title-screen .web-learn-title > div:last-child {
    transform: translateY(20px);
    opacity: 0;
    animation: fade-in-up 1s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
}.web-title-screen .web-learn-title span {
    transform: translateY(0) skew(-3deg);
    position: relative;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    padding: 0.75rem 1.5rem;
    overflow: hidden;
    display: inline-block;
    background: rgb(85,99,116);
}.web-title-screen .web-learn-title span::before {
    background: linear-gradient(45deg, 
    transparent 0%,
    rgba(255, 255, 255, 0.1) 50%,
    transparent 100%);
    width: 100%;
    transform: translateX(-100%);
    content: "";
    left: 0;
    position: absolute;
    animation: shine 3s ease-in-out infinite;
    height: 100%;
    top: 0;
}.web-title-screen .web-learn-title p {
    font-size: 17px;
    margin: 0;
    color: #000000;
    transform: skew(3deg);
    font-weight: 600;
    line-height: 1.5;
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-in-left {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-in-right {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scale-right {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes scale-down {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes shine {
  0% {
    transform: translateX(-100%);
  }
  20%, 100% {
    transform: translateX(100%);
  }
}

@keyframes slide-in-out {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (min-width: 768px) {.web-title-screen {
    padding: 6rem 4rem;
}.web-title-screen > div {
    gap: 4rem;
}.web-title-screen > div > div:first-child {
    padding-left: 3rem;
}.web-title-screen > div > div:first-child::before {
    width: 8px;
}.web-title-screen .title_style_header {
    font-size: calc(48px * 1.4);
}.web-title-screen .title_style_header::after {
    width: 120px;
}.web-title-screen .web-learn-title {
    max-width: 75%;
    margin-left: auto;
    gap: 2.5rem;
    padding: 3.5rem;
}.web-title-screen .web-master-track h3 {
    font-size: calc(19px * 1.2);
}.web-title-screen .web-learn-title span {
    padding: 1rem 2rem;
}.web-title-screen .web-learn-title p {
    font-size: calc(17px * 1.1);
}
}

@media (min-width: 1200px) {.web-title-screen {
    padding: 7rem 5rem;
}.web-title-screen > div {
    gap: 5rem;
}.web-title-screen > div > div:first-child {
    padding-left: 4rem;
}.web-title-screen > div > div:first-child::before {
    width: 10px;
}.web-title-screen .title_style_header {
    font-size: calc(48px * 1.6);
}.web-title-screen .title_style_header::after {
    width: 150px;
    bottom: -16px;
    height: 4px;
}.web-title-screen .web-learn-title {
    gap: 3rem;
    max-width: 65%;
    padding: 4rem;
}.web-title-screen .web-master-track h3 {
    font-size: calc(19px * 1.3);
}.web-title-screen .web-learn-title span {
    padding: 1.25rem 2.5rem;
}.web-title-screen .web-learn-title p {
    font-size: calc(17px * 1.2);
}
}

@media (max-width: 767px) {.web-title-screen {
    padding: 4rem 1.5rem;
}.web-title-screen > div {
    gap: 2rem;
}.web-title-screen .title_style_header {
    font-size: 48px;
}.web-title-screen .web-learn-title {
    padding: 2rem;
    max-width: 100%;
    gap: 1.5rem;
}.web-title-screen .web-master-track h3 {
    font-size: 19px;
}.web-title-screen .web-learn-title span {
    padding: 0.5rem 1rem;
}}.web-our-background {
    background: linear-gradient(135deg, #000000 0%, rgb(118,133,149) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.web-our-background::before {
    width: 100%;
    animation: pulse 15s infinite alternate;
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    height: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(118,133,149,0.5) 0%, transparent 50%);
    left: 0;
}.web-our-background::after {
    background: 
        radial-gradient(circle at 80% 20%, rgb(85,99,116,0.5) 0%, transparent 40%),
        linear-gradient(45deg, transparent 48%, rgb(118,133,149,0.5) 50%, transparent 52%) #000000;
    position: absolute;
    width: 100%;
    background-size: 100% 100%, 20px 20px;
    height: 100%;
    z-index: 1;
    right: 0;
    content: "";
    top: 0;
    opacity: 0.3;
}.web-our-background .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.web-our-background .web-knowledge-classes {
    transition: transform 0.5s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(0deg);
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    gap: 60px;
    align-items: center;
    padding: 50px;
    justify-content: space-between;
    flex-direction: row;
}.web-our-background .web-knowledge-classes:hover {
    transform: perspective(1000px) rotateY(2deg);
}.web-our-background .web-team-profile {
    flex: 0 0 280px;
    position: relative;
    transform: translateY(0);
    transition: all 0.4s ease;
}.web-our-background .web-team-profile:hover {
    transform: translateY(-10px);
}.web-our-background .web-team-profile .web-pic-wrapper {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    width: 280px;
    transition: all 0.4s ease;
    border-radius: 20px;
    height: 360px;
    overflow: hidden;
}.web-our-background .web-team-profile .web-pic-wrapper::before {
    left: -100%;
    transform: skewX(-25deg);
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: "";
    animation: shine 3s infinite;
    width: 50%;
    position: absolute;
    top: 0;
    height: 100%;
}.web-our-background .web-training-track {
    padding: 20px 30px;
    position: relative;
    transform: translateY(-30px) translateX(20px);
    z-index: 2;
    border-left: 4px solid rgb(85,99,116);
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background: rgb(118,133,149);
}.web-our-background .web-training-track::before {
    left: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, transparent 25%, rgba(255, 255, 255, 0.1) 50%, transparent 75%);
    top: 0;
    height: 100%;
    background-size: 20px 20px;
    content: "";
}.web-our-background .web-skill-experts {
    font-weight: 700;
    margin: 0 0 5px 0;
    font-size: 19px;
    position: relative;
    color: #ffffff;
}.web-our-background .web-expert-program {
    font-size: 16px;
    opacity: 0.8;
    font-weight: 300;
    margin: 0;
    color: #ffffff;
}.web-our-background .web-text-arch {
    flex: 1;
    padding-left: 20px;
    position: relative;
}.web-our-background .web-text-arch::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(118,133,149), rgb(85,99,116));
    left: 0;
    width: 4px;
    position: absolute;
    border-radius: 2px;
    height: 100%;
    content: "";
}.web-our-background .web-study-guides {
    transition: transform 0.3s ease;
    display: flex;
    margin-bottom: 20px;
    transform: translateY(0);
    align-items: center;
}.web-our-background .web-study-guides:hover {
    transform: translateY(-5px);
}.web-our-background .web-study-guides svg {
    transition: all 0.3s ease;
    height: 60px;
    width: 60px;
    fill: rgb(118,133,149);
    margin-right: 15px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
}.web-our-background .web-study-guides svg:hover {
    transform: scale(1.1);
    fill: rgb(85,99,116);
}.web-our-background .web-study-guides svg path {
    transition: all 0.3s ease;
}.web-our-background .web-study-guides svg:hover path {
    fill: rgb(85,99,116);
}.web-our-background h2 {
    font-weight: 700;
    font-size: 32px;
    padding-bottom: 15px;
    position: relative;
    margin: 0 0 20px 0;
    color: #ffffff;
}.web-our-background h2::after {
    left: 0;
    content: "";
    position: absolute;
    border-radius: 2px;
    height: 4px;
    background: rgb(85,99,116);
    bottom: 0;
    width: 80px;
}.web-our-background p {
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.8;
    font-size: 16px;
    margin: 0;
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.3;
        transform: scale(1);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@media screen and (max-width: 992px) {.web-our-background {
    padding: 80px 0;
}.web-our-background .web-knowledge-classes {
    padding: 40px 30px;
    flex-direction: column;
    gap: 40px;
}.web-our-background .web-team-profile {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}.web-our-background .web-text-arch {
    padding-left: 0;
    text-align: center;
}.web-our-background .web-text-arch::before {
    display: none;
}.web-our-background h2::after {
    left: 50%;
    transform: translateX(-50%);
}.web-our-background .web-study-guides {
    justify-content: center;
}
}

@media screen and (max-width: 767px) {.web-our-background {
    padding: 60px 0;
}.web-our-background .web-knowledge-classes {
    padding: 30px 20px;
    gap: 30px;
}.web-our-background .web-team-profile .web-pic-wrapper {
    width: 220px;
    height: 300px;
}.web-our-background .web-training-track {
    width: 80%;
    transform: translateY(-30px) translateX(0);
}.web-our-background h2 {
    font-size: calc(32px * 0.8);
}
}

@media screen and (max-width: 480px) {.web-our-background {
    padding: 40px 0;
}.web-our-background .web-knowledge-classes {
    padding: 20px 15px;
}.web-our-background .web-team-profile .web-pic-wrapper {
    height: 240px;
    width: 180px;
}.web-our-background .web-training-track {
    width: 90%;
    padding: 15px 20px;
}.web-our-background .web-skill-experts {
    font-size: calc(19px * 0.9);
}.web-our-background .web-expert-program {
    font-size: calc(16px * 0.9);
}.web-our-background .web-study-guides svg {
    width: 45px;
    height: 45px;
}.web-our-background h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 15px;
}.web-our-background p {
    font-size: calc(16px * 0.9);
}}.web-course-rewards {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(rgb(85,99,116,0.5), 0.03) 0%, rgba(rgb(118,133,149,0.5), 0.07) 100%);
}.web-course-rewards::before {
    background: linear-gradient(45deg, rgb(118,133,149), rgb(85,99,116));
    width: 300px;
    z-index: 0;
    position: absolute;
    top: -50px;
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    opacity: 0.05;
    left: -100px;
    animation: float 15s ease-in-out infinite alternate;
    content: "";
    height: 300px;
}.web-course-rewards::after {
    bottom: -50px;
    animation: float 18s ease-in-out infinite alternate-reverse;
    z-index: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 200px;
    background: linear-gradient(135deg, rgb(85,99,116), rgb(118,133,149));
    height: 200px;
    position: absolute;
    right: -50px;
    content: "";
    opacity: 0.05;
}.web-course-rewards .container {
    position: relative;
    perspective: 1000px;
    grid-template-columns: 1fr 1.5fr;
    z-index: 1;
    align-items: center;
    display: grid;
    gap: 60px;
}.web-course-rewards .web-pic-wrapper {
    z-index: 2;
    position: relative;
    width: 100%;
    box-shadow: 
        20px 20px 60px rgba(rgba(0, 0, 0, 0.5), 0.12),
        -5px -5px 30px rgba(rgb(255, 255, 255, 0.5), 0.8);
    transform: rotateY(-5deg) translateZ(20px);
    height: auto;
    object-fit: cover;
    border-radius: 2px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.web-course-rewards .web-pic-wrapper:hover {
    transform: rotateY(0deg) translateZ(30px) scale(1.02);
}.web-course-rewards .web-knowledge-classes {
    position: relative;
    z-index: 2;
    transform: translateZ(0);
}.web-course-rewards .web-text-arch {
    position: relative;
    padding: 20px 0 20px 30px;
}.web-course-rewards .web-text-arch::before {
    height: 100%;
    animation: grow 3s ease-out forwards;
    transform-origin: top;
    top: 0;
    content: "";
    left: 0;
    width: 3px;
    background: linear-gradient(to bottom, rgb(118,133,149), rgb(85,99,116));
    position: absolute;
    transform: scaleY(0.95);
}.web-course-rewards h1 {
    line-height: 1.3;
    font-size: 44px;
    position: relative;
    color: #000000;
    transform: translateX(0);
    font-weight: 700;
    transition: transform 0.5s ease-out;
    margin-bottom: 30px;
}.web-course-rewards h1::after {
    bottom: -10px;
    background: rgb(118,133,149);
    content: "";
    transition: transform 0.5s ease-out;
    width: 80px;
    transform: scaleX(0.7);
    height: 3px;
    position: absolute;
    left: 0;
    transform-origin: left;
}.web-course-rewards .web-text-arch:hover h1 {
    transform: translateX(5px);
}.web-course-rewards .web-text-arch:hover h1::after {
    transform: scaleX(1);
}.web-course-rewards ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    list-style: none;
    margin: 0;
}.web-course-rewards li {
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.1);
    border-radius: 4px;
    background: rgba(rgb(255, 255, 255, 0.5), 0.7);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 16px 20px;
    transform: translateY(0);
}.web-course-rewards li:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 10px 25px rgba(rgba(0, 0, 0, 0.5), 0.07),
        0 2px 5px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.web-course-rewards li p {
    display: flex;
    font-size: 17px;
    margin: 0;
    align-items: center;
    gap: 15px;
    color: #000000;
    line-height: 1.6;
}.web-course-rewards svg {
    transition: transform 0.3s ease;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}.web-course-rewards li:hover svg {
    transform: scale(1.1) translateY(-2px);
}.web-course-rewards svg path {
    fill: rgb(118,133,149);
    transition: fill 0.3s ease;
}.web-course-rewards li:hover svg path {
    fill: rgb(85,99,116);
}

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

@keyframes grow {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(0.95);
    }
}

@media screen and (max-width: 1200px) {.web-course-rewards {
    padding: 100px 0;
}.web-course-rewards .container {
    padding: 0 30px;
}.web-course-rewards h1 {
    font-size: calc(44px * 0.9);
}
}

@media screen and (max-width: 992px) {.web-course-rewards .container {
    gap: 40px;
    grid-template-columns: 1fr;
}.web-course-rewards .web-pic-wrapper {
    margin: 0 auto;
    transform: rotateY(-3deg) translateZ(10px);
    max-width: 80%;
}.web-course-rewards ul {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}.web-course-rewards h1 {
    margin-bottom: 40px;
    text-align: center;
}.web-course-rewards h1::after {
    transform: translateX(-50%) scaleX(0.7);
    left: 50%;
}.web-course-rewards .web-text-arch {
    padding: 20px 0;
}.web-course-rewards .web-text-arch::before {
    height: 3px;
    width: 100%;
    top: 0;
    transform: scaleX(0.95);
}.web-course-rewards .web-text-arch:hover h1 {
    transform: translateY(-5px);
}.web-course-rewards .web-text-arch:hover h1::after {
    transform: translateX(-50%) scaleX(1);
}
}

@media screen and (max-width: 768px) {.web-course-rewards {
    padding: 80px 0;
}.web-course-rewards .web-pic-wrapper {
    max-width: 100%;
}.web-course-rewards h1 {
    font-size: calc(44px * 0.8);
    line-height: 1.4;
}.web-course-rewards li {
    padding: 15px;
}.web-course-rewards li p {
    font-size: calc(17px * 0.95);
}
}

@media screen and (max-width: 576px) {.web-course-rewards {
    padding: 60px 0;
}.web-course-rewards .container {
    padding: 0 20px;
    gap: 30px;
}.web-course-rewards h1 {
    font-size: calc(44px * 0.7);
    margin-bottom: 30px;
}.web-course-rewards ul {
    gap: 15px;
    grid-template-columns: 1fr;
}.web-course-rewards svg {
    width: 20px;
    height: 20px;
}.web-course-rewards li p {
    font-size: calc(17px * 0.9);
    gap: 10px;
}}.web-tariff-plan {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.web-tariff-plan::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    bottom: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    right: 0;
    content: "";
    left: 0;
}.web-tariff-plan .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.web-tariff-plan .web-indv-cost {
    position: relative;
}.web-tariff-plan h2 {
    margin-bottom: 20px;
    text-align: center;
    color: #ffffff;
    position: relative;
    transform: perspective(1000px) translateZ(0);
    font-size: 29px;
    font-weight: 700;
    overflow: hidden;
}.web-tariff-plan h2::after {
    bottom: -10px;
    content: "";
    left: 50%;
    width: 80px;
    height: 3px;
    position: absolute;
    background: rgb(118,133,149);
    transform: translateX(-50%);
}.web-tariff-plan .web-price-panel {
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
    max-width: 700px;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
}.web-tariff-plan .web-price-opts {
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    list-style: none;
    gap: 30px;
}.web-tariff-plan .web-price-opts li {
    transform-style: preserve-3d;
    perspective: 1000px;
}.web-tariff-plan .web-plan-pricing {
    backdrop-filter: blur(10px);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    display: block;
    height: 100%;
    border-left: 3px solid rgb(118,133,149);
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    text-decoration: none;
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
}.web-tariff-plan .web-plan-pricing:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px) scale(1.02);
}.web-tariff-plan .web-plan-pricing::before {
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, transparent 0%, rgba(rgb(118,133,149), 0.05) 100%);
    content: "";
    z-index: -1;
}.web-tariff-plan .web-study-costs {
    padding: 35px 25px;
    height: 100%;
}.web-tariff-plan .web-rate-choice {
    height: 100%;
    z-index: 2;
    position: relative;
    flex-direction: column;
    display: flex;
}.web-tariff-plan .web-rate-choice h4 {
    margin: 0 0 20px;
    word-break: break-word;
    padding-bottom: 15px;
    font-size: calc(24px * 1.2);
    color: #ffffff;
    overflow-wrap: break-word;
    font-weight: 700;
    position: relative;
}.web-tariff-plan .web-rate-choice h4::after {
    content: "";
    background: rgb(118,133,149);
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
    width: 40px;
    left: 0;
    height: 2px;
}.web-tariff-plan .web-plan-pricing:hover .web-rate-choice h4::after {
    width: 60px;
}.web-tariff-plan .web-rate-choice p {
    overflow-y: auto;
    margin: 0 0 25px;
    max-height: 250px;
    scrollbar-color: rgb(118,133,149) transparent;
    line-height: 1.6;
    font-size: 15px;
    word-break: break-word;
    flex-grow: 1;
    scrollbar-width: thin;
    overflow-wrap: break-word;
    color: rgb(255, 255, 255, 0.5);
}.web-tariff-plan .web-rate-choice p::-webkit-scrollbar {
    width: 4px;
}.web-tariff-plan .web-rate-choice p::-webkit-scrollbar-thumb {
    background-color: rgb(118,133,149);
    border-radius: 10px;
}.web-tariff-plan .web-lesson-plans {
    color: #ffffff;
    font-size: calc(24px * 1.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 10px 25px;
    font-weight: 700;
    border-radius: 4px;
    margin-top: auto;
    background: linear-gradient(135deg, rgb(118,133,149) 0%, rgb(85,99,116) 100%);
    transform: translateZ(10px);
    align-self: flex-start;
}.web-tariff-plan .web-plan-pricing:hover .web-lesson-plans {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateZ(20px) scale(1.05);
}

@media (max-width: 991px) {.web-tariff-plan {
    padding: 80px 0;
}.web-tariff-plan .web-price-opts {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.web-tariff-plan .web-study-costs {
    padding: 25px 20px;
}.web-tariff-plan .web-rate-choice h4 {
    font-size: 24px;
}.web-tariff-plan .web-lesson-plans {
    font-size: 24px;
    padding: 8px 20px;
}
}

@media (max-width: 767px) {.web-tariff-plan {
    padding: 60px 0;
}.web-tariff-plan h2 {
    font-size: calc(29px * 0.85);
}.web-tariff-plan .web-price-panel {
    margin-bottom: 40px;
    font-size: calc(15px * 0.95);
}.web-tariff-plan .web-price-opts {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.web-tariff-plan .web-rate-choice p {
    max-height: 180px;
}
}

@media (max-width: 480px) {.web-tariff-plan {
    padding: 50px 0;
}.web-tariff-plan h2 {
    font-size: calc(29px * 0.75);
}.web-tariff-plan .web-study-costs {
    padding: 20px 15px;
}.web-tariff-plan .web-rate-choice h4 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(24px * 0.9);
}.web-tariff-plan .web-rate-choice p {
    max-height: 150px;
    font-size: calc(15px * 0.9);
    margin-bottom: 20px;
}.web-tariff-plan .web-lesson-plans {
    font-size: calc(24px * 0.9);
    padding: 8px 15px;
}}footer {
    position: relative;
    width: 100%;
}.web-sample-docs {
    font-family: Arial, sans-serif;
    padding: 0 0 30px;
    position: relative;
    overflow: hidden;
}footer .web-biz-learnings {
    position: relative;
    z-index: 1;
}footer .web-chat-form {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    gap: 20px;
    flex-wrap: wrap;
    color: #ffffff;
    display: flex;
    margin-bottom: 70px;
    padding: 40px 20px;
    background-color: rgb(85,99,116);
    justify-content: center;
    position: relative;
}footer .web-chat-form::after {
    pointer-events: none;
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    position: absolute;
    top: 0;
}footer .info_item {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    align-items: center;
    flex: 1 1 200px;
    display: flex;
    max-width: 300px;
    transition: all 0.3s ease;
    padding: 10px 20px;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}footer .info_item svg {
    height: 22px;
    fill: #ffffff;
    width: 22px;
    flex-shrink: 0;
    margin-right: 15px;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    position: relative;
    display: grid;
    margin-top: -30px;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .text_main_holder::before {
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    background-color: #ffffff;
    z-index: -1;
    width: 100%;
    top: 0;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
}footer .web-nav-pro {
    text-align: center;
    padding-top: 60px;
}footer .web-nav-pro svg {
    height: 45px;
    margin-bottom: 15px;
    width: auto;
}footer .web-media-kit {
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 350px;
    text-align: center;
}footer .web-head-base {
    margin: 0 20px;
    position: relative;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    background-color: rgb(152,168,183);
    padding: 30px;
}footer .web-head-base h5 {
    margin-bottom: 25px;
    display: inline-block;
    font-weight: 600;
    font-size: 23px;
    position: relative;
    color: #000000;
}footer .web-head-base h5::after {
    height: 2px;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(118,133,149), transparent);
    bottom: -8px;
}footer .web-main-bar {
    gap: 10px 30px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
}footer .web-main-bar a {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    flex: 1 0 calc(50% - 30px);
    position: relative;
    padding: 8px 0;
    transition: all 0.3s ease;
}footer .web-main-bar a::after {
    width: 0;
    content: "";
    background-color: rgb(118,133,149);
    height: 1px;
    position: absolute;
    transition: width 0.3s ease;
    bottom: 0;
    left: 0;
}footer .web-main-bar a:hover {
    padding-left: 5px;
    color: rgb(118,133,149);
}footer .web-main-bar a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    padding: 30px;
    margin: 0 20px;
    color: #ffffff;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    background-color: rgb(118,133,149);
    position: relative;
}footer .subscribe_holder::before {
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    content: "";
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    height: 100%;
    position: absolute;
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.6;
}footer .input_holder {
    position: relative;
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 14px;
    border: none;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}footer .web-subscribe-box {
    cursor: pointer;
    color: #ffffff;
    background-color: #000000;
    font-size: 20px;
    transition: all 0.3s ease;
    padding: 15px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
}footer .web-subscribe-box:hover {
    background-color: rgb(85,99,116);
}footer .web-collab-space {
    margin-top: 60px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    padding-top: 20px;
}footer .web-grade-help {
    color: #000000;
    text-align: center;
    font-size: 13px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .web-subscribe-box {
    white-space: nowrap;
}footer .web-nav-pro {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .web-chat-form {
    padding: 30px 15px 50px;
}footer .web-head-base, footer .subscribe_holder {
    margin: 0 10px;
    padding: 25px 20px;
}footer .web-collab-space {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .web-chat-form {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .web-head-base h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}footer .web-main-bar a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .web-subscribe-box {
    padding: 12px;
}}header {
    padding: 0;
    overflow: visible;
    background: linear-gradient(90deg, rgb(85,99,116) 0%, rgb(118,133,149) 100%);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    margin-top: 0;
    z-index: 100;
    position: relative;
}header::before {
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    z-index: 0;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
}header .web-top-pagewrap {
    z-index: 5;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1.2rem 2.5rem;
}header .web-nav-pro {
    margin-right: 2rem;
    position: relative;
    overflow: visible;
    flex: 0 0 auto;
    padding: 0.5rem;
}header .web-nav-pro::before {
    border: 2px solid #ffffff;
    transition: all 0.3s ease;
    z-index: -1;
    bottom: -5px;
    right: -5px;
    transform: skew(-5deg);
    top: -5px;
    left: -5px;
    content: '';
    position: absolute;
    opacity: 0.1;
}header .web-nav-pro::after {
    z-index: -1;
    position: absolute;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    left: -5px;
    border: 2px solid #ffffff;
    top: -5px;
    bottom: -5px;
    right: -5px;
    content: '';
    transform: skew(-5deg);
    opacity: 0;
}header .web-nav-pro:hover::before {
    opacity: 0;
}header .web-nav-pro:hover::after {
    animation: neonPulse 1.5s infinite alternate;
    opacity: 0.5;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .web-nav-pagewrap {
    display: block;
    transition: all 0.3s ease;
    position: relative;
}header .web-nav-pagewrap:hover {
    transform: scale(1.05);
}header .web-nav-pagewrap img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .web-head-base {
    list-style: none;
    padding: 0;
    position: relative;
    z-index: 2;
    margin: 0;
    display: flex;
}header .web-top-primary {
    position: relative;
    margin: 0 0.4rem;
}header .web-top-primary a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    transition: all 0.3s ease;
    text-shadow: 0 0 5px #ffffff;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    justify-content: center;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 0 1.2rem;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    align-items: center;
    font-size: 13px;
    height: 40px;
}header .web-top-primary a::before {
    position: absolute;
    content: '';
    transition: opacity 0.3s ease;
    background: #ffffff;
    z-index: -1;
    right: -2px;
    opacity: 0;
    left: -2px;
    transform: scale(0.9);
    top: -2px;
    bottom: -2px;
}header .web-top-primary a:hover {
    transform: translateY(-3px);
    border-color: #ffffff;
    text-shadow: none;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    color: rgb(118,133,149);
}header .web-top-primary a:hover::before {
    transform: scale(1);
    opacity: 1;
}header .web-top-primary::after {
    width: 80%;
    filter: blur(3px);
    opacity: 0;
    bottom: -10px;
    transition: all 0.3s ease;
    content: '';
    left: 10%;
    height: 5px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
}header .web-top-primary:hover::after {
    opacity: 0.5;
    bottom: -5px;
}header .web-top-pagewrap::before {
    height: 1px;
    content: '';
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    width: 100%;
    top: 0;
}header .web-top-pagewrap::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    height: 1px;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    bottom: 0;
}header .web-main-core {
    z-index: 1;
    padding-top: 2rem;
    position: relative;
    background: rgb(152,168,183);
}

@media (min-width: 1400px) {header .web-top-pagewrap {
    max-width: 1320px;
    margin: 0 auto;
}header .web-top-primary {
    margin: 0 0.6rem;
}header .web-top-primary a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .web-top-pagewrap {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .web-nav-pro {
    margin-right: 0;
    margin-bottom: 0;
}header .web-head-base {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .web-top-primary a {
    height: 36px;
    font-size: calc(13px - 1px);
    padding: 0 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .web-top-pagewrap {
    padding: 0.8rem 1.5rem;
}header .web-nav-pro {
    max-width: 140px;
}header .web-nav-pro::before, 
    header .web-nav-pro::after {
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
}header .web-nav-pagewrap img {
    max-height: 35px;
}header .web-head-base {
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}header .web-head-base::-webkit-scrollbar {
    height: 3px;
}header .web-head-base::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .web-top-primary {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .web-top-primary a {
    padding: 0 0.8rem;
    height: 32px;
    white-space: nowrap;
    font-size: calc(13px - 2px);
}header .web-top-primary::after {
    display: none;
}
}

@media (max-width: 479px) {header .web-top-pagewrap {
    padding: 0.7rem 1.2rem;
}header .web-nav-pro {
    max-width: 120px;
}header .web-top-primary a {
    font-size: calc(13px - 3px);
    padding: 0 0.6rem;
    height: 30px;
}}.web-appArea {
    padding: 6rem 0;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(152,168,183) 0%, rgba(rgb(118,133,149,0.5), 0.08) 100%);
    position: relative;
    overflow: hidden;
}.web-appArea::before {
    top: -50%;
    width: 200%;
    pointer-events: none;
    left: -50%;
    position: absolute;
    opacity: 0.8;
    animation: orbital 30s infinite linear;
    transform: rotate(-12deg);
    background: radial-gradient(circle at center, rgba(rgb(85,99,116,0.5), 0.03) 0%, transparent 60%);
    height: 200%;
    content: "";
}.web-appArea::after {
    height: 100%;
    position: absolute;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(rgb(118,133,149,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 30% 70%, rgba(rgb(118,133,149,0.5), 0.06) 1px, transparent 2px),
        radial-gradient(circle at 70% 40%, rgba(rgb(118,133,149,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 90% 80%, rgba(rgb(118,133,149,0.5), 0.05) 1px, transparent 2px);
    opacity: 0.4;
    top: 0;
    left: 0;
    content: "";
    background-size: 8rem 8rem;
    width: 100%;
    pointer-events: none;
}.web-appArea .container {
    z-index: 1;
    position: relative;
    transform-style: preserve-3d;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
}.web-appArea .web-knowledge-classes {
    transform: translateZ(0);
    position: relative;
    flex-direction: column;
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    gap: 2.5rem;
    background: linear-gradient(
        145deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, 
        rgba(rgb(255, 255, 255, 0.5), 0.85) 100%
    );
    overflow: hidden;
    display: flex;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    mask-image: linear-gradient(
        to bottom right,
        transparent 0%,
        black 5%,
        black 95%,
        transparent 100%
    );
    padding: 3.5rem;
}.web-appArea .web-knowledge-classes:hover {
    transform: translateZ(20px) translateY(-5px);
}.web-appArea .web-knowledge-classes > div:first-child {
    transform: translateZ(10px);
    position: relative;
}.web-appArea .web-knowledge-classes > div:first-child::before {
    width: 2.5rem;
    background: linear-gradient(90deg, transparent, rgb(118,133,149), transparent);
    content: "";
    height: 2px;
    transform: translateY(-50%);
    top: 50%;
    left: -3.5rem;
    position: absolute;
}.web-appArea .web-knowledge-classes > div:last-child {
    transform: translateZ(5px);
    position: relative;
}.web-appArea .web-knowledge-classes > div:last-child::after {
    content: "";
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2px;
    position: absolute;
    bottom: 2rem;
    background: linear-gradient(90deg, transparent, rgb(118,133,149), transparent);
    right: -3.5rem;
}.web-appArea h5 {
    padding-left: 1.5rem;
    font-weight: 700;
    color: #000000;
    line-height: 1.4;
    position: relative;
    transition: transform 0.5s ease;
    margin: 0;
    transform: perspective(1000px) rotateX(0deg);
    font-size: 22px;
}.web-appArea h5::before {
    height: 0.5rem;
    width: 0.5rem;
    background: rgb(118,133,149);
    position: absolute;
    border-radius: 50%;
    animation: pulse 3s infinite ease-in-out;
    content: "";
    left: 0;
    top: 0.5rem;
    box-shadow: 0 0 10px rgba(rgb(118,133,149,0.5), 0.5);
}.web-appArea a {
    text-decoration: none;
    display: block;
    transition: transform 0.4s ease-out;
}.web-appArea a:hover {
    transform: translateX(5px);
}.web-appArea p {
    position: relative;
    border-left: 1px solid rgba(rgb(118,133,149,0.5), 0.2);
    padding: 0 0 0 1.5rem;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
    font-size: 12px;
    margin: 0;
}

@media (min-width: 768px) {.web-appArea {
    padding: 8rem 0;
}.web-appArea .web-knowledge-classes {
    gap: 3rem;
    padding: 4.5rem;
}.web-appArea h5 {
    padding-left: 2rem;
    font-size: calc(22px * 1.1);
}.web-appArea p {
    font-size: calc(12px * 1.05);
    padding: 0 0 0 2rem;
}.web-appArea .web-knowledge-classes > div:first-child::before {
    width: 4rem;
}.web-appArea .web-knowledge-classes > div:last-child::after {
    width: 4rem;
}
}

@media (min-width: 992px) {.web-appArea {
    padding: 10rem 0;
}.web-appArea .web-knowledge-classes {
    gap: 4rem;
    flex-direction: row;
    align-items: center;
}.web-appArea .web-knowledge-classes > div:first-child {
    flex: 0 0 40%;
}.web-appArea .web-knowledge-classes > div:last-child {
    flex: 0 0 60%;
}.web-appArea .web-knowledge-classes > div:first-child::before {
    right: -2rem;
    height: 3rem;
    left: auto;
    width: 2px;
    background: linear-gradient(to bottom, transparent, rgb(118,133,149), transparent);
    top: 50%;
}.web-appArea .web-knowledge-classes > div:last-child::after {
    right: auto;
    left: -2rem;
    background: linear-gradient(to bottom, transparent, rgb(118,133,149), transparent);
    height: 3rem;
    width: 2px;
    bottom: 2rem;
}
}

@media (min-width: 1200px) {.web-appArea .web-knowledge-classes {
    gap: 5rem;
    padding: 5rem;
}.web-appArea h5 {
    font-size: calc(22px * 1.2);
}.web-appArea p {
    font-size: calc(12px * 1.1);
}
}

@media (max-width: 767px) {.web-appArea {
    padding: 4rem 0;
}.web-appArea .web-knowledge-classes {
    gap: 2rem;
    padding: 2.5rem;
}.web-appArea h5 {
    font-size: calc(22px * 0.95);
}.web-appArea .web-knowledge-classes > div:first-child::before,
    .web-appArea .web-knowledge-classes > div:last-child::after {
    display: none;
}}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: 0.7; }
}

@keyframes orbital {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}.web-contact-form-section {
    padding: 90px 0;
    background: rgb(152,168,183);
    overflow: hidden;
    position: relative;
}.web-contact-form-section::before {
    z-index: 1;
    content: "";
    border-radius: 50%;
    top: -150px;
    background: linear-gradient(45deg, rgb(118,133,149,0.5), rgb(85,99,116,0.5));
    filter: blur(70px);
    position: absolute;
    right: -150px;
    width: 400px;
    height: 400px;
}.web-contact-form-section::after {
    content: "";
    z-index: 1;
    left: -100px;
    border-radius: 50%;
    width: 300px;
    filter: blur(60px);
    position: absolute;
    height: 300px;
    background: linear-gradient(225deg, rgb(85,99,116,0.5), rgb(118,133,149,0.5));
    bottom: -100px;
}.web-contact-form-section .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 30px;
    position: relative;
}.web-contact-form-section h2 {
    font-size: 35px;
    margin-bottom: 60px;
    font-weight: 700;
    color: #000000;
    position: relative;
    text-align: center;
}.web-contact-form-section h2::before {
    position: absolute;
    z-index: -1;
    width: 50px;
    height: 50px;
    top: -25px;
    left: calc(50% - 120px);
    background: rgb(118,133,149,0.5);
    border-radius: 50%;
    content: "";
}.web-contact-form-section h2::after {
    content: "";
    position: absolute;
    background: rgb(85,99,116,0.5);
    width: 30px;
    border-radius: 50%;
    z-index: -1;
    right: calc(50% - 100px);
    bottom: -15px;
    height: 30px;
}.web-contact-form-section .web-feedback-block {
    overflow: hidden;
    border-radius: 20px;
    background: #ffffff;
    display: flex;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.web-contact-form-section .web-feedback-block::before {
    z-index: 0;
    position: absolute;
    content: "";
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(118,133,149,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(85,99,116,0.5) 99%
    );
    pointer-events: none;
    inset: 0;
}.web-contact-form-section .web-pic-wrapper {
    position: relative;
    flex: 0 0 45%;
    min-height: 500px;
    transition: transform 0.5s ease;
}.web-contact-form-section .web-pic-wrapper::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
}.web-contact-form-section .web-pic-wrapper::after {
    right: 20px;
    position: absolute;
    pointer-events: none;
    top: 20px;
    content: "";
    z-index: 2;
    left: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    bottom: 20px;
}.web-contact-form-section .web-query-list {
    flex: 0 0 55%;
    justify-content: center;
    padding: 60px;
    position: relative;
    flex-direction: column;
    display: flex;
}.web-contact-form-section form {
    position: relative;
    z-index: 3;
}.web-contact-form-section form h3 {
    color: #000000;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 30px;
}.web-contact-form-section form input[type="text"] {
    border-radius: 12px;
    border: none;
    width: 100%;
    font-size: 15px;
    margin-bottom: 25px;
    background: rgb(152,168,183);
    color: #000000;
    transition: all 0.3s ease;
    padding: 18px 25px;
}.web-contact-form-section form input[type="text"]:focus {
    background: linear-gradient(rgb(152,168,183), rgb(152,168,183)) padding-box,
                linear-gradient(to right, rgb(118,133,149), rgb(85,99,116)) border-box;
    outline: none;
    border: 1px solid transparent;
    box-shadow: 0 5px 15px rgba(rgb(118,133,149), 0.1);
}.web-contact-form-section form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.web-contact-form-section .web-support-widget {
    position: relative;
    margin-bottom: 30px;
}.web-contact-form-section .web-support-widget input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.web-contact-form-section .web-support-widget label {
    font-size: 16px;
    cursor: pointer;
    color: #000000;
    display: flex;
    padding-left: 35px;
    align-items: center;
    position: relative;
}.web-contact-form-section .web-support-widget label::before {
    height: 22px;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: rgb(152,168,183);
    transition: all 0.3s ease;
    width: 22px;
}.web-contact-form-section .web-support-widget input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(118,133,149), rgb(85,99,116));
}.web-contact-form-section .web-support-widget input[type="checkbox"]:checked + label::after {
    left: 8px;
    content: "";
    transform: rotate(45deg);
    width: 6px;
    border-width: 0 2px 2px 0;
    height: 12px;
    position: absolute;
    border: solid #ffffff;
    top: 4px;
}.web-contact-form-section .web-support-widget label a {
    color: rgb(118,133,149);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}.web-contact-form-section .web-support-widget label a:hover {
    color: rgb(85,99,116);
}.web-contact-form-section .web-request-reach {
    transition: all 0.5s ease;
    padding: 20px;
    color: #ffffff;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(118,133,149), rgb(85,99,116));
    border-radius: 12px;
    position: relative;
    cursor: pointer;
    border: none;
    font-size: 18px;
    z-index: 1;
    width: 100%;
    font-weight: 600;
}.web-contact-form-section .web-request-reach::before {
    transform: scaleX(0);
    transition: transform 0.5s ease;
    left: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    background: linear-gradient(135deg, rgb(85,99,116), rgb(118,133,149));
    content: "";
    width: 100%;
    transform-origin: right;
    top: 0;
}.web-contact-form-section .web-request-reach:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.web-contact-form-section svg {
    margin-right: 12px;
    width: 24px;
    stroke: rgb(118,133,149);
    transition: all 0.3s ease;
    fill: none;
    height: 24px;
}.web-contact-form-section svg path {
    stroke-width: 2;
    transition: all 0.3s ease;
    fill: none;
    stroke: rgb(118,133,149);
}.web-contact-form-section svg:hover,
.web-contact-form-section svg:hover path {
    stroke: rgb(85,99,116);
}

@media (max-width: 1024px) {.web-contact-form-section {
    padding: 70px 0;
}.web-contact-form-section .web-query-list {
    padding: 45px;
}.web-contact-form-section .web-pic-wrapper {
    min-height: 450px;
}
}

@media (max-width: 768px) {.web-contact-form-section {
    padding: 60px 0;
}.web-contact-form-section h2 {
    margin-bottom: 40px;
}.web-contact-form-section .web-feedback-block {
    flex-direction: column;
}.web-contact-form-section .web-pic-wrapper {
    min-height: 300px;
    width: 100%;
    flex: 0 0 300px;
}.web-contact-form-section .web-query-list {
    padding: 40px 30px;
    flex: 0 0 auto;
}.web-contact-form-section form h3 {
    margin-bottom: 25px;
}.web-contact-form-section form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}
}

@media (max-width: 480px) {.web-contact-form-section {
    padding: 50px 0;
}.web-contact-form-section h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 30px;
}.web-contact-form-section .web-pic-wrapper {
    min-height: 220px;
}.web-contact-form-section .web-query-list {
    padding: 30px 20px;
}.web-contact-form-section form h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 20px;
}.web-contact-form-section form input[type="text"] {
    margin-bottom: 16px;
    padding: 14px 16px;
    font-size: calc(15px * 0.95);
}.web-contact-form-section .web-request-reach {
    padding: 16px;
}.web-contact-form-section .web-support-widget label {
    font-size: calc(16px * 0.95);
}}.web-privacy-widget {
    background-color: rgb(152,168,183);
    padding: 40px;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}.web-privacy-widget h1 {
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(118,133,149);
    font-size: 48px;
}.web-privacy-widget h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 15px 0;
    color: #000000;
}.web-privacy-widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}.web-privacy-widget li {
    line-height: 1.6;
    font-size: 15px;
    color: #000000;
    margin-bottom: 10px;
}.web-privacy-widget div {
    margin-top: 20px;
}.web-privacy-widget h3, .web-privacy-widget h4, .web-privacy-widget h5, .web-privacy-widget h6 {
    margin: 1rem 0;
    color: #000000;
}
@media only screen and (max-width: 800px) {.web-privacy-widget {
    padding: 20px;
}.web-privacy-widget h1 {
    font-size: calc(20px * 0.8);
}.web-privacy-widget h2 {
    font-size: calc(20px * 0.9);
}.web-privacy-widget li {
    font-size: 15px;
}}.web-program-offerings {
    padding: 120px 0;
    overflow: hidden;
    background: rgb(152,168,183);
    position: relative;
}.web-program-offerings::before {
    content: "";
    bottom: 0;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 2px, rgb(85,99,116,0.5) 2px, rgb(85,99,116,0.5) 4px),
        repeating-linear-gradient(-45deg, transparent, transparent 2px, rgb(118,133,149,0.5) 2px, rgb(118,133,149,0.5) 4px);
    opacity: 0.03;
}.web-program-offerings::after {
    background: 
        radial-gradient(ellipse at top left, rgb(118,133,149,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at bottom right, rgb(85,99,116,0.5) 0%, transparent 60%);
    position: absolute;
    filter: blur(40px);
    height: 90%;
    content: "";
    top: 5%;
    left: 5%;
    z-index: 0;
    animation: ambientLight 15s infinite alternate ease-in-out;
    width: 90%;
}.web-program-offerings .container {
    position: relative;
    z-index: 1;
}.web-program-offerings .web-knowledge-classes {
    flex-direction: column;
    position: relative;
    border-radius: 23px;
    background: transparent;
    display: flex;
    overflow: visible;
    max-width: 100%;
}.web-program-offerings .web-pic-wrapper {
    border-radius: 23px;
    position: absolute;
    overflow: hidden;
    transform: translateZ(0);
    filter: saturate(0.8) contrast(1.1);
    width: 100%;
    top: 0;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    z-index: 0;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
}.web-program-offerings .web-pic-wrapper::before {
    content: "";
    mix-blend-mode: multiply;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgba(0, 0, 0, 0.5) 100%
    );
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}.web-program-offerings .web-pic-wrapper::after {
    position: absolute;
    top: 0;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    background: 
        linear-gradient(to right, #000000 0%, transparent 20%, transparent 80%, #000000 100%),
        linear-gradient(to bottom, #000000 0%, transparent 20%, transparent 80%, #000000 100%);
    z-index: 2;
}.web-program-offerings .web-knowledge-classes:hover .web-pic-wrapper {
    filter: saturate(1.1) contrast(1.2);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        65% 100%, 
        60% 85%, 
        40% 85%, 
        35% 100%, 
        0% 100%
    );
}.web-program-offerings .web-pro-skills {
    width: 85%;
    border-radius: 23px;
    transition: all 0.6s ease;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    margin: 40px auto;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 3;
    padding: 80px 60px;
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
}.web-program-offerings .web-pro-skills::before {
    opacity: 0.7;
    position: absolute;
    right: -2px;
    z-index: -1;
    left: -2px;
    top: -2px;
    transition: opacity 0.6s ease;
    content: "";
    border-radius: calc(23px + 2px);
    background: linear-gradient(
        45deg,
        rgb(118,133,149) 0%,
        transparent 30%,
        transparent 70%,
        rgb(85,99,116) 100%
    );
    bottom: -2px;
}.web-program-offerings .web-pro-skills::after {
    border: 1px dashed rgb(118,133,149,0.5);
    bottom: 10px;
    z-index: -1;
    content: "";
    border-radius: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
    transition: all 0.4s ease;
    position: absolute;
    opacity: 0.5;
}.web-program-offerings .web-knowledge-classes:hover .web-pro-skills {
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.15),
        0 10px 25px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: perspective(1000px) rotateX(0deg);
}.web-program-offerings .web-knowledge-classes:hover .web-pro-skills::before {
    opacity: 1;
}.web-program-offerings .web-knowledge-classes:hover .web-pro-skills::after {
    top: 15px;
    right: 15px;
    opacity: 0.7;
    bottom: 15px;
    left: 15px;
}.web-program-offerings .web-nav-pro {
    width: 70px;
    background: #ffffff;
    position: absolute;
    display: flex;
    top: -35px;
    align-items: center;
    z-index: 5;
    justify-content: center;
    transform: translateX(-50%);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 4px 8px rgba(0, 0, 0, 0.05),
        0 0 0 5px rgb(118,133,149,0.5);
    left: 50%;
    border-radius: 50%;
    height: 70px;
}.web-program-offerings .web-nav-pro::before {
    transition: opacity 0.5s ease;
    border-radius: 50%;
    top: -10px;
    position: absolute;
    left: -10px;
    background: 
        conic-gradient(
            rgb(118,133,149) 0deg, 
            rgb(118,133,149) 90deg, 
            transparent 90deg, 
            transparent 180deg, 
            rgb(85,99,116) 180deg, 
            rgb(85,99,116) 270deg, 
            transparent 270deg, 
            transparent 360deg
        );
    animation: rotateConic 10s linear infinite;
    z-index: -1;
    bottom: -10px;
    opacity: 0.5;
    right: -10px;
    content: "";
}.web-program-offerings .web-nav-pro:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 6px 12px rgba(0, 0, 0, 0.08),
        0 0 0 5px rgb(85,99,116,0.5);
    transform: translateX(-50%) scale(1.1);
}.web-program-offerings .web-nav-pro:hover::before {
    opacity: 0.8;
}.web-program-offerings .web-nav-pro svg {
    height: 40px;
    transition: transform 0.5s ease;
    width: 40px;
}.web-program-offerings .web-nav-pro:hover svg {
    transform: rotate(15deg);
}.web-program-offerings .web-nav-pro svg path {
    fill: rgb(118,133,149);
    transition: fill 0.5s ease;
}.web-program-offerings .web-nav-pro:hover svg path {
    fill: rgb(85,99,116);
}.web-program-offerings h3 {
    letter-spacing: 1px;
    position: relative;
    color: #000000;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 20px;
    margin-top: 20px;
}.web-program-offerings h3::before {
    position: absolute;
    left: 50%;
    content: "";
    height: 2px;
    background: rgb(118,133,149);
    width: 50px;
    transition: width 0.5s ease;
    transform: translateX(-50%);
    bottom: 0;
}.web-program-offerings h3::after {
    height: 1px;
    left: 50%;
    background: rgb(85,99,116,0.5);
    content: "";
    width: 100px;
    bottom: -5px;
    transition: width 0.5s ease;
    transform: translateX(-50%);
    position: absolute;
}.web-program-offerings .web-pro-skills:hover h3::before {
    width: 100px;
}.web-program-offerings .web-pro-skills:hover h3::after {
    width: 150px;
}.web-program-offerings p {
    line-height: 1.8;
    max-width: 90%;
    font-size: 16px;
    color: #000000;
    position: relative;
    text-align: center;
    margin: 0 auto;
}.web-program-offerings p::before, 
.web-program-offerings p::after {
    height: 20px;
    transition: all 0.5s ease;
    position: absolute;
    width: 20px;
    opacity: 0.3;
    content: "";
}.web-program-offerings p::before {
    border-left: 2px solid rgb(118,133,149);
    left: -10px;
    border-top: 2px solid rgb(118,133,149);
    top: -10px;
}.web-program-offerings p::after {
    border-bottom: 2px solid rgb(85,99,116);
    bottom: -10px;
    border-right: 2px solid rgb(85,99,116);
    right: -10px;
}.web-program-offerings .web-pro-skills:hover p::before,
.web-program-offerings .web-pro-skills:hover p::after {
    width: 40px;
    height: 40px;
    opacity: 0.6;
}

@keyframes ambientLight {
    0% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
    50% {
        opacity: 0.5;
        transform: scale(1) rotate(5deg);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.web-program-offerings {
    padding: 100px 0;
}.web-program-offerings .web-pro-skills {
    width: 90%;
    padding: 70px 50px;
}.web-program-offerings h3 {
    font-size: calc(36px - 2px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.web-program-offerings {
    padding: 80px 0;
}.web-program-offerings .web-pro-skills {
    padding: 60px 40px;
    margin: 30px auto;
    width: 90%;
}.web-program-offerings .web-nav-pro {
    top: -30px;
    height: 60px;
    width: 60px;
}.web-program-offerings .web-nav-pro svg {
    height: 35px;
    width: 35px;
}.web-program-offerings h3 {
    margin-bottom: 25px;
    font-size: calc(36px - 4px);
    padding-bottom: 15px;
}.web-program-offerings p {
    font-size: calc(16px - 1px);
    line-height: 1.7;
}
}

@media (max-width: 767px) {.web-program-offerings {
    padding: 60px 0;
}.web-program-offerings .web-pro-skills {
    padding: 50px 30px;
    margin: 25px auto;
    transform: none;
    width: 95%;
}.web-program-offerings .web-nav-pro {
    height: 50px;
    width: 50px;
    top: -25px;
}.web-program-offerings .web-nav-pro svg {
    width: 30px;
    height: 30px;
}.web-program-offerings .web-nav-pro::before {
    display: none;
}.web-program-offerings h3 {
    margin-bottom: 20px;
    font-size: calc(36px - 6px);
    padding-bottom: 12px;
}.web-program-offerings p {
    font-size: calc(16px - 2px);
    line-height: 1.6;
    max-width: 100%;
}.web-program-offerings p::before, 
    .web-program-offerings p::after {
    width: 15px;
    height: 15px;
}.web-program-offerings .web-pro-skills:hover p::before,
    .web-program-offerings .web-pro-skills:hover p::after {
    width: 25px;
    height: 25px;
}.web-program-offerings h3::before {
    width: 40px;
}.web-program-offerings h3::after {
    width: 80px;
}.web-program-offerings .web-pro-skills:hover h3::before {
    width: 70px;
}.web-program-offerings .web-pro-skills:hover h3::after {
    width: 110px;
}.web-program-offerings .web-pic-wrapper {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 100%, 
            60% 100%, 
            50% 95%, 
            40% 95%, 
            30% 100%, 
            0% 100%
        );
}.web-program-offerings .web-knowledge-classes:hover .web-pic-wrapper {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 100%, 
            65% 100%, 
            55% 92%, 
            35% 92%, 
            25% 100%, 
            0% 100%
        );
}.web-program-offerings .web-pro-skills::after {
    display: none;
}
}