/* _content/GS.Website.Client/Components/Carousel/Carousel.razor.rz.scp.css */
.carousel[b-icqu1dcevc] {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-items[b-icqu1dcevc] {
    display: flex;
    transition: transform 0.5s ease;
}


button[b-icqu1dcevc] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    button:nth-of-type(1)[b-icqu1dcevc] {
        left: 0;
    }

    button:nth-of-type(2)[b-icqu1dcevc] {
        right: 0;
    }
/* _content/GS.Website.Client/Components/Carousel/CarouselItem.razor.rz.scp.css */
.carousel-item[b-txz7lucuea] {
    min-width: 100%;
    box-sizing: border-box;
}
/* _content/GS.Website.Client/Components/ContactForm.razor.rz.scp.css */
.form-container[b-nay58nk9yo] {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

    .form-container h1[b-nay58nk9yo] {
        text-align: center;
        padding-bottom: 20px;
    }

.form-group[b-nay58nk9yo] {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

    .form-group input[b-nay58nk9yo],
    .form-group select[b-nay58nk9yo] {
        width: 100%;
        padding: 10px;
        border: none;
        background-color: #333;
        color: #fff;
        border-radius: 5px;
    }

        .form-group input[b-nay58nk9yo]::placeholder,
        .form-group select[b-nay58nk9yo] {
            color: #aaa;
        }

.full-width[b-nay58nk9yo] {
    flex: 1 0 100%;
}

.form-group button[b-nay58nk9yo] {
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-weight: bold;
}

.alert[b-nay58nk9yo] {
    padding: 15px;
    margin-top: 10px;
    border-radius: 5px;
    text-align: center;
}

.alert-success[b-nay58nk9yo] {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger[b-nay58nk9yo] {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.info-link[b-nay58nk9yo] {
    color: white;
    text-decoration: underline;
}
/* _content/GS.Website.Client/Components/Footer.razor.rz.scp.css */
.main-footer[b-wd4c6utyx8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background-color: var(--black-color);
}

    .main-footer .footer-item[b-wd4c6utyx8] {
        margin-bottom: 1rem;
        font-size: 11px;
    }

    .main-footer hr[b-wd4c6utyx8] {
        width: 90%;
        color: var(--yellow-color);
        border: 1px solid var(--yellow-color);
    }

    .main-footer img[b-wd4c6utyx8] {
        margin-top: 1rem !important;
        margin-bottom: 2rem !important;
    }

img.footer-item[b-wd4c6utyx8] {
    max-width: 500px;
    width: 100%;
    margin-bottom: 5.5rem !important;
}

/* Ensure image width is 90% on mobile resolutions and center it */
@media (max-width: 768px) {
    img.footer-item[b-wd4c6utyx8] {
        width: 82%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.main-nav ul[b-wd4c6utyx8] {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    flex-wrap: wrap;
}

.main-nav[b-wd4c6utyx8]  a {
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .main-nav ul[b-wd4c6utyx8] {
        flex-direction: column;
        width: 100%;
    }

    .main-nav[b-wd4c6utyx8]  a {
        display: block;
        width: 100%;
    }
}
/* _content/GS.Website.Client/Components/Header.razor.rz.scp.css */
.main-header[b-atgupg6x1e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    white-space: nowrap;
    position:absolute;
    /*backdrop-filter:blur(10px);*/
    z-index: 100;
    width: 100%;
    top: 0;
}


.main-nav ul[b-atgupg6x1e] {
    list-style: none;
    display: flex;
    gap: 5px;
    padding: 0;
}

.logo-container[b-atgupg6x1e] {
    max-width: 500px;
    width: 100%;
}


.main-nav[b-atgupg6x1e]  a.active::before {
    background-color: var(--yellow-color);
}

.dropdown[b-atgupg6x1e] {
    position: relative;
    display: inline-block;
}

.dropdown-content[b-atgupg6x1e] {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    padding-top: 16px;
    right: 0;
}

.dropdown-background[b-atgupg6x1e] {
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(1px);
    background-color: rgba(0, 0, 0, 0.65);
    gap: 8px;
    padding: 16px;
}

.dropdown-content a[b-atgupg6x1e] {
    text-decoration: none;
    display: block;
    background-color: rgba(12, 12, 12, 0.5);
}

.dropdown:hover .dropdown-content[b-atgupg6x1e] {
    display: block;
}

/*OUR ETHOS*/
.dropdown-submenu[b-atgupg6x1e] {
    position: relative;
    display: block;
}

.dropdown-submenu-content[b-atgupg6x1e] {
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    min-width: 160px;
    flex-direction: column;
    z-index: 1;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.7);
}

    .dropdown-submenu-content a[b-atgupg6x1e] {
        text-decoration: none;
        display: block;
    }

.dropdown-submenu:hover .dropdown-submenu-content[b-atgupg6x1e] {
    display: flex;
}

.dropdown-next-item-margin[b-atgupg6x1e]{
    margin-top: 0;
}



@media (max-width: 1345px) {

    .main-nav ul[b-atgupg6x1e] {
        padding:10px;
        padding-block: 40px;
        padding-left: 30px;
        gap: 10px;
    }


    .main-nav[b-atgupg6x1e]  a {
        font-size: 15px;
    }

    .main-header[b-atgupg6x1e] {
        padding: 5px 15px;
    }

    .nav-container[b-atgupg6x1e] {
        padding: 0 10px;
    }

    .dropdown-content[b-atgupg6x1e]{
        padding-top: 21px;
    }
}

.hamburger[b-atgupg6x1e]{
    display: none;
}

@media (max-width: 1150px) {
    .main-header[b-atgupg6x1e] {
        flex-direction: column;
        padding: 5px 0;
    }

    .nav-container[b-atgupg6x1e] {
        width: auto;
    }

    .main-nav ul[b-atgupg6x1e] {
        flex-direction: column;
        align-items: center;
    }

    .main-nav li[b-atgupg6x1e] {
        margin: 5px 5px 5px auto;
        margin-right: 10px;
    }

    .main-nav[b-atgupg6x1e]  a {
        font-size: 17px;
        padding: 0;
        margin: 5px;
    }

    .dropdown:hover .dropdown-content[b-atgupg6x1e] {
        display: none;
    }

    .hamburger[b-atgupg6x1e] {
        width: 30px;
        height: 20px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: auto 20px;
    }

    .hamburger div[b-atgupg6x1e] {
        width: 100%;
        height: 3px;
        background-color: #fff;
    }

    .nav-container[b-atgupg6x1e] {
        display: none;
    }

    .nav-container.show[b-atgupg6x1e] {
        display: flex;
        margin-left: auto;
        backdrop-filter: blur(10px);
        background-color: rgba(0, 0, 0, 0.7);
        height: 150vh;
    }

    .dropdown-background[b-atgupg6x1e] {
        background-color: transparent;
        backdrop-filter: none;
    }

    .img-hamburger[b-atgupg6x1e] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        padding: 20px;
    }

    .dropdown-content.show[b-atgupg6x1e] {
        display: block !important;
        padding-top: 5px;
        right: 0;
        text-align: right;
    }

    .dropdown-submenu-content[b-atgupg6x1e]{
        right: 100%;
        left: unset;
    }

    .dropdown-submenu-content a[b-atgupg6x1e]{
        padding-left: 1%!important;
    }
    .dropdown-next-item-margin[b-atgupg6x1e] {
        margin-top: 220px !important;
    }
    
}

@media(max-width: 668px){
    .main-nav[b-atgupg6x1e] {
        width: auto;
    }
    .main-nav ul[b-atgupg6x1e]{
        width: 100%;
    }
    .main-nav ul li[b-atgupg6x1e]{
        width: 100%;    
    }
    .nav-container[b-atgupg6x1e]{
        width: 100%;
        justify-content: center;
        padding-block: 20px;
    }
    .dropdown-next-item-margin[b-atgupg6x1e] {
        margin-top: 220px;
    }
}
/* _content/GS.Website.Client/Components/LanguageSwitcher.razor.rz.scp.css */
.lang-switcher[b-76lyytwwjb] {
    position: relative;
    display: inline-block;
}

.lang-trigger[b-76lyytwwjb] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 34px;
    min-width: 96px;
    padding: 0 10px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(6px);
    color: #fff;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

    .lang-trigger:hover[b-76lyytwwjb] {
        background: rgba(255, 255, 255, 0.07);
        border-color: rgba(255, 255, 255, 0.22);
    }

    .lang-trigger:focus-visible[b-76lyytwwjb] {
        outline: none;
        border-color: rgba(255, 196, 0, 0.45);
        box-shadow: 0 0 0 3px rgba(255, 196, 0, 0.12);
    }

.lang-value[b-76lyytwwjb] {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .02em;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    pointer-events: none;
    user-select: none;
}

.lang-flag[b-76lyytwwjb] {
    width: 16px;
    height: 12px;
    object-fit: cover;
    border-radius: 2px;
    display: inline-block;
    box-shadow: 0 0 0 1px rgba(255,255,255,.18);
    flex: 0 0 auto;
}

.lang-chevron[b-76lyytwwjb] {
    pointer-events: none;
    user-select: none;
    font-size: 11px;
    line-height: 1;
    opacity: .8;
    margin-left: -1px;
}

.lang-menu[b-76lyytwwjb] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 170px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 10px 26px rgba(0,0,0,.2);
    padding: 6px;
    z-index: 9999;
}

.lang-option[b-76lyytwwjb] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    border: none;
    background: transparent;
    border-radius: 8px;
    cursor: pointer;
    text-align: left;
    color: #111;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
}

    .lang-option:hover[b-76lyytwwjb] {
        background: rgba(255, 196, 0, 0.12);
    }

    .lang-option.selected[b-76lyytwwjb] {
        background: rgba(255, 196, 0, 0.22);
    }

.lang-option-flag[b-76lyytwwjb] {
    width: 18px;
    height: 13px;
    object-fit: cover;
    border-radius: 2px;
    display: inline-block;
    flex: 0 0 auto;
    box-shadow: 0 0 0 1px rgba(0,0,0,.08);
}

.lang-option .label[b-76lyytwwjb] {
    line-height: 1.2;
}

/* mobile */
@media (max-width: 1150px) {
    .lang-trigger[b-76lyytwwjb] {
        height: 38px;
        min-width: 104px;
        border-radius: 12px;
        padding: 0 12px;
    }

    .lang-value[b-76lyytwwjb] {
        font-size: 14px;
    }

    .lang-menu[b-76lyytwwjb] {
        min-width: 180px;
    }
}
/* _content/GS.Website.Client/Components/Modal.razor.rz.scp.css */
.modal-open[b-ah35jpo5dh] {
    overflow: hidden;
}

    .modal-open .modal[b-ah35jpo5dh] {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal[b-ah35jpo5dh] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog[b-ah35jpo5dh] {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog[b-ah35jpo5dh] {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog[b-ah35jpo5dh] {
        transition: none;
    }
}

.modal.show .modal-dialog[b-ah35jpo5dh] {
    transform: none;
}

.modal-dialog-scrollable[b-ah35jpo5dh] {
    display: flex;
    max-height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content[b-ah35jpo5dh] {
        max-height: calc(100vh - 1rem);
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-header[b-ah35jpo5dh],
    .modal-dialog-scrollable .modal-footer[b-ah35jpo5dh] {
        flex-shrink: 0;
    }

    .modal-dialog-scrollable .modal-body[b-ah35jpo5dh] {
        overflow-y: auto;
    }

.modal-dialog-centered[b-ah35jpo5dh] {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

    .modal-dialog-centered[b-ah35jpo5dh]::before {
        display: block;
        height: calc(100vh - 1rem);
        content: "";
    }

    .modal-dialog-centered.modal-dialog-scrollable[b-ah35jpo5dh] {
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content[b-ah35jpo5dh] {
            max-height: none;
        }

        .modal-dialog-centered.modal-dialog-scrollable[b-ah35jpo5dh]::before {
            content: none;
        }

.modal-content[b-ah35jpo5dh] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    /*background-color: #fff;*/
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop[b-ah35jpo5dh] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade[b-ah35jpo5dh] {
        opacity: 0;
    }

    .modal-backdrop.show[b-ah35jpo5dh] {
        opacity: 0.5;
    }

.close[b-ah35jpo5dh]{
    background: none;
    color: white;
    font-size: 3rem;
    cursor: pointer;
}

.modal-header[b-ah35jpo5dh] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

    .modal-header .close[b-ah35jpo5dh] {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title[b-ah35jpo5dh] {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body[b-ah35jpo5dh] {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer[b-ah35jpo5dh] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

    .modal-footer > :not(:first-child)[b-ah35jpo5dh] {
        margin-left: 0.25rem;
    }

    .modal-footer > :not(:last-child)[b-ah35jpo5dh] {
        margin-right: 0.25rem;
    }

.modal-scrollbar-measure[b-ah35jpo5dh] {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.modal img[b-ah35jpo5dh]{
    object-fit: contain;
}

@media (min-width: 576px) {
    .modal-dialog[b-ah35jpo5dh] {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable[b-ah35jpo5dh] {
        max-height: calc(100% - 3.5rem);
    }

        .modal-dialog-scrollable .modal-content[b-ah35jpo5dh] {
            max-height: calc(100vh - 3.5rem);
        }

    .modal-dialog-centered[b-ah35jpo5dh] {
        min-height: calc(100% - 3.5rem);
    }

        .modal-dialog-centered[b-ah35jpo5dh]::before {
            height: calc(100vh - 3.5rem);
        }

    .modal-sm[b-ah35jpo5dh] {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg[b-ah35jpo5dh],
    .modal-xl[b-ah35jpo5dh] {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl[b-ah35jpo5dh] {
        max-width: 1140px;
    }
}
/* _content/GS.Website.Client/Components/NewsCard.razor.rz.scp.css */
.article-card[b-97cmuctfiy] {
    width: 22%;
    margin: 1%;
    height: 400px;
    overflow: hidden;
}

/* TODO buď upravit velikost obrázku -> nebo se tam budou vkládat obrázky se správnou velikostí */
    .article-card img[b-97cmuctfiy] {
        width: 100%;
        margin-bottom: 15px;
        border-radius: 10px;
        object-fit: cover;
    }

.article-date[b-97cmuctfiy] {
    font-size: 0.9em;
    margin-bottom: 15px;
    color: silver;
}

.article-title[b-97cmuctfiy] {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
}

.article-content[b-97cmuctfiy] {
    font-size: 0.9em;
    margin-bottom: 15px;
}

.article-learnmore[b-97cmuctfiy] {
    text-decoration: underline;
    letter-spacing: 0.5px;
    color: silver;
    padding: 10px 0;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .article-card[b-97cmuctfiy] {
        width: 30%;
    }
}

@media (max-width: 768px) {
    .article-card[b-97cmuctfiy] {
        width: 80%;
        margin: 10px 0;
        display: flex;
        text-align: center;
        flex-direction: column;
        height: auto;
    }

        .article-card img[b-97cmuctfiy] {
            margin-bottom: 10px;
            border-radius: 5px;
        }

    .article-date[b-97cmuctfiy] {
        font-size: 0.8em;
    }

    .article-title[b-97cmuctfiy] {
        font-size: 1.2em;
        margin-bottom: 10px;
    }

    .article-content[b-97cmuctfiy] {
        font-size: 0.8em;
    }

    .article-learnmore[b-97cmuctfiy] {
        font-size: 0.8em;
    }
}
/* _content/GS.Website.Client/Components/TestimonialsSlider.razor.rz.scp.css */
@keyframes slideInLeft-b-7zrhfafwrx {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight-b-7zrhfafwrx {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOutLeft-b-7zrhfafwrx {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-100%);
    }
}

@keyframes fadeOutRight-b-7zrhfafwrx {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

/* Animations */
.slide-in-left[b-7zrhfafwrx] {
    animation: slideInLeft-b-7zrhfafwrx 0.5s forwards;
    will-change: opacity, transform;
}

.slide-in-right[b-7zrhfafwrx] {
    animation: slideInRight-b-7zrhfafwrx 0.5s forwards;
    will-change: opacity, transform;
}

.fade-out-left[b-7zrhfafwrx] {
    animation: fadeOutLeft-b-7zrhfafwrx 0.5s forwards;
    will-change: opacity, transform;
}

.fade-out-right[b-7zrhfafwrx] {
    animation: fadeOutRight-b-7zrhfafwrx 0.5s forwards;
    will-change: opacity, transform;
}

.testimonials-container[b-7zrhfafwrx] {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem auto 0 auto;
    justify-content: space-around;
    width: 100%;
    flex-direction: row;
    align-items: center;
}

.testimonial[b-7zrhfafwrx] {
    width: 30vw;
    height: 40vw;
    max-width: 500px;
    max-height: 700px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-image[b-7zrhfafwrx] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.testimonial-overlay[b-7zrhfafwrx] {
    position: absolute;
    bottom: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 20px;
    border-radius: 10px;
    width: calc(100% - 40px);
    box-sizing: border-box;
}

.text[b-7zrhfafwrx] {
    text-align: justify;
    font-size: 13px;
}

.person-info[b-7zrhfafwrx] {
    text-align: center;
    padding-top: 4px;
}

.name[b-7zrhfafwrx] {
    font-weight: bold;
}

.heading-sentence[b-7zrhfafwrx] {
    width: 100%;
    text-align: center;
}

h2[b-7zrhfafwrx] {
    text-align: center;
}

.arrow-icon-left[b-7zrhfafwrx],
.arrow-icon-right[b-7zrhfafwrx] {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s ease;
}

    .arrow-icon-left.disabled[b-7zrhfafwrx],
    .arrow-icon-right.disabled[b-7zrhfafwrx] {
        opacity: 0.5; /* Nižší průhlednost */
        pointer-events: none; /* Zakáže interakce */
    }


@media(max-width: 1150px) {
    .text[b-7zrhfafwrx] {
        font-size: 13px !important;
    }

    .testimonials-container[b-7zrhfafwrx] {
        flex-direction: column;
    }

    .testimonial[b-7zrhfafwrx] {
        width: 80vw;
        height: 100vw;
        max-width: none;
        max-height: none;
    }

    .testimonial-overlay[b-7zrhfafwrx] {
        bottom: 10px;
        padding: 10px;
        width: calc(100% - 20px);
    }
}

@media(max-width: 768px) {
    .testimonial[b-7zrhfafwrx] {
        width: 90vw;
        height: 120vw;
    }

    .testimonial-overlay[b-7zrhfafwrx] {
        bottom: 5px;
        padding: 5px;
        width: calc(100% - 10px);
    }
}
@media(max-width: 438px) {
    .text-header[b-7zrhfafwrx] {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.arrow-icon-left:hover[b-7zrhfafwrx], .arrow-icon-right:hover[b-7zrhfafwrx] {
    cursor: pointer;
}
/* _content/GS.Website.Client/Components/UserCard.razor.rz.scp.css */
.user-card[b-ragw5vnceu] {
    background-color: white;
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 22%;
    margin: 1%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
}

.user-profile[b-ragw5vnceu] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.user-card img[b-ragw5vnceu] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 10px;
}

.user-card .user-info[b-ragw5vnceu], .user-card blockquote[b-ragw5vnceu] {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.user-card blockquote[b-ragw5vnceu] {
    quotes: "“" "”" "‘" "’";
    font-style: italic;
    color: var(--grey-color);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-card h3[b-ragw5vnceu], .user-card p[b-ragw5vnceu] {
    margin: 0;
}

.user-card h3[b-ragw5vnceu] {
    font-size: 1.25em;
    color: var(--grey-color);
}

.user-card p[b-ragw5vnceu] {
    font-size: 1em;
    color: var(--grey-color);
}

@media (max-width: 1150px) {
    .user-card[b-ragw5vnceu] {
        width: 30%;
    }
}

@media (max-width: 768px) {
    .user-card[b-ragw5vnceu] {
        width: 70%;
    }
}
/* _content/GS.Website.Client/Components/VideoHeading.razor.rz.scp.css */
.heading-background[b-m23hi07hll] {
    /*font-size: 60px;
    font-weight: 700;*/
    margin-bottom: 15%;
    margin-left: 5%;
    border-left: 5px solid var(--yellow-color);
    padding-left: 1%;
    max-width: 40%;
    direction: ltr;
    text-align: left;
    
}

.main-heading-section[b-m23hi07hll] {
    padding-top: 12.7%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.heading-text[b-m23hi07hll] {
    /*padding-bottom: 10%;*/
    font-size: 40px !important;
    font-weight: 700;
    z-index: -1;
    color: white !important;
    padding-left: 20px;
}
.heading-background  :focus[b-m23hi07hll]{
    outline: none;
}
.video-backgrround-overlay[b-m23hi07hll] {
    background-image: linear-gradient(to bottom, rgba(0,0,0,.3), rgba(0,0,0,0)), linear-gradient(to right, rgba(0,0,0,.2), rgba(0,0,0,0));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -5;
}

.video[b-m23hi07hll] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the entire container */
    /*object-fit: fill;*/
    z-index: -10;
}

@media (max-width: 1024px) {
    .heading-background[b-m23hi07hll] {
        max-width:75%;
    }

    .heading-text[b-m23hi07hll] {
        margin-top: 15%;
        font-size: 3rem !important;
    }
}

/* _content/GS.Website.Client/Layout/MainLayout.razor.rz.scp.css */
.page[b-k2smecn93n] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-k2smecn93n] {
    flex: 1;
}

.sidebar[b-k2smecn93n] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-k2smecn93n] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-k2smecn93n]  a, .top-row .btn-link[b-k2smecn93n] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-k2smecn93n] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-k2smecn93n] {
        display: none;
    }

    .top-row.auth[b-k2smecn93n] {
        justify-content: space-between;
    }

    .top-row a[b-k2smecn93n], .top-row .btn-link[b-k2smecn93n] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-k2smecn93n] {
        flex-direction: row;
    }

    .sidebar[b-k2smecn93n] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-k2smecn93n] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-k2smecn93n], article[b-k2smecn93n] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/GS.Website.Client/Pages/About/Careers.razor.rz.scp.css */
.careers-heading[b-o6z5bf3b9v] {
    width: 50%;
    margin: 0 auto;
}

    .careers-heading h1[b-o6z5bf3b9v] {
        font-size: 1.75em;
        font-weight: normal;
        margin: 0;
        padding: 1em 0;
        letter-spacing: 1px;
        text-align: center;
    }

    .careers-heading a[b-o6z5bf3b9v] {
        text-decoration: none;
        color: var(--yellow-color);
        white-space: nowrap;
        overflow-wrap: normal;
        word-wrap: normal;
    }

@media (max-width: 768px) {
    .careers-heading[b-o6z5bf3b9v] {
        width: 80%;
    }

        .careers-heading h1[b-o6z5bf3b9v] {
            font-size: 1.2em;
        }
}
/* _content/GS.Website.Client/Pages/About/Contact.razor.rz.scp.css */
.form-c[b-09zg8mumb8] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: auto;
}

.contact-us-section[b-09zg8mumb8] {
    background-color: #333;
    padding: 20px;
    flex: 1 1 30%;
    margin: 10px;
}

    .contact-us-section .container[b-09zg8mumb8] {
        max-width: 600px;
        margin: 0 auto;
    }

    .contact-us-section .section-title[b-09zg8mumb8],
    .contact-us-section .section-description[b-09zg8mumb8] {
        text-align: center;
    }

    .contact-us-section .form-group[b-09zg8mumb8] {
        margin-bottom: 15px;
    }

        .contact-us-section .form-group label[b-09zg8mumb8] {
            display: block;
            margin-bottom: 5px;
        }

[b-09zg8mumb8] .contact-us-section .form-group input,
[b-09zg8mumb8] .contact-us-section .form-group textarea {
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    border: none;
    margin-bottom: 10px;
    background-color: grey;
}

.section-title[b-09zg8mumb8] {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 2rem;
}

.section-description[b-09zg8mumb8] {
    font-size: 18px;
    margin: 15px;
}

.button-group[b-09zg8mumb8] {
    display: flex;
    justify-content: center;
    align-items: center;
}


.contact-info-section[b-09zg8mumb8] {
    padding-top: 20px;
    flex: 1 1 30%;
    margin: 10px;
}


.info-item[b-09zg8mumb8] {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

    .info-item img[b-09zg8mumb8] {
        margin-right: 10px;
        width: 32px;
        height: 32px;
    }

.info-text[b-09zg8mumb8] {
    display: flex;
    flex-direction: column;
}

.info-link[b-09zg8mumb8] {
    color: white;
    text-decoration: none;
}

.info-text p[b-09zg8mumb8],
.info-text a[b-09zg8mumb8] {
    margin: 0;
}

.social-media[b-09zg8mumb8] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 36px;
}

    .social-media img[b-09zg8mumb8] {
        width: 32px;
        height: 32px;
    }

    svg[b-09zg8mumb8] {
        color: var(--yellow-color) !important;
        fill: var(--yellow-color) !important;
    }

@media (max-width: 768px) {
    .form-c[b-09zg8mumb8] {
        flex-direction: column;
    }
}
/* _content/GS.Website.Client/Pages/About/CSR.razor.rz.scp.css */
p[b-fyesbi32ji] {
    text-align: justify;
    margin-bottom: 20px;
}
/* _content/GS.Website.Client/Pages/About/GoldenSupport.razor.rz.scp.css */
section div p[b-5ryzmeqyhm] {
    text-align: justify;
    margin-bottom: 15px;
}

.box-header[b-5ryzmeqyhm] {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .box-header p.spacing-p[b-5ryzmeqyhm] {
        margin-top: 20px;
        max-width: 700px;
        font-size: 20px;
    }

h2[b-5ryzmeqyhm] {
    font-size: 35px;
}

    h2.golden-text[b-5ryzmeqyhm] {
        color: var(--yellow-color);
    }

.spacing-p[b-5ryzmeqyhm] {
    margin: 2em;
}

.white-text[b-5ryzmeqyhm] {
    color: white;
}

    h2.heading-font.yellow-text[b-5ryzmeqyhm] {
        font-size: 25px;
        margin-top: 1.5em;
    }

@media (min-width: 768px) {
    h2.heading-font.yellow-text.nowrap-text[b-5ryzmeqyhm] {
        white-space: nowrap;
    }
}

section div[b-5ryzmeqyhm] {
    margin-bottom: 20px;
}
/* _content/GS.Website.Client/Pages/About/ManagementTeam.razor.rz.scp.css */
.three-part-section .three-part-container[b-55c2tz7jvk] {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    min-height: 55vh;
}

.three-part-section .column[b-55c2tz7jvk] {
    flex-basis: calc(50% - 1px);
}

.three-part-section .central-line[b-55c2tz7jvk] {
    width: 1px;
    background-color: var(--yellow-color);
    margin: 0 10px;
    z-index: -2;
}

.column[b-55c2tz7jvk] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.text-column[b-55c2tz7jvk] {
    flex-direction: column;
}

    .text-column p[b-55c2tz7jvk] {
        width: 60%;
    }

.three-part-section .column img[b-55c2tz7jvk] {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

h3[b-55c2tz7jvk] {
    font-size: 30px;
    width: 60%;
}

h4[b-55c2tz7jvk] {
    width: 60%;
}

div.left h3[b-55c2tz7jvk] {
    text-align: right;
}

div.left h4[b-55c2tz7jvk] {
    text-align: right;
}

div.central-line[b-55c2tz7jvk]:before {
    content: "\A";
    width: 30px;
    height: 30px;
    /* border-radius: 50%; */
    background: var(--black-color);
    display: inline-block;
    margin: 195px -14.5px;
    position: absolute;
    z-index: -1;
}

div.central-line[b-55c2tz7jvk]:after {
    content: "\A";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--yellow-color);
    display: inline-block;
    margin: 200px -10px;
}

div.right h3[b-55c2tz7jvk] {
    text-align: left;
}

div.right h4[b-55c2tz7jvk] {
    text-align: left;
}

p[b-55c2tz7jvk] {
    font-size: 18px;
    text-align: justify;
}

.is-reversed[b-55c2tz7jvk] {
    text-align:right;
}

@media (max-width: 768px) {
    .three-part-section .three-part-container[b-55c2tz7jvk] {
        flex-direction: column;
    }

    .three-part-section.is-reversed .three-part-container[b-55c2tz7jvk] {
        flex-direction: column-reverse;
    }

    .three-part-section .column[b-55c2tz7jvk] {
        width: 100%;
        margin-bottom: 20px;
        padding-top: 0;
    }

    .three-part-section .central-line[b-55c2tz7jvk] {
        display: none;
    }

    .text-column p[b-55c2tz7jvk] {
        width: 90%;
    }

    .left[b-55c2tz7jvk], .right[b-55c2tz7jvk] {
        text-align: center;
    }

    .three-part-section[b-55c2tz7jvk] {
        margin-bottom: 4rem;
        margin-top: 4rem;
        text-align:center;
    }
}

.section-title[b-55c2tz7jvk] {
    margin-bottom: 10px;
}
.section-subtitle[b-55c2tz7jvk] {
    font-size: 20px;
    margin-bottom: 20px;
}
img[b-55c2tz7jvk] {
    background-color: white;
    border-radius: 50%;
}

p.show-more[b-55c2tz7jvk] {
    margin-top: 7px;
    font-size: 11px;
    cursor: pointer;
}

p.show-more:hover[b-55c2tz7jvk] {
    color: var(--yellow-color);
    font-size: 12px;
    margin-top: 6px;
}
/* _content/GS.Website.Client/Pages/About/OurStory.razor.rz.scp.css */
*[b-n1nzui8xdt] {
    font-size: 20px;
}

.flex-text-section[b-n1nzui8xdt] {
    padding: 20px;
}

.flexible-container *[b-n1nzui8xdt] {
    text-align: justify;
}

.div-image[b-n1nzui8xdt] {
    display: flex;
    justify-content: space-around;
}

    .div-image .flex-text-container[b-n1nzui8xdt] {
        max-width: 50vw;
        box-sizing: border-box;
    }


.flex-image-container[b-n1nzui8xdt] {
    justify-content: center;
    margin-left: 0;
}

.flex-text-section .flex-text-container[b-n1nzui8xdt] {
    max-width: 80%;
    margin: auto;
    display: block;
}

.flex-text-container p[b-n1nzui8xdt] {
    margin-bottom: 15px;
    font-size: inherit;
    width: 100%;
}

.text-section-modifier[b-n1nzui8xdt] {
    padding-bottom: 4%;
    text-align: center;
}

div.flex-text-container.full-width[b-n1nzui8xdt] {
    min-width: 70vw;
    width: 80vw;
}

    div.flex-text-container.full-width p[b-n1nzui8xdt] {
        width: 100%;
    }

.fade-overlay[b-n1nzui8xdt] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), var(--black-color)); /* Linear gradient from transparent to black */
}

.fade-overlay-bottom[b-n1nzui8xdt] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background-image: linear-gradient(to top, var(--black-color), rgba(0, 0, 0, 0));
}

.image-container[b-n1nzui8xdt] {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.box-header[b-n1nzui8xdt] {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .box-header p.spacing-p[b-n1nzui8xdt] {
        margin-top: 20px;
        max-width: 700px;
        font-size: 20px;
    }

section div[b-n1nzui8xdt] {
    margin-bottom: 20px;
}

h2[b-n1nzui8xdt] {
    font-size: 35px;
}

    h2.golden-text[b-n1nzui8xdt] {
        color: var(--yellow-color);
    }

    h2.heading-font.yellow-text[b-n1nzui8xdt] {
        font-size: 25px;
    }

@media (max-width: 768px) {
    h2 .heading-font.yellow-text.nowrap-text[b-n1nzui8xdt] {
        white-space: nowrap;
    }

    .div-image .flex-text-container[b-n1nzui8xdt] {
        max-width: 100%;
    }

    .flex-container[b-n1nzui8xdt] {
        gap: 0;
    }

    section div[b-n1nzui8xdt] {
        margin-bottom: 0;
    }
}
/* _content/GS.Website.Client/Pages/About/Values.razor.rz.scp.css */
.three-part-section .three-part-container[b-q3fghn8kn2] {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    min-height: 50vh;
}

.three-part-section .column[b-q3fghn8kn2] {
    flex-basis: calc(50% - 1px);
}

.three-part-section .central-line[b-q3fghn8kn2] {
    width: 1px;
    background-color: var(--yellow-color);
    margin: 0 10px;
    z-index: -2;
}

.column[b-q3fghn8kn2]{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.text-column[b-q3fghn8kn2] {
    flex-direction: column;
}

.text-column p[b-q3fghn8kn2]{
    width: 60%;
}

.three-part-section .column img[b-q3fghn8kn2] {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

h3[b-q3fghn8kn2] {
    font-size: 30px;
    width:60%;
}

div.left h3[b-q3fghn8kn2] {
    text-align: right;
}

div.central-line[b-q3fghn8kn2]:before {
    content: "\A";
    width: 30px;
    height: 30px;
    /* border-radius: 50%; */
    background: var(--black-color);
    display: inline-block;
    margin: 195px -14.5px;
    position: absolute;
    z-index: -1;
}

div.central-line[b-q3fghn8kn2]:after {
    content: "\A";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--yellow-color);
    display: inline-block;
    margin: 200px -10px;
}

div.right h3[b-q3fghn8kn2] {
    text-align: left;
}

p[b-q3fghn8kn2] {
    font-size: 18px;
    text-align: justify;
}


.left[b-q3fghn8kn2] {
    text-align: right;
}

.right[b-q3fghn8kn2] {
    text-align: left;
}

@media (max-width: 768px) {
    .three-part-section .three-part-container[b-q3fghn8kn2] {
        flex-direction: column;
    }

    .three-part-section.is-reversed .three-part-container[b-q3fghn8kn2] {
        flex-direction: column-reverse;
    }

    .three-part-section .column[b-q3fghn8kn2] {
        width: 100%;
        margin-bottom: 20px;
    }

    .three-part-section .central-line[b-q3fghn8kn2] {
        display: none;
    }

    .text-column p[b-q3fghn8kn2] {
        width: 90%;
    }

    .left[b-q3fghn8kn2], .right[b-q3fghn8kn2] {
        text-align: center;
    }

        h3[b-q3fghn8kn2] {
            width: initial;
        }

    .three-part-container-sec[b-q3fghn8kn2] {
        margin-top: 8em;
    }

}

/* _content/GS.Website.Client/Pages/About/VisionMission.razor.rz.scp.css */
.section-title[b-u6x5aypwkt] {
    font-size: 26px;
    margin-bottom: 20px;
}

.align-left[b-u6x5aypwkt] {
    text-align: left;
}

.align-right[b-u6x5aypwkt] {
    text-align: right;
}

.with-title[b-u6x5aypwkt] {
    display: flex;
    flex-direction: column;
}

.second[b-u6x5aypwkt] {
    text-align: right;
}
.flex-text-container.with-title p[b-u6x5aypwkt] {
    text-align: justify;
}

@media (max-width: 768px) {
    .flex-text-container[b-u6x5aypwkt] {
        text-align: center;
    }

    .second[b-u6x5aypwkt] {
        margin-top: 5em;
    }
}
/* _content/GS.Website.Client/Pages/CaseStudies.razor.rz.scp.css */
.arrow-icon-left[b-lpavthyln2],
.arrow-icon-right[b-lpavthyln2] {
    cursor: pointer;
    width: 70px;
    height: 70px;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s ease;
}

    .arrow-icon-left.disabled[b-lpavthyln2],
    .arrow-icon-right.disabled[b-lpavthyln2] {
        opacity: 0.5;
        pointer-events: none;
    }

/* Keyframes for the sliding and fading effect */
@keyframes slideInLeft-b-lpavthyln2 {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight-b-lpavthyln2 {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOutLeft-b-lpavthyln2 {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-100%);
    }
}

@keyframes fadeOutRight-b-lpavthyln2 {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

/* Animations */
.slide-in-left[b-lpavthyln2] {
    animation: slideInLeft-b-lpavthyln2 0.5s forwards;
}

.slide-in-right[b-lpavthyln2] {
    animation: slideInRight-b-lpavthyln2 0.5s forwards;
}

.fade-out-left[b-lpavthyln2] {
    animation: fadeOutLeft-b-lpavthyln2 0.5s forwards;
}

.fade-out-right[b-lpavthyln2] {
    animation: fadeOutRight-b-lpavthyln2 0.5s forwards;
}

.case-studies-heading[b-lpavthyln2] {
    width: 50%;
    margin: 0 auto;
}

    .case-studies-heading h1[b-lpavthyln2] {
        font-size: 1.75em;
        font-weight: normal;
        margin: 0;
        padding: 40px 0;
        letter-spacing: 1px;
        text-align: center;
    }

.case-studies-container[b-lpavthyln2] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.arrow-container[b-lpavthyln2] {
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
}

.case-studies-grid-container[b-lpavthyln2] {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem auto 0 auto;
    justify-content: space-around;
    width: 80%;
    overflow: hidden;
    position: relative;
}

.case-studies-grid-item[b-lpavthyln2] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 22%;
    margin: 1% 1% 5% 1%;
    cursor: pointer;
}

.case-studies-grid-item-detail[b-lpavthyln2] {
    display: flex;
    flex-wrap: initial;
    flex-direction: column;
    align-content: space-around;
    justify-content: center;
    width: 100%;
    background-color: white;
    color: var(--black-color);
    border-radius: 20px;
    height: 300px;
}

.case-studies-grid-item img[b-lpavthyln2] {
    height: auto;
    width: 100%;
    margin: auto;
}

.case-studies-grid-item-detail p[b-lpavthyln2] {
    text-align: center;
    width: 60%;
    margin: auto;
}

.case-studies-grid-item > p[b-lpavthyln2] {
    margin-top: 4%;
    font-size: 1.5rem;
    text-align: center;
}

.case-study-file-link[b-lpavthyln2] {
    color: white;
    text-decoration: none;
}

    .case-study-file-link:hover[b-lpavthyln2] {
        text-decoration: underline;
    }

@media (max-width: 1024px) {
    .case-studies-grid-item[b-lpavthyln2] {
        width: 30%;
    }
}

@media (max-width: 768px) {
    .case-studies-grid-container[b-lpavthyln2] {
        flex-direction: column;
        align-items: center;
    }

    .case-studies-container[b-lpavthyln2] {
        flex-direction: column;
    }

    .case-studies-grid-item[b-lpavthyln2] {
        width: 80%;
        justify-content: center;
    }

    .arrow-container[b-lpavthyln2] {
        margin: 20px;
    }
}
/* _content/GS.Website.Client/Pages/Home.razor.rz.scp.css */
.first-content[b-cfdig7f6zp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    background-color: var(--black-color);
}

    .first-content h3[b-cfdig7f6zp] {
        font-size: 35px;
        width: 50%;
        text-align: center;
        font-weight: normal;
        margin: 3% 0 20px 0;
    }

    .first-content p[b-cfdig7f6zp] {
        font-size: 25px;
        width: 75%;
        text-align: center;
        margin-bottom: 20px;
    }

.facts[b-cfdig7f6zp] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .facts h4[b-cfdig7f6zp] {
        font-size: 25px;
        width: 60%;
        text-align: center;
        font-weight: normal;
        margin-bottom: 1.5rem;
    }

.facts-title[b-cfdig7f6zp] {
    margin-top: 40px;
    font-size: 3rem;
    text-align: center;
    font-weight: normal;
    margin-bottom: 2.5rem;
}

/* FACTS TIMELINE */
.facts-timeline[b-cfdig7f6zp] {
    position: relative;
    width: min(1100px, 90%);
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    padding: 1rem 0;
}

    .facts-timeline[b-cfdig7f6zp]::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 2px;
        transform: translateX(-50%);
        background: linear-gradient( to bottom, transparent 0%, var(--yellow-color) 8%, var(--yellow-color) 92%, transparent 100% );
        opacity: 0.8;
    }

.fact-item[b-cfdig7f6zp] {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-height: 120px;
}

    .fact-item[b-cfdig7f6zp]::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 18px;
        height: 18px;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background-color: var(--yellow-color);
        box-shadow: 0 0 0 8px var(--black-color);
        z-index: 2;
    }

.fact-card[b-cfdig7f6zp] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    width: clamp(260px, 38vw, 430px);
    padding: 1.25rem 1.5rem;
    border: 1px solid rgba(255, 193, 7, 0.22);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 193, 7, 0.06), rgba(255, 193, 7, 0.02)), rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(2px);
}

.fact-item--left .fact-card[b-cfdig7f6zp] {
    grid-column: 1;
    justify-self: end;
    text-align: right;
    margin-right: 3rem;
}

.fact-item--right .fact-card[b-cfdig7f6zp] {
    grid-column: 2;
    justify-self: start;
    text-align: left;
    margin-left: 3rem;
}

.fact-number[b-cfdig7f6zp] {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.05;
}

.fact-text[b-cfdig7f6zp] {
    font-size: clamp(1.05rem, 1.5vw, 1.6rem);
    line-height: 1.3;
}

.image-container[b-cfdig7f6zp] {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.img-top-text[b-cfdig7f6zp] {
    width: 100%;
    font-size: 25px;
    text-align: center;
    margin-top: 35px;
}

.image-container .img-bottom-text[b-cfdig7f6zp] {
    position: absolute;
    bottom: 1%;
    width: 100%;
    font-size: 25px;
}

.fade-overlay[b-cfdig7f6zp] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), var(--black-color));
}

.fade-overlay-bottom[b-cfdig7f6zp] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background-image: linear-gradient(to top, var(--black-color), rgba(0, 0, 0, 0));
}

.pdf-download-link[b-cfdig7f6zp] {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

    .pdf-download-link:hover[b-cfdig7f6zp] {
        text-decoration: none;
    }

@media (max-width: 1024px) {
    .first-content h3[b-cfdig7f6zp] {
        width: 70%;
    }

    .first-content p[b-cfdig7f6zp] {
        width: 80%;
    }

    .facts h4[b-cfdig7f6zp] {
        width: 80%;
    }

    .fact-number[b-cfdig7f6zp] {
        font-size: clamp(1.8rem, 2.8vw, 2.6rem);
    }

    .fact-text[b-cfdig7f6zp] {
        font-size: clamp(1rem, 1.4vw, 1.3rem);
    }
}

@media (max-width: 768px) {
    .facts-timeline[b-cfdig7f6zp] {
        width: 92%;
        gap: 1rem;
    }

        .facts-timeline[b-cfdig7f6zp]::before {
            left: 24px;
            transform: none;
        }

    .fact-item[b-cfdig7f6zp] {
        grid-template-columns: 1fr;
        min-height: auto;
    }

        .fact-item[b-cfdig7f6zp]::before {
            left: 24px;
            top: 24px;
            transform: translate(-50%, -50%);
            box-shadow: 0 0 0 6px var(--black-color);
        }

        .fact-item .fact-card[b-cfdig7f6zp],
        .fact-item--left .fact-card[b-cfdig7f6zp],
        .fact-item--right .fact-card[b-cfdig7f6zp] {
            grid-column: 1;
            justify-self: stretch;
            text-align: left;
            width: auto;
            margin: 0 0 0 3rem;
        }

    .first-content p[b-cfdig7f6zp] {
        padding-top: 6vw;
        margin-bottom: 0;
    }
}
/* _content/GS.Website.Client/Pages/Industries.razor.rz.scp.css */

.heading[b-nf2o7tzvju] {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: 8rem auto 20px auto;
}

    .heading div[b-nf2o7tzvju] {
        width: 40%;
        direction: ltr;
        text-align: justify;
    }

    .btn[b-nf2o7tzvju] {
        margin-top: 1em;
    }

.left-heading h1[b-nf2o7tzvju] {
    font-size: 50px;
    font-weight: normal;
    margin-bottom: 1rem;
}

.left-heading h2[b-nf2o7tzvju] {
    font-size: 35px;
    font-weight: normal;
    text-align: left;
}

.right-heading p[b-nf2o7tzvju] {
    font-size: 20px;
    margin-bottom: 10px;
}

.image-right-top[b-nf2o7tzvju] {
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: center;
    margin: auto auto 20px auto;
}

.image-right-top div[b-nf2o7tzvju] {
    width: 40%;
    text-align: justify;
    text-align-last: right;
}
.image-right-top > div:last-of-type[b-nf2o7tzvju] {
        
}
.image-left-top > div:first-of-type[b-nf2o7tzvju] {

    align-items: flex-end;
    justify-content: flex-start;
}

.image-right-top h3[b-nf2o7tzvju] {
    font-size: 30px;
    margin-bottom: 10px;
    text-align: right;
}

.image-right p[b-nf2o7tzvju] {
    font-size: 20px;
}

.circle-image[b-nf2o7tzvju] {
    width: 100%;
}

.image-right-bottom[b-nf2o7tzvju] {
    display: flex;
    align-items: center;
    width: 90%;
    margin-inline:auto;
    flex-direction: column;
    margin-bottom: 180px;
    margin-top: 2em;
}

.image-right .bottom-text[b-nf2o7tzvju] {
    margin: auto auto 20px auto;
    width: 70%;
    text-align: justify;
    text-align-last: center;
}

.image-left-top[b-nf2o7tzvju] {
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: center;
    margin: auto auto 20px auto;
}

    .image-left-top div[b-nf2o7tzvju] {
        width: 40%;
        text-align: justify;
        text-align-last: left;
    }

    .image-left-top h3[b-nf2o7tzvju] {
        font-size: 30px;
        margin-bottom: 10px;
        text-align: left;
    }

.image-left p[b-nf2o7tzvju] {
    font-size: 20px;
}

.image-left-bottom[b-nf2o7tzvju] {
    display: flex;
    align-items: center;
    margin-inline: auto;
    width: 90%;
    flex-direction: column;
    margin-bottom: 180px;
    margin-top: 2em;
}

.image-left .bottom-text[b-nf2o7tzvju] {
    margin: auto auto 20px auto;
    width: 70%;
    text-align: justify;
    text-align-last: center;
}

.image-left-top div img[b-nf2o7tzvju]{
    width: 80%;
}

.image-right-top div img[b-nf2o7tzvju] {
    width: 80%;
}

@media (max-width: 768px) {

    .left-heading h1[b-nf2o7tzvju] {
        text-align: center;
    }

    .left-heading h2[b-nf2o7tzvju] {
        text-align: center;
        padding: 1em;
    }

    .heading[b-nf2o7tzvju] {
        flex-direction: column;
        align-items: center;
    }

        .heading div[b-nf2o7tzvju] {
            width: 100%;
        }

    .image-right-top[b-nf2o7tzvju] {
        flex-direction: column;
    }

        .image-right-top div[b-nf2o7tzvju] {
            width: 100%;
            padding: 1em;
            text-align-last: center;
        }

    .image-left-top[b-nf2o7tzvju] {
        flex-direction: column;
    }

        .image-left-top div[b-nf2o7tzvju] {
            width: 100%;
            padding: 1em;
            text-align-last: center;
        }

    .image-left-bottom[b-nf2o7tzvju] {
        margin-bottom: 4em;
    }

    .image-right-bottom[b-nf2o7tzvju] {
        margin-bottom: 4em;
    }
}

@media (max-width: 1024px) {

    .image-left-top h3[b-nf2o7tzvju] {
        text-align: center;
    }

    .image-right-top h3[b-nf2o7tzvju] {
        text-align: center;
    }

    .image-right-top[b-nf2o7tzvju] {
        width: 70%;
        flex-direction: column;
        text-align: center;
        margin-bottom: 0;
    }
    .image-right-top div[b-nf2o7tzvju] {
        text-align: justify;
        text-align-last: center;
        width: 100%;
        margin-bottom: 2%;
    }

    .image-left-top[b-nf2o7tzvju] {
        width: 70%;
        flex-direction: column-reverse;
        text-align: center;
        margin-bottom: 0;
    }

        .image-left-top div[b-nf2o7tzvju] {
            text-align: justify;
            text-align-last: center;
            width: 100%;
            margin-bottom: 2%;
        }

    .heading[b-nf2o7tzvju] {
        width: 70%;
        flex-direction: column;
        text-align: center;
        margin-bottom: 0;
    }

        .heading div[b-nf2o7tzvju] {
            text-align: justify;
            text-align-last: center;
            width: 100%;
            margin-bottom: 2%;
        }

    .left-heading h1[b-nf2o7tzvju] {
        font-size: 40px;
    }
    .left-heading h2[b-nf2o7tzvju] {
        font-size: 30px;
        margin-bottom: 2%;
    }
}
/* _content/GS.Website.Client/Pages/News.razor.rz.scp.css */
.news-container[b-5ps1vafh5v] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2rem auto;
    width: min(1100px, 95%);
}

.news-item[b-5ps1vafh5v] {
    width: 100%;
    margin: 1rem 0;
    cursor: pointer;
    text-align: center;
    display: block;
}

    .news-item img[b-5ps1vafh5v] {
        width: 100%;
        height: auto;
        transition: transform 0.25s;
        display: block;
    }

        .news-item img:hover[b-5ps1vafh5v] {
            transform: scale(1.01);
        }

.view-all-btn-wrapper[b-5ps1vafh5v] {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

@media (max-width: 600px) {
    .news-container[b-5ps1vafh5v] {
        width: 95%;
    }

    .news-item[b-5ps1vafh5v] {
        margin: 0.75rem 0;
    }
}
/* _content/GS.Website.Client/Pages/OperationalSupport.razor.rz.scp.css */
img[b-lt3t7co5uk] {
    max-width: 454px;
    max-height: 454px;
    aspect-ratio: 1/1;
}

/* FIRST SECTION */

.operational-support-content[b-lt3t7co5uk] {
    text-align: center;
    padding: 2.5%;
}

.operational-support-heading[b-lt3t7co5uk] {
    width: 50%;
    margin: 0 auto;
}

    .operational-support-heading h1[b-lt3t7co5uk] {
        font-size: 1.75em;
        font-weight: normal;
        margin: 0;
        padding: 40px 0;
        letter-spacing: 1px;
        text-align: center;
    }


/* SECOND SECTION */
.struggle-section[b-lt3t7co5uk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5%;
    gap: 4em;
}

.struggle-content h2[b-lt3t7co5uk] {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.struggle-content ul[b-lt3t7co5uk] {
    list-style: none;
    font-size: 1.2em;
    padding: 0;
    margin: 0;
}

.struggle-section .struggle-content[b-lt3t7co5uk] {
    padding-right: 6%;
}

.struggle-content ul li[b-lt3t7co5uk] {
    padding: 5px 0;
    position: relative;
    padding-left: 30px;
}

.struggle-image[b-lt3t7co5uk] {
    overflow: hidden;
    padding-left: 15%;
}

    .struggle-image img[b-lt3t7co5uk] {
        width: 100%;
        height: auto;
    }

/* THIRD SECTION */

.information-section p[b-lt3t7co5uk] {
    text-align: center;
    font-size: 1.75rem;
    line-height: 1.6;
    max-width: 80%;
    margin: 40px auto;
}

/* FOURTH SECTION */

.cargo-management-section[b-lt3t7co5uk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5%;
    gap: 4em;
}

    .cargo-management-text h2[b-lt3t7co5uk] {
        font-size: 1.5em;
        margin-bottom: 20px;
    }

    .cargo-management-text ul[b-lt3t7co5uk] {
        font-size: 1.2em;
        padding: 0;
        margin: 0;
    }

.cargo-management-section .struggle-content[b-lt3t7co5uk] {
    padding-left: 15%;
}

.cargo-management-section .cargo-management-image[b-lt3t7co5uk] {
    padding-right: 15%;
}

.cargo-management-text ul li[b-lt3t7co5uk]::marker {
    color: var(--yellow-color);
}
.cargo-management-text ul li[b-lt3t7co5uk] {
    position: relative;
    padding-left: 30px;
}

/*.cargo-management-text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: var(--yellow-color);
    border-radius: 50%;
}*/


.cargo-management-image img[b-lt3t7co5uk] {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

ul li[b-lt3t7co5uk] {
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
}
ul li[b-lt3t7co5uk]::marker {
    color: var(--yellow-color);
}

/*video*/

.centered-heading[b-lt3t7co5uk] {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 20px;
}

.video-wrapper[b-lt3t7co5uk] {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    border: 5px solid #f1c40f;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.styled-video[b-lt3t7co5uk] {
    width: 100%;
    height: 450px;
    border-radius: 10px;
}

.loading-text[b-lt3t7co5uk] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 450px;
    font-size: 1.5em;
    color: #f1c40f;
}

.video-section[b-lt3t7co5uk] {
    padding: 20px 0;
    text-align: center;
}


@media (max-width: 1024px) {
    .operational-support-flex-container[b-lt3t7co5uk] {
        flex-direction: column-reverse;
        gap: 1rem;
    }
    .cargo-management-section[b-lt3t7co5uk] {
        flex-direction: column-reverse;
        gap: 1rem;
    }
    .struggle-section[b-lt3t7co5uk] {
        flex-direction: column;
        gap: 1rem;
    }
    .operational-support-image[b-lt3t7co5uk] {
        margin-bottom: 2rem;
    }
    .struggle-image[b-lt3t7co5uk] {
        margin-bottom: 2rem;
    }
    .cargo-management-image[b-lt3t7co5uk] {
        margin-bottom: 2rem;
    }
    .operational-support-heading[b-lt3t7co5uk] {
        width: 80%;
    }

    .cargo-management-section .cargo-management-image[b-lt3t7co5uk] {
        padding: 0;
    }

    .struggle-image[b-lt3t7co5uk] {
        padding: 0;
    }
}
@media (max-width: 768px) {

    .cargo-management-section .struggle-content[b-lt3t7co5uk] {
        padding: 0;
    }

    .operational-support-details[b-lt3t7co5uk] {
        width: 80%;
    }
    .main-heading-only[b-lt3t7co5uk]{
        font-size: 2rem;
    }
    .operational-support-details[b-lt3t7co5uk]{
        margin-left: 1rem;
    }
    .operational-support-image[b-lt3t7co5uk]{
        text-align: center;
    }
        .operational-support-image img[b-lt3t7co5uk]{
            width: 80%;
            margin: auto;
        }

    .struggle-image[b-lt3t7co5uk] {
        text-align: center;
    }

        .struggle-image img[b-lt3t7co5uk] {
            width: 80%;
            margin: auto;
        }

    .cargo-management-image[b-lt3t7co5uk] {
        text-align: center;
    }

        .cargo-management-image img[b-lt3t7co5uk] {
            width: 80%;
            margin: auto;
        }

    .struggle-content[b-lt3t7co5uk] {
        width: 80%;
    }

    .cargo-management-text[b-lt3t7co5uk] {
        width: 80%;
    }

}
/* _content/GS.Website.Client/Pages/SolutionsIndex.razor.rz.scp.css */
/* Monitor + text */
.main-heading-section[b-h3icutok60]{
    width: 90%;
    margin: auto;
}
.main-heading-section p[b-h3icutok60]{
    font-size: 1.25rem;
    text-align: justify;
    text-align-last: center;
}
.container[b-h3icutok60] {
    max-width: 1200px;
    margin: auto;
}

.feature-title[b-h3icutok60] {
    font-size: 2rem;
    margin: 0.2em auto 1em auto;
    text-align: center;
}

.feature-flex-container[b-h3icutok60] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    gap: 50px;
}

.feature-image[b-h3icutok60] {
    flex: 0 1 25%;
}

    .feature-image img[b-h3icutok60] {
        width: 100%;
        max-width: 600px;
        height: auto;
    }

.feature-text-side[b-h3icutok60] {
    max-width: 45%;
    text-align: justify;
    padding-bottom: 5rem;
}

.feature-text-below[b-h3icutok60] {
    margin: 30px auto;
    max-width: 90%;
    text-align: justify;
}

    .feature-text-below p[b-h3icutok60] {
        padding-top: 30px;
        font-size: 1.25rem;
    }

/* Services Section Styles */

.services-section[b-h3icutok60] {
    max-width: 90%;
    margin: 4rem auto 0 auto;;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.service-item[b-h3icutok60] {
    background-color: var(--grey-color);
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    width: fit-content;
    flex: 0 0 30%;
    min-width: 180px;
}

    .service-item h3[b-h3icutok60] {
        padding: 15px;
        margin: 0;
    }

.button-container[b-h3icutok60] {
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-item img[b-h3icutok60] {
    width: 100%;
    border-bottom: 2px solid var(--yellow-color);
}

/* Gallery Section Styles */

.gallery-section[b-h3icutok60] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-inline: auto;
    margin-top: 6rem;
}

.gallery-item[b-h3icutok60] {
    border-radius: 8px;
    overflow: hidden;
}

    .gallery-item img[b-h3icutok60] {
        width: 100%;
        display: block;
        height: auto;
        object-fit: cover;
    }

@media (max-width: 1024px) {
    .feature-text-below[b-h3icutok60] {
        margin: auto;
        width: 80%;
        text-align: justify;
        text-align-last: left;
    }
    .feature-flex-container[b-h3icutok60]{
        flex-direction: column;
    }
    .feature-text-side[b-h3icutok60]{
        max-width: 80%;
        text-align: justify;
        text-align-last: left;
    } 
}

@media (max-width: 768px) {
    .services-section[b-h3icutok60]{
        flex-direction: column;
        width: 80%;
    }
    .feature-title[b-h3icutok60]{
        font-size: 2rem;
        width: 80%;
        margin: auto;
    }
    .gallery-section[b-h3icutok60] {
        flex-direction: column;
    }

    .feature-text-side[b-h3icutok60] {
        padding: 0;
    }

    .display-off[b-h3icutok60] {
        display: none;
    }
}
/* _content/GS.Website.Client/Pages/Solutions/Airline.razor.rz.scp.css */
body[b-mspqh8jqsn] {
}
@keyframes rotateImage-b-mspqh8jqsn {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-b-mspqh8jqsn {
    0% {
        animation-timing-function: ease-out;
        transform: scale(1);
        transform-origin: center center;
    }

    10% {
        animation-timing-function: ease-in;
        transform: scale(0.91);
    }

    17% {
        animation-timing-function: ease-out;
        transform: scale(0.98);
    }

    33% {
        animation-timing-function: ease-in;
        transform: scale(0.87);
    }

    45% {
        animation-timing-function: ease-out;
        transform: scale(1);
    }
}

.service-item[b-mspqh8jqsn] {
    background-color: var(--grey-color);
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    width: fit-content;
    flex: 0 0 30%;
    min-width: 180px;
}

    .service-item img[b-mspqh8jqsn] {
        width: 100%;
        border-bottom: 2px solid var(--yellow-color);
        height: 200px;
        object-fit: cover;
    }

.services-section[b-mspqh8jqsn] {
    max-width: 1200px;
    margin: 4rem auto 0 auto;
    padding: 0 15px;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

p[b-mspqh8jqsn] {
    text-align: justify;
    text-align-last: left;
}

.row[b-mspqh8jqsn] {
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: space-around;
    margin: auto auto 20px auto;
}

.image-container[b-mspqh8jqsn] {
    margin-right: 50px;
    width: 40%;
}

    .image-container img[b-mspqh8jqsn] {
        /* animation: rotateImage 20s infinite linear;*/
        width: 120%;
    }


.text-container[b-mspqh8jqsn] {
    flex: 1;
    width: 40%;
}

.text-font[b-mspqh8jqsn] {
    font-size: 1.25rem;
}

h1[b-mspqh8jqsn] {
    text-align: center;
    margin: auto auto 3rem auto;
    width: 90%;
}

.content-section-spacing[b-mspqh8jqsn] {
    position: relative;
}

div#diagram[b-mspqh8jqsn] {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    margin-bottom: 1rem;
    background-image: url("../images/Solutions/Airline/Airline.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

svg.circle[b-mspqh8jqsn] {
    position: absolute;
    width: 2vw;
    height: 2vw;
    cursor: pointer;
}

svg.circle g[b-mspqh8jqsn] {
    fill: #ffde59;
}

svg.circle:hover[b-mspqh8jqsn] {
    animation: pulse-b-mspqh8jqsn 2s ease 0s 1 normal forwards;
}

svg.circle#one[b-mspqh8jqsn] {
    top: 84.4%;
    left: 32%;
}

svg.circle#two[b-mspqh8jqsn] {
    top: 64.5%;
    left: 34.4%;
}

svg.circle#three[b-mspqh8jqsn] {
    top: 73%;
    left: 50.5%;
}

svg.circle#four[b-mspqh8jqsn] {
    top: 47%;
    left: 53.6%;
}

svg.circle#five[b-mspqh8jqsn] {
    top: 51%;
    left: 70.2%;
}

svg.circle#six[b-mspqh8jqsn] {
    top: 28%;
    left: 65%;
}

img.enlarged-image[b-mspqh8jqsn] {
    width: 100%;
}




@media (max-width: 1024px) {
    .row[b-mspqh8jqsn]{
        flex-direction: column;
    }
    .image-container[b-mspqh8jqsn]{
        margin: 0;
        width: 100%;
    }
    .text-container[b-mspqh8jqsn]{
        width: 100%;
    }
}

.button-container[b-mspqh8jqsn] {
    height:20%;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* _content/GS.Website.Client/Pages/Solutions/AirlineModules/ERPInvoiceSync.razor.rz.scp.css */
p[b-0gj1hfi472] {
    text-align: justify;
}

section.flexible-container[b-0gj1hfi472], .flex-image-container[b-0gj1hfi472] {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
}

.reverse-flex-container .flex-container .flex-image-container[b-0gj1hfi472] {
    margin-left: 0rem !important;
    margin-right: 20px;
}

.flex-text-button-container[b-0gj1hfi472] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

a.btn.btn-warning[b-0gj1hfi472] {
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {

    section.flexible-container[b-0gj1hfi472], .flex-image-container[b-0gj1hfi472] {
        padding-right: 0;
    }

    .flex-container[b-0gj1hfi472] {
        display: flex;
        flex-direction: column-reverse;
    }

    .flex-text-button-container[b-0gj1hfi472] {
        display: flex;
        flex-direction: column-reverse;
    }

    .a.btn.btn-warning[b-0gj1hfi472] {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

.flex-ul-container[b-0gj1hfi472] {
    margin-top: 45px;
}

    .flex-ul-container ul[b-0gj1hfi472] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .flex-ul-container ul li[b-0gj1hfi472] {
            padding: 5px 0 0 30px;
            position: relative;
            font-size: 20px;
        }

            .flex-ul-container ul li[b-0gj1hfi472]::before {
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 10px;
                height: 10px;
                background-color: var(--yellow-color);
                border-radius: 50%;
            }


.enlarged-image[b-0gj1hfi472] {
    width: 65%;
    height: auto;
    display: block;
}

.modal-body[b-0gj1hfi472] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
/* _content/GS.Website.Client/Pages/Solutions/AirlineModules/ICS2Compliance.razor.rz.scp.css */
p[b-ocd2s8ppc9] {
    text-align: justify;
}

section.flexible-container[b-ocd2s8ppc9], .flex-image-container[b-ocd2s8ppc9] {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
}

.reverse-flex-container .flex-container .flex-image-container[b-ocd2s8ppc9] {
    margin-left: 0rem !important;
    margin-right: 20px;
}

.flex-text-button-container[b-ocd2s8ppc9] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

a.btn.btn-warning[b-ocd2s8ppc9] {
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {

    section.flexible-container[b-ocd2s8ppc9], .flex-image-container[b-ocd2s8ppc9] {
        padding-right: 0;
    }

    .flex-container[b-ocd2s8ppc9] {
        display: flex;
        flex-direction: column-reverse;
    }

    .flex-text-button-container[b-ocd2s8ppc9] {
        display: flex;
        flex-direction: column-reverse;
    }

    .a.btn.btn-warning[b-ocd2s8ppc9] {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

.flex-ul-container[b-ocd2s8ppc9] {
    margin-top: 45px;
}

    .flex-ul-container ul[b-ocd2s8ppc9] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .flex-ul-container ul li[b-ocd2s8ppc9] {
            padding: 5px 0 0 30px;
            position: relative;
            font-size: 20px;
        }

            .flex-ul-container ul li[b-ocd2s8ppc9]::before {
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 10px;
                height: 10px;
                background-color: var(--yellow-color);
                border-radius: 50%;
            }


.enlarged-image[b-ocd2s8ppc9] {
    width: 65%;
    height: auto;
    display: block;
}

.modal-body[b-ocd2s8ppc9] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
/* _content/GS.Website.Client/Pages/Solutions/AWBLine.razor.rz.scp.css */
@keyframes resizeImage-b-o0ripe3si3 {
    0% {
        transform: scale(100%, 100%);
    }

    50% {
        transform: scale(125%, 125%);
    }

    100% {
        transform: scale(100%, 100%);
    }
}

@keyframes pulse-b-o0ripe3si3 {
    0% {
        animation-timing-function: ease-out;
        transform: scale(1);
        transform-origin: center center;
    }

    10% {
        animation-timing-function: ease-in;
        transform: scale(0.91);
    }

    17% {
        animation-timing-function: ease-out;
        transform: scale(0.98);
    }

    33% {
        animation-timing-function: ease-in;
        transform: scale(0.87);
    }

    45% {
        animation-timing-function: ease-out;
        transform: scale(1);
    }
}


.image-container img[b-o0ripe3si3] {
animation: resizeImage-b-o0ripe3si3 15s infinite linear;
}

p[b-o0ripe3si3] {
text-align: justify;
text-align-last: left;
}

.row[b-o0ripe3si3] {
display: flex;
align-items: center;
width: 80%;
justify-content: space-around;
margin: auto auto 20px auto;
}

.image-container[b-o0ripe3si3] {
margin-right: 50px;
width: 40%;
}

.text-container[b-o0ripe3si3] {
flex: 1;
width: 40%;
}

.text-font[b-o0ripe3si3] {
font-size: 1.25rem;
}

h1[b-o0ripe3si3] {
text-align: center;
margin: auto auto 3rem auto;
width: 90%;
}

.content-section-spacing[b-o0ripe3si3] {
position: relative;
}

div#diagram[b-o0ripe3si3] {
position: relative;
width: 100%;
aspect-ratio: 16/9;
margin-bottom: 1rem;
background-image: url("../images/Solutions/AWBline/AWBline.png");
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}

svg.circle[b-o0ripe3si3] {
position: absolute;
width: 2vw;
height: 2vw;
cursor: pointer;
}

svg.circle g[b-o0ripe3si3] {
    fill: #d8ba69;
}

svg.circle:hover[b-o0ripe3si3] {
    animation: pulse-b-o0ripe3si3 2s ease 0s 1 normal forwards;
}

svg.circle#one[b-o0ripe3si3] {
    top: 72.3%;
    left: 16.5%;
}

svg.circle#two[b-o0ripe3si3] {
    top: 83.5%;
    left: 33.5%;
}

svg.circle#three[b-o0ripe3si3] {
    top: 64.5%;
    left: 34.4%;
}

svg.circle#four[b-o0ripe3si3] {
    top: 73%;
    left: 50%;
}

svg.circle#five[b-o0ripe3si3] {
    top: 52.5%;
    left: 48.8%;
}

svg.circle#six[b-o0ripe3si3] {
    top: 59%;
    left: 63.3%;
}

svg.circle#seven[b-o0ripe3si3] {
    top: 36.6%;
    left: 60.4%;
}

svg.circle#eight[b-o0ripe3si3] {
    top: 45.38%;
    left: 73%;
}

svg.circle#nine[b-o0ripe3si3] {
    top: 25%;
    left: 66.9%;
}

