* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
}a {
    color: inherit;
    text-decoration: none;
}.tiktok_edustyle {
    flex: 0 0 auto;
}.wrapper-templatestyle {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}.head_wrapstyle {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.container {
    width: 1135px;
    margin: auto;
    max-width: 100%;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.teaching_experiencestyle {
    position: relative;
    overflow: hidden;
    background-color: rgb(188,194,213);
    padding: 4rem 0;
}.teaching_experiencestyle::before {
    opacity: 0.07;
    content: "";
    position: absolute;
    filter: blur(20px);
    top: -5%;
    background: linear-gradient(135deg, rgb(153,159,173,0.5), rgb(153,159,173));
    width: 40%;
    z-index: 0;
    transform: rotate(15deg);
    right: -5%;
    height: 40%;
}.teaching_experiencestyle::after {
    background: linear-gradient(225deg, rgb(118,121,134), rgb(118,121,134,0.5));
    content: "";
    left: -5%;
    transform: rotate(-15deg);
    z-index: 0;
    bottom: -5%;
    width: 40%;
    filter: blur(20px);
    position: absolute;
    opacity: 0.07;
    height: 40%;
}.teaching_experiencestyle .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 1.5rem;
    max-width: 1200px;
}.teaching_experiencestyle .learner_voicesstyle {
    gap: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                0 1px 4px rgba(0,0,0,0.03),
                0 20px 40px rgba(rgb(153,159,173,0.5), 0.04);
    padding: 2.5rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    background: linear-gradient(165deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
    border-left: 4px solid rgb(153,159,173);
}.teaching_experiencestyle .learner_voicesstyle:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 
                0 3px 8px rgba(0,0,0,0.05),
                0 25px 50px rgba(rgb(153,159,173,0.5), 0.06);
    transform: translateY(-5px);
}.teaching_experiencestyle .learner_voicesstyle::before {
    right: 1.5rem;
    background: rgb(153,159,173,0.5);
    position: absolute;
    z-index: -1;
    top: 1.5rem;
    border-radius: 10px;
    height: 80px;
    opacity: 0.05;
    content: "";
    width: 80px;
    transform: rotate(15deg);
}.teaching_experiencestyle .learner_voicesstyle > div:first-child {
    justify-self: center;
}.teaching_experiencestyle .photo_stripstyle {
    border-radius: 2px;
    height: 170px;
    width: 170px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
                box-shadow 0.5s ease;
    transform: perspective(800px) rotateY(5deg);
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    position: relative;
}.teaching_experiencestyle .learner_voicesstyle:hover .photo_stripstyle {
    box-shadow: 15px 15px 30px rgba(0,0,0,0.15);
    transform: perspective(800px) rotateY(-2deg) translateY(-5px);
}.teaching_experiencestyle .photo_stripstyle::before {
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(rgb(153,159,173,0.5), 0.2) 0%,
        transparent 40%,
        transparent 60%,
        rgba(rgb(118,121,134,0.5), 0.2) 100%
    );
    position: absolute;
    content: "";
    inset: 0;
}.teaching_experiencestyle .photo_stripstyle::after {
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    width: 200%;
    content: "";
    z-index: 2;
    transform: rotate(25deg);
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255,255,255,0) 30%,
        rgba(255,255,255,0.2) 50%,
        rgba(255,255,255,0) 70%,
        transparent 100%
    );
    position: absolute;
    opacity: 0;
    top: -50%;
    height: 200%;
    left: -50%;
}.teaching_experiencestyle .learner_voicesstyle:hover .photo_stripstyle::after {
    opacity: 1;
    transform: rotate(25deg) translate(50%, 50%);
}.teaching_experiencestyle .name {
    font-size: 20px;
    position: relative;
    margin: 0 0 0.75rem;
    display: inline-block;
    color: #000000;
    letter-spacing: 0.03em;
    font-weight: 700;
}.teaching_experiencestyle .name::after {
    bottom: -5px;
    height: 3px;
    left: 0;
    background: linear-gradient(to right, rgb(153,159,173), rgb(153,159,173,0.5));
    transform: scaleX(0.8);
    width: 2.5rem;
    transition: transform 0.35s ease;
    transform-origin: left center;
    content: "";
    position: absolute;
}.teaching_experiencestyle .learner_voicesstyle:hover .name::after {
    transform: scaleX(1);
}.teaching_experiencestyle .learner_voicesstyle > div:nth-child(2) > div {
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    margin-bottom: 1rem;
    opacity: 0.85;
    padding-left: 0.5rem;
    font-size: calc(16px * 0.95);
    transition: color 0.3s ease, opacity 0.3s ease;
}.teaching_experiencestyle .learner_voicesstyle:hover > div:nth-child(2) > div {
    opacity: 1;
    color: rgb(153,159,173);
}.teaching_experiencestyle .learner_voicesstyle > div:nth-child(2) > div::before {
    transition: height 0.3s ease, top 0.3s ease;
    width: 3px;
    background-color: rgb(118,121,134);
    left: 0;
    top: 0.4em;
    height: 0.8em;
    opacity: 0.75;
    position: absolute;
    content: "";
}.teaching_experiencestyle .learner_voicesstyle:hover > div:nth-child(2) > div::before {
    height: 1.2em;
    top: 0.2em;
}.teaching_experiencestyle .career_timelinestyle {
    margin: 0;
    line-height: 1.7;
    border-left: 2px solid rgba(rgb(153,159,173,0.5), 0.3);
    padding-left: 1rem;
    transition: border-color 0.3s ease;
    color: #000000;
    position: relative;
    font-size: 16px;
}.teaching_experiencestyle .learner_voicesstyle:hover .career_timelinestyle {
    border-left-color: rgb(153,159,173);
}.teaching_experiencestyle .career_timelinestyle::before {
    font-size: 4rem;
    line-height: 1;
    content: "";
    left: -0.5rem;
    top: -1.5rem;
    position: absolute;
    color: rgb(153,159,173,0.5);
    opacity: 0.15;
}

@media (min-width: 768px) {.teaching_experiencestyle {
    padding: 6rem 0;
}.teaching_experiencestyle .learner_voicesstyle {
    padding: 3rem;
    gap: 2rem 3rem;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
}.teaching_experiencestyle .learner_voicesstyle > div:first-child {
    grid-row: 1 / 3;
    justify-self: start;
}.teaching_experiencestyle .photo_stripstyle {
    height: 280px;
    width: 220px;
}.teaching_experiencestyle .name {
    font-size: calc(20px * 1.1);
    margin: 0 0 1rem;
}.teaching_experiencestyle .career_timelinestyle {
    padding-left: 1.5rem;
    line-height: 1.75;
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 992px) {.teaching_experiencestyle {
    padding: 8rem 0;
}.teaching_experiencestyle .learner_voicesstyle {
    padding: 4rem;
    margin: 0 auto;
    gap: 2.5rem 4rem;
    border-left-width: 6px;
    max-width: 90%;
}.teaching_experiencestyle .photo_stripstyle {
    width: 240px;
    height: 320px;
}.teaching_experiencestyle .learner_voicesstyle > div:nth-child(2) > div {
    font-size: calc(16px * 1);
}.teaching_experiencestyle .career_timelinestyle {
    line-height: 1.8;
    font-size: calc(16px * 1.1);
}
}

@media (max-width: 767px) {.teaching_experiencestyle .learner_voicesstyle {
    padding: 2rem;
}.teaching_experiencestyle .photo_stripstyle {
    margin-bottom: 1rem;
    width: 140px;
    height: 140px;
}.teaching_experiencestyle .name {
    font-size: calc(20px * 0.95);
}.teaching_experiencestyle .learner_voicesstyle > div:nth-child(2) > div {
    font-size: calc(16px * 0.9);
}.teaching_experiencestyle .career_timelinestyle {
    line-height: 1.6;
    padding-left: 0.75rem;
    font-size: calc(16px * 0.95);
}
}

@media (hover: none) {.teaching_experiencestyle .learner_voicesstyle {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                    0 1px 4px rgba(0,0,0,0.03),
                    0 20px 40px rgba(rgb(153,159,173,0.5), 0.04) !important;
    transform: none !important;
}.teaching_experiencestyle .photo_stripstyle {
    transform: none !important;
}.teaching_experiencestyle .photo_stripstyle::after {
    display: none;
}.teaching_experiencestyle .name::after {
    transform: scaleX(1);
}}.confidential_cellstyle {
    color: #000000;
    background-color: rgb(188,194,213);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    padding: 40px;
}.confidential_cellstyle h1 {
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(153,159,173);
    font-weight: 700;
    padding-bottom: 10px;
    color: rgb(153,159,173);
    font-size: 38px;
}.confidential_cellstyle h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 37px;
    color: rgb(118,121,134);
    font-weight: 600;
}.confidential_cellstyle h3, .confidential_cellstyle h4, .confidential_cellstyle h5, .confidential_cellstyle h6 {
    margin: 10px 0;
}.confidential_cellstyle ul {
    color: #000000;
    list-style: none;
    padding-left: 20px;
    margin-left: 20px;
}.confidential_cellstyle li {
    position: relative;
    font-size: 15px;
    margin-bottom: 10px;
}.confidential_cellstyle li::before {
    position: absolute;
    content: '→';
    font-weight: 700;
    left: -20px;
    color: rgb(153,159,173);
}.confidential_cellstyle div {
    margin-bottom: 20px;
}.confidential_cellstyle p {
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
}.confidential_cellstyle span {
    border-radius: 10px;
    background-color: rgb(153,159,173,0.5);
    padding: 2px 5px;
}.confidential_cellstyle a {
    color: rgb(153,159,173);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}.confidential_cellstyle a:hover {
    color: rgb(118,121,134);
}
@media only screen and (max-width: 800px) {.confidential_cellstyle {
    padding: 20px;
}.confidential_cellstyle h1 {
    font-size: calc(18px * 0.8);
}.confidential_cellstyle h2 {
    font-size: calc(18px * 0.8);
}.confidential_cellstyle ul {
    margin-left: 10px;
    padding-left: 10px;
}.confidential_cellstyle li::before {
    left: -15px;
}.confidential_cellstyle p {
    font-size: calc(15px * 0.9);
}}.title_introstyle {
    display: flex;
    background: linear-gradient(135deg, rgb(188,194,213) 0%, rgba(0, 0, 0, 0.5) 100%);
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
}.title_introstyle::before {
    z-index: 1;
    width: 100%;
    background: 
    radial-gradient(circle at 10% 20%, rgb(153,159,173,0.5) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgb(118,121,134,0.5) 0%, transparent 50%);
    opacity: 0.15;
    animation: pulse 15s infinite alternate ease-in-out;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
}.title_introstyle::after {
    transform: rotate(-35deg);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    opacity: 0.05;
    z-index: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: -50%;
    background: rgb(153,159,173);
    right: -50%;
    content: "";
}.title_introstyle .learning_leadstyle {
    width: 100%;
    grid-template-columns: 1fr;
    opacity: 1;
    gap: 3rem;
    animation: slideUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: grid;
    max-width: 1200px;
    transform: translateY(0);
    z-index: 2;
    position: relative;
}.title_introstyle .learning_leadstyle > div:first-child {
    transform: translateX(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 6px 10px rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    border-left: 4px solid rgb(153,159,173);
    position: relative;
    padding: 2rem;
}.title_introstyle .learning_leadstyle > div:first-child::before {
    z-index: -1;
    height: 100%;
    position: absolute;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    left: 0;
    width: 100%;
    opacity: 0.5;
    content: "";
    background: #ffffff;
}.title_introstyle h3 {
    margin: 0;
    color: #000000;
    font-size: calc(19px * 0.95);
    position: relative;
    line-height: 1.4;
    font-weight: 600;
}.title_introstyle h3::after {
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    left: 0;
    bottom: -10px;
    position: absolute;
    content: "";
    background: rgb(153,159,173);
    width: 60px;
    transform-origin: left;
    height: 3px;
}.title_introstyle .learning_classesstyle {
    background: linear-gradient(145deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 3rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15), 0 10px 15px rgba(0, 0, 0, 0.1);
}.title_introstyle .learning_classesstyle::before {
    opacity: 0.1;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    mix-blend-mode: overlay;
    background: linear-gradient(to right, rgb(153,159,173,0.5), transparent);
    z-index: 1;
}.title_introstyle .learning_classesstyle:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2), 0 12px 20px rgba(0, 0, 0, 0.15);
}.title_introstyle h1 {
    transform: translateY(0);
    line-height: 1.2;
    animation: fadeIn 1s ease-out forwards;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    font-size: 47px;
    margin: 0 0 2rem 0;
}.title_introstyle h1::before {
    position: absolute;
    background: rgb(118,121,134);
    transform-origin: left;
    left: 0;
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.8s;
    width: 80px;
    bottom: -10px;
    content: "";
    height: 4px;
}.title_introstyle .learning_classesstyle > div {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    margin-top: 2rem;
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}.title_introstyle .learning_classesstyle > div:hover {
    transform: perspective(1000px) rotateX(5deg);
}.title_introstyle .learning_classesstyle > div::before {
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
    z-index: 1;
}.title_introstyle .learning_classesstyle > div::after {
    width: 100%;
    top: 0;
    left: -100%;
    animation: shimmer 3s infinite;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    z-index: 2;
    height: 100%;
    content: "";
    position: absolute;
}.title_introstyle p {
    font-size: calc(17px * 1.1);
    position: relative;
    margin: 0;
    color: #ffffff;
    padding: 2.5rem 2rem;
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
    font-weight: 400;
}

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

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

