@import url('/fonts/Inter/inter.css');

:root {
    --black-gradient: linear-gradient(180deg, #070709 42.17%, #050505 78.79%, #000103 146.78%);
    --dark: #23272B;
    --black: #343A40;
    --gray0: #1D3258;
    --gray4: #8A98B0;
    --gray5: #aab4c6;
    --gray6: #CCD2DE;
    --gray7: #f1f2f5;
    --blue1: #09327A;
    --blue2: #0C409D;
    --blue3: #1153C9;
    --light-blue: #33BBCF;
    --red1: #9b000a;
    --red2: #d4000e;
    --red3: #fa0010;
    --bs-black-rgb: 52, 58, 64;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}
.Text-Highlight {

    color: var(--blue3);
}
.Text-White {
    color:white;
}
input:focus {
  outline: 2px solid #007bff; /* Change the color and width of the outline as desired */
  outline-offset: 2px; /* Adjust the distance between the outline and the element */
  box-shadow: 0 0 3px rgba(0, 123, 255, 0.5); /* Add a subtle shadow to enhance the effect */
}
.scrollable-list {
    max-height: 40vh; /* Maximum height is 40% of the viewport height */
    overflow-y: auto; /* Enable vertical scrolling */
    padding: 0.5rem;
    background-color: #fff; /* White background for readability */
    border: 1px solid #dee2e6; /* Optional border */
    border-radius: 0.25rem; /* Rounded corners */
}
body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 24px;
    background: var(--black-gradient);
    color: white;
    position: relative;
    min-height: 100vh;
}

main {
    position: relative;
}

a, a:hover {
    color: var(--light-blue);
}

hr {
    color: var(--dark);
    opacity: 1;
}

video, img {
    max-width: 100%;
}

figcaption {
    font-size: 14px;
    line-height: 21px;
    color: var(--gray4);
}

/* Typography */
h1 {
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -0.01em;
}

h2 {
    font-weight: 700;
    font-size: 64px;
    line-height: 77px;
}

h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 58.09px;
}

h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48.1px;
}

h5 {
    font-weight: 700;
    font-size: 32px;
    line-height: 38.73px;
}

h6 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29.05px;
}

