@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,&display=swap");

@font-face {
    font-family: "gilroyextrabold";
    src: url("/Umbraco/lib/gilroy/fonts/gilroy-extrabold-webfont.woff2") format("woff2"), url("/Umbraco/lib/gilroy/fonts/gilroy-extrabold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "gilroylight";
    src: url("/Umbraco/lib/gilroy/fonts/gilroy-light-webfont.woff2") format("woff2"), url("/Umbraco/lib/gilroy/fonts/gilroy-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {
    --white: #ffffff;
    --beige: #f7ddc6;
    --beige-light: #faebdd;
    --beige-dark: #ecbd91;
    --blue: #2f65b0;
    --blue-dark: #1c3d6a;
    --gray: #f3f3f4;
    --green: #ceefe1;
    --green-light: #e8f9f2;
    --green-dark: #0d5f41;
    --unit-video-size: 1vw;
    --max-width-v: 100;
    --margin-v: 15;
    --dark: #454648;
    --animation-speed: 35s;
}

::-moz-selection {
    background-color: var(--green);
}

::selection {
    background-color: var(--green);
    color: #000;
}

html {
    font-family: "Open Sans", sans-serif;
    scroll-behavior: smooth;
    overflow-y: scroll;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #000;
    word-break: break-word;
    margin: 0;
}

    body:focus {
        outline: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
.ja-website h1,
.ja-website h2,
.ja-website h3,
.ja-website h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

.ja-website h5 {
    font-family: "Open Sans", sans-serif;
}

    h1 {
    font-size: 55px;
    line-height: 60px;
    font-family: "gilroyextrabold", sans-serif;
}

h2 {
    font-size: 45px;
    line-height: 55px;
    font-family: "gilroyextrabold", sans-serif;
}

h3 {
    font-size: 35px;
    font-family: "gilroyextrabold", sans-serif;
}

h4 {
    font-size: 27px;
    font-family: "gilroyextrabold", sans-serif;
}

h5 {
    font-size: 22px;
    font-family: "gilroylight", sans-serif;
}

.ja-website .header-tag {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

.header-tag {
    font-size: 16px;
    font-family: "gilroyextrabold", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

p {
    font-size: 20px;
}

.bulleted-list, .checkmark-list, .checkmark-list-dark-green {
    list-style: none;
}

    .bulleted-list ul {
        list-style-type: none;
    }

.checkmark-list, .checkmark-list-dark-green {
    margin-left: -15px;
}
    .bulleted-list li::before {
        content: "";
        display: inline-block;
        height: 10px;
        width: 10px;
        margin-right: .7rem;
        background-image: url(/media/z3enlg3l/bullet-point-circle.svg);
        background-repeat: no-repeat;
    }

    .checkmark-list li::before {
        content: "";
        display: inline-block;
        height: 15px;
        width: 15px;
        margin-right: 0.5rem;
        background-image: url(/media/jccfyvsb/checkmark-list.svg);
        background-repeat: no-repeat;
    }

    .checkmark-list-dark-green li::before {
        content: "";
        display: inline-block;
        height: 15px;
        width: 15px;
        margin-right: 0.5rem;
        background-image: url(/media/jccfyvsb/checkmark-list.svg);
        background-repeat: no-repeat;
        filter: invert(38%) sepia(10%) saturate(6174%) hue-rotate(121deg) brightness(93%) contrast(86%);
    }

.bulleted-list li {
    text-indent: -1.1em;
}

    .checkmark-list li {
        text-indent: -1.16em;
        padding: 10px 0;
    }

    .checkmark-list-dark-green li {
        text-indent: -1.16em;
        padding: 10px 0;
    }

li {
    font-size: 20px;
}

.ja-website .highlight {
    font-family: "Open Sans", sans-serif;
}

.highlight {
    font-family: "gilroylight", sans-serif;
    display: block;
    font-size: 28px;
    line-height: 35px;
    text-align: left;
    color: #000;
}

.ja-website .blog-quote {
    font-family: "Open Sans", sans-serif;
}

.blog-quote {
    font-family: "gilroylight", sans-serif;
    font-size: 28px;
    line-height: 35px;
    text-align: left;
    color: #000;
    border-left: 4px solid #000;
    padding: 0 0 0 20px;
    display: block;
    margin: 50px 0 50px 0;
}

.number-highlight {
    display: inline-block;
    font-family: "gilroyextrabold", sans-serif;
    font-size: 60px;
    line-height: 1;
    font-weight: bold;
}

.semibold {
    font-weight: 600;
}

.narrow-text {
    display: inline-block;
    max-width: 700px;
}

.h-narrow {
    max-width: 600px;
}

.rte h1 {
    margin-bottom: 32px;
}

.rte h2 {
    margin-bottom: 24px;
}

.rte h3,
.rte h4,
.rte h5,
.rte h6 {
    margin-bottom: 16px;
}

table {
    color: var(--dark00);
}

.intro-text p {
    font-size: 16px;
    font-style: italic;
}

/** Font-size decrease for mobile **/
@media only screen and (max-width: 36em) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: normal;
    }

    h1 {
        font-size: 38.5px;
    }

    h2 {
        font-size: 31.5px;
    }

    h3 {
        font-size: 24.5px;
    }

    h4 {
        font-size: 19px;
    }

    h5 {
        font-size: 17.5px;
    }

    body {
        font-size: 16px;
    }

    p {
        font-size: 16px;
    }

    li {
        font-size: 16px;
    }

    .bulleted-list li {
        text-indent: -1.33em;
    }

    .checkmark-list li {
        text-indent: -1.47em;
    }

    .checkmark-list-dark-green li {
        text-indent: -1.47em;
    }

    .highlight {
        font-size: 20px;
    }

    .number-highlight {
        font-size: 42px;
    }

    .accordion button::after {
        right: 0px!important;
    }
}

a {
    color: var(--green-dark);
    text-decoration: none;
}

    a:hover {
        color: #000;
        text-decoration: none;
    }

    a h1,
    a h2,
    a h3,
    a h4,
    a h5,
    a h6 {
        color: #000;
    }

        a h1:hover,
        a h2:hover,
        a h3:hover,
        a h4:hover,
        a h5:hover,
        a h6:hover {
            color: var(--green-dark);
        }

figure {
    margin: 0;
    text-align: center;
}

figcaption {
    font-size: 18px;
    padding-top: 15px;
}

figcaption a {
    text-decoration: underline;
}

.image-160 {
    max-width: 160px;
}

img {
    max-width: 100%;
}

div.row-container {
    padding: 16px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    div.row-container div.area-container > div {
        width: 100%;
        align-self: center;
    }

    div.row-container div.area-container div.control-container {
        margin-bottom: 32px;
        /*overflow: hidden;*/ /* edited by tamer */
    }

        div.row-container div.area-container div.control-container:last-child {
            margin-bottom: 0;
        }

        div.row-container div.area-container div.control-container p {
            margin-bottom: 16px;
        }

            div.row-container div.area-container div.control-container p:last-of-type {
                margin-bottom: 0;
            }

.bg-color-white {
    background-color: var(--white);
}

.bg-color-black {
    background-color: #000;
    color: var(--white);
}

.bg-color-black a {
    color: var(--white);
}

.bg-color-gray {
    background-color: var(--gray);
}

.bg-color-light-green {
    background-color: var(--green-light);
}

.bg-color-dark-green {
    background-color: var(--green-dark);
}

.bg-color-green {
    background-color: var(--green);
}

.bg-color-blue {
    background-color: var(--blue);
}

.bg-color-dark-blue {
    background-color: var(--blue-dark);
}

    .bg-color-dark-blue a {
        color: var(--green);
    }

.bg-color-light-beige {
    background-color: var(--beige-light)
}

.bg-color-beige {
    background-color: var(--beige);
}

.bg-color-dark-beige {
    background-color: var(--beige-dark);
}

.bg-color-gray,
.bg-color-light-green,
.bg-color-beige,
.bg-color-green,
.bg-color-light-beige {
    color: #000;
}

.bg-color-blue,
.bg-color-dark-green,
.bg-color-dark-blue {
    color: #fff;
}

div.row-container.row-height-medium {
    padding: 72px 0 !important;
}

div.row-container.row-height-large {
    min-height: calc(85vh - 104px) !important;
    display: flex;
}

    div.row-container.row-height-large .container {
        align-self: center;
    }

.align-content-top .area-container {
    display: block !important;
}

div.row-container div.area-container > div.card-view {
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    min-height: 352px;
    position: relative;
    transition: transform 0.5s ease;
    align-self: stretch;
}

    div.row-container div.area-container > div.card-view:hover:has(.qbutton) {
        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.16);
        transform: scale(1.05);
    }

    div .row-container div.area-container > div.card-view > div.control-container {
        padding: 15px 15px 25px 15px;
        margin-bottom: 0;
    }

        div.row-container
        div.area-container > div.card-view > div.control-container
        figure {
            margin: -15px;
        }

            div.row-container
            div.area-container > div.card-view > div.control-container
            figure
            figcaption {
                padding: 5px 15px;
                font-size: 18px;
                text-align: left;
            }

    div.row-container div.area-container > div.card-view > div h3 {
        color: #000;
    }

    div.row-container div.area-container > div.card-view > div.qbutton {
        padding: 0;
    }

    div.row-container div.area-container > div.card-view > div .btn {
        background-color: transparent !important;
    }

        div .row-container div.area-container > div.card-view > div .btn:hover {
            background-color: transparent !important;
            color: var(--green-dark);
        }

    div.row-container div.area-container > div.card-view > div .btn {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        text-indent: -9999px;
        border: none;
    }

.card-cta {
    position: absolute;
    bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--green-dark);
    font-weight: bold;
}

.testimonial-cta {
    position: relative;
    display: inline-block;
    bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

    .testimonial-cta a {
        color: var(--green-dark);
    }

    .testimonial-cta a:hover {
        color: #000;
    }

    .testimonial-cta::after {
        display: inline-block;
        content: '';
        width: 25px;
        height: 10px;
        margin-left: 10px;
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%220%200%2025%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%2312855a%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22round%22%3E%3Cpath%20d%3D%22M1.548%207h21.904%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M17%201l7%206-7%206%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
        background-repeat: no-repeat;
    }

.card-cta-center {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--green-dark);
}

.card-cta::after {
    content: '';
    width: 25px;
    height: 10px;
    position: absolute;
    top: 5px;
    margin-left: 10px;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%220%200%2025%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%2312855a%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22round%22%3E%3Cpath%20d%3D%22M1.548%207h21.904%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M17%201l7%206-7%206%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.card-cta-center::after {
    content: '';
    width: 25px;
    height: 10px;
    position: absolute;
    top: 5px;
    margin-left: 10px;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%220%200%2025%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%2312855a%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22round%22%3E%3Cpath%20d%3D%22M1.548%207h21.904%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M17%201l7%206-7%206%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.card-deck {
    color: var(--dark00);
}

.card-header {
    color: var(--dark00);
}

.text-black {
    color: #000;
}

.text-white {
    color: #fff;
}

.text-green {
    color: var(--green);
}

.text-gray {
    color: #8a8a8e;
}

body > nav.scrolled {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0 0 8px;
}

body.nonavpage > nav,
body.nonavpage > footer {
    display: none;
}

.navbar {
    display: flex;
    flex-direction: column;
    max-height: 72px;
    padding: 0;
    white-space: nowrap;
}

@media screen and (max-width: 62em) {
    .navbar {
        padding: 8px 16px;
    }

    .navbar-collapse {
        display: none;
    }

    #navbarResponsive {
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
    }
}

.navbar-collapse {
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 16px;
    margin-bottom: -16px;
}

/** Meganav begin **/
.meganav {
    width: 100%;
    background-color: white;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    opacity: 0;
    height: auto;
    pointer-events: none;
    margin-top: 15px;
    transition: opacity 0.3s ease;
    padding-top: 36px;
    padding-bottom: 36px;
}

.meganav--open {
    pointer-events: auto;
    opacity: 1;
}

.meganav-panels {
    width: 100%;
}

.meganav-panel {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    height: 0;
    overflow: hidden;
    display: flex;
    width: 100%;
}

.meganav-group {
    display: flex;
    flex-direction: column;
}

.meganav-group__items {
    display: grid;
    list-style: none;
    padding-left: 0;
}

.meganav-group--three {
    width: 50%;
}

    .meganav-group--three .meganav-group__items {
        grid-template-columns: auto auto auto;
    }

.meganav-group--two .meganav-group__items {
    grid-template-columns: auto auto auto;
}

.meganav-panel--open {
    opacity: 1;
    transform: translateX(0px);
    height: auto;
}

.meganav-group {
    flex-grow: 1;
}

.meganav-group__title {
    color: var(--dark);
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 30px;
}

.meganav-group-item {
    padding: 16px 0;
}

.meganav-group-item__icon {
    width: 22px;
}

.meganav-group-item__link {
    font-size: 14px;
    color: #000;
    transition: color 0.3s ease;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

    .meganav-group-item__link:hover {
        color: var(--green-dark);
    }

@media screen and (max-width: 62em) {
    .navbar {
        max-height: unset;
    }

    .meganav {
        display: none;
    }

    .navbar-overlay {
        display: none;
    }
}

/** Meganav end **/

/** Mobile nav begin **/
.mobile-nav {
    background-color: white;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
    display: flex;
    flex-direction: column;
    width: 100vw;
    max-width: 500px;
    height: 100%;
    overflow: hidden;
    transition: transform 0.4s, opacity 0.4s;
    pointer-events: none;
    transform: translateX(100px);
    opacity: 0;
    z-index: 150;
}

.mobile-nav--open {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.mobile-nav-header {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
}

.mobile-nav-content {
    flex-grow: 1;
    width: 100%;
    padding: 20px;
}

.mobile-nav-footer {
    flex-shrink: 0;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

    .mobile-nav-footer .btn {
        padding: 6px 12px;
        font-size: 20px;
    }

.mobile-nav__close {
    display: inline-block;
    position: relative;
    left: 16px;
    margin-left: auto;
    width: 30px;
    background-size: cover;
    height: 30px;
    border: none;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    color: #000;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L1 13' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1L13 13' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mobile-nav-content {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    gap: 20px;
}

.mobile-nav-accordion {
    margin-left: 13px;
}

.mobile-nav-accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    color: var(--dark00);
    padding: 10px 0;
    background: none;
    border: none;
    cursor: pointer;
}

.mobile-nav-accordion__title {
    color: var(--dark00);
}

.mobile-nav-accordion-content {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.mobile-nav-accordion--open .mobile-nav-accordion-content {
    max-height: 500px;
    opacity: 1;
    pointer-events: auto;
}

.mobile-nav-accordion__icon {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    color: var(--dark00);
}

.mobile-nav-accordion--open .mobile-nav-accordion__icon {
    transform: rotate(180deg);
}

.mobile-nav-group__title {
    color: var(--dark);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.mobile-nav-group__items {
    margin-top: 15px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mobile-nav-group-item__link {
    color: var(--dark);
}
/** Mobile nav end **/

.navbar-overlay {
    content: "";
    display: block;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.navbar-overlay--open {
    opacity: 0.5;
    pointer-events: auto;
}

.navbar-nav {
    text-align: center;
}

.region-selector-toggle {
    color: currentColor;
    background: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 11.008px;
    fill: var(--dark);
}

    .region-selector-toggle svg {
        transition: all 0.2s;
        position: relative;
    }

        .region-selector-toggle svg:active {
            transform: translateY(-1px);
        }

        .region-selector-toggle svg::after {
            content: "";
            display: inline-block;
            height: 100%;
            width: 100%;
            border-radius: 100px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            transition: all 0.4s;
        }

        .region-selector-toggle svg:hover {
            transform: translateY(-3px);
        }

.region-selector {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.region-selector--open {
    opacity: 1;
    pointer-events: auto;
}

.region-selector-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.region-selector-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    color: black;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.region-selector-title {
    color: currentColor;
    width: max-content;
}

.region-selector-list {
    margin-top: 30px;
    list-style: none;
    padding-left: 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.region-selector-item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 0;
    color: var(--dark);
}

.region-selector-item__link {
    transition: color 0.3s ease;
}

    .region-selector-item__link:hover {
        color: #189d6c;
    }

.nav-item {
    border-top: 1px solid var(--gray);
    position: relative;
}

    .nav-item .btn {
        display: block;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        padding: 16px 8px;
    }

    .nav-item .nav-link {
        padding: 16px 16px !important;
        font-size: 16px;
    }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    width: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L1 13' stroke='%238A8B8F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1L13 13' stroke='%238A8B8F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.navbar-brand img {
    height: 25px;
}

.navbar-brand .nav-logo {
    margin-bottom: 5px;
}

@media screen and (max-width: 62em) {
    .navbar-brand {
        width: 135px;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #000;
        cursor: default;
    }

    .navbar-light .navbar-nav .nav-link:focus {
        outline: none;
    }

.nav-link:hover .nav-link__icon {
    transform: rotate(0deg);
}

.nav-link__icon {
    margin-left: 8px;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.navbar-light .navbar-nav .nav-link a {
    color: #000;
}

    .navbar-light .navbar-nav .nav-link a:hover {
        color: var(--green-dark);
    }

.card .btn-link {
    font-size: 24px!important;
    color: #000!important;
}

.ja-website .btn {
    font-family: "Open Sans", sans-serif;
}

.btn {
    font-family: "gilroylight", sans-serif;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    font-size: 16px;
    border-radius: 0;
    min-width: 124px;
    display: inline-block;
    transition: all 0.2s;
    position: relative;
}

    .btn:active {
        transform: translateY(-1px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }

    .btn::after {
        content: "";
        display: inline-block;
        height: 100%;
        width: 100%;
        border-radius: 100px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transition: all 0.4s;
    }

    .btn.focus,
    .btn:focus {
        outline: 0;
        box-shadow: none;
    }

    .btn:first-of-type {
        margin-left: 0;
    }

    .btn-blue,
    .btn.primary {
        background-color: var(--blue-dark);
        color: #fff;
    }

        .btn-blue:hover,
        .btn.primary:hover {
            color: #fff;
            transform: translateY(-3px);
            box-shadow: 0 10px 25px -10px rgb(0 0 0 / 16%);
        }

.btn-green {
    background-color: var(--green-dark);
    color: #fff;
}

.btn-dark-green {
    background-color: var(--green-dark);
    color: #fff;
}

.btn-light-green {
    background-color: var(--green);
    color: #000;
}

    .btn-light-green:hover {
        color: #000;
        transform: translateY(-3px);
        box-shadow: 0 10px 25px -10px rgb(0 0 0 / 16%);
    }

    .btn-green:hover {
        color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 10px 25px -10px rgb(0 0 0 / 16%);
    }

.btn-dark-green:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px -10px rgb(0 0 0 / 16%);
}

.btn-black {
    background-color: #000;
    color: #fff;
}

    .btn-black:hover {
        color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 10px 25px -10px rgb(0 0 0 / 16%);
    }

.btn-rounded {
    border-radius: 4px;
}

.btn-white {
    color: #000;
    background-color: #fff;
    background-image: none;
}

    .btn-white:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px -10px rgb(0 0 0 / 16%);
    }

.btn-beige {
    color: #094831;
    background-color: var(--beige);
    background-image: none;
}

    .btn-beige:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px -10px rgb(0 0 0 / 16%);
    }

.btn-outline-blue {
    color: var(--blue);
    background-color: transparent;
    background-image: none;
    border-color: var(--blue);
}

    .btn-outline-blue:hover {
        color: var(--blue);
        background-color: transparent;
        background-image: none;
        border-color: var(--blue);
        transform: translateY(-3px);
        box-shadow: 0 10px 25px -10px rgb(0 0 0 / 16%);
    }

.btn-outline-black {
    color: #000;
    background-color: transparent;
    background-image: none;
    border-color: #000;
}

    .btn-outline-black:hover {
        color: #000;
        background-color: transparent;
        background-image: none;
        border-color: #000;
        transform: translateY(-3px);
        box-shadow: 0 10px 25px -10px rgb(0 0 0 / 16%);
    }

/*Scroll status bar form blog*/
.progress-container {
    width: 100%;
    background-color: transparent;
    height: 5px;
    display: block;
    top: 72px;
}

.progress-bar-scroll {
    background-color: var(--green-dark);
    width: 0%;
    display: block;
    height: inherit;
}
/*Scroll status bar form blog end*/

/*Image transform when hovering over image with link [CYHI][10.05.2022] */
a figure img {
    transition: transform 0.5s ease;
}

    a figure img:hover {
        transform: scale(1.05);
        cursor: pointer;
    }

.pagination {
    margin: 0;
    flex-wrap: wrap;
}

.page-link {
    border: none;
    color: var(--green-dark);
}

    .page-link:hover {
        z-index: 0;
        background-color: #fff;
        color: var(--green-dark);
    }

    .page-link:focus {
        box-shadow: none;
    }

.page-item.active .page-link {
    background-color: #fff;
    color: #000;
}

.hbspt-form {
    padding: 0 40px;
    font-family: 'gilroylight';
}


.partners-form .umbraco-forms-form input.text, .umbraco-forms-form textarea {
    max-width: 400px !important;
    padding: 5px;
    display: block;
    width: 375px!important;
}

.partners-form .btn {
    min-width: 378px!important;
}

.umbraco-forms-form input.text, .umbraco-forms-form textarea {
    max-width: 400px !important;
    padding: 5px;
    display: block;
    width: 288px!important;
}

.umbraco-forms-form input.text, .umbraco-forms-form input.title, .umbraco-forms-form select, .umbraco-forms-form textarea {
    margin: 0px!important;
    border: 1px solid #bbb;
}

.partners-form .umbraco-forms-form select, .umbraco-forms-form textarea {
    display: block;
    margin: 0px !important;
    border: 1px solid #ced4da;
    height: 48px;
    padding: 6px 12px;
    font-size: 16px;
    width: 375px !important;
    line-height: 1.5;
    color: #757575;
    background-color: white;
}

.umbraco-forms-form select, .umbraco-forms-form textarea {
    display: block;
    margin: 0px!important;
    border: 1px solid #ced4da;
    height: 48px;
    padding: 6px 12px;
    font-size: 16px;
    width: 288px!important;
    line-height: 1.5;
    color: #757575;
    background-color: white;
}

.umbraco-forms-form select {
    border: 1px solid #ced4da!important;
}

    input.btn.primary {
        background-color: var(--green-dark);
    }

.consentforstoringsubmitteddata {
    margin-top: -10px;
}

.subscribetoqueueitsmarketingemails {
    margin-top: -20px;
}
/*Forms center-aligned on smaller screens [CYHI][21.06.2022] */
@media only screen and (max-width: 51.25em) {
    div .control-container.umbraco_form_picker {
        display: flex;
        justify-content: center;
    }
}

.partners-form .umbraco-forms-form {
    padding: 0 !important;
    max-width: 375px;
}

.umbraco-forms-form {
    padding: 0 !important;
    max-width: 288px;
}

    .umbraco-forms-form .umbraco-forms-fieldset {
        padding: 0;
        margin-bottom: 16px;
    }

    .umbraco-forms-form textarea {
        height: 150px!important;
    }

.umbraco-forms-page .row-fluid {
    margin: 0 -15px;
}

.umbraco-forms-field label.umbraco-forms-label {
    font-size: 14px;
    font-weight: normal;
    text-align: left !important;
    margin-bottom: 0px;
}

input::placeholder {
    color: transparent;
}

.dataconsent label.umbraco-forms-label {
    display: none;
}


.umbraco-forms-field.multiplechoice label.umbraco-forms-label {
    display: block;
    padding: 10px 0;
    margin: 0;
    width: 95%;
}

.umbraco-forms-field div.umbraco-forms-field-wrapper {
    position: relative;
    margin-bottom: 10px;
}

    .umbraco-forms-field div.umbraco-forms-field-wrapper label {
        display: inline-block;
        font-size: 12px;
        color: #000;
        padding: 8px 0 0 22.4px;
        margin-bottom: 0;
        width: 100%;
        text-align: left;
    }

/* Hide dataConsent checkbox on forms - can be removed when alternative solution implemented */
/*.umbraco-forms-field.dataconsent.consentforstoringsubmitteddata div.umbraco-forms-field-wrapper label {*/
/*padding: .5rem 0 0;
}*/

.umbraco-forms-field .umbraco-forms-field-wrapper input.text {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    height: 48px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.umbraco-forms-field div.umbraco-forms-field-wrapper input[type="checkbox"] {
    position: relative;
    margin-top: -13px;
    top: 25px;
    left: 0;
    float: left;
}

/* Hide dataConsent checkbox on forms - can be removed when alternative solution implemented */
/*.umbraco-forms-field.dataconsent.consentforstoringsubmitteddata div.umbraco-forms-field-wrapper input[type='checkbox'] {*/
/*display: none !important;
}*/
.umbraco-forms-field div.umbraco-forms-field-wrapper span.radiobuttonlist,
.umbraco-forms-field div.umbraco-forms-field-wrapper span.checkbox {
    padding: 0;
    margin: 0 0 15px;
    background: #fff;
    float: none;
    width: 95%;
}

/* remove background color on checkbox */
.umbraco-forms-field div.umbraco-forms-field-wrapper span.checkboxlist {
    padding: 0;
    margin: 0 0 15px;
    float: none;
    width: 95%;
}

.umbraco-forms-field div.umbraco-forms-field-wrapper .checkboxlist label {
    float: none;
}

   

.umbraco-forms-field div.umbraco-forms-field-wrapper .field-validation-error {
    display: inline-block;
}

.umbraco-forms-form .umbraco-forms-page .umbraco-forms-navigation {
    padding: 0;
}

/*Single field form style [gaha][02.04.2020] */
.singleFormStyle {
    max-width: none;
    font-size: 14.4px;
}
        .singleFormStyle .umbraco-forms-page h4 {
            width: 100%;
        }

        .singleFormStyle .umbraco-forms-page .btn.primary {
            font-size: inherit;
            line-height: normal;
            min-width: 124px;
            min-height: 38px;
        }

        .singleFormStyle .umbraco-forms-page .row-fluid {
            margin: 0;
        }

            .singleFormStyle .umbraco-forms-page .row-fluid div:first-child {
                padding: 0;
            }

            .singleFormStyle
            .umbraco-forms-page
            .row-fluid
            .umbraco-forms-field-wrapper
            label {
                font-size: 11.2px;
            }

    .singleFormStyle .umbraco-forms-fieldset .umbraco-forms-container {
        width: 198px;
        max-width: 100%;
    }

    .singleFormStyle .umbraco-forms-fieldset input.text {
        margin: -19px;
        padding: 5px 10px;
        width: 100%;
        background-color: #fff;
        border: 1px solid #eee;
    }

        .singleFormStyle .umbraco-forms-fieldset input.text:focus {
            border: 1px solid #f5f5f5;
        }
/*Single field form style - end */
.nav-sidebar {
    /*height: auto;*/
    width: 240px;
    /*z-index: 1;*/
    padding: 0 15px;
}

    .nav-sidebar > div {
        position: relative;
        position: sticky;
        position: -webkit-sticky;
        top: 112px;
        border-right: 1px solid #e5e5e5;
        padding-right: 20px;
    }

    .nav-sidebar a {
        color: #000;
        display: block;
        /*width: 100%;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 3px 0;
        /*font-size: 1rem;*/
    }

        /*.nav-sidebar a:focus, */
        .nav-sidebar a:hover {
            color: var(--green-dark);
            /*text-decoration: none;*/
            /*background: none;*/
        }

        .nav-sidebar a.h2link {
            padding-top: 6px;
        }

        .nav-sidebar a.h3link {
            font-size: 12px !important;
            color: #8c8c8c;
        }

            .nav-sidebar a.h3link:hover {
                color: var(--green-dark);
            }

a.anchor {
    display: block;
    position: relative;
    top: -136px;
    visibility: hidden;
}

.sem-button a.anchor {
    display: block;
    position: relative;
    top: 0px;
    visibility: hidden;
}

.dev-content {
    width: calc(100%);
    padding-left: 0;
    flex: none;
    /*padding-top: 72px;*/
}

footer p {
    font-size: 12px !important;
    margin: 4.8px 0;
}

footer strong {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin: 16px 0 8px 0;
}

footer a {
    color: #333;
}

    footer a:hover {
        color: var(--green-dark);
    }

.social-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/media/fskd5k2q/queue-it-social-icons.png);
    background-size: 100%;
    background-position-x: 0;
    vertical-align: bottom;
    margin-right: 4px;
}

    .social-icon.social-icon-linkedin {
        background-position-y: 0%;
    }

    .social-icon.social-icon-facebook {
        background-position-y: 25%;
    }

    .social-icon.social-icon-twitter {
        background-position-y: 50%;
    }

    .social-icon.social-icon-youtube {
        background-position-y: 75%;
    }

    .social-icon.social-icon-instagram {
        background-position-y: 100%;
        margin-right: 0;
    }

.social-icon-text {
    display: none;
}

.top-panel-container {
    padding-top: 72px !important;
}
    .ja-website .top-panel-container .row .float-left {
        font-family: "Open Sans", sans-serif;
    }
    .top-panel-container .row .float-left {
        font-family: "gilroylight", sans-serif;
    }

    .ja-website .top-panel-container a {
        font-family: "Open Sans", sans-serif;
        font-weight: bold;
    }

    .top-panel-container a {
        font-family: "gilroyextrabold", sans-serif;
        padding-left: 20px;
        text-transform: uppercase;
    }

    .top-panel-container a:hover {
        color: white;
    }

body.nonavpage > main > div:first-of-type {
    padding-top: 0;
}

.modal-body {
    position: relative;
    padding: 0;
}

.qimage video {
    border: 0;
    background-color: transparent;
}

.start-video {
    cursor: pointer;
    position: relative;
    transition: transform 0.5s ease;
}

    .start-video:hover {
        transform: scale(1.05);
    }

.video-overlay-play-button {
    width: 100%;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .video-overlay-play-button:hover {
        opacity: 1;
    }

#video-modal .close {
    position: absolute;
    right: -25px;
    top: -10px;
    z-index: 999;
    font-size: 32px;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.col-lg-4 .tags {
    min-height: 37px;
}

/* by tamer - to be edited */
a.toptag {
    padding: 5px 0px;
    margin: 0 30px 10px 0;
    color: #000;
    display: inline-block;
    text-transform: uppercase;
}

    a.toptag.active {
        border-bottom: 1px solid #000 !important;
    }

    a.toptag:first-child {
    }

    .ja-website a.tag {
        font-family: "Open Sans", sans-serif;
        font-weight: bold;
    }
    a.tag {
    font-family: "gilroyextrabold", sans-serif;
    padding: 0;
    margin: 6px 10px 6px 0px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    }

    a.tag.active {
        border-bottom: 1px solid #000 !important;
    }

    a.tag:hover {
        border-bottom: 1px solid #797979 !important;
    }

    .ja-website .tag {
        font-family: "Open Sans", sans-serif;
        font-weight: bold;
    }
    
    .tag {
    padding: 0;
    margin: 6px 10px 6px 0px;
    display: inline-block;
    font-size: 16px;
    font-family: "gilroyextrabold", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    }

a.tag.list-item {
    color: var(--green-dark);
}

div.published-date {
    margin: 24px 0 0 0;
    font-size: 12px;
    font-style: italic;
    float: left;
}

div.updated-date {
    margin: 24px 0 0 0;
    font-size: 12px;
    font-style: italic;
    float: left;
    margin-left: 50px;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 100%;
    width: auto!important;
    height: 35px;
    bottom: 0;
    z-index: 1;
    opacity: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    background-color: transparent;
    border: none;
}

.carousel-control-prev {
    left: 35%; /* Adjust the distance from the left side */
}

.carousel-control-next {
    right: 35%; /* Adjust the distance from the right side */
}

/* Adjustments for mobile devices */
@media (max-width: 767.98px) {
    .carousel-control-prev,
    .carousel-control-next {
        width: 30px;
        height: 30px;
    }

    .carousel-control-prev {
        left: 30%; /* Adjust the distance from the left side */
    }

    .carousel-control-next {
        right: 30%; /* Adjust the distance from the right side */
    }
}

.accordion-arrow {
    transition: transform 0.3s;
}

    .accordion-arrow.collapsed {
        transform: rotate(180deg);
    }

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyM4YThiOGYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J001LjI1IDBsLTQgNCA0IDQgMS41LTEuNS0yLjUtMi41IDIuNS0yLjUtMS41LTEuNXonLz48L3N2Zz4=");
    position: absolute;
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyM4YThiOGYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J00yLjc1IDBsLTEuNSAxLjUgMi41IDIuNS0yLjUgMi41IDEuNSAxLjUgNC00LTQtNHonLz48L3N2Zz4=");
    position: absolute;
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}

#demo ul.carousel-indicators {
    margin: 0;
    bottom: -24px;
}

.carousel-indicators {
    position: absolute;
    bottom: 0;
    margin-bottom: -30px; /* Add some spacing between images and indicators */
    z-index: 1; /* Ensure the indicators are below the images */
}

.carousel-indicators .active {
    background-color: #000;
}

.carousel-indicators li {
    background-color: #000;
    width: 10px;
    height: 10px;
    margin: 0 5px 0 5px;
    border-radius: 50%;
}

.qva-table tbody tr td span:first-child {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    line-height: 34px;
    font-size: 28px;
}

.false-icon {
    color: #f44040;
}

.true-icon {
    color: #06e038;
}

.qva-table tbody tr td span:nth-child(2) {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #dedede;
    vertical-align: middle;
    border-radius: 50%;
    color: #fff;
    line-height: 20px;
    font-size: 13px;
    margin-left: 10px;
    margin-right: -20%;
    position: relative;
    cursor: default;
}

.qva-table tbody tr td:not(:first-child) {
    min-width: 85px;
}

.q-tootlip {
    height: 1px;
    background-color: white;
    direction: rtl;
    float: right;
    width: 100%;
    display: block;
}

    .q-tootlip > div {
        visibility: hidden;
        width: 220px;
        max-width: 80%;
        background-color: #ceebca;
        color: #000;
        text-align: center;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        font-size: 12px;
        padding: 10px 15px 10px 20px;
        margin-top: 3px;
        margin-right: -18px;
        direction: ltr;
    }

.q-tootlip-btn:hover ~ .q-tootlip > div {
    visibility: visible;
}
/* Queue-Versus-Akamai table - End */

/* Queue pages gallery view [GAHA]*/
.queue-pages-gallery .gallery {
    pointer-events: none;
}

    .queue-pages-gallery .gallery img {
        cursor: pointer;
    }

    .queue-pages-gallery .gallery > div {
        margin-bottom: 20px;
    }

.queue-pages-gallery .hover-overlay {
    width: calc(100% - 30px);
    height: 100%;
    pointer-events: all;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.2s ease-in-out;
    opacity: 0;
}

    .queue-pages-gallery .hover-overlay p {
        width: 100%;
        padding: 0 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #222;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
    }

    .queue-pages-gallery .hover-overlay:hover {
        opacity: 1;
    }

#galleryModal.modal {
    padding: 0 !important;
}

#galleryModal .modal-lg {
    width: 150vh;
    max-width: 95vw;
}

#galleryModal .modal-dialog {
    margin: 12px auto;
}

#galleryModal .modal-content {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 0;
}

#galleryModal .modal-header {
    border: none;
    justify-content: center;
}

#galleryModal .close {
    font-size: 35.2px;
    line-height: 16px;
    color: #fff;
    text-shadow: none;
    opacity: 0.75;
    transition: all 0.2s ease-in-out;
}

    #galleryModal .close:not(:disabled):not(.disabled):focus,
    #galleryModal .close:not(:disabled):not(.disabled):hover {
        opacity: 1;
    }

#galleryModal .carousel-indicators {
    margin: 0 auto -24px;
}

    #galleryModal .carousel-indicators li {
        width: 24px;
        max-width: 6.5%;
        height: 5px;
        max-height: 1.5vw;
        margin-right: 5px;
        margin-left: 5px;
        background-color: rgba(0, 0, 0, 0.3);
        opacity: 1;
    }

    #galleryModal .carousel-indicators .active {
        background-color: var(--green);
        opacity: 1;
    }

