html,body {
    height: 100%;
    color: #000000;
    scroll-behavior: smooth;
    min-height: 100%;
    font-family: Arial, sans-serif;
}

.main_know {
    flex: 1 0 auto;
}

.main_know {
    background: #ffffff;
    position: relative;
    z-index: 1;
    padding-top: 2rem;
}

header:hover::after {
    transform: scaleX(1);
}

header .page_top {
    margin-right: 2rem;
    position: relative;
    flex: 0 0 auto;
    perspective: 800px;
}

header .header_mainbar {
    position: relative;
    display: block;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
}

header .top_lead {
    transform-style: preserve-3d;
    perspective: 1000px;
    margin: 0;
    list-style: none;
    padding: 0;
    position: relative;
    display: flex;
}

header .head_lead a::before {
    opacity: 0;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 10px;
    content: '';
    background: linear-gradient(135deg, 
        rgb(158,201,216,0.5) 0%, 
        rgb(110,171,193,0.5) 100%
    );
    transition: opacity 0.4s ease;
    transform: translateZ(-5px);
    width: 100%;
}



@supports not (transform-style: preserve-3d) {header .header_mainbar:hover {
    transform: translateY(-3px);
}header .head_lead a:hover {
    transform: translateY(-3px);
}}

.program_details::after {
    position: absolute;
    opacity: 0.05;
    animation: gridShift 30s linear infinite;
    left: 0;
    content: "";
    z-index: 1;
    width: 100%;
    top: 0;
    background-image: 
        repeating-linear-gradient(45deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 60px),
        repeating-linear-gradient(135deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 60px);
    height: 100%;
}

.program_details .page_top svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 60%;
    height: 60%;
    fill: rgb(158,201,216);
}

.program_details .skill_explorer h3 {
    padding-bottom: 15px;
    font-size: 31px;
    color: #000000;
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
    transform: translateZ(0);
}

.program_details .skill_explorer p::first-letter {
    font-weight: 700;
    line-height: 0.8;
    font-size: 2em;
    color: rgb(158,201,216);
    float: left;
    margin-top: 8px;
    margin-right: 8px;
}

.program_details .study_growth:hover .img_center_align::before {
    opacity: 0.5;
}

.program_details .img_center_align::after {
    z-index: 2;
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    mix-blend-mode: overlay;
    opacity: 0.1;
    position: absolute;
    background: 
        repeating-linear-gradient(
            -45deg,
            rgba(0, 0, 0, 0.5) 0,
            rgba(0, 0, 0, 0.5) 1px,
            transparent 1px,
            transparent 10px
        );
}

.title_greeting h1 {
    color: #000000;
    font-weight: 700;
    font-size: 39px;
    position: relative;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transform: translateZ(20px);
    line-height: 1.2;
    grid-column: 1 / -1;
    letter-spacing: 0.5px;
    margin-bottom: 2rem;
}

.title_greeting p {
    color: #000000;
    margin-bottom: 2rem;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: calc(15px * 1.2);
}

.title_greeting svg text {
    font-family: Arial, sans-serif;
    font-weight: 700;
    transition: fill 0.3s ease, transform 0.3s ease;
    fill: rgb(158,201,216);
}

.title_greeting .help_inquiry:hover::before {
    left: 100%;
}

.title_greeting .img_center_align {
    height: 400px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    border-radius: 14px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateZ(5px) rotate(2deg);
    overflow: hidden;
}

.title_greeting .img_center_align:hover {
    transform: translateZ(15px) rotate(0);
}

.developer_experience::before {
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(120deg, transparent 30%, rgb(158,201,216,0.5) 100%);
}

.developer_experience .img_center_align:hover {
    transform: scale(1.03);
    filter: grayscale(0%);
}

.developer_experience .learning_feedback:hover .work_wrap::before {
    height: 100%;
}

.developer_experience .name {
    overflow: hidden;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative;
    color: #000000;
}

.developer_experience .learning_feedback:hover .work_wrap > div:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
}

.developer_experience .experience_details::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(158,201,216);
}

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