img.enlarged-image[b-o0ripe3si3] {
    width: 100%;
}

@media (max-width: 1024px) {
.row[b-o0ripe3si3] {
    flex-direction: column;
}

.image-container[b-o0ripe3si3] {
    margin: 0;
    width: 100%;
}

.text-container[b-o0ripe3si3] {
    width: 100%;
}

    .image-container img[b-o0ripe3si3] {
        margin-bottom: 1.5em;
    }
}

.button-container[b-o0ripe3si3] {
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* _content/GS.Website.Client/Pages/Solutions/BeeOnline.razor.rz.scp.css */
@keyframes resizeImage-b-iezdhz30es {
    0% {
        transform: scale(100%, 100%);
    }

    50% {
        transform: scale(125%, 125%);
    }

    100% {
        transform: scale(100%, 100%);
    }
}

@keyframes pulse-b-iezdhz30es {
    0% {
        animation-timing-function: ease-out;
        transform: scale(1);
        transform-origin: center center;
    }

    10% {
        animation-timing-function: ease-in;
        transform: scale(0.91);
    }

    17% {
        animation-timing-function: ease-out;
        transform: scale(0.98);
    }

    33% {
        animation-timing-function: ease-in;
        transform: scale(0.87);
    }

    45% {
        animation-timing-function: ease-out;
        transform: scale(1);
    }
}

.image-container img[b-iezdhz30es] {
    animation: resizeImage-b-iezdhz30es 15s infinite linear;
}

p[b-iezdhz30es] {
    text-align: justify;
    text-align-last: left;
}

.row[b-iezdhz30es] {
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: space-around;
    margin: auto auto 20px auto;
}

.image-container[b-iezdhz30es] {
    margin-right: 50px;
    width: 40%;
}

.text-container[b-iezdhz30es] {
    flex: 1;
    width: 40%;
}

.text-font[b-iezdhz30es] {
    font-size: 1.25rem;
}

h1[b-iezdhz30es] {
    text-align: center;
    margin: auto auto 3rem auto;
    width: 90%;
}

.content-section-spacing[b-iezdhz30es] {
    position: relative;
}

div#diagram[b-iezdhz30es] {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    margin-bottom: 1rem;
    background-image: url("../images/Solutions/BeeOnline/Bee-Online_diagram.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

svg.circle[b-iezdhz30es] {
    position: absolute;
    width: 2vw;
    height: 2vw;
    cursor: pointer;
}

svg.circle g[b-iezdhz30es] {
    fill: #c79f47;
}

svg.circle:hover[b-iezdhz30es] {
    animation: pulse-b-iezdhz30es 2s ease 0s 1 normal forwards;
}

svg.circle#one[b-iezdhz30es] {
    top: 70.5%;
    left: 22%;
}

svg.circle#two[b-iezdhz30es] {
    top: 82.7%;
    left: 37.8%;
}