#galleryModal .carousel-control-next,
#galleryModal .carousel-control-prev {
    width: 7.5%;
}

#galleryModal .carousel-control-prev-icon,
#galleryModal .carousel-control-next-icon {
    background-color: rgba(255, 255, 255, 0.3);
    background-size: 60% 60%;
    padding: 20px;
}

#galleryModal .carousel-control-prev-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OS43NSAxMDAiPjx0aXRsZT5wcmV2LWFycm93PC90aXRsZT48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwYXRoIGQ9Ik01MCwxMDBhOS43Miw5LjcyLDAsMCwxLTYuODktMi44NUwyLjg1LDU2Ljg5YTkuNzUsOS43NSwwLDAsMSwwLTEzLjc4TDQzLjExLDIuODZBOS43NCw5Ljc0LDAsMCwxLDU2Ljg5LDE2LjY0TDIzLjUzLDUwLDU2Ljg5LDgzLjM2QTkuNzUsOS43NSwwLDAsMSw1MCwxMDBaIi8+PC9nPjwvZz48L3N2Zz4=);
    background-position-x: 45%;
}

#galleryModal .carousel-control-next-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OS43NSAxMDAiPjx0aXRsZT5uZXh0LWFycm93PC90aXRsZT48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwYXRoIGQ9Ik05Ljc1LDBhOS43Miw5LjcyLDAsMCwxLDYuODksMi44NUw1Ni44OSw0My4xMWE5Ljc0LDkuNzQsMCwwLDEsMCwxMy43OEwxNi42NCw5Ny4xNEE5Ljc0LDkuNzQsMCwwLDEsMi44Niw4My4zNkwzNi4yMSw1MCwyLjg2LDE2LjY0QTkuNzUsOS43NSwwLDAsMSw5Ljc1LDBaIi8+PC9nPjwvZz48L3N2Zz4=);
    background-position-x: 55%;
}

