* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.container {
    margin: auto;
    width: 1173px;
    max-width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.guitop_bar {
    flex: 1 0 auto;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
}.guiwrap-container {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.guistudy_bottom {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    z-index: 100;
    position: relative;
    background: rgb(241,231,199);
    padding: 1.2rem 0;
}header::before {
    left: 0;
    position: absolute;
    opacity: 0.5;
    width: 100%;
    top: 0;
    content: '';
    background: linear-gradient(135deg, 
        rgb(214,197,137,0.5) 0%, 
        transparent 50%, 
        rgb(187,165,84,0.5) 100%);
    height: 100%;
}header .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
}header .guinav_mainbar {
    border-radius: 23px;
    padding: 1rem;
    background: #ffffff;
    gap: 1rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    flex-direction: column;
}header .guinav_primary {
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    justify-content: center;
    text-decoration: none;
    display: flex;
    position: relative;
}header .guinav_primary::before {
    bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(214,197,137,0.5), 
        rgb(187,165,84,0.5), 
        rgb(214,197,137,0.5), 
        transparent);
    height: 1px;
    content: '';
}header .guinav_primary svg {
    width: 160px;
    transition: all 0.3s ease;
    height: auto;
}header .guinav_primary:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 2px 4px rgb(214,197,137,0.5));
}header .guipage_header {
    flex-wrap: wrap;
    width: 100%;
    border-radius: 10px;
    justify-content: center;
    background: rgb(241,231,199);
    padding: 0.6rem;
    gap: 0.4rem;
    display: flex;
}header .guinav_main {
    color: #000000;
    position: relative;
    font-weight: 400;
    overflow: hidden;
    font-size: 12px;
    z-index: 1;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    text-decoration: none;
}header .guinav_main::before {
    width: 100%;
    opacity: 0;
    left: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    top: 0;
    height: 100%;
    content: '';
    background: linear-gradient(135deg, rgb(214,197,137), rgb(187,165,84));
    position: absolute;
}header .guinav_main:hover {
    color: #ffffff;
}header .guinav_main:hover::before {
    opacity: 1;
}header .guinav_main::after {
    transform-origin: left;
    background: linear-gradient(to right, rgb(214,197,137), rgb(187,165,84));
    transform: scaleX(0);
    transition: transform 0.3s ease;
    height: 2px;
    width: 100%;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
}header .guinav_main:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .guinav_mainbar {
    gap: 0.8rem;
    padding: 0.8rem;
}header .guinav_primary svg {
    width: 140px;
}header .guipage_header {
    padding: 0.5rem;
}header .guinav_main {
    font-size: calc(12px - 1px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .guinav_mainbar {
    gap: 0.7rem;
    padding: 0.7rem;
}header .guinav_primary svg {
    width: 120px;
}header .guipage_header {
    gap: 0.3rem;
    padding: 0.4rem;
}header .guinav_main {
    font-size: calc(12px - 2px);
    padding: 0.3rem 0.7rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .guinav_mainbar {
    padding: 0.6rem;
    gap: 0.6rem;
}header .guinav_primary svg {
    width: 110px;
}header .guipage_header {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0.4rem;
}header .guipage_header::-webkit-scrollbar {
    height: 2px;
}header .guipage_header::-webkit-scrollbar-thumb {
    background: rgb(214,197,137);
    border-radius: 10px;
}header .guinav_main {
    flex-shrink: 0;
    white-space: nowrap;
}}.guinewsletter {
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    background: linear-gradient(90deg, rgb(241,231,199) 0%, rgba(0, 0, 0, 0.5) 100%);
    margin: 4rem 0;
    padding: 3rem;
}.guinewsletter::before {
    z-index: 1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    animation: breathe 8s infinite alternate;
    background: radial-gradient(circle at 30% 50%, rgb(214,197,137,0.5) 0%, transparent 60%);
    opacity: 0.4;
    top: 0;
}.guinewsletter::after {
    left: -10%;
    height: 50%;
    content: "";
    background: linear-gradient(90deg, rgb(187,165,84,0.5) 0%, transparent 100%);
    transform: rotate(-5deg);
    z-index: 0;
    width: 120%;
    filter: blur(20px);
    position: absolute;
    bottom: -30%;
}.guinewsletter .guiwhy_mission {
    position: relative;
    display: flex;
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
    transform: rotateX(5deg);
    z-index: 2;
    justify-content: space-between;
    align-items: center;
}.guinewsletter .guiwhy_mission:hover {
    transform: rotateX(0deg);
}.guinewsletter p {
    transform: translateZ(20px);
    flex: 0 0 40%;
    font-weight: 700;
    font-size: 23px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding-right: 2rem;
    position: relative;
}.guinewsletter p::after {
    content: "";
    transform-origin: left;
    transform: scaleX(0.5);
    left: 0;
    bottom: -10px;
    width: 60px;
    height: 3px;
    background: rgb(187,165,84);
    position: absolute;
    transition: transform 0.4s ease;
}.guinewsletter .guiwhy_mission:hover p::after {
    transform: scaleX(1);
}.guinewsletter .input_holder {
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    display: flex;
    transform: translateZ(40px);
    flex: 0 0 60%;
    overflow: hidden;
}.guinewsletter .guisignup_block {
    background: #ffffff;
    border: none;
    padding: 1.2rem 1.5rem;
    flex: 1;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 18px;
    color: #000000;
}.guinewsletter .guisignup_block:focus {
    outline: none;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.9));
}.guinewsletter .guisignup_block::placeholder {
    color: #000000;
    opacity: 0.6;
}.guinewsletter .guiupdates_card {
    overflow: hidden;
    font-size: 20px;
    border: none;
    font-family: Arial, sans-serif;
    cursor: pointer;
    position: relative;
    color: #ffffff;
    background: linear-gradient(45deg, rgb(214,197,137) 0%, rgb(187,165,84) 100%);
    font-weight: 600;
    padding: 0 2rem;
    transition: all 0.4s ease;
}.guinewsletter .guiupdates_card::after {
    content: "";
    transform: scale(0.5);
    position: absolute;
    height: 200%;
    left: -50%;
    top: -50%;
    opacity: 0;
    transition: opacity 0.4s ease;
    width: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
}.guinewsletter .guiupdates_card:hover::after {
    opacity: 1;
    transform: scale(1);
}.guinewsletter .guiupdates_card:hover {
    box-shadow: 0 0 15px rgb(214,197,137,0.5);
    background: linear-gradient(45deg, rgb(187,165,84) 0%, rgb(214,197,137) 100%);
}

