* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}svg {
    width: 30px;
    height: 30px;
}.net-peer-help {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.net-wrapper-container {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}html,body {
    min-height: 100%;
    auto
contain
touch-action: none;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
}.net-first-section {
    flex: 1 0 auto;
}.container {
    width: 1107px;
    max-width: 100%;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.net-target-audience {
    padding: 110px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(150deg, rgb(209,230,222) 30%, rgb(118,175,165,0.5) 100%);
}.net-target-audience::before {
    border-radius: 100px;
    width: 80%;
    transform: rotate(30deg);
    content: "";
    right: -20%;
    position: absolute;
    filter: blur(60px);
    background: rgb(165,203,191,0.5);
    animation: float-slow 20s ease-in-out infinite alternate;
    top: -50%;
    opacity: 0.1;
    height: 200%;
}.net-target-audience::after {
    content: "";
    bottom: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(165,203,191,0.5) 25%, 
        rgb(165,203,191) 50%, 
        rgb(165,203,191,0.5) 75%, 
        transparent 100%
    );
    height: 1px;
    left: 0;
}@keyframes float-slow {
    0% {
        transform: rotate(30deg) translateY(0);
    }
    100% {
        transform: rotate(30deg) translateY(-50px);
    }
}

.net-target-audience .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.net-target-audience .net-expert-team {
    align-items: start;
    position: relative;
    display: grid;
    gap: 40px;
    grid-template-columns: 300px 1fr;
}.net-target-audience h4 {
    margin: 0;
    font-weight: 700;
    font-size: 32px;
    padding: 0;
    line-height: 1.3;
    position: relative;
    color: #000000;
}.net-target-audience h4::before {
    top: -20px;
    background: linear-gradient(90deg, rgb(165,203,191), rgb(118,175,165));
    height: 5px;
    position: absolute;
    border-radius: 10px;
    content: "";
    left: 0;
    width: 50px;
}.net-target-audience h4::after {
    content: "";
    bottom: -20px;
    position: absolute;
    border-radius: 10px;
    background: rgb(165,203,191,0.5);
    width: 120px;
    left: 0;
    height: 2px;
}.net-target-audience div {
    gap: 20px;
    flex-direction: column;
    display: flex;
}.net-target-audience div p {
    overflow: hidden;
    display: flex;
    position: relative;
    margin: 0;
    padding: 20px 25px;
    backdrop-filter: blur(10px);
    line-height: 1.6;
    font-size: 13px;
    color: #000000;
    background: rgba(255, 255, 255, 0.9);
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    transition: all 0.3s ease;
    z-index: 1;
}.net-target-audience div p:nth-child(even) {
    transform: translateX(30px);
}.net-target-audience div p:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.net-target-audience div p:nth-child(even):hover {
    transform: translate(30px, -5px);
}.net-target-audience div p::before {
    top: 0;
    opacity: 0.7;
    width: 4px;
    background: linear-gradient(180deg, rgb(165,203,191), rgb(118,175,165));
    content: "";
    transition: width 0.3s ease;
    height: 100%;
    left: 0;
    position: absolute;
}.net-target-audience div p:hover::before {
    width: 8px;
}.net-target-audience div p svg {
    min-width: 28px;
    transition: all 0.3s ease;
    position: relative;
    margin-right: 20px;
    height: 28px;
    width: 28px;
    z-index: 2;
}.net-target-audience div p:hover svg {
    transform: scale(1.2);
}.net-target-audience div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(165,203,191);
}.net-target-audience div p:hover svg path {
    fill: rgb(118,175,165);
}

@media (max-width: 991px) {.net-target-audience {
    padding: 90px 0;
}.net-target-audience .net-expert-team {
    grid-template-columns: 250px 1fr;
    gap: 30px;
}.net-target-audience h4 {
    font-size: calc(32px - 2px);
}.net-target-audience div {
    gap: 15px;
}.net-target-audience div p {
    padding: 18px 20px;
}.net-target-audience div p:nth-child(even) {
    transform: translateX(20px);
}.net-target-audience div p:nth-child(even):hover {
    transform: translate(20px, -5px);
}.net-target-audience div p svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
    min-width: 24px;
}
}

@media (max-width: 767px) {.net-target-audience {
    padding: 70px 0;
}.net-target-audience .net-expert-team {
    gap: 40px;
    grid-template-columns: 1fr;
}.net-target-audience h4 {
    max-width: 500px;
    font-size: calc(32px - 2px);
    text-align: center;
    margin: 0 auto;
}.net-target-audience h4::before {
    left: 50%;
    transform: translateX(-50%);
}.net-target-audience h4::after {
    transform: translateX(-50%);
    left: 50%;
    width: 100px;
}.net-target-audience div p:nth-child(even) {
    transform: translateX(0);
}.net-target-audience div p:nth-child(even):hover {
    transform: translateY(-5px);
}
}

@media (max-width: 479px) {.net-target-audience {
    padding: 50px 0;
}.net-target-audience h4 {
    font-size: calc(32px - 4px);
}.net-target-audience div {
    gap: 12px;
}.net-target-audience div p {
    padding: 15px;
}.net-target-audience div p svg {
    height: 20px;
    min-width: 20px;
    margin-right: 12px;
    width: 20px;
}}header {
    background: #000000;
    position: fixed;
    overflow: hidden;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(165,203,191,0.5) 100%);
    z-index: 1000;
    width: 100%;
    top: 0;
    left: 0;
}header::before {
    content: "";
    left: 0;
    opacity: 0.03;
    top: 0;
    z-index: 1;
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(118,175,165,0.5) 10px,
            rgb(118,175,165,0.5) 11px
        );
    position: absolute;
    width: 100%;
}header::after {
    position: absolute;
    top: 0;
    background-size: 200% 100%;
    background: linear-gradient(90deg, 
        rgb(165,203,191),
        rgb(118,175,165),
        rgb(165,203,191));
    content: "";
    z-index: 5;
    width: 100%;
    left: 0;
    animation: gradient-shift 8s linear infinite;
    height: 5px;
}header .container {
    flex-direction: column;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
}header .net-main-learning {
    flex-direction: column;
    display: flex;
    width: 100%;
    padding-top: 1.5rem;
    position: relative;
    z-index: 2;
    align-items: center;
}header .net-nav-block {
    text-decoration: none;
    position: relative;
    z-index: 3;
    padding: 0.5rem 2rem;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}header .net-nav-block::before {
    height: 1px;
    left: -30%;
    position: absolute;
    content: "";
    bottom: -10px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(118,175,165,0.5) 20%,
        rgb(118,175,165) 50%,
        rgb(118,175,165,0.5) 80%,
        transparent 100%);
    width: 160%;
}header .net-nav-block::after {
    height: 40px;
    z-index: -1;
    content: "";
    opacity: 0.5;
    position: absolute;
    width: 40px;
    animation: orb-float 5s ease-in-out infinite alternate;
    background: rgb(165,203,191,0.5);
    border-radius: 50%;
    filter: blur(20px);
}header .net-nav-block svg {
    z-index: 2;
    width: auto;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 48px;
    filter: drop-shadow(0 0 8px rgb(165,203,191,0.5));
}header .net-nav-block:hover svg {
    filter: drop-shadow(0 0 12px rgb(165,203,191));
    transform: scale(1.08);
}header .net-head-class {
    position: relative;
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    width: 100vw;
    justify-content: center;
    padding: 1rem 0;
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    overflow-x: auto;
    gap: 1rem;
    scrollbar-width: none;
    display: flex;
}header .net-head-class::-webkit-scrollbar {
    display: none;
}header .net-head-class::before {
    position: absolute;
    content: "";
    background: rgb(165,203,191,0.5);
    height: 1px;
    top: 0;
    width: 100%;
    left: 0;
}header .net-nav-lead {
    border-radius: 25px;
    letter-spacing: 0.5px;
    color: #ffffff;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    font-size: 13px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    padding: 0.6rem 1.8rem;
    border: 1px solid rgb(165,203,191,0.5);
    font-weight: 400;
    white-space: nowrap;
}header .net-nav-lead::before {
    left: -100%;
    height: 100%;
    transition: left 0.5s ease;
    width: 100%;
    content: "";
    opacity: 0.5;
    background: linear-gradient(90deg,
        transparent,
        rgb(118,175,165,0.5),
        transparent);
    position: absolute;
    top: 0;
}header .net-nav-lead::after {
    content: "";
    transform: translateY(-50%) scale(0);
    border-radius: 50%;
    transition: transform 0.3s ease;
    width: 8px;
    position: absolute;
    box-shadow: 0 0 10px rgb(118,175,165);
    height: 8px;
    background: rgb(118,175,165);
    right: 12px;
    top: 50%;
}header .net-nav-lead:hover {
    transform: translateY(-2px);
    color: rgb(118,175,165);
    box-shadow: 0 0 15px rgb(165,203,191,0.5),
                inset 0 0 10px rgb(165,203,191,0.5);
    border-color: rgb(118,175,165);
}header .net-nav-lead:hover::before {
    left: 100%;
}header .net-nav-lead:hover::after {
    transform: translateY(-50%) scale(1);
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}

@media (max-width: 991px) {header .net-nav-block {
    margin-bottom: 1.5rem;
}header .net-nav-block svg {
    height: 42px;
}header .net-nav-lead {
    font-size: calc(13px - 1px);
    padding: 0.5rem 1.5rem;
}
}

