* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}.utilnav_base {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.utilverify_cta {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    height: 100%;
    scroll-snap-type: none;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    min-height: 100%;
    auto
    scroll-behavior: smooth;
}.utilwarp-container {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}svg {
    height: 30px;
    width: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1160px;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.utilcookie_warning_panel {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    border-top: 2px solid rgb(199,207,176);
    width: 100%;
    padding: 20px 0;
    transition: all 0.3s ease-in-out;
    position: fixed;
    bottom: 0;
    background: rgb(159,182,114);
    z-index: 90;
}.utilonline_tracking {
    display: flex;
    align-items: center;
    margin: auto;
    padding: 20px 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
}.utilcookie_warning_panel h5 {
    color: #ffffff;
    transition: color 0.3s ease-in-out;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 6px;
}.utilcookie_warning_panel p {
    color: #ffffff;
    max-width: 500px;
    font-size: 15px;
}.utilcookie_necessary {
    margin-right: 20px;
    flex-shrink: 0;
}.utilcookie_necessary svg, .utilcookie_necessary svg path {
    width: 80px;
    fill: rgb(199,207,176);
    transition: transform 0.3s ease-in-out;
    height: 80px;
}.utilcookie_necessary:hover svg {
    transform: rotate(10deg);
}.utilcookie_all {
    border-radius: 11px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    cursor: pointer;
    font-size: 20px;
    line-height: 35px;
    color: #ffffff;
    margin-left: 20px;
    padding: 10px 20px;
    background: rgb(199,207,176);
    box-shadow: rgb(199,207,176,0.5) 0px 4px 10px 0px;
    text-decoration: none;
}.cookie_button.utiltrack_ack {
    background: rgb(199,207,176);
}.cookie_button.utilconsent_box {
    background: rgb(159,182,114);
}.utilcookie_all:hover {
    transform: scale(1.05);
    box-shadow: rgb(199,207,176,0.5) 0px 6px 15px 0px;
}.utilcookie_warning_panel p a {
    color: rgb(199,207,176);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}.utilcookie_warning_panel p a:hover {
    color: rgb(159,182,114);
}.utilwarp-container .utilcookie_warning_panel {
    padding: 40px 0;
    background: rgb(159,182,114);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    border: none;
}.utilwarp-container .utilcookie_all {
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    color: #ffffff;
    border: none;
    font-weight: 400;
    border-radius: 10px;
    font-size: 20px;
    padding: 10px;
    margin-left: 30px;
    background: rgb(199,207,176);
}.utilwarp-container .utildata_comply h5, .utilwarp-container .utildata_comply p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.utilcookie_warning_panel {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.utilcookie_necessary {
    display: none;
}.utilonline_tracking {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.utilcookie_warning_panel h5 {
    text-align: center;
}.utilcookie_warning_panel p {
    text-align: center;
}.utildata_comply {
    text-align: center;
    margin-bottom: 20px;
}.utilcookie_all {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    max-width: 300px;
}}
#utilcookieWarningPrompt {
    display: none;
}#utilcookieWarningPrompt:checked ~ .utilcookie_warning_panel {
    visibility: hidden;
    opacity: 0;
}.utilget_support {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(180deg, rgb(234,235,229) 0%, rgba(rgb(199,207,176), 0.03) 100%);
    overflow: hidden;
}.utilget_support::before {
    right: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(159,182,114), 0.07) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgba(rgb(199,207,176), 0.07) 0%, transparent 25%);
    content: "";
    top: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    left: 0;
}.utilget_support::after {
    opacity: 0.6;
    z-index: 2;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    background: 
    linear-gradient(45deg, transparent 49%, rgba(rgb(199,207,176), 0.03) 49%, rgba(rgb(199,207,176), 0.03) 51%, transparent 51%) 0 0 / 40px 40px,
    linear-gradient(-45deg, transparent 49%, rgba(rgb(159,182,114), 0.03) 49%, rgba(rgb(159,182,114), 0.03) 51%, transparent 51%) 0 0 / 40px 40px;
    top: 0;
    height: 100%;
}.utilget_support .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 10;
    margin: 0 auto;
}.utilget_support .utilassist_form {
    grid-gap: 40px;
    grid-template-columns: repeat(12, 1fr);
    box-shadow: 0 20px 60px rgba(#000000, 0.08);
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    padding: 0;
    display: grid;
    background: #ffffff;
}.utilget_support h3 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 30px 40px;
    letter-spacing: 1px;
    grid-column: 1 / -1;
    position: relative;
    background: rgb(199,207,176);
    color: #ffffff;
    font-size: 31px;
}.utilget_support h3::after {
    bottom: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(159,182,114), transparent);
    height: 6px;
    left: 0;
    width: 100%;
}.utilget_support .utiltalk_experts {
    font-size: 13px;
    padding: 0 40px;
    padding-top: 40px;
    line-height: 1.6;
    grid-column: 1 / -1;
    margin: 0;
    color: #000000;
}.utilget_support .utilmessage_request {
    padding: 0 40px 40px;
    display: grid;
    grid-gap: 20px;
    grid-column: 1 / -1;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.utilget_support .utilmessage_request span {
    flex-direction: column;
    background: rgba(rgb(234,235,229), 0.5);
    padding: 25px 30px;
    display: flex;
    position: relative;
    border-left: 4px solid transparent;
    border-radius: 10px;
    transition: all 0.3s ease;
}.utilget_support .utilmessage_request span:hover {
    background: rgba(rgb(199,207,176), 0.05);
    transform: translateX(5px);
}.utilget_support .utilmessage_request span p {
    color: #000000;
    font-weight: 600;
    font-size: 13px;
    position: relative;
}.utilget_support .utilmessage_request span p::before {
    top: 50%;
    left: 0;
    opacity: 0.2;
    height: 16px;
    position: absolute;
    border-radius: 4px;
    transform: translateY(-50%);
    width: 16px;
    content: "";
    background: rgb(199,207,176);
}.utilget_support .utilmessage_request span span {
    font-weight: 400;
    display: inline-block;
    transform: none;
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
}.utilget_support .utilmessage_request span span:hover {
    transform: none;
    background: transparent;
    border-left: none;
}.utilget_support .utilmessage_request span a {
    position: relative;
    font-weight: 600;
    color: rgb(199,207,176);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}.utilget_support .utilmessage_request span a:hover {
    color: rgb(159,182,114);
}.utilget_support .utilmessage_request span a::after {
    left: 0;
    content: "";
    height: 1px;
    transition: all 0.3s ease;
    opacity: 0.5;
    background: rgb(199,207,176);
    bottom: -2px;
    width: 100%;
    position: absolute;
}.utilget_support .utilmessage_request span a:hover::after {
    background: rgb(159,182,114);
    opacity: 1;
    height: 2px;
}.utilget_support .utilreach_us {
    grid-column: 1 / -1;
    margin: 20px 40px 40px;
    border-radius: 10px;
    background: rgba(rgb(199,207,176), 0.03);
    padding: 30px;
}.utilget_support .utilreach_us h4 {
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    color: rgb(199,207,176);
    border-bottom: 1px solid rgba(rgb(199,207,176), 0.1);
    font-size: 19px;
    position: relative;
    font-weight: 700;
}.utilget_support .utilreach_us h4::after {
    background: rgb(199,207,176);
    content: "";
    width: 100px;
    position: absolute;
    bottom: -1px;
    height: 2px;
    left: 0;
}.utilget_support .utilreach_us span {
    color: #000000;
    transition: all 0.3s ease;
    border-bottom: 1px dashed rgba(#000000, 0.1);
    transform: none;
    padding: 10px 0;
    display: grid;
    border-left: none;
    background: transparent;
    align-items: center;
    grid-template-columns: 1fr auto;
}.utilget_support .utilreach_us span:last-child {
    border-bottom: none;
}.utilget_support .utilreach_us span:hover {
    padding-left: 10px;
    transform: none;
    background: rgba(rgb(199,207,176), 0.02);
    border-left: none;
}@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.8;
  }
}

.utilget_support .utilassist_form::before {
    content: "";
    animation: float 8s ease-in-out infinite, pulse 6s ease-in-out infinite;
    z-index: 1;
    position: absolute;
    background: rgb(199,207,176);
    opacity: 0.05;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    right: -100px;
    top: -100px;
}.utilget_support .utilassist_form::after {
    position: absolute;
    content: "";
    left: -75px;
    bottom: -75px;
    opacity: 0.05;
    animation: float 8s ease-in-out infinite reverse, pulse 6s ease-in-out infinite reverse;
    width: 150px;
    z-index: 1;
    height: 150px;
    background: rgb(159,182,114);
    border-radius: 50%;
}

@media (max-width: 1024px) {.utilget_support {
    padding: 80px 0;
}.utilget_support .utilassist_form {
    grid-gap: 30px;
}.utilget_support h3 {
    padding: 25px 30px;
}.utilget_support .utiltalk_experts {
    padding-top: 30px;
    padding: 0 30px;
}.utilget_support .utilmessage_request {
    padding: 0 30px 30px;
}.utilget_support .utilreach_us {
    margin: 10px 30px 30px;
}
}

@media (max-width: 768px) {.utilget_support {
    padding: 60px 0;
}.utilget_support h3 {
    font-size: calc(31px - 2px);
    padding: 20px 25px;
}.utilget_support .utiltalk_experts {
    padding: 0 25px;
    padding-top: 25px;
}.utilget_support .utilmessage_request {
    padding: 0 25px 25px;
    grid-template-columns: 1fr;
}.utilget_support .utilreach_us {
    margin: 10px 25px 25px;
    padding: 20px;
}.utilget_support .utilreach_us span {
    padding: 8px 0;
}
}

@media (max-width: 576px) {.utilget_support {
    padding: 50px 0;
}.utilget_support h3 {
    padding: 15px 20px;
    font-size: calc(31px - 4px);
}.utilget_support .utiltalk_experts {
    padding-top: 20px;
    padding: 0 20px;
    font-size: calc(13px - 1px);
}.utilget_support .utilmessage_request {
    grid-gap: 15px;
    padding: 0 20px 20px;
}.utilget_support .utilmessage_request span {
    padding: 20px;
}.utilget_support .utilreach_us {
    margin: 10px 20px 20px;
    padding: 15px;
}.utilget_support .utilreach_us h4 {
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-size: calc(19px - 2px);
}.utilget_support .utilreach_us span {
    padding: 6px 0;
    font-size: calc(13px - 1px);
}}