.company_overview div p {
    line-height: 1.2;
    display: inline-block;
    position: relative;
    margin: 0 0 15px;
    font-size: calc(32px * 0.9);
    font-weight: 700;
}

.company_overview ol li {
    transform: translateX(-10px);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    border-left: 4px solid rgb(110,171,193);
    transition: transform 0.3s ease-out;
    padding: 30px;
    line-height: 1.8;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    font-size: 16px;
}

.data_statistics .container {
    flex-direction: row-reverse;
    padding: 0 1.5rem;
    max-width: 1200px;
    display: flex;
    gap: 3rem;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.data_statistics .extra_gain:hover {
    z-index: 5;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: scale(1.05) translateZ(0);
}

.data_statistics .extra_gain h4 {
    margin: 0 0 0.5rem 0;
    line-height: 1;
    color: rgb(158,201,216);
    font-size: calc(37px * 1.3);
    font-weight: 700;
}

.data_statistics .statistics_edge::before {
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    border-radius: 10px;
    left: 0;
    background: linear-gradient(to bottom, rgb(158,201,216) 0%, rgb(110,171,193) 100%);
    content: "";
}

.data_statistics svg path {
    fill: inherit;
}

.ideal_participants {
    padding: 5rem 0;
    overflow: hidden;
    background-color: rgb(204,229,236);
    position: relative;
}

.ideal_participants h3 {
    position: relative;
    margin-bottom: 3.5rem;
    font-weight: 600;
    text-align: center;
    color: rgb(158,201,216);
    font-size: 36px;
}

.ideal_participants ul {
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
    list-style-type: none;
    gap: 1.5rem;
}

.ideal_participants li {
    border-left: 3px solid rgb(158,201,216,0.5);
    backdrop-filter: blur(5px);
    padding: 1.5rem 2rem;
    overflow: hidden;
    align-items: center;
    border-radius: 26px;
    display: flex;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.08);
    position: relative;
}

.ideal_participants li {
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    font-size: 18px;
}

.ideal_participants li:nth-child(2) {
    animation-delay: 0.1s;
}

.ideal_participants li:nth-child(4) {
    animation-delay: 0.3s;
}

.mentor_net .container {
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    gap: 3rem;
}

.mentor_net .company_holder {
    padding: 2.5rem;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex: 1 1 400px;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
}

.mentor_net .forum_link {
    display: flex;
    flex: 1 1 calc(100% - 480px);
    min-width: 400px;
    gap: 2rem;
    flex-direction: column;
}

.mentor_net .top_lead h5 {
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    margin: 0 0 1.5rem;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    font-size: 19px;
    position: relative;
    display: inline-block;
}

.lesson_cta .container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.cookie_panel_overlay {
    width: 100%;
    z-index: 90;
    position: fixed;
    border-top: 2px solid rgb(158,201,216);
    background: rgb(204,229,236);
    bottom: 0;
}

.cookie_notice {
    margin-right: 10px;
    flex-shrink: 0;
}

.cookie_panel_overlay p a {
    text-decoration: none;
    color: rgb(158,201,216);
}

.wrapper-segment .cookie_overview {
    background: rgb(158,201,216);
    border: none;
    margin-left: 30px;
    font-size: 20px;
    padding: 10px;
    font-weight: 400;
    color: #ffffff;
}

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

.contact_sectionMXJO .img_center_align {
    min-height: 550px;
    position: relative;
    flex: 0 0 45%;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}

.contact_sectionMXJO #contact {
    flex-direction: column;
    display: flex;
    gap: 25px;
}

.contact_sectionMXJO input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left-color: rgb(110,171,193);
    outline: none;
    background: #ffffff;
}

.contact_sectionMXJO .support_request {
    gap: 12px;
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}

.contact_sectionMXJO .support_request input[type="checkbox"]:checked::after {
    left: 50%;
    content: "";
    border-bottom: 2px solid #ffffff;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 5px;
    top: 40%;
    border-right: 2px solid #ffffff;
    height: 10px;
    position: absolute;
}