@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 80px;
  }
}

@keyframes pulse {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.15;
  }
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@media (min-width: 768px) {.title_introstyle .learning_leadstyle {
    gap: 2rem;
    grid-template-columns: 1fr 1.5fr;
}.title_introstyle .learning_leadstyle > div:first-child {
    transform: translateY(2rem);
    margin-top: 3rem;
}.title_introstyle h3 {
    font-size: 19px;
}.title_introstyle h1 {
    font-size: calc(47px * 1.1);
}.title_introstyle p {
    font-size: calc(17px * 1.2);
}
}

@media (min-width: 1024px) {.title_introstyle {
    padding: 5rem;
}.title_introstyle .learning_leadstyle {
    gap: 4rem;
    grid-template-columns: 1fr 1.75fr;
}.title_introstyle .learning_leadstyle > div:first-child {
    margin-top: 2rem;
    padding: 3rem;
}.title_introstyle h3 {
    font-size: calc(19px * 1.1);
}.title_introstyle h1 {
    font-size: calc(47px * 1.2);
    max-width: 90%;
}.title_introstyle .learning_classesstyle {
    padding: 4rem;
}
}

@media (max-width: 767px) {.title_introstyle {
    padding: 3rem 1.5rem;
}.title_introstyle h1 {
    font-size: calc(47px * 0.85);
}.title_introstyle .learning_classesstyle {
    padding: 2rem;
}.title_introstyle p {
    padding: 1.5rem;
    font-size: 17px;
}.title_introstyle h3 {
    font-size: calc(19px * 0.85);
}
}