@media (max-width: 767px) {header .net-main-learning {
    padding-top: 1rem;
}header .net-nav-block {
    margin-bottom: 1rem;
}header .net-nav-block svg {
    height: 36px;
}header .net-head-class {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .net-nav-lead {
    padding: 0.4rem 1.2rem;
    font-size: calc(13px - 2px);
    margin: 0 0.2rem;
}header .net-nav-lead:first-child {
    margin-left: 1rem;
}header .net-nav-lead:last-child {
    margin-right: 1rem;
}header .net-nav-lead::after {
    height: 6px;
    right: 8px;
    width: 6px;
}}.net-course-program-details {
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(209,230,222) 0%, rgb(118,175,165,0.5) 100%);
    overflow: hidden;
}.net-course-program-details::before {
    opacity: 0.1;
    position: absolute;
    top: -5%;
    content: "";
    z-index: 1;
    background: linear-gradient(225deg, rgb(165,203,191) 0%, rgb(165,203,191,0.5) 70%);
    transform: rotate(-15deg);
    width: 300px;
    animation: floatElement 15s infinite ease-in-out;
    border-radius: 40% 60% 65% 35% / 40% 45% 55% 60%;
    height: 300px;
    right: -5%;
}.net-course-program-details::after {
    z-index: 1;
    background: linear-gradient(45deg, rgb(118,175,165) 0%, rgb(118,175,165,0.5) 70%);
    opacity: 0.1;
    border-radius: 30% 70% 70% 30% / 30% 52% 48% 70%;
    content: "";
    animation: floatElement 18s infinite ease-in-out reverse;
    position: absolute;
    bottom: -8%;
    left: -3%;
    height: 250px;
    width: 250px;
    transform: rotate(10deg);
}.net-course-program-details .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
}.net-course-program-details .net-career-classes {
    gap: 3rem;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}.net-course-program-details .net-background-photo {
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: perspective(1000px) rotateY(2deg);
    height: 350px;
}.net-course-program-details .net-background-photo::before {
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(#000000, 0.2) 100%
    );
    content: "";
}.net-course-program-details .net-background-photo::after {
    border-right: 4px solid rgb(165,203,191);
    right: -15px;
    border-top: 4px solid rgb(165,203,191);
    opacity: 0.7;
    width: 60px;
    z-index: 2;
    content: "";
    height: 60px;
    top: -15px;
    position: absolute;
}.net-course-program-details .net-background-photo:hover {
    transform: perspective(1000px) rotateY(0);
}.net-course-program-details .net-note-frame {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}.net-course-program-details .net-note-frame::before {
    transform: scaleY(0);
    width: 5px;
    animation: lineGrow 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    content: "";
    position: absolute;
    height: 80%;
    top: 10%;
    transform-origin: top;
    background: linear-gradient(to bottom, rgb(165,203,191), rgb(118,175,165));
    left: -20px;
}.net-course-program-details h3 {
    margin-bottom: 1.5rem;
    color: rgb(165,203,191);
    transform: translateY(20px);
    font-weight: 700;
    font-size: calc(22px * 1.1);
    position: relative;
    opacity: 0;
    padding-left: 1rem;
    animation: fadeSlideUp 0.8s forwards 0.3s;
}.net-course-program-details h3::before {
    top: 50%;
    transform: translateY(-50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 0.4rem;
    left: 0;
    height: 0.4rem;
    position: absolute;
    content: "";
    background-color: rgb(118,175,165);
}.net-course-program-details .description {
    margin-bottom: 1.2rem;
    font-size: 14px;
    animation: fadeSlideUp 0.8s forwards 0.5s;
    position: relative;
    opacity: 0;
    color: #000000;
    transform: translateY(20px);
    line-height: 1.8;
}.net-course-program-details p.description {
    padding-right: 1rem;
    scrollbar-color: rgb(118,175,165) transparent;
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    display: block;
    scrollbar-width: thin;
}.net-course-program-details p.description::-webkit-scrollbar {
    width: 6px;
}.net-course-program-details p.description::-webkit-scrollbar-track {
    background: transparent;
}.net-course-program-details p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(118,175,165,0.5);
}.net-course-program-details span.description {
    display: none;
}

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

@keyframes lineGrow {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes floatElement {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg);
    }
    25% {
        transform: translate(-10px, 15px) rotate(-10deg);
    }
    50% {
        transform: translate(10px, 5px) rotate(-20deg);
    }
    75% {
        transform: translate(15px, -10px) rotate(-12deg);
    }
}

@media (min-width: 768px) {.net-course-program-details .net-career-classes {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.net-course-program-details .net-background-photo {
    height: 450px;
}.net-course-program-details h3 {
    font-size: calc(22px * 1.2);
    padding-left: 1.5rem;
}.net-course-program-details h3::before {
    width: 0.6rem;
    height: 0.6rem;
}.net-course-program-details .net-note-frame::before {
    left: -30px;
}
}

@media (min-width: 992px) {.net-course-program-details {
    padding: 9rem 0;
}.net-course-program-details .net-background-photo {
    height: 500px;
}.net-course-program-details .net-note-frame {
    padding-right: 2rem;
}.net-course-program-details .net-note-frame::before {
    left: -40px;
}.net-course-program-details h3 {
    font-size: calc(33px * 0.7);
    margin-bottom: 2rem;
}.net-course-program-details .description {
    font-size: calc(14px * 1.05);
}.net-course-program-details p.description {
    max-height: 450px;
}
}

@media (min-width: 1200px) {.net-course-program-details .net-career-classes {
    gap: 6rem;
}.net-course-program-details .net-background-photo {
    height: 550px;
    transform: perspective(1500px) rotateY(3deg);
}.net-course-program-details .net-background-photo:hover {
    transform: perspective(1500px) rotateY(0);
}.net-course-program-details h3 {
    font-size: calc(33px * 0.8);
}.net-course-program-details p.description {
    max-height: 500px;
}
}

@media (max-width: 767px) {.net-course-program-details {
    padding: 5rem 0;
}.net-course-program-details .net-background-photo {
    margin-bottom: 1rem;
    height: 280px;
}.net-course-program-details h3 {
    margin-bottom: 1rem;
    font-size: calc(22px * 1);
}.net-course-program-details .net-note-frame::before {
    left: -15px;
}.net-course-program-details p.description {
    max-height: 350px;
}}.net-access-now {
    overflow: hidden;
    background: linear-gradient(110deg, rgb(165,203,191) 55%, rgb(209,230,222) 45%);
    position: relative;
    padding: 120px 0;
}.net-access-now::before {
    z-index: 1;
    background: repeating-linear-gradient(
        -45deg, 
        transparent, 
        transparent 20px, 
        rgba(255, 255, 255, 0.03) 20px, 
        rgba(255, 255, 255, 0.03) 40px
    );
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
}.net-access-now .net-expert-team {
    position: relative;
    justify-content: space-between;
    padding: 0;
    display: flex;
    flex-direction: row;
    z-index: 10;
    align-items: center;
}.net-access-now .container p {
    margin: 0;
    position: relative;
    font-size: 31px;
    padding-right: 30px;
    color: #ffffff;
    z-index: 5;
    line-height: 1.4;
    font-weight: 700;
    width: 60%;
}.net-access-now .net-message-help {
    height: 100px;
    border-radius: 23px;
    position: relative;
    transform: skewX(-10deg);
    text-decoration: none;
    background: rgb(165,203,191);
    font-weight: 600;
    display: flex;
    z-index: 5;
    transition: all 0.4s ease;
    overflow: hidden;
    width: 35%;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
}.net-access-now .net-message-help::before {
    transform: rotate(35deg) translateY(-50px);
    background: rgba(255, 255, 255, 0.3);
    left: -50px;
    width: 10px;
    transition: all 0.6s ease;
    height: 150%;
    position: absolute;
    content: '';
}.net-access-now .net-message-help:hover {
    background: rgb(118,175,165);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.3);
    transform: skewX(-10deg) translateY(-8px);
}.net-access-now .net-message-help:hover::before {
    left: 120%;
}.net-access-now .container::after {
    top: -50px;
    right: -50px;
    border-radius: 50%;
    content: '';
    animation: pulse 8s infinite alternate;
    height: 200px;
    background: rgb(165,203,191,0.5);
    position: absolute;
    width: 200px;
    z-index: -1;
    filter: blur(60px);
}.net-access-now .container::before {
    position: absolute;
    z-index: -1;
    filter: blur(50px);
    width: 150px;
    height: 150px;
    left: -50px;
    content: '';
    border-radius: 50%;
    bottom: -50px;
    background: rgb(118,175,165,0.5);
    animation: pulse 8s infinite alternate-reverse;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@media (max-width: 991px) {.net-access-now {
    padding: 90px 0;
    background: linear-gradient(130deg, #000000 55%, rgb(209,230,222) 55%);
}.net-access-now .container p {
    font-size: calc(22px * 1.3);
}.net-access-now .net-message-help {
    height: 80px;
}
}

@media (max-width: 767px) {.net-access-now {
    background: #000000;
    padding: 70px 0;
}.net-access-now .net-expert-team {
    flex-direction: column;
    gap: 30px;
}.net-access-now .container p {
    text-align: center;
    font-size: 22px;
    width: 100%;
    padding-right: 0;
}.net-access-now .net-message-help {
    width: 80%;
    height: 70px;
    transform: skewX(0);
}.net-access-now .net-message-help:hover {
    transform: skewX(0) translateY(-5px);
}
}

@media (max-width: 480px) {.net-access-now {
    padding: 50px 0;
}.net-access-now .container p {
    font-size: calc(16px * 1.2);
}.net-access-now .net-message-help {
    font-size: calc(14px * 0.9);
    width: 100%;
    height: 60px;
}}.net-our-story {
    position: relative;
    background: rgb(209,230,222);
    z-index: 1;
    overflow: hidden;
    padding: 120px 0;
}.net-our-story::before {
    right: 0;
    content: "";
    bottom: 0;
    opacity: 0.05;
    position: absolute;
    top: 0;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 10px,
            rgb(165,203,191,0.5) 10px,
            rgb(165,203,191,0.5) 11px
        ),
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(118,175,165,0.5) 10px,
            rgb(118,175,165,0.5) 11px
        );
    z-index: -1;
    left: 0;
}.net-our-story .container {
    max-width: 1200px;
    padding: 0 25px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.net-our-story h2 {
    font-size: 33px;
    padding-bottom: 20px;
    font-weight: 700;
    margin-bottom: 70px;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
}.net-our-story h2::before {
    content: "";
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    position: absolute;
    background: rgb(165,203,191);
    bottom: 0;
    width: 60px;
    transform: translateX(-50%);
    left: 50%;
    height: 5px;
}.net-our-story h2::after {
    position: absolute;
    animation: float 3s ease-in-out infinite;
    content: "";
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: rgb(118,175,165);
    bottom: -3px;
}@keyframes float {
    0%, 100% {
        transform: translateX(-50%) rotate(45deg) translateY(0);
    }
    50% {
        transform: translateX(-50%) rotate(45deg) translateY(-5px);
    }
}

.net-our-story .net-guide-bios {
    gap: 40px;
    flex-direction: column;
    display: flex;
}.net-our-story .net-learning-track {
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-top: 4px solid transparent;
    border-radius: 26px;
    padding: 40px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.net-our-story .net-learning-track:nth-child(1) {
    border-top-color: rgb(165,203,191);
}.net-our-story .net-learning-track:nth-child(2) {
    border-top-color: rgb(118,175,165);
}.net-our-story .net-learning-track::before {
    content: "";
    background: linear-gradient(45deg, rgb(165,203,191,0.5), transparent);
    width: 200px;
    right: -100px;
    border-radius: 50%;
    top: -100px;
    transition: all 0.5s ease;
    height: 200px;
    position: absolute;
    opacity: 0.1;
}.net-our-story .net-learning-track:nth-child(2)::before {
    left: -100px;
    background: linear-gradient(45deg, rgb(118,175,165,0.5), transparent);
    top: -100px;
}.net-our-story .net-learning-track:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.net-our-story .net-learning-track:hover::before {
    transform: scale(1.5);
}.net-our-story .net-learning-track::after {
    position: absolute;
    width: 100%;
    opacity: 0.1;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
    bottom: 0;
    height: 5px;
}.net-our-story .net-learning-track h3 {
    margin-bottom: 20px;
    font-weight: 600;
    display: inline-block;
    font-size: 23px;
    position: relative;
}.net-our-story .net-learning-track:nth-child(1) h3 {
    color: rgb(165,203,191);
}.net-our-story .net-learning-track:nth-child(2) h3 {
    color: rgb(118,175,165);
}.net-our-story .net-learning-track h3::after {
    transition: width 0.4s ease;
    left: 0;
    bottom: -5px;
    content: "";
    width: 0;
    background: currentColor;
    position: absolute;
    height: 2px;
}.net-our-story .net-learning-track:hover h3::after {
    width: 100%;
}.net-our-story .net-learning-track p {
    margin-bottom: 0;
    color: #000000;
    line-height: 1.8;
    position: relative;
    z-index: 2;
    font-size: 17px;
}.net-our-story::after {
    position: absolute;
    z-index: -1;
    background-size: 60px 60px;
    top: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(165,203,191,0.5) 1px, transparent 1px),
        radial-gradient(circle at 80% 70%, rgb(118,175,165,0.5) 1px, transparent 1px);
    height: 100%;
    left: 0;
    opacity: 0.2;
    animation: moveDots 100s linear infinite;
    content: "";
}@keyframes moveDots {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1000px 500px;
    }
}