@keyframes breathe {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

@media (max-width: 768px) {.guinewsletter {
    padding: 2rem 1.5rem;
}.guinewsletter .guiwhy_mission {
    flex-direction: column;
    align-items: stretch;
    transform: none;
}.guinewsletter p {
    transform: none;
    margin-bottom: 1.5rem;
    padding-right: 0;
    flex: none;
}.guinewsletter .input_holder {
    flex: none;
    flex-direction: column;
    transform: none;
}.guinewsletter .guisignup_block {
    margin-bottom: 1rem;
    border-radius: 10px;
    width: 100%;
}.guinewsletter .guiupdates_card {
    padding: 1rem;
    border-radius: 10px;
    width: 100%;
}}.guileadership_experience {
    padding: 8rem 0;
    background: linear-gradient(to bottom, #000000 0%, rgb(241,231,199) 100%);
    overflow: hidden;
    position: relative;
}.guileadership_experience::before {
    animation: ambientLight 20s ease-in-out infinite alternate;
    background: 
        radial-gradient(circle at 20% 30%, rgb(214,197,137,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(187,165,84,0.5) 0%, transparent 25%);
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    filter: blur(60px);
    width: 100%;
    height: 100%;
}@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}

.guileadership_experience .container {
    perspective: 1000px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
}.guileadership_experience .guifeedback_slider {
    position: relative;
    flex-wrap: wrap;
    transform: rotateX(5deg) rotateY(-5deg);
    border-radius: 26px;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 3rem;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(187,165,84,0.5),
        inset 0 0 30px rgb(214,197,137,0.5);
    transform-style: preserve-3d;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.guileadership_experience .guifeedback_slider:hover {
    transform: rotateX(0) rotateY(0);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(187,165,84,0.5),
        inset 0 0 50px rgb(214,197,137,0.5);
}.guileadership_experience .guiimage_circle {
    width: 180px;
    transform: translateX(-50%) translateZ(30px);
    position: absolute;
    border: 3px solid #ffffff;
    top: -90px;
    height: 180px;
    left: 50%;
    border-radius: 50%;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(214,197,137,0.5);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.guileadership_experience .guifeedback_slider:hover .guiimage_circle {
    transform: translateX(-50%) translateZ(50px);
}.guileadership_experience .name {
    width: 100%;
    letter-spacing: 1px;
    transform: translateZ(20px);
    font-weight: 700;
    font-size: 34px;
    text-shadow: 0 0 10px rgb(214,197,137,0.5);
    color: #ffffff;
    margin-top: 100px;
    text-align: center;
}.guileadership_experience .guifeedback_slider span:not(.name) {
    letter-spacing: 2px;
    width: 100%;
    margin-top: 0.5rem;
    text-align: center;
    font-size: 21px;
    transform: translateZ(15px);
    text-transform: uppercase;
    color: rgb(187,165,84);
    font-weight: 600;
}.guileadership_experience .guiexp_achievements {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    border-radius: 10px;
    width: 100%;
    transition: transform 0.3s ease;
    font-size: 18px;
    margin-top: 2rem;
    position: relative;
    transform: translateZ(10px);
    color: #ffffff;
    line-height: 1.7;
    padding: 2rem;
    border-left: 3px solid rgb(214,197,137);
}.guileadership_experience .guiexp_achievements::before {
    background: linear-gradient(45deg, rgb(214,197,137,0.5) 0%, transparent 70%);
    top: 0;
    height: 100%;
    opacity: 0.1;
    content: "";
    border-radius: 10px;
    mix-blend-mode: overlay;
    width: 100%;
    left: 0;
    position: absolute;
}.guileadership_experience .guifeedback_slider:hover .guiexp_achievements {
    transform: translateZ(25px);
}

@media (max-width: 991px) {.guileadership_experience {
    padding: 7rem 0 5rem;
}.guileadership_experience .guifeedback_slider {
    padding: 2.5rem 2rem;
}.guileadership_experience .guiimage_circle {
    height: 150px;
    top: -75px;
    width: 150px;
}.guileadership_experience .name {
    margin-top: 80px;
}.guileadership_experience .guiexp_achievements {
    padding: 1.5rem;
}
}

@media (max-width: 767px) {.guileadership_experience {
    padding: 6rem 0 3rem;
}.guileadership_experience .container {
    padding: 0 1rem;
}.guileadership_experience .guifeedback_slider {
    transform: none;
    padding: 2rem 1.5rem;
}.guileadership_experience .guiimage_circle {
    top: -60px;
    width: 120px;
    height: 120px;
}.guileadership_experience .name {
    font-size: calc(34px - 2px);
    margin-top: 70px;
}.guileadership_experience .guifeedback_slider span:not(.name) {
    font-size: calc(21px - 1px);
}.guileadership_experience .guiexp_achievements {
    font-size: calc(18px - 1px);
    margin-top: 1.5rem;
    padding: 1.2rem;
}.guileadership_experience .guifeedback_slider:hover {
    transform: none;
}}.guiplan_chooser {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: rgb(241,231,199);
}.guiplan_chooser::before {
    height: 100%;
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    top: 0;
    content: "";
}.guiplan_chooser .container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
}.guiplan_chooser .guiaccess_plans {
    grid-template-columns: 1fr;
    display: grid;
    gap: 60px;
}.guiplan_chooser .guidiscount_plan {
    opacity: 0;
    margin: 0 auto;
    transform: translateY(20px);
    max-width: 800px;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    text-align: center;
}.guiplan_chooser .guidiscount_plan h2 {
    font-weight: 700;
    position: relative;
    font-size: 30px;
    margin-bottom: 20px;
    color: #000000;
    display: inline-block;
}.guiplan_chooser .guidiscount_plan h2::after {
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    bottom: -10px;
    left: 50%;
    content: "";
    background: linear-gradient(90deg, rgb(214,197,137), rgb(187,165,84));
}.guiplan_chooser .guiclass_deals {
    line-height: 1.6;
    color: #000000;
    font-size: calc(17px + 0.1rem);
    margin-top: 30px;
}.guiplan_chooser .guifee_package {
    opacity: 0;
    animation: fadeSlideUp 0.8s forwards 0.4s;
    margin-top: 20px;
    transform: translateY(30px);
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.guiplan_chooser .guilearning_pricing {
    color: inherit;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
    position: relative;
    display: block;
    text-decoration: none;
    will-change: transform;
}.guiplan_chooser .guilearning_pricing:hover {
    transform: translateY(-10px) scale(1.02);
}.guiplan_chooser .guipremium_grid {
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    flex-direction: column;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    display: flex;
    background: #ffffff;
    min-height: 420px;
}.guiplan_chooser .guilearning_pricing:hover .guipremium_grid {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}.guiplan_chooser .guilearning_pricing:nth-child(odd) .guipremium_grid::before {
    content: "";
    position: absolute;
    width: 5px;
    transform-origin: bottom;
    transform: scaleY(0);
    background: rgb(214,197,137);
    top: 0;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
}.guiplan_chooser .guilearning_pricing:nth-child(even) .guipremium_grid::before {
    top: 0;
    background: rgb(187,165,84);
    width: 5px;
    right: 0;
    content: "";
    transform-origin: bottom;
    position: absolute;
    transform: scaleY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
}.guiplan_chooser .guilearning_pricing:hover .guipremium_grid::before {
    transform: scaleY(1);
}.guiplan_chooser .guifee_schemes {
    z-index: 1;
    flex-direction: column;
    position: relative;
    padding: 40px 30px;
    display: flex;
    flex: 1;
}.guiplan_chooser .guifee_schemes h3 {
    margin-bottom: 15px;
    transition: color 0.3s ease;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: calc(19px + 0.2rem);
}.guiplan_chooser .guilearning_pricing:hover .guifee_schemes h3 {
    color: rgb(214,197,137);
}.guiplan_chooser .guilearning_pricing:nth-child(even):hover .guifee_schemes h3 {
    color: rgb(187,165,84);
}.guiplan_chooser .guipricing_card {
    font-size: calc(19px + 0.5rem);
    margin: 10px 0 20px;
    font-weight: 700;
    color: rgb(214,197,137);
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
}.guiplan_chooser .guilearning_pricing:nth-child(even) .guipricing_card {
    color: rgb(187,165,84);
}.guiplan_chooser .guipricing_card::after {
    opacity: 0.6;
    content: "";
    width: 40px;
    background: currentColor;
    position: absolute;
    left: 0;
    height: 3px;
    bottom: 0;
}.guiplan_chooser .guifee_schemes p {
    margin-top: auto;
    font-size: 17px;
    color: #000000;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
}.guiplan_chooser .guiimage_circle {
    width: 100%;
    transition: transform 0.5s ease;
    transform-origin: center;
    position: relative;
    height: 200px;
}.guiplan_chooser .guilearning_pricing:hover .guiimage_circle {
    transform: scale(1.05);
}.guiplan_chooser .guiimage_circle::after {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    transition: opacity 0.4s ease;
    content: "";
    bottom: 0;
    left: 0;
}.guiplan_chooser .guilearning_pricing:hover .guiimage_circle::after {
    opacity: 1;
}

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

@media (min-width: 768px) {.guiplan_chooser .guiaccess_plans {
    grid-template-columns: 1fr;
}.guiplan_chooser .guifee_package {
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
}

@media (min-width: 992px) {.guiplan_chooser {
    padding: 150px 0;
}.guiplan_chooser .guiaccess_plans {
    grid-template-columns: 1fr;
    gap: 80px;
}.guiplan_chooser .guifee_package {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}.guiplan_chooser .guipremium_grid {
    min-height: 480px;
}
}

@media (min-width: 1200px) {.guiplan_chooser .guifee_package {
    gap: 40px;
}
}

@media (max-width: 767px) {.guiplan_chooser {
    padding: 80px 0;
}.guiplan_chooser .guidiscount_plan h2 {
    font-size: calc(30px - 0.4rem);
}.guiplan_chooser .guiclass_deals {
    font-size: 17px;
}.guiplan_chooser .guifee_schemes {
    padding: 30px 20px;
}.guiplan_chooser .guipremium_grid {
    min-height: 400px;
}.guiplan_chooser .guiimage_circle {
    height: 160px;
}
}

@media (max-width: 480px) {.guiplan_chooser {
    padding: 60px 0;
}.guiplan_chooser .guiaccess_plans {
    gap: 40px;
}.guiplan_chooser .guifee_package {
    gap: 25px;
}.guiplan_chooser .guifee_schemes h3 {
    font-size: 19px;
}.guiplan_chooser .guipricing_card {
    font-size: 19px;
}.guiplan_chooser .guifee_schemes p {
    font-size: calc(17px - 0.1rem);
}}.guicontact_form_section {
    overflow: hidden;
    background: #ffffff;
    padding: 80px 0;
    position: relative;
}.guicontact_form_section::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    background-size: 20px 20px;
    z-index: 0;
}.guicontact_form_section .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.guicontact_form_section h2 {
    position: relative;
    font-weight: 700;
    text-align: left;
    margin-bottom: 50px;
    border-left: 5px solid rgb(214,197,137);
    font-size: 29px;
    color: #000000;
    padding-left: 20px;
}.guicontact_form_section .guisupport_card {
    border-radius: 21px;
    display: flex;
    flex-direction: row-reverse;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    background: #ffffff;
}.guicontact_form_section .guiimage_circle {
    flex: 0 0 40%;
    min-height: 500px;
    position: relative;
}.guicontact_form_section .guiimage_circle::before {
    position: absolute;
    height: 100%;
    top: 0;
    background: rgb(214,197,137,0.5);
    width: 100%;
    content: "";
    z-index: 1;
    left: 0;
    mix-blend-mode: multiply;
}.guicontact_form_section .guiinquiry_grid {
    flex: 0 0 60%;
    padding: 60px;
    position: relative;
}.guicontact_form_section .guiinquiry_grid::after {
    background: rgb(241,231,199);
    content: "";
    border-radius: 0 0 0 100%;
    top: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    width: 150px;
    height: 150px;
}.guicontact_form_section #contact {
    display: flex;
    flex-direction: column;
    gap: 30px;
}.guicontact_form_section h3 {
    position: relative;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
    font-size: 21px;
}.guicontact_form_section h3::after {
    content: "";
    width: 40px;
    bottom: -10px;
    height: 2px;
    left: 0;
    position: absolute;
    background: rgb(214,197,137);
}.guicontact_form_section input[type="text"] {
    width: 100%;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    font-size: 13px;
    color: #000000;
    padding: 18px 20px;
    transition: all 0.3s ease;
    background: rgb(241,231,199);
    border-radius: 10px;
    border: none;
}.guicontact_form_section input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(214,197,137,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    outline: none;
}.guicontact_form_section input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.guicontact_form_section .guirequest_map {
    gap: 12px;
    margin-top: 5px;
    display: flex;
    align-items: center;
}.guicontact_form_section .guirequest_map input[type="checkbox"] {
    border-radius: 10px;
    height: 22px;
    transition: all 0.2s ease;
    width: 22px;
    cursor: pointer;
    position: relative;
    appearance: none;
    border: 2px solid rgb(241,231,199);
}.guicontact_form_section .guirequest_map input[type="checkbox"]:checked {
    border-color: rgb(214,197,137);
    background: rgb(214,197,137);
}.guicontact_form_section .guirequest_map input[type="checkbox"]:checked::after {
    content: "";
    transform: rotate(45deg);
    width: 6px;
    height: 11px;
    position: absolute;
    border-width: 0 2px 2px 0;
    left: 7px;
    border: solid #ffffff;
    top: 3px;
}.guicontact_form_section .guirequest_map label {
    font-size: 13px;
    line-height: 1.5;
    color: #000000;
}.guicontact_form_section .guirequest_map a {
    transition: all 0.3s ease;
    color: rgb(214,197,137);
    text-decoration: none;
    position: relative;
}.guicontact_form_section .guirequest_map a:hover {
    color: rgb(187,165,84);
}.guicontact_form_section .guirequest_map a::after {
    left: 0;
    height: 1px;
    width: 100%;
    transition: all 0.3s ease;
    bottom: -2px;
    position: absolute;
    background: rgb(214,197,137);
    content: "";
}.guicontact_form_section .guirequest_map a:hover::after {
    background: rgb(187,165,84);
}.guicontact_form_section .guimessage_help {
    font-size: 14px;
    padding: 18px 40px;
    border: none;
    font-weight: 600;
    border-radius: 21px;
    margin-top: 20px;
    background: rgb(214,197,137);
    transition: all 0.3s ease;
    align-self: flex-start;
    box-shadow: 0 4px 15px rgb(214,197,137,0.5);
    color: #ffffff;
    cursor: pointer;
}.guicontact_form_section .guimessage_help:hover {
    box-shadow: 0 7px 20px rgb(187,165,84,0.5);
    background: rgb(187,165,84);
    transform: translateY(-2px);
}.guicontact_form_section svg {
    width: 20px;
    transition: all 0.3s ease;
    height: 20px;
    fill: rgb(214,197,137);
}.guicontact_form_section svg path {
    fill: rgb(214,197,137);
    transition: all 0.3s ease;
}.guicontact_form_section svg:hover {
    fill: rgb(187,165,84);
}.guicontact_form_section svg:hover path {
    fill: rgb(187,165,84);
}

@media (max-width: 992px) {.guicontact_form_section .guisupport_card {
    flex-direction: column;
}.guicontact_form_section .guiimage_circle {
    flex: 0 0 auto;
    order: 1;
    min-height: 300px;
}.guicontact_form_section .guiinquiry_grid {
    flex: 0 0 auto;
    order: 2;
    padding: 50px 40px;
}.guicontact_form_section h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.guicontact_form_section {
    padding: 60px 0;
}.guicontact_form_section h2 {
    margin-bottom: 30px;
    font-size: calc(29px - 4px);
}.guicontact_form_section .guiinquiry_grid {
    padding: 40px 30px;
}.guicontact_form_section #contact {
    gap: 25px;
}.guicontact_form_section .guiimage_circle {
    min-height: 250px;
}
}

@media (max-width: 576px) {.guicontact_form_section {
    padding: 40px 0;
}.guicontact_form_section .container {
    padding: 0 15px;
}.guicontact_form_section h2 {
    margin-bottom: 25px;
    font-size: calc(29px - 6px);
    padding-left: 15px;
}.guicontact_form_section .guiinquiry_grid {
    padding: 30px 20px;
}.guicontact_form_section #contact {
    gap: 20px;
}.guicontact_form_section input[type="text"] {
    padding: 15px;
}.guicontact_form_section .guimessage_help {
    width: 100%;
    padding: 15px 20px;
}.guicontact_form_section .guiimage_circle {
    min-height: 200px;
}}.guiprogram_information {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(145deg, rgb(241,231,199) 0%, rgb(214,197,137,0.5) 100%);
    overflow: hidden;
}.guiprogram_information::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(214,197,137,0.5),
        rgb(214,197,137,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    opacity: 0.04;
}.guiprogram_information .container {
    z-index: 2;
    position: relative;
}.guiprogram_information .guitraining_route {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    position: relative;
}.guiprogram_information .guitext_content {
    background: #ffffff;
    transform: translateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 2.5rem;
    transition: transform 0.4s ease;
    z-index: 3;
    border-radius: 20px;
}.guiprogram_information .guitext_content:hover {
    transform: translateY(-10px);
}.guiprogram_information .guitext_content::before {
    right: 3rem;
    height: 8rem;
    background: rgb(187,165,84,0.5);
    width: 8rem;
    position: absolute;
    content: "";
    top: -4rem;
    opacity: 0.6;
    border-radius: 50%;
    z-index: -1;
}.guiprogram_information .guitext_content h2 {
    position: relative;
    animation: fadeInUp 0.8s ease forwards;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: 29px;
    color: rgb(214,197,137);
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.guiprogram_information .guitext_content h2::after {
    left: 0;
    border-radius: 10px;
    content: "";
    bottom: -10px;
    position: absolute;
    width: 3rem;
    height: 4px;
    background: rgb(187,165,84);
    transition: width 0.4s ease;
}.guiprogram_information .guitext_content:hover h2::after {
    width: 100%;
}.guiprogram_information .guitext_content .description {
    color: #000000;
    font-size: 18px;
    margin-bottom: 1.2rem;
    line-height: 1.7;
    animation-delay: 0.2s;
    position: relative;
    padding-left: 1rem;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}.guiprogram_information .guitext_content .description:last-of-type {
    font-weight: 600;
    margin-bottom: 0;
    animation-delay: 0.4s;
}.guiprogram_information .guitext_content .description::before {
    content: "";
    position: absolute;
    background: rgb(187,165,84);
    border-radius: 50%;
    top: 0.5rem;
    left: 0;
    height: 4px;
    width: 4px;
}.guiprogram_information .guiimage_circle {
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    transition: transform 0.5s ease;
    height: 320px;
    margin-top: -2rem;
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg);
    border-radius: 0;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
}.guiprogram_information .guiimage_circle:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}.guiprogram_information .guiimage_circle::after {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(
        to bottom right,
        rgb(214,197,137,0.5) 0%,
        transparent 40%
    );
}

