* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.site_maptool {
    flex: 0 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    scroll-behavior: auto;
    color: #000000;
}.head_sitetool {
    flex: 1 0 auto;
}.wrapper-bundletool {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1184px;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.find_supporttool {
    background: linear-gradient(135deg, rgb(220,223,231) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 6rem 2rem;
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
}.find_supporttool::before {
    left: 0;
    content: "";
    width: 100%;
    z-index: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(172,180,198,0.5), 0.03) 0px,
        rgba(rgb(172,180,198,0.5), 0.03) 2px,
        transparent 2px,
        transparent 10px
    );
    height: 100%;
    position: absolute;
    top: 0;
}.find_supporttool::after {
    content: "";
    z-index: 1;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    top: -10%;
    animation: float 15s infinite alternate ease-in-out;
    right: -5%;
    width: 30%;
    height: 50%;
    background: radial-gradient(
        circle at center,
        rgba(rgb(172,180,198,0.5), 0.15),
        rgba(rgb(131,144,167,0.5), 0.05) 60%,
        transparent 80%
    );
    position: absolute;
}.find_supporttool h1 {
    font-size: 47px;
    position: relative;
    letter-spacing: -0.02em;
    margin-bottom: 3rem;
    z-index: 2;
    text-align: center;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: translateY(0);
    color: #000000;
}.find_supporttool h1::after {
    width: 4rem;
    background: linear-gradient(90deg, rgb(172,180,198), rgb(131,144,167));
    height: 0.25rem;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    left: 50%;
    border-radius: 10px;
    bottom: -0.8rem;
}.find_supporttool .container {
    margin: 0 auto;
    position: relative;
    z-index: 3;
    max-width: 1200px;
}.find_supporttool .talk_answertool {
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.5s ease;
    transform: translateY(0);
    background: rgba(#ffffff, 0.85);
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 1px 5px rgba(rgba(0, 0, 0, 0.5), 0.03);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    display: grid;
    border: 1px solid rgba(rgb(172,180,198,0.5), 0.1);
    padding: 2.5rem;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}.find_supporttool .talk_answertool:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.1),
                0 2px 10px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.find_supporttool .talk_answertool > div {
    padding: 1rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
}.find_supporttool .talk_answertool > div:first-child {
    letter-spacing: 0.01em;
    background: linear-gradient(135deg, rgba(rgb(172,180,198,0.5), 0.1), rgba(rgb(172,180,198,0.5), 0.03));
    border-left: 3px solid rgb(172,180,198);
    line-height: 1.6;
    font-size: calc(17px + 0.1rem);
    color: #000000;
    padding: 1.5rem;
}.find_supporttool .talk_answertool > div:nth-child(2) {
    flex-direction: column;
    gap: 0.75rem;
    display: flex;
}.find_supporttool h6 {
    align-items: center;
    font-size: 22px;
    display: flex;
    gap: 0.75rem;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
    color: #000000;
}.find_supporttool span {
    font-size: 17px;
    color: #000000;
    margin-left: 1.8rem;
    display: block;
    transition: color 0.3s ease;
}.find_supporttool .ask_formtool {
    flex-direction: column;
    gap: 1.25rem;
    display: flex;
}.find_supporttool .ask_formtool > div {
    position: relative;
    transition: transform 0.3s ease;
}.find_supporttool .ask_formtool > div:hover {
    transform: translateX(5px);
}.find_supporttool .contact_teamtool {
    color: #000000;
    align-items: center;
    position: relative;
    text-decoration: none;
    display: flex;
    transition: color 0.3s ease;
    font-size: 17px;
    font-weight: 400;
    gap: 0.75rem;
}.find_supporttool .contact_teamtool::before {
    left: 0;
    bottom: -4px;
    position: absolute;
    height: 1.5px;
    content: "";
    width: 0;
    background: linear-gradient(90deg, rgb(172,180,198), rgb(131,144,167));
    transition: width 0.3s ease;
}.find_supporttool .contact_teamtool:hover {
    color: rgb(172,180,198);
}.find_supporttool .contact_teamtool:hover::before {
    width: 100%;
}.find_supporttool svg {
    flex-shrink: 0;
    width: 20px;
    transition: transform 0.3s ease;
    height: 20px;
}.find_supporttool .contact_teamtool:hover svg {
    transform: scale(1.1);
}.find_supporttool svg path {
    transition: fill 0.3s ease;
    fill: rgb(172,180,198);
}.find_supporttool .contact_teamtool:hover svg path {
    fill: rgb(131,144,167);
}

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

@keyframes pulse {
    0% {
        opacity: 0.7;
        transform: scale(0.98);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(0.98);
    }
}

@media (min-width: 768px) {.find_supporttool {
    padding: 8rem 3rem;
}.find_supporttool .talk_answertool {
    padding: 3rem;
    gap: 2rem;
    grid-template-columns: 1.5fr 1fr 1fr;
}.find_supporttool h1 {
    font-size: calc(47px * 1.1);
    margin-bottom: 4rem;
}.find_supporttool h1::after {
    width: 6rem;
}.find_supporttool .talk_answertool > div:first-child {
    font-size: calc(17px + 0.2rem);
}
}

@media (max-width: 767px) {.find_supporttool {
    padding: 4rem 1.5rem;
}.find_supporttool::after {
    height: 30%;
    width: 50%;
}.find_supporttool h1 {
    margin-bottom: 2.5rem;
    font-size: calc(47px * 0.9);
}.find_supporttool .talk_answertool {
    padding: 2rem 1.5rem;
}.find_supporttool .ask_formtool {
    gap: 1rem;
}.find_supporttool svg {
    width: 18px;
    height: 18px;
}
}

@media (max-width: 480px) {.find_supporttool {
    padding: 3rem 1rem;
}.find_supporttool h1 {
    font-size: calc(47px * 0.8);
}.find_supporttool .talk_answertool {
    padding: 1.5rem;
}.find_supporttool .talk_answertool > div {
    padding: 0.75rem;
}.find_supporttool .talk_answertool > div:first-child {
    font-size: 17px;
    padding: 1.25rem;
}}.privacy_safeguardtool {
    width: 100%;
    background: rgb(131,144,167,0.5);
    overflow: hidden;
    padding: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    height: auto;
}.privacy_safeguardtool h1 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 48px;
    letter-spacing: 1px;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    color: rgb(172,180,198);
}.privacy_safeguardtool h2 {
    margin-top: 30px;
    padding-bottom: 5px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(131,144,167);
    border-bottom: 2px solid rgb(172,180,198);
    text-transform: capitalize;
    font-size: 31px;
}.privacy_safeguardtool h3, .privacy_safeguardtool h4, .privacy_safeguardtool h5, .privacy_safeguardtool h6 {
    margin-bottom: 15px;
    color: #000000;
    font-size: 24px;
    margin-top: 20px;
    font-weight: 400;
}.privacy_safeguardtool ul, .privacy_safeguardtool ol {
    list-style: none;
    padding: 15px 0;
    padding-left: 20px;
}.privacy_safeguardtool ul li::before {
    margin-right: 10px;
    color: rgb(172,180,198);
    font-size: 1.5em;
    vertical-align: middle;
    content: '•';
}.privacy_safeguardtool li {
    color: #000000;
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 16px;
}.privacy_safeguardtool p, .privacy_safeguardtool span, .privacy_safeguardtool div {
    margin-bottom: 10px;
    line-height: 1.8;
    color: #000000;
    font-family: Arial, sans-serif;
}.privacy_safeguardtool div.container {
    margin: 0 auto;
    max-width: 1200px;
}