.text-radial {
    background: radial-gradient(64.18% 64.18% at 71.16% 35.69%, #DEF9FA 0.89%, #BEF3F5 17.23%, #9DEDF0 42.04%, #7DE7EB 55.12%, #5CE1E6 71.54%, #33BBCF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-box-decoration-break: clone; /* fixes text background on wrapped text in Safari 14 on iOS */
}

.min-width-25 {
    min-width: 25px;
    display: inline-block;
}

.min-width-30 {
    min-width: 25px;
    display: inline-block;
}

.min-width-35 {
    min-width: 35px;
    display: inline-block;
}

.min-width-45 {
    display: inline-block;
    text-align: end;
    min-width: 45px;
}

.m-r-1 {
    margin-right: 4px;
}

.m-r-2 {
    margin-right: 8px;
}

.m-r-3 {
    margin-right: 16px;
}

.m-r-4 {
    margin-right: 24px;
}

.m-r-5 {
    margin-right: 40px;
}

.m-r-6 {
    margin-right: 80px;
}

.m-r-7 {
    margin-right: 120px;
}

.m-b-1 {
    margin-bottom: 4px;
}

.m-b-2 {
    margin-bottom: 8px;
}

.m-b-3 {
    margin-bottom: 16px;
}

.m-b-4 {
    margin-bottom: 24px;
}

.m-b-5 {
    margin-bottom: 40px;
}

.m-b-6 {
    margin-bottom: 80px;
}

.m-b-7 {
    margin-bottom: 120px;
}

.m-t-1 {
    margin-top: 4px;
}

.m-t-2 {
    margin-top: 8px;
}

.m-t-3 {
    margin-top: 16px;
}

.m-t-4 {
    margin-top: 24px;
}

.m-t-5 {
    margin-top: 40px;
}

.m-t-6 {
    margin-top: 80px;
}

.m-t-7 {
    margin-top: 120px;
}

.m-t-8 {
    margin-top: 150px;
}

.m-l-1 {
    margin-left: 4px;
}

.m-l-2 {
    margin-left: 8px;
}

.m-l-3 {
    margin-left: 16px;
}

.p-l-1 {
    padding-left: 4px;
}

.p-l-2 {
    padding-left: 8px;
}

.p-l-3 {
    padding-left: 16px;
}

.text-muted, .text-gray4 {
    color: var(--gray4);
}

.text-gray6 {
    color: var(--gray6);
}

.text-gray7 {
    color: var(--gray7);
}

.logo {
    font-weight: 700;
    font-size: 32px;
}

.overline {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Inter';
}

.large {
    font-size: 20px;
    line-height: 30px;
}

.caption {
    font-size: 14px;
    line-height: 21px;
}

/* Forms */
.btn {
    width: 260px;
    padding: 8px;
    font-weight: 500;
    line-height: 24px;
    transition-property: color, background-color, border-color, box-shadow;
    transition-duration: 0.3s, 0.3s, 0.3s, 0.3s;
    transition-timing-function: ease-out, ease-out, ease-out, ease-out;
}

@media all and (max-width: 575px) {
    .btn {
        width: 100%;
    }
}

.btn-lg {
    font-size: 18px;
    padding: 16px;
}

.btn-primary {
    background-color: white;
    border-color: white;
    color: var(--dark);
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: var(--gray6);
        border-color: var(--gray6);
        color: var(--dark);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: var(--gray4);
        border-color: var(--gray4);
        color: var(--black);
    }

.btn-outline-primary {
    background-color: var(--black-gradient);
    border-color: white;
    border-width: 2px;
    color: white;
}

    .btn-outline-primary:hover, .btn-outline-primary:focus {
        background-color: var(--black);
        border-color: white;
    }

.btn-secondary, .btn-secondary:focus {
    background-color: var(--dark);
    border-color: var(--dark);
}

    .btn-secondary:hover {
        background-color: #101112;
        border-color: #101112;
    }

/* Buttons with icons */
.btn svg {
    margin-right: 8px;
}

label:not(.form-check-label) {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.form-control, .form-select {
    border: 2px solid #23272B;
    border-radius: 4px;
    background-color: var(--black-gradient);
    font-size: 16px;
    color: white;
}

    .form-control:focus {
        background-color: var(--black);
        color: white;
    }

    .form-control::placeholder {
        color: var(--gray4);
    }

    .form-control[readonly] {
        background-color: var(--dark);
    }

.form-text {
    color: var(--gray4);
}

.form-check-input {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    border: 2px solid white;
}

    .form-check-input:checked {
        background-color: var(--black-gradient);
        border-color: white;
    }

.form-check-label {
    line-height: 32px;
}

.form-control[type=search] {
    background-image: url('/Images/icon-search.svg');
    background-size: 24px 24px;
    background-position: 12px;
    background-repeat: no-repeat;
    padding-left: 48px;
}

/* Form validation */
.validation-message {
    color: var(--gray7)!important;
    background-color: var(--red3);
    border: 1px solid var(--red1);
    border-radius: 4px;
    display: none;
    padding: 8px 12px;
}

    .validation-message.field-validation-error {
        display: block;
    }

.input-validation-error {
    border-color: var(--red1);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* Header and Navbar */
body > header {
    padding-top: 51px; /* +8px padding = 62px */
}

.navbar.bg-dark {
    --bs-bg-opacity: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: inherit;
}

.navbar-nav .nav-item {
    margin-right: 32px;
}

#culture-switcher select {
    background-color: #292e36;
    background-image: url('/Images/icon-expand-down.svg');
    background-size: 20px 20px;
    color: inherit;
    border: none;
    padding-left: 40px;
    font-size: 14px;
}

#culture-switcher .select-wrap {
    position: relative;
}

    #culture-switcher .select-wrap:before {
        content: '';
        display: block;
        position: absolute;
        top: 9px;
        left: 12px;
        background-image: url('/Images/flags/us.svg');
        width: 21px;
        height: 15px;
    }

#culture-switcher[data-lang=de] .select-wrap:before {
    background-image: url('/Images/flags/de.svg');
    top: 8px;
}

/* Drop down menu */
.nav-link.dropdown-toggle {
    border-bottom: 2px solid transparent;
}

    .nav-link.dropdown-toggle.show {
        border-bottom-color: white;
    }

.dropdown-toggle::after {
    border: none;
    background-image: url('/Images/icon-expand-down.svg');
    width: 20px;
    height: 20px;
    vertical-align: -4px;
    margin-left: 8px;
}