.utilget_support .utilmessage_request span::after {
    position: absolute;
    width: 0;
    transition: all 0.3s ease;
    right: 0;
    top: 0;
    border-color: transparent rgba(rgb(199,207,176), 0.1) transparent transparent;
    opacity: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    height: 0;
    content: "";
}.utilget_support .utilmessage_request span:hover::after {
    opacity: 1;
}.utilget_support .utilmessage_request span:nth-child(odd) {
    transition: all 0.5s ease;
    transform: translateY(0) rotate(0);
}.utilget_support .utilmessage_request span:nth-child(odd):hover {
    transform: translateX(5px) translateY(-3px) rotate(0.5deg);
}.utilget_support .utilmessage_request span:nth-child(even) {
    transform: translateY(0) rotate(0);
    transition: all 0.5s ease;
}.utilget_support .utilmessage_request span:nth-child(even):hover {
    transform: translateX(5px) translateY(3px) rotate(-0.5deg);
}.utilget_support .utilmessage_request span svg {
    position: absolute;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    opacity: 0.8;
    fill: rgb(199,207,176);
    height: 20px;
    top: 50%;
    width: 20px;
    left: 0;
}.utilget_support .utilmessage_request span svg path {
    fill: rgb(199,207,176);
}.utilget_support .utilmessage_request span:hover svg {
    fill: rgb(159,182,114);
    transform: translateY(-50%) scale(1.1);
}.utilget_support .utilmessage_request span svg path {
    stroke: #000000;
    transition: all 0.3s ease;
    stroke-opacity: 0.2;
    stroke-width: 1;
}.utilget_support .utilmessage_request span:hover svg path {
    stroke: rgb(159,182,114);
    stroke-opacity: 0.5;
}.utilget_support .utilmessage_request span p svg {
    transform: translateY(-50%);
    fill: rgb(199,207,176);
    top: 50%;
    width: 16px;
    height: 16px;
    left: 0;
    position: absolute;
}.utilget_support .utilreach_us h4 svg {
    fill: rgb(199,207,176);
    margin-right: 8px;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}

@media (max-width: 768px) {.utilget_support .utilmessage_request span svg {
    height: 18px;
    width: 18px;
}.utilget_support .utilmessage_request span p svg {
    height: 14px;
    width: 14px;
}.utilget_support .utilreach_us h4 svg {
    width: 16px;
    margin-right: 6px;
    height: 16px;
}
}

@media (max-width: 576px) {.utilget_support .utilmessage_request span svg {
    height: 16px;
    width: 16px;
}.utilget_support .utilmessage_request span p svg {
    width: 12px;
    height: 12px;
}.utilget_support .utilreach_us h4 svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}}.utilcontact_panel6li59 {
    position: relative;
    background: linear-gradient(
        225deg, 
        rgb(234,235,229) 0%, 
        rgb(159,182,114,0.5) 100%
    );
    perspective: 1000px;
    overflow: hidden;
    padding: 6rem 0;
}.utilcontact_panel6li59::before {
    left: 0;
    bottom: 0;
    pointer-events: none;
    top: 0;
    position: absolute;
    z-index: 1;
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    content: '';
    right: 0;
}.utilcontact_panel6li59::after {
    opacity: 0.6;
    animation: circuit-pulse 10s infinite alternate;
    height: 200%;
    position: absolute;
    width: 200%;
    content: '';
    z-index: 2;
    top: -50%;
    background: radial-gradient(
        circle at center, 
        rgb(199,207,176,0.5) 0%, 
        transparent 70%
    );
    left: -50%;
}.utilcontact_panel6li59 .container {
    padding: 0 1rem;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    max-width: 1300px;
}.utilcontact_panel6li59 h2 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
}.utilcontact_panel6li59 h2::before,
.utilcontact_panel6li59 h2::after {
    position: absolute;
    height: 2px;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(199,207,176), 
        transparent
    );
    bottom: -0.5rem;
    content: '';
}.utilcontact_panel6li59 h2::before {
    left: 0;
    width: 30%;
}.utilcontact_panel6li59 h2::after {
    width: 30%;
    right: 0;
}.utilcontact_panel6li59 .utilhelp_reach {
    background: rgb(159,182,114,0.5);
    align-items: stretch;
    transform: rotateX(5deg) scale(0.98);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    border: 1px solid rgb(199,207,176,0.5);
    display: flex;
    transition: transform 0.3s ease;
    border-radius: 26px;
}.utilcontact_panel6li59 .utilhelp_reach:hover {
    transform: rotateX(0) scale(1);
}.utilcontact_panel6li59 .utilimg_holder {
    min-height: 500px;
    overflow: hidden;
    position: relative;
    flex: 0 0 40%;
}.utilcontact_panel6li59 .utilimg_holder::before {
    width: 100%;
    background: linear-gradient(
        135deg, 
        rgb(199,207,176,0.5) 0%, 
        rgb(159,182,114,0.5) 100%
    );
    top: 0;
    opacity: 0.7;
    height: 100%;
    left: 0;
    position: absolute;
    content: '';
    mix-blend-mode: color-dodge;
}.utilcontact_panel6li59 .utilconnect_feedback {
    flex: 0 0 60%;
    padding: 4rem 3rem;
    position: relative;
    justify-content: center;
    flex-direction: column;
    display: flex;
}.utilcontact_panel6li59 .utilconnect_feedback::before {
    position: absolute;
    background: rgb(199,207,176);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 2rem;
    content: '';
    animation: signal-pulse 2s infinite alternate;
    box-shadow: 0 0 20px rgb(199,207,176);
    right: 2rem;
}.utilcontact_panel6li59 .utilconnect_feedback form {
    z-index: 3;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}.utilcontact_panel6li59 .utilconnect_feedback h3 {
    font-weight: 600;
    margin-bottom: 2rem;
    letter-spacing: 0.05em;
    text-align: center;
    font-size: 33px;
    color: #ffffff;
}.utilcontact_panel6li59 .utilconnect_feedback input:not([type="checkbox"]):not([type="submit"]) {
    width: 100%;
    border: 1px solid rgb(199,207,176,0.5);
    margin-bottom: 1.5rem;
    background: rgb(159,182,114,0.5);
    color: #ffffff;
    font-size: 14px;
    z-index: 2;
    position: relative;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    outline: none;
}.utilcontact_panel6li59 .utilconnect_feedback input:not([type="checkbox"]):not([type="submit"])::before {
    left: 0;
    position: absolute;
    z-index: 1;
    content: '';
    opacity: 0;
    transition: opacity 0.3s ease;
    top: 0;
    width: 100%;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(199,207,176,0.5) 100%
    );
    height: 100%;
}.utilcontact_panel6li59 .utilconnect_feedback input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(199,207,176,0.5);
    border-color: rgb(199,207,176);
}.utilcontact_panel6li59 .utilconnect_feedback input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}.utilcontact_panel6li59 .utilconnect_feedback .utilconnect_box {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}.utilcontact_panel6li59 .utilconnect_feedback .utilconnect_box input[type="checkbox"] {
    margin-right: 1rem;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    height: 22px;
    appearance: none;
    width: 22px;
    border-radius: 10px;
    background: rgb(159,182,114,0.5);
    border: 2px solid rgb(199,207,176,0.5);
}.utilcontact_panel6li59 .utilconnect_feedback .utilconnect_box input[type="checkbox"]:checked {
    background: rgb(199,207,176);
    border-color: rgb(199,207,176);
}.utilcontact_panel6li59 .utilconnect_feedback .utilconnect_box input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%);
    color: #ffffff;
    top: 50%;
    content: '✔';
    font-size: 0.8rem;
    position: absolute;
    left: 50%;
}.utilcontact_panel6li59 .utilconnect_feedback .utilconnect_box label {
    align-items: center;
    display: flex;
    color: #ffffff;
    font-size: 14px;
}.utilcontact_panel6li59 .utilconnect_feedback .utilconnect_box a {
    margin-left: 0.3rem;
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(199,207,176);
}.utilcontact_panel6li59 .utilconnect_feedback .utilconnect_box a:hover {
    text-decoration: underline;
}.utilcontact_panel6li59 .utilconnect_feedback .utilinquiry_support {
    background: rgb(199,207,176);
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
    padding: 1rem;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    border: none;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
}.utilcontact_panel6li59 .utilconnect_feedback .utilinquiry_support::before {
    top: 0;
    transition: all 0.3s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(199,207,176,0.5), 
        transparent
    );
    content: '';
    left: -100%;
}.utilcontact_panel6li59 .utilconnect_feedback .utilinquiry_support:hover::before {
    left: 100%;
}.utilcontact_panel6li59 .utilconnect_feedback .utilinquiry_support:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(199,207,176,0.5);
}

@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}