@media only screen and (max-width: 800px) {.privacy_safeguardtool {
    border-radius: 10px;
    padding: 20px 10px;
}.privacy_safeguardtool h1 {
    font-size: calc(24px - 10px);
}.privacy_safeguardtool h2 {
    font-size: calc(24px - 5px);
}.privacy_safeguardtool h3, .privacy_safeguardtool h4, .privacy_safeguardtool h5, .privacy_safeguardtool h6 {
    font-size: calc(24px - 5px);
}}.contact_ustool {
    background: linear-gradient(160deg, rgb(220,223,231) 0%, rgb(172,180,198,0.5) 100%);
    padding: 90px 0;
    overflow: hidden;
    position: relative;
}.contact_ustool::before {
    content: "";
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(172,180,198,0.5),
        rgb(172,180,198,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    opacity: 0.03;
    position: absolute;
    width: 100%;
}.contact_ustool .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.contact_ustool h2 {
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
    font-size: 45px;
    font-weight: 700;
}.contact_ustool .query_supporttool {
    max-width: 800px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    flex-direction: column;
    display: flex;
    background: #ffffff;
}.contact_ustool .image_slidertool {
    position: relative;
    height: 200px;
    width: 100%;
}.contact_ustool .inquiry_listtool {
    width: 100%;
    position: relative;
    padding: 50px;
}.contact_ustool form {
    width: 100%;
}.contact_ustool form h3 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 19px;
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
}.contact_ustool form h3::after {
    content: "";
    height: 3px;
    bottom: -10px;
    width: 100%;
    position: absolute;
    border-radius: 1.5px;
    left: 0;
    background: rgb(172,180,198);
}.contact_ustool form input[type="text"] {
    transition: all 0.3s ease;
    padding: 15px 20px;
    margin-bottom: 20px;
    background: rgb(220,223,231);
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #000000;
    width: 100%;
    border: 2px solid transparent;
    border-radius: 10px;
}.contact_ustool form input[type="text"]:focus {
    border-color: rgb(172,180,198);
    outline: none;
}.contact_ustool form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.contact_ustool .request_blocktool {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.contact_ustool .request_blocktool input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_ustool .request_blocktool label {
    color: #000000;
    line-height: 1.6;
    position: relative;
    padding-left: 35px;
    font-size: 16px;
    cursor: pointer;
}.contact_ustool .request_blocktool label::before {
    background: rgb(220,223,231);
    position: absolute;
    border-radius: 10px;
    left: 0;
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
    top: 2px;
    content: "";
}.contact_ustool .request_blocktool input[type="checkbox"]:checked + label::before {
    background: rgb(172,180,198);
}.contact_ustool .request_blocktool input[type="checkbox"]:checked + label::after {
    left: 8px;
    content: "";
    border-bottom: 2px solid #ffffff;
    height: 12px;
    border-right: 2px solid #ffffff;
    width: 6px;
    top: 5px;
    transform: rotate(45deg);
    position: absolute;
}.contact_ustool .request_blocktool label a {
    text-decoration: none;
    color: rgb(172,180,198);
    transition: all 0.3s ease;
}.contact_ustool .request_blocktool label a:hover {
    text-decoration: underline;
}.contact_ustool form .query_messagetool {
    padding: 16px 20px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    font-size: 19px;
    text-align: center;
    border: none;
    background: rgb(172,180,198);
    font-family: Arial, sans-serif;
    color: #ffffff;
}.contact_ustool form .query_messagetool:hover {
    background: rgb(131,144,167);
}.contact_ustool svg {
    height: 20px;
    fill: rgb(172,180,198);
    width: 20px;
}.contact_ustool svg path {
    fill: rgb(172,180,198);
    transition: fill 0.3s ease;
}

@media screen and (min-width: 768px) {.contact_ustool .query_supporttool {
    flex-direction: row;
    max-width: 1000px;
}.contact_ustool .image_slidertool {
    min-height: 400px;
    width: 40%;
    height: auto;
}.contact_ustool .inquiry_listtool {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.contact_ustool .image_slidertool {
    width: 50%;
}.contact_ustool .inquiry_listtool {
    padding: 60px;
    width: 50%;
}
}

@media screen and (min-width: 1200px) {.contact_ustool .query_supporttool {
    max-width: 1100px;
}.contact_ustool .image_slidertool {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.contact_ustool {
    padding: 60px 0;
}.contact_ustool h2 {
    margin-bottom: 30px;
    font-size: calc(45px * 0.7);
}.contact_ustool .inquiry_listtool {
    padding: 30px 20px;
}.contact_ustool form h3 {
    font-size: calc(19px * 0.9);
}}.thanksParttool {
    background: linear-gradient(135deg, rgb(172,180,198,0.5) 0%, rgb(220,223,231) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.thanksParttool::before {
    position: absolute;
    content: "";
    pointer-events: none;
    background: repeating-linear-gradient(45deg, transparent, transparent 50px, rgb(131,144,167,0.5) 50px, rgb(131,144,167,0.5) 52px);
    top: 0;
    height: 100%;
    left: 0;
    opacity: 0.1;
    width: 100%;
}.thanksParttool::after {
    height: 250px;
    z-index: 0;
    bottom: -20px;
    right: -20px;
    content: "";
    opacity: 0.08;
    background: rgb(172,180,198);
    width: 250px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    transform: rotate(15deg);
}.thanksParttool .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    position: relative;
}.thanksParttool .learn_skilltool {
    position: relative;
    grid-template-columns: 1fr;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 40px;
    display: grid;
    transform: translateX(0);
}.thanksParttool .learn_skilltool:hover {
    transform: translateX(10px);
}.thanksParttool .learn_skilltool > div:first-child {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform-origin: left center;
    border-left: 4px solid rgb(172,180,198);
    padding-left: 30px;
}.thanksParttool .learn_skilltool > div:first-child::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border: 3px solid rgb(172,180,198);
    left: -14px;
    height: 24px;
    transition: transform 0.4s ease;
    width: 24px;
    background: #ffffff;
}.thanksParttool .learn_skilltool:hover > div:first-child::before {
    transform: translateY(-50%) rotate(225deg);
}.thanksParttool h5 {
    margin: 0;
    font-size: 20px;
    position: relative;
    color: #000000;
    line-height: 1.4;
    font-weight: 700;
}.thanksParttool .learn_skilltool > div:last-child {
    background: #ffffff;
    overflow: hidden;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    padding: 35px 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    position: relative;
}.thanksParttool .learn_skilltool > div:last-child::before {
    transition: width 0.4s ease;
    top: 0;
    content: "";
    width: 6px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(172,180,198), rgb(131,144,167));
    left: 0;
    position: absolute;
}.thanksParttool .learn_skilltool > div:last-child:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}.thanksParttool .learn_skilltool > div:last-child:hover::before {
    width: 10px;
}.thanksParttool .learn_skilltool > div:last-child::after {
    height: 90px;
    border-radius: 50%;
    width: 90px;
    position: absolute;
    right: -30px;
    background: rgb(131,144,167,0.5);
    content: "";
    top: -30px;
    z-index: 0;
    opacity: 0.15;
}.thanksParttool a {
    display: block;
    text-decoration: none;
    z-index: 1;
    position: relative;
    transition: transform 0.3s ease;
}.thanksParttool a:hover {
    transform: translateX(5px);
}.thanksParttool p {
    position: relative;
    margin: 0;
    font-size: 13px;
    z-index: 2;
    line-height: 1.8;
    color: #000000;
}

@media (min-width: 768px) {.thanksParttool {
    padding: 150px 0;
}.thanksParttool .learn_skilltool {
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: center;
}.thanksParttool .learn_skilltool > div:first-child {
    padding-left: 50px;
}.thanksParttool h5 {
    font-size: calc(20px * 1.2);
    max-width: 90%;
}
}

@media (min-width: 992px) {.thanksParttool {
    padding: 180px 0;
}.thanksParttool .learn_skilltool {
    gap: 80px;
    grid-template-columns: 1fr 1.2fr;
}.thanksParttool .learn_skilltool > div:first-child {
    transform: translateX(-30px);
}.thanksParttool .learn_skilltool:hover > div:first-child {
    transform: translateX(-20px);
}.thanksParttool .learn_skilltool > div:last-child {
    padding: 50px 60px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), clip-path 0.6s ease, box-shadow 0.6s ease;
}.thanksParttool .learn_skilltool > div:last-child:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}