.net-our-story .container::before,
.net-our-story .container::after {
    animation: scanline 3s linear infinite;
    top: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(to bottom, rgb(165,203,191,0.5), transparent);
    content: "";
    width: 2px;
}.net-our-story .container::before {
    animation-delay: 1s;
    height: 50%;
    left: 10%;
}.net-our-story .container::after {
    height: 70%;
    background: linear-gradient(to bottom, rgb(118,175,165,0.5), transparent);
    right: 10%;
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}

.net-our-story .net-learning-track:nth-child(1) {
    animation: fadeInUp 0.7s ease-out forwards;
}.net-our-story .net-learning-track:nth-child(2) {
    opacity: 0;
    animation: fadeInUp 0.7s ease-out 0.2s forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.net-our-story {
    padding: 90px 0;
}.net-our-story h2 {
    margin-bottom: 50px;
}.net-our-story .net-learning-track {
    padding: 30px;
}
}

@media (max-width: 768px) {.net-our-story {
    padding: 70px 0;
}.net-our-story h2 {
    margin-bottom: 40px;
    font-size: calc(33px * 0.9);
}.net-our-story .net-learning-track {
    padding: 25px;
}.net-our-story .net-learning-track h3 {
    font-size: calc(23px * 0.9);
}
}

@media (max-width: 576px) {.net-our-story {
    padding: 50px 0;
}.net-our-story h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 35px;
    letter-spacing: 1px;
}.net-our-story h2::before {
    height: 4px;
    width: 40px;
}.net-our-story .net-learning-track {
    padding: 20px;
}.net-our-story .net-learning-track p {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}.net-our-story .container::before,
    .net-our-story .container::after {
    display: none;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    animation: gradientFlow 20s ease infinite;
    background-size: 300% 300%;
    position: absolute;
    content: "";
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(165,203,191,0.5) 35%, rgb(118,175,165,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    opacity: 0.75;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
}footer::after {
    background-size: 50px 50px;
    content: "";
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(165,203,191,0.5) 25%, rgb(165,203,191,0.5) 26%, transparent 27%, transparent 74%, rgb(118,175,165,0.5) 75%, rgb(118,175,165,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(165,203,191,0.5) 25%, rgb(165,203,191,0.5) 26%, transparent 27%, transparent 74%, rgb(118,175,165,0.5) 75%, rgb(118,175,165,0.5) 76%, transparent 77%, transparent);
    z-index: -1;
    opacity: 0.15;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
}.net-peer-help {
    position: relative;
    color: #ffffff;
    padding: 4rem 0 2.5rem;
}.net-peer-help::before {
    left: 0;
    position: absolute;
    box-shadow: 0 0 20px rgb(165,203,191,0.5);
    top: 0;
    opacity: 0.8;
    width: 100%;
    content: "";
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(165,203,191), rgb(118,175,165), transparent);
}.net-peer-help .container {
    position: relative;
    display: flex;
    gap: 3rem;
    justify-content: space-between;
    flex-wrap: wrap;
}.net-peer-help .company_holder {
    position: relative;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    border-radius: 24px;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    overflow: hidden;
    backdrop-filter: blur(8px);
    transition: all 0.4s ease;
    flex: 1 1 350px;
    padding: 2rem;
}.net-peer-help .company_holder::before {
    left: -50%;
    position: absolute;
    top: 0;
    content: "";
    height: 1px;
    transform: translateY(-1px);
    width: 200%;
    background: linear-gradient(90deg, transparent, rgb(165,203,191), transparent);
}.net-peer-help .company_holder::after {
    transform: translateY(1px);
    bottom: 0;
    left: 0;
    position: absolute;
    height: 1px;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(118,175,165), transparent);
}.net-peer-help .company_holder:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(165,203,191,0.5);
    transform: translateY(-5px);
}.net-peer-help .company_holder h3 {
    color: #ffffff;
    text-shadow: 0 0 15px rgb(165,203,191,0.5);
    margin: 0 0 1.5rem;
    position: relative;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 29px;
    font-weight: 700;
}.net-peer-help .company_holder h3::after {
    box-shadow: 0 0 10px rgb(165,203,191);
    height: 3px;
    content: "";
    width: 50px;
    left: 0;
    background: linear-gradient(90deg, rgb(165,203,191), rgb(118,175,165));
    border-radius: 10px;
    bottom: -8px;
    position: absolute;
    transition: width 0.3s ease-out;
}.net-peer-help .company_holder:hover h3::after {
    width: 100%;
}.net-peer-help .net-leaderboard {
    font-size: 12px;
    line-height: 1.6;
    color: #ffffff;
    max-width: 100%;
    text-shadow: 0 0 10px #000000;
    opacity: 0.85;
}.net-peer-help .net-footer-clients {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.net-peer-help .net-header-base {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}.net-peer-help .net-head-class {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    border-radius: 24px;
    min-width: 250px;
    padding: 2rem;
    transition: all 0.4s ease;
    flex: 1 1 calc(50% - 1.25rem);
    overflow: hidden;
    backdrop-filter: blur(8px);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    position: relative;
}.net-peer-help .net-head-class::before {
    height: 1px;
    content: "";
    transform: translateY(-1px);
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(118,175,165), transparent);
    top: 0;
    left: -50%;
    width: 200%;
}.net-peer-help .net-head-class::after {
    width: 100%;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(165,203,191), transparent);
    position: absolute;
    transform: translateY(1px);
}.net-peer-help .net-head-class:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(118,175,165,0.5);
}.net-peer-help .net-head-class h5 {
    position: relative;
    color: #ffffff;
    margin: 0 0 1.5rem;
    text-shadow: 0 0 15px rgb(118,175,165,0.5);
    font-weight: 600;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.5px;
}.net-peer-help .net-head-class h5::after {
    box-shadow: 0 0 10px rgb(118,175,165);
    width: 40px;
    position: absolute;
    left: 0;
    border-radius: 10px;
    height: 3px;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(118,175,165), rgb(165,203,191));
    content: "";
    transition: width 0.3s ease-out;
}.net-peer-help .net-head-class:hover h5::after {
    width: 100%;
}.net-peer-help .net-head-class .net-header-base {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}.net-peer-help .net-head-class .net-header-base a {
    position: relative;
    display: block;
    text-shadow: 0 0 5px #000000;
    padding: 0.5rem 1rem;
    z-index: 1;
    opacity: 0.8;
    text-decoration: none;
    border-radius: 10px;
    font-size: 12px;
    color: #ffffff;
    transition: all 0.3s ease;
}.net-peer-help .net-head-class .net-header-base a::before {
    left: 0;
    transition: all 0.3s ease;
    position: absolute;
    height: 100%;
    width: 3px;
    background: linear-gradient(180deg, rgb(165,203,191), rgb(118,175,165));
    top: 0;
    opacity: 0.5;
    content: "";
    border-radius: 10px;
    z-index: -1;
}.net-peer-help .net-head-class .net-header-base a::after {
    top: 0;
    height: 100%;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    z-index: -1;
    position: absolute;
    opacity: 0;
    content: "";
    left: 0;
    width: 0;
}.net-peer-help .net-head-class .net-header-base a:hover {
    opacity: 1;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(118,175,165,0.5);
    padding-left: 1.5rem;
}.net-peer-help .net-head-class .net-header-base a:hover::before {
    opacity: 1;
    box-shadow: 0 0 10px rgb(165,203,191);
    width: 5px;
}.net-peer-help .net-head-class .net-header-base a:hover::after {
    width: 100%;
    opacity: 0.2;
}.net-class-guide {
    padding: 2rem 0;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    margin-top: 2rem;
}.net-class-guide::before {
    opacity: 0.5;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(165,203,191), rgb(118,175,165), transparent);
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}.net-class-guide .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.net-class-guide .net-lang-learn {
    letter-spacing: 0.5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    color: #ffffff;
    text-shadow: 0 0 5px #000000;
    opacity: 0.7;
    transition: all 0.3s ease;
}.net-class-guide .net-lang-learn:hover {
    text-shadow: 0 0 8px rgb(118,175,165,0.5);
    opacity: 1;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.net-peer-help .container {
    gap: 2rem;
}.net-peer-help .company_holder {
    flex: 1 1 320px;
}.net-peer-help .net-footer-clients {
    flex: 1 1 calc(100% - 370px);
    min-width: 320px;
}
}