@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {.utilcontact_panel6li59 .utilhelp_reach {
    transform: none;
    flex-direction: column;
}.utilcontact_panel6li59 .utilimg_holder {
    min-height: 300px;
    flex: 0 0 100%;
}.utilcontact_panel6li59 .utilconnect_feedback {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.utilcontact_panel6li59 {
    padding: 3rem 0;
}.utilcontact_panel6li59 h2 {
    font-size: calc(40px * 0.8);
    margin-bottom: 2rem;
}.utilcontact_panel6li59 .utilconnect_feedback h3 {
    font-size: calc(33px * 0.9);
}.utilcontact_panel6li59 .utilconnect_feedback input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.utilcontact_panel6li59 .utilconnect_feedback .utilconnect_box {
    align-items: flex-start;
}.utilcontact_panel6li59 .utilconnect_feedback .utilconnect_box input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.utilcontact_panel6li59 .utilhelp_reach {
    border-radius: 0;
}.utilcontact_panel6li59 .utilimg_holder {
    min-height: 250px;
}.utilcontact_panel6li59 .utilconnect_feedback {
    padding: 2rem 1.5rem;
}}.utilteacher_profile {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: rgb(234,235,229);
}.utilteacher_profile::before {
    width: 100%;
    top: 0;
    opacity: 0.3;
    left: 0;
    position: absolute;
    animation: gradientSlide 30s linear infinite;
    content: "";
    height: 100%;
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(199,207,176,0.5) 10%, 
        transparent 11%);
    background-size: 150px 100%;
}.utilteacher_profile .container {
    margin: 0 auto;
    max-width: 800px;
    z-index: 2;
    position: relative;
}.utilteacher_profile .utilsuccess_quotes {
    padding: 60px 40px 40px;
    flex-direction: column;
    display: flex;
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.utilteacher_profile .utilsuccess_quotes:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.utilteacher_profile .utilimg_holder {
    width: 120px;
    position: absolute;
    transform: rotate(0deg);
    top: -60px;
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(199,207,176);
    height: 120px;
    left: 40px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transition: all 0.5s ease;
    border-radius: 2px;
}.utilteacher_profile .utilsuccess_quotes:hover .utilimg_holder {
    transform: rotate(-5deg);
}.utilteacher_profile .name {
    font-size: calc(23px * 1.2);
    letter-spacing: -0.5px;
    margin-top: 40px;
    transform: translateX(0);
    font-weight: 700;
    color: #000000;
    transition: transform 0.5s ease;
    margin-left: 0;
}.utilteacher_profile .utilsuccess_quotes:hover .name {
    transform: translateX(10px);
}.utilteacher_profile .utilsuccess_quotes span:not(.name) {
    transition: transform 0.5s ease;
    transform: translateX(0);
    color: #000000;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 14px;
}.utilteacher_profile .utilsuccess_quotes:hover span:not(.name) {
    transform: translateX(10px);
    color: rgb(199,207,176);
}.utilteacher_profile .utilcareer_details {
    color: #000000;
    line-height: 1.8;
    transition: padding 0.5s ease;
    position: relative;
    margin-top: 40px;
    padding-left: 0;
    font-weight: 400;
    font-size: 14px;
}.utilteacher_profile .utilcareer_details::before {
    position: absolute;
    height: 2px;
    transform: scaleX(0);
    transition: transform 0.5s ease;
    content: "";
    top: 15px;
    width: 30px;
    left: -40px;
    transform-origin: right;
    background: rgb(199,207,176);
}.utilteacher_profile .utilsuccess_quotes:hover .utilcareer_details {
    padding-left: 20px;
}.utilteacher_profile .utilsuccess_quotes:hover .utilcareer_details::before {
    transform: scaleX(1);
}

@keyframes gradientSlide {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}

@media (max-width: 768px) {.utilteacher_profile {
    padding: 80px 0;
}.utilteacher_profile .utilsuccess_quotes {
    padding: 80px 25px 30px;
    margin: 0 15px;
}.utilteacher_profile .utilimg_holder {
    height: 100px;
    left: 25px;
    width: 100px;
}.utilteacher_profile .name {
    font-size: 23px;
}.utilteacher_profile .utilcareer_details {
    font-size: calc(14px * 0.95);
}.utilteacher_profile .utilcareer_details::before {
    left: -25px;
    width: 20px;
}}.utilappSpotlight {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(234,235,229) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
}.utilappSpotlight::before {
    width: 100%;
    content: "";
    z-index: 0;
    left: 0;
    animation: ambientGlow 15s infinite alternate ease-in-out;
    height: 100%;
    top: 0;
    opacity: 0.1;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 10%, rgb(199,207,176,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgb(159,182,114,0.5) 0%, transparent 50%);
}.utilappSpotlight::after {
    content: "";
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(199,207,176), rgb(159,182,114), transparent);
    z-index: 1;
    bottom: 0;
    width: 100%;
    left: 0;
}.utilappSpotlight .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.utilappSpotlight h2 {
    text-align: center;
    opacity: 0;
    margin-bottom: 40px;
    font-weight: 700;
    animation: fadeUp 0.8s 0.2s forwards ease-out;
    color: #000000;
    position: relative;
    transform: translateY(20px);
    font-size: 36px;
}.utilappSpotlight h2::after {
    left: 50%;
    content: "";
    background: linear-gradient(90deg, rgb(199,207,176), rgb(159,182,114));
    bottom: -15px;
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
}.utilappSpotlight .utilskill_sessions {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    padding: 40px;
    transform: translateY(30px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08), 
                0 5px 15px rgba(0,0,0,0.05);
    opacity: 0;
    border-radius: 26px;
    animation: fadeUp 0.8s 0.4s forwards ease-out;
    position: relative;
    overflow: hidden;
}.utilappSpotlight .utilskill_sessions::before {
    height: 100%;
    left: 0;
    width: 5px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(199,207,176), rgb(159,182,114));
    top: 0;
    content: "";
}.utilappSpotlight .utilskill_sessions::after {
    top: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(245,247,250,0.6) 100%);
    height: 100%;
    width: 40%;
    content: "";
    pointer-events: none;
    right: 0;
    z-index: 1;
    position: absolute;
}.utilappSpotlight .utilskill_sessions:hover {
    box-shadow: 0 18px 35px rgba(0,0,0,0.1), 
                0 8px 20px rgba(0,0,0,0.07);
    transform: translateY(27px);
}.utilappSpotlight ul {
    position: relative;
    margin: 0;
    list-style: none;
    padding: 0;
    z-index: 2;
}.utilappSpotlight li {
    padding-left: 25px;
    position: relative;
}.utilappSpotlight li::before {
    position: absolute;
    background: rgb(199,207,176);
    border-radius: 50%;
    content: "";
    top: 10px;
    left: 0;
    animation: scaleIn 0.4s 0.8s forwards ease-out;
    transform: scale(0);
    height: 8px;
    width: 8px;
}.utilappSpotlight span {
    font-size: 14px;
    opacity: 0;
    animation: fadeIn 0.8s 0.6s forwards ease-out;
    position: relative;
    transform: translateX(20px);
    display: block;
    color: #000000;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}.utilappSpotlight span::after {
    position: absolute;
    animation: lineExpand 1.2s 1s forwards ease-in-out;
    background: linear-gradient(90deg, rgb(199,207,176,0.5), transparent);
    content: "";
    width: 0;
    bottom: -15px;
    left: 0;
    height: 1px;
}

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

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

@keyframes scaleIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes ambientGlow {
    0% {
        opacity: 0.05;
        background-position: 0% 0%, 100% 100%;
    }
    50% {
        opacity: 0.15;
    }
    100% {
        opacity: 0.05;
        background-position: 5% 5%, 95% 95%;
    }
}

@media (max-width: 991px) {.utilappSpotlight {
    padding: 90px 0;
}.utilappSpotlight h2 {
    margin-bottom: 35px;
    font-size: calc(36px * 0.9);
}.utilappSpotlight .utilskill_sessions {
    padding: 35px;
}.utilappSpotlight .utilskill_sessions::after {
    width: 30%;
}
}