.dropdown-menu[data-bs-popper] {
    margin-top: 0;
}

.dropdown-menu-dark {
    background-color: #23272B;
    color: white;
}

.dropdown-menu.products {
    padding: 24px;
    font-size: 14px;
    line-height: 21px;
    margin-left: -32px;
}

    .dropdown-menu.products .products-detail-menu {
        display: flex;
    }

        .dropdown-menu.products .products-detail-menu h6 {
            padding: 0 16px;
            text-transform: uppercase;
            font-size: 10px;
            font-weight: 400;
            line-height: 16px;
            color: var(--gray4);
        }

    .dropdown-menu.products .all-products {
        display: inline-block;
        width: auto;
    }
    /*
.dropdown-menu.products .all-products:after {
    content: '';
    display: inline-block;
    background: url('/Images/icon-expand-down.svg') no-repeat right;
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
    vertical-align: bottom;
    margin-left: 20px;
}*/

    .dropdown-menu.products .dropdown-divider {
        margin: 24px 0;
        border-color: var(--black);
    }

@media screen and (min-width: 768px) {
    .dropdown-menu.products {
        margin-left: -120px;
    }

        .dropdown-menu.products section:not(:first-of-type) {
            margin-left: 66px;
        }
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:active {
    background-color: var(--black)
}

/* Footer */
body > footer {
    margin-top: 160px;
}

    body > footer .container {
        border-top: 1px solid var(--dark);
        padding-top: 56px;
    }

    body > footer a {
        color: inherit;
        text-decoration: none;
    }

        body > footer a:hover {
            text-decoration: underline;
        }

/* Common to all pages */
.backdrop {
    position: absolute;
    -webkit-mask-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,1), transparent 90%);
    mask-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,1), transparent 90%);
    width: 100%;
    overflow-x: hidden; /* older browsers */
    overflow-x: clip;
    z-index: -1;
}

    .backdrop.page {
        height: 400px;
    }

        .backdrop.page.dashboard::before {
            background-image: url('/Images/Screens/Dashboard.gif') !important;
        }

        .backdrop.page.GEO::before {
            background-image: url('/Images/Screens/GEO.png') !important;
            opacity: 30%;
        }

        .backdrop.page.Settings::before {
            background-image: url('/Images/Screens/Settings.png') !important;
            opacity: 30%;
        }

        .backdrop.page::before {
            content: '';
            display: block;
            background-image: url('/Images/geo-blocking.png');
            background-size: cover;
            transform: matrix(0.82, 0.2, -0.9, 0.95, 0, 0);
            opacity: 70%;
            position: relative;
            width: 684.4px;
            height: 268.49px;
            top: 100px;
            left: 50%;
        }

        .backdrop.page.product {
            -webkit-mask-image: unset;
            mask-image: unset;
            width: 684px;
            height: 269px;
            top: 100px;
            left: 50%;
        }

            .backdrop.page.product:before {
                transform: unset;
                opacity: 50%;
                -webkit-mask-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,.5), transparent);
                mask-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,.5), transparent);
                top: 0;
                left: 0;
            }

            .backdrop.page.product.home.subscription:before {
                background-image: url('/Images/Products/GLOBE_BLUE.png');
            }

            .backdrop.page.product.home.perpetual:before {
                background-image: url('/Images/Products/GLOBE_GOLD.png');
            }

            .backdrop.page.product.pro:before {
                background-image: url('/Images/Products/GLOBE_RED.png');
            }

            .backdrop.page.product .radar-blips {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background-image: url('/Images/globe-radar-blips.png');
                background-size: cover;
                opacity: .5;
            }

            .backdrop.page.product .product-title {
                position: absolute;
                left: 50%;
                top: 45%;
                transform: translate(-50%, -50%);
                display: flex;
                gap: 12px;
            }

            .backdrop.page.product .product-icon {
                content: '';
                background-size: contain;
                display: inline;
                width: 40px;
                height: 40px;
            }

            .backdrop.page.product .product-title-main {
                font-weight: 700;
                font-size: 44px;
                line-height: 36px;
            }

            .backdrop.page.product .product-title-subhead {
                font-size: 12px;
                line-height: 15px;
                text-transform: uppercase;
            }

            .backdrop.page.product.home.subscription .product-icon {
                background-image: url('/Images/Products/IDPS_SUBSCRIPTION.png');
            }

            .backdrop.page.product.home.perpetual .product-icon {
                background-image: url('/Images/Products/IDPS_PERPETUAL.png');
            }

            .backdrop.page.product.pro .product-icon {
                background-image: url('/Images/Products/IDPS_BUSINESS.png');
            }

