* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.top-lead {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}::-webkit-scrollbar {
    padding: 0px;
    scroll-behavior: auto;
    width: 1rem;
}::-webkit-scrollbar-track {
    box-shadow: inset 3px -2px 8px 4px rgba(0, 0, 0, 0.4);
    background: #ffffff;
    border-radius: 19.1vw;
    margin: 1px 0;
}::-webkit-scrollbar-track:active {
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 0.7vw;
    min-height: 72px;
    transition: transform 1.4s cubic-bezier(0.42, 0, 0.58, 1);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-corner {
    background: rgb(132,160,154);
}* {
    scrollbar-color: rgb(96,118,113,0.5) rgb(169,197,192);
    scrollbar-width: thin;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    width: 30px;
    height: 30px;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1248px;
}.viewport-container {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}.netiquette {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    color: #000000;
    auto
contain
touch-action: 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;
}}
.offer-board {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.offer-board::before {
    top: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.7));
    content: "";
}.offer-board .container {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    padding: 0 20px;
    margin: 0 auto;
}.offer-board .premium-cost {
    position: relative;
}.offer-board h2 {
    margin-bottom: 20px;
    transform: translateY(0);
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    animation: fadeInUp 0.8s ease-out forwards;
    position: relative;
    text-align: center;
}.offer-board .cost-deals {
    max-width: 800px;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    font-size: 14px;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
    position: relative;
    line-height: 1.6;
    text-align: center;
}.offer-board .fee-pricing {
    margin: 0;
    gap: 30px;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.offer-board .fee-pricing li {
    perspective: 1000px;
    transition: transform 0.4s ease;
    transform-style: preserve-3d;
}.offer-board .pricing-catalog {
    display: block;
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(0);
    text-decoration: none;
    height: 100%;
}.offer-board .class-rates {
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(10px);
    position: relative;
    flex-direction: column;
    min-height: 420px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding: 30px;
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    justify-content: space-between;
    height: 100%;
}.offer-board .class-rates::before {
    top: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 5px;
    transform-origin: left;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    background: linear-gradient(90deg, 
        rgb(132,160,154), 
        rgb(96,118,113));
    transform: scaleX(0);
}.offer-board .rate-schemes {
    color: #ffffff;
    flex-direction: column;
    position: relative;
    height: 100%;
    z-index: 1;
    display: flex;
}.offer-board .rate-schemes h4 {
    margin-bottom: 20px;
    font-size: calc(18px * 1.1);
    position: relative;
    font-weight: 700;
    transition: color 0.3s ease;
    padding-bottom: 15px;
    color: #ffffff;
}.offer-board .rate-schemes h4::after {
    height: 2px;
    transition: width 0.4s ease;
    bottom: 0;
    width: 50px;
    position: absolute;
    left: 0;
    background-color: rgb(132,160,154);
    content: "";
}.offer-board .rate-schemes p {
    scrollbar-color: rgb(132,160,154) rgba(255, 255, 255, 0.1);
    overflow-y: auto;
    font-size: 14px;
    max-height: 200px;
    flex-grow: 1;
    overflow-wrap: break-word;
    margin-bottom: 30px;
    scrollbar-width: thin;
    line-height: 1.6;
    word-break: break-word;
    color: rgba(255, 255, 255, 0.85);
}.offer-board .rate-schemes p::-webkit-scrollbar {
    width: 4px;
}.offer-board .rate-schemes p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.offer-board .rate-schemes p::-webkit-scrollbar-thumb {
    background-color: rgb(132,160,154);
}.offer-board .fee-plans {
    margin-top: auto;
    padding: 10px 0;
    -webkit-background-clip: text !important;
    background: linear-gradient(135deg, rgb(132,160,154), rgb(96,118,113));
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: calc(18px * 1.3);
    color: transparent;
    display: inline-block;
    align-self: flex-start;
    background-clip: text !important;
}.offer-board .fee-plans::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(132,160,154), 
        transparent);
    left: 0;
    height: 1px;
    bottom: 0;
    width: 100%;
}.offer-board .fee-pricing li:hover {
    transform: translateY(-5px);
}.offer-board .fee-pricing li:hover .class-rates {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}.offer-board .fee-pricing li:hover .class-rates::before {
    transform: scaleX(1);
}.offer-board .fee-pricing li:hover .rate-schemes h4::after {
    width: 80px;
}.offer-board .fee-pricing li:nth-child(1) {
    animation: fadeInUp 0.8s ease-out 0.3s both;
}.offer-board .fee-pricing li:nth-child(2) {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}.offer-board .fee-pricing li:nth-child(3) {
    animation: fadeInUp 0.8s ease-out 0.5s both;
}.offer-board .fee-pricing li:nth-child(4) {
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

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

@media (max-width: 1200px) {.offer-board {
    padding: 80px 0;
}.offer-board .fee-pricing {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.offer-board .class-rates {
    padding: 25px;
    min-height: 400px;
}
}

@media (max-width: 992px) {.offer-board {
    padding: 70px 0;
}.offer-board h2 {
    font-size: calc(28px * 0.9);
}.offer-board .cost-deals {
    margin-bottom: 40px;
    font-size: calc(14px * 0.95);
}.offer-board .fee-pricing {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.offer-board .class-rates {
    min-height: 380px;
    padding: 20px;
}.offer-board .rate-schemes h4 {
    font-size: 18px;
}.offer-board .fee-plans {
    font-size: calc(18px * 1.2);
}
}

@media (max-width: 768px) {.offer-board {
    padding: 60px 0;
}.offer-board h2 {
    font-size: calc(28px * 0.85);
    margin-bottom: 15px;
}.offer-board .cost-deals {
    font-size: calc(14px * 0.9);
    margin-bottom: 30px;
}.offer-board .fee-pricing {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.offer-board .class-rates {
    min-height: auto;
}.offer-board .rate-schemes p {
    max-height: 150px;
}
}

@media (max-width: 576px) {.offer-board {
    padding: 50px 0;
}.offer-board h2 {
    font-size: calc(28px * 0.8);
}.offer-board .cost-deals {
    font-size: calc(14px * 0.85);
}.offer-board .class-rates {
    padding: 20px 15px;
}.offer-board .rate-schemes h4 {
    font-size: calc(18px * 0.95);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.offer-board .rate-schemes p {
    margin-bottom: 20px;
    font-size: calc(14px * 0.9);
}.offer-board .fee-plans {
    font-size: calc(18px * 1.1);
}}.experience-trial {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(96,118,113), rgb(132,160,154,0.5));
    z-index: 1;
}.experience-trial::before {
    z-index: -1;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.15) 0%, transparent 60%);
}.experience-trial::after {
    animation: orbitalGlow 15s infinite alternate ease-in-out;
    width: 40%;
    z-index: -1;
    background: radial-gradient(circle, rgb(96,118,113,0.5) 0%, transparent 70%);
    right: -5%;
    height: 40%;
    content: "";
    position: absolute;
    filter: blur(40px);
    bottom: -10%;
}.experience-trial .container {
    display: flex;
    max-width: 1200px;
    align-items: center;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    flex-direction: column;
    padding: 0 2rem;
}.experience-trial h2 {
    font-size: 34px;
    font-weight: 600;
    position: relative;
    transform: perspective(1000px) translateZ(20px);
    color: #ffffff;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 15px rgba(0,0,0,0.15);
    line-height: 1.3;
    text-align: center;
    margin-bottom: 3rem;
    max-width: 800px;
    font-family: Arial, sans-serif;
}.experience-trial .quick-skill {
    position: relative;
    justify-content: center;
    transform-style: preserve-3d;
    align-items: center;
    border-radius: 13px;
    border: 1px solid rgba(255,255,255,0.15);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    background: rgba(255,255,255,0.1);
    display: flex;
    transition: transform 0.5s ease-out;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
}.experience-trial .quick-skill::before {
    filter: blur(10px);
    animation: borderGlow 4s infinite alternate;
    right: -5px;
    left: -5px;
    opacity: 0.5;
    z-index: -1;
    background: linear-gradient(45deg, rgb(132,160,154), transparent, rgb(96,118,113), transparent);
    border-radius: calc(13px + 5px);
    position: absolute;
    top: -5px;
    content: "";
    bottom: -5px;
}.experience-trial .quick-skill:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.experience-trial svg {
    width: 42px;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 42px;
    transform: translateZ(10px) rotate(-5deg);
    margin-right: 2rem;
}.experience-trial svg:hover {
    transform: translateZ(20px) rotate(0deg) scale(1.1);
}.experience-trial svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.experience-trial .quick-skill:hover svg path {
    filter: drop-shadow(0 0 5px rgb(255, 255, 255, 0.5));
    fill: #ffffff;
}.experience-trial .quick-skill div {
    align-items: center;
    transform: translateZ(15px);
    display: flex;
}.experience-trial .inquiry-help {
    padding: 0.9rem 2.2rem;
    transform: translateZ(10px);
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    font-weight: 600;
    font-family: Arial, sans-serif;
    letter-spacing: 0.03em;
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(132,160,154), rgb(96,118,113));
    font-size: 18px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
}.experience-trial .inquiry-help::before {
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    transition: all 0.6s ease;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
}.experience-trial .inquiry-help:hover {
    transform: translateZ(30px) scale(1.05);
    background: linear-gradient(135deg, rgb(96,118,113), rgb(132,160,154));
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}.experience-trial .inquiry-help:hover::before {
    left: 100%;
}.experience-trial .inquiry-help:active {
    transform: translateZ(5px) scale(0.98);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

@keyframes orbitalGlow {
    0% {
        opacity: 0.4;
        transform: translateX(0) translateY(0);
    }
    50% {
        opacity: 0.6;
        transform: translateX(-5%) translateY(5%);
    }
    100% {
        opacity: 0.4;
        transform: translateX(5%) translateY(-5%);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.4;
        filter: blur(10px);
    }
    50% {
        opacity: 0.6;
        filter: blur(15px);
    }
    100% {
        opacity: 0.4;
        filter: blur(10px);
    }
}

@media (max-width: 991px) {.experience-trial {
    padding: 5rem 0;
}.experience-trial h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 2.5rem;
}.experience-trial .quick-skill {
    padding: 2rem;
}
}

@media (max-width: 767px) {.experience-trial {
    padding: 4rem 0;
}.experience-trial h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 2rem;
}.experience-trial .quick-skill {
    flex-direction: column;
    padding: 1.8rem;
}.experience-trial svg {
    margin-right: 0;
    margin-bottom: 1.5rem;
}.experience-trial .inquiry-help {
    padding: 0.8rem 1.8rem;
}
}