@media (max-width: 767px) {.utilappSpotlight {
    padding: 70px 0;
}.utilappSpotlight h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.8);
}.utilappSpotlight h2::after {
    width: 60px;
    bottom: -12px;
}.utilappSpotlight .utilskill_sessions {
    padding: 30px 25px;
}.utilappSpotlight .utilskill_sessions::after {
    display: none;
}.utilappSpotlight span {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.utilappSpotlight {
    padding: 50px 0;
}.utilappSpotlight h2 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.7);
}.utilappSpotlight .utilskill_sessions {
    padding: 25px 20px;
    border-radius: 10px;
}.utilappSpotlight li {
    padding-left: 20px;
}.utilappSpotlight li::before {
    top: 8px;
    height: 6px;
    width: 6px;
}.utilappSpotlight span {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}}.utilinterested_learners {
    padding: 5rem 0;
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(159,182,114,0.5) 100%);
    overflow: hidden;
}.utilinterested_learners::before {
    content: "";
    position: absolute;
    background-size: 40px 40px;
    top: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent);
    left: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
}.utilinterested_learners::after {
    top: 0;
    background: 
        radial-gradient(circle at 90% 10%, rgba(rgb(199,207,176,0.5), 0.2) 0%, transparent 50%),
        radial-gradient(circle at 10% 90%, rgba(rgb(159,182,114,0.5), 0.2) 0%, transparent 50%);
    content: "";
    height: 100%;
    z-index: -1;
    position: absolute;
    width: 100%;
    left: 0;
}.utilinterested_learners .utilskill_sessions {
    padding: 0 2rem;
    display: flex;
    max-width: 1100px;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
}.utilinterested_learners h3 {
    box-shadow: inset 0 0 0 1px rgba(#ffffff, 0.1);
    display: inline-block;
    margin-bottom: 3rem;
    font-size: 36px;
    align-self: flex-end;
    text-align: right;
    font-weight: 600;
    padding: 0.8rem 2rem;
    color: #ffffff;
    position: relative;
    background: rgba(rgb(199,207,176,0.5), 0.2);
    padding: 1rem 0;
    border-radius: 10px 0 0 10px;
}.utilinterested_learners h3::before {
    top: 0;
    position: absolute;
    width: 10px;
    height: 100%;
    background: rgb(199,207,176);
    content: "";
    right: 0;
}.utilinterested_learners h3::after {
    position: absolute;
    content: "";
    background: linear-gradient(
        to left,
        rgb(199,207,176),
        transparent
    );
    height: 1px;
    bottom: -10px;
    width: 100%;
    right: 0;
}.utilinterested_learners ul {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    grid-template-rows: repeat(2, auto);
    list-style: none;
    gap: 1.5rem;
}.utilinterested_learners li {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(#ffffff, 0.05);
    padding: 1.5rem;
    background: rgba(rgba(0, 0, 0, 0.5), 0.3);
    align-items: flex-start;
    border: 1px solid rgba(#ffffff, 0.1);
    display: flex;
    position: relative;
    transition: all 0.3s ease;
}.utilinterested_learners li::before {
    opacity: 0;
    top: 0;
    background: linear-gradient(
        90deg,
        rgb(199,207,176,0.5),
        rgb(159,182,114,0.5)
    );
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    transition: opacity 0.3s ease;
    height: 4px;
}.utilinterested_learners li::after {
    top: 0;
    height: 30px;
    background: 
        linear-gradient(135deg, transparent 50%, rgba(rgb(199,207,176,0.5), 0.2) 50%);
    position: absolute;
    transition: opacity 0.3s ease;
    z-index: 1;
    opacity: 0;
    content: "";
    right: 0;
    width: 30px;
}.utilinterested_learners li:hover {
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(#ffffff, 0.1);
    transform: translateY(-5px);
    border-color: rgba(rgb(199,207,176,0.5), 0.3);
}.utilinterested_learners li:hover::before,
.utilinterested_learners li:hover::after {
    opacity: 1;
}.utilinterested_learners li svg {
    width: 32px;
    margin-right: 1.2rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
    top: 2px;
    fill: rgb(159,182,114);
    height: 32px;
    position: relative;
}.utilinterested_learners li svg path {
    transition: fill 0.3s ease;
    fill: rgb(159,182,114);
}.utilinterested_learners li:hover svg {
    transform: scale(1.2);
}.utilinterested_learners li:hover svg path {
    fill: rgb(199,207,176);
}.utilinterested_learners li::before {
    position: absolute;
    opacity: 0.5;
    left: 0;
    width: 100%;
    height: 2px;
    top: 0;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(159,182,114),
        transparent
    );
    transition: opacity 0.3s ease;
}.utilinterested_learners li {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

@media (min-width: 992px) {.utilinterested_learners ul {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(3, 1fr);
}.utilinterested_learners li:first-child {
    grid-row: 1;
    grid-column: 1;
}.utilinterested_learners li:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.utilinterested_learners li:nth-child(3) {
    grid-row: 1;
    grid-column: 3;
}.utilinterested_learners li:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
}.utilinterested_learners li:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
}.utilinterested_learners li:nth-child(6) {
    grid-column: 3;
    grid-row: 2;
}
}

@media (max-width: 991px) {.utilinterested_learners {
    padding: 4rem 0;
}.utilinterested_learners h3 {
    padding: 0.7rem 1.5rem;
    margin-bottom: 2.5rem;
    font-size: calc(36px * 0.9);
}.utilinterested_learners ul {
    gap: 1.2rem;
}
}

@media (max-width: 768px) {.utilinterested_learners {
    padding: 3.5rem 0;
}.utilinterested_learners .utilskill_sessions {
    padding: 0 1.5rem;
}.utilinterested_learners h3 {
    padding: 0.6rem 1.5rem;
    border-radius: 10px;
    width: auto;
    align-self: center;
    margin-bottom: 2rem;
    font-size: calc(36px * 0.8);
    text-align: center;
}.utilinterested_learners h3::before {
    top: auto;
    height: 4px;
    left: 0;
    width: 100%;
    bottom: 0;
    right: 0;
}.utilinterested_learners h3::after {
    display: none;
}.utilinterested_learners ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}
}

@media (max-width: 480px) {.utilinterested_learners {
    padding: 3rem 0;
}.utilinterested_learners .utilskill_sessions {
    padding: 0 1rem;
}.utilinterested_learners h3 {
    padding: 0.5rem 1.2rem;
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.7);
}.utilinterested_learners li {
    padding: 1.2rem;
}.utilinterested_learners li svg {
    height: 28px;
    width: 28px;
    margin-right: 0.8rem;
}}.utilprice_plan_grid {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,235,229) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 7rem 0;
    position: relative;
}.utilprice_plan_grid::before {
    position: absolute;
    background: linear-gradient(120deg, rgb(199,207,176,0.5) 20%, rgb(159,182,114,0.5) 80%);
    content: "";
    top: -10%;
    width: 40%;
    height: 70%;
    border-radius: 10px;
    z-index: 0;
    transform: rotate(-15deg);
    right: -5%;
    opacity: 0.1;
}.utilprice_plan_grid::after {
    height: 50%;
    position: absolute;
    width: 35%;
    opacity: 0.08;
    background: linear-gradient(45deg, rgb(159,182,114,0.5) 30%, rgb(199,207,176,0.5) 70%);
    border-radius: 10px;
    content: "";
    z-index: 0;
    left: -3%;
    transform: rotate(10deg);
    bottom: -5%;
}.utilprice_plan_grid .container {
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
}.utilprice_plan_grid .utilfee_pricing {
    flex-direction: column;
    display: flex;
}.utilprice_plan_grid .utilcost_fee {
    order: 1;
    margin-bottom: 3.5rem;
    text-align: center;
    position: relative;
}.utilprice_plan_grid .utilcost_fee h2 {
    font-size: 34px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #000000;
}.utilprice_plan_grid .utilcost_fee h2::after {
    background: linear-gradient(90deg, transparent, rgb(199,207,176), transparent);
    height: 3px;
    bottom: -0.75rem;
    transform: translateX(-50%);
    width: 70%;
    content: "";
    left: 50%;
    position: absolute;
}.utilprice_plan_grid .utilpremium_plan {
    line-height: 1.6;
    color: #000000;
    margin: 0 auto;
    font-size: 13px;
    max-width: 800px;
}.utilprice_plan_grid .utilbundle_offer {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    order: 2;
    display: grid;
    width: 100%;
}.utilprice_plan_grid .utilskill_pricing {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    background: #ffffff;
    color: #000000;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    display: block;
}.utilprice_plan_grid .utilskill_pricing:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}.utilprice_plan_grid .utilskill_pricing::before {
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(199,207,176), rgb(159,182,114));
    left: 0;
    transition: transform 0.3s ease;
    height: 5px;
    content: "";
    transform: translateY(-5px);
}.utilprice_plan_grid .utilskill_pricing:hover::before {
    transform: translateY(0);
}.utilprice_plan_grid .utilstudy_fees {
    box-sizing: border-box;
    display: flex;
    height: 100%;
    flex-direction: column;
}.utilprice_plan_grid .utilpricing_pack {
    flex-direction: column;
    display: flex;
    flex: 1;
    padding: 2rem 1.75rem;
    position: relative;
}.utilprice_plan_grid .utilpricing_pack h3 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: calc(18px * 1.1);
    position: relative;
    display: inline-block;
}.utilprice_plan_grid .utilpricing_pack .utilvalue_fees {
    font-weight: 700;
    color: rgb(199,207,176);
    margin-bottom: 1.5rem;
    font-size: calc(18px * 1.3);
    position: relative;
}.utilprice_plan_grid .utilpricing_pack .utilvalue_fees::after {
    content: "";
    width: 40px;
    background: rgb(199,207,176,0.5);
    position: absolute;
    height: 2px;
    bottom: -0.75rem;
    left: 0;
}.utilprice_plan_grid .utilpricing_pack p {
    word-wrap: break-word;
    font-size: 13px;
    color: #000000;
    margin-bottom: 1.5rem;
    overflow-wrap: break-word;
    line-height: 1.65;
    word-break: break-word;
    flex-grow: 1;
}.utilprice_plan_grid .utilimg_holder {
    height: 180px;
    transition: transform 0.5s ease;
    width: 100%;
    overflow: hidden;
    position: relative;
}.utilprice_plan_grid .utilimg_holder::after {
    width: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
}.utilprice_plan_grid .utilskill_pricing:hover .utilimg_holder {
    transform: scale(1.05);
}.utilprice_plan_grid .utilskill_pricing:nth-child(odd) .utilpricing_pack::before {
    border-radius: 50%;
    right: 1rem;
    height: 2.5rem;
    z-index: -1;
    opacity: 0.1;
    content: "";
    width: 2.5rem;
    top: 1rem;
    position: absolute;
    background: rgb(199,207,176,0.5);
}.utilprice_plan_grid .utilskill_pricing:nth-child(even) .utilpricing_pack::before {
    bottom: 1rem;
    position: absolute;
    height: 2.5rem;
    opacity: 0.1;
    border-radius: 50%;
    left: 1rem;
    z-index: -1;
    background: rgb(159,182,114,0.5);
    content: "";
    width: 2.5rem;
}

@media (min-width: 992px) {.utilprice_plan_grid .utilfee_pricing {
    flex-direction: row;
}.utilprice_plan_grid .utilcost_fee {
    justify-content: center;
    text-align: left;
    margin-bottom: 0;
    display: flex;
    order: 2;
    flex-direction: column;
    padding-left: 3rem;
    flex: 0 0 30%;
}.utilprice_plan_grid .utilcost_fee h2 {
    text-align: left;
    margin-bottom: 2rem;
}.utilprice_plan_grid .utilcost_fee h2::after {
    width: 40%;
    left: 0;
    transform: none;
}.utilprice_plan_grid .utilpremium_plan {
    text-align: left;
    margin: 0;
}.utilprice_plan_grid .utilbundle_offer {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
    order: 1;
}
}