.contact_sectionMXJO .help_inquiry::after {
    background: rgba(255, 255, 255, 0.1);
    width: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    content: "";
    height: 0;
    position: absolute;
    transition: all 0.6s ease;
    left: 50%;
}

.thanks_note {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(204,229,236) 0%, rgb(110,171,193,0.5) 100%);
}

.thanks_note h2 {
    position: relative;
    color: #000000;
    margin-bottom: 40px;
    line-height: 1.3;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    font-size: 29px;
    font-weight: 700;
    transform: translateZ(20px);
}

.thanks_note .study_growth:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}

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

.thanks_note li::before {
    content: "";
    left: 0;
    transform: rotate(45deg);
    height: 8px;
    position: absolute;
    background: rgb(158,201,216);
    top: 8px;
    animation: spin 12s linear infinite;
    width: 8px;
}

.follow .study_growth {
    backdrop-filter: blur(5px);
    position: relative;
    padding: 3rem;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    border-left: 4px solid rgb(158,201,216);
    background: #ffffff;
}

.follow .study_growth:hover h3::after {
    transform: scaleX(1.5);
}

.follow .input_holder div {
    position: relative;
    flex: 1 1 250px;
}

.follow .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
}

.follow .input_holder .sub_signup::before {
    position: absolute;
    transition: left 0.8s ease;
    content: "";
    top: 0;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    left: -100%;
    height: 100%;
}

.privacy_hideout {
    font-family: Arial, sans-serif;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #000000;
    padding: 50px;
    position: relative;
    background-color: rgb(204,229,236);
}

.privacy_hideout h2 {
    color: rgb(110,171,193);
    font-weight: 600;
    font-size: 28px;
}

.privacy_hideout ul li {
    font-size: 14px;
    padding: 10px 0;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-weight: 400;
    padding-left: 40px;
    position: relative;
}

.privacy_hideout .container div {
    position: relative;
    border: 1px dashed rgb(110,171,193,0.5);
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
}


.customer_feedback {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(204,229,236) 50%, rgb(158,201,216,0.5) 50%);
    overflow: hidden;
    position: relative;
}

.customer_feedback h2 {
    color: #000000;
    position: relative;
    font-size: 34px;
    margin-bottom: 4rem;
    display: inline-block;
    font-weight: 700;
    transform: skewX(-5deg);
}

.customer_feedback .review_carousel {
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
    transform: rotate(-2deg);
    display: grid;
}

.customer_feedback .learning_feedback:hover {
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: rotate(0) translateY(-10px) scale(1.05);
}

.customer_feedback .learning_feedback p {
    color: #000000;
    font-weight: 600;
    text-align: center;
    font-size: calc(15px * 1.1);
    margin-bottom: 0.5rem;
}

.service_connect {
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, rgb(204,229,236) 0%, rgb(158,201,216,0.5) 100%);
    padding: 5rem 0;
}


.service_connect {
    animation: floatBackground 15s ease infinite;
    background-size: 400% 400%;
}

.service_connect .contact_links h3::after {
    bottom: -15px;
    transform: translateX(-50%);
    height: 4px;
    position: absolute;
    border-radius: 2px;
    width: 60px;
    left: 50%;
    background: linear-gradient(to right, rgb(158,201,216), rgb(110,171,193));
    content: '';
}

.service_connect .instant_request > span {
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: rgba(rgb(204,229,236), 0.03);
    padding: 1rem;
    flex-direction: column;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    display: flex;
}


.service_connect .instant_request > span {
    animation: item-appear 0.5s ease-out forwards;
    opacity: 0;
}

.service_connect .instant_request p {
    margin: 0 0 0.5rem 0;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    align-items: center;
    display: flex;
}

.service_connect .instant_request a {
    padding-bottom: 2px;
    display: inline-flex;
    text-decoration: none;
    font-weight: 600;
    color: rgb(158,201,216);
    position: relative;
    align-items: center;
    transition: color 0.3s ease;
}

.service_connect .edu_tutor::before {
    height: 100%;
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    background: radial-gradient(circle at top right, rgb(158,201,216,0.5) 0%, transparent 70%);
    content: '';
    top: 0;
    width: 100%;
    left: 0;
}