@media (max-width: 575px) {.experience-trial {
    padding: 3rem 0;
}.experience-trial h2 {
    letter-spacing: 0.01em;
    font-size: calc(34px * 0.7);
}.experience-trial .quick-skill {
    width: 90%;
    padding: 1.5rem;
}.experience-trial svg {
    height: 36px;
    width: 36px;
    margin-bottom: 1.2rem;
}.experience-trial .inquiry-help {
    padding: 0.7rem 1.5rem;
    font-size: calc(18px * 0.9);
}}.netiquette {
    color: #000000;
    font-family: Arial, sans-serif;
    background-color: rgb(169,197,192);
    position: relative;
    padding: 5rem 0 2rem;
}.netiquette::before {
    width: 100%;
    z-index: 0;
    content: '';
    left: 0;
    height: 100%;
    top: 0;
    background: 
        linear-gradient(135deg, rgb(132,160,154,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(96,118,113,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.07;
}.netiquette::after {
    background: linear-gradient(90deg, 
        rgb(169,197,192) 0%,
        rgb(132,160,154) 35%, 
        rgb(96,118,113) 65%,
        rgb(169,197,192) 100%);
    content: '';
    top: 0;
    left: 0;
    height: 7px;
    z-index: 1;
    position: absolute;
    width: 100%;
}.netiquette .container {
    position: relative;
    z-index: 2;
}.netiquette .mentor-net {
    display: flex;
    flex-direction: column;
}.netiquette .start-chat {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    gap: 0;
    justify-content: center;
    margin-bottom: 4rem;
    flex-wrap: wrap;
    padding-bottom: 2rem;
}.netiquette .start-chat::after {
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(96,118,113,0.5) 50%,
        transparent 100%);
    width: 100%;
    bottom: -1px;
    left: 0;
    position: absolute;
    height: 1px;
    content: '';
}.netiquette .info_item {
    flex: 0 0 auto;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    width: 25%;
    position: relative;
}.netiquette .info_item::before {
    content: '';
    position: absolute;
    top: 50%;
    height: 60%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.06);
}.netiquette .info_item:first-child::before {
    display: none;
}.netiquette .info_item p,
.netiquette .info_item a {
    font-weight: 400;
    font-size: calc(12px - 1px);
    justify-content: center;
    text-decoration: none;
    gap: 0.75rem;
    align-items: center;
    display: flex;
    color: #000000;
    text-align: center;
    transition: all 0.3s ease;
}.netiquette .info_item:hover {
    transform: translateY(-5px);
}.netiquette .info_item:hover p,
.netiquette .info_item:hover a {
    color: rgb(132,160,154);
}.netiquette .info_item svg {
    transition: transform 0.3s ease;
    width: 20px;
    height: 20px;
    fill: rgb(132,160,154);
}.netiquette .info_item:hover svg {
    transform: rotate(10deg);
}.netiquette .text_main_holder {
    gap: 3rem;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    display: flex;
}.netiquette .site-header {
    max-width: 300px;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    margin-right: auto;
    display: flex;
}.netiquette .site-header svg {
    max-width: 160px;
    transition: all 0.3s ease;
    height: auto;
}.netiquette .site-header:hover svg {
    transform: scale(1.05);
}.netiquette .slack-invite {
    line-height: 1.6;
    color: #000000;
    position: relative;
    padding-left: 2rem;
    font-size: 13px;
}.netiquette .slack-invite::before {
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(132,160,154), rgb(96,118,113));
    content: '';
    bottom: 0;
    top: 0;
    width: 4px;
    position: absolute;
    left: 0;
}.netiquette .header-nav {
    flex-direction: column;
    max-width: 400px;
    position: relative;
    gap: 2rem;
    display: flex;
    min-width: 240px;
    flex: 1;
}.netiquette .header-nav::before {
    width: 100%;
    background: rgba(0, 0, 0, 0.02);
    z-index: -1;
    height: 100%;
    left: 0;
    border-radius: 21px;
    content: '';
    position: absolute;
    top: 0;
}.netiquette .header-nav h5 {
    font-weight: 600;
    background: rgba(0, 0, 0, 0.03);
    color: #000000;
    border-radius: 10px;
    font-size: 23px;
    margin-bottom: 1rem;
    padding: 0.75rem 1.5rem;
}.netiquette .main-lead {
    padding: 0 1.5rem;
    flex-direction: column;
    gap: 0.75rem;
    display: flex;
}.netiquette .main-lead:first-child {
    position: relative;
}.netiquette .main-lead a {
    padding: 0.5rem 0;
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    padding-left: 1.25rem;
}.netiquette .main-lead a::before {
    background-color: rgb(96,118,113,0.5);
    content: '';
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    position: absolute;
    width: 6px;
    border-radius: 50%;
    transition: all 0.3s ease;
    height: 6px;
}.netiquette .main-lead a:hover {
    padding-left: 1.5rem;
    color: rgb(132,160,154);
}.netiquette .main-lead a:hover::before {
    height: 8px;
    background-color: rgb(132,160,154);
    width: 8px;
}.netiquette .subscribe_holder {
    flex-direction: column;
    padding: 2rem;
    max-width: 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 21px;
    gap: 1.5rem;
    display: flex;
    width: 100%;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
}.netiquette .subscribe_holder::before {
    position: absolute;
    top: 0;
    border-width: 50px 50px 0 0;
    border-style: solid;
    left: 0;
    width: 0;
    height: 0;
    border-color: rgb(132,160,154,0.5) transparent transparent transparent;
    content: '';
    border-top-left-radius: 21px;
}.netiquette .subscribe_holder h5 {
    margin-bottom: 0.5rem;
    font-size: 23px;
    font-weight: 600;
    color: #000000;
}.netiquette .subscribe_holder p {
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
}.netiquette .input_holder {
    display: flex;
    margin-top: 0.5rem;
    position: relative;
    flex-direction: column;
    gap: 1rem;
}.netiquette .input_holder input[type="email"] {
    padding: 1.125rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 12px;
    border-radius: 10px;
    color: #000000;
    transition: all 0.3s ease;
}.netiquette .input_holder input[type="email"]:focus {
    border-color: rgb(132,160,154);
    outline: none;
    box-shadow: 0 0 0 3px rgb(132,160,154,0.5);
}.netiquette .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.netiquette .sub-prize {
    transition: all 0.3s ease;
    padding: 1.125rem 1.25rem;
    border: none;
    font-size: 19px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    z-index: 1;
    font-weight: 600;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(132,160,154) 0%, rgb(96,118,113) 100%);
}.netiquette .sub-prize::before {
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(96,118,113) 0%, rgb(132,160,154) 100%);
    z-index: -1;
    height: 100%;
    opacity: 0;
    left: 0;
    content: '';
    transition: opacity 0.3s ease;
}.netiquette .sub-prize:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.netiquette .sub-prize:hover::before {
    opacity: 1;
}.netiquette .mobile-cta {
    position: relative;
    margin-top: 4rem;
    text-align: center;
    padding-top: 2rem;
}.netiquette .mobile-cta::before {
    background: rgba(0, 0, 0, 0.1);
    content: '';
    top: 0;
    height: 1px;
    left: 30%;
    position: absolute;
    width: 40%;
}.netiquette .youtube-chan {
    color: #000000;
    opacity: 0.8;
    font-size: 13px;
}

