﻿.table-cell-wrap {
    white-space: normal; /* Allows text to wrap within the cell */
    overflow-wrap: break-word; /* Ensures that long words break if necessary */
    word-break: break-word; /* Forces long words to break if needed */
}

.cookie-hide {
    visibility: hidden
}
.table-cell-wrap {
    white-space: normal; /* Allows text to wrap within the cell */
    overflow-wrap: break-word; /* Ensures that long words break if necessary */
    word-break: break-word; /* Forces long words to break if needed */
}

adgm-breadcrumbs {
    /*  overflow: hidden; */
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

adgm-breadcrumb:last-child {
    display: inline-block;
}

.form-input {
    margin-left: 0px !important;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 1000;
}

.button.--variant-tertiary {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

    .button.--variant-tertiary:hover {
        background-color: #0056b3;
    }


img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 0 20px 0;
}

adgm-filter-provider {
    position: relative;
    z-index: 1;
}

adgm-body blockquote {
    font-size: 1rem !important;
}

@media screen and (max-width: 600px) {
    .event-text{
    width: 300px;
}
}

.input-with-flag {
    position: relative;
}
.adgm-bootstrap-form .dropdown-menu.show {
    width: 100%;
}
.dropdown{
    position: static !important; 
}
svg,
::slotted(svg) {
    fill: transparent;
}

.score-card-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: baseline;


    @media only screen and (max-width: 991px) {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 20px;
        justify-items: center;
    }

    @media only screen and (max-width: 768px) {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 20px;
        justify-items: center;
    }
}
.digital-card {
    box-shadow: 2px 2px 24px 0px #0000001a;
    background-color: white;
}

.digital-card-header {
    background-color: #ebf7fb;
    padding: 24px 32px 18px;
    text-align: center;
}

.digital-card-body {
    padding: 33px 21px 23px;
    text-align: center;
}

.digital-card-body-text {
    text-align: center;
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 7px;
    margin-bottom: 25px;
}

    .digital-card-body-text::last-child {
        margin-bottom: 53px;
    }

.testimonials-slide {
    padding: 50px 35px 20px 20px;
    background-color: #ebf7fb;
    box-shadow: 2px 2px 24px 0px #0000001a;
    display: flex !important;
    gap: 80px !important;
    max-width: 750px;

    @media only screen and (max-width: 991px) {
        padding: 16px;
        display: block !important;
    }
}

.testimonials-content {
    max-width: 480px;
}

.testimonials-images {
    position: relative;

    @media only screen and (max-width: 991px) {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }
}

.testimonials-person-img {
    position: absolute;
    top: -35px;
    left: -65px;

    @media only screen and (max-width: 991px) {
        position: static;
    }
}

.testimonials-images img {
    max-width: fit-content !important;
    margin: 0 !important;
}

.testimonials-tite {
    margin-left: 20px;

    @media only screen and (max-width: 991px) {
        margin-left: 0;
    }
}

.testimonials-quote-img {
    position: absolute;
    bottom: 55px;


    @media only screen and (max-width: 991px) {
        position: static;
    }
}

.testimonials-container {
    padding: 0 15px 0 46px;
    max-width: 1336px;
    overflow: hidden;
    margin: 0 auto;

    @media only screen and (max-width: 991px) {
        padding: 0 16px;
    }
}

:root {
    --swiper-theme-color: #007aff;
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
    overflow: visible !important;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var( --swiper-wrapper-transition-timing-function, initial );
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

    .swiper-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform, height;
    }

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d {
    perspective: 1200px;
    .swiper-slide, .swiper-cube-shadow

{
    transform-style: preserve-3d;
}

}

.swiper-css-mode {
    > .swiper-wrapper

{
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar

{
    display: none;
}

}

> .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

&.swiper-horizontal {
    > .swiper-wrapper

{
    scroll-snap-type: x mandatory;
}

}

&.swiper-vertical {
    > .swiper-wrapper

{
    scroll-snap-type: y mandatory;
}

}

&.swiper-free-mode {
    > .swiper-wrapper

{
    scroll-snap-type: none;
}

> .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}

}

&.swiper-centered {
    > .swiper-wrapper::before

{
    content: "";
    flex-shrink: 0;
    order: 9999;
}

> .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

}

&.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child

{
    margin-inline-start: var(--swiper-centered-offset-before);
}

> .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

}

&.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child

{
    margin-block-start: var(--swiper-centered-offset-before);
}

> .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

}
}

.swiper-3d {
    .swiper-slide-shadow, .swiper-slide-shadow-left, .swiper-slide-shadow-right, .swiper-slide-shadow-top, .swiper-slide-shadow-bottom, .swiper-slide-shadow, .swiper-slide-shadow-left, .swiper-slide-shadow-right, .swiper-slide-shadow-top, .swiper-slide-shadow-bottom

{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-slide-shadow-left {
    background-image: linear-gradient( to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) );
}

.swiper-slide-shadow-right {
    background-image: linear-gradient( to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) );
}

.swiper-slide-shadow-top {
    background-image: linear-gradient( to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) );
}

.swiper-slide-shadow-bottom {
    background-image: linear-gradient( to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) );
}

}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
    .swiper-lazy-preloader

{
    animation: swiper-preloader-spin 1s infinite linear;
}

}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