@media (max-width: 991px) {.utilprice_plan_grid {
    padding: 5rem 0;
}.utilprice_plan_grid .utilskill_pricing {
    margin-bottom: 1.5rem;
}.utilprice_plan_grid .utilcost_fee {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.utilprice_plan_grid {
    padding: 4rem 0;
}.utilprice_plan_grid .utilcost_fee h2 {
    font-size: calc(34px * 0.9);
}.utilprice_plan_grid .utilpricing_pack h3 {
    font-size: 18px;
}.utilprice_plan_grid .utilpricing_pack .utilvalue_fees {
    font-size: calc(18px * 1.15);
}.utilprice_plan_grid .utilimg_holder {
    height: 160px;
}
}

@media (max-width: 575px) {.utilprice_plan_grid {
    padding: 3rem 0;
}.utilprice_plan_grid .container {
    padding: 0 1.5rem;
}.utilprice_plan_grid .utilbundle_offer {
    gap: 1.5rem;
}.utilprice_plan_grid .utilpricing_pack {
    padding: 1.5rem;
}.utilprice_plan_grid .utilimg_holder {
    height: 140px;
}
}

@media (hover: none) {.utilprice_plan_grid .utilskill_pricing:hover {
    transform: none;
}.utilprice_plan_grid .utilskill_pricing:hover .utilimg_holder {
    transform: none;
}}header {
    z-index: 100;
    overflow: visible;
    margin-top: 0;
    padding: 0;
    position: relative;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
}header::before {
    height: 100%;
    z-index: 0;
    width: 100%;
    position: absolute;
    background-size: 20px 20px;
    content: '';
    left: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    top: 0;
}header::after {
    left: 0;
    content: '';
    height: 4px;
    background: linear-gradient(90deg, 
        rgb(199,207,176) 0%,
        rgb(159,182,114) 50%,
        rgb(199,207,176) 100%
    );
    background-size: 200% auto;
    bottom: 0;
    position: absolute;
    animation: gradientSlide 5s linear infinite;
    width: 100%;
}@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

header .utiltop_skill {
    position: relative;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    padding: 1.3rem 2rem;
    display: flex;
}header .utiltop_navbar {
    position: relative;
    flex: 0 0 auto;
    z-index: 5;
}header .utilhead_study {
    align-items: center;
    padding: 0.5rem;
    position: relative;
    transition: all 0.3s ease;
    z-index: 2;
    text-decoration: none;
    display: flex;
}header .utilhead_study:hover {
    transform: translateY(-3px) scale(1.02);
}header .utilhead_study img {
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    max-height: 40px;
}header .utiltop_navbar::before {
    border: 1px solid rgb(199,207,176);
    right: -8px;
    left: -8px;
    opacity: 0.3;
    transition: all 0.3s ease;
    content: '';
    bottom: -8px;
    border-radius: 10px;
    top: -8px;
    position: absolute;
    transform: skew(-3deg);
}header .utiltop_navbar:hover::before {
    box-shadow: 0 0 15px rgb(199,207,176,0.5);
    opacity: 0.7;
    transform: skew(-5deg) scale(1.05);
}header .utilhead_primary {
    padding: 0;
    position: relative;
    display: flex;
    list-style: none;
    margin: 0;
    z-index: 5;
}header .utilheader_lesson {
    perspective: 800px;
    position: relative;
    margin: 0 0.3rem;
}header .utilheader_lesson a {
    color: #ffffff;
    transition: all 0.4s ease;
    padding: 0.8rem 1.2rem;
    position: relative;
    letter-spacing: 0.5px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    z-index: 1;
    border: 1px solid transparent;
}header .utilheader_lesson a::before {
    left: 10%;
    transform: scaleX(0);
    bottom: 5px;
    opacity: 0.7;
    height: 1px;
    content: '';
    position: absolute;
    background: rgb(199,207,176);
    width: 80%;
    transition: transform 0.3s ease;
}header .utilheader_lesson a:hover {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    transform: translateZ(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: rgb(199,207,176);
}header .utilheader_lesson a:hover::before {
    transform: scaleX(1);
}header .utilheader_lesson::after {
    transition: opacity 0.3s ease;
    top: 0;
    height: 100%;
    content: '';
    pointer-events: none;
    background: radial-gradient(circle at center, rgb(199,207,176,0.5) 0%, transparent 70%);
    opacity: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
    left: 0;
}header .utilheader_lesson:hover::after {
    opacity: 0.4;
}header .utiltop_skill::before {
    width: 30%;
    top: 0;
    left: 35%;
    position: absolute;
    content: '';
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(199,207,176), transparent);
}header .utiltop_skill::after {
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    opacity: 0.1;
    content: '';
    width: 60%;
    left: 20%;
    bottom: 0;
    position: absolute;
}.utilnav_base {
    margin-top: 0;
    z-index: 1;
    background: rgb(234,235,229);
    padding-top: 2rem;
    position: relative;
}

@media (min-width: 1400px) {header .utiltop_skill {
    margin: 0 auto;
    max-width: 1300px;
}header .utilheader_lesson {
    margin: 0 0.5rem;
}header .utilheader_lesson a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    padding: 0;
}header .utiltop_skill {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    flex-direction: row;
}header .utiltop_navbar {
    margin-bottom: 0;
}header .utilhead_primary {
    justify-content: center;
    margin-top: 1rem;
    flex: 1 0 100%;
}header .utilheader_lesson {
    margin: 0 0.2rem;
}header .utilheader_lesson a {
    font-size: calc(18px - 1px);
    padding: 0.6rem 0.8rem;
}header .utiltop_navbar::before {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .utiltop_skill {
    padding: 0.8rem 1.2rem;
}header .utiltop_navbar {
    max-width: 130px;
}header .utiltop_navbar::before {
    display: none;
}header .utilhead_primary {
    scrollbar-width: thin;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
}header .utilhead_primary::-webkit-scrollbar {
    height: 2px;
}header .utilhead_primary::-webkit-scrollbar-thumb {
    background: rgb(199,207,176);
    border-radius: 10px;
}header .utilheader_lesson {
    flex: 0 0 auto;
    margin: 0 0.1rem;
}header .utilheader_lesson a {
    font-size: calc(18px - 2px);
    white-space: nowrap;
    letter-spacing: 0;
    padding: 0.5rem 0.7rem;
}header .utilheader_lesson a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}

@media (max-width: 479px) {header .utiltop_skill {
    padding: 0.7rem 1rem;
}header .utiltop_navbar {
    max-width: 110px;
}header .utilheader_lesson a {
    font-size: calc(18px - 3px);
    padding: 0.4rem 0.6rem;
}}.utilprogram_details {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background-color: #000000;
}.utilprogram_details::before {
    left: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 30% 20%, rgb(199,207,176,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgb(159,182,114,0.5) 0%, transparent 40%);
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    content: "";
}.utilprogram_details::after {
    z-index: 1;
    top: 0;
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.01) 0px, rgba(255, 255, 255, 0.01) 1px, transparent 1px, transparent 10px);
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
}.utilprogram_details .container {
    z-index: 2;
    position: relative;
}.utilprogram_details .utillesson_map {
    grid-template-rows: auto 1fr;
    grid-template-areas:
        "image title"
        "desc1 desc2";
    min-height: 500px;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    display: grid;
}.utilprogram_details .utiltext_display {
    display: contents;
}.utilprogram_details .utiltext_display h2 {
    color: #ffffff;
    font-weight: 700;
    align-self: center;
    transform: translateX(-30px);
    backdrop-filter: blur(5px);
    opacity: 0;
    border-left: 3px solid rgb(199,207,176);
    padding: 30px;
    background: linear-gradient(135deg, rgba(0,0,0,0.3) 0%, transparent 100%);
    animation: slide-in 0.8s forwards 0.2s;
    border-radius: 22px;
    grid-area: title;
    font-size: 35px;
    margin: 0;
}.utilprogram_details .utiltext_display .description:nth-of-type(1) {
    grid-area: desc1;
    opacity: 0;
    transform: translateY(30px);
    animation: fade-up 0.8s forwards 0.4s;
}.utilprogram_details .utiltext_display .description:nth-of-type(2) {
    grid-area: desc2;
    animation: fade-up 0.8s forwards 0.6s;
    transform: translateY(30px);
    opacity: 0;
}.utilprogram_details .utiltext_display .description {
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    color: #000000;
    border-top: 3px solid rgb(159,182,114);
    line-height: 1.8;
    border-radius: 22px;
    margin: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 25px;
    backdrop-filter: blur(5px);
    position: relative;
    font-size: 13px;
}.utilprogram_details .utiltext_display .description::before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
}.utilprogram_details .utilimg_holder {
    grid-area: image;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    position: relative;
    border-radius: 22px;
    min-height: 100%;
}.utilprogram_details .utilimg_holder::before {
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.5) 0%, transparent 100%);
    position: absolute;
}

@keyframes slide-in {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: rotate(45deg) scale(1.2);
        opacity: 0.8;
    }
}

@keyframes scan {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

@media (max-width: 991px) {.utilprogram_details {
    padding: 80px 0;
}.utilprogram_details .utillesson_map {
    min-height: auto;
    grid-template-areas:
            "image image"
            "title title"
            "desc1 desc2";
}.utilprogram_details .utilimg_holder {
    height: 400px;
}
}

@media (max-width: 767px) {.utilprogram_details {
    padding: 60px 0;
}.utilprogram_details .utillesson_map {
    gap: 20px;
    grid-template-columns: 1fr;
    grid-template-areas:
            "image"
            "title"
            "desc1"
            "desc2";
}.utilprogram_details .utilimg_holder {
    height: 350px;
}.utilprogram_details .utiltext_display h2 {
    padding: 20px;
    font-size: calc(35px * 0.9);
}.utilprogram_details .utiltext_display .description {
    padding: 20px;
}

}

@media (max-width: 480px) {.utilprogram_details {
    padding: 40px 0;
}.utilprogram_details .utilimg_holder {
    height: 250px;
}.utilprogram_details .utiltext_display h2 {
    font-size: calc(35px * 0.8);
    padding: 15px;
}.utilprogram_details .utiltext_display .description {
    font-size: calc(13px * 0.95);
    padding: 15px;
}.utilprogram_details .tech-element {
    display: none;
}}.utilexplore_now {
    overflow: hidden;
    margin: 6rem 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(199,207,176) 0%, rgb(159,182,114) 100%);
    padding: 6rem 2rem;
}.utilexplore_now::before {
    background-size: 40px 40px;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
    left: 0;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    position: absolute;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%),
                      linear-gradient(-45deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%),
                      linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.08) 75%),
                      linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.08) 75%);
    opacity: 0.3;
    content: "";
    transform: skewY(-2deg);
    z-index: -1;
    width: 100%;
    top: 0;
}.utilexplore_now::after {
    pointer-events: none;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
    width: 30%;
    content: "";
    right: -5%;
    position: absolute;
    top: -15%;
    transform: rotate(-30deg);
    z-index: -1;
    height: 200%;
}.utilexplore_now:hover::before {
    transform: skewY(-1deg);
}.utilexplore_now .container {
    flex-direction: column;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    position: relative;
    gap: 3rem;
    align-items: center;
}.utilexplore_now h6 {
    max-width: 800px;
    letter-spacing: 0.02em;
    transform: translateY(0);
    font-size: calc(18px * 1.25);
    line-height: 1.5;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    margin: 0;
    font-family: Arial, sans-serif;
}.utilexplore_now:hover h6 {
    transform: translateY(-5px);
}.utilexplore_now div span {
    display: inline-block;
    position: relative;
    perspective: 800px;
}.utilexplore_now .utilinquiry_support {
    font-size: 20px;
    text-decoration: none;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: rgb(199,207,176);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 
                0 2px 6px rgba(0, 0, 0, 0.1);
    backface-visibility: hidden;
    transform: translateZ(0);
    padding: 1.2rem 2.5rem;
    letter-spacing: 0.05em;
    background-color: #ffffff;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    border-radius: 4px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    display: inline-flex;
}.utilexplore_now .utilinquiry_support::before {
    transform: translateX(-100%);
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0) 30%, 
                rgba(255, 255, 255, 0.6) 50%, 
                rgba(255, 255, 255, 0) 70%);
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    transition: transform 0.7s ease;
}.utilexplore_now .utilinquiry_support span {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 2;
}.utilexplore_now .utilinquiry_support:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25), 
                0 4px 10px rgba(0, 0, 0, 0.1);
    color: rgb(159,182,114);
    transform: translateY(-3px) scale(1.03);
    background-color: #ffffff;
}.utilexplore_now .utilinquiry_support:hover::before {
    transform: translateX(100%);
}.utilexplore_now .utilinquiry_support:hover span {
    transform: translateX(3px);
}.utilexplore_now .utilinquiry_support:active {
    transition: all 0.2s;
    transform: translateY(0) scale(0.98);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.utilexplore_now .utilinquiry_support:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4), 
                0 8px 20px rgba(0, 0, 0, 0.15);
}

@media (min-width: 1200px) {.utilexplore_now {
    margin: 8rem 0;
    background: linear-gradient(120deg, rgb(199,207,176) 0%, rgb(159,182,114) 100%);
    padding: 7rem 3rem;
}.utilexplore_now .container {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 3rem;
}.utilexplore_now h6 {
    margin-right: 2rem;
    max-width: 60%;
    text-align: left;
    font-size: calc(18px * 1.4);
}.utilexplore_now::before {
    background-size: 60px 60px;
}
}

@media (max-width: 1199px) {.utilexplore_now {
    padding: 5rem 2rem;
}
}

@media (max-width: 991px) {.utilexplore_now {
    margin: 5rem 0;
}.utilexplore_now h6 {
    font-size: calc(18px * 1.15);
}.utilexplore_now .utilinquiry_support {
    padding: 1.1rem 2.2rem;
}
}