@media (max-width: 767px) {.thanksParttool {
    padding: 80px 0;
}.thanksParttool::after {
    height: 150px;
    width: 150px;
}.thanksParttool .learn_skilltool > div:first-child {
    padding-left: 20px;
}.thanksParttool .learn_skilltool > div:last-child {
    padding: 25px 30px;
}.thanksParttool h5 {
    font-size: calc(20px * 0.9);
}.thanksParttool p {
    font-size: calc(13px * 0.95);
}}.followtool {
    overflow: hidden;
    padding: 5rem 2rem;
    background: rgb(220,223,231);
    position: relative;
}.followtool::before {
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(172,180,198,0.5) 0%, transparent 70%);
    z-index: 1;
}.followtool::after {
    background-image: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 5px,
            rgb(131,144,167,0.5) 5px,
            rgb(131,144,167,0.5) 8px
        );
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    bottom: 0;
    opacity: 0.1;
    content: "";
    width: 70%;
    position: absolute;
    z-index: 1;
    right: 0;
    height: 40%;
}.followtool .learn_skilltool {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.followtool .reach_querytool {
    max-width: 700px;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 29px;
}.followtool .reach_querytool::before {
    width: 100%;
    opacity: 0.3;
    height: 100%;
    z-index: 1;
    content: "";
    left: 0;
    background: linear-gradient(-45deg, #ffffff 50%, rgb(131,144,167,0.5) 50%);
    position: absolute;
    top: 0;
}.followtool h3 {
    margin: 0;
    padding: 3rem 2rem;
    z-index: 2;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    grid-column: 1;
    color: #000000;
}.followtool h3::after {
    background: rgb(172,180,198);
    height: 4px;
    content: "";
    transition: transform 0.3s ease;
    transform-origin: left center;
    left: 2rem;
    width: 60px;
    transform: scaleX(1);
    bottom: 30px;
    position: absolute;
}.followtool .reach_querytool:hover h3::after {
    transform: scaleX(1.5);
}.followtool .input_holder {
    gap: 1.5rem;
    position: relative;
    justify-content: center;
    flex-direction: column;
    grid-column: 2;
    z-index: 2;
    display: flex;
    padding: 2rem;
}.followtool .input_holder::before {
    width: 100%;
    background: 
        radial-gradient(
            circle at 30% 70%,
            rgb(172,180,198,0.5) 0%,
            transparent 60%
        );
    z-index: -1;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    opacity: 0.2;
    left: 0;
}.followtool input[type="email"] {
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    background: transparent;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 18px;
    width: 100%;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}.followtool input[type="email"]:focus {
    border-color: rgb(172,180,198);
    outline: none;
}.followtool input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.followtool input[type="submit"] {
    background: rgb(172,180,198);
    overflow: hidden;
    z-index: 1;
    font-weight: 600;
    padding: 1rem 1.5rem;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    width: 100%;
    transition: all 0.3s ease;
    border: none;
    border-radius: 10px;
}.followtool input[type="submit"]::before {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: rgb(131,144,167);
    transform: scaleX(0);
    left: 0;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: right;
    top: 0;
    content: "";
}.followtool input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}.followtool input[type="submit"]:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.followtool .reach_querytool::after {
    bottom: 0;
    background: #ffffff;
    top: 0;
    transform: skewX(-10deg);
    width: 40px;
    z-index: 2;
    position: absolute;
    content: "";
    left: calc(50% - 20px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

@keyframes wave {
    0%, 100% {
        transform: translateY(0) scaleY(1);
    }
    50% {
        transform: translateY(-10px) scaleY(1.1);
    }
}

@media (max-width: 768px) {.followtool {
    padding: 4rem 1.5rem;
}.followtool .reach_querytool {
    grid-template-columns: 1fr;
}.followtool h3 {
    text-align: center;
    grid-column: 1;
    padding: 2rem 2rem 1rem;
}.followtool h3::after {
    transform: translateX(-50%) scaleX(1);
    left: 50%;
}.followtool .reach_querytool:hover h3::after {
    transform: translateX(-50%) scaleX(1.5);
}.followtool .input_holder {
    padding: 1rem 2rem 2rem;
    grid-column: 1;
}.followtool .reach_querytool::after {
    height: 40px;
    top: calc(33% - 20px);
    width: 100%;
    transform: skewY(-10deg);
    left: 0;
    right: 0;
}
}

@media (max-width: 480px) {.followtool {
    padding: 3rem 1rem;
}.followtool .reach_querytool {
    width: 100%;
}.followtool h3 {
    font-size: calc(18px * 0.9);
    padding: 1.5rem 1.5rem 1rem;
}.followtool .input_holder {
    padding: 1rem 1.5rem 1.5rem;
}.followtool input[type="email"] {
    padding: 0.8rem 1rem;
}.followtool input[type="submit"] {
    padding: 0.8rem 1rem;
}}.course_suitabilitytool {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(120deg, rgb(220,223,231) 0%, rgb(172,180,198,0.5) 100%);
    overflow: hidden;
}.course_suitabilitytool::before {
    pointer-events: none;
    background: radial-gradient(
        ellipse at center,
        transparent 0%,
        transparent 30%,
        rgba(rgb(131,144,167,0.5), 0.1) 31%,
        rgba(rgb(131,144,167,0.5), 0.1) 32%,
        transparent 33%,
        transparent 40%,
        rgba(rgb(131,144,167,0.5), 0.05) 41%,
        rgba(rgb(131,144,167,0.5), 0.05) 42%,
        transparent 43%,
        transparent 50%,
        rgba(rgb(172,180,198,0.5), 0.07) 51%,
        rgba(rgb(172,180,198,0.5), 0.07) 52%,
        transparent 53%,
        transparent 70%,
        rgba(rgb(172,180,198,0.5), 0.05) 71%,
        rgba(rgb(172,180,198,0.5), 0.05) 72%,
        transparent 73%
    );
    animation: rotateRings 60s linear infinite;
    height: 150%;
    z-index: 1;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 150%;
    position: absolute;
    content: '';
    top: 50%;
}.course_suitabilitytool::after {
    top: 0;
    opacity: 0.3;
    z-index: 1;
    left: 0;
    height: 100%;
    position: absolute;
    content: '';
    width: 100%;
    background: radial-gradient(
        circle at 70% 80%,
        rgb(172,180,198,0.5) 0%,
        transparent 50%
    );
}.course_suitabilitytool .learn_skilltool {
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
}.course_suitabilitytool h3 {
    color: #ffffff;
    font-size: 31px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3.5rem;
    position: relative;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}.course_suitabilitytool h3::after {
    transform: translateX(-50%);
    content: '';
    box-shadow: 0 0 15px rgb(172,180,198);
    position: absolute;
    background: rgb(172,180,198);
    width: 120px;
    left: 50%;
    bottom: -15px;
    border-radius: 50px;
    height: 3px;
}.course_suitabilitytool ul {
    gap: 2.5rem;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
    padding: 0;
    display: grid;
}.course_suitabilitytool li {
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    padding: 1.8rem 2rem;
    position: relative;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.12);
    overflow: hidden;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
}.course_suitabilitytool li::before {
    pointer-events: none;
    left: 0;
    width: 100%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 100%
    );
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
}.course_suitabilitytool li::after {
    pointer-events: none;
    content: '';
    background: radial-gradient(
        circle at center,
        rgba(rgb(131,144,167,0.5), 0.3) 0%,
        transparent 70%
    );
    transition: all 0.5s ease;
    height: 200%;
    left: -50%;
    transform: scale(0.5);
    opacity: 0;
    width: 200%;
    top: -50%;
    position: absolute;
}.course_suitabilitytool li:hover {
    border-color: rgb(172,180,198,0.5);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 20px rgb(172,180,198,0.5);
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.18);
}.course_suitabilitytool li:hover::after {
    transform: scale(1);
    opacity: 0.5;
}.course_suitabilitytool li svg {
    flex-shrink: 0;
    transform-origin: center;
    fill: rgb(131,144,167);
    filter: drop-shadow(0 0 5px rgb(131,144,167,0.5));
    height: 40px;
    margin-right: 1.5rem;
    width: 40px;
    transition: all 0.4s ease;
}.course_suitabilitytool li:hover svg {
    transform: rotate(15deg);
    filter: drop-shadow(0 0 8px rgb(172,180,198));
    fill: rgb(172,180,198);
}.course_suitabilitytool li svg path {
    transition: all 0.4s ease;
}.course_suitabilitytool li:hover svg path {
    fill: rgb(172,180,198);
}.course_suitabilitytool li {
    line-height: 1.5;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.3px;
    font-size: 14px;
}

@keyframes rotateRings {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.course_suitabilitytool {
    padding: 4rem 0;
}.course_suitabilitytool ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.course_suitabilitytool h3 {
    font-size: calc(31px * 0.9);
}.course_suitabilitytool li {
    padding: 1.5rem 1.8rem;
}
}

@media (max-width: 767px) {.course_suitabilitytool {
    padding: 3rem 0;
}.course_suitabilitytool h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 2.5rem;
}.course_suitabilitytool h3::after {
    width: 100px;
}.course_suitabilitytool li {
    padding: 1.2rem 1.5rem;
    border-radius: 25px;
}.course_suitabilitytool li svg {
    height: 35px;
    width: 35px;
    margin-right: 1rem;
}}.who_we_aretool {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.who_we_aretool::before {
    bottom: 0;
    top: 0;
    content: "";
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(131,144,167,0.5), rgba(0, 0, 0, 0.5) 70%);
    position: absolute;
    right: 0;
}.who_we_aretool::after {
    animation: float 15s ease-in-out infinite;
    right: -50px;
    height: 200px;
    position: absolute;
    top: -50px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    opacity: 0.1;
    transform: rotate(15deg);
    z-index: 1;
    content: "";
    background: rgb(172,180,198);
    width: 200px;
}.who_we_aretool .container {
    max-width: 1200px;
    padding: 0 30px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.who_we_aretool .text_headertool {
    transform: perspective(1000px) rotateY(1deg);
    overflow: hidden;
    transition: transform 0.5s ease-out;
    padding: 50px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.07);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    position: relative;
}.who_we_aretool .text_headertool:hover {
    transform: perspective(1000px) rotateY(0deg);
}.who_we_aretool .text_headertool::before {
    background: linear-gradient(to bottom, rgb(172,180,198), rgb(131,144,167));
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}.who_we_aretool h1 {
    margin-bottom: 30px;
    letter-spacing: -0.5px;
    color: #000000;
    font-weight: 700;
    font-size: 44px;
    padding-bottom: 15px;
    position: relative;
    opacity: 0;
    animation: slideIn 0.8s 0.2s forwards ease-out;
    transform: translateX(-10px);
}.who_we_aretool h1::after {
    background: rgb(172,180,198);
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    left: 0;
    bottom: 0;
}.who_we_aretool .text_headertool:hover h1::after {
    width: 120px;
}.who_we_aretool ul {
    margin: 0;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 1s 0.5s forwards ease-out;
    padding: 0;
    list-style: none;
}.who_we_aretool li {
    margin-bottom: 20px;
}.who_we_aretool h4 {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    color: rgb(172,180,198);
    font-size: 22px;
    position: relative;
}.who_we_aretool h4::before {
    position: absolute;
    height: 1px;
    bottom: -5px;
    content: "";
    left: 0;
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: rgb(172,180,198,0.5);
    transform-origin: left;
    width: 100%;
}.who_we_aretool .text_headertool:hover h4::before {
    transform: scaleX(1);
}.who_we_aretool span {
    color: #000000;
    line-height: 1.8;
    column-count: 2;
    display: block;
    column-gap: 40px;
    font-family: Arial, sans-serif;
    font-size: 17px;
    text-align: justify;
    position: relative;
}.who_we_aretool span::first-letter {
    font-weight: 700;
    color: rgb(131,144,167);
    font-size: 1.5em;
}