svg.circle#three[b-iezdhz30es] {
    top: 61%;
    left: 39.3%;
}

svg.circle#four[b-iezdhz30es] {
    top: 71%;
    left: 54.7%;
}

svg.circle#five[b-iezdhz30es] {
    top: 48.7%;
    left: 52.24%;
}

svg.circle#six[b-iezdhz30es] {
    top: 55.5%;
    left: 66.4%;
}

svg.circle#seven[b-iezdhz30es] {
    top: 33%;
    left: 63.3%;
}

img.enlarged-image[b-iezdhz30es] {
    width: 100%;
}



@media (max-width: 1024px) {
    .row[b-iezdhz30es] {
        flex-direction: column;
    }

    .image-container[b-iezdhz30es] {
        margin: 0;
        width: 100%;
    }

    .text-container[b-iezdhz30es] {
        width: 100%;
    }
}

.button-container[b-iezdhz30es] {
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* _content/GS.Website.Client/Pages/Solutions/ICS2.razor.rz.scp.css */
@keyframes resizeImage-b-09h13m1vbk {
    0% {
        transform: scale(100%, 100%);
    }

    50% {
        transform: scale(125%, 125%);
    }

    100% {
        transform: scale(100%, 100%);
    }
}

@keyframes pulse-b-09h13m1vbk {
    0% {
        animation-timing-function: ease-out;
        transform: scale(1);
        transform-origin: center center;
    }

    10% {
        animation-timing-function: ease-in;
        transform: scale(0.91);
    }

    17% {
        animation-timing-function: ease-out;
        transform: scale(0.98);
    }

    33% {
        animation-timing-function: ease-in;
        transform: scale(0.87);
    }

    45% {
        animation-timing-function: ease-out;
        transform: scale(1);
    }
}

.image-container img[b-09h13m1vbk] {
    animation: resizeImage-b-09h13m1vbk 15s infinite linear;
}

p[b-09h13m1vbk] {
    text-align: justify;
    text-align-last: left;
}

.row[b-09h13m1vbk] {
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: space-around;
    margin: auto auto 20px auto;
}

.image-container[b-09h13m1vbk] {
    margin-right: 50px;
    width: 40%;
}

.text-container[b-09h13m1vbk] {
    flex: 1;
    width: 40%;
}

.text-font[b-09h13m1vbk] {
    font-size: 1.25rem;
}

h1[b-09h13m1vbk] {
    text-align: center;
    margin: auto auto 3rem auto;
    width: 90%;
}

.content-section-spacing[b-09h13m1vbk] {
    position: relative;
}

div#diagram[b-09h13m1vbk] {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    margin-bottom: 1rem;
    background-image: url("../images/Solutions/ICS2/ICS2_diagram_1.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

svg.circle[b-09h13m1vbk] {
    position: absolute;
    width: 2vw;
    height: 2vw;
    cursor: pointer;
}

svg.circle g[b-09h13m1vbk] {
    fill: #c79f47;
}

svg.circle:hover[b-09h13m1vbk] {
    animation: pulse-b-09h13m1vbk 2s ease 0s 1 normal forwards;
}

svg.circle#one[b-09h13m1vbk] {
    top: 70.5%;
    left: 22%;
}

svg.circle#two[b-09h13m1vbk] {
    top: 82.7%;
    left: 37.8%;
}