.bg-glow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    overflow: clip;
    pointer-events: none;
}

    /* Blue background glow */
    .bg-glow:before {
        content: '';
        position: absolute;
        right: -50vw;
        width: 120vw;
        height: 120vw;
        margin-top: -20vw;
        background-image: radial-gradient(circle at center, rgba(0,200,247,.2), rgba(0,200,247,0) 70%);
        z-index: -2;
    }

    .bg-glow.small:before {
        width: 70vw;
        height: 70vw;
    }
    .bg-glow.inline:before {
        position:relative;
        
    }
    .bg-glow.left:before {
        right: unset;
        left: -50vw;
    }
    .bg-glow.y50:before {
        top: 50%
    }
    .bg-glow.y60:before {
        top: 60%
    }
    .bg-glow.y70:before {
        top: 70%
    }
    .bg-glow.y80:before {
        top: 80%
    }
    .bg-glow.y90:before {
        top: 90%
    }
    .bg-glow.y5:before {
        top: 5%
    }

    .bg-glow.y10:before {
        top: 10%
    }

    .bg-glow.y20:before {
        top: 20%
    }

    .bg-glow.y30:before {
        top: 30%
    }

    .bg-glow.y40:before {
        top: 40%
    }

.page-header {
    padding-top: 157px;
    margin-bottom: 120px;
    max-width: 80%;
}

@media screen and (max-width: 992px) {
    .page-header {
        max-width: unset;
    }
}

/* Intro section shown on home page and product detail pages */
section.intro {
}

.intro h5 {
    margin-top: 16px;
}

/* Features */
.feature {
    display: flex;
    gap: 24px;
    padding: 16px 0;
}

.feature-icon {
    display: block;
    background-color: var(--dark);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    flex-shrink: 0;
}

    .feature-icon svg {
        width: 30px;
        height: 30px;
        position: relative;
        top: 13px;
        left: 13px;
    }

.feature b {
    display: block;
    line-height: 27px;
    font-weight: 700;
    font-size: 18px;
}

/* FAQ accordion */
.accordion-item {
    background-color: var(--dark);
    margin: 16px 0;
    border-radius: 8px !important;
}

.accordion-button {
    background-color: var(--dark);
    color: white;
    border-radius: 4px;
}

@media screen and (max-width: 991px) {
    .accordion-button {
        line-height: 20px;
    }
}

.accordion-button::after, .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed) {
    background-color: var(--black);
    color: white;
}

.faq-body {
    padding: 24px;
}

    .faq-body pre {
        white-space: pre-wrap;
    }

    .faq-body img {
        filter: contrast(.3) saturate(6) brightness(1.6);
        display: block;
        margin: 24px auto;
    }

/* KPI */
section.kpi {
    padding-top: 157px;
    padding-bottom: 148px;
    text-align: center;
}

    section.kpi h3 {
        margin-bottom: 60px;
    }

.stat-row-head {
    font-weight: 700;
}

.stat-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 160px;
    margin-bottom: 148px;
}

    .stat-row:last-of-type {
        margin-bottom: 0;
    }

.stat {
    max-width: 350px;
}

.stat-desc {
    color: var(--gray7);
}

/* Data tables */
section.data {
    max-width: 880px;
    margin: 136px auto 0;
}

    section.data header {
        text-align: center;
        margin-bottom: 50px;
    }

        section.data header h5 {
            margin-bottom: 24px;
        }

    section.data table {
        width: 100%;
    }

        section.data table td {
            border-bottom: 1px solid #4B4D52;
        }

        section.data table thead td {
            padding: 16px 8px;
            font-weight: 700;
        }

        section.data table tbody td {
            background-color: var(--dark);
            padding: 16px 24px;
        }

        section.data table tbody tr:nth-child(2n) td {
            background-color: var(--black);
        }

    section.data footer {
        margin-top: 18px;
        font-size: 14px;
        color: var(--gray4);
    }

    section.data .controls {
        display: flex;
        justify-content: space-between;
    }

    section.data .search {
        width: 221px;
    }

    section.data .item-limit label {
        display: flex;
        font-size: 14px;
        line-height: 36px;
        text-transform: none;
        gap: 8px;
    }

    section.data .paging thead td[align=right] {
        text-align: right;
    }