@media (min-width: 768px) {.guiprogram_information .guitraining_route {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
}.guiprogram_information .guitext_content {
    grid-column: 1 / 2;
    align-self: center;
    margin-right: -4rem;
}.guiprogram_information .guiimage_circle {
    height: 400px;
    grid-column: 2 / 3;
    transform: perspective(1000px) rotateX(8deg) rotateY(-8deg);
    margin-top: 0;
}.guiprogram_information .guiimage_circle::before {
    height: 20px;
    filter: blur(15px);
    content: "";
    width: 60%;
    opacity: 0.4;
    bottom: -20px;
    z-index: -1;
    position: absolute;
    background: rgb(187,165,84);
    left: 20px;
}
}

@media (min-width: 992px) {.guiprogram_information .guitraining_route {
    grid-template-columns: 1.2fr 0.8fr;
}.guiprogram_information .guitext_content {
    padding: 3rem;
}.guiprogram_information .guiimage_circle {
    height: 450px;
    margin-top: 3rem;
}.guiprogram_information .guitext_content::after {
    content: "";
    left: 25%;
    position: absolute;
    height: 6rem;
    border-radius: 50%;
    opacity: 0.4;
    bottom: -3rem;
    z-index: -1;
    background: rgb(214,197,137,0.5);
    width: 6rem;
}
}

