* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

header,footer {
    width: 100%;
}

header {
    padding: 1.5rem 0;
    position: relative;
    background: linear-gradient(to right, rgb(166,182,110,0.5), rgb(199,210,156));
    z-index: 1000;
    overflow: visible;
}

.join_now863::before {
    height: 140%;
    left: -5%;
    animation: shimmer 8s infinite linear;
    width: 120%;
    top: -10%;
    position: absolute;
    background: linear-gradient(45deg, transparent 30%, rgb(166,182,110,0.5) 40%, transparent 60%);
    transform: rotate(-5deg);
    z-index: 1;
    pointer-events: none;
    content: "";
}

.join_now863 h6 {
    line-height: 1.6;
    text-align: center;
    padding: 0 1rem;
    color: #ffffff;
    font-weight: 600;
    max-width: 800px;
    letter-spacing: 0.5px;
    opacity: 0;
    animation: text-appear 0.7s ease-out 0.2s forwards;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    transform: translateY(10px);
    font-size: clamp(19px, 4vw, calc(19px * 1.2));
}

.join_now863 .reach_request786::before {
    bottom: -2px;
    transform: translate3d(0, 0, 0);
    background: linear-gradient(45deg, rgb(199,210,156), rgb(166,182,110), rgb(199,210,156));
    left: -2px;
    top: -2px;
    content: "";
    z-index: -1;
    position: absolute;
    animation: gradient-shift 5s ease infinite;
    right: -2px;
}

.join_now863 .reach_request786:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.receive_updates194 .founders_team386 {
    flex-direction: column;
    position: relative;
    display: flex;
}

.receive_updates194 p {
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: 19px;
    color: #000000;
    padding-bottom: 1rem;
    font-family: Lato, sans-serif;
    text-align: left;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
    position: relative;
}

.receive_updates194 p::after {
    height: 4px;
    background: linear-gradient(to right, rgb(199,210,156), transparent);
    left: 0;
    width: 80%;
    content: "";
    bottom: 0;
    position: absolute;
}

.receive_updates194 .input_holder:hover::before {
    opacity: 0.5;
}

.receive_updates194 .subscribe_box567 {
    padding: 1rem 1.5rem;
    border-bottom: 3px solid rgb(166,182,110,0.5);
    border: none;
    width: 100%;
    font-family: Lato, sans-serif;
    font-size: 16px;
    transition: all 0.3s ease;
    border-radius: 10px 10px 0 0;
    background-color: rgb(233,237,211);
}

.receive_updates194 .sub_area546:hover {
    box-shadow: 0 5px 15px rgb(199,210,156,0.5);
    background: rgb(166,182,110);
}

.receive_updates194 .sub_area546:hover::before {
    left: 100%;
}

.cookieSettingsWindow498 {
    z-index: 90;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px 20px;
    background: rgb(166,182,110);
    border-top: 3px solid rgb(199,210,156);
}

.cookieSettingsWindow498 p {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}

.cookieSettingsWindow498 p a {
    text-decoration: none;
    color: rgb(199,210,156);
    border-bottom: 2px solid rgb(199,210,156);
}


#cookie_modal_alert785 {
    display: none;
}

#cookie_modal_alert785:checked ~ .cookieSettingsWindow498 {
    opacity: 0;
    visibility: hidden;
}

.company_overview984::before {
    content: "";
    left: 0;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgb(199,210,156,0.5), rgba(0, 0, 0, 0.5) 80%);
    height: 100%;
    position: absolute;
    width: 100%;
}

.company_overview984 .text_column137::before {
    top: 0;
    width: 5px;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(199,210,156), rgb(166,182,110));
    height: 100%;
}

.company_overview984 .text_column137:hover h1 {
    transform: translateX(0);
}

.company_overview984 .text_column137:hover h1::after {
    transform: scaleX(1);
}

.company_overview984 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.company_overview984 .text_column137:hover h4 {
    opacity: 1;
    transform: translateY(0);
}