#galleryModal .carousel-caption {
    padding: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    #galleryModal .carousel-caption p {
        margin: 0;
        padding: 0.5vw 0;
        background-color: rgba(0, 0, 0, 0.7);
        font-weight: bold;
    }

@media only screen and (min-width: 120em) {
    #galleryModal .modal-lg {
        max-width: 1920px;
    }
}

/* Queue pages gallery view - end */

@media (min-width: 36em) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
        margin-top: 16px;
        margin-bottom: -16px;
    }

    .nav-item {
        /* only for mobile */
        border-top: 1px solid var(--gray);
    }

        .nav-item .btn {
            /* only for mobile */
            display: inline-block;
            margin-bottom: 8px !important;
            margin-top: 8px !important;
        }
}

/* Start - Container with spacing left & right */
.x-spacing {
    padding: 32px 32px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (min-width: 48em) {
    .x-spacing {
        padding: 48px 48px !important;
        margin-left: 48px !important;
        margin-right: 48px !important;
    }
}

@media (min-width: 62em) {
    .x-spacing {
        padding: 48px 192px !important;
        margin-left: 48px !important;
        margin-right: 48px !important;
    }
}
/* End - Container with spacing left & right */

@media (min-width: 48em) {
    .dev-content {
        width: calc(100% - 240px);
    }
}

@media (min-width: 62em) {
    .navbar-collapse {
        margin-left: unset;
        margin-right: unset;
        margin-top: unset;
        margin-bottom: unset;
    }

    .nav-item {
        /* only for mobile */
        border-top: 0px solid var(--gray);
    }

        .nav-item .nav-link {
            padding: 8px 12px !important;
        }

        .nav-item .btn {
            /* only for mobile */
            display: inline-block;
            margin-bottom: 0 !important;
            margin-top: 0 !important;
            padding: 6px 12px;
        }
}

@media (max-width: 61em) {
    .reverse-column-order div.row {
        flex-direction: column-reverse;
    }
}

@media (max-width: 36em) {
    footer {
        font-size: 13.6px;
    }

        footer p,
        footer a {
            padding: 14px 0;
            margin: 0;
        }

            footer p:first-of-type {
                padding: 0;
            }

    .social-icon-container {
        margin-left: -12px;
    }

        .social-icon-container a {
            padding: 12px;
            margin: 0 !important;
        }

    .social-icon {
        margin: 0;
    }

    .btn-outline-blue {
        border: 0;
    }
}

/* Social share buttons */

.share-social {
    display: inline-block;
    padding-right: 5px;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

    .share-social .fa {
        width: 40px;
        margin-right: -5px;
        font-size: 18px;
        text-align: center;
        line-height: 40px;
        text-decoration: none;
    }

        .share-social .fa.fa-share-alt {
            width: 44px;
        }

    .share-social .fa-facebook {
        background: #3b5998;
        color: #fff;
    }

        .share-social .fa-facebook:hover {
            background: #2d4373;
            color: #fff;
        }

    .share-social .fa-twitter {
        background: #55acee;
        color: #fff;
    }

        .share-social .fa-twitter:hover {
            background: #2795e9;
            color: #fff;
        }

    .share-social .fa-linkedin {
        background: #007bb5;
        color: #fff;
    }

        .share-social .fa-linkedin:hover {
            background: #006595;
            color: #fff;
        }

/* Video responsive section Start */
iframe[allowfullscreen] {
    width: calc( (var(--max-width-v) * var(--unit-video-size)) - (var(--margin-v) * 2px) );
    height: calc( ((var(--max-width-v) * var(--unit-video-size)) / 1.7778) - (var(--margin-v) * 2px) );
}

@media only screen and (min-width: 36em) {
    :root {
        --unit-video-size: 1px;
        --max-width-v: 540;
    }
}

@media only screen and (min-width: 48em) {
    :root {
        --max-width-v: 750;
    }
}

@media only screen and (min-width: 62em) {
    :root {
        --max-width-v: 660;
    }
}

@media only screen and (min-width: 75em) {
    :root {
        --max-width-v: 779;
    }
}
/* Video responsive section End */

/* fade image in after load */
.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 500ms;
}
/* fade image in after load End */

.image-banner {
    margin-top: 85px;
}

/* Tabs Container */
.tabs {
    max-width: 100rem;
    color: #000;
}

.tabs__tab-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 3rem 0 3rem 0;
}