@media (max-width: 767px) {.guiprogram_information {
    padding: 4rem 0;
}.guiprogram_information .guiimage_circle {
    margin-bottom: 2rem;
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
}}.guiabout_this {
    position: relative;
    background: rgb(241,231,199);
    padding: 120px 0;
    overflow: hidden;
}.guiabout_this::before {
    position: absolute;
    bottom: 0;
    background: linear-gradient(135deg, rgb(214,197,137,0.5) 0%, transparent 50%);
    top: 0;
    right: 0;
    content: "";
    left: 0;
    z-index: 1;
}.guiabout_this::after {
    top: 0;
    z-index: 2;
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(187,165,84,0.5) 0%, transparent 60%);
    content: "";
    width: 100%;
    left: 0;
    animation: pulse 15s infinite alternate;
    height: 100%;
}.guiabout_this .container {
    position: relative;
    z-index: 10;
}.guiabout_this .guiwhy_mission {
    flex-direction: column;
    gap: 60px;
    position: relative;
    display: flex;
}.guiabout_this .guiwhy_mission::before {
    background: linear-gradient(to bottom, transparent, rgb(214,197,137), transparent);
    top: 80px;
    z-index: -1;
    width: 2px;
    left: 50%;
    height: 85%;
    content: "";
    transform: translateX(-50%);
    position: absolute;
}.guiabout_this h3 {
    transition: transform 0.5s ease;
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    color: rgb(214,197,137);
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 40px;
    position: relative;
}.guiabout_this h3::after {
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    content: "";
    background: rgb(214,197,137);
    border-radius: 10px;
    bottom: -15px;
    left: 50%;
}.guiabout_this h3:hover {
    transform: perspective(1000px) rotateX(5deg);
}.guiabout_this .guiteam_bios {
    align-items: center;
    overflow: hidden;
    border-left: 3px solid rgb(214,197,137);
    border-radius: 22px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    padding: 40px;
    display: grid;
    gap: 40px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    grid-template-columns: 1fr 1fr;
}.guiabout_this .guiteam_bios::before {
    position: absolute;
    right: -100px;
    background: radial-gradient(circle, rgb(214,197,137,0.5) 0%, transparent 70%);
    animation: float 8s infinite ease-in-out;
    width: 200px;
    height: 200px;
    top: -100px;
    content: "";
    border-radius: 50%;
}.guiabout_this .guiteam_bios:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.guiabout_this .guiteam_bios span {
    display: block;
    font-size: 24px;
    position: relative;
    font-weight: 600;
    color: rgb(214,197,137);
    grid-column: 1 / 2;
    margin-bottom: 20px;
    padding-left: 15px;
}.guiabout_this .guiteam_bios span::before {
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    background: rgb(214,197,137);
    border-radius: 10px;
    left: 0;
    width: 5px;
}.guiabout_this .guiteam_bios p {
    font-size: 16px;
    color: #000000;
    position: relative;
    grid-column: 1 / 2;
    line-height: 1.8;
}.guiabout_this .guiteam_bios .guiimage_circle {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    grid-row: 1 / 3;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 22px;
    grid-column: 2 / 3;
    height: 350px;
}.guiabout_this .guiteam_bios .guiimage_circle::before {
    content: "";
    height: 100%;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    position: absolute;
    width: 100%;
}.guiabout_this .guiteam_bios .guiimage_circle::after {
    height: 5px;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgb(214,197,137), rgb(187,165,84));
}.guiabout_this .guiteam_bios .guiimage_circle:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
}.guiabout_this .guiexpert_team {
    padding: 40px;
    display: grid;
    position: relative;
    border-right: 3px solid rgb(187,165,84);
    gap: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr 1fr;
    align-items: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.05);
}.guiabout_this .guiexpert_team::before {
    left: -100px;
    background: radial-gradient(circle, rgb(187,165,84,0.5) 0%, transparent 70%);
    border-radius: 50%;
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    animation: float 8s infinite ease-in-out reverse;
    bottom: -100px;
}.guiabout_this .guiexpert_team:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.guiabout_this .guiexpert_team p {
    position: relative;
    font-size: 16px;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    color: #000000;
    line-height: 1.8;
}.guiabout_this .guiexpert_team .guistudy_sessions {
    height: 350px;
    position: relative;
    border-radius: 22px;
    grid-row: 1 / 2;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    grid-column: 1 / 2;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.guiabout_this .guiexpert_team .guistudy_sessions::before {
    content: "";
    width: 100%;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    position: absolute;
    height: 100%;
}.guiabout_this .guiexpert_team .guistudy_sessions::after {
    position: absolute;
    top: 0;
    height: 5px;
    width: 100%;
    background: linear-gradient(to right, rgb(187,165,84), rgb(214,197,137));
    content: "";
    left: 0;
}.guiabout_this .guiexpert_team .guistudy_sessions:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

@keyframes pulse {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.guiabout_this {
    padding: 80px 0;
}.guiabout_this .guiwhy_mission::before {
    height: 90%;
}.guiabout_this .guiteam_bios,
    .guiabout_this .guiexpert_team {
    grid-template-columns: 1fr;
    gap: 30px;
}.guiabout_this .guiteam_bios span,
    .guiabout_this .guiteam_bios p {
    grid-column: 1 / -1;
}.guiabout_this .guiteam_bios .guiimage_circle {
    grid-row: 3 / 4;
    height: 300px;
    grid-column: 1 / -1;
}.guiabout_this .guiexpert_team p {
    grid-row: 2 / 3;
    grid-column: 1 / -1;
}.guiabout_this .guiexpert_team .guistudy_sessions {
    grid-row: 1 / 2;
    grid-column: 1 / -1;
    height: 300px;
}
}

@media (max-width: 768px) {.guiabout_this {
    padding: 60px 0;
}.guiabout_this h3 {
    font-size: calc(35px * 0.9);
}.guiabout_this .guiwhy_mission {
    gap: 40px;
}.guiabout_this .guiwhy_mission::before {
    display: none;
}.guiabout_this .guiteam_bios,
    .guiabout_this .guiexpert_team {
    padding: 30px;
}.guiabout_this .guiteam_bios span {
    font-size: calc(24px * 0.9);
}.guiabout_this .guiteam_bios .guiimage_circle,
    .guiabout_this .guiexpert_team .guistudy_sessions {
    height: 250px;
}
}

@media (max-width: 576px) {.guiabout_this {
    padding: 40px 0;
}.guiabout_this h3 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.8);
}.guiabout_this .guiteam_bios,
    .guiabout_this .guiexpert_team {
    gap: 20px;
    padding: 20px;
}.guiabout_this .guiteam_bios span {
    margin-bottom: 15px;
}.guiabout_this .guiteam_bios .guiimage_circle,
    .guiabout_this .guiexpert_team .guistudy_sessions {
    height: 200px;
}}.guicourse_candidates {
    background: linear-gradient(135deg, rgb(241,231,199) 0%, rgb(214,197,137,0.5) 100%);
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
}.guicourse_candidates::before {
    border-radius: 50%;
    left: 50%;
    border: 2px solid rgba(255, 255, 255, 0.1);
    content: "";
    height: 500px;
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    width: 500px;
    z-index: 1;
    animation: rotate 20s linear infinite;
}.guicourse_candidates::after {
    z-index: 1;
    animation: rotate-reverse 30s linear infinite;
    height: 800px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 800px;
    position: absolute;
    content: "";
    border: 4px dotted rgb(214,197,137,0.5);
    top: 50%;
}@keyframes rotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes rotate-reverse {
    from { transform: translate(-50%, -50%) rotate(360deg); }
    to { transform: translate(-50%, -50%) rotate(0deg); }
}