body .dataTables_wrapper .dataTables_info,
body .dataTables_wrapper .dataTables_paginate {
    font-size: 14px;
    line-height: 21px;
    color: white;
    padding-top: 19.5px;
}

body .dataTables_wrapper .dataTables_paginate {
    padding-top: 14px;
}

    body .dataTables_wrapper .dataTables_paginate .paginate_button {
        color: white !important;
        border: none;
        padding: 2px 9px;
    }

        body .dataTables_wrapper .dataTables_paginate .paginate_button:not(.disabled):hover {
            background: none;
            text-decoration: underline !important;
            border: none;
        }

        body .dataTables_wrapper .dataTables_paginate .paginate_button.current {
            border: none;
            background: var(--dark);
            color: white !important;
            border-radius: 50%;
        }

            body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
                color: white !important;
                background: var(--dark);
                cursor: default;
                text-decoration: none !important;
            }

.paginate_button.next:after, .paginate_button.previous:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/Images/icon-expand-down.svg');
    transform: rotate(-90deg);
    vertical-align: -6px;
}

.paginate_button.previous:before {
    transform: rotate(90deg);
    vertical-align: -4px;
}

.paginate_button.previous.disabled:before, .paginate_button.next.disabled:after {
    opacity: .4;
}

/* Tooltips */
.tooltip-inner {
    background-color: var(--black);
}

.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--black);
}

/* Nav tabs */
.nav-tabs {
    border-bottom-color: var(--dark);
}

    .nav-tabs .nav-link {
        border: none;
        color: white;
    }

        .nav-tabs .nav-link.active {
            background-color: var(--dark);
            color: white;
        }

/* utilities */
.gx-130px {
    --bs-gutter-x: 130px;
}

.border-dark {
    border-color: var(--dark);
}

.mt-6 {
    margin-top: 80px
}

.mb-6 {
    margin-bottom: 80px
}

.ms-6 {
    margin-left: 80px;
}

.me-6 {
    margin-right: 80px;
}

.my-6 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mt-7 {
    margin-top: 120px
}

.mb-7 {
    margin-bottom: 120px
}

.ms-7 {
    margin-left: 120px;
}

.me-7 {
    margin-right: 120px;
}