@media (max-width: 992px) {.net-peer-help {
    padding: 3.5rem 0 2rem;
}.net-peer-help .container {
    flex-direction: column;
    gap: 2rem;
}.net-peer-help .company_holder,
    .net-peer-help .net-footer-clients {
    flex: 1 1 100%;
    min-width: 100%;
}.net-peer-help .net-head-class {
    min-width: 220px;
    flex: 0 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.net-peer-help {
    padding: 3rem 0 1.5rem;
}.net-peer-help .company_holder,
    .net-peer-help .net-head-class {
    padding: 1.5rem;
}.net-peer-help .net-header-base {
    gap: 1.5rem;
}.net-peer-help .company_holder h3 {
    font-size: calc(29px - 2px);
}.net-peer-help .net-head-class h5 {
    font-size: calc(18px - 1px);
}.net-peer-help .company_holder:hover,
    .net-peer-help .net-head-class:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.net-peer-help {
    padding: 2.5rem 0 1rem;
}.net-peer-help .net-header-base {
    gap: 1rem;
}.net-peer-help .net-head-class {
    min-width: 100%;
    flex: 1 1 100%;
}.net-peer-help .net-head-class .net-header-base a {
    padding: 0.4rem 0.8rem;
}.net-peer-help .net-head-class .net-header-base a:hover {
    padding-left: 1.2rem;
}.net-class-guide {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.net-peer-help .company_holder:hover,
    .net-peer-help .net-head-class:hover {
    transform: translateY(-2px);
}}.net-academic-expertise {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(209,230,222) 0%, rgb(165,203,191,0.5) 100%);
    position: relative;
    overflow: hidden;
}.net-academic-expertise::before {
    z-index: 1;
    width: 100%;
    opacity: 0.08;
    background: repeating-linear-gradient(
    -45deg,
    rgb(165,203,191,0.5) 0px,
    rgb(165,203,191,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
}.net-academic-expertise::after {
    position: absolute;
    z-index: 0;
    height: 100%;
    background: radial-gradient(circle, rgb(118,175,165,0.5) 0%, transparent 70%);
    content: "";
    width: 100%;
    opacity: 0.15;
    top: -50%;
    right: -50%;
}.net-academic-expertise .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
}.net-academic-expertise .net-user-stories {
    display: grid;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    isolation: isolate;
    padding: 3rem 2rem;
    grid-template-columns: 1fr;
    gap: 2rem;
}.net-academic-expertise .net-user-stories::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(165,203,191), rgb(118,175,165));
    position: absolute;
    width: 4px;
    left: 0;
    content: "";
    z-index: 1;
    top: 0;
}.net-academic-expertise .net-user-stories > div:first-child {
    display: flex;
    align-items: center;
    order: 1;
    justify-content: center;
}.net-academic-expertise .net-user-stories .net-background-photo {
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    width: 200px;
    transform: translateY(-10px) rotate(-3deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 200px;
}.net-academic-expertise .net-user-stories .net-background-photo::after {
    inset: 0;
    background: linear-gradient(to top right, rgba(rgb(165,203,191), 0.2), transparent);
    z-index: 1;
    mix-blend-mode: overlay;
    content: "";
    position: absolute;
}.net-academic-expertise .net-user-stories .net-background-photo:hover {
    transform: translateY(-15px) rotate(0deg) scale(1.05);
}.net-academic-expertise .net-user-stories > div:nth-child(2) {
    border-left: 1px solid rgb(165,203,191,0.5);
    order: 2;
    padding-left: 1rem;
}.net-academic-expertise .net-user-stories .name {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0.5rem;
    position: relative;
    font-size: calc(19px * 1.1);
    color: rgb(165,203,191);
}.net-academic-expertise .net-user-stories .name::after {
    transform-origin: left;
    transition: transform 0.3s ease-out;
    position: absolute;
    width: 60%;
    left: 0;
    background: rgb(118,175,165);
    height: 2px;
    bottom: -4px;
    transform: scaleX(0.7);
    content: "";
}.net-academic-expertise .net-user-stories .name:hover::after {
    transform: scaleX(1);
}.net-academic-expertise .net-user-stories > div:nth-child(2) > div {
    letter-spacing: 0.5px;
    margin-top: 0.5rem;
    font-weight: 600;
    font-size: 13px;
    color: rgb(118,175,165);
}.net-academic-expertise .net-user-stories > div:nth-child(3) {
    order: 3;
    margin-top: 1rem;
    position: relative;
}.net-academic-expertise .net-user-stories .net-exp-highlights {
    border-radius: 10px;
    color: #000000;
    position: relative;
    line-height: 1.7;
    margin: 0;
    padding: 1.5rem;
    font-size: 13px;
    background: linear-gradient(to right, rgb(209,230,222) 0%, transparent 100%);
}.net-academic-expertise .net-user-stories .net-exp-highlights::before {
    content: "";
    opacity: 0.3;
    top: -0.5rem;
    left: 0;
    line-height: 1;
    font-size: 5rem;
    color: rgb(165,203,191,0.5);
    position: absolute;
}

@media (min-width: 768px) {.net-academic-expertise .net-user-stories {
    gap: 3rem;
    padding: 4rem;
    grid-template-columns: 250px 1fr;
    grid-template-areas: 
      "photo info"
      "quote quote";
}.net-academic-expertise .net-user-stories > div:first-child {
    grid-area: photo;
    justify-content: flex-start;
}.net-academic-expertise .net-user-stories > div:nth-child(2) {
    grid-area: info;
    padding-left: 0;
    align-self: center;
    border-left: none;
}.net-academic-expertise .net-user-stories > div:nth-child(3) {
    grid-area: quote;
}.net-academic-expertise .net-user-stories .net-exp-highlights {
    background: linear-gradient(135deg, rgb(209,230,222) 0%, transparent 100%);
    padding: 2rem;
}
}

@media (min-width: 992px) {.net-academic-expertise .net-user-stories {
    gap: 3rem 4rem;
    grid-template-areas: 
      "photo info"
      "photo quote";
    grid-template-columns: 300px 1fr;
    padding: 5rem;
}.net-academic-expertise .net-user-stories > div:first-child {
    align-self: start;
}.net-academic-expertise .net-user-stories .net-background-photo {
    height: 280px;
    width: 280px;
}.net-academic-expertise .net-user-stories .name {
    font-size: calc(19px * 1.3);
}.net-academic-expertise .net-user-stories > div:nth-child(2) > div {
    font-size: calc(13px * 1.1);
}.net-academic-expertise .net-user-stories .net-exp-highlights {
    padding: 2.5rem;
    line-height: 1.8;
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 1200px) {.net-academic-expertise .net-user-stories {
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateX(1deg) rotateY(-1deg);
}.net-academic-expertise .net-user-stories:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.net-academic-expertise .net-user-stories .net-background-photo {
    width: 320px;
    height: 320px;
}
}

@media (max-width: 767px) {.net-academic-expertise {
    padding: 3rem 0;
}.net-academic-expertise .container {
    padding: 0 1.5rem;
}.net-academic-expertise .net-user-stories {
    transform: none;
    padding: 2rem 1.5rem;
}.net-academic-expertise .net-user-stories .net-background-photo {
    height: 180px;
    width: 180px;
}}.net-customer-experience {
    position: relative;
    background: linear-gradient(135deg, rgb(209,230,222) 0%, rgb(165,203,191,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
}.net-customer-experience::before {
    width: 100%;
    z-index: 1;
    background: repeating-linear-gradient(45deg, rgb(118,175,165,0.5) 0px, transparent 10px, transparent 20px);
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    opacity: 0.15;
}.net-customer-experience .container {
    position: relative;
    z-index: 2;
}.net-customer-experience h2 {
    color: #000000;
    font-weight: 700;
    font-size: 33px;
    position: relative;
    display: inline-block;
    transform: skew(-5deg);
    margin-bottom: 3.5rem;
}.net-customer-experience h2::after {
    height: 4px;
    left: 0;
    width: 80%;
    background: linear-gradient(90deg, rgb(165,203,191) 0%, transparent 100%);
    bottom: -10px;
    content: "";
    position: absolute;
    transform: translateX(10%);
}.net-customer-experience .net-rating-reviews {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
    transform: rotate(-2deg);
    display: grid;
}.net-customer-experience .net-user-stories {
    background: #ffffff;
    position: relative;
    display: flex;
    transition: all 0.4s ease;
    overflow: hidden;
    border-radius: 11px;
    transform: rotate(2deg);
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex-direction: column;
}.net-customer-experience .net-user-stories::before {
    background: linear-gradient(to bottom, rgb(165,203,191), rgb(118,175,165));
    height: 100%;
    width: 5px;
    left: 0;
    transform-origin: top;
    transform: scaleY(0);
    content: "";
    position: absolute;
    transition: transform 0.4s ease;
    top: 0;
}.net-customer-experience .net-user-stories:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: rotate(0) translateY(-10px);
}.net-customer-experience .net-user-stories:hover::before {
    transform: scaleY(1);
}.net-customer-experience .net-user-stories:nth-child(odd) {
    transform: rotate(4deg) translateY(20px);
}.net-customer-experience .net-user-stories:nth-child(odd):hover {
    transform: rotate(0) translateY(10px);
}.net-customer-experience .net-user-stories:nth-child(3n+2) {
    transform: rotate(-3deg) translateY(-10px);
}.net-customer-experience .net-user-stories:nth-child(3n+2):hover {
    transform: rotate(0) translateY(-20px);
}.net-customer-experience .net-user-stories img {
    transform: translateX(-10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    transition: all 0.4s ease;
    margin-bottom: 1rem;
}.net-customer-experience .net-user-stories:hover img {
    border-color: rgb(165,203,191,0.5);
    transform: translateX(0) scale(1.05);
}.net-customer-experience .net-user-stories p {
    font-weight: 600;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: calc(12px * 1.1);
    transition: all 0.3s ease;
    color: #000000;
}.net-customer-experience .net-user-stories .description {
    color: #000000;
    position: relative;
    margin-top: 0.5rem;
    padding-top: 1rem;
    font-size: 12px;
    font-weight: 400;
}.net-customer-experience .net-user-stories .description::before {
    left: 0;
    width: 50px;
    transition: all 0.3s ease;
    background: rgb(118,175,165,0.5);
    position: absolute;
    top: 0;
    height: 3px;
    content: "";
}.net-customer-experience .net-user-stories:hover .description::before {
    background: rgb(165,203,191);
    width: 80px;
}

@media (max-width: 991px) {.net-customer-experience {
    padding: 4rem 0;
}.net-customer-experience h2 {
    text-align: center;
    width: 100%;
    transform: skew(0);
}.net-customer-experience h2::after {
    left: 20%;
    width: 60%;
    transform: none;
}.net-customer-experience .net-rating-reviews {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
    transform: rotate(0);
}
}

@media (max-width: 767px) {.net-customer-experience {
    padding: 3rem 0;
}.net-customer-experience h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 2.5rem;
}.net-customer-experience .net-rating-reviews {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.net-customer-experience .net-user-stories,
    .net-customer-experience .net-user-stories:nth-child(odd),
    .net-customer-experience .net-user-stories:nth-child(3n+2) {
    transform: rotate(0);
    padding: 1.5rem;
}.net-customer-experience .net-user-stories:hover,
    .net-customer-experience .net-user-stories:nth-child(odd):hover,
    .net-customer-experience .net-user-stories:nth-child(3n+2):hover {
    transform: translateY(-5px);
}.net-customer-experience .net-user-stories img {
    height: 60px;
    width: 60px;
}
}

@media (max-width: 480px) {.net-customer-experience h2 {
    font-size: calc(33px * 0.8);
}.net-customer-experience .net-user-stories {
    padding: 1.25rem;
}}.net-welcome-board {
    overflow: hidden;
    position: relative;
    display: flex;
    min-height: 100vh;
    color: #ffffff;
    justify-content: center;
    align-items: center;
}.net-welcome-board::before {
    top: 0;
    content: "";
    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%);
    bottom: 0;
    z-index: 1;
    right: 0;
    left: 0;
    position: absolute;
}.net-welcome-board::after {
    top: -10%;
    animation: pulse 8s infinite alternate ease-in-out;
    opacity: 0.4;
    left: -10%;
    z-index: 2;
    width: 120%;
    position: absolute;
    pointer-events: none;
    height: 120%;
    background: radial-gradient(
    ellipse at center,
    rgb(165,203,191,0.5) 0%,
    transparent 60%
  );
    content: "";
}.net-welcome-board > div {
    width: 90%;
    display: flex;
    z-index: 5;
    gap: 3rem;
    flex-direction: column;
    max-width: 1200px;
    position: relative;
    transform: translateY(-2vh);
}.net-welcome-board > div > div:first-child {
    padding-left: 2rem;
    margin-left: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
}.net-welcome-board > div > div:first-child::before {
    transform: scaleY(0);
    position: absolute;
    transform-origin: top;
    content: "";
    height: 100%;
    animation: scaleIn 1.2s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    width: 4px;
    top: 0;
    left: 0;
    background: linear-gradient(
    to bottom,
    rgb(118,175,165) 0%,
    rgb(165,203,191) 100%
  );
}.net-welcome-board .title_style_header {
    margin: 0;
    animation: fadeSlideIn 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    background: linear-gradient(
    120deg,
    #ffffff 0%,
    rgb(118,175,165) 100%
  );
    color: transparent;
    font-size: clamp(2.5rem, 5vw, 47px);
    -webkit-background-clip: text !important;
    position: relative;
    line-height: 1.1;
    opacity: 0;
    letter-spacing: -0.5px;
    background-clip: text !important;
    transform: translateX(-20px);
}.net-welcome-board .net-start-base {
    flex-direction: column;
    background: linear-gradient(
    135deg,
    rgba(20, 20, 20, 0.7) 0%,
    rgba(40, 40, 40, 0.3) 100%
  );
    display: flex;
    padding: 2.5rem;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.3),
    0 2px 5px rgba(255, 255, 255, 0.05) inset;
    transform: translateY(30px);
    clip-path: polygon(
    0 0,
    100% 0,
    98% 100%,
    2% 100%
  );
    animation: riseUp 1s 1s forwards cubic-bezier(0.19, 1, 0.22, 1);
    gap: 1.5rem;
    position: relative;
    backdrop-filter: blur(10px);
    opacity: 0;
}.net-welcome-board .net-success-metric {
    position: relative;
}.net-welcome-board .net-success-metric::after {
    transform-origin: left;
    animation: expandWidth 1.5s 1.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    transform: scaleX(0);
    background: linear-gradient(
    to right,
    rgb(118,175,165) 0%,
    transparent 100%
  );
    content: "";
    height: 2px;
    bottom: -10px;
    position: absolute;
    width: 60%;
}.net-welcome-board .net-success-metric h3 {
    animation: fadeUp 0.8s 1.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: #ffffff;
    opacity: 0;
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    line-height: 1.4;
    transform: translateY(10px);
    font-weight: 600;
    margin: 0;
}.net-welcome-board .net-start-base > div:last-child {
    animation: fadeIn 0.8s 1.6s forwards ease-out;
    opacity: 0;
    margin-top: 1rem;
    position: relative;
}.net-welcome-board .net-start-base > div:last-child::before {
    left: -15px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    position: absolute;
    opacity: 0;
    top: 50%;
    content: "";
    animation: fadeIn 0.5s 1.8s forwards ease-out;
    border-bottom: 2px solid rgb(165,203,191);
    border-left: 2px solid rgb(165,203,191);
}.net-welcome-board .net-start-base span {
    display: block;
}.net-welcome-board .net-start-base p {
    animation: fadeSlideIn 0.8s 1.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    transform: translateX(10px);
    font-weight: 300;
    opacity: 0;
    letter-spacing: 0.3px;
}

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

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

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

@keyframes scaleIn {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes expandWidth {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.5;
  }
}

@media (max-width: 992px) {.net-welcome-board > div {
    gap: 2rem;
    width: 95%;
}.net-welcome-board > div > div:first-child {
    margin-left: 1rem;
    padding-left: 1.5rem;
}.net-welcome-board .net-start-base {
    padding: 2rem;
}
}

@media (max-width: 768px) {.net-welcome-board {
    min-height: 85vh;
}.net-welcome-board > div {
    gap: 1.5rem;
    transform: translateY(0);
}.net-welcome-board > div > div:first-child {
    margin-left: 0.5rem;
    padding-left: 1rem;
}.net-welcome-board .net-start-base {
    padding: 1.5rem;
    clip-path: polygon(
      0 0,
      100% 0,
      97% 100%,
      3% 100%
    );
}.net-welcome-board .net-success-metric::after {
    width: 40%;
}
}

@media (max-width: 480px) {.net-welcome-board {
    min-height: 80vh;
}.net-welcome-board > div {
    gap: 1rem;
    width: 92%;
}.net-welcome-board .net-start-base {
    gap: 1rem;
    padding: 1.25rem;
}.net-welcome-board .title_style_header {
    font-size: 2rem;
}.net-welcome-board .net-success-metric h3 {
    font-size: 1.1rem;
}.net-welcome-board .net-start-base p {
    font-size: 0.95rem;
}.net-welcome-board .net-start-base > div:last-child::before {
    left: -10px;
    height: 20px;
    width: 20px;
}}.net-cookieAlertPromptPanel {
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    bottom: 0;
    background-color: rgb(209,230,222);
    padding: 20px 0;
    width: 100%;
    z-index: 1000;
    border-top: 1px solid rgb(165,203,191);
    animation: fadeInUp 0.5s ease-out;
    position: fixed;
}.net-cookieAlertPromptPanel .net-cookie-expand {
    transform-origin: center;
    margin-right: 20px;
    flex-shrink: 0;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}.net-cookieAlertPromptPanel .net-cookie-expand svg {
    width: 60px;
    height: 60px;
    fill: rgb(165,203,191);
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.net-cookieAlertPromptPanel .net-cookie-edu {
    flex-grow: 1;
}.net-cookieAlertPromptPanel .net-cookie-edu h5 {
    margin-bottom: 6px;
    color: rgb(165,203,191);
    font-size: 18px;
}.net-cookieAlertPromptPanel .net-cookie-edu p {
    color: #000000;
    font-size: 17px;
    margin: 0;
    line-height: 1.5;
}.net-cookieAlertPromptPanel .net-cookies-consent {
    background-color: rgb(165,203,191);
    color: #ffffff;
    padding: 10px 20px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
    font-size: 16px;
}.net-cookieAlertPromptPanel .net-cookies-consent:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.net-cookieAlertPromptPanel .net-cookies-consent:active {
    transform: translateY(1px);
    box-shadow: none;
}
@media (max-width: 768px) {.net-cookieAlertPromptPanel .net-cookie-expand {
    margin-right: 0;
    margin-bottom: 15px;
}.net-cookieAlertPromptPanel .net-cookies-consent {
    margin-left: 0;
    width: 48%;
    text-align: center;
}}
#net-cookie-alert-window {
    display: none;
}#net-cookie-alert-window:checked ~ .net-cookieAlertPromptPanel {
    visibility: hidden;
    opacity: 0;
}.net-plan-chooser {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.net-plan-chooser::before {
    z-index: 1;
    right: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.85) 100%);
    bottom: 0;
    left: 0;
    content: "";
    top: 0;
}.net-plan-chooser .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.net-plan-chooser .net-learning-fees {
    position: relative;
}.net-plan-chooser h2 {
    text-align: center;
    transform: perspective(1000px) translateZ(30px);
    text-shadow: 0 5px 15px rgba(0,0,0,0.3);
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
}.net-plan-chooser h2::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(165,203,191,0.5), rgb(165,203,191), rgb(165,203,191,0.5));
    height: 4px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    bottom: -15px;
    left: 50%;
}.net-plan-chooser .net-cost-schemes {
    opacity: 0.9;
    font-weight: 300;
    line-height: 1.6;
    margin: 0 auto 50px;
    transform: perspective(1000px) translateZ(20px);
    max-width: 800px;
    text-align: center;
    font-size: calc(16px * 1.1);
    color: #ffffff;
}.net-plan-chooser .net-learning-cost {
    perspective: 1000px;
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    list-style: none;
    margin: 0;
}.net-plan-chooser .net-learning-cost li {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
}.net-plan-chooser .net-premium-grid {
    display: block;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
    position: relative;
    transform-style: preserve-3d;
    height: 100%;
}.net-plan-chooser .net-access-rates {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.1) 100%);
    position: relative;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-style: preserve-3d;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.1);
    padding: 40px 30px;
}.net-plan-chooser .net-access-rates::before {
    left: 0;
    content: "";
    transform: scaleX(0.8);
    transition: transform 0.5s ease, opacity 0.5s ease;
    height: 5px;
    width: 100%;
    top: 0;
    opacity: 0.8;
    position: absolute;
    background: linear-gradient(90deg, rgb(165,203,191), rgb(118,175,165));
}.net-plan-chooser .net-access-rates::after {
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    width: 150px;
    transition: all 0.6s ease;
    bottom: 0;
    right: 0;
    height: 150px;
    background: radial-gradient(circle, rgb(165,203,191,0.5) 0%, transparent 70%);
    transform: translate(30%, 30%);
    content: "";
    opacity: 0.2;
}.net-plan-chooser .net-fee-choices {
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
    position: relative;
}.net-plan-chooser .net-fee-choices h4 {
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
    margin: 0 0 25px;
    font-size: calc(21px * 1.2);
    transform: translateZ(10px);
    color: #ffffff;
}.net-plan-chooser .net-fee-choices h4::after {
    width: 50px;
    transition: width 0.4s ease;
    background: rgb(118,175,165);
    bottom: 0;
    position: absolute;
    left: 0;
    height: 2px;
    content: "";
}.net-plan-chooser .net-fee-choices p {
    opacity: 0.8;
    padding-right: 5px;
    font-size: 16px;
    font-weight: 300;
    transform: translateZ(5px);
    color: #ffffff;
    line-height: 1.7;
    margin: 0 0 30px;
    overflow-wrap: break-word;
    word-break: break-word;
    overflow-y: auto;
    max-height: 250px;
}.net-plan-chooser .net-fee-choices p::-webkit-scrollbar {
    width: 4px;
}.net-plan-chooser .net-fee-choices p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(165,203,191,0.5);
}.net-plan-chooser .net-fee-choices p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
}.net-plan-chooser .net-cost-levels {
    display: inline-block;
    transform: translateZ(15px);
    color: #ffffff;
    font-size: calc(21px * 1.5);
    transition: all 0.4s ease;
    position: relative;
    padding: 10px 5px;
    font-weight: 700;
}.net-plan-chooser .net-cost-levels::before {
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: scaleX(0.5);
    content: "";
    transform-origin: center;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(118,175,165), transparent);
    bottom: 5px;
    opacity: 0.6;
    height: 2px;
    left: 0;
}.net-plan-chooser .net-premium-grid:hover .net-access-rates {
    transform: translateY(-10px) translateZ(20px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.15);
}.net-plan-chooser .net-premium-grid:hover .net-access-rates::before {
    transform: scaleX(1);
    opacity: 1;
}.net-plan-chooser .net-premium-grid:hover .net-access-rates::after {
    opacity: 0.4;
    transform: translate(20%, 20%) scale(1.2);
}.net-plan-chooser .net-premium-grid:hover .net-fee-choices h4::after {
    width: 80px;
}.net-plan-chooser .net-premium-grid:hover .net-cost-levels {
    transform: translateZ(25px) scale(1.05);
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
}.net-plan-chooser .net-premium-grid:hover .net-cost-levels::before {
    opacity: 1;
    transform: scaleX(0.8);
}