svg.circle#three[b-09h13m1vbk] {
    top: 61%;
    left: 39.3%;
}

svg.circle#four[b-09h13m1vbk] {
    top: 71%;
    left: 54.7%;
}

svg.circle#five[b-09h13m1vbk] {
    top: 48.7%;
    left: 52.24%;
}

svg.circle#six[b-09h13m1vbk] {
    top: 55.5%;
    left: 66.4%;
}

svg.circle#seven[b-09h13m1vbk] {
    top: 33%;
    left: 63.3%;
}

img.enlarged-image[b-09h13m1vbk] {
    width: 100%;
}

.flex-ul-container[b-09h13m1vbk] {
    margin-top: 45px;
}

    .flex-ul-container ul[b-09h13m1vbk] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .flex-ul-container ul li[b-09h13m1vbk] {
            padding: 5px 0 0 30px;
            position: relative;
            font-size: 20px;
        }

            .flex-ul-container ul li[b-09h13m1vbk]::before {
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 10px;
                height: 10px;
                background-color: var(--yellow-color);
                border-radius: 50%;
            }

@media (max-width: 1024px) {
    .row[b-09h13m1vbk] {
        flex-direction: column;
    }

    .image-container[b-09h13m1vbk] {
        margin: 0;
        width: 100%;
    }

    .text-container[b-09h13m1vbk] {
        width: 100%;
    }
}