@media (max-width: 480px) {.title_introstyle {
    padding: 2rem 1rem;
}.title_introstyle h1 {
    font-size: calc(47px * 0.75);
}.title_introstyle .learning_classesstyle {
    padding: 1.5rem;
}.title_introstyle p {
    font-size: calc(17px * 0.9);
    padding: 1.25rem;
}}header {
    position: relative;
    overflow: visible;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 100;
    background: rgb(188,194,213);
    margin-top: 0;
    padding: 0;
}header::before {
    width: 100%;
    top: 0;
    z-index: 0;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(153,159,173), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(153,159,173), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(153,159,173), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(153,159,173), 0.03) 25%) 0 0 / 20px 20px;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
}header::after {
    transition: transform 0.5s ease;
    position: absolute;
    left: 0;
    content: '';
    background: linear-gradient(to right, 
        rgb(153,159,173), 
        rgb(118,121,134), 
        rgb(153,159,173)
    );
    transform: scaleX(0.7);
    bottom: 0;
    transform-origin: center;
    width: 100%;
    height: 5px;
}header:hover::after {
    transform: scaleX(1);
}header .top_basestyle {
    padding: 1.3rem 2.5rem;
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}header .nav_wrapstyle {
    margin-right: 2rem;
    position: relative;
    flex: 0 0 auto;
    perspective: 800px;
}header .main_mainbarstyle {
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
}header .main_mainbarstyle:hover {
    transform: rotateY(10deg) rotateX(5deg);
}header .main_mainbarstyle::before {
    width: 100%;
    background: rgb(153,159,173);
    height: 100%;
    left: 0;
    filter: blur(10px);
    transform: translateZ(-10px);
    content: '';
    opacity: 0.1;
    top: 0;
    position: absolute;
}header .main_mainbarstyle img {
    transform: translateZ(20px);
    max-height: 40px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}header .top_learningstyle {
    margin: 0;
    display: flex;
    perspective: 1000px;
    transform-style: preserve-3d;
    position: relative;
    padding: 0;
    list-style: none;
}header .top_learningstyle::before {
    content: '';
    transform-origin: top;
    transform: rotateX(90deg);
    height: 10px;
    width: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    top: 100%;
    position: absolute;
    left: 0;
}header .nav_skillstyle {
    margin: 0 0.3rem;
    position: relative;
    transform-style: preserve-3d;
}header .nav_skillstyle a {
    align-items: center;
    padding: 0.7rem 1.2rem;
    transform-style: preserve-3d;
    transform: translateZ(0);
    font-size: 17px;
    position: relative;
    font-weight: 600;
    color: #000000;
    justify-content: center;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
}header .nav_skillstyle a::before {
    left: 0;
    transition: opacity 0.4s ease;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, 
        rgb(153,159,173,0.5) 0%, 
        rgb(118,121,134,0.5) 100%
    );
    border-radius: 10px;
    width: 100%;
    opacity: 0;
    position: absolute;
    content: '';
    transform: translateZ(-5px);
}header .nav_skillstyle a:hover {
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(15px);
}header .nav_skillstyle a:hover::before {
    opacity: 1;
}header .nav_skillstyle a::after {
    left: 5px;
    bottom: -5px;
    background: rgb(153,159,173);
    transform: translateZ(-10px);
    transition: all 0.4s ease;
    position: absolute;
    right: 5px;
    height: 5px;
    content: '';
    opacity: 0;
}header .nav_skillstyle a:hover::after {
    bottom: -8px;
    opacity: 0.3;
}header .top_basestyle::before {
    height: 1px;
    left: 35%;
    content: '';
    top: 0;
    position: absolute;
    width: 30%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(153,159,173), 
        transparent
    );
}.head_wrapstyle {
    z-index: 1;
    padding-top: 2rem;
    background: #ffffff;
    position: relative;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (min-width: 1400px) {header .top_basestyle {
    max-width: 1320px;
    margin: 0 auto;
}header .nav_skillstyle {
    margin: 0 0.5rem;
}header .nav_skillstyle a {
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 991px) {header .top_basestyle {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .nav_wrapstyle {
    margin-right: 0;
    margin-bottom: 0;
}header .top_learningstyle {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .nav_skillstyle a {
    padding: 0.6rem 1rem;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top_basestyle {
    padding: 0.8rem 1.5rem;
}header .nav_wrapstyle {
    max-width: 140px;
}header .main_mainbarstyle img {
    max-height: 35px;
}header .top_learningstyle {
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}header .top_learningstyle::-webkit-scrollbar {
    height: 3px;
}header .top_learningstyle::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(153,159,173,0.5);
}header .nav_skillstyle {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .nav_skillstyle a {
    font-size: calc(17px - 2px);
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 479px) {header .top_basestyle {
    padding: 0.7rem 1.2rem;
}header .nav_wrapstyle {
    max-width: 120px;
}header .nav_skillstyle a {
    font-size: calc(17px - 3px);
    padding: 0.4rem 0.6rem;
}header::after {
    height: 3px;
}
}

@supports not (transform-style: preserve-3d) {header .main_mainbarstyle:hover {
    transform: translateY(-3px);
}header .nav_skillstyle a:hover {
    transform: translateY(-3px);
}}.newsletterstyle {
    position: relative;
    background: linear-gradient(120deg, rgb(188,194,213) 0%, rgb(153,159,173,0.5) 100%);
    padding: 4rem 0;
    overflow: hidden;
}.newsletterstyle::before {
    height: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03) 0px,
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
    width: 100%;
    left: 0;
    pointer-events: none;
    top: 0;
    content: '';
}.newsletterstyle::after {
    height: 200%;
    transform: rotate(15deg);
    right: -20%;
    background: linear-gradient(135deg, rgb(153,159,173,0.5) 0%, transparent 70%);
    top: -50%;
    width: 60%;
    content: '';
    position: absolute;
    z-index: 0;
}.newsletterstyle .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
}.newsletterstyle .guide_biosstyle {
    padding: 3rem;
    transform: translateY(0);
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    display: flex;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    flex-direction: column;
}.newsletterstyle .guide_biosstyle:hover {
    transform: translateY(-8px);
}.newsletterstyle .guide_biosstyle > div {
    margin-bottom: 2rem;
}.newsletterstyle h4 {
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.4;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 19px;
    position: relative;
    margin: 0;
}.newsletterstyle h4::after {
    transform: scaleX(1);
    content: '';
    width: 60px;
    height: 3px;
    transition: transform 0.4s ease-out;
    transform-origin: left;
    left: 0;
    background: rgb(153,159,173);
    bottom: -12px;
    position: absolute;
}.newsletterstyle .guide_biosstyle:hover h4::after {
    transform: scaleX(1.5);
}.newsletterstyle .input_holder {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
}.newsletterstyle .input_holder span {
    flex: 1;
    min-width: 200px;
}.newsletterstyle input[type="email"] {
    outline: none;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    padding: 1rem 1.5rem;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.01);
    font-size: 17px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
}.newsletterstyle input[type="email"]:focus {
    border-color: rgb(153,159,173);
    box-shadow: 0 0 0 3px rgb(153,159,173,0.5);
}.newsletterstyle input[type="email"]::placeholder {
    transition: color 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.newsletterstyle input[type="email"]:focus::placeholder {
    color: rgba(0, 0, 0, 0.2);
}.newsletterstyle .updates_widgetstyle {
    border: none;
    font-size: 18px;
    width: 100%;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #ffffff;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: inline-flex;
    padding: 1rem 1.5rem;
    justify-content: center;
    background: rgb(153,159,173);
    font-family: Arial, sans-serif;
    cursor: pointer;
}.newsletterstyle .updates_widgetstyle::before {
    background-color: rgba(255, 255, 255, 0.2);
    content: '';
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    transform: translate(-50%, -50%);
    height: 0;
    top: 50%;
    transition: width 0.6s ease-out, height 0.6s ease-out;
    width: 0;
    left: 50%;
}.newsletterstyle .updates_widgetstyle:hover {
    background-color: rgb(118,121,134);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(rgb(153,159,173), 0.25);
}.newsletterstyle .updates_widgetstyle:hover::before {
    width: 300px;
    height: 300px;
}.newsletterstyle .updates_widgetstyle:active {
    transform: translateY(1px);
}

@media (min-width: 768px) {.newsletterstyle .guide_biosstyle {
    flex-direction: row;
    padding: 3.5rem 4rem;
    align-items: center;
    justify-content: space-between;
}.newsletterstyle .guide_biosstyle > div {
    margin-right: 2rem;
    flex: 0.6;
    margin-bottom: 0;
}.newsletterstyle .input_holder {
    flex: 0.4;
}.newsletterstyle h4 {
    font-size: calc(19px * 1.1);
}
}

@media (max-width: 767px) {.newsletterstyle {
    padding: 3rem 0;
}.newsletterstyle .guide_biosstyle {
    padding: 2rem;
}.newsletterstyle h4 {
    font-size: calc(19px * 0.9);
}.newsletterstyle .input_holder span {
    width: 100%;
}.newsletterstyle input[type="email"],
    .newsletterstyle .updates_widgetstyle {
    padding: 0.9rem;
}
}

@media (max-width: 480px) {.newsletterstyle {
    padding: 2rem 0;
}.newsletterstyle .guide_biosstyle {
    padding: 1.5rem;
}.newsletterstyle h4 {
    font-size: calc(19px * 0.8);
}.newsletterstyle h4::after {
    width: 40px;
    height: 2px;
}.newsletterstyle .input_holder {
    gap: 0.75rem;
}.newsletterstyle input[type="email"],
    .newsletterstyle .updates_widgetstyle {
    font-size: calc(17px * 0.9);
    padding: 0.8rem;
}
}

@media (min-width: 1200px) {.newsletterstyle .guide_biosstyle {
    padding: 4rem 5rem;
}.newsletterstyle h4 {
    letter-spacing: -0.02em;
    font-size: calc(19px * 1.2);
}
}

@media (prefers-reduced-motion: reduce) {.newsletterstyle .guide_biosstyle,
    .newsletterstyle .updates_widgetstyle,
    .newsletterstyle h4::after,
    .newsletterstyle input[type="email"] {
    transition: none;
}.newsletterstyle .guide_biosstyle:hover {
    transform: none;
}.newsletterstyle .updates_widgetstyle:hover::before {
    display: none;
}}.data_overviewstyle {
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: rgb(188,194,213);
    padding: 100px 0;
}.data_overviewstyle::before {
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        rgb(153,159,173,0.5) 0,
        rgb(153,159,173,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    width: 100%;
    z-index: -1;
    left: 0;
}.data_overviewstyle::after {
    content: "";
    height: 100%;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(118,121,134,0.5) 0,
        rgb(118,121,134,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    position: absolute;
    opacity: 0.05;
    width: 100%;
    z-index: -1;
    left: 0;
}.data_overviewstyle .container {
    display: flex;
    position: relative;
    flex-direction: column;
}.data_overviewstyle h2 {
    font-size: 37px;
    margin: 0 0 70px;
    padding-left: 20px;
    border-left: 5px solid rgb(153,159,173);
    color: #000000;
    text-align: left;
    position: relative;
    font-weight: 700;
}.data_overviewstyle h2::after {
    background: rgb(118,121,134);
    content: "";
    width: 100px;
    height: 2px;
    bottom: -15px;
    position: absolute;
    left: 0;
}.data_overviewstyle ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: relative;
    list-style: none;
    margin: 0;
}.data_overviewstyle ul::before {
    left: 25px;
    background: linear-gradient(to bottom, rgb(153,159,173,0.5), rgb(118,121,134,0.5));
    content: "";
    width: 2px;
    top: 0;
    height: 100%;
    z-index: 0;
    position: absolute;
}.data_overviewstyle .knowledge_upgradestyle {
    position: relative;
    margin-left: 50px;
    border-radius: 28px;
    padding: 30px;
    grid-template-columns: 80px 1fr auto;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: grid;
    overflow: hidden;
    align-items: center;
    background: #ffffff;
    z-index: 1;
}.data_overviewstyle .knowledge_upgradestyle::before {
    background: linear-gradient(to right, rgb(153,159,173,0.5), rgb(153,159,173));
    height: 3px;
    z-index: 1;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    left: -25px;
    top: 50%;
    width: 50px;
}.data_overviewstyle .knowledge_upgradestyle::after {
    content: "";
    height: 20px;
    position: absolute;
    transform: translateY(-50%);
    background: #ffffff;
    border-radius: 50%;
    width: 20px;
    top: 50%;
    left: -35px;
    z-index: 2;
    border: 3px solid rgb(153,159,173);
}.data_overviewstyle .knowledge_upgradestyle:nth-child(1)::after {
    border-color: #ffffff;
    background: rgb(153,159,173);
}.data_overviewstyle .knowledge_upgradestyle:nth-child(2)::after {
    background: rgb(118,121,134);
    border-color: #ffffff;
}.data_overviewstyle .knowledge_upgradestyle:nth-child(3)::after {
    border-color: #ffffff;
    background: rgb(153,159,173);
}.data_overviewstyle .knowledge_upgradestyle:nth-child(4)::after {
    background: rgb(118,121,134);
    border-color: #ffffff;
}.data_overviewstyle .knowledge_upgradestyle:nth-child(even)::before {
    background: linear-gradient(to right, rgb(118,121,134,0.5), rgb(118,121,134));
}.data_overviewstyle .knowledge_upgradestyle:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateX(15px);
}.data_overviewstyle .knowledge_upgradestyle p {
    padding: 0;
    grid-row: 1;
    margin: 0;
    font-weight: 700;
    position: relative;
    font-size: 2.8rem;
    color: rgb(153,159,173);
    text-align: center;
    grid-column: 1;
}.data_overviewstyle .knowledge_upgradestyle:nth-child(even) p {
    color: rgb(118,121,134);
}.data_overviewstyle .knowledge_upgradestyle span {
    margin: 0;
    position: relative;
    grid-row: 1;
    font-weight: 600;
    color: #000000;
    position: relative;
    padding: 0 0 0 25px;
    font-size: 15px;
    grid-column: 2;
}.data_overviewstyle .knowledge_upgradestyle span::before {
    left: 0;
    background: rgb(153,159,173,0.5);
    width: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    height: 10px;
}.data_overviewstyle .knowledge_upgradestyle:nth-child(even) span::before {
    background: rgb(118,121,134,0.5);
}.data_overviewstyle svg {
    width: 40px;
    grid-row: 1;
    grid-column: 3;
    margin-left: 20px;
    height: 40px;
    fill: rgb(153,159,173);
    transition: transform 0.3s ease;
}.data_overviewstyle .knowledge_upgradestyle:nth-child(even) svg {
    fill: rgb(118,121,134);
}.data_overviewstyle svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}.data_overviewstyle .knowledge_upgradestyle:hover svg {
    transform: scale(1.2);
}@keyframes floatBackground {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.data_overviewstyle .knowledge_upgradestyle:nth-child(1) {
    animation-delay: 0.1s;
}.data_overviewstyle .knowledge_upgradestyle:nth-child(2) {
    animation-delay: 0.2s;
}.data_overviewstyle .knowledge_upgradestyle:nth-child(3) {
    animation-delay: 0.3s;
}.data_overviewstyle .knowledge_upgradestyle:nth-child(4) {
    animation-delay: 0.4s;
}

@media (min-width: 992px) {.data_overviewstyle .knowledge_upgradestyle:nth-child(even) {
    margin-left: 100px;
}.data_overviewstyle .knowledge_upgradestyle:nth-child(odd) {
    margin-left: 50px;
}
}

@media (max-width: 991px) {.data_overviewstyle h2 {
    border-left: none;
    text-align: center;
    padding-left: 0;
    padding-bottom: 15px;
    border-bottom: 3px solid rgb(153,159,173);
}.data_overviewstyle h2::after {
    transform: translateX(-50%);
    left: 50%;
}.data_overviewstyle ul::before {
    left: 15px;
}.data_overviewstyle .knowledge_upgradestyle {
    margin-left: 40px;
}.data_overviewstyle .knowledge_upgradestyle::after {
    left: -25px;
    height: 15px;
    width: 15px;
}.data_overviewstyle .knowledge_upgradestyle::before {
    width: 40px;
    left: -20px;
}
}

@media (max-width: 768px) {.data_overviewstyle {
    padding: 70px 0;
}.data_overviewstyle .knowledge_upgradestyle {
    gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 60px 1fr;
}.data_overviewstyle svg {
    grid-column: 1;
    justify-self: center;
    margin-left: 0;
    grid-row: 2;
}.data_overviewstyle .knowledge_upgradestyle p {
    font-size: 2.5rem;
}.data_overviewstyle .knowledge_upgradestyle span {
    grid-column: 2;
    grid-row: 2;
}
}

@media (max-width: 480px) {.data_overviewstyle {
    padding: 50px 0;
}.data_overviewstyle h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 50px;
}.data_overviewstyle ul::before {
    left: 10px;
}.data_overviewstyle .knowledge_upgradestyle {
    grid-template-columns: 1fr;
    padding: 20px;
    margin-left: 30px;
    gap: 10px;
    grid-template-rows: auto auto auto;
}.data_overviewstyle .knowledge_upgradestyle::after {
    height: 12px;
    width: 12px;
    left: -20px;
}.data_overviewstyle .knowledge_upgradestyle::before {
    width: 30px;
    left: -18px;
}.data_overviewstyle svg {
    justify-self: center;
    grid-row: 1;
    margin-bottom: 10px;
    grid-column: 1;
}.data_overviewstyle .knowledge_upgradestyle p {
    grid-row: 2;
    text-align: center;
    font-size: 2.2rem;
    grid-column: 1;
}.data_overviewstyle .knowledge_upgradestyle span {
    grid-row: 3;
    grid-column: 1;
    text-align: center;
    padding: 0;
}.data_overviewstyle .knowledge_upgradestyle span::before {
    display: none;
}.data_overviewstyle .knowledge_upgradestyle:hover {
    transform: translateX(5px);
}}

.data_overviewstyle::before {
    animation: patternMove1 30s linear infinite;
}.data_overviewstyle::after {
    animation: patternMove2 30s linear infinite;
}@keyframes patternMove1 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes patternMove2 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -30px -30px;
    }
}

.data_overviewstyle .container::before {
    filter: blur(50px);
    background: radial-gradient(circle, rgb(153,159,173,0.5) 0%, transparent 70%);
    animation: pulseGlow 10s infinite alternate;
    right: -100px;
    width: 200px;
    top: 50%;
    border-radius: 50%;
    position: absolute;
    height: 200px;
    content: "";
    z-index: -1;
    opacity: 0.5;
}@keyframes pulseGlow {
    0% {
        transform: scale(0.9);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}.about_thisstyle {
    position: relative;
    background: linear-gradient(135deg, rgb(188,194,213) 0%, #ffffff 100%);
    padding: 6rem 0;
    overflow: hidden;
}.about_thisstyle::before {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(118,121,134,0.5) 0px,
        rgb(118,121,134,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    width: 100%;
    pointer-events: none;
    content: "";
    opacity: 0.05;
    z-index: 1;
}.about_thisstyle::after {
    position: absolute;
    width: 30%;
    height: 30%;
    z-index: 0;
    background: rgb(153,159,173,0.5);
    filter: blur(100px);
    opacity: 0.1;
    right: -5%;
    content: "";
    top: -5%;
}.about_thisstyle .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}.about_thisstyle h1 {
    position: relative;
    font-size: 48px;
    margin-bottom: 3rem;
    transform: translateZ(0);
    font-weight: 700;
    display: inline-block;
    color: #000000;
}.about_thisstyle h1::after {
    content: "";
    position: absolute;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(153,159,173) 0%, transparent 100%);
    height: 4px;
    width: 70%;
    left: 0;
    transform-origin: left center;
    animation: expandLine 1.2s ease-out forwards;
}.about_thisstyle .mastery_zonestyle {
    position: relative;
}.about_thisstyle .mastery_zonestyle ul {
    list-style: none;
    display: grid;
    padding: 0;
    margin: 0;
    gap: 3rem;
    grid-template-columns: 1fr;
}.about_thisstyle .skill_masterystyle {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease;
    padding: 2.5rem;
    background: #ffffff;
    transform: translateZ(0) scale(1);
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03),
                0 20px 25px -5px rgba(0, 0, 0, 0.08);
}.about_thisstyle .skill_masterystyle::before {
    background: linear-gradient(to bottom, rgb(153,159,173), rgb(118,121,134));
    height: 0%;
    width: 4px;
    top: 0;
    transition: height 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    left: 0;
    position: absolute;
}.about_thisstyle .skill_masterystyle:hover::before {
    height: 100%;
}.about_thisstyle .skill_masterystyle:hover {
    transform: translateZ(30px) scale(1.01);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 25px 35px -5px rgba(0, 0, 0, 0.12);
}.about_thisstyle .skill_masterystyle h4 {
    transition: transform 0.3s ease;
    display: inline-block;
    position: relative;
    font-size: 22px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #000000;
}.about_thisstyle .skill_masterystyle:hover h4 {
    color: rgb(153,159,173);
    transform: translateX(10px);
}.about_thisstyle .skill_masterystyle div {
    font-size: 14px;
    color: #000000;
    overflow-y: auto;
    line-height: 1.75;
    font-family: Arial, sans-serif;
    padding-right: 1rem;
    scrollbar-color: rgb(118,121,134,0.5) transparent;
    max-height: 250px;
    scrollbar-width: thin;
}.about_thisstyle .skill_masterystyle div::-webkit-scrollbar {
    width: 5px;
}.about_thisstyle .skill_masterystyle div::-webkit-scrollbar-track {
    background: transparent;
}.about_thisstyle .skill_masterystyle div::-webkit-scrollbar-thumb {
    background-color: rgb(118,121,134,0.5);
    border-radius: 20px;
}@keyframes expandLine {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 70%;
        opacity: 1;
    }
}

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