@media (max-width: 1200px) {.net-plan-chooser {
    padding: 80px 0;
}.net-plan-chooser .net-learning-cost {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 991px) {.net-plan-chooser {
    padding: 70px 0;
}.net-plan-chooser h2 {
    font-size: calc(34px * 0.9);
}.net-plan-chooser .net-cost-schemes {
    margin-bottom: 40px;
    font-size: 16px;
}.net-plan-chooser .net-learning-cost {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.net-plan-chooser .net-access-rates {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.net-plan-chooser {
    padding: 60px 0;
}.net-plan-chooser h2 {
    margin-bottom: 15px;
    font-size: calc(34px * 0.8);
}.net-plan-chooser .net-cost-schemes {
    margin-bottom: 30px;
}.net-plan-chooser .net-learning-cost {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.net-plan-chooser .net-fee-choices h4 {
    font-size: 21px;
}.net-plan-chooser .net-cost-levels {
    font-size: calc(21px * 1.3);
}
}

@media (max-width: 480px) {.net-plan-chooser {
    padding: 50px 0;
}.net-plan-chooser .net-access-rates {
    padding: 25px 20px;
}.net-plan-chooser .net-fee-choices p {
    max-height: 200px;
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}.net-plan-chooser .net-cost-levels {
    font-size: calc(21px * 1.2);
}
}

@media (hover: none) {.net-plan-chooser .net-access-rates {
    transform: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,255,255,0.1) !important;
}.net-plan-chooser .net-access-rates::before {
    transform: scaleX(0.9);
    opacity: 0.9;
}.net-plan-chooser .net-fee-choices h4::after {
    width: 60px;
}}.net-tyFrame {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(165,203,191,0.5) 0%, rgb(209,230,222) 50%, rgb(118,175,165,0.5) 100%);
    position: relative;
    padding: 6rem 0;
}.net-tyFrame::before {
    animation: pulse 10s infinite alternate ease-in-out;
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.7;
    z-index: 0;
    left: 0;
    content: "";
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(165,203,191,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(118,175,165,0.5) 0%, transparent 40%);
}.net-tyFrame::after {
    animation: float 15s infinite alternate ease-in-out;
    transform: rotate(35deg);
    filter: blur(80px);
    z-index: 1;
    height: 100%;
    right: -50%;
    background: rgb(255, 255, 255, 0.5);
    width: 100%;
    position: absolute;
    content: "";
    top: -50%;
}.net-tyFrame .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
}.net-tyFrame .net-expert-team {
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    padding: 3.5rem;
    flex-direction: column;
    gap: 2.5rem;
    display: flex;
    transform-origin: top center;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.net-tyFrame .net-expert-team:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.12),
        0 10px 20px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.net-tyFrame .net-expert-team > div:first-child {
    padding-left: 1.5rem;
    position: relative;
    margin-left: -1.5rem;
    border-left: 4px solid rgb(165,203,191);
    animation: slideRight 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1) both;
}.net-tyFrame .net-expert-team > div:first-child::before {
    content: "";
    height: 1rem;
    width: 1rem;
    left: -0.5rem;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    top: 50%;
    background: rgb(165,203,191);
}.net-tyFrame h5 {
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
    margin: 0;
    position: relative;
    line-height: 1.4;
    color: #000000;
}.net-tyFrame .net-expert-team > div:last-child {
    animation: fadeIn 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) both;
    position: relative;
}.net-tyFrame a {
    text-decoration: none;
    display: block;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.95) 100%);
    padding: 1.5rem 2rem;
    border-radius: 10px;
    transform-origin: center;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 
        0 6px 12px rgba(0, 0, 0, 0.04),
        0 1px 3px rgba(0, 0, 0, 0.02);
}.net-tyFrame a::before {
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    content: "";
    height: 100%;
    width: 4px;
    top: 0;
    background: linear-gradient(to bottom, rgb(165,203,191), rgb(118,175,165));
}.net-tyFrame a:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 12px 24px rgba(0, 0, 0, 0.08),
        0 4px 8px rgba(0, 0, 0, 0.04);
}.net-tyFrame a:hover::before {
    width: 8px;
}.net-tyFrame p {
    font-size: 16px;
    line-height: 1.7;
    z-index: 1;
    margin: 0;
    position: relative;
    transition: color 0.3s ease;
    color: #000000;
}.net-tyFrame a:hover p {
    color: #000000;
}

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