@keyframes slideIn {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes float {
  0%, 100% {
    transform: rotate(15deg) translateY(0);
  }
  50% {
    transform: rotate(25deg) translateY(-30px);
  }
}

@media (max-width: 1200px) {.who_we_aretool {
    padding: 100px 0;
}.who_we_aretool .text_headertool {
    padding: 40px;
}
}

@media (max-width: 992px) {.who_we_aretool h1 {
    font-size: calc(44px * 0.9);
}.who_we_aretool span {
    column-count: 1;
}.who_we_aretool .text_headertool {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (max-width: 768px) {.who_we_aretool {
    padding: 80px 0;
}.who_we_aretool .text_headertool {
    padding: 30px;
}.who_we_aretool h1 {
    font-size: calc(44px * 0.8);
    margin-bottom: 20px;
}.who_we_aretool span {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.who_we_aretool {
    padding: 60px 0;
}.who_we_aretool .text_headertool {
    padding: 25px 20px;
}.who_we_aretool h1 {
    font-size: calc(44px * 0.7);
}.who_we_aretool span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.who_we_aretool .text_headertool::before {
    width: 3px;
}
}

@media (max-width: 480px) {.who_we_aretool {
    padding: 50px 0;
}.who_we_aretool .container {
    padding: 0 15px;
}.who_we_aretool h1 {
    margin-bottom: 15px;
    padding-bottom: 10px;
}.who_we_aretool h1::after {
    width: 60px;
    height: 2px;
}.who_we_aretool .text_headertool:hover h1::after {
    width: 90px;
}
}

@media (prefers-reduced-motion: reduce) {.who_we_aretool .text_headertool,
  .who_we_aretool h1,
  .who_we_aretool ul,
  .who_we_aretool h4::before,
  .who_we_aretool::after {
    transition: none;
    animation: none;
    transform: none;
}}footer {
    z-index: 1;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
}footer::before {
    width: 100%;
    z-index: -1;
    top: 0;
    height: 100%;
    left: 0;
    backdrop-filter: blur(8px);
    content: "";
    animation: gradientShift 15s ease infinite;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(172,180,198,0.5) 50%, rgb(131,144,167,0.5) 100%);
    position: absolute;
}.site_maptool {
    padding: 4.5rem 0 2rem;
    position: relative;
}.site_maptool::before {
    top: 0;
    content: "";
    right: 0;
    animation: shimmer 8s linear infinite;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(172,180,198) 25%, 
                #ffffff 50%, 
                rgb(131,144,167) 75%, 
                transparent 100%);
    height: 1px;
    left: 0;
    position: absolute;
}.site_maptool .container {
    position: relative;
    flex-wrap: wrap;
    z-index: 1;
    justify-content: space-between;
    display: flex;
}.site_maptool .company_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 1.5rem;
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.5);
    flex: 1 1 350px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-right: 2rem;
    backdrop-filter: blur(15px);
}.site_maptool .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(172,180,198,0.5);
}.site_maptool .company_holder h3 {
    font-size: calc(34px * 0.85);
    font-weight: 700;
    margin-bottom: 1.25rem;
    position: relative;
    color: #ffffff;
    display: inline-block;
}.site_maptool .company_holder h3::after {
    left: 0;
    position: absolute;
    bottom: -8px;
    content: "";
    transform-origin: left;
    height: 2px;
    transform: scaleX(0.3);
    width: 100%;
    transition: transform 0.5s ease;
    background: linear-gradient(to right, rgb(172,180,198), rgb(131,144,167));
}.site_maptool .company_holder:hover h3::after {
    transform: scaleX(1);
}.site_maptool .project_reftool {
    margin-top: 1rem;
    max-width: 450px;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}.site_maptool .blog_reftool {
    flex: 1 1 450px;
    position: relative;
}.site_maptool .main_classtool {
    gap: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}.site_maptool .blog_reftool .main_classtool {
    justify-content: flex-end;
}.site_maptool .nav_learningtool {
    transition: all 0.3s ease;
    padding: 1.5rem;
    flex: 1 1 200px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    backdrop-filter: blur(10px);
    position: relative;
}.site_maptool .nav_learningtool h5 {
    margin-bottom: 1.25rem;
    display: inline-block;
    position: relative;
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
}.site_maptool .nav_learningtool h5::before {
    width: 40px;
    background: rgb(172,180,198);
    transition: width 0.3s ease;
    content: "";
    left: 0;
    position: absolute;
    bottom: -6px;
    height: 2px;
}.site_maptool .nav_learningtool:hover h5::before {
    width: 100%;
}.site_maptool .nav_learningtool .main_classtool {
    gap: 0.75rem;
    display: flex;
    flex-direction: column;
}.site_maptool .nav_learningtool a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 0.25rem 0.5rem;
    display: block;
    text-decoration: none;
    z-index: 1;
    position: relative;
    font-size: 18px;
}.site_maptool .nav_learningtool a::before {
    height: 1px;
    width: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgb(172,180,198), rgb(131,144,167));
    z-index: -1;
    content: "";
    transition: width 0.3s ease;
    position: absolute;
}.site_maptool .nav_learningtool a:hover {
    transform: translateX(5px);
    color: #ffffff;
}.site_maptool .nav_learningtool a:hover::before {
    width: 100%;
}.carbon_ctatool {
    overflow: hidden;
    padding: 1.5rem 0;
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.5);
    position: relative;
}.carbon_ctatool::before {
    height: 1px;
    content: "";
    position: absolute;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(131,144,167) 25%, 
                #ffffff 50%, 
                rgb(172,180,198) 75%, 
                transparent 100%);
    right: 0;
    top: 0;
    left: 0;
}.carbon_ctatool .container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}.carbon_ctatool .abuse_ctrltool {
    backdrop-filter: blur(5px);
    position: relative;
    text-align: center;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    font-size: 15px;
}.carbon_ctatool .abuse_ctrltool:hover {
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    box-shadow: 0 0 15px rgb(172,180,198,0.5);
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.site_maptool {
    padding: 3.5rem 0 2rem;
}.site_maptool .container {
    flex-direction: column;
}.site_maptool .company_holder {
    margin-bottom: 2rem;
    flex: 1 1 100%;
    margin-right: 0;
}.site_maptool .blog_reftool {
    flex: 1 1 100%;
}.site_maptool .blog_reftool .main_classtool {
    justify-content: space-between;
}.site_maptool .nav_learningtool {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.site_maptool {
    padding: 3rem 0 1.5rem;
}.site_maptool::before {
    height: 2px;
}.site_maptool .company_holder {
    padding: 1.25rem;
}.site_maptool .nav_learningtool {
    margin-bottom: 1rem;
    flex: 1 1 100%;
}.site_maptool .blog_reftool .main_classtool {
    flex-direction: column;
}.carbon_ctatool {
    padding: 1.25rem 0;
}.carbon_ctatool::before {
    height: 2px;
}
}

@media (max-width: 576px) {.site_maptool {
    padding: 2.5rem 0 1rem;
}.site_maptool .company_holder h3 {
    font-size: calc(34px * 0.75);
}.site_maptool .project_reftool {
    font-size: calc(18px * 0.9);
}.site_maptool .nav_learningtool h5 {
    font-size: calc(19px * 0.9);
}.site_maptool .nav_learningtool a {
    font-size: calc(18px * 0.9);
}.carbon_ctatool .abuse_ctrltool {
    padding: 0.4rem 0.8rem;
    font-size: calc(15px * 0.9);
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.site_maptool .main_classtool a::after {
    transition: transform 0.3s ease;
    content: "";
    height: 4px;
    transform: translateY(-50%) scale(0);
    background: rgb(172,180,198);
    border-radius: 50%;
    width: 4px;
    top: 50%;
    left: -10px;
    position: absolute;
}.site_maptool .main_classtool a:hover::after {
    transform: translateY(-50%) scale(1);
}.site_maptool .project_reftool::before {
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    border: 1px solid transparent;
    content: "";
    position: absolute;
    left: -10px;
    height: 0;
    top: -10px;
    width: 0;
}.site_maptool .project_reftool::after {
    right: -10px;
    height: 0;
    border: 1px solid transparent;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    width: 0;
    position: absolute;
    bottom: -10px;
    content: "";
}.site_maptool .company_holder:hover .project_reftool::before {
    width: calc(100% + 20px);
    border-top-color: rgb(172,180,198,0.5);
    height: calc(100% + 20px);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-right-color: rgb(172,180,198,0.5);
}.site_maptool .company_holder:hover .project_reftool::after {
    width: calc(100% + 20px);
    border-left-color: rgb(131,144,167,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    height: calc(100% + 20px);
    border-bottom-color: rgb(131,144,167,0.5);
}.title_openertool {
    overflow: hidden;
    justify-content: center;
    min-height: 100vh;
    display: flex;
    background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);
    padding: 2rem;
    position: relative;
    align-items: center;
}.title_openertool::before {
    top: 0;
    z-index: 1;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(172,180,198,0.5), 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(131,144,167,0.5), 0.08) 0%, transparent 50%);
}.title_openertool::after {
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    z-index: 2;
    height: 100%;
    pointer-events: none;
    background-image: 
    repeating-linear-gradient(0deg, transparent, transparent 10px, rgba(rgb(172,180,198,0.5), 0.01) 10px, rgba(rgb(172,180,198,0.5), 0.01) 20px);
}.title_openertool .main_titletool {
    display: grid;
    transform: translateZ(0);
    width: 100%;
    z-index: 3;
    grid-template-columns: 1fr;
    position: relative;
    max-width: 1200px;
    gap: 3rem;
}.title_openertool .main_titletool > div:first-child {
    will-change: transform;
    padding: 2rem;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
    12px 12px 24px rgba(rgba(0, 0, 0, 0.5), 0.08),
    -12px -12px 24px rgba(#ffffff, 0.8),
    inset 1px 1px 2px rgba(#ffffff, 0.5),
    inset -1px -1px 2px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: rgba(255, 255, 255, 0.85);
    transform: translateY(0);
}.title_openertool .main_titletool > div:first-child:hover {
    transform: translateY(-8px);
}.title_openertool .main_titletool > div:first-child h3 {
    font-size: calc(23px * 1.1);
    font-family: Arial, sans-serif;
    margin: 0;
    letter-spacing: 0.5px;
    text-align: left;
    position: relative;
    color: rgb(172,180,198);
    z-index: 5;
    font-weight: 600;
    line-height: 1.5;
}.title_openertool .main_titletool > div:first-child::before {
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    width: 4px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(172,180,198), rgb(131,144,167));
}.title_openertool .study_trackstool {
    position: relative;
    will-change: transform;
    background: rgba(255, 255, 255, 0.9);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 3rem;
    transform: perspective(1000px) rotateX(0deg);
    backdrop-filter: blur(5px);
    box-shadow: 
    16px 16px 32px rgba(rgba(0, 0, 0, 0.5), 0.06),
    -16px -16px 32px rgba(#ffffff, 0.8),
    inset 2px 2px 4px rgba(#ffffff, 0.5),
    inset -2px -2px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.title_openertool .study_trackstool:hover {
    transform: perspective(1000px) rotateX(2deg);
}.title_openertool .study_trackstool h1 {
    transform: translateZ(20px);
    font-size: 44px;
    margin-bottom: 2rem;
    position: relative;
    color: rgb(172,180,198);
    z-index: 5;
    font-family: Arial, sans-serif;
    letter-spacing: -0.5px;
    font-weight: 700;
}.title_openertool .study_trackstool h1::after {
    transform: scaleX(1);
    content: "";
    bottom: -15px;
    transition: transform 0.5s ease-out;
    position: absolute;
    background: linear-gradient(90deg, rgb(172,180,198), transparent);
    height: 4px;
    left: 0;
    transform-origin: left center;
    width: 80px;
}.title_openertool .study_trackstool:hover h1::after {
    transform: scaleX(1.5);
}.title_openertool .study_trackstool div {
    overflow: hidden;
    will-change: transform;
    box-shadow: 
    8px 8px 16px rgba(rgba(0, 0, 0, 0.5), 0.1),
    -8px -8px 16px rgba(#ffffff, 0.9),
    inset 1px 1px 2px rgba(#ffffff, 0.3),
    inset -1px -1px 2px rgba(rgba(0, 0, 0, 0.5), 0.05);
    min-height: 200px;
    transition: transform 0.4s ease-out;
    position: relative;
}.title_openertool .study_trackstool div::before {
    z-index: 1;
    width: 100%;
    transition: opacity 0.4s ease;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    opacity: 0.85;
    background: linear-gradient(135deg, 
    rgba(rgb(172,180,198,0.5), 0.4),
    rgba(rgb(172,180,198,0.5), 0.1));
}.title_openertool .study_trackstool div:hover::before {
    opacity: 0.7;
}.title_openertool .study_trackstool p {
    margin: 0;
    z-index: 2;
    background: linear-gradient(to top, rgba(rgba(0, 0, 0, 0.5), 0.7), transparent);
    width: 100%;
    padding: 2rem;
    color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    bottom: 0;
    left: 0;
    text-shadow: 0 1px 2px rgba(rgba(0, 0, 0, 0.5), 0.2);
    line-height: 1.6;
    font-family: Arial, sans-serif;
    transform: translateY(0);
    font-weight: 400;
    position: absolute;
    font-size: calc(13px * 1.1);
}.title_openertool .study_trackstool div:hover p {
    transform: translateY(-5px);
}

@media (min-width: 768px) {.title_openertool {
    padding: 4rem;
}.title_openertool .main_titletool {
    gap: 4rem;
    grid-template-columns: 1fr 1.5fr;
}.title_openertool .main_titletool > div:first-child {
    padding: 3rem;
    align-self: center;
}.title_openertool .main_titletool > div:first-child h3 {
    font-size: 23px;
}.title_openertool .study_trackstool {
    padding: 4rem;
}.title_openertool .study_trackstool div {
    min-height: 300px;
}
}

@media (min-width: 992px) {.title_openertool .main_titletool > div:first-child {
    transform: translateX(0);
    transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}.title_openertool .main_titletool > div:first-child:hover {
    transform: translateX(10px);
}.title_openertool .study_trackstool h1 {
    font-size: calc(44px * 1.2);
}.title_openertool .study_trackstool div {
    transform: perspective(1000px) rotateY(0deg);
    min-height: 350px;
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}.title_openertool .study_trackstool div:hover {
    transform: perspective(1000px) rotateY(-2deg);
}.title_openertool .study_trackstool p {
    padding: 2.5rem;
    font-size: calc(13px * 1.2);
}
}

@media (max-width: 767px) {.title_openertool {
    padding: 1.5rem;
}.title_openertool .main_titletool > div:first-child {
    padding: 1.5rem;
}.title_openertool .main_titletool > div:first-child h3 {
    font-size: calc(17px * 1.2);
}.title_openertool .study_trackstool {
    padding: 2rem;
}.title_openertool .study_trackstool h1 {
    font-size: calc(34px);
    margin-bottom: 1.5rem;
}.title_openertool .study_trackstool div {
    min-height: 180px;
}.title_openertool .study_trackstool p {
    padding: 1.5rem;
    font-size: 13px;
}
}

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

@media (prefers-reduced-motion: no-preference) {.title_openertool .main_titletool {
    animation: float 6s ease-in-out infinite;
}.title_openertool .main_titletool > div:first-child {
    animation: float 8s ease-in-out infinite;
}.title_openertool .study_trackstool h1 {
    transition: text-shadow 0.3s ease;
}.title_openertool .study_trackstool:hover h1 {
    text-shadow: 2px 2px 4px rgba(rgb(172,180,198,0.5), 0.2);
}
}

@supports (backdrop-filter: blur(10px)) {.title_openertool .study_trackstool {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}.title_openertool .main_titletool > div:first-child {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(5px);
}}header {
    z-index: 99;
    overflow: visible;
    position: relative;
    background: linear-gradient(to right, rgb(131,144,167) 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
}header::before {
    content: '';
    opacity: 0.1;
    left: 0;
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(172,180,198,0.5) 10px,
        rgb(172,180,198,0.5) 11px
    );
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}header .header_sitetool {
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 15px;
    width: 100%;
}header .header_sitetool::after {
    position: absolute;
    box-shadow: 0 0 10px rgb(131,144,167), 0 0 20px rgb(131,144,167,0.5);
    bottom: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(172,180,198),
        rgb(131,144,167),
        rgb(172,180,198),
        transparent
    );
    width: 90%;
    content: '';
    height: 1px;
    left: 5%;
}header .header_sitetool .header_basetool {
    margin-right: 20px;
    padding: 5px 10px;
    z-index: 2;
    position: relative;
}header .header_sitetool .header_basetool::before {
    border: 1px solid rgb(131,144,167,0.5);
    height: 100%;
    position: absolute;
    opacity: 0;
    content: '';
    top: 0;
    transition: opacity 0.4s ease;
    left: 0;
    box-shadow: 0 0 15px rgb(131,144,167,0.5);
    width: 100%;
    border-radius: 10px;
}header .header_sitetool .header_basetool:hover::before {
    opacity: 1;
}header .header_sitetool .header_basetool .main_navtool {
    transition: transform 0.3s ease;
    display: block;
}header .header_sitetool .header_basetool:hover .main_navtool {
    transform: scale(1.05);
}header .header_sitetool .header_basetool .main_navtool svg {
    width: auto;
    filter: drop-shadow(0 0 5px rgb(131,144,167,0.5));
    height: 45px;
}header .header_sitetool .nav_learningtool {
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0.2);
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    margin: 0;
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
}header .header_sitetool .nav_learningtool::before {
    width: 100%;
    position: absolute;
    height: 100%;
    background: radial-gradient(
        ellipse at center,
        rgb(131,144,167,0.5) 0%,
        transparent 70%
    );
    top: 0;
    left: 0;
    content: '';
    opacity: 0.2;
    border-radius: 10px;
}header .header_sitetool .nav_learningtool .page_toptool {
    margin: 0;
    position: relative;
}header .header_sitetool .nav_learningtool .page_toptool::after {
    left: 50%;
    background: rgb(172,180,198);
    content: '';
    position: absolute;
    box-shadow: 0 0 8px rgb(172,180,198);
    transition: width 0.3s ease, left 0.3s ease;
    bottom: -5px;
    height: 2px;
    width: 0;
}header .header_sitetool .nav_learningtool .page_toptool:hover::after {
    width: 80%;
    left: 10%;
}header .header_sitetool .nav_learningtool .page_toptool a {
    color: #ffffff;
    padding: 10px 15px;
    font-size: 14px;
    display: block;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}header .header_sitetool .nav_learningtool .page_toptool:hover a {
    color: rgb(172,180,198);
    text-shadow: 0 0 5px rgb(172,180,198,0.5);
}

@media (max-width: 992px) {header .header_sitetool {
    flex-direction: column;
}header .header_sitetool .header_basetool {
    margin: 0 0 15px 0;
    align-self: center;
}header .header_sitetool .nav_learningtool {
    width: 100%;
    justify-content: center;
}header .header_sitetool .nav_learningtool .page_toptool a {
    padding: 10px 15px;
    font-size: calc(14px - 1px);
}}.pricing_kittool {
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
    z-index: 1;
}.pricing_kittool::before {
    left: 0;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(131,144,167,0.5), rgba(0, 0, 0, 0.5) 80%);
}.pricing_kittool::after {
    z-index: -1;
    left: -50%;
    width: 200%;
    position: absolute;
    animation: rotateBackground 180s linear infinite;
    top: -50%;
    background: radial-gradient(circle at center, transparent 45%, rgba(255, 255, 255, 0.03) 50%, transparent 55%);
    pointer-events: none;
    content: "";
    height: 200%;
}.pricing_kittool .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.discount_gridtool {
    position: relative;
}.pricing_kittool h2 {
    font-size: 36px;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    position: relative;
    transform: perspective(1000px) translateZ(20px);
    text-align: center;
    margin-bottom: 25px;
}.pricing_kittool h2::after {
    height: 3px;
    position: absolute;
    content: "";
    width: 80px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(172,180,198), transparent);
    bottom: -10px;
    left: 50%;
}.pricing_kittool .learning_plantool {
    text-align: center;
    opacity: 0.9;
    color: #ffffff;
    margin: 0 auto 60px;
    transform: perspective(1000px) translateZ(10px);
    line-height: 1.6;
    max-width: 800px;
    font-size: 18px;
}.pricing_kittool .study_pricetool {
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    gap: 30px;
    list-style: none;
}.pricing_kittool .study_pricetool li {
    transition: transform 0.5s ease-out;
    transform-style: preserve-3d;
}.pricing_kittool .value_dealstool {
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    text-decoration: none;
    display: block;
}.pricing_kittool .rate_paneltool {
    transform-style: preserve-3d;
    backdrop-filter: blur(8px);
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    height: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    position: relative;
    overflow: hidden;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2),
              -10px -10px 30px rgba(255, 255, 255, 0.05),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 16px;
}.pricing_kittool .rate_paneltool::before {
    opacity: 0.1;
    transition: transform 0.5s ease-out;
    background: rgb(172,180,198);
    right: -40px;
    top: -40px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    position: absolute;
    content: "";
}.pricing_kittool .rate_paneltool::after {
    content: "";
    background: linear-gradient(90deg, rgb(172,180,198), transparent);
    width: 100%;
    transform: scaleX(0.7);
    left: 0;
    transition: transform 0.5s ease-out;
    position: absolute;
    transform-origin: left;
    height: 3px;
    bottom: 0;
}.pricing_kittool .plan_detailstool {
    transform: translateZ(20px);
    z-index: 2;
    position: relative;
}.pricing_kittool .value_dealstool h4 {
    font-weight: 600;
    position: relative;
    font-size: calc(20px + 2px);
    color: #ffffff;
    margin: 0 0 20px;
    display: inline-block;
}.pricing_kittool .value_dealstool h4::after {
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
    width: 40px;
    background: rgb(172,180,198);
    bottom: -8px;
    left: 0;
    content: "";
}.pricing_kittool .value_dealstool p {
    font-size: calc(18px - 1px);
    padding-right: 10px;
    margin-bottom: 25px;
    max-height: 240px;
    scrollbar-color: rgb(172,180,198) transparent;
    color: #ffffff;
    overflow-y: auto;
    line-height: 1.6;
    scrollbar-width: thin;
    opacity: 0.8;
}.pricing_kittool .value_dealstool p::-webkit-scrollbar {
    width: 4px;
}.pricing_kittool .value_dealstool p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}.pricing_kittool .value_dealstool p::-webkit-scrollbar-thumb {
    background: rgb(172,180,198);
    border-radius: 10px;
}.pricing_kittool .program_pricetool {
    margin-top: 20px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-align: right;
    color: #ffffff;
    display: block;
    position: relative;
    font-size: calc(20px + 6px);
    font-weight: 700;
}.pricing_kittool .program_pricetool::before {
    width: 60px;
    right: 0;
    position: absolute;
    content: "";
    transition: transform 0.3s ease;
    transform-origin: right;
    background: rgb(172,180,198);
    height: 2px;
    bottom: -10px;
    transform: scaleX(0);
}.pricing_kittool .value_dealstool:hover .rate_paneltool {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.25),
              -15px -15px 40px rgba(255, 255, 255, 0.07),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px) translateZ(0);
}.pricing_kittool .value_dealstool:hover .rate_paneltool::before {
    opacity: 0.05;
    transform: scale(3);
}.pricing_kittool .value_dealstool:hover .rate_paneltool::after {
    transform: scaleX(1);
}.pricing_kittool .value_dealstool:hover h4::after {
    width: 100%;
}.pricing_kittool .value_dealstool:hover .program_pricetool::before {
    transform: scaleX(1);
}

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