.about_thisstyle .skill_masterystyle:nth-child(1) {
    animation: fadeUp 0.8s 0.2s ease-out both;
}.about_thisstyle .skill_masterystyle:nth-child(2) {
    animation: fadeUp 0.8s 0.4s ease-out both;
}

@media (min-width: 768px) {.about_thisstyle {
    padding: 8rem 0;
}.about_thisstyle .mastery_zonestyle ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.about_thisstyle h1 {
    font-size: calc(48px * 1.2);
    margin-bottom: 4rem;
}.about_thisstyle .skill_masterystyle {
    padding: 3rem;
}.about_thisstyle .skill_masterystyle div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.about_thisstyle .container {
    padding: 0 3rem;
}.about_thisstyle .mastery_zonestyle ul {
    gap: 3rem;
}.about_thisstyle .skill_masterystyle {
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                    box-shadow 0.6s ease;
    transform: perspective(1000px) rotateY(0) translateZ(0);
}.about_thisstyle .skill_masterystyle:hover {
    transform: perspective(1000px) rotateY(2deg) translateZ(20px) scale(1.01);
}.about_thisstyle .skill_masterystyle:nth-child(2n):hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px) scale(1.01);
}
}

@media (max-width: 767px) {.about_thisstyle {
    padding: 4rem 0;
}.about_thisstyle h1 {
    margin-bottom: 2rem;
    font-size: 37px;
}.about_thisstyle .skill_masterystyle {
    padding: 1.5rem;
}.about_thisstyle .skill_masterystyle div {
    max-height: 200px;
    font-size: calc(14px * 0.95);
}}.ty_sectionstyle {
    z-index: 1;
    background: linear-gradient(135deg, rgb(188,194,213) 0%, rgba(rgb(153,159,173,0.5), 0.1) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.ty_sectionstyle::before {
    z-index: -1;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    background-size: 20px 20px;
    transform: perspective(1000px) rotateX(5deg);
    left: 0;
    background-image: 
        linear-gradient(90deg, rgba(rgb(153,159,173,0.5), 0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(rgb(153,159,173,0.5), 0.05) 1px, transparent 1px);
    opacity: 0.6;
    top: 0;
}.ty_sectionstyle::after {
    background: linear-gradient(45deg, rgb(153,159,173) 0%, rgba(rgb(118,121,134,0.5), 0.8) 100%);
    animation: float 15s ease-in-out infinite;
    content: "";
    position: absolute;
    z-index: -1;
    filter: blur(80px);
    top: -10%;
    right: -5%;
    transform: rotate(-15deg) translateZ(-10px);
    width: 40%;
    opacity: 0.15;
    height: 70%;
}.ty_sectionstyle .container {
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}.ty_sectionstyle .guide_biosstyle {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: translateY(0);
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    display: grid;
    padding: 3.5rem;
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 0 0 1px rgba(rgb(153,159,173,0.5), 0.08);
    gap: 2.5rem;
}.ty_sectionstyle .guide_biosstyle:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.16),
        0 0 0 1px rgba(rgb(153,159,173,0.5), 0.12);
}.ty_sectionstyle .guide_biosstyle::before {
    width: 4px;
    top: 0;
    transform-origin: top;
    left: 0;
    position: absolute;
    transform: scaleY(0);
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgb(153,159,173), rgb(118,121,134));
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.ty_sectionstyle .guide_biosstyle:hover::before {
    transform: scaleY(1);
}.ty_sectionstyle h5 {
    line-height: 1.3;
    font-size: calc(19px * 1.1);
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
    color: #000000;
    overflow: hidden;
    font-weight: 700;
    position: relative;
}.ty_sectionstyle h5::after {
    height: 3px;
    width: 4rem;
    content: "";
    left: 0;
    transition: width 0.6s ease, transform 0.6s ease;
    position: absolute;
    background: rgb(153,159,173);
    bottom: 0;
    transform: translateX(0);
}.ty_sectionstyle .guide_biosstyle:hover h5::after {
    width: 7rem;
    transform: translateX(10px);
}.ty_sectionstyle p {
    color: #000000;
    transition: color 0.3s ease;
    transform: translateZ(0);
    font-weight: 400;
    line-height: 1.7;
    font-size: 15px;
    position: relative;
    margin: 0;
    opacity: 0.9;
}.ty_sectionstyle a {
    overflow: hidden;
    display: block;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    text-decoration: none;
}.ty_sectionstyle a::before {
    bottom: 0;
    width: 100%;
    transform-origin: right;
    left: 0;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    z-index: 1;
    transform: scaleX(0);
    background: rgba(rgb(153,159,173,0.5), 0.3);
    height: 1px;
}.ty_sectionstyle a:hover {
    transform: translateY(-2px);
}.ty_sectionstyle a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.ty_sectionstyle a:hover p {
    color: rgb(153,159,173);
}

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

@media (min-width: 768px) {.ty_sectionstyle {
    padding: 8rem 0;
}.ty_sectionstyle .guide_biosstyle {
    grid-template-columns: 1fr 1.5fr;
    padding: 4rem;
    gap: 3rem;
    align-items: start;
}.ty_sectionstyle h5 {
    font-size: calc(19px * 1.2);
    padding-bottom: 1.5rem;
}.ty_sectionstyle p {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
}.ty_sectionstyle::before {
    background-size: 30px 30px;
}
}

@media (min-width: 1024px) {.ty_sectionstyle .guide_biosstyle {
    padding: 5rem;
    gap: 4rem;
}.ty_sectionstyle h5 {
    font-size: calc(19px * 1.3);
}.ty_sectionstyle::after {
    width: 50%;
    right: -10%;
}
}

@media (max-width: 767px) {.ty_sectionstyle {
    padding: 4rem 0;
}.ty_sectionstyle .guide_biosstyle {
    padding: 2.5rem;
}.ty_sectionstyle h5 {
    font-size: 19px;
}.ty_sectionstyle::before {
    background-size: 15px 15px;
}.ty_sectionstyle::after {
    opacity: 0.1;
}
}

@media (max-width: 480px) {.ty_sectionstyle {
    padding: 3rem 0;
}.ty_sectionstyle .guide_biosstyle {
    padding: 2rem 1.5rem;
}.ty_sectionstyle h5 {
    font-size: calc(19px * 0.9);
}.ty_sectionstyle p {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}.course_program_descriptionstyle {
    background: linear-gradient(135deg, rgb(188,194,213) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}.course_program_descriptionstyle::before {
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(153,159,173,0.5) 5%, transparent 10%),
        radial-gradient(circle at 70% 65%, rgb(118,121,134,0.5) 5%, transparent 10%),
        radial-gradient(circle at 40% 80%, rgb(153,159,173,0.5) 4%, transparent 8%),
        radial-gradient(circle at 80% 10%, rgb(118,121,134,0.5) 4%, transparent 8%);
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    animation: backgroundPulse 15s infinite alternate;
}.course_program_descriptionstyle::after {
    position: absolute;
    left: -50%;
    top: -50%;
    content: "";
    background: linear-gradient(45deg, rgb(153,159,173,0.5) 0%, transparent 70%);
    width: 200%;
    transform: rotate(45deg);
    z-index: 0;
    animation: gradientRotate 20s infinite linear;
    height: 200%;
    opacity: 0.2;
}.course_program_descriptionstyle .container {
    position: relative;
    z-index: 5;
}.course_program_descriptionstyle .guide_biosstyle {
    flex-wrap: wrap;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 8px 15px rgba(0, 0, 0, 0.5), 
                0 0 0 1px rgb(153,159,173,0.5);
    position: relative;
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 11px;
    backdrop-filter: blur(10px);
    overflow: hidden;
    transition: all 0.5s ease;
}.course_program_descriptionstyle .guide_biosstyle::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(153,159,173,0.5) 0%, transparent 100%);
    opacity: 0.1;
    left: 0;
}.course_program_descriptionstyle .learn_networkstyle {
    z-index: 2;
    flex: 1 1 55%;
    padding: 40px 50px;
    position: relative;
}.course_program_descriptionstyle .nav_wrapstyle {
    margin-bottom: 20px;
    position: relative;
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.6s ease;
    display: inline-block;
}.course_program_descriptionstyle .nav_wrapstyle:hover {
    transform: perspective(1000px) rotateY(10deg);
}.course_program_descriptionstyle .nav_wrapstyle svg {
    width: 120px;
    height: auto;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.5));
}.course_program_descriptionstyle .nav_wrapstyle svg path {
    fill: rgb(153,159,173);
    transition: fill 0.3s ease;
}.course_program_descriptionstyle .nav_wrapstyle:hover svg path {
    fill: rgb(118,121,134);
}.course_program_descriptionstyle .learn_networkstyle h3 {
    position: relative;
    transform-style: preserve-3d;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    font-size: 31px;
}.course_program_descriptionstyle .learn_networkstyle h3::after {
    transform: translateZ(-5px);
    height: 3px;
    background: linear-gradient(90deg, rgb(153,159,173) 0%, rgb(118,121,134) 100%);
    width: 80px;
    bottom: -12px;
    border-radius: 10px;
    left: 0;
    position: absolute;
    filter: blur(1px);
    content: "";
}.course_program_descriptionstyle .learn_networkstyle p {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    line-height: 1.7;
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
}.course_program_descriptionstyle .photo_stripstyle {
    transition: all 0.5s ease;
    min-height: 450px;
    perspective: 1000px;
    flex: 1 1 45%;
    transform-style: preserve-3d;
    position: relative;
}.course_program_descriptionstyle .photo_stripstyle::before {
    top: 0;
    height: 100%;
    background: linear-gradient(45deg, rgb(153,159,173,0.5) 0%, transparent 70%);
    mix-blend-mode: overlay;
    width: 100%;
    content: "";
    animation: overlayPulse 8s infinite alternate;
    position: absolute;
    z-index: 1;
    left: 0;
}.course_program_descriptionstyle .photo_stripstyle::after {
    border: 1px solid #ffffff;
    bottom: 20px;
    transform: translateZ(20px);
    z-index: 2;
    opacity: 0.2;
    top: 20px;
    left: 20px;
    box-shadow: 0 0 30px rgb(153,159,173,0.5);
    content: "";
    position: absolute;
    right: 20px;
}