@keyframes float {
    0% { transform: rotate(35deg) translateY(0); }
    50% { transform: rotate(32deg) translateY(-20px); }
    100% { transform: rotate(35deg) translateY(0); }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}

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

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

@media (max-width: 991px) {.net-tyFrame {
    padding: 5rem 0;
}.net-tyFrame .net-expert-team {
    padding: 2.5rem;
    gap: 2rem;
}.net-tyFrame h5 {
    font-size: calc(22px * 0.95);
}
}

@media (max-width: 768px) {.net-tyFrame {
    padding: 4rem 0;
}.net-tyFrame .container {
    padding: 0 1.5rem;
}.net-tyFrame .net-expert-team {
    transform: perspective(1000px) rotateX(1deg);
    gap: 1.8rem;
    padding: 2rem;
}.net-tyFrame h5 {
    font-size: calc(22px * 0.9);
}.net-tyFrame a {
    padding: 1.2rem 1.5rem;
}.net-tyFrame p {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.net-tyFrame {
    padding: 3rem 0;
}.net-tyFrame .container {
    padding: 0 1rem;
}.net-tyFrame .net-expert-team {
    gap: 1.5rem;
    padding: 1.5rem;
    transform: none;
}.net-tyFrame .net-expert-team > div:first-child {
    padding-left: 1rem;
    margin-left: -1rem;
    border-left-width: 3px;
}.net-tyFrame h5 {
    font-size: calc(22px * 0.85);
}.net-tyFrame a {
    padding: 1rem;
}.net-tyFrame p {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}}.net-contact-form-section {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(90deg, #ffffff 50%, rgb(209,230,222) 50%);
    position: relative;
}.net-contact-form-section::before {
    position: absolute;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    top: 0;
    width: 100%;
    content: "";
    background-size: 60px 60px;
    left: 0;
    z-index: 0;
}.net-contact-form-section .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}.net-contact-form-section h2 {
    font-size: 28px;
    margin-bottom: 60px;
    text-align: center;
    color: rgb(165,203,191);
    font-weight: 700;
    position: relative;
}.net-contact-form-section h2::after {
    height: 3px;
    bottom: -15px;
    background: rgb(165,203,191);
    width: 60px;
    position: absolute;
    transform: translateX(-50%);
    content: "";
    left: 50%;
}.net-contact-form-section .net-help-query {
    position: relative;
    display: flex;
    background: #ffffff;
    overflow: hidden;
    border-radius: 27px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}.net-contact-form-section .net-help-query::before {
    content: "";
    background: linear-gradient(90deg, rgb(165,203,191), rgb(118,175,165));
    width: 100%;
    position: absolute;
    top: 0;
    height: 5px;
    left: 0;
}.net-contact-form-section .net-background-photo {
    transition: all 0.5s ease;
    flex: 0 0 50%;
    position: relative;
    min-height: 550px;
}.net-contact-form-section .net-background-photo::after {
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(165,203,191,0.5), transparent);
    left: 0;
}.net-contact-form-section .net-message-query {
    flex: 0 0 50%;
    position: relative;
    background: #ffffff;
    padding: 60px 50px;
}.net-contact-form-section .net-message-query::before {
    position: absolute;
    background: rgb(209,230,222);
    top: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 100%;
}.net-contact-form-section #contact {
    gap: 30px;
    display: flex;
    flex-direction: column;
}.net-contact-form-section h3 {
    position: relative;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 18px;
    color: #000000;
}.net-contact-form-section h3::after {
    background: rgb(165,203,191,0.5);
    left: 0;
    content: "";
    bottom: 0;
    width: 100%;
    height: 2px;
    position: absolute;
}.net-contact-form-section input[type="text"] {
    color: #000000;
    font-size: 18px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: #ffffff;
    border: 2px solid rgb(209,230,222);
    width: 100%;
    padding: 18px 20px;
}.net-contact-form-section input[type="text"]:focus {
    border-color: rgb(165,203,191);
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.net-contact-form-section input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.net-contact-form-section .net-query-box {
    margin-top: 10px;
    gap: 12px;
    align-items: flex-start;
    display: flex;
}.net-contact-form-section .net-query-box input[type="checkbox"] {
    height: 24px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    width: 24px;
    transition: all 0.3s ease;
    border: 2px solid rgb(209,230,222);
    margin-top: 2px;
    appearance: none;
}.net-contact-form-section .net-query-box input[type="checkbox"]:checked {
    background: rgb(165,203,191);
    border-color: rgb(165,203,191);
}.net-contact-form-section .net-query-box input[type="checkbox"]:checked::after {
    width: 6px;
    height: 10px;
    position: absolute;
    border-right: 2px solid #ffffff;
    top: 5px;
    left: 8px;
    content: "";
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
}.net-contact-form-section .net-query-box label {
    line-height: 1.5;
    font-size: 18px;
    color: #000000;
}.net-contact-form-section .net-query-box a {
    color: rgb(165,203,191);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}.net-contact-form-section .net-query-box a:hover {
    color: rgb(118,175,165);
}.net-contact-form-section .net-message-help {
    font-size: 18px;
    position: relative;
    box-shadow: 0 8px 20px rgb(165,203,191,0.5);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    padding: 16px 40px;
    overflow: hidden;
    align-self: flex-start;
    background: rgb(165,203,191);
    border: none;
    margin-top: 20px;
}.net-contact-form-section .net-message-help::before {
    left: -100%;
    height: 100%;
    top: 0;
    position: absolute;
    transition: all 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: "";
    width: 100%;
}.net-contact-form-section .net-message-help:hover {
    background: rgb(118,175,165);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(118,175,165,0.5);
}.net-contact-form-section .net-message-help:hover::before {
    left: 100%;
}.net-contact-form-section svg {
    fill: rgb(165,203,191);
    width: 22px;
    transition: all 0.3s ease;
    height: 22px;
}.net-contact-form-section svg path {
    fill: rgb(165,203,191);
    transition: all 0.3s ease;
}.net-contact-form-section svg:hover {
    fill: rgb(118,175,165);
    transform: translateY(-2px);
}.net-contact-form-section svg:hover path {
    fill: rgb(118,175,165);
}

@media (max-width: 1200px) {.net-contact-form-section {
    background: #ffffff;
}
}

@media (max-width: 992px) {.net-contact-form-section {
    padding: 80px 0;
}.net-contact-form-section .net-help-query {
    flex-direction: column-reverse;
}.net-contact-form-section .net-background-photo {
    min-height: 350px;
    flex: 0 0 auto;
}.net-contact-form-section .net-message-query {
    flex: 0 0 auto;
    padding: 50px 40px;
}.net-contact-form-section .net-message-query::before {
    top: 0;
    height: 10px;
    width: 100%;
    left: 0;
}
}

@media (max-width: 768px) {.net-contact-form-section {
    padding: 60px 0;
}.net-contact-form-section h2 {
    margin-bottom: 40px;
    font-size: calc(28px - 4px);
}.net-contact-form-section .net-message-query {
    padding: 40px 30px;
}.net-contact-form-section #contact {
    gap: 25px;
}.net-contact-form-section .net-background-photo {
    min-height: 300px;
}
}