@media (max-width: 768px) {.utilexplore_now {
    padding: 4rem 1.5rem;
    margin: 4rem 0;
}.utilexplore_now .container {
    gap: 2.5rem;
}.utilexplore_now h6 {
    font-size: 18px;
}
}

@media (max-width: 576px) {.utilexplore_now {
    margin: 3rem 0;
    padding: 3.5rem 1.25rem;
}.utilexplore_now .container {
    gap: 2rem;
}.utilexplore_now h6 {
    font-size: calc(18px * 0.95);
}.utilexplore_now .utilinquiry_support {
    padding: 1rem 1.8rem;
    font-size: calc(20px * 0.9);
}
}

@media (prefers-reduced-motion: reduce) {.utilexplore_now,
    .utilexplore_now::before,
    .utilexplore_now h6,
    .utilexplore_now .utilinquiry_support,
    .utilexplore_now .utilinquiry_support::before,
    .utilexplore_now .utilinquiry_support span {
    transition: none;
    transform: none;
}.utilexplore_now:hover h6,
    .utilexplore_now .utilinquiry_support:hover,
    .utilexplore_now .utilinquiry_support:hover::before,
    .utilexplore_now .utilinquiry_support:hover span {
    transform: none;
}}.utilcustomer_feedback {
    position: relative;
    overflow: hidden;
    padding: 8rem 2rem;
    perspective: 1000px;
    background: linear-gradient(90deg, rgb(234,235,229) 0%, rgb(199,207,176,0.5) 30%, rgb(234,235,229) 100%);
}.utilcustomer_feedback::before {
    height: 1px;
    width: 80%;
    left: 10%;
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgb(199,207,176), transparent);
    top: 50%;
    position: absolute;
    box-shadow: 0 0 20px 5px rgb(199,207,176,0.5);
    content: "";
}.utilcustomer_feedback::after {
    background: radial-gradient(circle at 30% 50%, rgb(159,182,114,0.5) 0%, transparent 60%);
    width: 100%;
    position: absolute;
    opacity: 0.4;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}.utilcustomer_feedback .container {
    z-index: 2;
    position: relative;
}.utilcustomer_feedback h2 {
    font-weight: 700;
    margin-bottom: 4rem;
    color: #000000;
    text-align: center;
    position: relative;
    perspective: 1000px;
    font-size: calc(32px * 1.4);
}.utilcustomer_feedback h2::before {
    left: 0;
    filter: blur(10px);
    height: 20px;
    width: 100%;
    bottom: -20px;
    position: absolute;
    content: "";
    background: linear-gradient(to right, transparent, rgb(199,207,176,0.5), transparent);
}.utilcustomer_feedback .utilopinion_hub {
    overflow-x: auto;
    padding: 3rem 0;
    scrollbar-width: thin;
    scroll-snap-type: x mandatory;
    gap: 3rem;
    scrollbar-color: rgb(199,207,176) rgb(234,235,229);
    display: flex;
    transform-style: preserve-3d;
    flex-wrap: nowrap;
}.utilcustomer_feedback .utilopinion_hub::-webkit-scrollbar {
    height: 8px;
}.utilcustomer_feedback .utilopinion_hub::-webkit-scrollbar-track {
    background: rgb(234,235,229);
    border-radius: 10px;
}.utilcustomer_feedback .utilopinion_hub::-webkit-scrollbar-thumb {
    background-color: rgb(199,207,176);
    border-radius: 10px;
}.utilcustomer_feedback .utilsuccess_quotes {
    display: flex;
    background: #ffffff;
    position: relative;
    padding: 2rem;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: left center;
    transform: rotateY(10deg) translateZ(0);
    border-radius: 21px;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    flex: 0 0 300px;
    overflow: hidden;
    scroll-snap-align: center;
    align-items: center;
}.utilcustomer_feedback .utilsuccess_quotes:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    transform: rotateY(0deg) translateZ(50px) scale(1.05);
    z-index: 3;
}.utilcustomer_feedback .utilsuccess_quotes::before {
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(199,207,176,0.5) 0%, transparent 70%);
    left: 0;
    content: "";
    opacity: 0.4;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}.utilcustomer_feedback .utilsuccess_quotes:hover::before {
    opacity: 0.7;
}.utilcustomer_feedback .utilsuccess_quotes img {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-30px);
    border: 5px solid #ffffff;
    border-radius: 50%;
    height: 120px;
    transition: all 0.4s ease;
    object-fit: cover;
    width: 120px;
    margin-bottom: 1.5rem;
}.utilcustomer_feedback .utilsuccess_quotes:hover img {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: translateY(-40px) scale(1.1);
}.utilcustomer_feedback .utilsuccess_quotes p {
    font-weight: 600;
    transform: translateY(-10px);
    margin: 0;
    font-size: 18px;
    text-align: center;
    color: #000000;
}.utilcustomer_feedback .utilsuccess_quotes .description {
    transition: all 0.3s ease;
    margin-top: 1rem;
    transform: translateY(0);
    position: relative;
    z-index: 1;
    color: #000000;
    font-weight: 400;
    opacity: 0.9;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
}.utilcustomer_feedback .utilsuccess_quotes:hover .description {
    opacity: 1;
    transform: translateY(-5px);
}.utilcustomer_feedback .utilsuccess_quotes:nth-child(odd) {
    transform: rotateY(15deg) translateZ(0);
}.utilcustomer_feedback .utilsuccess_quotes:nth-child(odd):hover {
    transform: rotateY(0deg) translateZ(50px) scale(1.05);
}.utilcustomer_feedback .utilsuccess_quotes:nth-child(3n+1)::after {
    height: 50px;
    border-radius: 50%;
    opacity: 0.5;
    bottom: -20px;
    width: 50px;
    filter: blur(15px);
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    background: rgb(159,182,114,0.5);
    right: -20px;
}.utilcustomer_feedback .utilsuccess_quotes:nth-child(3n+1):hover::after {
    opacity: 0.7;
    height: 70px;
    width: 70px;
}.utilcustomer_feedback .utilsuccess_quotes:nth-child(3n+2)::after {
    background: rgb(199,207,176,0.5);
    border-radius: 50%;
    width: 40px;
    transition: all 0.3s ease;
    height: 40px;
    opacity: 0.4;
    right: -15px;
    position: absolute;
    filter: blur(10px);
    top: -15px;
    content: "";
}.utilcustomer_feedback .utilsuccess_quotes:nth-child(3n+2):hover::after {
    opacity: 0.6;
    width: 60px;
    height: 60px;
}

@media (max-width: 992px) {.utilcustomer_feedback {
    padding: 6rem 1rem;
}.utilcustomer_feedback h2 {
    margin-bottom: 3rem;
    font-size: calc(32px * 1.2);
}.utilcustomer_feedback .utilopinion_hub {
    padding: 2.5rem 0;
    gap: 2.5rem;
}.utilcustomer_feedback .utilsuccess_quotes {
    padding: 1.8rem;
    flex: 0 0 270px;
}.utilcustomer_feedback .utilsuccess_quotes img {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 768px) {.utilcustomer_feedback {
    padding: 5rem 1rem;
}.utilcustomer_feedback::before {
    display: none;
}.utilcustomer_feedback h2 {
    font-size: 32px;
    margin-bottom: 2.5rem;
}.utilcustomer_feedback .utilopinion_hub {
    gap: 2rem;
    padding: 2rem 0;
}.utilcustomer_feedback .utilsuccess_quotes {
    padding: 1.5rem;
    transform: rotateY(5deg) translateZ(0) !important;
    flex: 0 0 240px;
}.utilcustomer_feedback .utilsuccess_quotes:hover {
    transform: rotateY(0deg) translateZ(20px) scale(1.03) !important;
}.utilcustomer_feedback .utilsuccess_quotes img {
    transform: translateY(-25px);
    width: 90px;
    height: 90px;
}.utilcustomer_feedback .utilsuccess_quotes:hover img {
    transform: translateY(-30px) scale(1.05);
}.utilcustomer_feedback .utilsuccess_quotes p {
    font-size: calc(16px * 1.1);
}.utilcustomer_feedback .utilsuccess_quotes .description {
    font-size: calc(16px * 0.9);
}
}

@media (max-width: 480px) {.utilcustomer_feedback {
    padding: 4rem 0.5rem;
}.utilcustomer_feedback .utilopinion_hub {
    gap: 1.5rem;
    padding: 1.5rem 0;
}.utilcustomer_feedback .utilsuccess_quotes {
    transform: rotateY(0) translateZ(0) !important;
    flex: 0 0 85%;
}.utilcustomer_feedback .utilsuccess_quotes:hover {
    transform: rotateY(0) translateZ(0) scale(1.02) !important;
}}.utilverify_cta {
    color: #ffffff;
    z-index: 1;
    padding: 5rem 0 3rem;
    position: relative;
}.utilverify_cta::before {
    height: 100%;
    z-index: -1;
    content: "";
    top: 0;
    position: absolute;
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(199,207,176,0.5) 100%);
    width: 100%;
    left: 0;
}.utilverify_cta .container {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    position: relative;
    gap: 3rem;
}.utilverify_cta .company_holder {
    border-left: 2px solid rgb(199,207,176);
    position: relative;
    animation: borderPulse 4s infinite alternate;
    padding-left: 2rem;
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(199,207,176);
    }
    50% {
        border-left-color: rgb(159,182,114);
    }
    100% {
        border-left-color: rgb(199,207,176);
    }
}