@keyframes backgroundPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes gradientRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes overlayPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@media (hover: hover) {.course_program_descriptionstyle .guide_biosstyle:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                    0 12px 20px rgba(0, 0, 0, 0.5), 
                    0 0 0 1px rgb(153,159,173);
}.course_program_descriptionstyle .photo_stripstyle:hover {
    transform: rotateY(-5deg) translateZ(10px);
}
}

@media screen and (max-width: 992px) {.course_program_descriptionstyle {
    padding: 60px 0;
}.course_program_descriptionstyle .learn_networkstyle {
    padding: 30px 40px;
}.course_program_descriptionstyle .photo_stripstyle {
    min-height: 380px;
}.course_program_descriptionstyle .nav_wrapstyle svg {
    width: 100px;
}.course_program_descriptionstyle .learn_networkstyle h3 {
    font-size: calc(31px * 0.9);
}
}

@media screen and (max-width: 768px) {.course_program_descriptionstyle {
    padding: 50px 0;
}.course_program_descriptionstyle .guide_biosstyle {
    flex-direction: column-reverse;
}.course_program_descriptionstyle .learn_networkstyle {
    padding: 30px 25px;
    flex: 1 1 100%;
}.course_program_descriptionstyle .photo_stripstyle {
    min-height: 300px;
    flex: 1 1 100%;
    width: 100%;
}.course_program_descriptionstyle .learn_networkstyle h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 20px;
}.course_program_descriptionstyle .learn_networkstyle p {
    margin-bottom: 20px;
}.course_program_descriptionstyle .nav_wrapstyle {
    margin-bottom: 15px;
}.course_program_descriptionstyle .nav_wrapstyle svg {
    width: 90px;
}.course_program_descriptionstyle .learn_networkstyle h3::after {
    width: 60px;
    bottom: -10px;
    height: 2px;
}
}