@media screen and (min-width: 1200px) {.pricing_kittool .study_pricetool {
    grid-template-columns: repeat(4, 1fr);
}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {.pricing_kittool .study_pricetool {
    grid-template-columns: repeat(3, 1fr);
}.pricing_kittool {
    padding: 100px 0 80px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.pricing_kittool .study_pricetool {
    grid-template-columns: repeat(2, 1fr);
}.pricing_kittool {
    padding: 80px 0 60px;
}.pricing_kittool .learning_plantool {
    margin-bottom: 50px;
}
}

@media screen and (max-width: 767px) {.pricing_kittool .study_pricetool {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 400px;
}.pricing_kittool {
    padding: 60px 0 40px;
}.pricing_kittool h2 {
    font-size: calc(36px - 4px);
}.pricing_kittool .learning_plantool {
    font-size: calc(18px - 1px);
    margin-bottom: 40px;
}.pricing_kittool .rate_paneltool {
    padding: 25px 20px;
}
}

@media (hover: none) {.pricing_kittool .rate_paneltool {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2),
                -8px -8px 20px rgba(255, 255, 255, 0.05);
}.pricing_kittool .value_dealstool:active .rate_paneltool {
    transform: translateY(-5px);
}
}

@media (prefers-reduced-motion: reduce) {.pricing_kittool::after {
    animation: none;
}.pricing_kittool .value_dealstool:hover .rate_paneltool {
    transform: none;
}.pricing_kittool .value_dealstool:hover .rate_paneltool::before {
    transform: none;
}}.course_overviewtool {
    overflow: hidden;
    padding: 120px 0;
    background-color: rgb(220,223,231);
    position: relative;
}.course_overviewtool::before {
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    background-size: 60px 60px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(45deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0;
    z-index: 1;
}.course_overviewtool::after {
    left: 0;
    height: 100%;
    background: radial-gradient(circle at center, rgb(172,180,198,0.5) 0%, transparent 70%);
    width: 100%;
    top: 0;
    opacity: 0.15;
    position: absolute;
    z-index: 2;
    content: "";
}.course_overviewtool .educationtool {
    justify-content: center;
    flex-direction: column;
    display: flex;
    align-items: center;
}.course_overviewtool .text_headertool {
    width: 100%;
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    z-index: 4;
    background: rgba(255, 255, 255, 0.02);
    padding: 40px;
}.course_overviewtool .text_headertool::before {
    content: "";
    left: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, rgb(172,180,198,0.5), transparent 70%, rgb(131,144,167,0.5)) border-box;
    mask-composite: exclude;
    top: 0;
    height: 100%;
    -webkit-mask-composite: xor;
    opacity: 0.3;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    width: 100%;
    z-index: -1;
    position: absolute;
    border: 1px solid transparent;
}.course_overviewtool .text_headertool h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}.course_overviewtool .text_headertool h2::after {
    position: absolute;
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    bottom: 0;
    border-radius: 10px;
    content: "";
    background: linear-gradient(90deg, rgb(172,180,198), rgb(131,144,167));
}.course_overviewtool .text_headertool .description {
    text-align: center;
    font-size: 13px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 20px;
}.course_overviewtool .text_headertool .description:last-child {
    margin-bottom: 0;
}.course_overviewtool .image_slidertool {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 16px;
    height: 500px;
    width: 100%;
    margin-top: 60px;
    position: relative;
}.course_overviewtool .image_slidertool::before {
    height: 100%;
    opacity: 0.3;
    position: absolute;
    z-index: 1;
    top: 0;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgb(172,180,198,0.5) 0%, transparent 50%);
    left: 0;
}.course_overviewtool .image_slidertool::after {
    width: 100%;
    left: 0;
    background: linear-gradient(45deg, transparent 50%, rgb(131,144,167,0.5) 100%);
    content: "";
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    opacity: 0.3;
}.course_overviewtool .educationtool::before,
.course_overviewtool .educationtool::after {
    content: "";
    opacity: 0.5;
    z-index: 1;
    position: absolute;
    top: 50%;
    height: 1px;
    width: 200px;
    background-color: rgb(172,180,198,0.5);
}.course_overviewtool .educationtool::before {
    left: -100px;
    transform: rotate(45deg);
}.course_overviewtool .educationtool::after {
    transform: rotate(-45deg);
    right: -100px;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) {.course_overviewtool .educationtool {
    grid-template-rows: auto auto auto;
    display: grid;
    grid-gap: 30px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.course_overviewtool .text_headertool {
    grid-column: 1 / 3;
    grid-row: 1;
    margin-bottom: 60px;
    max-width: 100%;
}.course_overviewtool .text_headertool .description:first-of-type {
    padding-right: 30px;
    grid-column: 1;
    text-align: right;
    grid-row: 2;
}.course_overviewtool .text_headertool .description:last-child {
    text-align: left;
    grid-row: 2;
    padding-left: 30px;
    grid-column: 2;
}.course_overviewtool .image_slidertool {
    max-width: 100%;
    height: 500px;
    grid-row: 3;
    grid-column: 1 / 3;
    margin-top: 60px;
}.course_overviewtool .educationtool {
    position: relative;
}.course_overviewtool .educationtool::after {
    width: 1px;
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(172,180,198,0.5) 30%, rgb(172,180,198,0.5) 70%, transparent);
    z-index: 1;
}
}