@media (max-width: 1200px) {.netiquette .text_main_holder {
    gap: 2.5rem;
}.netiquette .site-header {
    max-width: 260px;
}.netiquette .header-nav {
    min-width: 220px;
}
}

@media (max-width: 991px) {.netiquette {
    padding: 4rem 0 2rem;
}.netiquette .info_item {
    padding: 1rem;
    width: 50%;
}.netiquette .info_item:nth-child(3)::before {
    display: none;
}.netiquette .text_main_holder {
    align-items: center;
    gap: 3rem;
    flex-direction: column;
}.netiquette .site-header {
    text-align: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
}.netiquette .slack-invite {
    padding-left: 0;
    text-align: center;
    max-width: 500px;
}.netiquette .slack-invite::before {
    display: none;
}.netiquette .header-nav {
    width: 100%;
    max-width: 600px;
}.netiquette .subscribe_holder {
    max-width: 600px;
    width: 100%;
}
}

@media (max-width: 768px) {.netiquette {
    padding: 3.5rem 0 1.5rem;
}.netiquette .start-chat {
    margin-bottom: 3rem;
}.netiquette .info_item {
    width: 100%;
}.netiquette .info_item::before {
    display: none;
}.netiquette .main-lead {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1.5rem;
    flex-direction: row;
}.netiquette .main-lead a {
    padding: 0.5rem 1rem;
    text-align: center;
}.netiquette .main-lead a::before {
    display: none;
}.netiquette .main-lead a:hover {
    border-radius: 10px;
    padding-left: 1rem;
    background-color: rgba(0, 0, 0, 0.03);
}.netiquette .mobile-cta {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.netiquette {
    padding: 3rem 0 1.5rem;
}.netiquette .start-chat {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
}.netiquette .text_main_holder {
    gap: 2.5rem;
}.netiquette .header-nav {
    padding: 1rem;
}.netiquette .header-nav h5 {
    text-align: center;
}.netiquette .subscribe_holder {
    padding: 1.5rem;
}.netiquette .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.netiquette .mobile-cta {
    margin-top: 2.5rem;
}}header {
    position: relative;
    background: linear-gradient(90deg, rgb(96,118,113) 0%, rgb(132,160,154) 100%);
    overflow: visible;
    z-index: 100;
    padding: 0;
    margin-top: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}header::before {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
}header .main-pagebar {
    display: flex;
    align-items: center;
    padding: 1.2rem 2.5rem;
    z-index: 5;
    justify-content: space-between;
    position: relative;
}header .site-header {
    margin-right: 2rem;
    overflow: visible;
    padding: 0.5rem;
    flex: 0 0 auto;
    position: relative;
}header .site-header::before {
    transition: all 0.3s ease;
    opacity: 0.1;
    border: 2px solid #ffffff;
    top: -5px;
    transform: skew(-5deg);
    bottom: -5px;
    content: '';
    position: absolute;
    right: -5px;
    left: -5px;
    z-index: -1;
}header .site-header::after {
    transform: skew(-5deg);
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    bottom: -5px;
    transition: all 0.3s ease;
    z-index: -1;
    border: 2px solid #ffffff;
    right: -5px;
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    opacity: 0;
}header .site-header:hover::before {
    opacity: 0;
}header .site-header:hover::after {
    opacity: 0.5;
    animation: neonPulse 1.5s infinite alternate;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .top-navbar {
    position: relative;
    display: block;
    transition: all 0.3s ease;
}header .top-navbar:hover {
    transform: scale(1.05);
}header .top-navbar img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .header-nav {
    z-index: 2;
    display: flex;
    padding: 0;
    position: relative;
    list-style: none;
    margin: 0;
}header .main-class {
    position: relative;
    margin: 0 0.4rem;
}header .main-class a {
    display: flex;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    letter-spacing: 0.5px;
    z-index: 1;
    padding: 0 1.2rem;
    text-decoration: none;
    height: 40px;
    font-size: 17px;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: 0 0 5px #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-weight: 600;
}header .main-class a::before {
    z-index: -1;
    right: -2px;
    transition: opacity 0.3s ease;
    background: #ffffff;
    opacity: 0;
    content: '';
    bottom: -2px;
    position: absolute;
    left: -2px;
    top: -2px;
    transform: scale(0.9);
}header .main-class a:hover {
    text-shadow: none;
    border-color: #ffffff;
    color: rgb(132,160,154);
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}header .main-class a:hover::before {
    transform: scale(1);
    opacity: 1;
}header .main-class::after {
    position: absolute;
    content: '';
    width: 80%;
    bottom: -10px;
    transition: all 0.3s ease;
    height: 5px;
    filter: blur(3px);
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 10%;
    opacity: 0;
}header .main-class:hover::after {
    opacity: 0.5;
    bottom: -5px;
}header .main-pagebar::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    content: '';
    top: 0;
    height: 1px;
    left: 0;
}header .main-pagebar::after {
    position: absolute;
    left: 0;
    content: '';
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    width: 100%;
    bottom: 0;
}header .top-lead {
    position: relative;
    z-index: 1;
    background: rgb(169,197,192);
    padding-top: 2rem;
}

@media (min-width: 1400px) {header .main-pagebar {
    margin: 0 auto;
    max-width: 1320px;
}header .main-class {
    margin: 0 0.6rem;
}header .main-class a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .main-pagebar {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .site-header {
    margin-right: 0;
    margin-bottom: 0;
}header .header-nav {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .main-class a {
    height: 36px;
    padding: 0 1rem;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .main-pagebar {
    padding: 0.8rem 1.5rem;
}header .site-header {
    max-width: 140px;
}header .site-header::before, 
    header .site-header::after {
    left: -3px;
    bottom: -3px;
    top: -3px;
    right: -3px;
}header .top-navbar img {
    max-height: 35px;
}header .header-nav {
    justify-content: flex-start;
    margin-top: 0.8rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}header .header-nav::-webkit-scrollbar {
    height: 3px;
}header .header-nav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .main-class {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .main-class a {
    padding: 0 0.8rem;
    font-size: calc(17px - 2px);
    height: 32px;
    white-space: nowrap;
}header .main-class::after {
    display: none;
}
}

@media (max-width: 479px) {header .main-pagebar {
    padding: 0.7rem 1.2rem;
}header .site-header {
    max-width: 120px;
}header .main-class a {
    height: 30px;
    padding: 0 0.6rem;
    font-size: calc(17px - 3px);
}}.contact-form-section {
    position: relative;
    padding: 0;
}.contact-form-section::before {
    top: 0;
    background-color: rgb(169,197,192);
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0.92;
}.contact-form-section .container {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
}.contact-form-section .support-feedback {
    position: relative;
    display: flex;
}.contact-form-section .reach-grid {
    padding: 80px 50px;
    width: 40%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    color: #ffffff;
    background-color: rgb(132,160,154);
}.contact-form-section .reach-grid h3 {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 34px;
    color: #ffffff;
    position: relative;
}.contact-form-section .reach-grid h3::after {
    height: 3px;
    background: #ffffff;
    left: 0;
    width: 60px;
    position: absolute;
    bottom: -15px;
    content: '';
}.contact-form-section .reach-grid div {
    padding-bottom: 15px;
    align-items: center;
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}.contact-form-section .reach-grid div:last-child {
    border-bottom: none;
}.contact-form-section .reach-grid svg {
    height: 25px;
    margin-right: 20px;
    width: 25px;
}.contact-form-section .reach-grid svg path {
    fill: #ffffff;
}.contact-form-section .reach-grid span {
    color: #ffffff;
    font-size: 15px;
}.contact-form-section .reach-grid a {
    text-decoration: none;
    transition: opacity 0.3s ease;
    color: #ffffff;
}.contact-form-section .reach-grid a:hover {
    opacity: 0.8;
}.contact-form-section .feedback-section {
    display: flex;
    width: 60%;
    padding: 100px 50px 100px 100px;
    background-color: #ffffff;
    align-items: center;
}.contact-form-section form {
    width: 100%;
}.contact-form-section form h3 {
    font-weight: 700;
    font-size: 34px;
    position: relative;
    color: #000000;
    margin-bottom: 40px;
}.contact-form-section form h3::after {
    width: 60px;
    position: absolute;
    height: 3px;
    background: rgb(132,160,154);
    content: '';
    bottom: -15px;
    left: 0;
}.contact-form-section form input[type="text"],
.contact-form-section form input[type="email"] {
    background: transparent;
    margin-bottom: 25px;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 15px;
    width: 100%;
    padding: 15px 0;
}.contact-form-section form input[type="text"]:focus,
.contact-form-section form input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(132,160,154);
}.contact-form-section form input::placeholder {
    color: #9e9e9e;
}.contact-form-section .query-grid {
    display: flex;
    margin: 30px 0;
    align-items: flex-start;
}.contact-form-section .query-grid input[type="checkbox"] {
    cursor: pointer;
    border: 1px solid #e0e0e0;
    -webkit-appearance: none;
    height: 20px;
    position: relative;
    background: transparent;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-right: 15px;
    appearance: none;
    width: 20px;
}.contact-form-section .query-grid input[type="checkbox"]:checked {
    border-color: rgb(132,160,154);
    background-color: rgb(132,160,154);
}.contact-form-section .query-grid input[type="checkbox"]:checked::before {
    top: 2px;
    border-width: 0 2px 2px 0;
    position: absolute;
    transform: rotate(45deg);
    left: 6px;
    content: '';
    border: solid white;
    width: 6px;
    height: 10px;
}.contact-form-section .query-grid label {
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
}.contact-form-section .query-grid a {
    color: rgb(132,160,154);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}.contact-form-section .query-grid a:hover {
    color: rgb(96,118,113);
}.contact-form-section .inquiry-help {
    position: relative;
    font-weight: 600;
    background: rgb(132,160,154);
    cursor: pointer;
    font-size: 14px;
    padding: 15px 40px;
    border: none;
    z-index: 1;
    transition: all 0.3s ease;
    display: inline-block;
    overflow: hidden;
    color: #ffffff;
}.contact-form-section .inquiry-help::after {
    transform: scaleX(0);
    height: 100%;
    background: rgb(96,118,113);
    top: 0;
    width: 100%;
    z-index: -1;
    left: 0;
    transform-origin: right;
    content: '';
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.contact-form-section .inquiry-help:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

@media (max-width: 1024px) {.contact-form-section .reach-grid {
    padding: 60px 30px;
}.contact-form-section .feedback-section {
    padding: 80px 40px 80px 70px;
}
}

@media (max-width: 768px) {.contact-form-section .support-feedback {
    flex-direction: column;
}.contact-form-section .reach-grid {
    clip-path: none;
    width: 100%;
    padding: 50px 30px;
}.contact-form-section .feedback-section {
    padding: 50px 30px;
    width: 100%;
}.contact-form-section .reach-grid h3,
    .contact-form-section form h3 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 576px) {.contact-form-section .reach-grid,
    .contact-form-section .feedback-section {
    padding: 40px 25px;
}.contact-form-section .reach-grid h3,
    .contact-form-section form h3 {
    margin-bottom: 25px;
    font-size: calc(34px * 0.8);
}.contact-form-section .reach-grid div {
    margin-bottom: 20px;
}.contact-form-section .inquiry-help {
    padding: 15px 20px;
    width: 100%;
}}.our-mission {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: rgb(169,197,192);
}.our-mission::before {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(132,160,154,0.5) 0,
        rgb(132,160,154,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.1;
}.our-mission .container {
    z-index: 2;
    position: relative;
}.our-mission .quick-skill {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}.our-mission h3 {
    font-size: 36px;
    position: relative;
    width: 100%;
    font-weight: 700;
    color: #000000;
    border-left: 5px solid rgb(132,160,154);
    margin-bottom: 30px;
    padding-left: 20px;
}.our-mission .smart-learning {
    overflow: hidden;
    flex: 1;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    min-width: 300px;
    background: #ffffff;
    position: relative;
}.our-mission .smart-learning span {
    font-size: 20px;
    font-weight: 600;
    padding: 15px 25px;
    background: rgb(132,160,154);
    color: #ffffff;
    display: block;
}.our-mission .smart-learning p {
    padding: 25px;
    color: #000000;
    font-size: 13px;
    line-height: 1.7;
}.our-mission .content-image {
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: transform 0.4s ease;
    height: 300px;
    position: relative;
    margin: 0 25px 25px;
}.our-mission .content-image:hover {
    transform: scale(1.02);
}.our-mission .study-track {
    overflow: hidden;
    border-radius: 12px;
    background: #ffffff;
    flex: 1;
    display: flex;
    position: relative;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    min-width: 300px;
}.our-mission .study-track p {
    font-size: 13px;
    color: #000000;
    padding: 25px;
    line-height: 1.7;
    order: 2;
}.our-mission .expert-guides {
    margin: 0 25px 25px;
    transition: transform 0.4s ease;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 300px;
    overflow: hidden;
    position: relative;
    order: 1;
}.our-mission .expert-guides:hover {
    transform: scale(1.02);
}.our-mission .expert-guides::after {
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.2) 100%);
    left: 0;
    position: absolute;
    height: 100%;
}.our-mission .content-image::after {
    width: 100%;
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.2) 100%);
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
}.our-mission .smart-learning::before,
.our-mission .study-track::before {
    background: rgb(96,118,113);
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    height: 5px;
}.our-mission .study-track::before {
    background: rgb(132,160,154);
}

@media (min-width: 1200px) {.our-mission .smart-learning,
    .our-mission .study-track {
    flex: 0 0 calc(50% - 25px);
}
}

@media (max-width: 1199px) and (min-width: 768px) {.our-mission .quick-skill {
    justify-content: center;
}.our-mission .smart-learning,
    .our-mission .study-track {
    flex: 0 0 calc(50% - 25px);
    max-width: 500px;
}
}

@media (max-width: 767px) {.our-mission {
    padding: 70px 0;
}.our-mission .quick-skill {
    gap: 40px;
    flex-direction: column;
}.our-mission h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 25px;
}.our-mission .smart-learning span {
    padding: 12px 20px;
    font-size: calc(20px * 0.95);
}.our-mission .smart-learning p,
    .our-mission .study-track p {
    padding: 20px;
}.our-mission .content-image,
    .our-mission .expert-guides {
    margin: 0 20px 20px;
    height: 250px;
}
}

@media (max-width: 576px) {.our-mission {
    padding: 50px 0;
}.our-mission h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 20px;
    padding-left: 15px;
}.our-mission .smart-learning span {
    font-size: calc(20px * 0.9);
    padding: 10px 15px;
}.our-mission .smart-learning p,
    .our-mission .study-track p {
    padding: 15px;
    font-size: calc(13px * 0.95);
}.our-mission .content-image,
    .our-mission .expert-guides {
    height: 200px;
    margin: 0 15px 15px;
}
}