.company_overview984 span {
    column-gap: 40px;
    transition: opacity 0.5s ease;
    opacity: 0.9;
    display: block;
    line-height: 1.8;
    color: #000000;
    column-count: 1;
    font-size: 17px;
    max-width: 100%;
    font-family: Lato, sans-serif;
}

.instructor_profile831::before {
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(166,182,110,0.5) 0px,
        rgb(166,182,110,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
    position: absolute;
    content: "";
}

.instructor_profile831 .client_review098:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}

.instructor_profile831 .client_review098:hover::before {
    transform: scaleY(1);
}

.instructor_profile831 .photo_album064 {
    height: 180px;
    margin: 0 auto;
    border: 6px solid #ffffff;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    transform: rotate(-3deg) translateY(0);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 180px;
}

.instructor_profile831 .client_review098:hover .name {
    transform: translateY(-5px);
}

.instructor_profile831 .client_review098:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}

.instructor_profile831 .client_review098 div:nth-child(2) div {
    color: rgb(166,182,110);
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    margin-top: 0.5rem;
    text-align: center;
    font-style: italic;
    font-size: calc(12px * 1.05);
}

.training_benefits674 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(rgb(233,237,211), 0.95), rgba(rgb(199,210,156,0.5), 0.15));
    padding: 120px 0;
    perspective: 1000px;
}

.training_benefits674 h5::after {
    position: absolute;
    content: "";
    width: 80px;
    bottom: -15px;
    transform: translateX(-50%);
    height: 3px;
    z-index: 1;
    left: 50%;
    background: linear-gradient(90deg, rgb(199,210,156), rgb(166,182,110));
}

.training_benefits674 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}