@media (max-width: 576px) {.net-contact-form-section {
    padding: 50px 0;
}.net-contact-form-section .container {
    padding: 0 15px;
}.net-contact-form-section h2 {
    font-size: calc(28px - 6px);
    margin-bottom: 30px;
}.net-contact-form-section .net-message-query {
    padding: 35px 25px;
}.net-contact-form-section #contact {
    gap: 20px;
}.net-contact-form-section input[type="text"] {
    padding: 15px;
}.net-contact-form-section .net-message-help {
    width: 100%;
    padding: 15px 25px;
}.net-contact-form-section .net-background-photo {
    min-height: 250px;
}}.net-secure-sanctuary {
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(209,230,222) 0%, #ffffff 100%);
    position: relative;
}.net-secure-sanctuary::before {
    height: 25vw;
    filter: blur(80px);
    z-index: 0;
    content: "";
    background: rgb(165,203,191,0.5);
    transform: rotate(-15deg);
    right: -5%;
    opacity: 0.15;
    width: 25vw;
    position: absolute;
    top: -10%;
}.net-secure-sanctuary::after {
    filter: blur(80px);
    opacity: 0.15;
    width: 25vw;
    content: "";
    background: rgb(118,175,165,0.5);
    z-index: 0;
    left: -5%;
    transform: rotate(15deg);
    height: 25vw;
    bottom: -10%;
    position: absolute;
}.net-secure-sanctuary .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    background: #ffffff;
    transform: perspective(1000px) rotateY(1deg);
    max-width: 1200px;
    transition: transform 0.5s ease-out;
    padding: 3rem;
    border-left: 3px solid rgb(165,203,191);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}.net-secure-sanctuary .container:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(0deg);
}.net-secure-sanctuary h1 {
    font-size: 38px;
    margin-bottom: 2rem;
    position: relative;
    font-weight: 700;
    transform: translateX(-8px);
    color: #000000;
}.net-secure-sanctuary h1::before {
    left: -20px;
    transform: translateY(-50%);
    position: absolute;
    height: 50%;
    content: "";
    top: 50%;
    background: linear-gradient(to bottom, rgb(165,203,191), rgb(118,175,165));
    width: 6px;
}.net-secure-sanctuary h2 {
    font-size: 38px;
    position: relative;
    margin: 3rem 0 1.5rem;
    padding-bottom: 0.75rem;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #000000;
}.net-secure-sanctuary h2::after {
    bottom: -1px;
    content: "";
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    background: linear-gradient(90deg, rgb(165,203,191), rgb(118,175,165));
    width: 50px;
    height: 3px;
}.net-secure-sanctuary h2:hover::after {
    width: 100px;
}.net-secure-sanctuary h3 {
    font-size: calc(38px * 0.85);
    color: #000000;
    font-weight: 600;
    position: relative;
    margin: 2.5rem 0 1.25rem;
    padding-left: 15px;
}.net-secure-sanctuary h3::before {
    height: 100%;
    opacity: 0.7;
    position: absolute;
    content: "";
    top: 0;
    background: rgb(118,175,165);
    width: 3px;
    left: 0;
}.net-secure-sanctuary h4 {
    display: inline-block;
    font-weight: 600;
    position: relative;
    margin: 2rem 0 1rem;
    font-size: calc(38px * 0.7);
    color: #000000;
}.net-secure-sanctuary h4::after {
    width: 100%;
    content: "";
    height: 1px;
    bottom: -3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(118,175,165), transparent);
    left: 0;
}.net-secure-sanctuary p {
    color: #000000;
    max-width: 90ch;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}.net-secure-sanctuary ul {
    padding-left: 1.5rem;
    position: relative;
    margin: 1.5rem 0 2.5rem;
}.net-secure-sanctuary ul::before {
    background: linear-gradient(to bottom, rgb(165,203,191,0.5), transparent);
    height: 100%;
    width: 1px;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
}.net-secure-sanctuary li {
    font-size: 18px;
    padding-left: 1rem;
    color: #000000;
    transition: transform 0.2s ease;
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.6;
}.net-secure-sanctuary li::before {
    background: rgb(165,203,191);
    top: 0.7rem;
    content: "";
    width: 8px;
    border-radius: 1px;
    transition: transform 0.2s ease;
    position: absolute;
    height: 8px;
    opacity: 0.7;
    left: -1.5rem;
    transform: rotate(45deg);
}.net-secure-sanctuary li:hover {
    transform: translateX(3px);
}.net-secure-sanctuary li:hover::before {
    background: rgb(118,175,165);
    transform: rotate(135deg);
}.net-secure-sanctuary span {
    margin-bottom: 2rem;
    font-style: italic;
    color: #000000;
    opacity: 0.9;
    border-left: 2px solid rgb(118,175,165,0.5);
    padding: 0.5rem 0 0.5rem 1rem;
    font-size: 18px;
    line-height: 1.7;
    display: block;
}.net-secure-sanctuary strong {
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 600;
}.net-secure-sanctuary strong::after {
    position: absolute;
    background: rgb(165,203,191,0.5);
    content: "";
    width: 100%;
    left: 0;
    height: 2px;
    bottom: -2px;
    opacity: 0.3;
}

@media (max-width: 991px) {.net-secure-sanctuary {
    padding: 4rem 1.5rem;
}.net-secure-sanctuary .container {
    padding: 2.5rem 2rem;
    transform: perspective(800px) rotateY(0.5deg);
}.net-secure-sanctuary h1 {
    font-size: calc(38px * 0.9);
}.net-secure-sanctuary h2 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 767px) {.net-secure-sanctuary {
    padding: 3rem 1rem;
}.net-secure-sanctuary .container {
    border-left-width: 2px;
    transform: perspective(600px) rotateY(0.3deg);
    padding: 2rem 1.5rem;
}.net-secure-sanctuary h1 {
    transform: translateX(-5px);
    font-size: calc(38px * 0.8);
}.net-secure-sanctuary h1::before {
    width: 4px;
    left: -15px;
}.net-secure-sanctuary h2 {
    font-size: calc(38px * 0.8);
    margin: 2.5rem 0 1.25rem;
}.net-secure-sanctuary h3 {
    font-size: calc(38px * 0.7);
}.net-secure-sanctuary h4 {
    font-size: calc(38px * 0.6);
}.net-secure-sanctuary p, 
    .net-secure-sanctuary li,
    .net-secure-sanctuary span {
    font-size: calc(18px * 0.95);
}.net-secure-sanctuary ul {
    padding-left: 1rem;
}.net-secure-sanctuary li::before {
    width: 6px;
    left: -1rem;
    height: 6px;
}
}