@media screen and (max-width: 480px) {.course_program_descriptionstyle {
    padding: 40px 0;
}.course_program_descriptionstyle .photo_stripstyle {
    min-height: 250px;
}.course_program_descriptionstyle .learn_networkstyle {
    padding: 25px 20px;
}.course_program_descriptionstyle .learn_networkstyle h3 {
    font-size: calc(22px * 1.2);
}.course_program_descriptionstyle .nav_wrapstyle svg {
    width: 80px;
}}.tiktok_edustyle {
    position: relative;
    color: #ffffff;
    background: linear-gradient(135deg, #000000 0%, rgb(153,159,173,0.5) 100%);
    font-family: Arial, sans-serif;
    z-index: 1;
    padding: 5rem 0 1rem;
}.tiktok_edustyle::before {
    position: absolute;
    background: radial-gradient(circle at 30% 50%, rgb(153,159,173,0.5) 0%, transparent 50%);
    bottom: 0;
    right: 0;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
}.tiktok_edustyle::after {
    content: '';
    background: linear-gradient(90deg, transparent, rgb(153,159,173), transparent);
    left: 0;
    top: 0;
    height: 3px;
    animation: glowLine 3s infinite alternate;
    z-index: 2;
    position: absolute;
    right: 0;
}@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}

.tiktok_edustyle .container {
    position: relative;
    z-index: 2;
}.tiktok_edustyle .equity_pledgestyle {
    flex-direction: column;
    display: flex;
    gap: 3rem;
}.tiktok_edustyle .reach_sectionstyle {
    border: 1px solid rgb(118,121,134,0.5);
    display: flex;
    flex-wrap: wrap;
    padding: 1.5rem;
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 15px;
    gap: 2rem;
    margin-bottom: 1rem;
    justify-content: center;
}.tiktok_edustyle .reach_sectionstyle::before {
    content: '';
    top: -2px;
    height: 2px;
    width: 50%;
    background: linear-gradient(90deg, transparent, rgb(118,121,134), transparent);
    animation: scanLine 4s infinite linear;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}

.tiktok_edustyle .info_item {
    text-align: center;
    max-width: 300px;
    min-width: 200px;
    transition: transform 0.3s ease;
    flex: 1;
}.tiktok_edustyle .info_item:hover {
    transform: translateY(-5px);
}.tiktok_edustyle .info_item p, 
.tiktok_edustyle .info_item a {
    padding: 0.75rem;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    color: #ffffff;
    border-radius: 10px;
    border: 1px solid transparent;
    display: flex;
    text-decoration: none;
    gap: 0.5rem;
    font-size: calc(13px - 2px);
}.tiktok_edustyle .info_item svg {
    width: 1.25rem;
    fill: rgb(118,121,134);
    height: 1.25rem;
    transition: fill 0.3s ease;
}.tiktok_edustyle .info_item a:hover {
    border-color: rgb(153,159,173,0.5);
    background: #000000;
    box-shadow: 0 0 15px rgb(153,159,173,0.5);
}.tiktok_edustyle .info_item a:hover svg {
    fill: rgb(153,159,173);
}.tiktok_edustyle .text_main_holder {
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
}.tiktok_edustyle .nav_wrapstyle {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    display: flex;
}.tiktok_edustyle .nav_wrapstyle svg {
    filter: drop-shadow(0 0 5px rgb(153,159,173,0.5));
    height: auto;
    transition: filter 0.3s ease;
    max-width: 180px;
}.tiktok_edustyle .nav_wrapstyle svg:hover {
    filter: drop-shadow(0 0 10px rgb(153,159,173));
}.tiktok_edustyle .event_calstyle {
    color: #ffffff;
    max-width: 280px;
    opacity: 0.7;
    line-height: 1.5;
    font-size: calc(15px - 1px);
}.tiktok_edustyle .top_learningstyle {
    flex-direction: column;
    gap: 1.25rem;
    display: flex;
}.tiktok_edustyle .top_learningstyle h5 {
    font-size: 18px;
    margin-bottom: 0.5rem;
    position: relative;
    color: #ffffff;
    padding-bottom: 0.75rem;
    font-weight: 600;
}.tiktok_edustyle .top_learningstyle h5::after {
    background: rgb(118,121,134);
    height: 2px;
    position: absolute;
    bottom: 0;
    content: '';
    width: 40px;
    transition: width 0.3s ease;
    left: 0;
}.tiktok_edustyle .top_learningstyle:hover h5::after {
    width: 80px;
}.tiktok_edustyle .nav_primestyle {
    flex-direction: column;
    display: flex;
    gap: 0.75rem;
}.tiktok_edustyle .nav_primestyle a {
    opacity: 0.8;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    color: #ffffff;
    padding-left: 1rem;
}.tiktok_edustyle .nav_primestyle a::before {
    background: rgb(118,121,134);
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    transform: translateY(-50%);
    height: 5px;
    transition: all 0.3s ease;
    border-radius: 50%;
    content: '';
}.tiktok_edustyle .nav_primestyle a:hover {
    color: rgb(153,159,173);
    opacity: 1;
    transform: translateX(5px);
}.tiktok_edustyle .nav_primestyle a:hover::before {
    box-shadow: 0 0 8px rgb(153,159,173);
    background: rgb(153,159,173);
    height: 7px;
    width: 7px;
}.tiktok_edustyle .subscribe_holder {
    position: relative;
    overflow: hidden;
    display: flex;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    border: 1px solid rgb(118,121,134,0.5);
    gap: 1.25rem;
    flex-direction: column;
    border-radius: 15px;
}.tiktok_edustyle .subscribe_holder::before {
    right: 0;
    z-index: -1;
    left: 0;
    background: radial-gradient(circle at top right, rgb(153,159,173,0.5) 0%, transparent 70%);
    content: '';
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 0.1;
}.tiktok_edustyle .subscribe_holder h5 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}.tiktok_edustyle .subscribe_holder p {
    opacity: 0.9;
    font-size: calc(13px - 1px);
    color: #ffffff;
    line-height: 1.6;
}.tiktok_edustyle .input_holder {
    gap: 0.75rem;
    display: flex;
    position: relative;
    flex-direction: column;
}.tiktok_edustyle .input_holder input[type="email"] {
    flex: 1;
    border: 1px solid rgb(118,121,134,0.5);
    font-size: 13px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
    padding: 0.875rem 1rem;
    color: #ffffff;
    width: 100%;
}.tiktok_edustyle .input_holder input[type="email"]:focus {
    box-shadow: 0 0 10px rgb(153,159,173,0.5);
    outline: none;
    border-color: rgb(153,159,173);
}.tiktok_edustyle .input_holder input[type="email"]::placeholder {
    color: #ffffff;
    opacity: 0.5;
}.tiktok_edustyle .updates_widgetstyle {
    overflow: hidden;
    background: rgb(153,159,173);
    width: 100%;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    border: none;
    cursor: pointer;
    padding: 0.875rem 1.5rem;
    font-size: 15px;
}.tiktok_edustyle .updates_widgetstyle::before {
    width: 100%;
    content: '';
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
}.tiktok_edustyle .updates_widgetstyle:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgb(118,121,134,0.5);
    background: rgb(118,121,134);
}.tiktok_edustyle .updates_widgetstyle:hover::before {
    left: 100%;
}.tiktok_edustyle .calc_footstyle {
    border-top: 1px solid rgb(118,121,134,0.5);
    text-align: center;
    margin-top: 3rem;
    padding-top: 1.5rem;
    position: relative;
}.tiktok_edustyle .calc_footstyle::before {
    background: linear-gradient(90deg, transparent, rgb(118,121,134,0.5), transparent);
    height: 1px;
    position: absolute;
    content: '';
    top: -1px;
    width: 100%;
    left: 0;
}.tiktok_edustyle .campus_linksstyle {
    font-size: 15px;
    color: #ffffff;
    opacity: 0.7;
}

@media (max-width: 1024px) {.tiktok_edustyle {
    padding: 4rem 0 1rem;
}.tiktok_edustyle .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.tiktok_edustyle .subscribe_holder {
    grid-column: span 2;
}
}

@media (min-width: 769px) {.tiktok_edustyle .input_holder {
    flex-direction: row;
}.tiktok_edustyle .updates_widgetstyle {
    width: auto;
}
}

@media (max-width: 768px) {.tiktok_edustyle {
    padding: 3rem 0 1rem;
}.tiktok_edustyle .reach_sectionstyle {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}.tiktok_edustyle .info_item {
    min-width: 100%;
}.tiktok_edustyle .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.tiktok_edustyle .subscribe_holder {
    grid-column: auto;
}.tiktok_edustyle .nav_wrapstyle {
    text-align: center;
    align-items: center;
}.tiktok_edustyle .event_calstyle {
    max-width: 100%;
    text-align: center;
}.tiktok_edustyle .top_learningstyle h5 {
    text-align: center;
}.tiktok_edustyle .top_learningstyle h5::after {
    transform: translateX(-50%);
    left: 50%;
}.tiktok_edustyle .nav_primestyle {
    align-items: center;
}.tiktok_edustyle .nav_primestyle a {
    text-align: center;
}.tiktok_edustyle .nav_primestyle a:hover {
    transform: translateY(-2px);
}.tiktok_edustyle .input_holder {
    flex-direction: column;
}.tiktok_edustyle .updates_widgetstyle {
    width: 100%;
}
}