.guicourse_candidates .guiwhy_mission {
    border-radius: 27px;
    z-index: 5;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 2rem;
}.guicourse_candidates .guiwhy_mission::before {
    border-radius: 50%;
    height: 300px;
    background: radial-gradient(circle, rgb(187,165,84,0.5) 0%, transparent 70%);
    width: 300px;
    animation: pulse 8s ease-in-out infinite alternate;
    transform: translate(-50%, -50%);
    top: 50%;
    content: "";
    position: absolute;
    z-index: -1;
    filter: blur(50px);
    left: 50%;
}@keyframes pulse {
    0% { opacity: 0.3; transform: translate(-50%, -50%) scale(0.8); }
    100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1.2); }
}

.guicourse_candidates h3 {
    z-index: 10;
    font-weight: 700;
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 4rem;
    text-align: center;
    position: relative;
}.guicourse_candidates h3::after {
    border-radius: 50px;
    left: 50%;
    background: rgb(214,197,137);
    content: "";
    transform: translateX(-50%);
    box-shadow: 0 0 15px rgb(214,197,137);
    animation: glow 3s infinite alternate;
    width: 150px;
    position: absolute;
    bottom: -15px;
    height: 3px;
}@keyframes glow {
    0% { box-shadow: 0 0 5px rgb(214,197,137); }
    100% { box-shadow: 0 0 20px rgb(214,197,137), 0 0 40px rgb(214,197,137,0.5); }
}

.guicourse_candidates ul {
    gap: 2.5rem;
    margin: 0;
    position: relative;
    list-style: none;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    padding: 0;
}.guicourse_candidates li {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    transition: all 0.4s ease;
    background-color: rgba(0, 0, 0, 0.2);
    align-items: center;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    padding: 1.5rem 2rem;
    overflow: hidden;
}.guicourse_candidates li::before {
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    z-index: -1;
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
}.guicourse_candidates li::after {
    opacity: 0;
    content: "";
    animation-delay: calc(var(--i, 0) * 1s);
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(20deg) translateX(-150px);
    height: 150%;
    z-index: 0;
    width: 50px;
    animation: data-stream 5s infinite;
}.guicourse_candidates li:nth-child(1) {
    --i: 0;
}.guicourse_candidates li:nth-child(2) {
    --i: 1;
}.guicourse_candidates li:nth-child(3) {
    --i: 2;
}.guicourse_candidates li:nth-child(4) {
    --i: 3;
}.guicourse_candidates li:nth-child(5) {
    --i: 4;
}.guicourse_candidates li:nth-child(6) {
    --i: 5;
}.guicourse_candidates li:nth-child(7) {
    --i: 6;
}.guicourse_candidates li:nth-child(8) {
    --i: 7;
}.guicourse_candidates li:nth-child(9) {
    --i: 8;
}.guicourse_candidates li:nth-child(10) {
    --i: 9;
}@keyframes data-stream {
    0% { transform: rotate(20deg) translateX(-150px); opacity: 0; }
    20% { opacity: 0.5; }
    100% { transform: rotate(20deg) translateX(500px); opacity: 0; }
}

.guicourse_candidates li:hover {
    border-color: rgb(187,165,84);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}.guicourse_candidates svg {
    height: 30px;
    width: 30px;
    transition: all 0.4s ease;
    position: relative;
    margin-right: 1.5rem;
    z-index: 2;
}.guicourse_candidates svg path {
    fill: rgb(187,165,84);
    transition: all 0.4s ease;
}.guicourse_candidates li:hover svg {
    transform: rotate(15deg);
}.guicourse_candidates li:hover svg path {
    fill: rgb(214,197,137);
}

@media (max-width: 1200px) {.guicourse_candidates::before {
    height: 400px;
    width: 400px;
}.guicourse_candidates::after {
    height: 600px;
    width: 600px;
}
}

@media (max-width: 992px) {.guicourse_candidates {
    padding: 4rem 1.5rem;
}.guicourse_candidates ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.guicourse_candidates li {
    padding: 1.25rem 1.5rem;
}
}