.service_connect .edu_tutor span:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
    background-color: rgba(255, 255, 255, 0.7);
}

.service_connect .edu_tutor span:hover svg {
    transform: scale(1.2);
    opacity: 1;
}

.service_connect .instant_request > span:nth-child(2) {
    animation-delay: 0.2s;
}

.service_connect .instant_request > span:nth-child(4) {
    animation-delay: 0.4s;
}

.service_connect .container::after {
    left: -5%;
    content: '';
    background: radial-gradient(circle, rgb(110,171,193,0.5) 0%, transparent 70%);
    z-index: 0;
    width: 250px;
    opacity: 0.2;
    position: absolute;
    border-radius: 50%;
    bottom: -10%;
    height: 250px;
}

.tariff_block .fee_struct {
    flex-direction: column-reverse;
    display: flex;
}

.tariff_block .cost_breakdown {
    transition: transform 0.5s ease-out;
    text-align: center;
    margin-bottom: 50px;
}

.tariff_block .group_plans {
    white-space: normal;
    line-height: 1.6;
    overflow-wrap: break-word;
    color: #000000;
    word-break: break-word;
    font-size: 14px;
    margin: 0 auto;
    max-width: 700px;
}

.tariff_block .fee_choices {
    white-space: normal;
    position: relative;
    padding: 30px;
    flex: 1;
    overflow-wrap: break-word;
    display: flex;
    z-index: 2;
    flex-direction: column;
    word-break: break-word;
}

.tariff_block .tuition_grid:hover .cost_schemes::before {
    transform: translateX(0);
    opacity: 1;
}