@media (max-width: 480px) {.tiktok_edustyle {
    padding: 2.5rem 0 1rem;
}.tiktok_edustyle .info_item p, 
    .tiktok_edustyle .info_item a {
    font-size: calc(13px - 3px);
}.tiktok_edustyle .top_learningstyle h5, 
    .tiktok_edustyle .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}.tiktok_edustyle .nav_primestyle a, 
    .tiktok_edustyle .subscribe_holder p {
    font-size: calc(13px - 2px);
}.tiktok_edustyle .campus_linksstyle {
    font-size: calc(15px - 2px);
}}.cookie_warning_alertstyle {
    border-top: 2px solid rgb(153,159,173);
    background: rgb(188,194,213);
    bottom: 0;
    width: 100%;
    position: fixed;
    z-index: 90;
}.cookie_hidestyle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}.cookie_warning_alertstyle h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_warning_alertstyle p {
    font-size: 18px;
}.online_cookiesstyle {
    margin-right: 10px;
    flex-shrink: 0;
}.online_cookiesstyle svg, .online_cookiesstyle svg path, .online_cookiesstyle img {
    width: 100px;
    fill: rgb(153,159,173);
    height: 100px;
}.cookie_rulesstyle {
    color: rgb(153,159,173);
    border-bottom: 2px solid rgb(153,159,173);
    flex-shrink: 0;
    text-align: center;
    margin-left: 10px;
    min-width: 120px;
    cursor: pointer;
    line-height: 35px;
    font-size: 24px;
    text-decoration: none;
    white-space: nowrap;
}.cookie_warning_alertstyle p a {
    text-decoration: none;
    color: rgb(153,159,173);
}
@media only screen and (max-width: 1200px) {.cookie_warning_alertstyle {
    padding: 20px;
}}
#cookie_disclosurestyle {
    display: none;
}#cookie_disclosurestyle:checked ~ .cookie_warning_alertstyle {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.online_cookiesstyle {
    display: none;
}.cookie_hidestyle {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie_warning_alertstyle h5 {
    text-align: center;
}.cookie_warning_alertstyle p {
    text-align: center;
}.cookie_allstyle {
    margin-bottom: 20px;
}body .wrapper-templatestyle .cookie_rulesstyle {
    margin-left: 0;
}}.connect_with_usstyle {
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(125deg, rgb(188,194,213) 0%, rgb(118,121,134,0.5) 50%, rgb(188,194,213) 100%);
}.connect_with_usstyle::before {
    height: 100%;
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    opacity: 0.7;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0,0,0,0.02) 10px, rgba(0,0,0,0.02) 20px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(0,0,0,0.02) 10px, rgba(0,0,0,0.02) 20px);
    width: 100%;
    z-index: -1;
}.connect_with_usstyle::after {
    width: 200%;
    position: absolute;
    z-index: -1;
    top: -50%;
    opacity: 0.2;
    animation: rotate 120s linear infinite;
    left: -50%;
    height: 200%;
    content: '';
    background: 
        conic-gradient(
            from 0deg at 50% 50%,
            transparent 0%,
            rgb(153,159,173,0.5) 5%,
            transparent 10%,
            transparent 90%,
            rgb(118,121,134,0.5) 95%,
            transparent 100%
        );
}.connect_with_usstyle .photo_stripstyle {
    width: 100%;
    opacity: 0.15;
    mix-blend-mode: luminosity;
    z-index: 0;
    height: 100%;
    position: absolute;
    left: 0;
    filter: contrast(120%) brightness(110%) blur(5px);
    top: 0;
}.connect_with_usstyle .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.connect_with_usstyle h3 {
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    letter-spacing: 2px;
    font-size: 35px;
    text-align: center;
    margin-bottom: 50px;
    color: #000000;
}.connect_with_usstyle h3::before {
    background: rgb(153,159,173);
    width: 40px;
    transform: translateX(-50%);
    border-radius: 10px;
    position: absolute;
    height: 4px;
    top: -15px;
    content: '';
    left: 50%;
}.connect_with_usstyle h3::after {
    bottom: -15px;
    width: 80px;
    content: '';
    background: rgb(153,159,173);
    height: 4px;
    border-radius: 10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}.connect_with_usstyle .support_boxstyle {
    background: rgba(255, 255, 255, 0.01);
    position: relative;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    overflow: hidden;
    flex-wrap: wrap;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 5px 15px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    display: flex;
}.connect_with_usstyle .support_boxstyle::before {
    z-index: 0;
    pointer-events: none;
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, 
        transparent 20%, 
        rgba(255, 255, 255, 0.05) 40%, 
        rgba(255, 255, 255, 0.1) 60%, 
        transparent 80%);
    content: '';
}.connect_with_usstyle .support_boxstyle::after {
    box-shadow: 0 0 25px rgb(153,159,173,0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    pointer-events: none;
    animation: pulse-border 4s infinite alternate;
    position: absolute;
    inset: 0;
    content: '';
}.connect_with_usstyle .feedback_boxstyle {
    flex: 1 1 60%;
    padding: 50px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}.connect_with_usstyle .feedback_boxstyle::before {
    width: 100%;
    position: absolute;
    content: '';
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.02) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(0, 0, 0, 0.02) 0%, transparent 25%);
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}.connect_with_usstyle .feedback_boxstyle::after {
    opacity: 0.5;
    background: 
        linear-gradient(135deg, transparent 40%, rgb(153,159,173,0.5) 100%);
    top: 0;
    border-radius: 0 0 0 150px;
    position: absolute;
    right: 0;
    width: 150px;
    z-index: 0;
    content: '';
    height: 150px;
}.connect_with_usstyle .feedback_boxstyle #contact {
    z-index: 2;
    position: relative;
}.connect_with_usstyle .feedback_boxstyle h3 {
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
}.connect_with_usstyle .feedback_boxstyle h3::before {
    display: none;
}.connect_with_usstyle .feedback_boxstyle h3::after {
    transform: none;
    width: 60px;
    left: 0;
    bottom: -10px;
    background: rgb(153,159,173);
}.connect_with_usstyle .feedback_boxstyle input[type="text"],
.connect_with_usstyle .feedback_boxstyle textarea {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 18px 25px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03) inset;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.02);
    color: #000000;
    font-size: 14px;
    width: 100%;
}.connect_with_usstyle .feedback_boxstyle input[type="text"]:focus,
.connect_with_usstyle .feedback_boxstyle textarea:focus {
    outline: none;
    box-shadow: 
        0 2px 5px rgba(0, 0, 0, 0.03) inset,
        0 0 0 3px rgb(153,159,173,0.5);
    border-color: rgb(153,159,173);
    background-color: #ffffff;
}.connect_with_usstyle .feedback_boxstyle textarea {
    height: 150px;
    resize: vertical;
}.connect_with_usstyle .feedback_boxstyle .inquiry_panelstyle {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.connect_with_usstyle .feedback_boxstyle .inquiry_panelstyle input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect_with_usstyle .feedback_boxstyle .inquiry_panelstyle label {
    cursor: pointer;
    line-height: 1.5;
    padding-left: 38px;
    font-size: calc(14px - 2px);
    position: relative;
    color: #000000;
}.connect_with_usstyle .feedback_boxstyle .inquiry_panelstyle label::before {
    left: 0;
    position: absolute;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 24px;
    content: '';
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset;
    top: 2px;
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 24px;
}.connect_with_usstyle .feedback_boxstyle .inquiry_panelstyle label::after {
    height: 15px;
    transform: scale(0.6);
    transition: all 0.3s ease;
    opacity: 0;
    background-color: rgb(153,159,173);
    border-radius: calc(10px - 2px);
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 15px;
}.connect_with_usstyle .feedback_boxstyle .inquiry_panelstyle input[type="checkbox"]:checked + label::before {
    border-color: rgb(153,159,173);
}.connect_with_usstyle .feedback_boxstyle .inquiry_panelstyle input[type="checkbox"]:checked + label::after {
    transform: scale(1);
    opacity: 1;
}.connect_with_usstyle .feedback_boxstyle .inquiry_panelstyle a {
    position: relative;
    color: rgb(153,159,173);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
}.connect_with_usstyle .feedback_boxstyle .inquiry_panelstyle a::after {
    height: 1px;
    position: absolute;
    content: '';
    background-color: rgb(153,159,173);
    left: 0;
    transition: transform 0.3s ease;
    bottom: -2px;
    width: 100%;
    transform: scaleX(0);
    transform-origin: right;
}.connect_with_usstyle .feedback_boxstyle .inquiry_panelstyle a:hover {
    color: rgb(118,121,134);
}.connect_with_usstyle .feedback_boxstyle .inquiry_panelstyle a:hover::after {
    background-color: rgb(118,121,134);
    transform: scaleX(1);
    transform-origin: left;
}.connect_with_usstyle .feedback_boxstyle .inquiry_linksstyle {
    font-size: 16px;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 
        0 5px 15px rgb(153,159,173,0.5),
        0 0 0 1px rgb(153,159,173,0.5) inset;
    padding: 16px 35px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    background: linear-gradient(135deg, rgb(153,159,173) 0%, rgb(118,121,134) 100%);
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
}.connect_with_usstyle .feedback_boxstyle .inquiry_linksstyle::before {
    transition: all 0.5s ease;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
}.connect_with_usstyle .feedback_boxstyle .inquiry_linksstyle::after {
    height: 3px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    width: 100%;
    bottom: 0;
    left: 0;
    animation: glow 2s infinite;
    position: absolute;
    content: '';
    opacity: 0.5;
}.connect_with_usstyle .feedback_boxstyle .inquiry_linksstyle:hover {
    box-shadow: 
        0 8px 25px rgb(153,159,173,0.5),
        0 0 0 1px rgb(153,159,173) inset;
    transform: translateY(-3px);
    background: linear-gradient(135deg, rgb(118,121,134) 0%, rgb(153,159,173) 100%);
}.connect_with_usstyle .feedback_boxstyle .inquiry_linksstyle:hover::before {
    left: 100%;
}.connect_with_usstyle .request_linksstyle {
    flex: 1 1 40%;
    background: linear-gradient(135deg, rgb(153,159,173) 0%, rgb(118,121,134) 100%);
    padding: 50px;
    overflow: hidden;
    position: relative;
}.connect_with_usstyle .request_linksstyle::before {
    width: 100%;
    z-index: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    content: '';
    position: absolute;
    top: 0;
    opacity: 1;
    height: 100%;
    left: 0;
}.connect_with_usstyle .request_linksstyle::after {
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 0;
    content: '';
    animation: shine 8s infinite linear;
    position: absolute;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(255, 255, 255, 0.05) 50%, transparent 75%);
}.connect_with_usstyle .request_linksstyle h4 {
    font-weight: 600;
    font-size: 18px;
    z-index: 1;
    letter-spacing: 1px;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
}.connect_with_usstyle .request_linksstyle h4::after {
    bottom: -10px;
    position: absolute;
    left: 0;
    content: '';
    height: 3px;
    border-radius: 10px;
    background: #ffffff;
    width: 60px;
}.connect_with_usstyle .request_linksstyle .reach_linksstyle {
    z-index: 1;
    position: relative;
    padding: 0;
    list-style: none;
    margin: 0;
}.connect_with_usstyle .request_linksstyle .reach_linksstyle li {
    padding-bottom: 20px;
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
    position: relative;
}.connect_with_usstyle .request_linksstyle .reach_linksstyle li:not(:last-child)::after {
    content: '';
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}.connect_with_usstyle .request_linksstyle .reach_linksstyle li svg {
    margin-right: 20px;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    width: 26px;
    position: relative;
    height: 26px;
}.connect_with_usstyle .request_linksstyle .reach_linksstyle li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.connect_with_usstyle .request_linksstyle .reach_linksstyle li:hover svg {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}.connect_with_usstyle .request_linksstyle .reach_linksstyle li:hover svg path {
    fill: rgba(255, 255, 255, 0.9);
}.connect_with_usstyle .request_linksstyle .reach_linksstyle li span {
    font-size: 14px;
    position: relative;
    line-height: 1.5;
    color: #ffffff;
}.connect_with_usstyle .request_linksstyle .reach_linksstyle li a {
    position: relative;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}.connect_with_usstyle .request_linksstyle .reach_linksstyle li a::after {
    transition: transform 0.3s ease;
    bottom: -2px;
    transform-origin: right;
    content: '';
    background-color: #ffffff;
    position: absolute;
    height: 1px;
    left: 0;
    transform: scaleX(0);
    width: 100%;
}.connect_with_usstyle .request_linksstyle .reach_linksstyle li a:hover {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}.connect_with_usstyle .request_linksstyle .reach_linksstyle li a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse-border {
    0%, 100% {
        box-shadow: 0 0 15px rgb(153,159,173,0.5);
    }
    50% {
        box-shadow: 0 0 25px rgb(118,121,134,0.5);
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@media (max-width: 992px) {.connect_with_usstyle {
    padding: 80px 0;
}.connect_with_usstyle .container {
    padding: 0 20px;
}.connect_with_usstyle .support_boxstyle {
    flex-direction: column;
}.connect_with_usstyle .feedback_boxstyle,
    .connect_with_usstyle .request_linksstyle {
    flex: 1 1 100%;
}.connect_with_usstyle .feedback_boxstyle {
    padding: 40px;
}.connect_with_usstyle .request_linksstyle {
    padding: 40px;
}
}

@media (max-width: 768px) {.connect_with_usstyle {
    padding: 60px 0;
}.connect_with_usstyle h3 {
    font-size: calc(35px - 4px);
    margin-bottom: 40px;
}.connect_with_usstyle .feedback_boxstyle h3,
    .connect_with_usstyle .request_linksstyle h4 {
    margin-bottom: 30px;
    font-size: calc(18px - 2px);
}.connect_with_usstyle .feedback_boxstyle input[type="text"],
    .connect_with_usstyle .feedback_boxstyle textarea {
    padding: 15px 20px;
    margin-bottom: 20px;
}.connect_with_usstyle .feedback_boxstyle textarea {
    height: 120px;
}.connect_with_usstyle .feedback_boxstyle .inquiry_linksstyle {
    font-size: calc(16px - 1px);
    padding: 14px 30px;
}.connect_with_usstyle .request_linksstyle .reach_linksstyle li {
    margin-bottom: 25px;
    padding-bottom: 15px;
}.connect_with_usstyle .request_linksstyle .reach_linksstyle li svg {
    margin-right: 15px;
    width: 22px;
    height: 22px;
}
}

@media (max-width: 576px) {.connect_with_usstyle {
    padding: 40px 0;
}.connect_with_usstyle .feedback_boxstyle,
    .connect_with_usstyle .request_linksstyle {
    padding: 30px 20px;
}.connect_with_usstyle h3 {
    margin-bottom: 30px;
    font-size: calc(35px - 6px);
}.connect_with_usstyle .feedback_boxstyle .inquiry_panelstyle label {
    font-size: calc(14px - 3px);
}.connect_with_usstyle .request_linksstyle .reach_linksstyle li:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 20px;
}}.study_methodstyle {
    background: rgb(188,194,213);
    position: relative;
    padding: 8rem 2rem;
    overflow: hidden;
}.study_methodstyle::before {
    height: 100%;
    background-size: 50px 50px;
    content: "";
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.1;
    animation: moveGrid 60s linear infinite;
    background-image: 
        linear-gradient(0deg, transparent 24px, rgb(153,159,173,0.5) 25px, rgb(153,159,173,0.5) 26px, transparent 27px, transparent 49px, rgb(153,159,173,0.5) 50px, rgb(153,159,173,0.5) 51px, transparent 52px),
        linear-gradient(90deg, transparent 24px, rgb(153,159,173,0.5) 25px, rgb(153,159,173,0.5) 26px, transparent 27px, transparent 49px, rgb(153,159,173,0.5) 50px, rgb(153,159,173,0.5) 51px, transparent 52px);
    position: absolute;
}.study_methodstyle::after {
    animation: pulse 20s infinite alternate;
    position: absolute;
    background: radial-gradient(circle at center, rgb(118,121,134,0.5) 0%, transparent 60%);
    left: -50%;
    z-index: 0;
    bottom: -50%;
    opacity: 0.15;
    content: "";
    height: 200%;
    width: 200%;
}.study_methodstyle .guide_biosstyle {
    gap: 3rem;
    display: flex;
    z-index: 2;
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
    max-width: 1000px;
    position: relative;
}.study_methodstyle h3 {
    text-align: center;
    animation: pixelateIn 1s ease-out forwards;
    font-weight: 700;
    position: relative;
    font-size: 37px;
    max-width: 700px;
    border-image: linear-gradient(45deg, rgb(153,159,173), rgb(118,121,134)) 1;
    border: 8px solid transparent;
    padding: 2rem;
    margin: 0;
    width: 100%;
    box-shadow: 20px 20px 0 rgba(0, 0, 0, 0.1);
    color: rgb(153,159,173);
    transform: scale(0);
    background: #ffffff;
}.study_methodstyle h3::before,
.study_methodstyle h3::after {
    background: rgb(118,121,134,0.5);
    width: 0;
    position: absolute;
    content: "";
    height: 0;
}.study_methodstyle h3::before {
    left: 0;
    top: 0;
    animation: pixelGrow 0.5s 1.2s steps(10) forwards;
}.study_methodstyle h3::after {
    right: 0;
    bottom: 0;
    animation: pixelGrow 0.5s 1.5s steps(10) forwards;
}.study_methodstyle span {
    padding: 2rem;
    border: 8px solid transparent;
    text-align: center;
    width: 100%;
    line-height: 1.8;
    transform: scale(0);
    border-image: linear-gradient(-45deg, rgb(118,121,134), rgb(153,159,173)) 1;
    box-shadow: -20px 20px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    font-size: 12px;
    animation: pixelateIn 1s 0.5s ease-out forwards;
    max-width: 700px;
    color: #000000;
    background: #ffffff;
    opacity: 0;
}.study_methodstyle span::before,
.study_methodstyle span::after {
    position: absolute;
    background: rgb(153,159,173,0.5);
    content: "";
    width: 0;
    height: 0;
}.study_methodstyle span::before {
    animation: pixelGrow 0.5s 1.8s steps(10) forwards;
    right: 0;
    top: 0;
}.study_methodstyle span::after {
    left: 0;
    animation: pixelGrow 0.5s 2.1s steps(10) forwards;
    bottom: 0;
}

@keyframes moveGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}