.button-container[b-09h13m1vbk] {
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* _content/GS.Website.Client/Pages/Solutions/SkylineGHA.razor.rz.scp.css */
@keyframes rotateImage-b-ebijoyvdy1 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-b-ebijoyvdy1 {
    0% {
        animation-timing-function: ease-out;
        transform: scale(1);
        transform-origin: center center;
    }

    10% {
        animation-timing-function: ease-in;
        transform: scale(0.91);
    }

    17% {
        animation-timing-function: ease-out;
        transform: scale(0.98);
    }

    33% {
        animation-timing-function: ease-in;
        transform: scale(0.87);
    }

    45% {
        animation-timing-function: ease-out;
        transform: scale(1);
    }
}

.image-container img[b-ebijoyvdy1] {
    animation: rotateImage-b-ebijoyvdy1 30s infinite linear;
}

p[b-ebijoyvdy1] {
    text-align: justify;
    text-align-last: left;
}

.row[b-ebijoyvdy1] {
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: space-around;
    margin: auto auto 20px auto;
}

.image-container[b-ebijoyvdy1] {
    margin-right: 50px;
    width: 40%;
}

.text-container[b-ebijoyvdy1] {
    flex: 1;
    width: 40%;
}

.text-font[b-ebijoyvdy1] {
    font-size: 1.25rem;
}

h1[b-ebijoyvdy1] {
    text-align: center;
    margin: auto auto 3rem auto;
    width: 90%;
}

.services-section[b-ebijoyvdy1] {
    max-width: 1200px;
    margin: 4rem auto 0 auto;
    padding: 0 15px;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.service-item[b-ebijoyvdy1] {
    background-color: var(--grey-color);
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    width: fit-content;
    flex: 0 0 30%;
    min-width: 180px;
}

    .service-item h3[b-ebijoyvdy1] {
        padding: 15px;
        margin: 0;
    }

.button-container[b-ebijoyvdy1] {
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-item img[b-ebijoyvdy1] {
    width: 100%;
    border-bottom: 2px solid var(--yellow-color);
    height: 200px; 
    object-fit: cover; 
}

.content-section-spacing[b-ebijoyvdy1] {
    position: relative;
}

div#diagram[b-ebijoyvdy1] {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    margin-bottom: 1rem;
    background-image: url("../images/Solutions/SkylineGHA/GHA.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

svg.circle[b-ebijoyvdy1] {
    position: absolute;
    width: 2vw;
    height: 2vw;
    cursor: pointer;
}

    svg.circle g[b-ebijoyvdy1] {
        fill: #5d21b1;
    }

    svg.circle:hover[b-ebijoyvdy1] {
        animation: pulse-b-ebijoyvdy1 2s ease 0s 1 normal forwards;
    }

    svg.circle#one[b-ebijoyvdy1] {
        top: 72%;
        left: 16.5%;
    }

    svg.circle#two[b-ebijoyvdy1] {
        top: 85.7%;
        left: 30.8%;
    }

    svg.circle#three[b-ebijoyvdy1] {
        top: 67.5%;
        left: 30%;
    }

    svg.circle#four[b-ebijoyvdy1] {
        top: 80.4%;
        left: 43%;
    }

    svg.circle#five[b-ebijoyvdy1] {
        top: 58.4%;
        left: 41.2%;
    }

    svg.circle#six[b-ebijoyvdy1] {
        top: 70.4%;
        left: 55%;
    }

    svg.circle#seven[b-ebijoyvdy1] {
        top: 49.5%;
        left: 51.55%;
    }

    svg.circle#eight[b-ebijoyvdy1] {
        top: 59.7%;
        left: 63.4%;
    }

    svg.circle#nine[b-ebijoyvdy1] {
        top: 37.8%;
        left: 60.55%;
    }

    svg.circle#ten[b-ebijoyvdy1] {
        top: 46.5%;
        left: 73%;
    }
    svg.circle#eleven[b-ebijoyvdy1] {
        top: 24.8%;
        left: 67.7%;
    }

    img.enlarged-image[b-ebijoyvdy1] {
        width: 100%;
    }