.tabs__tab {
    background-image: none;
    background-color: var(--beige);
}

.tabs__tab--active {
    transition: ease-in-out,background-color .2s;
}

    .tabs__content {
    display: none;
    font-size: 1.7rem;
}

.tabs__content--active {
    display: grid;
    column-gap: 3rem;
    row-gap: 0.5rem;
}

.ja-website .tabs__header {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}
.tabs__header {
    font-size: 2.25rem;
    font-weight: 500;
    align-self: center;
    font-family: "gilroyextrabold", sans-serif;
}

.ja-website .tabs-accordion .accordion-header {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

.tabs-accordion .accordion-header {
    font-size: 26px;
    font-family: "gilroyextrabold", sans-serif;
    padding: 1.25rem;
    padding-left: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    background-color: var(--beige-light);
    border-bottom: 1px solid var(--beige-dark);
}

.ja-website .accordion .card-header .btn-link {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

.accordion .card-header .btn-link {
    font-size: 26px!important;
    font-family: "gilroyextrabold", sans-serif;
}

.accordion .card-header .btn-link:hover {
    text-decoration: none!important;
}

    .accordion .card-header .btn-link:focus {
        text-decoration: none !important;
    }
    .accordion-header button {
    background-color: transparent;
    border: 1px solid transparent;
    color: #000;
    margin-right: 5px;
}

.tabs-accordion .accordion-content {
    font-size: 18px;
    max-height: 0;
    overflow: hidden;
    padding: 0 10px;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
    padding-left: 2.05rem;
}
    .tabs-accordion .accordion-content.active {
        max-height: 500px;
        padding: 1.25rem 10px;
        transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
        padding-left: 2.05rem;
    }

.accordion-item .accordion-button::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"%3E%3C!--! --%3E%3Cstyle%3Esvg{fill:%23000000}%3C/style%3E%3Cpath d="M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z"/%3E%3C/svg%3E');
    background-position: 50%;
    background-size: cover;
    content: "";
    height: 15px;
    position: absolute;
    right: 30px;
    transform: rotate(180deg);
    width: 15px;
    margin-top: 15px;
}

.accordion-item .tabs__tab--active .accordion-button::after {
    transform: rotate(0deg);
    transition: transform .3s ease-in-out;
}

.accordion .card {
    border: none;
    border-bottom: .1px solid rgba(0,0,0,.125)!important;
    border-radius: 0;
}

.accordion button::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"%3E%3C!--! --%3E%3Cstyle%3Esvg{fill:%23000000}%3C/style%3E%3Cpath d="M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z"/%3E%3C/svg%3E');
    background-position: 50%;
    background-size: cover;
    content: "";
    height: 15px;
    position: absolute;
    right: 30px;
    transform: rotate(180deg);
    width: 15px;
    z-index: 1;
    top: revert;
    left: revert;
}