@keyframes pixelateIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    80% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pixelGrow {
    0% {
        width: 8px;
        height: 8px;
    }
    25% {
        width: 8px;
        height: 16px;
    }
    50% {
        width: 16px;
        height: 16px;
    }
    75% {
        width: 16px;
        height: 24px;
    }
    100% {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 992px) {.study_methodstyle {
    padding: 6rem 1.5rem;
}.study_methodstyle h3 {
    box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.1);
    font-size: calc(37px * 0.9);
    border-width: 6px;
    padding: 1.8rem;
}.study_methodstyle span {
    box-shadow: -15px 15px 0 rgba(0, 0, 0, 0.1);
    border-width: 6px;
    padding: 1.8rem;
}
    
    @keyframes pixelGrow {
        0% {
            width: 6px;
            height: 6px;
        }
        25% {
            width: 6px;
            height: 12px;
        }
        50% {
            width: 12px;
            height: 12px;
        }
        75% {
            width: 12px;
            height: 18px;
        }
        100% {
            width: 18px;
            height: 18px;
        }
    }
}

@media (max-width: 768px) {.study_methodstyle {
    padding: 5rem 1rem;
}.study_methodstyle h3 {
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    font-size: calc(37px * 0.8);
    border-width: 4px;
}.study_methodstyle span {
    font-size: calc(12px * 0.95);
    padding: 1.5rem;
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
    border-width: 4px;
}.study_methodstyle .guide_biosstyle {
    gap: 2rem;
}
    
    @keyframes pixelGrow {
        0% {
            width: 4px;
            height: 4px;
        }
        25% {
            width: 4px;
            height: 8px;
        }
        50% {
            width: 8px;
            height: 8px;
        }
        75% {
            width: 8px;
            height: 12px;
        }
        100% {
            width: 12px;
            height: 12px;
        }
    }
}