.button-container[b-ebijoyvdy1] {
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* _content/GS.Website.Client/Pages/Solutions/SkylineGHAModules/BiAndAnalytics.razor.rz.scp.css */
flexible-container[b-wuo83msnrl] {
    width: 100%;
}

.flex-text-container[b-wuo83msnrl] {
    text-align: justify;
}

.enlarged-image[b-wuo83msnrl] {
    width: 120%;
    height: auto;
    display: block;
}

.modal-body[b-wuo83msnrl] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.button-container[b-wuo83msnrl] {
    display: flex;
    justify-content: center;
}
/* _content/GS.Website.Client/Pages/Solutions/SkylineGHAModules/Customs.razor.rz.scp.css */
p[b-288jrergbt] {
    text-align: justify;
}

section.flexible-container[b-288jrergbt], .flex-image-container[b-288jrergbt] {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
}

.reverse-flex-container .flex-container .flex-image-container[b-288jrergbt] {
    margin-left: 0rem !important;
    margin-right: 20px;
}

.flex-text-button-container[b-288jrergbt] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

a.btn.btn-warning[b-288jrergbt] {
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {

    section.flexible-container[b-288jrergbt], .flex-image-container[b-288jrergbt] {
        padding-right: 0;
    }

    .flex-container[b-288jrergbt] {
        display: flex;
        flex-direction: column-reverse;
    }

    .flex-text-button-container[b-288jrergbt] {
        display: flex;
        flex-direction: column-reverse;
    }

    .a.btn.btn-warning[b-288jrergbt] {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

.flex-ul-container[b-288jrergbt] {
    margin-top: 45px;
}

    .flex-ul-container ul[b-288jrergbt] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .flex-ul-container ul li[b-288jrergbt] {
            padding: 5px 0 0 30px;
            position: relative;
            font-size: 20px;
        }

            .flex-ul-container ul li[b-288jrergbt]::before {
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 10px;
                height: 10px;
                background-color: var(--yellow-color);
                border-radius: 50%;
            }


.enlarged-image[b-288jrergbt] {
    width: 65%;
    height: auto;
    display: block;
}

.modal-body[b-288jrergbt] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
/* _content/GS.Website.Client/Pages/Solutions/SkylineGHAModules/ECommerce.razor.rz.scp.css */
p[b-3oe4d28qn3] {
    text-align: justify;
}

section.flexible-container[b-3oe4d28qn3], .flex-image-container[b-3oe4d28qn3] {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
}

.reverse-flex-container .flex-container .flex-image-container[b-3oe4d28qn3] {
    margin-left: 0rem !important;
    margin-right: 20px;
}

.flex-text-button-container[b-3oe4d28qn3] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

a.btn.btn-warning[b-3oe4d28qn3] {
    margin-top: 30px;
}

.flex-text-container p[b-3oe4d28qn3] {
    text-align: center;
    margin-top: 40px;
}

@media only screen and (max-width: 768px) {
    section .flexible-container[b-3oe4d28qn3], .flex-image-container[b-3oe4d28qn3] {
        padding-right: 0;
    }

    .flex-container[b-3oe4d28qn3] {
        display: flex;
        flex-direction: column-reverse;
    }

    .flex-text-button-container[b-3oe4d28qn3] {
        display: flex;
        flex-direction: column-reverse;
    }

    .a.btn.btn-warning[b-3oe4d28qn3] {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

.flex-ul-container[b-3oe4d28qn3] {
    margin-top: 45px;
}

    .flex-ul-container ul[b-3oe4d28qn3] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .flex-ul-container ul li[b-3oe4d28qn3] {
            padding: 5px 0 0 30px;
            position: relative;
            font-size: 20px;
        }

            .flex-ul-container ul li[b-3oe4d28qn3]::before {
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 10px;
                height: 10px;
                background-color: var(--yellow-color);
                border-radius: 50%;
            }


.enlarged-image[b-3oe4d28qn3] {
    width: 65%;
    height: auto;
    display: block;
}

.modal-body[b-3oe4d28qn3] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
/* _content/GS.Website.Client/Pages/Solutions/SkylineGHAModules/ERPInvoiceSync.razor.rz.scp.css */
p[b-fuhsto7i9q] {
    text-align: justify;
}

section.flexible-container[b-fuhsto7i9q], .flex-image-container[b-fuhsto7i9q] {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
}

.reverse-flex-container .flex-container .flex-image-container[b-fuhsto7i9q] {
    margin-left: 0rem !important;
    margin-right: 20px;
}

.flex-text-button-container[b-fuhsto7i9q] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

a.btn.btn-warning[b-fuhsto7i9q] {
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {

    section.flexible-container[b-fuhsto7i9q], .flex-image-container[b-fuhsto7i9q] {
        padding-right: 0;
    }

    .flex-container[b-fuhsto7i9q] {
        display: flex;
        flex-direction: column-reverse;
    }

    .flex-text-button-container[b-fuhsto7i9q] {
        display: flex;
        flex-direction: column-reverse;
    }

    .a.btn.btn-warning[b-fuhsto7i9q] {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

.flex-ul-container[b-fuhsto7i9q] {
    margin-top: 45px;
}

    .flex-ul-container ul[b-fuhsto7i9q] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .flex-ul-container ul li[b-fuhsto7i9q] {
            padding: 5px 0 0 30px;
            position: relative;
            font-size: 20px;
        }

            .flex-ul-container ul li[b-fuhsto7i9q]::before {
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 10px;
                height: 10px;
                background-color: var(--yellow-color);
                border-radius: 50%;
            }


.enlarged-image[b-fuhsto7i9q] {
    width: 65%;
    height: auto;
    display: block;
}

.modal-body[b-fuhsto7i9q] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
/* _content/GS.Website.Client/Pages/Solutions/SkylineGHAModules/FBLAndFFMMessages.razor.rz.scp.css */
p[b-e6nykduqt7] {
    text-align: justify;
}

section.flexible-container[b-e6nykduqt7], .flex-image-container[b-e6nykduqt7] {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
}

.reverse-flex-container .flex-container .flex-image-container[b-e6nykduqt7] {
    margin-left: 0rem !important;
    margin-right: 20px;
}

.flex-text-button-container[b-e6nykduqt7] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

a.btn.btn-warning[b-e6nykduqt7] {
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {

    section.flexible-container[b-e6nykduqt7], .flex-image-container[b-e6nykduqt7] {
        padding-right: 0;
    }

    .flex-container[b-e6nykduqt7] {
        display: flex;
        flex-direction: column-reverse;
    }

    .flex-text-button-container[b-e6nykduqt7] {
        display: flex;
        flex-direction: column-reverse;
    }

    .a.btn.btn-warning[b-e6nykduqt7] {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

.flex-ul-container[b-e6nykduqt7] {
    margin-top: 45px;
}

    .flex-ul-container ul[b-e6nykduqt7] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .flex-ul-container ul li[b-e6nykduqt7] {
            padding: 5px 0 0 30px;
            position: relative;
            font-size: 20px;
        }

            .flex-ul-container ul li[b-e6nykduqt7]::before {
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 10px;
                height: 10px;
                background-color: var(--yellow-color);
                border-radius: 50%;
            }


.enlarged-image[b-e6nykduqt7] {
    width: 65%;
    height: auto;
    display: block;
}

.modal-body[b-e6nykduqt7] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
/* _content/GS.Website.Client/Pages/Solutions/SkylineGHAModules/ICS2Compliance.razor.rz.scp.css */
p[b-jzqfiz6iyr] {
    text-align: justify;
}

section.flexible-container[b-jzqfiz6iyr], .flex-image-container[b-jzqfiz6iyr] {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
}

.reverse-flex-container .flex-container .flex-image-container[b-jzqfiz6iyr] {
    margin-left: 0rem !important;
    margin-right: 20px;
}

.flex-text-button-container[b-jzqfiz6iyr] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

a.btn.btn-warning[b-jzqfiz6iyr] {
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {

    section.flexible-container[b-jzqfiz6iyr], .flex-image-container[b-jzqfiz6iyr] {
        padding-right: 0;
    }

    .flex-container[b-jzqfiz6iyr] {
        display: flex;
        flex-direction: column-reverse;
    }

    .flex-text-button-container[b-jzqfiz6iyr] {
        display: flex;
        flex-direction: column-reverse;
    }

    .a.btn.btn-warning[b-jzqfiz6iyr] {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

.flex-ul-container[b-jzqfiz6iyr] {
    margin-top: 45px;
}

    .flex-ul-container ul[b-jzqfiz6iyr] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .flex-ul-container ul li[b-jzqfiz6iyr] {
            padding: 5px 0 0 30px;
            position: relative;
            font-size: 20px;
        }

            .flex-ul-container ul li[b-jzqfiz6iyr]::before {
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 10px;
                height: 10px;
                background-color: var(--yellow-color);
                border-radius: 50%;
            }


.enlarged-image[b-jzqfiz6iyr] {
    width: 65%;
    height: auto;
    display: block;
}

.modal-body[b-jzqfiz6iyr] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
/* _content/GS.Website.Client/Pages/Solutions/SkylineGHAModules/MailModule.razor.rz.scp.css */
p[b-4mwd3cztb9] {
    text-align: justify;
}

section.flexible-container[b-4mwd3cztb9], .flex-image-container[b-4mwd3cztb9] {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
}

.reverse-flex-container .flex-container .flex-image-container[b-4mwd3cztb9] {
    margin-left: 0rem !important;
    margin-right: 20px;
}

.flex-text-button-container[b-4mwd3cztb9] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

a.btn.btn-warning[b-4mwd3cztb9] {
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {

    section.flexible-container[b-4mwd3cztb9], .flex-image-container[b-4mwd3cztb9] {
        padding-right: 0;
    }

    .flex-container[b-4mwd3cztb9] {
        display: flex;
        flex-direction: column-reverse;
    }

    .flex-text-button-container[b-4mwd3cztb9] {
        display: flex;
        flex-direction: column-reverse;
    }

    .a.btn.btn-warning[b-4mwd3cztb9] {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

.flex-ul-container[b-4mwd3cztb9] {
    margin-top: 45px;
}

    .flex-ul-container ul[b-4mwd3cztb9] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .flex-ul-container ul li[b-4mwd3cztb9] {
            padding: 5px 0 0 30px;
            position: relative;
            font-size: 20px;
        }

            .flex-ul-container ul li[b-4mwd3cztb9]::before {
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 10px;
                height: 10px;
                background-color: var(--yellow-color);
                border-radius: 50%;
            }


.enlarged-image[b-4mwd3cztb9] {
    width: 65%;
    height: auto;
    display: block;
}

.modal-body[b-4mwd3cztb9] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}



/* _content/GS.Website.Client/Pages/Solutions/SkylineGHAModules/Queue.razor.rz.scp.css */
p[b-cnzekvnq8k] {
    text-align: justify;
}

section.flexible-container[b-cnzekvnq8k], .flex-image-container[b-cnzekvnq8k] {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
}

.reverse-flex-container .flex-container .flex-image-container[b-cnzekvnq8k] {
    margin-left: 0rem !important;
    margin-right: 20px;
}

.flex-text-button-container[b-cnzekvnq8k] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

a.btn.btn-warning[b-cnzekvnq8k] {
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {

    section.flexible-container[b-cnzekvnq8k], .flex-image-container[b-cnzekvnq8k] {
        padding-right: 0;
    }

    .flex-container[b-cnzekvnq8k] {
        display: flex;
        flex-direction: column-reverse;
    }

    .flex-text-button-container[b-cnzekvnq8k] {
        display: flex;
        flex-direction: column-reverse;
    }

    .a.btn.btn-warning[b-cnzekvnq8k] {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

.flex-ul-container[b-cnzekvnq8k] {
    margin-top: 45px;
}

    .flex-ul-container ul[b-cnzekvnq8k] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .flex-ul-container ul li[b-cnzekvnq8k] {
            padding: 5px 0 0 30px;
            position: relative;
            font-size: 20px;
        }

            .flex-ul-container ul li[b-cnzekvnq8k]::before {
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 10px;
                height: 10px;
                background-color: var(--yellow-color);
                border-radius: 50%;
            }


.enlarged-image[b-cnzekvnq8k] {
    width: 65%;
    height: auto;
    display: block;
}

.modal-body[b-cnzekvnq8k] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.export-description[b-cnzekvnq8k] {
    padding-left: 30px;
    font-size: 20px;
    margin-bottom: 10px;
}
/* _content/GS.Website.Client/Pages/Solutions/SkylineGHAModules/SMS.razor.rz.scp.css */
p[b-9tcyg17hto] {
    text-align: justify;
}

section.flexible-container[b-9tcyg17hto], .flex-image-container[b-9tcyg17hto] {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
}

.reverse-flex-container .flex-container .flex-image-container[b-9tcyg17hto] {
    margin-left: 0rem !important;
    margin-right: 20px;
}

.flex-text-button-container[b-9tcyg17hto] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

a.btn.btn-warning[b-9tcyg17hto] {
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {

    section.flexible-container[b-9tcyg17hto], .flex-image-container[b-9tcyg17hto] {
        padding-right: 0;
    }

    .flex-container[b-9tcyg17hto] {
        display: flex;
        flex-direction: column-reverse;
    }

    .flex-text-button-container[b-9tcyg17hto] {
        display: flex;
        flex-direction: column-reverse;
    }

    .a.btn.btn-warning[b-9tcyg17hto] {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

.flex-ul-container[b-9tcyg17hto] {
    margin-top: 45px;
}

    .flex-ul-container ul[b-9tcyg17hto] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .flex-ul-container ul li[b-9tcyg17hto] {
            padding: 5px 0 0 30px;
            position: relative;
            font-size: 20px;
        }

            .flex-ul-container ul li[b-9tcyg17hto]::before {
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 10px;
                height: 10px;
                background-color: var(--yellow-color);
                border-radius: 50%;
            }


.enlarged-image[b-9tcyg17hto] {
    width: 65%;
    height: auto;
    display: block;
}

.modal-body[b-9tcyg17hto] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
/* _content/GS.Website.Client/Pages/Solutions/SkylineGHAModules/ULD.razor.rz.scp.css */
p[b-zhbymhvj6z] {
    text-align: justify;
}

section.flexible-container[b-zhbymhvj6z], .flex-image-container[b-zhbymhvj6z] {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
}

.reverse-flex-container .flex-container .flex-image-container[b-zhbymhvj6z] {
    margin-left: 0rem !important;
    margin-right: 20px;
}

.flex-text-button-container[b-zhbymhvj6z] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

a.btn.btn-warning[b-zhbymhvj6z] {
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {

    section.flexible-container[b-zhbymhvj6z], .flex-image-container[b-zhbymhvj6z] {
        padding-right: 0;
    }

    .flex-container[b-zhbymhvj6z] {
        display: flex;
        flex-direction: column-reverse;
    }

    .flex-text-button-container[b-zhbymhvj6z] {
        display: flex;
        flex-direction: column-reverse;
    }

    .a.btn.btn-warning[b-zhbymhvj6z] {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

.flex-ul-container[b-zhbymhvj6z] {
    margin-top: 45px;
}

    .flex-ul-container ul[b-zhbymhvj6z] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .flex-ul-container ul li[b-zhbymhvj6z] {
            padding: 5px 0 0 30px;
            position: relative;
            font-size: 20px;
        }

            .flex-ul-container ul li[b-zhbymhvj6z]::before {
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 10px;
                height: 10px;
                background-color: var(--yellow-color);
                border-radius: 50%;
            }


.enlarged-image[b-zhbymhvj6z] {
    width: 65%;
    height: auto;
    display: block;
}

.modal-body[b-zhbymhvj6z] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
/* _content/GS.Website.Client/Pages/Solutions/SkylineGHAModules/WarehouseScanners.razor.rz.scp.css */
.btn[b-vycw4ojd7c] {
    margin-top: 1em;
}

.flex-container ul[b-vycw4ojd7c] {
    list-style: none;
    font-size: 1.2em;
    padding: 0;
    margin: 0;
}

    .flex-container ul li[b-vycw4ojd7c] {
        padding: 5px 0;
        position: relative;
        padding-left: 30px;
    }

        .flex-container ul li[b-vycw4ojd7c]::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 10px;
            height: 10px;
            background-color: var(--yellow-color);
            border-radius: 50%;
        }

.flex-text-container[b-vycw4ojd7c] {
    padding-bottom: 2em;
}

    .flex-text-container p[b-vycw4ojd7c] {
        text-align: justify;
    }

section.flexible-container[b-vycw4ojd7c] {
    flex-direction: column;
}

.enlarged-image[b-vycw4ojd7c] {
    width: 120%;
    height: auto;
    display: block;
}

.modal-body[b-vycw4ojd7c] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

@media (max-width: 768px) {
    .flex-container[b-vycw4ojd7c] {
        display: flex;
        flex-direction: column;
    }

    .flex-text-container[b-vycw4ojd7c] {
        order: 1;
    }

    .flex-image-container[b-vycw4ojd7c] {
        order: 2;
    }

    .flex-container ul[b-vycw4ojd7c] {
        order: 3;
        width: 80%; /* Set the width to 80% */
        margin: 0 auto; /* Center the ul */
    }

    .btn[b-vycw4ojd7c] {
        order: 4;
    }
}
/* _content/GS.Website.Client/Pages/Solutions/SkylineGHAModules/WebForFreightForwarders.razor.rz.scp.css */
.flex-container[b-jkdjn61ya7] {
    padding: 2em;
    display: flex;
    align-items: flex-start;
}

.flex-ul-container[b-jkdjn61ya7] {
    margin-top: 45px;
}

    .flex-ul-container ul[b-jkdjn61ya7] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .flex-ul-container ul li[b-jkdjn61ya7] {
            padding: 5px 0 0 30px;
            position: relative;
            font-size: 20px;
        }

            .flex-ul-container ul li[b-jkdjn61ya7]::before {
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 10px;
                height: 10px;
                background-color: var(--yellow-color);
                border-radius: 50%;
            }

.flex-text-container[b-jkdjn61ya7] {
    display: none;
}

section.flexible-container[b-jkdjn61ya7] {
    flex-direction: column !important;
}

.flex-container-text[b-jkdjn61ya7] {
    width: 50%;
    text-align: justify;
}

    .flex-container-text p[b-jkdjn61ya7] {
        font-size: 20px;
    }

.yellow-text[b-jkdjn61ya7] {
    font-size: 43px;
}

a.btn.btn-warning[b-jkdjn61ya7] {
    margin-top: 30px;
}

.enlarged-image[b-jkdjn61ya7] {
    width: 120%;
    height: auto;
    display: block;
}

.modal-body[b-jkdjn61ya7] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

@media (max-width: 1059px) {
    .flex-ul-container ul li[b-jkdjn61ya7] {
        padding: 5px 0 0 30px;
    }

    .flex-container[b-jkdjn61ya7] {
        align-items: center;
    }
}

@media (max-width: 768px) {
    .flex-container[b-jkdjn61ya7] {
        flex-direction: column-reverse;
    }

    .flex-container-text[b-jkdjn61ya7] {
        width: 75%;
    }
}
/* _content/GS.Website.Client/Pages/Solutions/SkyMail.razor.rz.scp.css */
@keyframes resizeImage-b-o9sxs440f5 {
    0% {
        transform: scale(100%, 100%);
    }

    50% {
        transform: scale(125%, 125%);
    }

    100% {
        transform: scale(100%, 100%);
    }
}

@keyframes pulse-b-o9sxs440f5 {
    0% {
        animation-timing-function: ease-out;
        transform: scale(1);
        transform-origin: center center;
    }

    10% {
        animation-timing-function: ease-in;
        transform: scale(0.91);
    }

    17% {
        animation-timing-function: ease-out;
        transform: scale(0.98);
    }

    33% {
        animation-timing-function: ease-in;
        transform: scale(0.87);
    }

    45% {
        animation-timing-function: ease-out;
        transform: scale(1);
    }
}

.flex-ul-container[b-o9sxs440f5] {
    margin-top: 45px;
}

    .flex-ul-container ul[b-o9sxs440f5] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .flex-ul-container ul li[b-o9sxs440f5] {
            padding: 5px 0 0 30px;
            position: relative;
            font-size: 20px;
        }

            .flex-ul-container ul li[b-o9sxs440f5]::before {
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 10px;
                height: 10px;
                background-color: var(--yellow-color);
                border-radius: 50%;
            }

.image-container img[b-o9sxs440f5] {
    animation: resizeImage-b-o9sxs440f5 15s infinite linear;
}

p[b-o9sxs440f5] {
    text-align: justify;
    text-align-last: left;
}

.row[b-o9sxs440f5] {
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: space-around;
    margin: auto auto 20px auto;
}

.image-container[b-o9sxs440f5] {
    margin-right: 50px;
    width: 40%;
}

.text-container[b-o9sxs440f5] {
    flex: 1;
    width: 40%;
}

.text-font[b-o9sxs440f5] {
    font-size: 1.25rem;
}

h1[b-o9sxs440f5] {
    text-align: center;
    margin: auto auto 3rem auto;
    width: 90%;
}

.content-section-spacing[b-o9sxs440f5] {
    position: relative;
}

div#diagram[b-o9sxs440f5] {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    margin-bottom: 1rem;
    background-image: url("../images/Solutions/ICS2/ICS2_diagram_1.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

svg.circle[b-o9sxs440f5] {
    position: absolute;
    width: 2vw;
    height: 2vw;
    cursor: pointer;
}

svg.circle g[b-o9sxs440f5] {
    fill: #c79f47;
}

svg.circle:hover[b-o9sxs440f5] {
    animation: pulse-b-o9sxs440f5 2s ease 0s 1 normal forwards;
}

svg.circle#one[b-o9sxs440f5] {
    top: 70.5%;
    left: 22%;
}

svg.circle#two[b-o9sxs440f5] {
    top: 82.7%;
    left: 37.8%;
}

svg.circle#three[b-o9sxs440f5] {
    top: 61%;
    left: 39.3%;
}

svg.circle#four[b-o9sxs440f5] {
    top: 71%;
    left: 54.7%;
}

svg.circle#five[b-o9sxs440f5] {
    top: 48.7%;
    left: 52.24%;
}

svg.circle#six[b-o9sxs440f5] {
    top: 55.5%;
    left: 66.4%;
}

svg.circle#seven[b-o9sxs440f5] {
    top: 33%;
    left: 63.3%;
}

img.enlarged-image[b-o9sxs440f5] {
    width: 100%;
}



@media (max-width: 1024px) {
    .row[b-o9sxs440f5] {
        flex-direction: column;
    }

    .image-container[b-o9sxs440f5] {
        margin: 0;
        width: 100%;
    }

    .text-container[b-o9sxs440f5] {
        width: 100%;
    }
}

.button-container[b-o9sxs440f5] {
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* _content/GS.Website.Client/Pages/Solutions/SKYTrucks.razor.rz.scp.css */
@keyframes resizeImage-b-a5j6wgl7kb {
    0% {
        transform: scale(100%, 100%);
    }

    50% {
        transform: scale(125%, 125%);
    }

    100% {
        transform: scale(100%, 100%);
    }
}

@keyframes pulse-b-a5j6wgl7kb {
    0% {
        animation-timing-function: ease-out;
        transform: scale(1);
        transform-origin: center center;
    }

    10% {
        animation-timing-function: ease-in;
        transform: scale(0.91);
    }

    17% {
        animation-timing-function: ease-out;
        transform: scale(0.98);
    }

    33% {
        animation-timing-function: ease-in;
        transform: scale(0.87);
    }

    45% {
        animation-timing-function: ease-out;
        transform: scale(1);
    }
}

.image-container img[b-a5j6wgl7kb] {
    animation: resizeImage-b-a5j6wgl7kb 15s infinite linear;
}

p[b-a5j6wgl7kb] {
    text-align: justify;
    text-align-last: left;
}

.row[b-a5j6wgl7kb] {
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: space-around;
    margin: auto auto 20px auto;
}

.image-container[b-a5j6wgl7kb] {
    margin-right: 50px;
    width: 40%;
}

.text-container[b-a5j6wgl7kb] {
    flex: 1;
    width: 40%;
}

.text-font[b-a5j6wgl7kb] {
    font-size: 1.25rem;
}

h1[b-a5j6wgl7kb] {
    text-align: center;
    margin: auto auto 3rem auto;
    width: 90%;
}

.content-section-spacing[b-a5j6wgl7kb] {
    position: relative;
}

div#diagram[b-a5j6wgl7kb] {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    margin-bottom:1rem;
    background-image: url("../images/Solutions/SkyTrucks/Trucks.png");
    background-position: center;
    background-size:contain;
    background-repeat: no-repeat;
}

svg.circle[b-a5j6wgl7kb] {
    
    position: absolute;
    width: 2vw;
    height: 2vw;
    cursor: pointer;
}

svg.circle g[b-a5j6wgl7kb] {
    fill: #1ef9f9;
}

svg.circle:hover[b-a5j6wgl7kb] {
    animation: pulse-b-a5j6wgl7kb 2s ease 0s 1 normal forwards;
}

svg.circle#one[b-a5j6wgl7kb] {
    top: 72%;
    left: 18%;
}

svg.circle#two[b-a5j6wgl7kb] {
    top: 86.5%;
    left: 31.5%;
}

svg.circle#three[b-a5j6wgl7kb] {
    top: 67%;
    left: 30.9%;
}

svg.circle#four[b-a5j6wgl7kb] {
    top: 79.55%;
    left: 43.7%;
}

svg.circle#five[b-a5j6wgl7kb] {
    top: 58.4%;
    left: 43.5%;
}

svg.circle#six[b-a5j6wgl7kb] {
    top: 69%;
    left: 57%;
}
svg.circle#seven[b-a5j6wgl7kb] {
    top: 46.6%;
    left: 54.1%;
}

svg.circle#eight[b-a5j6wgl7kb] {
    top: 56.5%;
    left: 68%;
}

svg.circle#nine[b-a5j6wgl7kb] {
    top: 32.6%;
    left: 64.5%;
}

svg.circle#ten[b-a5j6wgl7kb] {
    top: 42%;
    left: 77%;
}

img.enlarged-image[b-a5j6wgl7kb] {
    width: 100%;
}


@media (max-width: 1024px) {
    .row[b-a5j6wgl7kb] {
        flex-direction: column;
    }

    .image-container[b-a5j6wgl7kb] {
        margin: 0;
        width: 100%;
    }

    .text-container[b-a5j6wgl7kb] {
        width: 100%;
    }
}
.button-container[b-a5j6wgl7kb] {
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* _content/GS.Website.Client/Pages/Testimonials.razor.rz.scp.css */