@media (min-width: 1200px) {.course_overviewtool .educationtool {
    align-items: center;
    flex-direction: column;
    display: flex;
}.course_overviewtool .text_headertool {
    margin-bottom: 0;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}.course_overviewtool .text_headertool h2 {
    width: 100%;
}.course_overviewtool .text_headertool .description {
    padding: 0 15px;
    text-align: left;
    position: relative;
    width: calc(50% - 30px);
}.course_overviewtool .text_headertool .description:first-of-type::after {
    content: "";
    right: 0;
    background: linear-gradient(to bottom, transparent, rgb(172,180,198,0.5), transparent);
    width: 1px;
    position: absolute;
    top: 0;
    height: 100%;
}.course_overviewtool .image_slidertool {
    margin-top: 60px;
    max-width: 80%;
    border-radius: calc(16px * 2);
    height: 450px;
}.course_overviewtool .educationtool::after {
    display: none;
}
}

@media (max-width: 991px) {.course_overviewtool {
    padding: 80px 0;
}.course_overviewtool .text_headertool {
    padding: 30px;
}.course_overviewtool .text_headertool h2 {
    font-size: calc(30px * 0.9);
}.course_overviewtool .image_slidertool {
    height: 400px;
    margin-top: 40px;
}.course_overviewtool .educationtool::before,
    .course_overviewtool .educationtool::after {
    width: 150px;
}
}