.my-7 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.p-40 {
    padding: 40px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.border {
    border-color: var(--dark) !important;
}

/* Modal */
.modal-header {
    border-bottom: none;
    align-items: flex-start;
    padding: 40px 40px 0;
}

.modal-title {
    padding-top: 32px;
}

.modal-body {
    padding: 40px;
}

.btn-close {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.845215 16.5696L8.41482 9.00001L0.846386 1.4318L1.43162 0.84657L8.99982 8.41501L16.5694 0.845398L17.1544 1.4304L9.58483 9.00001L17.1533 16.5682L16.568 17.1534L8.99982 9.58501L1.43021 17.1546L0.845215 16.5696Z' fill='white'/%3E%3C/svg%3E%0A");
}

/* Choose location (all products and product detail pages) */
.choose-location {
    width: 336px;
}

#location-option {
    background-color: #292e36;
    background-image: url('/Images/icon-expand-down.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    color: inherit;
    border: none;
    padding-left: 52px;
    font-size: 14px;
}

.choose-location .select-wrap {
    position: relative;
}

    .choose-location .select-wrap .flag {
        content: '';
        display: block;
        position: absolute;
        top: 8px;
        left: 16px;
        width: 24px;
        height: 18px;
    }

/* Testimonials */


.testimonials {
    margin-bottom: 40px;
}

    .testimonials .carousel-item {
        height: 450px;
    }

        .testimonials .carousel-item .testimonial-wrap {
            opacity: 0;
            transition: opacity 1s ease;
        }

        .testimonials .carousel-item.active .testimonial-wrap {
            opacity: 1;
        }

        .testimonials .carousel-item.active.carousel-item-start .testimonial-wrap,
        .testimonials .carousel-item.active.carousel-item-end .testimonial-wrap {
            opacity: 0;
        }

        .testimonials .carousel-item.carousel-item-next.carousel-item-start .testimonial-wrap {
            opacity: 1;
        }

        .testimonials .carousel-item.carousel-item-prev.carousel-item-end .testimonial-wrap {
            opacity: 1;
        }

    .testimonials h5 {
        margin-bottom: 56px;
    }

.star-rating {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='20px' height='19px' viewBox='0 0 20 19' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon stroke='white' points='10 15 4.12214748 18.0901699 5.24471742 11.545085 0.489434837 6.90983006 7.06107374 5.95491503 10 0 12.9389263 5.95491503 19.5105652 6.90983006 14.7552826 11.545085 15.8778525 18.0901699'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
    width: 125px;
    height: 20px;
    background-repeat: repeat-x;
    background-size: 25px 20px;
}

    .star-rating:before {
        content: '';
        display: block;
        height: 20px;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='20px' height='19px' viewBox='0 0 20 19' version='1.1' xmlns='http://www.w3.org/2000/svg' %3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon fill='%23FFFFFF' points='10 15 4.12214748 18.0901699 5.24471742 11.545085 0.489434837 6.90983006 7.06107374 5.95491503 10 0 12.9389263 5.95491503 19.5105652 6.90983006 14.7552826 11.545085 15.8778525 18.0901699'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
        background-repeat: repeat-x;
        background-size: 25px 20px;
    }

    .star-rating.r-30:before {
        width: 75px;
    }

    .star-rating.r-35:before {
        width: 87.5px;
    }

    .star-rating.r-40:before {
        width: 100px;
    }

    .star-rating.r-45:before {
        width: 112.5px;
    }

    .star-rating.r-50:before {
        width: 120px;
    }

.testimonial-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin-top: 24px;
}

.testimonial blockquote {
    font-style: italic;
}

.testimonial-text {
    margin: 24px 0;
}

.testimonial-author {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14.5px;
}

    .testimonial-author img {
        width: 22px;
        height: 11px;
        margin-right: 8px;
    }

.testimonials .carousel-control-prev {
    left: -10%;
}

.testimonials .carousel-control-next {
    right: -10%;
}

/* hover testimonials */
.testimonials .testimonial {
    padding: 12px;
    flex: 0 0 33%;
    transition: transform .1s ease-out;
}

.carousel-inner {
    /* leave room to scale testimonials up on hover*/
    padding: 40px;
    margin: -40px;
}

.testimonials .carousel, .testimonials .carousel-inner, .testimonials .carousel-item {
    overflow-y: visible;
}

.testimonials .testimonial:hover {
    transform: scale(1.1);
    background-color: var(--dark);
    border-radius: 5px;
    cursor: default;
    box-shadow: 2px 2px 24px #000;
    z-index: 1;
}

    .testimonials .testimonial:hover .star-rating {
        background-image: url("data:image/svg+xml,%0A%3Csvg width='20px' height='19px' viewBox='0 0 20 19' version='1.1' xmlns='http://www.w3.org/2000/svg' %3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon fill='%23000000' fill-rule='nonzero' points='10 15 4.12214748 18.0901699 5.24471742 11.545085 0.489434837 6.90983006 7.06107374 5.95491503 10 0 12.9389263 5.95491503 19.5105652 6.90983006 14.7552826 11.545085 15.8778525 18.0901699'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
    }

        .testimonials .testimonial:hover .star-rating:before {
            background-image: url("data:image/svg+xml,%0A%3Csvg width='20px' height='19px' viewBox='0 0 20 19' version='1.1' xmlns='http://www.w3.org/2000/svg' %3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon fill='%23f2be42' fill-rule='nonzero' points='10 15 4.12214748 18.0901699 5.24471742 11.545085 0.489434837 6.90983006 7.06107374 5.95491503 10 0 12.9389263 5.95491503 19.5105652 6.90983006 14.7552826 11.545085 15.8778525 18.0901699'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
        }

.field-validation-error {
    color: var(--red1);
}

.input-validation-error {
    border-color: var(--red1);
}

.counter {
    font-size: 45px;
    margin: 10px 0;
}
input[required]::before,
select[required]::before,
textarea[required]::before {
    content: "*";
    color: var(--red1);
}

#messageBox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