@media (max-width: 1600px) and (min-width: 1200px) {.our-mission .container {
    max-width: 1140px;
    margin: 0 auto;
}
}

@media (hover: hover) {.our-mission .smart-learning,
    .our-mission .study-track {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.our-mission .smart-learning:hover,
    .our-mission .study-track:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}}

.our-mission .smart-learning,
.our-mission .study-track {
    display: flex;
    flex-direction: column;
}.our-mission .expert-guides {
    margin-top: 25px;
}.our-mission .expert-guides,
.our-mission .content-image {
    flex: 1;
    min-height: 250px;
}.thxFrame {
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(169,197,192) 0%, rgba(rgb(132,160,154,0.5), 0.08) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.thxFrame::before {
    transform: rotate(-12deg);
    top: -50%;
    position: absolute;
    content: "";
    background: radial-gradient(circle at center, rgba(rgb(96,118,113,0.5), 0.03) 0%, transparent 60%);
    left: -50%;
    width: 200%;
    opacity: 0.8;
    animation: orbital 30s infinite linear;
    height: 200%;
    pointer-events: none;
}.thxFrame::after {
    position: absolute;
    opacity: 0.4;
    height: 100%;
    background-size: 8rem 8rem;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(rgb(132,160,154,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 30% 70%, rgba(rgb(132,160,154,0.5), 0.06) 1px, transparent 2px),
        radial-gradient(circle at 70% 40%, rgba(rgb(132,160,154,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 90% 80%, rgba(rgb(132,160,154,0.5), 0.05) 1px, transparent 2px);
    pointer-events: none;
}.thxFrame .container {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 1.5rem;
    transform-style: preserve-3d;
}.thxFrame .quick-skill {
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    flex-direction: column;
    transform: translateZ(0);
    mask-image: linear-gradient(
        to bottom right,
        transparent 0%,
        black 5%,
        black 95%,
        transparent 100%
    );
    gap: 2.5rem;
    display: flex;
    padding: 3.5rem;
    background: linear-gradient(
        145deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, 
        rgba(rgb(255, 255, 255, 0.5), 0.85) 100%
    );
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.thxFrame .quick-skill:hover {
    transform: translateZ(20px) translateY(-5px);
}.thxFrame .quick-skill > div:first-child {
    position: relative;
    transform: translateZ(10px);
}.thxFrame .quick-skill > div:first-child::before {
    transform: translateY(-50%);
    width: 2.5rem;
    position: absolute;
    top: 50%;
    content: "";
    left: -3.5rem;
    background: linear-gradient(90deg, transparent, rgb(132,160,154), transparent);
    height: 2px;
}.thxFrame .quick-skill > div:last-child {
    transform: translateZ(5px);
    position: relative;
}.thxFrame .quick-skill > div:last-child::after {
    bottom: 2rem;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(132,160,154), transparent);
    position: absolute;
    height: 2px;
    right: -3.5rem;
    transform: translateY(-50%);
    width: 2.5rem;
}.thxFrame h5 {
    color: #000000;
    line-height: 1.4;
    padding-left: 1.5rem;
    position: relative;
    font-size: 24px;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
    font-weight: 700;
    margin: 0;
}.thxFrame h5::before {
    animation: pulse 3s infinite ease-in-out;
    position: absolute;
    box-shadow: 0 0 10px rgba(rgb(132,160,154,0.5), 0.5);
    border-radius: 50%;
    width: 0.5rem;
    left: 0;
    background: rgb(132,160,154);
    content: "";
    height: 0.5rem;
    top: 0.5rem;
}.thxFrame a {
    text-decoration: none;
    display: block;
    transition: transform 0.4s ease-out;
}.thxFrame a:hover {
    transform: translateX(5px);
}.thxFrame p {
    font-size: 13px;
    padding: 0 0 0 1.5rem;
    color: #000000;
    position: relative;
    margin: 0;
    font-weight: 400;
    line-height: 1.8;
    border-left: 1px solid rgba(rgb(132,160,154,0.5), 0.2);
}

@media (min-width: 768px) {.thxFrame {
    padding: 8rem 0;
}.thxFrame .quick-skill {
    padding: 4.5rem;
    gap: 3rem;
}.thxFrame h5 {
    font-size: calc(24px * 1.1);
    padding-left: 2rem;
}.thxFrame p {
    font-size: calc(13px * 1.05);
    padding: 0 0 0 2rem;
}.thxFrame .quick-skill > div:first-child::before {
    width: 4rem;
}.thxFrame .quick-skill > div:last-child::after {
    width: 4rem;
}
}

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

@media (min-width: 1200px) {.thxFrame .quick-skill {
    gap: 5rem;
    padding: 5rem;
}.thxFrame h5 {
    font-size: calc(24px * 1.2);
}.thxFrame p {
    font-size: calc(13px * 1.1);
}
}

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

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

@keyframes orbital {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}.teaching-history {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(169,197,192) 0%, #ffffff 100%);
    position: relative;
    padding: 120px 0;
}.teaching-history::before {
    height: 200%;
    left: -20%;
    z-index: 0;
    width: 60%;
    position: absolute;
    opacity: 0.08;
    transform: rotate(-15deg);
    top: -50%;
    content: "";
    background: linear-gradient(135deg, rgb(96,118,113,0.5) 0%, transparent 80%);
}.teaching-history::after {
    top: 0;
    z-index: 0;
    height: 100%;
    content: "";
    position: absolute;
    opacity: 0.05;
    background: radial-gradient(circle at 80% 20%, rgb(132,160,154,0.5) 0%, transparent 60%);
    width: 100%;
    left: 0;
}.teaching-history .container {
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
    z-index: 1;
}.teaching-history .feedback-testimonials {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg);
    grid-template-columns: 1fr;
    position: relative;
    transform-style: preserve-3d;
    padding: 3rem;
    border-left: 4px solid rgb(96,118,113);
    gap: 2rem;
    display: grid;
    background: #ffffff;
}.teaching-history .feedback-testimonials:hover {
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.09), 0 8px 20px rgba(0, 0, 0, 0.04);
    transform: perspective(1000px) rotateY(0);
}.teaching-history .feedback-testimonials > div:nth-child(1) {
    width: 100%;
    order: 1;
    position: relative;
}.teaching-history .feedback-testimonials > div:nth-child(2) {
    order: 2;
}.teaching-history .feedback-testimonials > div:nth-child(3) {
    order: 3;
}.teaching-history .content-image {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    clip-path: polygon(0 0, 100% 5%, 95% 95%, 5% 100%);
    height: 0;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(20px);
    padding-bottom: 60%;
    width: 100%;
}.teaching-history .feedback-testimonials:hover .content-image {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: translateZ(30px);
}.teaching-history .name {
    font-weight: 700;
    color: #000000;
    margin: 0 0 0.5rem;
    font-family: Arial, sans-serif;
    transform: translateZ(15px);
    display: inline-block;
    position: relative;
    font-size: calc(24px * 1.1);
}.teaching-history .name::after {
    left: 0;
    height: 3px;
    background: rgb(96,118,113);
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    width: 0;
    bottom: -5px;
    content: "";
}.teaching-history .feedback-testimonials:hover .name::after {
    width: 100%;
}.teaching-history .feedback-testimonials > div:nth-child(2) > div {
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: calc(16px * 0.95);
    transition: all 0.4s ease;
    transform: translateZ(10px);
    opacity: 0.9;
    color: rgb(96,118,113);
}.teaching-history .feedback-testimonials:hover > div:nth-child(2) > div {
    opacity: 1;
    transform: translateZ(20px);
}.teaching-history .job-background {
    font-size: 16px;
    transition: transform 0.4s ease;
    position: relative;
    transform: translateZ(5px);
    margin: 0;
    padding-left: 1.5rem;
    color: #000000;
    line-height: 1.7;
}.teaching-history .job-background::before {
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(96,118,113) 0%, transparent 100%);
    width: 3px;
    height: 100%;
}.teaching-history .feedback-testimonials:hover .job-background {
    transform: translateZ(15px);
}

@media (min-width: 768px) {.teaching-history .feedback-testimonials {
    gap: 2.5rem;
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto auto;
    padding: 3.5rem;
}.teaching-history .feedback-testimonials > div:nth-child(1) {
    grid-row: 1 / span 2;
    grid-column: 1;
}.teaching-history .feedback-testimonials > div:nth-child(2) {
    grid-row: 1;
    align-self: end;
    grid-column: 2;
}.teaching-history .feedback-testimonials > div:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
}.teaching-history .content-image {
    padding-bottom: 0;
    height: 100%;
}.teaching-history .name {
    margin-bottom: 0.75rem;
    font-size: 24px;
}.teaching-history .job-background {
    padding-left: 2rem;
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 992px) {.teaching-history {
    padding: 140px 0;
}.teaching-history .feedback-testimonials {
    transform: perspective(1200px) rotateY(-3deg);
    gap: 3rem;
    grid-template-columns: 380px 1fr;
    padding: 4rem;
}.teaching-history .name {
    font-size: calc(24px * 1.2);
}.teaching-history .feedback-testimonials > div:nth-child(2) > div {
    font-size: 16px;
    margin-bottom: 1.5rem;
}.teaching-history .job-background {
    font-size: calc(16px * 1.1);
    line-height: 1.75;
}
}

@media (max-width: 767px) {.teaching-history {
    padding: 80px 0;
}.teaching-history .feedback-testimonials {
    transform: perspective(800px) rotateY(-1deg);
    padding: 2rem;
}.teaching-history .content-image {
    margin-bottom: 1.5rem;
}.teaching-history .name {
    margin-bottom: 0.5rem;
}.teaching-history .job-background {
    padding-left: 1rem;
}
}

@media (max-width: 480px) {.teaching-history {
    padding: 60px 0;
}.teaching-history .feedback-testimonials {
    padding: 1.5rem;
    gap: 1.5rem;
}.teaching-history .content-image {
    padding-bottom: 75%;
}.teaching-history .name {
    font-size: calc(24px * 0.95);
}.teaching-history .feedback-testimonials > div:nth-child(2) > div {
    font-size: calc(16px * 0.9);
}.teaching-history .job-background {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}}.program-structure {
    background-color: rgb(169,197,192);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.program-structure::before {
    z-index: 1;
    background: linear-gradient(45deg, rgb(132,160,154,0.5) 0%, transparent 50%, rgb(96,118,113,0.5) 100%);
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}.program-structure::after {
    width: 400px;
    height: 400px;
    animation: rotate 20s linear infinite;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(96,118,113,0.5) 0%, transparent 80%);
    position: absolute;
    z-index: 1;
    top: -100px;
    content: "";
    right: -100px;
}.program-structure .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.program-structure .training {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
    position: relative;
}.program-structure .description-wrap {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 30px;
    align-items: center;
}.program-structure .description-wrap h2 {
    position: relative;
    padding-left: 20px;
    font-size: 28px;
    border-left: 4px solid rgb(132,160,154);
    font-weight: 700;
    color: #000000;
    grid-column: 1 / -1;
    margin-bottom: 20px;
}.program-structure .description {
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 13px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.05);
    line-height: 1.8;
    color: #000000;
}.program-structure .description:first-of-type {
    position: relative;
    overflow: hidden;
}.program-structure .description:first-of-type::before {
    width: 40px;
    height: 40px;
    content: "";
    position: absolute;
    z-index: -1;
    left: -10px;
    border-radius: 50%;
    background-color: rgb(132,160,154,0.5);
    top: -10px;
}.program-structure .description:last-of-type {
    position: relative;
    overflow: hidden;
}.program-structure .description:last-of-type::before {
    height: 40px;
    background-color: rgb(96,118,113,0.5);
    content: "";
    position: absolute;
    bottom: -10px;
    z-index: -1;
    width: 40px;
    border-radius: 50%;
    right: -10px;
}.program-structure .description:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.program-structure .content-image {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 10px;
    height: 400px;
    position: relative;
    margin: 40px 0;
    overflow: hidden;
}.program-structure .content-image::before {
    right: 0;
    top: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}.program-structure .content-image::after {
    border-radius: 50%;
    animation: glow 4s infinite alternate;
    opacity: 0.7;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    height: 10px;
    background: rgb(132,160,154);
    content: "";
    top: -20px;
    width: 90%;
    filter: blur(10px);
}.program-structure .content-image:hover {
    transform: perspective(1000px) rotateX(0deg);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        width: 90%;
    }
    100% {
        opacity: 0.8;
        width: 95%;
    }
}