@media (max-width: 768px) {.course_overviewtool {
    padding: 60px 0;
}.course_overviewtool .text_headertool {
    padding: 25px 20px;
}.course_overviewtool .text_headertool h2 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.85);
    padding-bottom: 15px;
}.course_overviewtool .text_headertool h2::after {
    width: 50px;
    height: 2px;
}.course_overviewtool .text_headertool .description {
    font-size: calc(13px * 0.95);
}.course_overviewtool .image_slidertool {
    height: 350px;
    margin-top: 30px;
}.course_overviewtool .educationtool::before,
    .course_overviewtool .educationtool::after {
    display: none;
}
}

@media (max-width: 576px) {.course_overviewtool {
    padding: 50px 0;
}.course_overviewtool .text_headertool {
    padding: 20px 15px;
}.course_overviewtool .text_headertool h2 {
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: calc(30px * 0.8);
}.course_overviewtool .text_headertool h2::after {
    width: 40px;
}.course_overviewtool .text_headertool .description {
    font-size: calc(13px * 0.9);
    line-height: 1.7;
}.course_overviewtool .image_slidertool {
    margin-top: 25px;
    height: 250px;
}}.statistical_reporttool {
    overflow: hidden;
    padding: 120px 0;
    color: #ffffff;
    position: relative;
}.statistical_reporttool::before {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    background-color: #000000;
    position: absolute;
    content: "";
    opacity: 0.85;
}.statistical_reporttool::after {
    width: 100%;
    content: "";
    position: absolute;
    z-index: 2;
    height: 100%;
    left: 0;
    opacity: 0.1;
    background: repeating-linear-gradient(
        45deg,
        rgb(172,180,198,0.5) 0,
        rgb(172,180,198,0.5) 2px,
        transparent 2px,
        transparent 8px
    );
    top: 0;
}.statistical_reporttool .container {
    padding: 0 20px;
    z-index: 5;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.statistical_reporttool .statistics_prostool {
    flex-direction: column;
    position: relative;
    display: flex;
}.statistical_reporttool .expert_upgradetool {
    position: absolute;
    top: 0;
    display: flex;
    left: 50%;
    background: linear-gradient(135deg, rgb(172,180,198) 0%, rgb(131,144,167) 100%);
    animation: glowCircle 3s infinite alternate ease-in-out;
    height: 90px;
    border-radius: 50%;
    width: 90px;
    border: 5px solid rgba(255, 255, 255, 0.15);
    z-index: 10;
    align-items: center;
    transform: translateX(-50%) translateY(-50%);
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    justify-content: center;
}@keyframes glowCircle {
    0% {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    }
    100% {
        box-shadow: 0 8px 25px rgb(172,180,198,0.5);
    }
}

.statistical_reporttool .expert_upgradetool svg {
    fill: #ffffff;
    height: 100%;
    width: 100%;
}.statistical_reporttool .expert_upgradetool svg path {
    fill: #ffffff;
}.statistical_reporttool .edu_statisticstool {
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 50px;
    position: relative;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}.statistical_reporttool .edu_statisticstool::after {
    background: rgb(172,180,198);
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    content: "";
    bottom: -15px;
    left: 50%;
    width: 80px;
}.statistical_reporttool .class_benefitstool {
    text-align: center;
    margin: 30px auto;
    color: rgba(255, 255, 255, 0.85);
    max-width: 700px;
    line-height: 1.7;
    font-size: 14px;
}.statistical_reporttool .top_gaintool {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    position: relative;
    flex-wrap: wrap;
}.statistical_reporttool .top_gaintool::before {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    z-index: 1;
    left: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    height: 1px;
}.statistical_reporttool .top_gaintool::after {
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    left: 50%;
    height: 100%;
    content: "";
    top: 0;
    width: 1px;
    position: absolute;
}.statistical_reporttool .value_statisticstool {
    width: 50%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
    height: 200px;
    text-align: center;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}.statistical_reporttool .value_statisticstool::before {
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    background: rgb(172,180,198,0.5);
    left: 0;
    transition: all 0.5s ease;
    opacity: 0.1;
    height: 100%;
    content: "";
}.statistical_reporttool .value_statisticstool:hover::before {
    width: 100%;
}.statistical_reporttool .knowledge_gainstool {
    height: 55px;
    display: flex;
    transition: transform 0.3s ease;
    justify-content: center;
    transform: translateY(0);
    width: 55px;
    align-items: center;
    margin-bottom: 20px;
}.statistical_reporttool .value_statisticstool:hover .knowledge_gainstool {
    transform: translateY(-5px);
}.statistical_reporttool .knowledge_gainstool svg {
    width: 100%;
    fill: rgb(131,144,167);
    height: 100%;
}.statistical_reporttool .knowledge_gainstool svg path {
    fill: rgb(131,144,167);
}.statistical_reporttool .value_statisticstool span {
    display: block;
    margin-bottom: 10px;
    line-height: 1;
    position: relative;
    font-size: calc(46px * 1.2);
    font-weight: 700;
    color: #ffffff;
}.statistical_reporttool .value_statisticstool span::after {
    position: absolute;
    background: rgb(131,144,167);
    bottom: -5px;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    width: 30px;
    transition: width 0.3s ease;
    height: 2px;
}.statistical_reporttool .value_statisticstool:hover span::after {
    width: 50px;
}.statistical_reporttool .value_statisticstool p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.4;
    font-size: 14px;
    max-width: 200px;
}.statistical_reporttool .value_statisticstool:nth-child(1) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    animation: fadeIn 0.5s ease forwards;
}.statistical_reporttool .value_statisticstool:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    animation: fadeIn 0.5s ease forwards 0.2s;
}.statistical_reporttool .value_statisticstool:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    animation: fadeIn 0.5s ease forwards 0.4s;
}.statistical_reporttool .value_statisticstool:nth-child(4) {
    animation: fadeIn 0.5s ease forwards 0.6s;
}@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.statistical_reporttool .statistics_prostool::before {
    width: 200px;
    animation: pulseCircle 4s infinite;
    border: 1px solid rgb(172,180,198);
    transform: translate(-50%, -50%);
    height: 200px;
    top: 50%;
    content: "";
    border-radius: 50%;
    left: 50%;
    opacity: 0.15;
    position: absolute;
}.statistical_reporttool .statistics_prostool::after {
    position: absolute;
    border: 1px dashed rgb(131,144,167);
    height: 300px;
    transform: translate(-50%, -50%);
    left: 50%;
    opacity: 0.15;
    content: "";
    width: 300px;
    animation: pulseCircle 4s infinite 1s;
    top: 50%;
    border-radius: 50%;
}

@keyframes pulseCircle {
    0% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.15;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.25;
    }
    100% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.15;
    }
}