@media (max-width: 768px) {.guicourse_candidates {
    padding: 3.5rem 1.5rem;
}.guicourse_candidates ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.guicourse_candidates::before {
    height: 300px;
    width: 300px;
}.guicourse_candidates::after {
    height: 450px;
    width: 450px;
}.guicourse_candidates h3 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 576px) {.guicourse_candidates {
    padding: 3rem 1rem;
}.guicourse_candidates .guiwhy_mission {
    padding: 1.5rem 1rem;
}.guicourse_candidates h3 {
    font-size: calc(28px * 0.8);
    margin-bottom: 3rem;
}.guicourse_candidates li {
    padding: 1rem 1.25rem;
}.guicourse_candidates svg {
    margin-right: 1rem;
    height: 25px;
    width: 25px;
}}.guisign_up_now {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(187,165,84), rgb(214,197,137,0.5));
    position: relative;
    z-index: 1;
}.guisign_up_now::before {
    left: 0;
    height: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.15) 0%, transparent 60%);
}.guisign_up_now::after {
    right: -5%;
    background: radial-gradient(circle, rgb(187,165,84,0.5) 0%, transparent 70%);
    height: 40%;
    z-index: -1;
    animation: orbitalGlow 15s infinite alternate ease-in-out;
    content: "";
    bottom: -10%;
    position: absolute;
    filter: blur(40px);
    width: 40%;
}.guisign_up_now .container {
    display: flex;
    z-index: 2;
    align-items: center;
    flex-direction: column;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}.guisign_up_now h2 {
    font-size: 36px;
    text-shadow: 0 2px 15px rgba(0,0,0,0.15);
    font-weight: 600;
    letter-spacing: 0.02em;
    font-family: Arial, sans-serif;
    transform: perspective(1000px) translateZ(20px);
    margin-bottom: 3rem;
    max-width: 800px;
    position: relative;
    line-height: 1.3;
    color: #ffffff;
    text-align: center;
}.guisign_up_now .guiwhy_mission {
    transform: perspective(1000px) rotateX(2deg);
    align-items: center;
    transform-style: preserve-3d;
    display: flex;
    padding: 2.5rem;
    border-radius: 30px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.15);
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    justify-content: center;
    transition: transform 0.5s ease-out;
}.guisign_up_now .guiwhy_mission::before {
    border-radius: calc(30px + 5px);
    opacity: 0.5;
    content: "";
    background: linear-gradient(45deg, rgb(214,197,137), transparent, rgb(187,165,84), transparent);
    right: -5px;
    top: -5px;
    left: -5px;
    animation: borderGlow 4s infinite alternate;
    position: absolute;
    bottom: -5px;
    filter: blur(10px);
    z-index: -1;
}.guisign_up_now .guiwhy_mission:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}.guisign_up_now svg {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-right: 2rem;
    transform: translateZ(10px) rotate(-5deg);
    width: 42px;
    height: 42px;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}.guisign_up_now svg:hover {
    transform: translateZ(20px) rotate(0deg) scale(1.1);
}.guisign_up_now svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.guisign_up_now .guiwhy_mission:hover svg path {
    filter: drop-shadow(0 0 5px rgb(255, 255, 255, 0.5));
    fill: #ffffff;
}.guisign_up_now .guiwhy_mission div {
    transform: translateZ(15px);
    display: flex;
    align-items: center;
}.guisign_up_now .guimessage_help {
    background: linear-gradient(135deg, rgb(214,197,137), rgb(187,165,84));
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    border-radius: 10px;
    font-family: Arial, sans-serif;
    transform: translateZ(10px);
    letter-spacing: 0.03em;
    padding: 0.9rem 2.2rem;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
}.guisign_up_now .guimessage_help::before {
    left: -100%;
    width: 100%;
    content: "";
    transition: all 0.6s ease;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}.guisign_up_now .guimessage_help:hover {
    transform: translateZ(30px) scale(1.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    background: linear-gradient(135deg, rgb(187,165,84), rgb(214,197,137));
}.guisign_up_now .guimessage_help:hover::before {
    left: 100%;
}.guisign_up_now .guimessage_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) {.guisign_up_now {
    padding: 5rem 0;
}.guisign_up_now h2 {
    margin-bottom: 2.5rem;
    font-size: calc(36px * 0.9);
}.guisign_up_now .guiwhy_mission {
    padding: 2rem;
}
}

@media (max-width: 767px) {.guisign_up_now {
    padding: 4rem 0;
}.guisign_up_now h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 2rem;
}.guisign_up_now .guiwhy_mission {
    flex-direction: column;
    padding: 1.8rem;
}.guisign_up_now svg {
    margin-right: 0;
    margin-bottom: 1.5rem;
}.guisign_up_now .guimessage_help {
    padding: 0.8rem 1.8rem;
}
}

@media (max-width: 575px) {.guisign_up_now {
    padding: 3rem 0;
}.guisign_up_now h2 {
    letter-spacing: 0.01em;
    font-size: calc(36px * 0.7);
}.guisign_up_now .guiwhy_mission {
    width: 90%;
    padding: 1.5rem;
}.guisign_up_now svg {
    margin-bottom: 1.2rem;
    width: 36px;
    height: 36px;
}.guisign_up_now .guimessage_help {
    padding: 0.7rem 1.5rem;
    font-size: calc(14px * 0.9);
}}.guiprivacy_haven {
    padding: 3rem;
    flex-direction: column;
    color: #000000;
    background-color: rgb(241,231,199);
    font-family: Arial, sans-serif;
    display: flex;
    width: 100%;
}.guiprivacy_haven h1 {
    text-transform: uppercase;
    border-bottom: 3px solid rgb(214,197,137);
    font-size: 38px;
    letter-spacing: 0.1rem;
    padding-bottom: 1rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: rgb(214,197,137);
}.guiprivacy_haven h2 {
    margin-bottom: 1rem;
    border-left: 4px solid rgb(187,165,84);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 32px;
    color: rgb(187,165,84);
    padding-left: 1rem;
    margin-top: 2rem;
    letter-spacing: 0.08rem;
}.guiprivacy_haven h3,.guiprivacy_haven h4,.guiprivacy_haven h5, .guiprivacy_haven h6 {
    margin: 1rem 0;
    font-size: 20px;
}.guiprivacy_haven ul,
.guiprivacy_haven ol {
    margin-top: 1.5rem;
    list-style-position: inside;
    border-left: 2px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 1.5rem;
    padding-left: 2rem;
    list-style-type: none;
}.guiprivacy_haven li {
    margin-bottom: 1rem;
    font-size: 17px;
    line-height: 1.8;
    position: relative;
}.guiprivacy_haven li::before {
    content: "▹";
    color: rgb(214,197,137);
    margin-right: 0.5rem;
}.guiprivacy_haven p {
    color: #000000;
    font-size: 17px;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}.guiprivacy_haven span {
    color: rgb(187,165,84);
    font-weight: 700;
}.guiprivacy_haven > div {
    margin-bottom: 2rem;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
}
@media only screen and (max-width: 800px) {.guiprivacy_haven {
    gap: 1.5rem;
    padding: 1.5rem;
}.guiprivacy_haven h1 {
    font-size: calc(20px - 0.5rem);
}.guiprivacy_haven h2 {
    font-size: calc(20px - 0.5rem);
}.guiprivacy_haven p,
    .guiprivacy_haven li {
    font-size: calc(17px - 0.2rem);
}.guiprivacy_haven > div {
    padding: 0.5rem;
}}
.guithanksGrid {
    padding: 4rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(241,231,199) 0%, rgb(187,165,84,0.5) 100%);
    overflow: hidden;
}.guithanksGrid::before {
    z-index: 1;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    background: radial-gradient(circle at 75% 25%, rgb(214,197,137,0.5) 0%, transparent 50%);
    pointer-events: none;
    width: 100%;
}.guithanksGrid::after {
    z-index: 0;
    height: 15rem;
    content: "";
    transform: rotate(-15deg);
    width: 15rem;
    right: -5rem;
    position: absolute;
    background: linear-gradient(225deg, rgb(187,165,84) 0%, transparent 70%);
    opacity: 0.15;
    bottom: -5rem;
}.guithanksGrid .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.guithanksGrid .guiwhy_mission {
    transform: translateX(-20px);
    display: flex;
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    flex-direction: column;
    opacity: 0;
    gap: 2.5rem;
    position: relative;
}.guithanksGrid .guiwhy_mission > div:first-child {
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
    transition: transform 0.5s ease;
}.guithanksGrid .guiwhy_mission > div:first-child::before {
    background: rgb(214,197,137);
    top: 50%;
    position: absolute;
    left: -2rem;
    transform: translateY(-50%);
    height: 50%;
    content: "";
    width: 0.5rem;
}.guithanksGrid .guiwhy_mission > div:last-child {
    opacity: 0;
    backdrop-filter: blur(10px);
    transform: translateY(15px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.1), 
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    position: relative;
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.9);
}.guithanksGrid .guiwhy_mission > div:last-child::after {
    content: "";
    left: 0;
    transform: scaleX(0);
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    background: linear-gradient(90deg, rgb(214,197,137), rgb(187,165,84));
    transform-origin: left;
    bottom: 0;
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    width: 100%;
    height: 4px;
}.guithanksGrid h5 {
    font-weight: 700;
    transition: transform 0.4s ease;
    position: relative;
    font-size: 21px;
    color: #000000;
    line-height: 1.4;
    margin: 0;
    transform: translateY(0);
    padding-left: 1rem;
}.guithanksGrid p {
    line-height: 1.8;
    margin: 0;
    font-size: 18px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
}.guithanksGrid a {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
}.guithanksGrid a:hover {
    transform: translateY(-5px);
}.guithanksGrid a:hover p {
    color: rgb(214,197,137);
}.guithanksGrid a:focus {
    box-shadow: 0 0 0 3px rgb(214,197,137,0.5);
    outline: none;
}

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