@media screen and (max-width: 1024px) {.program-structure {
    padding: 80px 0;
}.program-structure .content-image {
    margin: 30px 0;
    height: 350px;
}
}

@media screen and (max-width: 768px) {.program-structure {
    padding: 60px 0;
}.program-structure .description-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
}.program-structure .description {
    padding: 25px;
}.program-structure .content-image {
    height: 300px;
    margin: 25px 0;
}.program-structure h2 {
    font-size: calc(28px * 0.9);
}
}

@media screen and (max-width: 480px) {.program-structure {
    padding: 40px 0;
}.program-structure .training {
    gap: 30px;
}.program-structure .description-wrap h2 {
    font-size: calc(28px * 0.8);
    padding-left: 15px;
}.program-structure .description {
    padding: 20px;
    font-size: calc(13px * 0.95);
}.program-structure .content-image {
    transform: perspective(1000px) rotateX(0deg);
    height: 250px;
    margin: 20px 0;
}}header .top_plank {
    background: rgb(132,160,154);
    color:  #ffffff;
}header .top_plank .peak-learn div svg, header .top_plank .peak-learn div svg path {
    fill: #ffffff;
}header .top_plank .peak-learn div span {
    color: #ffffff;
}header .top_plank .peak-learn {
    font-size: 16px;
    padding: 15px 0 10px 0;
    width: 100%;
    align-items: center;
    line-height: 21px;
    justify-content: flex-start;
    flex-wrap: wrap;
    display: flex;
}header .top_plank .peak-learn div {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    margin-right: 24px;
}header .top_plank .peak-learn div img, header .top_plank .peak-learn div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.privacy-sanctum {
    padding: 60px;
    background: linear-gradient(135deg, rgb(96,118,113) 25%, rgb(132,160,154) 75%);
    color: rgb(255, 255, 255, 0.5);
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    height: auto;
    width: 100%;
}.privacy-sanctum h1 {
    margin-bottom: 20px;
    font-size: 38px;
    margin-top: 0;
    letter-spacing: 3px;
    font-weight: 700;
    text-align: center;
    background: rgb(132,160,154);
    font-family: Arial, sans-serif;
    color: #ffffff;
    grid-column: span 2;
    padding: 10px;
    border-radius: 10px;
    text-transform: uppercase;
}.privacy-sanctum h2 {
    text-align: left;
    border-radius: 10px;
    color: #ffffff;
    background: rgb(96,118,113);
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid #ffffff;
    font-weight: 600;
    font-family: Arial, sans-serif;
    padding: 10px;
    font-size: 33px;
}.privacy-sanctum h3, .privacy-sanctum h4, .privacy-sanctum h5, .privacy-sanctum h6 {
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    font-size: 20px;
    border-left: 4px solid rgb(132,160,154);
    font-weight: 400;
    padding: 10px;
    color: #ffffff;
    margin-top: 15px;
    text-align: left;
}.privacy-sanctum ul, .privacy-sanctum ol {
    font-size: 18px;
    margin: 15px 0;
    list-style-position: inside;
    line-height: 1.8;
    padding-left: 20px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 10px;
    border-radius: 10px;
    list-style: none;
}.privacy-sanctum li {
    position: relative;
    margin-bottom: 10px;
    line-height: 1.6;
    padding-left: 20px;
}.privacy-sanctum li::before {
    transform: translateY(-50%);
    background-color: rgb(96,118,113);
    left: -10px;
    box-shadow: 0 0 0 2px #ffffff;
    width: 6px;
    content: "";
    top: 50%;
    position: absolute;
    height: 6px;
    border-radius: 50%;
}.privacy-sanctum section {
    grid-gap: 20px;
    background: rgb(169,197,192);
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px;
    border-radius: 10px;
    color: #000000;
}