@media screen and (max-width: 991px) {.statistical_reporttool {
    padding: 100px 0;
}.statistical_reporttool .class_benefitstool {
    max-width: 600px;
}.statistical_reporttool .value_statisticstool {
    padding: 20px;
    height: 180px;
}.statistical_reporttool .value_statisticstool span {
    font-size: 46px;
}.statistical_reporttool .expert_upgradetool {
    height: 80px;
    padding: 18px;
    width: 80px;
}
}

@media screen and (max-width: 767px) {.statistical_reporttool {
    padding: 80px 0;
}.statistical_reporttool .statistics_prostool::before,
    .statistical_reporttool .statistics_prostool::after {
    display: none;
}.statistical_reporttool .top_gaintool::before,
    .statistical_reporttool .top_gaintool::after {
    display: none;
}.statistical_reporttool .value_statisticstool {
    height: auto;
    padding: 25px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    border: none !important;
    width: 100%;
}.statistical_reporttool .value_statisticstool:last-child {
    border-bottom: none !important;
}.statistical_reporttool .expert_upgradetool {
    height: 70px;
    width: 70px;
    padding: 15px;
}.statistical_reporttool .edu_statisticstool {
    font-size: calc(37px - 2px);
}.statistical_reporttool .knowledge_gainstool {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
}.statistical_reporttool .value_statisticstool span {
    font-size: calc(37px - 4px);
}.statistical_reporttool .value_statisticstool p {
    font-size: calc(14px - 1px);
}
}

@media screen and (max-width: 576px) {.statistical_reporttool {
    padding: 60px 0;
}.statistical_reporttool .container {
    padding: 0 15px;
}.statistical_reporttool .expert_upgradetool {
    padding: 12px;
    width: 60px;
    height: 60px;
}.statistical_reporttool .edu_statisticstool {
    padding-top: 40px;
    letter-spacing: 1px;
    font-size: calc(37px - 4px);
}.statistical_reporttool .edu_statisticstool::after {
    width: 60px;
}.statistical_reporttool .class_benefitstool {
    margin: 25px auto;
    font-size: calc(14px - 1px);
}.statistical_reporttool .value_statisticstool {
    padding: 20px 10px;
}.statistical_reporttool .knowledge_gainstool {
    margin-bottom: 12px;
    height: 40px;
    width: 40px;
}.statistical_reporttool .value_statisticstool span {
    font-size: calc(37px - 6px);
}.statistical_reporttool .value_statisticstool p {
    font-size: calc(14px - 2px);
}}.mentorship_experiencetool {
    padding: 6rem 2rem;
    background-color: rgb(220,223,231);
    position: relative;
    overflow: hidden;
}.mentorship_experiencetool::before {
    z-index: 0;
    border-radius: 50%;
    content: "";
    background: rgb(172,180,198,0.5);
    right: -100px;
    height: 300px;
    top: -100px;
    width: 300px;
    position: absolute;
    filter: blur(120px);
}.mentorship_experiencetool::after {
    background: rgb(131,144,167,0.5);
    z-index: 0;
    left: -80px;
    height: 250px;
    position: absolute;
    bottom: -80px;
    width: 250px;
    border-radius: 50%;
    content: "";
    filter: blur(100px);
}.mentorship_experiencetool .opinion_ratingstool {
    background: #ffffff;
    border-radius: 25px;
    margin: 0 auto;
    gap: 0;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    z-index: 2;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.08), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: visible;
    max-width: 1100px;
}.mentorship_experiencetool .image_slidertool {
    border-radius: 25px 0 0 25px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    height: 500px;
    transform: translateX(-30px) translateY(-30px);
}.mentorship_experiencetool .image_slidertool::before {
    left: 30px;
    content: "";
    top: 30px;
    background: rgb(172,180,198,0.5);
    width: 100%;
    border-radius: 25px;
    height: 100%;
    position: absolute;
    z-index: -1;
}.mentorship_experiencetool .work_viewtool {
    padding: 4rem 3rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}.mentorship_experiencetool .name {
    letter-spacing: -0.5px;
    font-weight: 700;
    font-size: 39px;
    margin-bottom: 0.5rem;
    color: #000000;
}.mentorship_experiencetool .work_viewtool > div:nth-child(2) {
    text-transform: uppercase;
    font-size: 20px;
    color: rgb(172,180,198);
    letter-spacing: 2px;
    padding-bottom: 15px;
    margin-bottom: 2rem;
    display: inline-block;
    font-weight: 400;
    position: relative;
}.mentorship_experiencetool .work_viewtool > div:nth-child(2)::after {
    height: 2px;
    position: absolute;
    content: "";
    width: 60px;
    bottom: 0;
    left: 0;
    background: rgb(131,144,167);
}.mentorship_experiencetool .job_timelinetool {
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    font-style: italic;
    font-weight: 300;
    font-size: calc(12px * 1.1);
    line-height: 1.7;
}.mentorship_experiencetool .job_timelinetool::before {
    font-size: 5rem;
    font-family: serif;
    top: -2.5rem;
    z-index: -1;
    left: -2rem;
    color: rgb(131,144,167,0.5);
    position: absolute;
    content: "";
}.mentorship_experiencetool .opinion_ratingstool:hover .image_slidertool {
    transform: translateX(-20px) translateY(-40px);
}@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgb(172,180,198,0.5); }
    70% { box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
}

.mentorship_experiencetool .opinion_ratingstool:hover .name {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    background: linear-gradient(90deg, rgb(172,180,198), rgb(131,144,167));
}

@media (max-width: 992px) {.mentorship_experiencetool .opinion_ratingstool {
    grid-template-columns: 1fr;
    max-width: 90%;
}.mentorship_experiencetool .image_slidertool {
    transform: translateY(-30px);
    height: 400px;
    border-radius: 25px 25px 0 0;
}.mentorship_experiencetool .image_slidertool::before {
    top: 30px;
    width: 100%;
    left: 0;
}.mentorship_experiencetool .work_viewtool {
    padding: 1rem 2rem 3rem;
}.mentorship_experiencetool .opinion_ratingstool:hover .image_slidertool {
    transform: translateY(-40px);
}
}

@media (max-width: 576px) {.mentorship_experiencetool {
    padding: 4rem 1rem;
}.mentorship_experiencetool .opinion_ratingstool {
    max-width: 100%;
}.mentorship_experiencetool .image_slidertool {
    transform: translateY(-20px);
    height: 320px;
}.mentorship_experiencetool .image_slidertool::before {
    top: 20px;
}.mentorship_experiencetool .work_viewtool {
    padding: 0.5rem 1.5rem 2.5rem;
}.mentorship_experiencetool .name {
    font-size: calc(28px);
}.mentorship_experiencetool .work_viewtool > div:nth-child(2) {
    font-size: 12px;
    letter-spacing: 1px;
}.mentorship_experiencetool .job_timelinetool {
    font-size: 12px;
}.mentorship_experiencetool .opinion_ratingstool:hover .image_slidertool {
    transform: translateY(-25px);
}}.cookie_popup_messagetool {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
    background: rgb(220,223,231);
    width: 100%;
    border-top: 3px solid rgb(172,180,198);
    position: fixed;
    z-index: 90;
    bottom: 0;
}.visitor_acceptancetool {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    padding: 20px 15px;
    align-items: center;
    margin: 0 auto;
}.privacy_switchtool {
    flex-shrink: 0;
    margin-right: 15px;
}.privacy_switchtool svg {
    height: 60px;
    fill: rgb(172,180,198);
    transition: fill 0.3s ease;
    width: 60px;
}.privacy_switchtool svg:hover {
    fill: rgb(131,144,167);
}.track_switchtool {
    margin-right: 15px;
    color: #000000;
    flex-grow: 1;
}.cookie_popup_messagetool h5 {
    color: rgb(172,180,198);
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 8px;
}.cookie_popup_messagetool p {
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.5;
    font-size: 13px;
}.cookie_frametool {
    text-align: center;
    cursor: pointer;
    background: rgb(172,180,198);
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
    margin-left: 10px;
    font-size: 20px;
    line-height: 35px;
}.cookie_frametool:hover {
    background: rgb(131,144,167);
    box-shadow: 0 0 10px rgb(131,144,167,0.5);
}#consent_to_usage_of_cookiestool {
    background: rgb(172,180,198);
}#turn_off_cookie_trackingtool {
    background: rgba(0, 0, 0, 0.5);
}.cookie_popup_messagetool p a {
    color: rgb(172,180,198);
    transition: color 0.3s ease;
    text-decoration: underline;
}.cookie_popup_messagetool p a:hover {
    color: rgb(131,144,167);
}
@media only screen and (max-width: 1200px) {.visitor_acceptancetool {
    align-items: center;
    flex-direction: column;
}.privacy_switchtool {
    margin-bottom: 15px;
}.track_switchtool {
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
}.cookie_frametool {
    max-width: 200px;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
}
}
@media only screen and (max-width: 800px) {.visitor_acceptancetool {
    padding: 15px;
}.privacy_switchtool {
    display: none;
}.cookie_popup_messagetool h5 {
    font-size: 22px;
}.cookie_popup_messagetool p {
    font-size: 14px;
}}
#cookiePreferenceBoxtool {
    display: none;
}#cookiePreferenceBoxtool:checked ~ .cookie_popup_messagetool {
    visibility: hidden;
    opacity: 0;
}