@keyframes fade-up {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@media (min-width: 768px) {.guithanksGrid {
    padding: 6rem 0;
}.guithanksGrid .guiwhy_mission {
    gap: 3.5rem;
}.guithanksGrid .guiwhy_mission > div:first-child::before {
    height: 70%;
    width: 0.6rem;
}.guithanksGrid h5 {
    font-size: calc(21px * 1.2);
    padding-left: 1.5rem;
}.guithanksGrid .guiwhy_mission > div:last-child {
    max-width: 90%;
    padding: 3rem;
    margin-left: 3rem;
}
}

@media (min-width: 992px) {.guithanksGrid {
    padding: 8rem 0;
}.guithanksGrid .container {
    padding: 0 2rem;
}.guithanksGrid .guiwhy_mission {
    gap: 4rem;
}.guithanksGrid .guiwhy_mission > div:first-child {
    padding-left: 2rem;
}.guithanksGrid .guiwhy_mission > div:first-child::before {
    left: 0;
    width: 0.7rem;
}.guithanksGrid h5 {
    padding-left: 2rem;
    font-size: calc(21px * 1.4);
}.guithanksGrid .guiwhy_mission > div:last-child {
    margin-left: 6rem;
    max-width: 80%;
    padding: 4rem;
}.guithanksGrid p {
    font-size: calc(18px * 1.1);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.guithanksGrid .guiwhy_mission > div:last-child {
    margin-left: 8rem;
    padding: 4.5rem;
    max-width: 75%;
}.guithanksGrid h5 {
    font-size: calc(21px * 1.5);
}
}

@media (max-width: 767px) {.guithanksGrid {
    padding: 3rem 0;
}.guithanksGrid .guiwhy_mission > div:first-child::before {
    width: 0.4rem;
    left: -1rem;
}.guithanksGrid h5 {
    padding-left: 0.75rem;
    font-size: calc(21px * 0.9);
}.guithanksGrid .guiwhy_mission > div:last-child {
    padding: 1.75rem;
}}.guihomepage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(241,231,199) 0%, rgb(187,165,84,0.5) 100%);
    overflow: hidden;
    min-height: 100vh;
}.guihomepage::before {
    top: 0;
    bottom: 0;
    opacity: 0.03;
    content: "";
    right: 0;
    background: 
    linear-gradient(45deg, transparent 45%, rgb(214,197,137,0.5) 45%, rgb(214,197,137,0.5) 55%, transparent 55%),
    linear-gradient(-45deg, transparent 45%, rgb(187,165,84,0.5) 45%, rgb(187,165,84,0.5) 55%, transparent 55%);
    position: absolute;
    z-index: 1;
    animation: backgroundShift 60s linear infinite;
    left: 0;
    background-size: 50px 50px;
}.guihomepage::after {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 40vw;
    z-index: 0;
    right: -10%;
    background: rgb(214,197,137);
    animation: floatBubble 20s ease-in-out infinite alternate;
    position: absolute;
    opacity: 0.03;
    transform: rotate(-15deg);
    top: -10%;
    content: "";
    height: 40vw;
}.guihomepage .guiskill_trackfast {
    width: 90%;
    position: relative;
    max-width: 1200px;
    grid-template-columns: 1fr;
    z-index: 2;
    gap: 2rem;
    display: grid;
}.guihomepage .guiskill_trackfast > div:first-child {
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    position: relative;
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    opacity: 0;
    transform: translateY(1rem);
    padding: 1.5rem 2rem;
}.guihomepage .guiskill_trackfast > div:first-child::before {
    transform: scaleY(0);
    background: rgb(214,197,137);
    animation: growLine 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    transform-origin: top;
    position: absolute;
    height: 100%;
    width: 5px;
    top: 0;
    content: "";
    left: 0;
}.guihomepage .guiskill_trackfast > div:first-child p {
    margin: 0;
    color: #000000;
    letter-spacing: 0.015em;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-size: calc(18px * 1.1);
    font-weight: 600;
}.guihomepage .guiskill_guides {
    position: relative;
    transform: translateY(1rem);
    opacity: 0;
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
}.guihomepage .guiskill_guides > div {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    padding: 3rem 2.5rem;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}.guihomepage .guiskill_guides > div::before {
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
    content: "";
    position: absolute;
    top: 0;
}.guihomepage .guiskill_guides > div h3 {
    position: relative;
    font-size: calc(23px * 0.95);
    margin: 0 0 2rem;
    color: #ffffff;
    font-weight: 400;
    z-index: 2;
    animation: fadeIn 0.8s ease-out 0.8s both;
    line-height: 1.5;
    max-width: 85%;
    font-family: Arial, sans-serif;
}.guihomepage .guiskill_guides > div > div {
    z-index: 2;
    position: relative;
}.guihomepage .guiskill_guides .title_style_header {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    animation: slideUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
    transform: translateY(0.5rem);
    font-family: Arial, sans-serif;
    opacity: 0;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-weight: 700;
    margin: 0;
    font-size: clamp(2rem, 5vw, 46px);
}.guihomepage .guiskill_guides > div > div > div {
    position: relative;
    margin-top: 1.5rem;
}.guihomepage .guiskill_guides > div > div > div::before {
    transform-origin: left;
    transform: scaleX(0);
    height: 4px;
    width: 60px;
    content: "";
    position: absolute;
    bottom: -1.5rem;
    background: rgb(214,197,137);
    left: 0;
    animation: growLine 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s forwards;
}

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

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

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

@keyframes backgroundShift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 500px 500px;
  }
}

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

@media (min-width: 768px) {.guihomepage .guiskill_trackfast {
    grid-template-columns: 0.4fr 0.6fr;
    align-items: center;
    gap: 3rem;
}.guihomepage .guiskill_trackfast > div:first-child {
    margin-top: -2rem;
    padding: 2rem 2.5rem;
}.guihomepage .guiskill_trackfast > div:first-child p {
    font-size: calc(18px * 1.2);
}.guihomepage .guiskill_guides > div {
    justify-content: center;
    padding: 4rem 3rem;
    min-height: 320px;
    flex-direction: column;
    display: flex;
}.guihomepage .guiskill_guides > div h3 {
    max-width: 80%;
    font-size: 23px;
    margin-bottom: 2.5rem;
}.guihomepage .guiskill_guides > div > div > div::before {
    height: 5px;
    width: 80px;
}
}