.utilverify_cta .company_holder h3 {
    background: linear-gradient(to right, #ffffff, rgb(159,182,114));
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    font-size: calc(37px * 1.2);
    font-weight: 700;
}.utilverify_cta .utiltiktok_edu {
    font-size: 17px;
    color: #ffffff;
    margin-top: 1rem;
    opacity: 0.8;
    line-height: 1.6;
}.utilverify_cta .utilfooter_workshops {
    justify-content: flex-end;
    display: flex;
}.utilverify_cta .utiltop_master {
    gap: 4rem;
    display: flex;
}.utilverify_cta .utilhead_primary {
    position: relative;
}.utilverify_cta .utilhead_primary::before {
    border-top: 1px solid rgb(199,207,176);
    width: 40px;
    height: 40px;
    content: "";
    position: absolute;
    top: -10px;
    border-left: 1px solid rgb(199,207,176);
    opacity: 0.4;
    left: -20px;
}.utilverify_cta .utilhead_primary::after {
    width: 40px;
    position: absolute;
    border-bottom: 1px solid rgb(199,207,176);
    bottom: -10px;
    content: "";
    border-right: 1px solid rgb(199,207,176);
    opacity: 0.4;
    right: -20px;
    height: 40px;
}.utilverify_cta .utilhead_primary h5 {
    margin-bottom: 1.5rem;
    color: rgb(159,182,114);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 19px;
}.utilverify_cta .utilhead_primary .utiltop_master {
    flex-direction: column;
    gap: 0.8rem;
    display: flex;
}.utilverify_cta .utilhead_primary .utiltop_master a {
    color: #ffffff;
    font-size: 17px;
    padding-left: 1rem;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    opacity: 0.8;
}.utilverify_cta .utilhead_primary .utiltop_master a::before {
    transition: all 0.3s ease;
    content: "";
    height: 5px;
    width: 5px;
    transform: translateY(-50%);
    left: 0;
    background-color: rgb(199,207,176);
    top: 50%;
    border-radius: 50%;
    position: absolute;
}.utilverify_cta .utilhead_primary .utiltop_master a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(199,207,176);
}.utilverify_cta .utilhead_primary .utiltop_master a:hover::before {
    width: 7px;
    height: 7px;
    background-color: rgb(159,182,114);
}.utiltrade_mark {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1.5rem 0;
    position: relative;
    margin-top: 2rem;
}.utiltrade_mark::before {
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.5;
    width: 100%;
    content: "";
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(199,207,176), transparent);
}.utiltrade_mark .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.utiltrade_mark .utilgrant_info {
    color: #ffffff;
    opacity: 0.7;
    font-size: 15px;
    text-align: center;
}

@media screen and (max-width: 992px) {.utilverify_cta .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.utilverify_cta .company_holder {
    padding-left: 1rem;
    margin-bottom: 2rem;
}.utilverify_cta .utilfooter_workshops {
    justify-content: flex-start;
}.utilverify_cta .utiltop_master {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.utilverify_cta {
    padding: 3rem 0 2rem;
}.utilverify_cta .utiltop_master {
    flex-direction: column;
    gap: 2rem;
}.utilverify_cta .utilhead_primary::before,
    .utilverify_cta .utilhead_primary::after {
    display: none;
}.utilverify_cta .utilhead_primary {
    margin-bottom: 1.5rem;
}.utiltrade_mark {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.utilverify_cta .company_holder h3 {
    font-size: 37px;
}.utilverify_cta .utilhead_primary h5 {
    font-size: calc(16px * 1.1);
}.utilverify_cta .utilhead_primary .utiltop_master a {
    font-size: calc(17px * 0.9);
}}.utilwelcome_page {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.utilwelcome_page .utilpage_base {
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
}.utilwelcome_page .utilpage_base::before {
    height: 100%;
    z-index: -1;
    backdrop-filter: blur(3px);
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.7) 0%, 
        rgba(0, 0, 0, 0.4) 50%, 
        rgba(0, 0, 0, 0.7) 100%);
    content: "";
    position: absolute;
    top: 0;
}.utilwelcome_page .utilpage_base::after {
    height: 35%;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, 
        rgba(rgb(199,207,176,0.5), 0.9), 
        transparent);
    z-index: -1;
}.utilwelcome_page .utillearning_studio {
    z-index: 2;
    justify-content: center;
    flex-direction: column;
    position: relative;
    height: 100%;
    align-items: flex-start;
    margin: 0 auto;
    display: flex;
    padding: 2rem 5%;
    max-width: 1200px;
}.utilwelcome_page .utillearning_studio > div {
    animation: fade-slide-up 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0;
    transform: translateY(30px);
}.utilwelcome_page .utillearning_studio > div:nth-child(1) {
    max-width: 85%;
    animation-delay: 0.2s;
}.utilwelcome_page .utillearning_studio > div:nth-child(2) {
    max-width: 90%;
    animation-delay: 0.5s;
}.utilwelcome_page .utillearning_studio > div:nth-child(3) {
    max-width: 75%;
    animation-delay: 0.8s;
}.utilwelcome_page p {
    font-weight: 600;
    color: rgb(159,182,114);
    line-height: 1.5;
    font-size: calc(18px * 1.3);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}.utilwelcome_page p::before {
    transform: translateY(-50%);
    position: absolute;
    width: 5px;
    background: rgb(159,182,114);
    top: 50%;
    left: 0;
    height: 80%;
    border-radius: 2px;
    content: "";
}.utilwelcome_page .title_style_header {
    background: linear-gradient(135deg, #ffffff 30%, rgb(159,182,114) 100%);
    margin-bottom: 2rem;
    position: relative;
    color: transparent;
    line-height: 1.2;
    transform: perspective(1000px) rotateX(0deg);
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    font-size: clamp(2.5rem, 5vw, 43px);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    transition: transform 0.5s ease;
    font-weight: 700;
}.utilwelcome_page .title_style_header::after {
    position: absolute;
    height: 4px;
    animation: line-reveal 1s 0.7s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
    transform: scaleX(0);
    width: 40%;
    bottom: -15px;
    left: 0;
    background: linear-gradient(90deg, rgb(159,182,114), transparent);
    transform-origin: left;
    content: "";
}.utilwelcome_page h3 {
    box-decoration-break: clone;
    font-size: calc(22px * 1.1);
    padding-right: 10%;
    margin-top: 0;
    padding-left: 1.5rem;
    line-height: 1.6;
    color: rgba(rgb(255, 255, 255, 0.5), 0.9);
    position: relative;
    border-left: 2px solid rgb(199,207,176);
    font-weight: 400;
}@keyframes fade-slide-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

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


.utilwelcome_page:hover .title_style_header {
    transform: perspective(1000px) rotateX(3deg);
}


@media (max-width: 992px) {.utilwelcome_page .utillearning_studio {
    padding: 2rem 4%;
}.utilwelcome_page p {
    font-size: calc(18px * 1.1);
    padding-left: 1.2rem;
}.utilwelcome_page h3 {
    font-size: 22px;
    padding-right: 5%;
}
}

@media (max-width: 768px) {.utilwelcome_page {
    height: 90vh;
}.utilwelcome_page .utillearning_studio {
    justify-content: flex-end;
    padding-bottom: 15%;
}.utilwelcome_page .utillearning_studio > div:nth-child(1),
    .utilwelcome_page .utillearning_studio > div:nth-child(2),
    .utilwelcome_page .utillearning_studio > div:nth-child(3) {
    max-width: 100%;
}.utilwelcome_page p {
    margin-bottom: 1rem;
    font-size: 18px;
}.utilwelcome_page .title_style_header {
    margin-bottom: 1.5rem;
    font-size: clamp(2rem, 7vw, 2.5rem);
}.utilwelcome_page .title_style_header::after {
    width: 60%;
}.utilwelcome_page h3 {
    font-size: calc(19px * 1.1);
    padding-right: 0;
}
}

@media (max-width: 576px) {.utilwelcome_page {
    height: 85vh;
}.utilwelcome_page .utilpage_base::before {
    background: linear-gradient(135deg, 
            rgba(0, 0, 0, 0.8) 0%, 
            rgba(0, 0, 0, 0.6) 50%, 
            rgba(0, 0, 0, 0.8) 100%);
}.utilwelcome_page .utillearning_studio {
    justify-content: center;
    padding: 1.5rem 5%;
}.utilwelcome_page p {
    margin-bottom: 0.8rem;
    font-size: calc(18px * 0.9);
    padding-left: 1rem;
}.utilwelcome_page p::before {
    height: 70%;
    width: 3px;
}.utilwelcome_page .title_style_header {
    margin-bottom: 1.2rem;
    font-size: clamp(1.8rem, 8vw, 2.2rem);
}.utilwelcome_page h3 {
    padding-left: 1rem;
    font-size: 19px;
    line-height: 1.5;
}
}

@media (orientation: landscape) and (max-height: 600px) {.utilwelcome_page {
    min-height: 100vh;
    height: auto;
}.utilwelcome_page .utillearning_studio {
    padding: 5rem 5% 3rem;
}.utilwelcome_page p {
    margin-bottom: 0.5rem;
}.utilwelcome_page .title_style_header {
    margin-bottom: 1rem;
}}.utilstay_updated {
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(159,182,114,0.5) 0%, rgb(199,207,176,0.5) 100%);
    padding: 4rem 2rem;
}.utilstay_updated::before {
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        rgb(255, 255, 255, 0.5) 0px,
        rgb(255, 255, 255, 0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
}.utilstay_updated::after {
    opacity: 0.1;
    animation: pulse 15s infinite alternate ease-in-out;
    z-index: 0;
    right: -20%;
    content: "";
    top: -50%;
    background: radial-gradient(circle, rgb(199,207,176,0.5) 0%, transparent 70%);
    position: absolute;
    height: 200%;
    transform: rotate(-15deg);
    width: 70%;
}.utilstay_updated .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.utilstay_updated .utilskill_sessions {
    flex-direction: column;
    backdrop-filter: blur(10px);
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 97% 100%, 0 100%);
}.utilstay_updated .utilskill_sessions::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(199,207,176), rgb(159,182,114));
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    width: 5px;
    transform: translateX(-3px);
    height: 100%;
}.utilstay_updated .utilskill_sessions h3 {
    font-size: calc(24px * 1.1);
    position: relative;
    margin-bottom: 2rem;
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
    max-width: 80%;
}.utilstay_updated .utilskill_sessions h3::after {
    position: absolute;
    transform-origin: left;
    animation: expandLine 3s infinite alternate cubic-bezier(0.45, 0.05, 0.55, 0.95);
    background: rgb(199,207,176);
    width: 60px;
    content: "";
    height: 3px;
    bottom: -0.8rem;
    left: 0;
}.utilstay_updated .input_holder {
    margin-top: 1rem;
    max-width: 550px;
    gap: 1rem;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}.utilstay_updated .input_holder div {
    position: relative;
    flex: 1 1 250px;
}.utilstay_updated .input_holder input[type="email"] {
    padding: 1rem 1.2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    color: #000000;
    background-color: #ffffff;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
}.utilstay_updated .input_holder input[type="email"]:focus {
    border-color: rgb(199,207,176);
    outline: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px -3px rgb(199,207,176,0.5);
}.utilstay_updated .input_holder input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.utilstay_updated .input_holder input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}.utilstay_updated .input_holder .utilbegin_learning {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    font-size: 15px;
    padding: 1rem 1.5rem;
    background: linear-gradient(to right, rgb(199,207,176), rgb(159,182,114));
    border: none;
    transition: all 0.3s ease;
    font-weight: 600;
    flex: 0 0 auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}.utilstay_updated .input_holder .utilbegin_learning::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    transition: all 0.5s ease;
}.utilstay_updated .input_holder .utilbegin_learning:hover {
    box-shadow: 0 8px 20px -5px rgb(199,207,176,0.5);
    transform: translateY(-3px);
}.utilstay_updated .input_holder .utilbegin_learning:hover::before {
    left: 100%;
}.utilstay_updated .input_holder .utilbegin_learning:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px -3px rgb(199,207,176,0.5);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-15deg) scale(1.1);
    }
}