.accordion button[aria-expanded="true"]::after {
    transform: rotate(0deg);
    transition: transform .2s ease-in-out;
}


    @media screen and (min-width: 720px) {
        .accordion-content .control-container.qimage img {
            display: none;
        }
    }
    /* Media queries for responsive design */

@media screen and (max-width: 820px) {
    .tabs__content {
        padding: 1.5rem 2rem 1.5rem 2rem;
    }

    .tabs-accordion .accordion-header {
        font-size: 18px;
    }

    .accordion .card-header .btn-link {
        font-size: 18px!important;
    }

    .accordion-item .accordion-button::after {
        margin-top: 7px;
    }

}
    @media screen and (max-width: 720px) {
        .tabs__tab-container {
            display: flex;
            justify-content: center;
            flex-wrap: wrap; /* Allow tabs to wrap to a new line */
        }

        .tabs__content {
            position: relative;
        }

            .tabs__content .control-container.qimage {
                display: none;
            }

        .qimage video {
            -webkit-clip-path: none !important; /* Remove clip path for mobile */
            clip-path: none !important; /* Remove clip path for mobile */
        }
    }

    @keyframes scroll-free-trial {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-250px * 16));
        }
    }

    .slider {
        height: 100px;
        margin: auto;
        overflow: hidden;
        position: relative;
        width: auto;
    }

        .slider .slide-track-free-trial {
            animation: scroll-free-trial var(--animation-speed) linear infinite;
            display: flex;
            width: calc(250px * 32);
        }

        .slider .slide {
            width: 250px;
            justify-content: center;
            display: flex;
            align-items: center;
        }

        .slider img {
            height: 42px;
        }