@media only screen and (max-width: 800px) {.privacy-sanctum {
    grid-template-columns: 1fr;
    padding: 30px;
}.privacy-sanctum h1 {
    font-size: calc(20px - 8px);
}.privacy-sanctum h2 {
    font-size: calc(20px - 6px);
}.privacy-sanctum h3, .privacy-sanctum h4, .privacy-sanctum h5, .privacy-sanctum h6 {
    font-size: calc(20px - 4px);
}.privacy-sanctum ul, .privacy-sanctum ol {
    font-size: calc(18px - 2px);
    padding-left: 15px;
}.privacy-sanctum section {
    grid-template-columns: 1fr;
}}.cookie-popup-disclosure {
    border-top: 3px solid rgb(132,160,154);
    padding: 20px 0;
    position: fixed;
    background: rgb(169,197,192);
    z-index: 90;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    width: 100%;
}.consent-track {
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    padding: 0 20px;
    align-items: center;
}#cookieWarningModal {
    display: none;
}#cookieWarningModal:checked ~ .cookie-popup-disclosure {
    opacity: 0;
    visibility: hidden;
}.cookie-popup-disclosure h5 {
    text-transform: uppercase;
    color: rgb(132,160,154);
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 6px;
    letter-spacing: 1px;
}.cookie-popup-disclosure p {
    font-size: 15px;
    max-width: 500px;
    color: #000000;
}.cookie-window {
    flex-shrink: 0;
    margin-right: 20px;
}.cookie-window svg, .cookie-window svg path {
    width: 80px;
    fill: rgb(132,160,154);
    height: 80px;
}.track-switch {
    flex-shrink: 0;
    text-decoration: none;
    padding: 12px 24px;
    color: #ffffff;
    min-width: 140px;
    border-radius: 10px;
    background: rgb(132,160,154);
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    transition: border 0.2s;
    margin-left: 10px;
    border: 2px solid transparent;
    font-weight: 600;
}.cookie_button.cookie-alerts {
    background: rgb(132,160,154);
}.cookie_button.user-alert {
    background: rgb(96,118,113);
}.track-switch:hover {
    border: 2px solid #ffffff;
}.cookie-popup-disclosure p a {
    color: rgb(132,160,154);
    text-decoration: underline;
    font-weight: 700;
}
@media only screen and (max-width: 1200px) {.consent-track {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.cookie-window {
    display: none;
}.consent-track {
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}.cookie-popup-disclosure h5, .cookie-popup-disclosure p {
    text-align: center;
}.cookie-check {
    margin-bottom: 20px;
}.track-switch {
    max-width: 300px;
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}
.viewport-container .cookie-popup-disclosure {
    border: none;
    background: rgb(96,118,113);
    padding: 30px 0;
}.viewport-container .track-switch {
    color: #ffffff;
    background: rgb(132,160,154);
    border: none;
    margin-left: 0;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
}.viewport-container .cookie-check h5, .viewport-container .cookie-check p {
    color: #ffffff;
}.title-board {
    padding: 5rem 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: 90vh;
    position: relative;
    background-color: rgb(169,197,192);
    align-items: center;
    overflow: hidden;
}.title-board > div {
    max-width: 1200px;
    position: relative;
    width: 100%;
    z-index: 1;
}.title-board .skill-spot {
    position: relative;
    margin-bottom: 2rem;
    transform: translateZ(0);
    perspective: 1000px;
}.title-board .page-title {
    position: relative;
    z-index: 2;
    transform: translateY(0);
    transition: transform 0.6s ease, opacity 0.6s ease;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    font-size: clamp(2rem, 5vw, 46px);
    opacity: 1;
    color: rgb(132,160,154);
    font-weight: 700;
    margin-bottom: 2rem;
}.title-board .page-title::after {
    left: 0;
    content: "";
    position: absolute;
    height: 4px;
    transition: width 0.4s ease;
    background: linear-gradient(90deg, rgb(132,160,154), rgb(132,160,154,0.5));
    bottom: -10px;
    width: 80px;
}.title-board .page-title:hover::after {
    width: 120px;
}.title-board .edu-home {
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    transform: translateZ(0) perspective(1000px) rotateX(0) rotateY(0);
    border-radius: 10px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.title-board .edu-home::before {
    left: 0;
    top: 0;
    transition: opacity 0.5s ease;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, rgb(132,160,154,0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    z-index: 1;
    opacity: 0.7;
    content: "";
}.title-board .edu-home:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    transform: translateZ(20px) perspective(1000px) rotateX(2deg) rotateY(-2deg);
}.title-board .edu-home:hover::before {
    opacity: 0.6;
}.title-board .edu-home > div {
    color: #ffffff;
    z-index: 2;
    position: relative;
    padding: 3rem 2rem;
}.title-board .edu-home p {
    opacity: 0.9;
    line-height: 1.6;
    transform: translateX(0);
    margin-bottom: 1.5rem;
    font-size: clamp(1rem, 3vw, 12px);
    transition: transform 0.4s ease, opacity 0.4s ease;
    font-weight: 400;
    max-width: 80%;
}.title-board .edu-home:hover p {
    opacity: 1;
    transform: translateX(10px);
}.title-board .edu-home h3 {
    border-left: 3px solid rgb(96,118,113);
    margin-top: 1rem;
    font-size: clamp(1.2rem, 3.5vw, 19px);
    padding-left: 1rem;
    transition: transform 0.4s ease-out, border-left 0.3s ease;
    transform: translateY(0);
    font-weight: 600;
    line-height: 1.4;
}.title-board .edu-home:hover h3 {
    border-left: 5px solid rgb(96,118,113);
    transform: translateY(-5px);
}.title-board::after {
    position: absolute;
    left: 0;
    opacity: 0.03;
    top: 0;
    height: 100%;
    background-position: 0 0, 30px 30px;
    content: "";
    background: linear-gradient(45deg, rgb(169,197,192) 25%, transparent 25%, transparent 75%, rgb(169,197,192) 75%),
              linear-gradient(45deg, rgb(169,197,192) 25%, transparent 25%, transparent 75%, rgb(169,197,192) 75%);
    background-size: 60px 60px;
    width: 100%;
    animation: patternMove 30s linear infinite;
    z-index: 0;
}

@keyframes patternMove {
  0% {
    background-position: 0 0, 30px 30px;
  }
  100% {
    background-position: 60px 60px, 90px 90px;
  }
}


@media (max-width: 992px) {.title-board {
    padding: 4rem 1rem;
    min-height: 80vh;
}.title-board .page-title {
    margin-bottom: 1.5rem;
}.title-board .edu-home > div {
    padding: 2.5rem 1.5rem;
}
}

@media (max-width: 768px) {.title-board {
    min-height: auto;
    padding: 3rem 1rem;
}.title-board .page-title::after {
    width: 60px;
}.title-board .edu-home p {
    max-width: 100%;
}.title-board .edu-home > div {
    padding: 2rem 1.5rem;
}.title-board .edu-home:hover {
    transform: translateZ(10px) perspective(1000px) rotateX(1deg) rotateY(-1deg);
}
}

@media (max-width: 576px) {.title-board {
    padding: 2rem 1rem;
}.title-board .skill-spot {
    margin-bottom: 1.5rem;
}.title-board .page-title {
    margin-bottom: 1rem;
}.title-board .edu-home > div {
    padding: 1.5rem 1rem;
}.title-board .edu-home h3 {
    padding-left: 0.75rem;
    margin-top: 0.75rem;
}.title-board .edu-home:hover {
    transform: none;
}.title-board .edu-home:hover p {
    transform: none;
}.title-board .edu-home:hover h3 {
    transform: none;
}
}