@media (max-width: 480px) {.net-secure-sanctuary {
    padding: 2rem 0.75rem;
}.net-secure-sanctuary .container {
    transform: none;
    padding: 1.5rem 1.25rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}.net-secure-sanctuary h1 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.5rem;
}.net-secure-sanctuary h2 {
    font-size: calc(38px * 0.7);
    margin: 2rem 0 1rem;
}.net-secure-sanctuary h3 {
    font-size: calc(38px * 0.6);
    margin: 1.75rem 0 1rem;
}.net-secure-sanctuary h4 {
    font-size: calc(38px * 0.5);
}.net-secure-sanctuary p, 
    .net-secure-sanctuary li,
    .net-secure-sanctuary span {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.net-secure-sanctuary li {
    margin-bottom: 0.75rem;
}.net-secure-sanctuary ul {
    margin: 1rem 0 2rem;
}}.net-connect {
    overflow: hidden;
    background-color: rgb(209,230,222);
    padding: 5rem 0;
    position: relative;
}.net-connect::before {
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
}.net-connect::after {
    z-index: 0;
    opacity: 0.2;
    content: "";
    width: 120%;
    transform: rotate(-15deg);
    height: 200%;
    left: -20%;
    position: absolute;
    top: -50%;
    background: linear-gradient(135deg, rgb(165,203,191,0.5) 0%, transparent 70%);
}.net-connect .container {
    z-index: 2;
    position: relative;
}.net-connect .net-reach-out {
    display: flex;
    flex-direction: column;
    position: relative;
}.net-connect .net-reach-out h3 {
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: rgb(165,203,191);
    width: auto;
    font-size: 42px;
    margin-bottom: 3rem;
    max-width: 70%;
}.net-connect .net-reach-out h3::before {
    width: 5px;
    top: 50%;
    height: 70%;
    transform: translateY(-50%);
    left: -1rem;
    border-radius: 10px;
    position: absolute;
    background-color: rgb(165,203,191);
    content: "";
}.net-connect .net-message-request {
    max-width: 80%;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 3rem;
    font-size: calc(12px * 1.1);
}.net-connect .net-get-help {
    display: flex;
    margin: -1rem;
    flex-wrap: wrap;
}.net-connect .net-get-help > span {
    opacity: 1;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border-radius: 18px;
    min-width: 250px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #ffffff;
    flex: 1 0 calc(33.333% - 2rem);
    padding: 2.5rem;
}.net-connect .net-get-help > span::before {
    background-repeat: no-repeat;
    left: 0;
    width: 100%;
    z-index: -1;
    content: "";
    height: 100%;
    background-position: 0 0, 0 100%, 100% 0, 100% 100%;
    background: linear-gradient(45deg, transparent 98%, rgb(165,203,191) 0), 
                linear-gradient(-45deg, transparent 98%, rgb(165,203,191) 0), 
                linear-gradient(135deg, transparent 98%, rgb(165,203,191) 0), 
                linear-gradient(-135deg, transparent 98%, rgb(165,203,191) 0);
    position: absolute;
    opacity: 0.4;
    background-size: 20px 20px;
    top: 0;
}.net-connect .net-get-help > span:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.net-connect .net-get-help > span svg {
    opacity: 0.7;
    fill: rgb(165,203,191);
    height: 28px;
    right: 1.5rem;
    transition: all 0.4s ease;
    top: 1.5rem;
    position: absolute;
    width: 28px;
}.net-connect .net-get-help > span svg path {
    stroke: #ffffff;
    transition: all 0.3s ease;
    stroke-width: 0.5;
}.net-connect .net-get-help > span:hover svg path {
    stroke-width: 1;
}.net-connect .net-get-help p {
    color: #000000;
    display: flex;
    align-items: center;
    font-size: 12px;
    margin: 0;
    font-weight: 400;
    position: relative;
}.net-connect .net-get-help p svg {
    height: 18px;
    margin-right: 10px;
    opacity: 0.8;
    width: 18px;
    fill: rgb(165,203,191);
    position: static;
}.net-connect .net-get-help span > span {
    margin-top: 0.5rem;
    align-items: center;
    font-weight: 600;
    font-size: calc(12px * 1.1);
    color: rgb(165,203,191);
    display: flex;
}.net-connect .net-get-help span > span svg {
    position: static;
    width: 16px;
    height: 16px;
    opacity: 0.8;
    margin-right: 8px;
}.net-connect .net-get-help a {
    position: relative;
    align-items: center;
    color: rgb(165,203,191);
    display: inline-flex;
    text-decoration: none;
    transition: color 0.3s ease;
}.net-connect .net-get-help a svg {
    transition: transform 0.3s ease;
    margin-right: 6px;
    height: 14px;
    width: 14px;
    position: static;
}.net-connect .net-get-help a::after {
    left: 0;
    bottom: -2px;
    transform: scaleX(0);
    transform-origin: right;
    content: "";
    transition: transform 0.3s ease;
    background-color: rgb(165,203,191);
    height: 1px;
    width: 100%;
    position: absolute;
}.net-connect .net-get-help a:hover {
    color: rgb(118,175,165);
}.net-connect .net-get-help a:hover svg {
    fill: rgb(118,175,165);
    transform: translateX(3px);
}.net-connect .net-get-help a:hover::after {
    transform-origin: left;
    background-color: rgb(118,175,165);
    transform: scaleX(1);
}.net-connect .net-submit-feedback {
    margin-top: 3rem;
    position: relative;
    padding: 2.5rem;
    background-color: #ffffff;
    width: 100%;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}.net-connect .net-submit-feedback::before {
    content: "";
    left: 0;
    background-size: 20px 20px;
    opacity: 0.4;
    z-index: -1;
    position: absolute;
    background: linear-gradient(45deg, transparent 98%, rgb(118,175,165) 0), 
                linear-gradient(-45deg, transparent 98%, rgb(118,175,165) 0), 
                linear-gradient(135deg, transparent 98%, rgb(118,175,165) 0), 
                linear-gradient(-135deg, transparent 98%, rgb(118,175,165) 0);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 0;
    background-position: 0 0, 0 100%, 100% 0, 100% 100%;
}.net-connect .net-submit-feedback h4 {
    position: relative;
    align-items: center;
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: inline-flex;
    font-size: 18px;
    color: rgb(118,175,165);
}.net-connect .net-submit-feedback h4 svg {
    fill: rgb(118,175,165);
    transition: transform 0.5s ease;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}.net-connect .net-submit-feedback:hover h4 svg {
    transform: rotate(360deg);
}.net-connect .net-submit-feedback h4::after {
    bottom: -8px;
    width: 40px;
    border-radius: 10px;
    height: 3px;
    content: "";
    left: 0;
    position: absolute;
    background-color: rgb(118,175,165);
}.net-connect .net-submit-feedback span {
    font-size: 12px;
    display: inline-flex;
    color: #000000;
    margin: 0.5rem 1rem 0.5rem 0;
    background-color: rgba(rgb(118,175,165,0.5), 0.1);
    border-radius: 10px;
    align-items: center;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
}.net-connect .net-submit-feedback span:hover {
    transform: translateY(-2px);
    background-color: rgba(rgb(118,175,165,0.5), 0.2);
}.net-connect .net-submit-feedback span svg {
    transition: all 0.3s ease;
    margin-right: 8px;
    height: 14px;
    fill: rgb(118,175,165);
    width: 14px;
    opacity: 0.8;
}.net-connect .net-submit-feedback span:hover svg {
    opacity: 1;
    transform: scale(1.2);
}.net-connect .net-get-help > span::after {
    z-index: 2;
    width: 0;
    transition: width 0.5s ease;
    top: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(165,203,191), rgb(118,175,165));
    height: 3px;
    content: "";
    left: 0;
}.net-connect .net-get-help > span:hover::after {
    width: 100%;
}.net-connect .net-get-help > span:nth-child(1) {
    animation-delay: 0.1s;
}.net-connect .net-get-help > span:nth-child(2) {
    animation-delay: 0.2s;
}.net-connect .net-get-help > span:nth-child(3) {
    animation-delay: 0.3s;
}.net-connect .net-get-help > span:nth-child(4) {
    animation-delay: 0.4s;
}.net-connect .net-get-help > span:nth-child(5) {
    animation-delay: 0.5s;
}.net-connect .net-get-help > span:nth-child(6) {
    animation-delay: 0.6s;
}.net-connect .net-submit-feedback {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
    animation-delay: 0.7s;
}
@media (min-width: 1200px) {.net-connect .net-get-help > span {
    flex: 1 0 calc(33.333% - 2rem);
}.net-connect {
    padding: 7rem 0;
}
}
@media (max-width: 1199px) and (min-width: 992px) {.net-connect .net-get-help > span {
    flex: 1 0 calc(50% - 2rem);
}.net-connect .net-get-help > span svg {
    width: 24px;
    height: 24px;
}
}
@media (max-width: 991px) {.net-connect {
    padding: 5rem 0;
}.net-connect .net-get-help > span {
    flex: 1 0 calc(50% - 2rem);
}.net-connect .net-reach-out h3 {
    font-size: calc(42px * 0.9);
    max-width: 90%;
}.net-connect .net-message-request {
    max-width: 100%;
}.net-connect .net-get-help > span svg {
    top: 1.2rem;
    height: 22px;
    right: 1.2rem;
    width: 22px;
}.net-connect .net-submit-feedback h4 svg {
    height: 20px;
    width: 20px;
}
}
@media (max-width: 767px) {.net-connect {
    padding: 4rem 0;
}.net-connect .net-get-help > span {
    flex: 1 0 calc(100% - 2rem);
}.net-connect .net-reach-out h3 {
    max-width: 100%;
    font-size: calc(42px * 0.8);
}.net-connect .net-message-request {
    font-size: 12px;
}.net-connect .net-submit-feedback {
    padding: 2rem;
}.net-connect .net-get-help > span {
    padding: 2rem;
}.net-connect .net-get-help > span svg {
    height: 20px;
    top: 1rem;
    width: 20px;
    right: 1rem;
}.net-connect .net-submit-feedback span svg {
    width: 12px;
    height: 12px;
}
}
@media (max-width: 575px) {.net-connect {
    padding: 3rem 0;
}.net-connect .net-reach-out h3 {
    margin-bottom: 2rem;
    font-size: 28px;
}.net-connect .net-message-request {
    margin-bottom: 2rem;
}.net-connect .net-get-help {
    margin: -0.5rem;
}.net-connect .net-get-help > span {
    padding: 1.5rem;
    margin: 0.5rem;
}.net-connect .net-submit-feedback {
    padding: 1.5rem;
    margin-top: 2rem;
}.net-connect .net-submit-feedback span {
    padding: 0.3rem 0.7rem;
    margin: 0.3rem 0.5rem 0.3rem 0;
}.net-connect .net-get-help > span svg {
    width: 18px;
    top: 0.8rem;
    right: 0.8rem;
    height: 18px;
}.net-connect .net-submit-feedback h4 svg {
    width: 18px;
    height: 18px;
}.net-connect .net-submit-feedback span svg {
    margin-right: 5px;
    width: 10px;
    height: 10px;
}}
.net-connect .container::before {
    right: -15%;
    position: absolute;
    height: 300px;
    border-radius: 50%;
    width: 300px;
    content: "";
    opacity: 0.1;
    animation: rotate 40s linear infinite;
    z-index: -1;
    border: 30px solid rgb(165,203,191,0.5);
    top: 10%;
}.net-connect .container::after {
    border: 20px solid rgb(118,175,165,0.5);
    opacity: 0.1;
    left: -10%;
    content: "";
    z-index: -1;
    bottom: -10%;
    position: absolute;
    height: 200px;
    border-radius: 50%;
    width: 200px;
}.net-connect .net-get-help > span:hover::after {
    background: linear-gradient(90deg, rgb(165,203,191), rgb(118,175,165), rgb(165,203,191));
    background-size: 200% 200%;
}