.tariff_block .img_center_align::after {
    position: absolute;
    background: linear-gradient(0deg, rgba(rgb(158,201,216,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
    left: 0;
}

.tariff_block .tuition_grid:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 479px) {header .site_start {
    padding: 0.7rem 1.2rem;
}header .page_top {
    max-width: 120px;
}header .head_lead a {
    padding: 0.4rem 0.6rem;
    font-size: calc(14px - 3px);
}header::after {
    height: 3px;
}
}



@media screen and (max-width: 992px) {.program_details {
    padding: 80px 0;
}.program_details .study_growth {
    flex-direction: column-reverse;
}.program_details .skill_explorer {
    padding: 40px;
    margin-left: auto;
    width: 90%;
    margin-right: auto;
    transform: translateY(-70px);
}.program_details .page_top {
    width: 100px;
    height: 100px;
    top: -50px;
    left: 40px;
}.program_details .img_center_align {
    border-radius: 22px;
    height: 320px;
    width: 100%;
    transform: perspective(800px) rotateY(0) rotateX(0);
    margin-left: 0;
    margin-right: 0;
}.program_details .study_growth:hover .img_center_align {
    transform: perspective(800px) rotateY(0) rotateX(0);
}
}



@media (max-width: 767px) {.title_greeting {
    min-height: auto;
    padding: 4rem 0;
}.title_greeting .study_growth {
    gap: 1.5rem;
    padding: 1.5rem;
}.title_greeting h1 {
    font-size: calc(37px * 0.9);
    margin-bottom: 1.5rem;
}.title_greeting .img_center_align {
    height: 250px;
}.title_greeting p {
    font-size: 15px;
    margin-bottom: 1.5rem;
}.title_greeting svg {
    height: 100px;
    margin: 0.5rem auto 1.5rem;
    width: 100px;
}.title_greeting .help_inquiry {
    padding: 0.75rem 1.5rem;
    font-size: calc(18px * 0.9);
}
}



@media screen and (max-width: 767px) {.company_overview {
    padding: 80px 0;
}.company_overview h5 {
    font-size: calc(23px * 0.9);
}.company_overview div p {
    font-size: calc(32px * 0.7);
}.company_overview ol li {
    font-size: calc(16px * 0.9);
    padding: 25px 20px;
    line-height: 1.6;
}}



@media (max-width: 480px) {.data_statistics {
    padding: 3rem 0;
}.data_statistics .container {
    gap: 3rem;
    padding: 0 1rem;
}.data_statistics .extra_gain {
    padding: 1.5rem;
}.data_statistics .extra_gain h4 {
    font-size: 37px;
}.data_statistics .extra_gain span {
    font-size: calc(17px * 0.85);
}.data_statistics .statistics_elevation {
    margin-bottom: 1.2rem;
    font-size: calc(37px * 0.8);
}.data_statistics .statistics_expertise {
    line-height: 1.6;
    font-size: calc(17px * 0.85);
}.data_statistics .statistics_edge::before {
    height: 4px;
    width: 60px;
}}



@media (max-width: 1200px) {.mentor_net .container {
    gap: 2rem;
}.mentor_net .company_holder {
    flex: 1 1 380px;
}.mentor_net .forum_link {
    min-width: 380px;
    flex: 1 1 calc(100% - 430px);
}
}



@media (max-width: 768px) {.mentor_net {
    padding: 3rem 0 1.5rem;
}.mentor_net .company_holder {
    padding: 2rem;
}.mentor_net .company_holder h3 {
    font-size: calc(28px - 2px);
}.mentor_net .top_learn {
    gap: 1.5rem;
}.lesson_cta {
    margin-top: 2rem;
}
}


@media only screen and (max-width: 1200px) {.cookie_panel_overlay {
    padding: 20px;
}}



@media (max-width: 992px) {.contact_sectionMXJO {
    padding: 70px 0;
}.contact_sectionMXJO .feedback_links {
    flex-direction: column;
}.contact_sectionMXJO .img_center_align {
    flex: 0 0 auto;
    min-height: 300px;
}.contact_sectionMXJO .inquiry_support {
    flex: 0 0 auto;
    padding: 40px 30px 50px;
}
}



@media (max-width: 992px) {.thanks_note {
    padding: 90px 0;
}.thanks_note h2 {
    font-size: calc(29px * 0.9);
}.thanks_note .study_growth {
    padding: 30px;
}
}



@media (max-width: 768px) {.follow {
    padding: 3rem 0;
}.follow .study_growth {
    padding: 2rem;
}.follow h3 {
    font-size: calc(23px * 0.85);
}.follow .input_holder {
    gap: 1rem;
    flex-direction: column;
}.follow .input_holder div {
    flex: 1 1 100%;
    width: 100%;
}.follow .input_holder .sub_signup {
    width: 100%;
}.follow::after {
    height: 40%;
    width: 50%;
}
}



@media (max-width: 768px) {.customer_feedback {
    background: linear-gradient(135deg, rgb(204,229,236) 40%, rgb(158,201,216,0.5) 60%);
    padding: 4rem 0;
}.customer_feedback h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 3rem;
}.customer_feedback .review_carousel {
    gap: 2rem;
    grid-template-columns: 1fr;
    transform: rotate(0);
}.customer_feedback .learning_feedback,
    .customer_feedback .learning_feedback:nth-child(odd),
    .customer_feedback .learning_feedback:nth-child(3n) {
    transform: rotate(0);
}.customer_feedback .learning_feedback:hover {
    transform: translateY(-5px);
}}



@media (min-width: 768px) {.tariff_block .price_tiers {
    grid-template-columns: repeat(2, 1fr);
}.tariff_block .cost_breakdown {
    margin-bottom: 60px;
}.tariff_block .fee_choices h3 {
    font-size: 19px;
}.tariff_block .cost_schemes {
    font-size: calc(19px + 2px);
}.tariff_block .fee_choices p {
    font-size: calc(14px - 1px);
}
}



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



@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}



@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}



@keyframes expandLine {
    0% {
        width: 80px;
    }
    100% {
        width: 120px;
    }
}

@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}



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



@keyframes pulseLight {
    0%, 100% {
        opacity: 0.5;
        box-shadow: 0 0 5px rgb(158,201,216,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 15px rgb(158,201,216);
    }
}



@keyframes spin {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@keyframes floatBackground {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%);
    }
    100% {
        transform: translateX(100%) translateY(100%);
    }
}