.training_benefits674 .founders_team386 > div:first-child {
    border-radius: 21px;
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
    transform: translateZ(30px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.training_benefits674 .photo_album064 {
    height: auto;
    width: 100%;
    transition: filter 0.5s ease;
    object-fit: cover;
    border-radius: 21px;
    display: block;
}

.training_benefits674 ul {
    grid-template-columns: 1fr;
    margin: 0;
    display: grid;
    padding: 0;
    list-style: none;
    gap: 24px;
}

.training_benefits674 li:hover {
    transform: translateX(5px);
}

.training_benefits674 li p {
    font-size: 13px;
    color: #000000;
    display: flex;
    line-height: 1.6;
    margin: 0;
    position: relative;
    align-items: flex-start;
}

.training_benefits674 li:hover svg {
    transform: translateY(-2px) scale(1.1);
}

.course_program_description124 {
    overflow: hidden;
    position: relative;
    background-color: rgb(233,237,211);
    padding: 120px 0;
}

.course_program_description124 .education_track927 {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course_program_description124 .text_column137 {
    transform: translateZ(0);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    width: 100%;
    padding: 40px;
    position: relative;
    z-index: 4;
}

.course_program_description124 .text_column137 h2::after {
    content: "";
    height: 3px;
    width: 60px;
    position: absolute;
    background: linear-gradient(90deg, rgb(199,210,156), rgb(166,182,110));
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    bottom: 0;
}

.course_program_description124 .photo_album064 {
    overflow: hidden;
    margin-top: 60px;
    border-radius: 20px;
    height: 500px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.course_program_description124 .education_track927::before,
.course_program_description124 .education_track927::after {
    height: 1px;
    opacity: 0.5;
    position: absolute;
    content: "";
    z-index: 1;
    top: 50%;
    width: 200px;
    background-color: rgb(199,210,156,0.5);
}

.course_program_description124 .education_track927::before {
    left: -100px;
    transform: rotate(45deg);
}

.title_portal163 .study_sessions675 {
    max-width: 1200px;
    display: grid;
    transition: transform 0.8s cubic-bezier(0.17, 0.84, 0.44, 1);
    transform: translateY(0);
    grid-gap: 2rem;
    position: relative;
    margin: 0 auto;
    align-content: center;
    z-index: 5;
    grid-template-columns: 1fr;
    height: 100%;
    padding: 5rem;
}

.title_portal163 .study_sessions675 > div:nth-child(3) {
    animation-delay: 0.9s;
}

.title_portal163 .title_style_header {
    font-size: clamp(2.5rem, 5vw, 46px);
    transform-origin: left center;
    font-weight: 700;
    line-height: 1.1;
    -webkit-background-clip: text !important;
    color: transparent;
    background: linear-gradient(
        to right,
        #ffffff 30%,
        rgb(166,182,110) 100%
    );
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    margin: 0;
    background-clip: text !important;
}

header::before {
    left: 0;
    width: 100%;
    top: 0;
    z-index: -1;
    opacity: 0.1;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    height: 100%;
    position: absolute;
}

header .top_teach345 {
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    display: flex;
}

header .head_info164:hover::after {
    width: 80%;
    opacity: 1;
}

header .head_info164 svg {
    height: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(0 4px 8px rgb(199,210,156,0.5));
    width: 220px;
}

header .first_teach592 {
    text-decoration: none;
    letter-spacing: 0.5px;
    font-family: Lato, sans-serif;
    transition: all 0.3s ease;
    padding: 0.7rem 1.2rem;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
}

header .first_teach592:hover::before {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.confidential_nest619::before {
    content: "";
    width: 100%;
    z-index: 1;
    height: 100%;
    background: linear-gradient(135deg, rgba(var(--primary-color_opacity, 0.03)), transparent 80%);
    left: 0;
    position: absolute;
    top: 0;
}

.confidential_nest619 h1 {
    color: var(--dark-color, #212529);
    padding-bottom: 1rem;
    font-size: var(--h1-font-size, 2.5rem);
    position: relative;
    transform: translateX(-0.5rem);
    font-weight: var(--font-weight-bold, 700);
    margin-bottom: 2rem;
}

.confidential_nest619 h2 {
    font-weight: var(--font-weight-semibold, 600);
    transform: translateX(-1rem);
    font-size: var(--h2-font-size, 1.75rem);
    position: relative;
    color: var(--dark-color, #212529);
    margin: 2.5rem 0 1.25rem;
    padding-left: 1rem;
}

.confidential_nest619 h4 {
    color: var(--dark-color, #212529);
    position: relative;
    font-weight: var(--font-weight-semibold, 600);
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.7);
    margin: 1.75rem 0 0.75rem;
}

.confidential_nest619 li {
    padding-left: 1.5rem;
    color: var(--p-color, #495057);
    font-size: var(--p-font-size, 1rem);
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.gratefulPage349 {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(233,237,211), rgba(245, 247, 250, 0.95));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.gratefulPage349::after {
    content: "";
    z-index: 2;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, 
    transparent, 
    rgb(166,182,110), 
    rgb(199,210,156), 
    transparent);
    height: 3px;
    position: absolute;
    width: 100%;
}

.gratefulPage349 .founders_team386 {
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    opacity: 0;
    animation: slideUp 0.8s ease-out forwards 0.5s;
    position: relative;
    padding: 3rem;
    transform: translateY(1rem);
    border-left: 4px solid rgb(199,210,156);
}

.gratefulPage349 li {
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.gratefulPage349 li span {
    line-height: 1.7;
    color: #000000;
    opacity: 0;
    font-family: Lato, sans-serif;
    transform: translateX(0.5rem);
    font-size: 17px;
    animation: fadeIn 0.8s ease-out forwards 0.7s;
    display: block;
}

.contact605 .query_help241 {
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    border-radius: 11px;
    display: flex;
    overflow: hidden;
}

.contact605 .inquiry_links721 h3::after {
    content: '';
    background-color: rgb(166,182,110);
    left: 0;
    width: 50%;
    position: absolute;
    bottom: -8px;
    height: 3px;
}

.contact605 .inquiry_links721 input[type="text"]:focus,
.contact605 .inquiry_links721 input[type="email"]:focus {
    transform: translateY(-2px);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 0 3px rgb(166,182,110,0.5);
    outline: none;
}

.contact605 .inquiry_links721 .support_card394 input[type="checkbox"]:checked {
    background-color: rgb(166,182,110);
}

.contact605 .inquiry_links721 .support_card394 label {
    color: #000000;
    line-height: 1.6;
    font-size: 12px;
}

.contact605 .inquiry_links721 .support_card394 label a {
    color: rgb(199,210,156);
    position: relative;
    font-weight: 600;
    text-decoration: none;
}

.contact605 .inquiry_links721 .support_card394 label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.contact605 .inquiry_links721 .reach_request786::before {
    top: 0;
    transform-origin: right;
    transition: transform 0.5s ease;
    z-index: -1;
    width: 100%;
    background: rgb(199,210,156);
    left: 0;
    border-radius: 10px;
    position: absolute;
    height: 100%;
    transform: scaleX(0);
    content: '';
}

.contact605 .inquiry_widget089 {
    border-radius: 0 0 11px 11px;
    align-items: center;
    padding: 50px 30px;
    order: 2;
    color: #ffffff;
    position: relative;
    width: 100%;
    display: flex;
    background-color: rgb(199,210,156);
    flex-direction: column;
}

.contact605 .inquiry_widget089 div {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 30px;
    padding: 0;
    position: relative;
    max-width: 400px;
}

.contact605 .inquiry_widget089 div svg {
    border-radius: 50%;
    box-shadow: 0 4px 10px rgb(166,182,110,0.5);
    width: 32px;
    margin-right: 20px;
    padding: 6px;
    height: 32px;
    background-color: rgb(166,182,110);
}

.contact605 .inquiry_widget089 div span a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

footer::after {
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(166,182,110) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(166,182,110) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(166,182,110) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(166,182,110) 1px, transparent 1px);
    right: 0;
    opacity: 0.1;
    top: 0;
    content: "";
    z-index: -1;
    left: 0;
    background-size: 50px 50px;
    bottom: 0;
    position: absolute;
}

.mobile_cta579 .company_holder h3 {
    border-top-right-radius: 24px;
    position: relative;
    padding: 1.5rem 2rem;
    margin: 0;
    font-weight: 700;
    color: #ffffff;
    background: rgb(166,182,110);
    font-size: 36px;
    border-top-left-radius: 24px;
}

.mobile_cta579 .company_holder h3::after {
    height: 10px;
    background: #ffffff;
    content: "";
    top: 50%;
    right: 15px;
    position: absolute;
    transform: translateY(-50%);
    width: 10px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.mobile_cta579 .story_spot649::after {
    right: -10px;
    content: "";
    opacity: 0.6;
    position: absolute;
    height: 20px;
    bottom: 2rem;
    border-radius: 50%;
    width: 20px;
    background: rgb(166,182,110);
}

.mobile_cta579 .top_expert053 {
    flex: 1 1 calc(50% - 1.5rem);
    position: relative;
    overflow: hidden;
    min-width: 200px;
    border-radius: 24px;
}

.mobile_cta579 .top_expert053 h5::before {
    content: "";
    border-radius: 50%;
    margin-right: 10px;
    background: #ffffff;
    height: 8px;
    width: 8px;
    display: inline-block;
}

.mobile_cta579 .top_expert053 .nav_sitewrap589 {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.05);
    gap: 2px;
    padding: 1.5rem;
}

.mobile_cta579 .top_expert053 .nav_sitewrap589 a::before {
    transform: translateY(-50%);
    transition: all 0.3s ease;
    position: absolute;
    width: 6px;
    content: "";
    top: 50%;
    background: rgb(166,182,110);
    height: 6px;
    left: 0.7rem;
    border-radius: 50%;
}

.collab_space897 .container::before,
.collab_space897 .container::after {
    height: 15px;
    top: 50%;
    width: 15px;
    border-radius: 50%;
    content: "";
    background: rgb(199,210,156);
    position: absolute;
    transform: translateY(-50%);
}

.collab_space897 .container::before {
    left: 15%;
}

.collab_space897 .intern_ship316::before,
.collab_space897 .intern_ship316::after {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 1px;
    background: rgb(199,210,156);
    transform: translateY(-50%);
    content: "";
}

.collab_space897 .intern_ship316::before {
    margin-right: 15px;
    right: 100%;
}



@media screen and (max-width: 991px) {.join_now863 {
    padding: 4rem 1.5rem;
    margin: 3rem 0;
}.join_now863 .container {
    gap: 2rem;
}.join_now863 h6 {
    font-size: 19px;
}
}



@media screen and (min-width: 768px) {.receive_updates194 {
    padding: 5rem 3rem;
}.receive_updates194 p {
    font-size: 38px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    max-width: 70%;
}.receive_updates194 .input_holder {
    margin-right: auto;
    padding: 2rem;
    max-width: 80%;
    margin-left: auto;
}
}




@media (min-width: 768px) {.company_overview984 {
    padding: 150px 0;
}.company_overview984 .text_column137 {
    margin-left: 5%;
    padding: 70px 60px;
    width: 90%;
}.company_overview984 span {
    column-count: 2;
}.company_overview984::after {
    height: 300px;
    width: 300px;
}
}



@media (min-width: 992px) {.company_overview984 {
    padding: 180px 0;
}.company_overview984 .text_column137 {
    margin-left: 8%;
    width: 80%;
    padding: 80px 70px;
}.company_overview984 h1 {
    font-size: calc(44px * 1.2);
}.company_overview984 span {
    font-size: calc(17px * 1.05);
    column-count: 2;
}
}



@media (min-width: 768px) {.instructor_profile831 .client_review098 {
    grid-template-columns: auto 1fr;
    padding: 3.5rem;
    gap: 2.5rem;
}.instructor_profile831 .photo_album064 {
    width: 200px;
    height: 200px;
    margin: 0;
}.instructor_profile831 .name {
    text-align: left;
}.instructor_profile831 .name::after {
    left: 0;
    transform: translateX(0) scaleX(0.5);
}.instructor_profile831 .client_review098:hover .name::after {
    transform: translateX(0) scaleX(1);
}.instructor_profile831 .client_review098 div:nth-child(2) div {
    text-align: left;
}.instructor_profile831 .client_review098 div:nth-child(3) {
    grid-column: span 2;
}.instructor_profile831 .work_explore641 {
    padding: 2rem 1rem 0.5rem;
}.instructor_profile831 .work_explore641::before {
    transform: translateX(0);
    left: 1rem;
}
}



@media screen and (min-width: 992px) {.training_benefits674 {
    padding: 150px 0;
}.training_benefits674 h5 {
    margin-bottom: 80px;
    font-size: calc(22px * 1.1);
}.training_benefits674 .founders_team386 {
    gap: 60px;
}.training_benefits674 .founders_team386 > div:first-child {
    width: 40%;
}.training_benefits674 .text_column137 {
    width: 60%;
    padding: 50px;
}
}



@media (min-width: 1200px) {.course_program_description124 .education_track927 {
    flex-direction: column;
    align-items: center;
    display: flex;
}.course_program_description124 .text_column137 {
    margin-bottom: 0;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}.course_program_description124 .text_column137 h2 {
    width: 100%;
}.course_program_description124 .text_column137 .description {
    width: calc(50% - 30px);
    position: relative;
    padding: 0 15px;
    text-align: left;
}.course_program_description124 .text_column137 .description:first-of-type::after {
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(199,210,156,0.5), transparent);
    top: 0;
    right: 0;
    width: 1px;
}.course_program_description124 .photo_album064 {
    border-radius: calc(20px * 2);
    margin-top: 60px;
    max-width: 80%;
    height: 450px;
}.course_program_description124 .education_track927::after {
    display: none;
}
}



@media (max-width: 576px) {.course_program_description124 {
    padding: 50px 0;
}.course_program_description124 .text_column137 {
    padding: 20px 15px;
}.course_program_description124 .text_column137 h2 {
    font-size: calc(35px * 0.8);
    padding-bottom: 12px;
    margin-bottom: 20px;
}.course_program_description124 .text_column137 h2::after {
    width: 40px;
}.course_program_description124 .text_column137 .description {
    line-height: 1.7;
    font-size: calc(13px * 0.9);
}.course_program_description124 .photo_album064 {
    height: 250px;
    margin-top: 25px;
}}



@media (hover: hover) {.title_portal163 .title_style_header {
    transition: transform 0.4s ease, text-shadow 0.4s ease;
}.title_portal163 .study_sessions675:hover .title_style_header {
    text-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transform: scale(1.02);
}.title_portal163 h3 {
    transition: transform 0.5s cubic-bezier(0.17, 0.84, 0.44, 1), box-shadow 0.5s ease;
}.title_portal163 .study_sessions675:hover h3 {
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg) translateZ(10px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.2);
}}



@media (min-width: 768px) {.confidential_nest619 {
    padding: 5rem 0;
}.confidential_nest619 .container {
    padding: 0 4rem;
}.confidential_nest619 h1 {
    margin-bottom: 3rem;
    font-size: calc(var(--h1-font-size, 2.5rem) * 1.2);
}.confidential_nest619 h2 {
    margin-top: 3.5rem;
}.confidential_nest619 p, 
    .confidential_nest619 span {
    line-height: 1.8;
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
}.confidential_nest619 ul {
    padding-left: 2rem;
}.confidential_nest619 li {
    padding-left: 1.75rem;
}
}



@media (max-width: 991px) {.gratefulPage349 {
    padding: 4rem 0;
}.gratefulPage349 h2 {
    max-width: 95%;
    font-size: calc(29px * 0.9);
}.gratefulPage349 .founders_team386 {
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.gratefulPage349 {
    padding: 3rem 0;
}.gratefulPage349::before {
    width: 70%;
}.gratefulPage349 .container {
    padding: 0 1.5rem;
}.gratefulPage349 h2 {
    max-width: 100%;
    font-size: calc(29px * 0.8);
    margin-bottom: 2rem;
}.gratefulPage349 .founders_team386 {
    padding: 2rem 1.5rem;
}.gratefulPage349 .founders_team386::before {
    right: 1.5rem;
    width: 6rem;
    top: 1.5rem;
    height: 6rem;
}
}



@media screen and (max-width: 991px) {.contact605 {
    padding: 80px 0;
}.contact605 .inquiry_widget089 div {
    max-width: 100%;
}
}



@media screen and (max-width: 480px) {.contact605 {
    padding: 40px 0;
}.contact605 .inquiry_links721,
    .contact605 .inquiry_widget089 {
    padding: 30px 20px;
}.contact605 .inquiry_widget089 div svg {
    margin-right: 15px;
    height: 28px;
    width: 28px;
}}



@media (max-width: 1200px) {.mobile_cta579 .container {
    gap: 2rem;
}.mobile_cta579 .company_holder {
    flex: 1 1 350px;
}.mobile_cta579 .chrome_ext136 {
    flex: 1 1 calc(100% - 400px);
    min-width: 350px;
}.mobile_cta579 .nav_sitewrap589 {
    gap: 2rem;
}.collab_space897 .container::before {
    left: 5%;
}.collab_space897 .container::after {
    right: 5%;
}
}



@media (max-width: 576px) {.mobile_cta579 {
    padding: 2.5rem 0 0.8rem;
}.mobile_cta579 .top_expert053 {
    min-width: 100%;
    flex: 1 1 100%;
}.mobile_cta579 .nav_sitewrap589 {
    gap: 1rem;
}.mobile_cta579 .top_expert053 .nav_sitewrap589 a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.mobile_cta579 .top_expert053 .nav_sitewrap589 a::before {
    left: 0.6rem;
}.collab_space897 {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.collab_space897 .intern_ship316::before,
    .collab_space897 .intern_ship316::after {
    display: none;
}
}



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



@keyframes float {
    0%, 100% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(10px);
    }
}



@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}



@keyframes growLine {
    0% {
        height: 0;
    }
    100% {
        height: 70%;
    }
}



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



@keyframes growBox {
  from {
    transform: rotate(45deg) scale(0);
  }
  to {
    transform: rotate(45deg) scale(1);
  }
}