@media (min-width: 992px) {.guihomepage .guiskill_trackfast {
    grid-template-columns: 0.35fr 0.65fr;
}.guihomepage .guiskill_trackfast > div:first-child {
    animation: slideRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    transform: translateX(-1rem);
    opacity: 0;
}.guihomepage .guiskill_guides {
    animation: slideLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    transform: translateX(1rem);
    opacity: 0;
}.guihomepage .guiskill_guides > div {
    min-height: 380px;
    padding: 5rem 4rem;
}.guihomepage .guiskill_guides > div h3 {
    font-size: calc(23px * 1.1);
    max-width: 75%;
}.guihomepage .guiskill_guides > div > div > div::before {
    width: 100px;
}
}

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

@keyframes slideLeft {
  from {
    transform: translateX(1rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (hover: hover) {.guihomepage .guiskill_guides > div {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.guihomepage .guiskill_guides > div:hover {
    transform: translateY(-5px);
}.guihomepage .guiskill_guides > div:hover .title_style_header {
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: text-shadow 0.5s ease;
}.guihomepage .guiskill_trackfast > div:first-child {
    transition: box-shadow 0.5s ease, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.guihomepage .guiskill_trackfast > div:first-child:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
}

@media (max-width: 767px) {.guihomepage {
    padding: 4rem 1rem;
}.guihomepage .guiskill_trackfast > div:first-child {
    padding: 1.25rem 1.5rem;
}.guihomepage .guiskill_guides > div {
    padding: 2.5rem 1.5rem;
}.guihomepage .guiskill_guides > div h3 {
    max-width: 100%;
    margin-bottom: 1.5rem;
    font-size: calc(22px * 1.1);
}.guihomepage .guiskill_guides .title_style_header {
    font-size: calc(31px * 0.9);
}}footer {
    position: relative;
    width: 100%;
}footer .guistudy_bottom {
    background-color: #2c3e50;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 100px 0 30px;
}footer .guistudy_bottom::before {
    height: 100%;
    top: 0;
    left: 0;
    background-size: 60px 60px;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    opacity: 0.1;
    content: "";
    position: absolute;
    width: 100%;
}footer .guiabout_learn {
    z-index: 1;
    position: relative;
}footer .guiinstant_help {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    position: relative;
    margin: -70px auto 60px;
}footer .info_item {
    transition: all 0.3s ease;
    align-items: center;
    background-color: #ffffff;
    height: 100px;
    padding: 0 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    content: "";
    transition: height 0.3s ease, top 0.3s ease;
    position: absolute;
    background-color: rgb(214,197,137);
    width: 6px;
    height: 50%;
    left: 0;
    top: 25%;
}footer .info_item:hover {
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}footer .info_item:hover::before {
    height: 100%;
    top: 0;
}footer .info_item svg {
    height: 22px;
    width: 22px;
    fill: rgb(214,197,137);
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    margin-right: 15px;
}footer .info_item p,
footer .info_item a {
    font-size: 12px;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    z-index: 1;
    color: #2c3e50;
}footer .info_item a:hover {
    color: rgb(214,197,137);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 30px;
}footer .guitop_nav, footer .subscribe_holder {
    transition: all 0.3s ease;
    padding: 30px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 13px;
}footer .guitop_nav:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .guipage_header {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    gap: 20px;
}footer .guitop_nav svg {
    filter: brightness(0) invert(1);
    height: 45px;
    margin-bottom: 20px;
    width: auto;
}footer .guireferral_prog {
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .guipage_header h5 {
    font-weight: 600;
    grid-column: 1 / -1;
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    padding-bottom: 10px;
}footer .guipage_header h5::after {
    background-color: rgb(214,197,137);
    height: 2px;
    width: 50px;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
}footer .guihead_base {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 13px;
    transition: all 0.3s ease;
    height: 100%;
    padding: 20px;
}footer .guihead_base:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.08);
}footer .guihead_base a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 8px 0;
    transition: all 0.3s ease;
    font-size: 12px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    display: block;
}footer .guihead_base a:last-child {
    border-bottom: none;
}footer .guihead_base a::before {
    opacity: 0;
    transform: translateX(-10px);
    position: absolute;
    content: "→";
    right: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}footer .guihead_base a:hover {
    color: #ffffff;
    padding-left: 5px;
}footer .guihead_base a:hover::before {
    opacity: 1;
    transform: translateX(0);
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    position: relative;
    color: #ffffff;
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 600;
}footer .subscribe_holder h5::after {
    content: "";
    left: 0;
    bottom: 0;
    background-color: rgb(214,197,137);
    width: 50px;
    position: absolute;
    height: 2px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 10px;
    font-size: 12px;
    color: #ffffff;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
    border-color: rgb(214,197,137);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .guiupdates_card {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background-color: rgb(214,197,137);
    cursor: pointer;
    border-radius: 10px;
    border: none;
    padding: 15px;
    transition: all 0.3s ease;
}footer .guiupdates_card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background-color: rgb(187,165,84);
}footer .guigrant_info {
    position: relative;
    text-align: center;
    margin-top: 50px;
}footer .guivr_labs {
    color: rgba(255, 255, 255, 0.6);
    padding: 8px 20px;
    font-size: 13px;
    background-color: rgba(255, 255, 255, 0.05);
    display: inline-block;
    border-radius: 30px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 2fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .guiupdates_card {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .guipage_header {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .guistudy_bottom {
    padding: 70px 0 30px;
}footer .guiinstant_help {
    margin-top: 0;
    margin-bottom: 40px;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .guitop_nav, footer .subscribe_holder {
    padding: 25px 20px;
}footer .guipage_header h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .guigrant_info {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .guistudy_bottom {
    padding: 50px 0 20px;
}footer .guihead_base {
    padding: 15px;
}footer .guipage_header h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .input_holder input[type="email"],
    footer .guiupdates_card {
    padding: 12px;
}}.guimodalCookieAgreement {
    border-top: 2px solid rgb(214,197,137);
    background: rgb(241,231,199);
    position: fixed;
    width: 100%;
    z-index: 90;
    bottom: 0;
}.guicookie_ack {
    align-items: center;
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
}.guimodalCookieAgreement h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.guimodalCookieAgreement p {
    font-size: 18px;
}.guipolicy_ack {
    flex-shrink: 0;
    margin-right: 10px;
}.guipolicy_ack svg, .guipolicy_ack svg path, .guipolicy_ack img {
    fill: rgb(214,197,137);
    height: 100px;
    width: 100px;
}.guicookies_overview {
    line-height: 35px;
    white-space: nowrap;
    font-size: 24px;
    text-decoration: none;
    min-width: 120px;
    margin-left: 10px;
    flex-shrink: 0;
    cursor: pointer;
    border-bottom: 2px solid rgb(214,197,137);
    color: rgb(214,197,137);
    text-align: center;
}.guimodalCookieAgreement p a {
    color: rgb(214,197,137);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.guimodalCookieAgreement {
    padding: 20px;
}}
#guicookieAlertOverlay {
    display: none;
}#guicookieAlertOverlay:checked ~ .guimodalCookieAgreement {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.guipolicy_ack {
    display: none;
}.guicookie_ack {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.guimodalCookieAgreement h5 {
    text-align: center;
}.guimodalCookieAgreement p {
    text-align: center;
}.guivisitor_privacy {
    margin-bottom: 20px;
}body .guiwrap-container .guicookies_overview {
    margin-left: 0;
}
}