@keyframes expandLine {
    0%, 20% {
        width: 60px;
    }
    80%, 100% {
        width: 100px;
    }
}

@media (min-width: 768px) {.utilstay_updated {
    padding: 5rem 3rem;
}.utilstay_updated .utilskill_sessions {
    justify-content: space-between;
    padding: 4rem;
    flex-direction: row;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 97% 100%, 0 100%);
}.utilstay_updated .utilskill_sessions h3 {
    margin-bottom: 0;
    padding-right: 2rem;
    max-width: 45%;
    font-size: 35px;
}.utilstay_updated .utilskill_sessions h3::after {
    width: 80px;
}.utilstay_updated .utilskill_sessions > div {
    flex: 0 0 50%;
}.utilstay_updated .input_holder {
    max-width: 100%;
    margin-top: 0;
}
    
    @keyframes expandLine {
        0%, 20% {
            width: 80px;
        }
        80%, 100% {
            width: 120px;
        }
    }
}

@media (max-width: 767px) {.utilstay_updated .utilskill_sessions {
    padding: 2rem;
}.utilstay_updated .utilskill_sessions h3 {
    font-size: calc(24px * 0.9);
    max-width: 100%;
}.utilstay_updated .input_holder {
    flex-direction: column;
}.utilstay_updated .input_holder div {
    flex: 1 1 auto;
}.utilstay_updated .input_holder .utilbegin_learning {
    width: 100%;
}
}

@media (hover: none) {.utilstay_updated .input_holder .utilbegin_learning:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transform: none;
}.utilstay_updated .input_holder .utilbegin_learning:hover::before {
    left: -100%;
}.utilstay_updated .input_holder input[type="email"]:focus {
    transform: none;
}
}

@media (prefers-reduced-motion) {.utilstay_updated::after {
    animation: none;
}.utilstay_updated .utilskill_sessions h3::after {
    width: 80px;
    animation: none;
}.utilstay_updated .input_holder .utilbegin_learning::before {
    display: none;
}}.utilprivacy_hideaway {
    font-family: Arial, sans-serif;
    padding: 2em 3em;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin: 0 auto;
}.utilprivacy_hideaway h1 {
    border-bottom: 2px solid rgb(199,207,176);
    padding-bottom: 0.5em;
    font-size: 43px;
    text-align: left;
    margin-bottom: 1em;
    text-transform: uppercase;
    color: rgb(199,207,176);
    font-weight: 700;
}.utilprivacy_hideaway h2 {
    color: rgb(159,182,114);
    text-transform: uppercase;
    margin-bottom: 1em;
    font-weight: 600;
    font-size: 28px;
}.utilprivacy_hideaway h3,
.utilprivacy_hideaway h4,
.utilprivacy_hideaway h5,
.utilprivacy_hideaway h6 {
    margin-bottom: 0.75em;
    color: #000000;
    font-weight: 400;
}.utilprivacy_hideaway h3 {
    font-size: calc(24px - 0.2em);
}.utilprivacy_hideaway h4 {
    font-size: calc(24px - 0.4em);
}.utilprivacy_hideaway h5 {
    font-size: 24px;
}.utilprivacy_hideaway h6 {
    font-size: 16px;
}.utilprivacy_hideaway ul,
.utilprivacy_hideaway ol {
    margin: 1em 0;
    list-style: none;
    padding-left: 2em;
}.utilprivacy_hideaway li {
    font-size: 13px;
    color: #000000;
    margin-bottom: 0.5em;
}.utilprivacy_hideaway p {
    margin-bottom: 1em;
    font-size: 13px;
    color: #000000;
    line-height: 1.5;
}.utilprivacy_hideaway span {
    color: rgb(199,207,176);
    font-weight: 600;
}.utilprivacy_hideaway div {
    margin-bottom: 1em;
}
@media only screen and (max-width: 800px) {.utilprivacy_hideaway {
    border-radius: 10px;
    padding: 1em 1.5em;
}.utilprivacy_hideaway h1 {
    font-size: calc(24px - 0.4em);
}.utilprivacy_hideaway h2 {
    font-size: calc(24px - 0.3em);
}.utilprivacy_hideaway p,
    .utilprivacy_hideaway li {
    font-size: calc(13px - 0.1em);
}}
.utilprivacy_hideaway h1::before {
    background-color: rgb(199,207,176);
    content: "";
    height: 3px;
    margin-bottom: 0.5em;
    width: 50px;
    display: block;
}.utilprivacy_hideaway h2::before {
    height: 3px;
    content: "";
    display: block;
    width: 30px;
    margin-bottom: 0.5em;
    background-color: rgb(159,182,114);
}.utilprivacy_hideaway ul li::before,
.utilprivacy_hideaway ol li::before {
    height: 6px;
    border-radius: 50%;
    margin-right: 0.5em;
    width: 6px;
    content: "";
    background-color: rgb(199,207,176);
    display: inline-block;
}.utilprivacy_hideaway a {
    color: rgb(199,207,176);
    text-decoration: none;
    border-bottom: 1px solid rgb(199,207,176);
}.utilprivacy_hideaway a:hover {
    color: rgb(159,182,114);
    border-bottom: 1px solid rgb(159,182,114);
}.utilprivacy_hideaway blockquote {
    border-left: 4px solid rgb(199,207,176);
    color: #000000;
    font-style: normal;
    background-color: rgb(159,182,114,0.5);
    margin: 1em 0;
    padding: 1em;
}.utilour_team {
    background: linear-gradient(135deg, rgb(234,235,229) 0%, rgb(199,207,176,0.5) 100%);
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}.utilour_team::before {
    width: 100%;
    content: '';
    top: 0;
    background-image: linear-gradient(30deg, transparent 90%, rgb(159,182,114,0.5) 92%),
                     linear-gradient(150deg, transparent 90%, rgb(159,182,114,0.5) 92%);
    z-index: 1;
    height: 100%;
    position: absolute;
    opacity: 0.15;
    left: 0;
}.utilour_team::after {
    right: -5%;
    filter: blur(30px);
    transform: rotate(-15deg);
    position: absolute;
    opacity: 0.08;
    content: '';
    background: linear-gradient(120deg, rgb(199,207,176,0.5) 10%, rgb(159,182,114) 90%);
    z-index: 0;
    width: 40%;
    bottom: -10%;
    height: 60%;
}.utilour_team .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.utilour_team h1 {
    color: #000000;
    font-weight: 700;
    font-size: 46px;
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}.utilour_team h1::after {
    content: '';
    bottom: -10px;
    height: 4px;
    animation: expandWidth 0.8s ease-out forwards;
    transform-origin: left;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(199,207,176) 0%, rgb(159,182,114) 100%);
    width: 80px;
}.utilour_team .utillearning_track {
    position: relative;
    margin-top: 30px;
}.utilour_team .utillearning_track ul {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    list-style: none;
    padding: 0;
}.utilour_team .utilstudy_guide {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-left: 4px solid rgb(199,207,176);
    transform: translateY(20px);
    position: relative;
    animation: fadeInUp 0.8s ease-out forwards;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 30px;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    animation-delay: calc(var(--i, 0) * 0.2s);
    opacity: 0;
}.utilour_team .utilstudy_guide:nth-child(1) {
    --i: 1;
}.utilour_team .utilstudy_guide:nth-child(2) {
    --i: 2;
    border-left-color: rgb(159,182,114);
}.utilour_team .utilstudy_guide:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 
                0 8px 20px rgba(0, 0, 0, 0.08);
}.utilour_team .utilstudy_guide h4 {
    margin-top: 0;
    font-weight: 600;
    position: relative;
    font-size: calc(20px * 1.1);
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
}.utilour_team .utilstudy_guide:nth-child(1) h4::before {
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 25px;
    z-index: -1;
    content: '';
    top: -8px;
    opacity: 0.2;
    left: -30px;
    background: rgb(199,207,176,0.5);
    height: 25px;
}.utilour_team .utilstudy_guide:nth-child(2) h4::before {
    position: absolute;
    left: -30px;
    top: -8px;
    height: 25px;
    opacity: 0.2;
    background: rgb(159,182,114,0.5);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    content: '';
    width: 25px;
    z-index: -1;
}.utilour_team .utilstudy_guide div {
    color: #000000;
    padding-right: 15px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    max-height: 300px;
    line-height: 1.7;
    letter-spacing: 0.2px;
    font-size: 13px;
    overflow-y: auto;
}.utilour_team .utilstudy_guide div::-webkit-scrollbar {
    width: 5px;
}.utilour_team .utilstudy_guide div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(255, 255, 255, 0.5);
}.utilour_team .utilstudy_guide div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(199,207,176,0.5), rgb(159,182,114,0.5));
}

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

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


@media screen and (max-width: 992px) {.utilour_team {
    padding: 60px 0;
}.utilour_team h1 {
    font-size: calc(46px * 0.9);
}.utilour_team .utillearning_track ul {
    gap: 30px;
    grid-template-columns: 1fr;
}.utilour_team .utilstudy_guide {
    max-width: 100%;
}
}

@media screen and (max-width: 768px) {.utilour_team {
    padding: 50px 0;
}.utilour_team h1 {
    font-size: calc(46px * 0.85);
    margin-bottom: 30px;
}.utilour_team h1::after {
    height: 3px;
}.utilour_team .utilstudy_guide {
    padding: 25px 20px;
}.utilour_team .utilstudy_guide h4 {
    font-size: 20px;
}.utilour_team .utilstudy_guide div {
    font-size: calc(13px * 0.95);
    max-height: 250px;
}
}

@media screen and (max-width: 576px) {.utilour_team {
    padding: 40px 0;
}.utilour_team h1 {
    margin-bottom: 25px;
    font-size: calc(46px * 0.8);
}.utilour_team .utillearning_track {
    margin-top: 20px;
}.utilour_team .utillearning_track ul {
    gap: 25px;
}.utilour_team .utilstudy_guide {
    padding: 20px 15px;
}.utilour_team .utilstudy_guide h4 {
    margin-bottom: 12px;
    font-size: calc(20px * 0.95);
}.utilour_team .utilstudy_guide div {
    font-size: calc(13px * 0.9);
    max-height: 200px;
    line-height: 1.6;
}
}