﻿.section-icon {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: currentColor;
    border-radius: 5px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 32px;
    margin-right: 16px;
    width: 32px;
    min-width: 32px;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.section-icon svg {
    width: 20px
}

.section-icon svg .st0, .section-icon svg .st1 {
    fill: white !important
}

.section-icon.orange {
    background: #ff8228
}

.section-icon.blue {
    background: #1db0e7
}

.section-icon.purple {
    background: #de3c8d
}

.headline {
    display: flex;
    align-items: center;
    margin-bottom: 22px
}

.headline h4 {
    font-size: 16px;
    line-height: 1.25em;
    letter-spacing: .05em;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Dosis lokal', Helvetica, Arial, sans-serif;
    font-weight: 700
}

.group-orange .headline h4 {
    color: #ff8228
}

.group-blue .headline h4 {
    color: #1db0e7
}

.group-purple .headline h4 {
    color: #de3c8d
}

.tooltip-container {
    max-width: 385px;
    background-color: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(0, 0, 70, 0.07);
    -webkit-box-shadow: 0 0 64px rgba(0, 75, 125, 0.2);
    box-shadow: 0 0 64px rgba(0, 75, 125, 0.2);
    color: #263f4a;
    padding: 36px 31px;
    -webkit-transition: opacity ease .3s, -webkit-transform ease .3s;
    -o-transition: transform ease .3s, opacity ease .3s;
    transition: all ease .5s;
    opacity: 0;
    position: absolute;
    bottom: -190px;
    left: 40px;
    width: 385px;
    z-index: 9;
    visibility: hidden
}

.list-items {
    display: flex;
    flex-direction: column
}

.elementor-tooltip-list-item {
    position: relative;
    display: inline-block
}

.elementor-tooltip-list-item:hover .tooltip-container {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease
}

.tooltip-container .tooltip-title {
    display: block;
    font-size: 22px;
    line-height: 1.3em;
    margin-bottom: 33px
}

.tooltip-container .tooltip-text {
    display: block;
    font-size: 15px;
    font-weight: 400
}

.elementor-tooltip-list-item {
    vertical-align: top;
    display: flex
}

.elementor-tooltip-list-item svg {
    margin-right: 10px;
    width: 35px
}

.elementor-tooltip-list-item .title {
    color: #263f4a;
    width: 100%;
    font-family: 'Source Sans Pro lokal', Helvetica, Arial, sans-serif;
    cursor: help;
    padding-bottom: 2px;
    vertical-align: middle;
    display: inline-block;
    border-bottom: 1px solid transparent;
    -webkit-transition: border ease .2s;
    -o-transition: border ease .2s;
    transition: border ease .2s;
    position: relative;
    font-size: 18px
}

.group-purple .elementor-tooltip-list-item .title:hover {
    border-bottom-color: #de3c8d
}

.group-blue .elementor-tooltip-list-item .title:hover {
    border-bottom-color: #1db0e7
}

.group-orange .elementor-tooltip-list-item .title:hover {
    border-bottom-color: #ff8228
}

.first-section {
    height: 100vh;
    position: relative
}

.heading {
    position: relative;
    background-color: #1b2a30;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden
}

.heading video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    opacity: 0.3;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.heading .container {
    position: relative;
    z-index: 2
}

.heading .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1
}

@media (pointer: coarse) and (hover: none) {
    .heading video {
        display: none
    }
}

.banner {
    position: relative;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    min-height: 100vh;
    color: #fff;
    padding-top: 100px
}

.banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(26, 41, 48, 0.8);
    height: 100%;
    z-index: 5;
    width: 100%
}

.bg-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    top: 0;
    left: 0
}

.bg-video video {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1
}

.hero-title {
    font-family: 'Source Sans Pro lokal', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    z-index: 5;
    padding: 0 15px 28px;
    max-width: 400px;
    margin: 0 auto
}

.hero-title-holder {
    position: relative;
    padding: 86px 0 74px
}

.hero-title-holder .hero-title-bg-mob {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hero-title-holder .hero-title-bg-mob svg {
    width: 240px;
    height: 240px;
    display: block;
    margin: 0 auto
}

.hero-title-holder .hero-title-bg-mob svg .bg-mob-circles, .hero-title-holder .hero-title-bg-mob svg .bg-mob-icons {
    opacity: 0
}

.hero-title h1 {
    line-height: 1.18;
    letter-spacing: 0.5px;
    font-family: 'Dosis lokal', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 28px;
    margin: 0;
    position: relative;
    z-index: 1
}

.hero-title p {
    margin: 0
}

.hero-bottom {
    position: relative;
    z-index: 5
}

.sg-trinity {
    width: 240px;
    height: 240px;
    display: block;
    margin: 0 auto
}

.hero-links {
    font-family: 'Dosis lokal', sans-serif;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px
}

.hero-links li {
    margin-bottom: 36px
}

.hero-links a {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Dosis lokal', Helvetica, Arial, sans-serif;
    text-decoration: none
}

.hero-links a:hover {
    color: #fff
}

.hero-links .hero-links-text {
    display: block;
    text-align: center
}

.hero-links .hero-links-link {
    position: relative;
    white-space: nowrap
}

.hero-links .line {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 1px
}

.hero-links .mob-icon {
    margin-bottom: 12px
}

.hero-links .mob-icon svg {
    width: 48px;
    height: 48px
}

.links-holder p {
    margin: 0
}

.links-holder .scroll-link {
    font-family: 'Source Sans Pro lokal', sans-serif;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 1.5;
    position: relative;
    margin-bottom: 16px;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    text-align: center
}

.links-holder .scroll-link:hover {
    color: #aabe28
}

.links-holder .scroll-link span {
    display: block
}

.links-holder .scroll-link svg {
    width: 12px;
    height: 12px
}

@media (max-width: 1279px) {
    .sg-trinity, .links-holder .scroll-link {
        display: none
    }
}

@media (min-width: 768px) {
    .banner {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center
    }

    .hero-title {
        font-size: 18px;
        max-width: none;
        min-height: 426px
    }

    .hero-title h1 {
        margin: 0 0 24px;
        font-size: 56px
    }

    .hero-title-holder {
        padding: 86px 0 24px
    }

    .hero-title-holder .hero-title-bg-mob svg {
        width: 426px;
        height: 426px
    }

    .hero-links {
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 700px;
        margin: 0 auto
    }

    .hero-links li {
        padding: 0 10px;
        min-width: 230px
    }

    .hero-links a {
        letter-spacing: 1.5px
    }

    .hero-links .line {
        height: 2px;
        bottom: -10px
    }

    .promo-video-btn {
        margin: 32px auto 15px
    }

    .hero-bottom {
        display: flex;
        flex-flow: column-reverse
    }
}

@media (min-width: 1280px) {
    .banner {
        min-height: 150vh;
        padding-top: 0
    }

    .hero-title {
        min-height: 0;
        flex: 3 0;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        padding: 25px 15px 0
    }

    .hero-bottom {
        flex: 1 0;
        justify-content: space-between
    }

    .hero-title-holder {
        padding: 0
    }

    .sg-trinity {
        width: 426px;
        height: 426px
    }

    .trinity-holder {
        position: relative;
        padding: 0 0 20px
    }

    .hero-links {
        display: block;
        width: 426px;
        height: 426px;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 50;
        letter-spacing: 1.15px;
        line-height: 1.25;
        font-size: 20px
    }

    .hero-links li {
        position: absolute;
        min-width: 230px;
        margin-bottom: 0;
        padding: 0
    }

    .hero-links li:nth-child(1) {
        top: 27%;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .hero-links li:nth-child(2) {
        bottom: 3%;
        right: -18.5%
    }

    .hero-links li:nth-child(3) {
        bottom: 3%;
        left: -13.5%
    }

    .hero-title-holder .hero-title-bg-mob, .hero-links .mob-icon {
        display: none
    }
}

@media only screen and (min-width: 1441px) {
    .hero-title {
        font-size: 22px;
        padding: 105px 15px 5px
    }

    .hero-title h1 {
        font-size: 68px
    }

    .trinity-holder {
        padding: 0 0 31px
    }

    .hero-links {
        width: 576px;
        height: 576px;
        font-size: 24px
    }

    .hero-links li:nth-child(1) {
        top: 21.5%
    }

    .hero-links li:nth-child(2) {
        bottom: 8.5%;
        right: -14.5%
    }

    .hero-links li:nth-child(3) {
        bottom: 8.5%;
        left: -6.5%
    }

    .sg-trinity {
        width: 576px;
        height: 576px
    }

    .hero-links .line {
        height: 3px;
        bottom: -12px
    }

    .links-holder .scroll-link svg {
        width: 20px;
        height: 20px;
        margin-top: 10px
    }
}

.promo-video-btn {
    font-family: 'Source Sans Pro lokal', sans-serif;
    background-color: transparent;
    margin: 0 auto 32px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.2s ease-in-out
}

.promo-video-btn svg {
    width: 8px;
    margin-right: 10px
}

.promo-video-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff
}

.promo-video-btn:active {
    border-color: #aabe28
}

@media only screen and (min-width: 768px) {
    .promo-video-btn {
        margin: 32px auto 0
    }
}

@media only screen and (min-width: 1024px) {
    .promo-video-btn {
        padding: 10px 24px;
        font-size: 20px;
        letter-spacing: 0.7px
    }

    .promo-video-btn svg {
        width: 11px;
        margin-right: 16px
    }
}

@media only screen and (min-width: 1280px) and (min-height: 700px), screen and (min-width: 1440px) {
    .promo-video-btn {
        margin: 0 auto 16px
    }
}

.Video-PopUp-Content {
    width: 150vh;
    max-width: 85vw;
    height: 100%;
    margin: 0 auto
}

.vp-flex.vp-flex-no-border, .vp-flex-no-border {
    position: relative;
    width: 90%;
    padding-top: 56.25% !important;
    max-width: none;
    height: auto;
    margin: 0 2px;
    transform: scale(0.9)
}

.YouTubePopUp-Close {
    left: auto;
    top: 2.5%;
    right: -12px;
    background: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    z-index: 1
}

.YouTubePopUp-Close:before {
    content: "×" !important;
    text-shadow: none;
    color: #000;
    font-size: 19px;
    line-height: 1 !important
}

.vp-flex video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.testimonial-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    content: "";
    display: table;
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    width: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.testimonial-slider-wrap {
    background: #e6edf4;
    padding-bottom: 64px
}

.testimonial-slider-wrap .container {
    max-width: 1216px;
    padding: 0 24px;
    margin: 0 auto
}

.testimonial-slider .logo-list {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 4px
}

.testimonial-slider .logo-list li {
    width: 50%;
    padding: 0 10px
}

.testimonial-slider .logo-list li img {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    filter: grayscale(1);
    transition: filter 0.3s linear
}

.testimonial-slider .logo-list li img:hover {
    filter: grayscale(0)
}

.testimonial-slider .quote {
    background: #fff;
    border-radius: 4px;
    padding: 48px 24px;
    text-align: center;
    color: #263f4a
}

.testimonial-slider .quote-author {
    max-width: 174px;
    margin: 0 auto 32px;
    letter-spacing: .1px
}

.testimonial-slider .quote-img {
    width: 112px;
    height: 112px;
    margin: 0 auto 15px;
    overflow: hidden
}

.testimonial-slider .quote-img img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 4px
}

.testimonial-slider .quote-author {
    font-family: 'Source Sans Pro lokal', Helvetica, Arial, sans-serif
}

.testimonial-slider .quote-name {
    font-size: 16px;
    font-weight: 600
}

.testimonial-slider .quote-post {
    font-size: 14px;
    line-height: 1.44
}

.testimonial-slider .quote-text {
    font-size: 22px;
    font-family: 'Source Sans Pro lokal', Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.48
}

.testimonial-slider .quote-text q {
    quotes: "„" "“";
    position: relative
}

.testimonial-slider .quote-text q:before {
    content: open-quote;
    position: absolute;
    left: -.4em
}

.testimonial-slider .quote-text q:after {
    content: close-quote
}

.testimonial-slider .slick-dots {
    padding: 44px 0 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.testimonial-slider .slick-dots li {
    padding: 0 6px;
    display: inline-block;
    vertical-align: top
}

.testimonial-slider .slick-dots button {
    background: transparent;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    border: 2px solid #aaafb4;
    outline: none;
    font-size: 0;
    line-height: 0;
    padding: 0
}

.testimonial-slider .slick-dots button.active {
    background: #aaafb4
}

.testimonial-slider .slick-arrow {
    padding: 0;
    outline: none;
    border: none;
    background: transparent;
    width: 64px;
    height: 64px;
    font-size: 0;
    position: absolute;
    top: calc(50% - 11px);
    cursor: pointer;
    background-image: url("../../img/chevron.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 16px 30px
}

.testimonial-slider .slick-arrow:hover {
    background-image: url("../../img/chevron-hover.svg")
}

.testimonial-slider .slick-next {
    right: -55px
}

.testimonial-slider .slick-prev {
    left: -55px;
    transform: rotate(-180deg)
}

.testimonial-filters-scroll {
    position: relative
}

.testimonial-filters-scroll:before, .testimonial-filters-scroll:after {
    content: "";
    display: block;
    width: 16px;
    height: 100%;
    z-index: 5;
    position: absolute;
    top: 0
}

.testimonial-filters-scroll:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, #fff 100%)
}

.testimonial-filters-scroll:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%)
}

.testimonial-filters-scroll .container {
    width: 100%;
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 16px
}

.testimonial-filters {
    overflow: visible
}

.testimonial-slider-nav {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    font-family: 'Source Sans Pro lokal', Helvetica, Arial, sans-serif;
    width: auto;
    padding-bottom: 10px
}

.testimonial-slider-nav .nav-item {
    font-size: 16px;
    padding: 16px;
    font-weight: 600;
    width: auto;
    color: #aaafb4;
    position: relative;
    transition: color .25s ease-in-out;
    cursor: pointer;
    white-space: nowrap
}

.testimonial-slider-nav .slick-slide {
    width: auto !important
}

.testimonial-slider-nav .slick-list {
    overflow: visible
}

.testimonial-slider-nav .nav-item.active {
    color: #aabe28
}

.testimonial-filters .slick-slide {
    overflow: visible
}

.testimonial-filters .slick-track {
    margin: 0 auto
}

.testimonial-slider-nav .nav-item.active:before {
    content: '';
    display: block;
    z-index: 2;
    position: absolute;
    top: 87%;
    left: 50%;
    -ms-transform: translate(-50%, 0) rotate(45deg);
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg);
    margin-top: 2px;
    background: #fff;
    width: 16px;
    height: 16px
}

.testimonial-slider-nav .slick-slide.slick-current .nav-item:before {
    content: '';
    display: block;
    z-index: 2;
    position: absolute;
    top: 100%;
    left: 50%;
    -ms-transform: translate(-50%, 0) rotate(45deg);
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg);
    margin-top: 2px;
    background: #fff;
    width: 16px;
    height: 16px
}

@media (max-width: 719px) {
    .testimonial-slider .slick-arrow {
        display: none !important
    }

    .testimonial-slider-nav .slick-track {
        display: flex
    }

    .testimonial-slider-nav .slick-list {
        overflow-x: scroll;
        overflow-y: hidden
    }

    .testimonial-filters-scroll .container {
        padding: 0
    }

    .testimonial-slider-nav .slick-slide:first-child {
        margin-left: 11px
    }
}

@media (min-width: 720px) {
    .testimonial-slider-wrap .container {
        padding: 0 48px
    }

    .testimonial-slider .logo-list {
        padding: 12px 0 50px;
        flex-wrap: nowrap
    }

    .testimonial-slider .logo-list li {
        width: 16.66667%
    }

    .testimonial-slider .quote {
        padding: 52px;
        text-align: left;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex
    }

    .testimonial-slider .quote-author {
        min-width: 174px;
        margin: 5px 0 0
    }

    .testimonial-slider .quote-img {
        margin: 0 0 15px
    }

    .testimonial-slider .quote-text {
        flex-grow: 1;
        padding-left: 35px;
        line-height: 1.52;
        font-size: 24px
    }

    .testimonial-slider-nav .nav-item {
        padding: 26px 16px
    }
}

.slick-slide {
    float: left;
    position: relative;
    overflow: hidden
}

.sg-overlay.active {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(27, 42, 48, 0.85);
    top: 0;
    left: 0;
    z-index: -1
}

.slick-track {
    width: 9999px;
    position: relative;
    transition: left 400ms linear
}

@media (min-width: 960px) {
    .testimonial-slider .quote {
        padding: 50px 72px
    }

    .testimonial-slider .quote-text {
        padding-left: 42px
    }

    .testimonial-slider-nav {
        padding-bottom: 0
    }

    .testimonial-slider-nav .slick-slide.slick-current .nav-item:before {
        margin-top: -9px
    }
}

@media (min-width: 1280px) {
    .testimonial-slider-wrap .container {
        padding: 0 32px
    }

    .testimonial-slider .quote {
        padding: 52px 96px 68px
    }

    .testimonial-slider .quote-text {
        font-size: 28px;
        padding-left: 114px;
        line-height: 1.44
    }
}

.timeline-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 15px;
    padding-top: 25px;
    padding-bottom: 70px
}

.timeline-frame {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #00121A;
    margin-left: 20px
}

.timeline-frame:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background: #e5e5e5;
    border-radius: 50px
}

.timeline-row {
    margin-bottom: 10px;
    position: relative
}

.sg-navigation {
    list-style-type: none;
    margin: 0;
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 0 16px;
    flex: 1 0 auto
}

#sg-header .navigation {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    position: static;
    width: auto;
    background: 0 0;
    align-items: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    overflow: visible;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    opacity: 1
}

.sg-navigation a {
    font-family: "Source Sans Pro lokal", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    transition: all .2s ease;
    padding: 15px 25px 0 25px;
}

.sg-navigation li:hover > a {
    color: #19AAD7;
    transition: all .2s ease
}

.timeline-row:before {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    left: calc(-48px / 2);
    top: calc(50% - 40px);
    border-radius: 50px;
    background-color: #aabe28;
    background-image: url("../../img/calendar.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 50% 50%;
    z-index: 1
}

.timeline-row .timeline-col {
    padding-left: 50px
}

.timeline-row .timeline-col:first-child {
    margin-bottom: 10px
}

.timeline-content {
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.3);
    padding: 30px;
    position: relative;
    font-family: 'Source Sans Pro lokal', Helvetica, Arial, sans-serif;
}

.timeline-col .year {
    font-family: 'Source Sans Pro lokal', Helvetica, Arial, sans-serif;
}

.timeline-content p {
    margin: 0
}

.timeline-content:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -30px;
    border-width: 15px;
    z-index: 1;
    border-color: transparent #ffffff transparent transparent
}

.timeline-title {
    display: block;
    font-family: 'Dosis lokal', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    padding: 0 0 10px
}

.timeline-frame .year {
    color: #989898
}

@media (min-width: 768px) {
    .timeline-frame {
        margin-left: 0
    }

    .timeline-frame:after {
        left: calc(50% - 2.5px)
    }

    .timeline-row {
        display: flex;
        align-items: center
    }

    .timeline-row:before {
        top: calc(50% - 24px);
        left: calc(50% - 24px)
    }

    .timeline-row:nth-child(even) {
        flex-direction: row-reverse
    }

    .timeline-row .timeline-col {
        width: 50%
    }

    .timeline-row .timeline-col:first-child {
        margin-bottom: 0;
        padding-right: 50px;
        padding-left: 0
    }

    .timeline-row:nth-child(even) .timeline-col:first-child {
        padding-left: 50px;
        padding-right: 0
    }

    .timeline-row:nth-child(even) .timeline-col:nth-child(even) {
        text-align: right;
        padding-right: 50px;
        padding-left: 0
    }

    .timeline-row:nth-child(odd) .timeline-content:before {
        left: auto;
        right: -30px;
        border-color: transparent transparent transparent #ffffff
    }
}



.filter-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px
}

.filter {
    padding: 30px 0 10px
}

.client-filter-list {
    font-family: 'Source Sans Pro lokal', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.client-filter-list li {
    display: inline-block;
    vertical-align: top;
    padding: 5px 12px;
    margin-bottom: 10px;
    border-radius: 4px
}

.item.hidden-destop {
    display: none
}

.client-filter-list li a {
    background-color: transparent;
    color: #1db0e7;
    text-decoration: none;
    cursor: pointer;
    display: block
}

.filter .client-filter-list li.active {
    background: #dfecf6
}

.client-logo-frame {
    display: flex;
    flex-wrap: wrap
}

.slick-arrow.disabled {
    pointer-events: none !important;
    visibility: hidden
}

.client-logo-box {
    width: 50%;
    padding: 10px 15px;
    height: 160px;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.client-logo-box:not(.visible) {
    display: none
}

.mobile-navigation {
    display: none
}

.client-logo-box img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.is-animated {
    animation: .3s zoom-in
}

@keyframes zoom-in {
    0% {
        transform: scale(0.1)
    }
    100% {
        transform: none
    }
}

@media (min-width: 576px) {
    .client-logo-box {
        width: 33.33%
    }
}

@media (min-width: 720px) {
    .client-logo-box {
        width: 25%
    }
}

@media (min-width: 992px) {
    .client-logo-box {
        width: 16.6667%
    }
}

.mobile-main-menu {
    padding-left: 0
}

.mobile-main-menu li {
    list-style: none
}

.mobile-main-menu > li {
    height: 48px;
    max-height: 48px;
    overflow: hidden;
    border-top: 1px solid #2b393f;
    position: relative;
    line-height: 1.4
}

.item-main.have-sm:before {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    right: 16px;
    width: 14px;
    height: 2px;
    background: #6b7478
}

.item-main.have-sm:after {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    right: 22px;
    background: #6b7478;
    width: 2px;
    height: 14px;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out
}

.item-main.have-sm.show:after {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    right: 22px;
    background: transparent;
    width: 2px;
    height: 14px;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out
}


.tooltip-list {
    padding: 0;
    list-style: none;
    max-width: 1166px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.37em;
    color: #263f4a;
    font-family: 'Source Sans Pro lokal', Helvetica, Arial, sans-serif
}

.tooltip-list.blue > li .tooltip-list-icon svg {
    fill: #1db0e7
}

.tooltip-list.blue .item-title:hover {
    border-color: #1db0e7
}

.tooltip-list.pink > li .tooltip-list-icon svg {
    fill: #de3c8d
}

.tooltip-list.pink .item-title:hover {
    border-color: #de3c8d
}

.tooltip-list.orange > li .tooltip-list-icon svg {
    fill: #ff8228
}

.tooltip-list.orange .item-title:hover {
    border-color: #ff8228
}

.tooltip-list > li {
    padding-left: 48px;
    position: relative;
    font-size: 18px;
    line-height: 1.37em;
    margin-bottom: 24px
}

.tooltip-list > li .tooltip-list-icon {
    content: '';
    position: absolute;
    top: 0;
    height: 21px;
    left: 8px;
    width: 21px
}

.tooltip-list ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.item-title {
    cursor: help;
    position: relative;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    -webkit-transition: border ease .2s;
    -o-transition: border ease .2s;
    transition: border ease .2s
}

.tooltip-list .item-title:hover .hover-tooltip {
    opacity: 1;
    left: 50px;
    top: 120%
}

.tooltip-title {
    display: block;
    font-size: 22px;
    line-height: 1.3em;
    margin-bottom: 33px
}

.tooltip-text {
    display: block;
    font-size: 15px;
    font-weight: 400
}

.tooltip-list .hover-tooltip {
    opacity: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(0, 0, 70, 0.07);
    -webkit-box-shadow: 0 0 64px rgba(0, 75, 125, 0.2);
    box-shadow: 0 0 64px rgba(0, 75, 125, 0.2);
    color: #263f4a;
    display: block;
    padding: 36px 31px;
    -webkit-transition: opacity ease .3s, -webkit-transform ease .3s;
    transition: opacity ease .3s, -webkit-transform ease .3s;
    -o-transition: transform ease .3s, opacity ease .3s;
    transition: transform ease .3s, opacity ease .3s;
    transition: transform ease .3s, opacity ease .3s, -webkit-transform ease .3s;
    width: 384px;
    left: -99999px;
    position: absolute
}

@media (min-width: 500px) {
    .tooltip-list.two-column {
        display: flex;
        flex-wrap: wrap
    }

    .tooltip-list.three-column {
        display: flex;
        flex-wrap: wrap
    }

    .tooltip-list.two-column > li {
        width: 50%;
        padding-right: 10px
    }

    .tooltip-list.three-column > li {
        width: 50%;
        padding-right: 10px
    }
}

@media (min-width: 960px) {
    .tooltip-list.three-column > li {
        width: 33.33%
    }
}

.filter-frame {
    background: #fff
}

.modules-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px
}

.modules-filter-list {
    font-family: 'Source Sans Pro lokal', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    width: 100%
}

.modules-filter-list li {
    display: inline-block;
    vertical-align: top;
    text-align: center
}

.modules-filter-list li a {
    background-color: transparent;
    color: #aaafb4;
    text-decoration: none;
    cursor: pointer;
    display: block;
    padding: 15px 12px;
    position: relative;
    transition: color, .3s linear
}

.modules-filter-list li a:after {
    content: '';
    position: absolute;
    background-color: #263f4a;
    bottom: 0;
    top: auto;
    height: 2px;
    width: 100%;
    left: 0;
    opacity: 0;
    transition: background-color, .3s ease-in-out
}

.modules-filter-list li.active a:after {
    opacity: 1
}

.modules-filter-list li.active a[data-filter="all"] {
    color: #263f4a
}

.modules-filter-list li.active a[data-filter="all"]:after {
    background-color: #263f4a
}

.modules-filter-list li.active a[data-filter="1"] {
    color: #de3c8d
}

.modules-filter-list li.active a[data-filter="1"]:after {
    background-color: #de3c8d
}

.modules-filter-list li.active a[data-filter="2"] {
    color: #1db0e7
}

.modules-filter-list li.active a[data-filter="2"]:after {
    background-color: #1db0e7
}

.modules-filter-list li.active a[data-filter="3"] {
    color: #ff8228
}

.modules-filter-list li.active a[data-filter="3"]:after {
    background-color: #ff8228
}

.modules-frame {
    background: #f0f5fa;
    padding: 39px 0 0;
}

.tooltip-list {
    padding: 0;
    list-style: none;
    max-width: 1166px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.37em;
    color: #263f4a;
    font-family: 'Source Sans Pro lokal', Helvetica, Arial, sans-serif
}

.modules-box:hover {
    z-index: 2
}

.modules-box.blue .tooltip-list > li .tooltip-list-icon svg path {
    stroke: #1db0e7
}

.modules-box.blue .tooltip-list .item-title:hover {
    border-color: #1db0e7
}

.modules-box.blue .module-title i {
    background: #1db0e7
}

.modules-box.blue .module-title span {
    color: #1db0e7
}

.modules-box.pink .tooltip-list > li .tooltip-list-icon svg path {
    stroke: #de3c8d
}

.modules-box.pink .tooltip-list .item-title:hover {
    border-color: #de3c8d
}

.modules-box.pink .module-title i {
    background: #de3c8d
}

.modules-box.pink .module-title span {
    color: #de3c8d
}

.modules-box.orange .tooltip-list > li .tooltip-list-icon svg path {
    stroke: #ff8228
}

.modules-box.orange .tooltip-list .item-title:hover {
    border-color: #ff8228
}

.modules-box.orange .module-title i {
    background: #ff8228
}

.modules-box.orange .module-title span {
    color: #ff8228
}

.tooltip-list > li {
    padding-left: 48px;
    position: relative;
    font-size: 18px;
    line-height: 1.37em;
    margin-bottom: 24px
}

.tooltip-list > li .tooltip-list-icon {
    content: '';
    position: absolute;
    top: 0;
    height: 21px;
    left: 8px;
    width: 21px
}

.tooltip-list ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.item-title {
    cursor: help;
    position: relative;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    -webkit-transition: border ease .2s;
    -o-transition: border ease .2s;
    transition: border ease .2s
}

.tooltip-list .item-title:hover .hover-tooltip {
    opacity: 1;
    left: 50px;
    top: 120%
}

.tooltip-list .item-title:hover .hover-tooltip.left {
    left: auto;
    right: calc(100% - 50px)
}

.tooltip-title {
    display: block;
    font-size: 22px;
    line-height: 1.3em;
    margin-bottom: 33px
}

.tooltip-text {
    display: block;
    font-size: 15px;
    font-weight: 400
}

.tooltip-list .hover-tooltip {
    opacity: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(0, 0, 70, 0.07);
    -webkit-box-shadow: 0 0 64px rgba(0, 75, 125, 0.2);
    box-shadow: 0 0 64px rgba(0, 75, 125, 0.2);
    color: #263f4a;
    display: block;
    padding: 36px 31px;
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s;
    -o-transition: opacity ease .3s;
    width: 384px;
    left: -99999px;
    position: absolute
}

.modules-box {
    padding: 0 20px 20px
}

.module-title {
    display: flex;
    align-items: center;
    margin-bottom: 22px
}

.module-title i {
    align-items: center;
    border-radius: 5px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 32px;
    margin-right: 16px;
    width: 32px;
    min-width: 32px;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.module-title i img, .module-title i svg {
    width: 26px;
    height: auto;
    display: inline-block;
    vertical-align: top
}

.module-title span {
    font-size: 16px;
    line-height: 1.25em;
    letter-spacing: .05em;
    margin-top: 4px;
    text-transform: uppercase;
    font-family: 'Dosis lokal', Helvetica, Arial, sans-serif;
    font-weight: 700
}

@media (min-width: 568px) {
    .modules-container {
        padding: 0 24px
    }
}

@media (min-width: 600px) {
    .modules-frame {
        background: #f0f5fa;
        padding: 62px 0 0
    }
}

@media (min-width: 720px) {
    .modules-box {
        width: 46%;
        padding: 0 20px 20px
    }
}

@media (min-width: 768px) {
    .modules-frame {
        background: #f0f5fa;
        padding: 71px 0 0
    }
}

@media (min-width: 1024px) {
    .modules-box {
        max-width: 365px;
        width: 31%
    }
}

@media (min-width: 1200px) {
    .modules-box {
        width: 33.33%
    }
}

@media (min-width: 1280px) {
    .modules-container {
        padding: 0 32px
    }
}

@media (max-width: 1023px) {
    .modules-filter-list {
        white-space: nowrap;
        overflow-x: scroll
    }

    .filter-frame .modules-container {
        padding: 0;
        position: relative
    }

    .filter-frame .modules-container:before, .filter-frame .modules-container:after {
        content: "";
        display: block;
        width: 16px;
        height: 100%;
        z-index: 5;
        position: absolute;
        top: 0
    }

    .filter-frame .modules-container:before {
        left: 0;
        background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, #fff 100%)
    }

    .filter-frame .modules-container:after {
        right: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%)
    }
}

.YouTubePopUp-Wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 9999999999999;
    display: none
}

.Video-PopUp-Content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 150vh;
    max-width: 85vw;
    height: 100%;
    margin: 0 auto
}

.vp-flex.vp-flex-no-border, .vp-flex-no-border {
    position: relative;
    width: 90%;
    padding-top: 56.25% !important;
    max-width: none;
    height: auto;
    margin: 0 2px;
    transform: scale(0.9)
}

.YouTubePopUp-Close {
    left: auto;
    top: 2.5%;
    right: -12px;
    background: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    z-index: 1;
    position: absolute;
    cursor: pointer;
    margin: auto 0;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s
}

.YouTubePopUp-Close:hover {
    opacity: 0.5
}

.YouTubePopUp-Close:before {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    content: "×" !important;
    text-shadow: none;
    color: #000;
    font-size: 19px
}

.vp-flex iframe, .vp-flex video {
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    outline: none !important;
    display: block
}

.vp-flex video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.promo-modal-active .YouTubePopUp-Wrap {
    display: block
}

.product-nav {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    z-index: 150;
    display: none;
    background: #fff;
    border-bottom: 1px solid #e6edf4
}

.product-nav.is-active {
    z-index: 150;
    opacity: 1
}

.admin-bar .product-nav {
    top: 109px
}

.product-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    justify-content: center;
    position: relative
}

.product-nav-dropdown {
    padding-top: 6px;
    max-width: 352px;
    max-height: 74px
}

.product-nav-dropdown .dropdown-in {
    position: relative;
    z-index: 2;
    padding: 12px 0 20px;
    margin-top: -14px;
    min-width: 352px
}

.product-nav-dropdown .opener {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 16px;
    position: relative;
    z-index: 1
}

.product-nav-dropdown .opener .icon-arrow {
    width: 12px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    fill: #e6edf4
}

.product-nav-dropdown .trinity-img {
    min-width: 46px;
    max-width: 46px
}

.product-nav-dropdown .trinity-img path {
    transition: all .5s ease
}

.product-anchor-list a {
    transition: all .5s ease
}

.product-nav .cat-item .title i {
    font-style: normal;
    font-weight: 700;
    white-space: nowrap;
    display: table
}

.elementor-widget-archive-posts:after {
    display: none
}

.product-nav .cat-item.blue .title i, .product-nav .cat-item.blue-visible .title i {
    color: #1db0e7
}

.product-nav .cat-item.orange .title i, .product-nav .cat-item.orange-visible .title i {
    color: #ff8228
}

.product-nav .cat-item.pink .title i, .product-nav .cat-item.pink-visible .title i {
    color: #de3c8d
}

.popup-active .opener .cat-item i {
    color: #e6edf4 !important
}

.product-nav.blue .opener .cat-item.blue-visible {
    display: block
}

.product-nav.blue .trinity-img .trinity-color-1 {
    fill: #1db0e7
}

.product-nav.blue .category-list li:nth-child(1) .cat-item .category-link:before {
    transform: scaleX(1)
}

.product-nav.blue .product-anchor-list.blue {
    display: flex
}

.product-nav.orange .opener .cat-item.orange-visible {
    display: block
}

.product-nav.orange .trinity-img .trinity-color-2 {
    fill: #ff8228
}

.product-nav.orange .category-list li:nth-child(2) .cat-item .category-link:before {
    transform: scaleX(1)
}

.product-nav.orange .product-anchor-list.orange {
    display: flex
}

.product-nav.pink .opener .cat-item.pink-visible {
    display: block
}

.product-nav.pink .trinity-img .trinity-color-3 {
    fill: #de3c8d
}

.product-nav.pink .category-list li:nth-child(3) .cat-item .category-link:before {
    transform: scaleX(1)
}

.product-nav.pink .product-anchor-list.pink {
    display: flex
}

.product-nav-dropdown .opener .cat-item {
    display: none;
    padding: 10px 30px 8px 16px;
    min-height: 64px;
    min-height: 64px
}

.product-nav-dropdown .opener .category-link {
    display: block
}

.product-nav-dropdown .category-list {
    list-style: none;
    margin: 0;
    padding-left: 60px;
    padding-top: 8px;
    position: relative;
    display: block !important;
    pointer-events: none
}

.product-nav-dropdown .dropdown-in:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 64px 0 rgba(26, 41, 48, 0.1);
    box-shadow: 0 0 64px 0 rgba(26, 41, 48, 0.1);
    z-index: 1;
    opacity: 0;
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    pointer-events: none
}

.product-nav-dropdown .category-list li {
    -ms-transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    opacity: 0;
    position: relative;
    z-index: 1
}

.product-nav-dropdown.popup-active .category-list li:nth-child(1) {
    -webkit-transition: opacity .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
    transition: opacity .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
    -o-transition: opacity .3s ease-in-out 0s, transform .3s ease-in-out 0s;
    transition: opacity .3s ease-in-out 0s, transform .3s ease-in-out 0s;
    transition: opacity .3s ease-in-out 0s, transform .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s
}

.product-nav-dropdown.popup-active .category-list li:nth-child(2) {
    -webkit-transition: opacity .3s ease-in-out .1s, -webkit-transform .3s ease-in-out .1s;
    transition: opacity .3s ease-in-out .1s, -webkit-transform .3s ease-in-out .1s;
    -o-transition: opacity .3s ease-in-out .1s, transform .3s ease-in-out .1s;
    transition: opacity .3s ease-in-out .1s, transform .3s ease-in-out .1s;
    transition: opacity .3s ease-in-out .1s, transform .3s ease-in-out .1s, -webkit-transform .3s ease-in-out .1s
}

.product-nav-dropdown.popup-active .category-list li:nth-child(3) {
    -webkit-transition: opacity .3s ease-in-out .2s, -webkit-transform .3s ease-in-out .2s;
    transition: opacity .3s ease-in-out .2s, -webkit-transform .3s ease-in-out .2s;
    -o-transition: opacity .3s ease-in-out .2s, transform .3s ease-in-out .2s;
    transition: opacity .3s ease-in-out .2s, transform .3s ease-in-out .2s;
    transition: opacity .3s ease-in-out .2s, transform .3s ease-in-out .2s, -webkit-transform .3s ease-in-out .2s
}

.product-nav-dropdown.popup-active .opener, .product-nav-dropdown.popup-active .opener .title, .product-nav-dropdown.popup-active .opener .category-link {
    color: #e6edf4 !important
}

.product-nav-dropdown.popup-active .trinity-img path {
    fill: #e6edf4 !important
}

.product-nav-dropdown.popup-active .dropdown-in:before {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .35s ease-in-out, -webkit-transform .35s ease-in-out;
    transition: opacity .35s ease-in-out, -webkit-transform .35s ease-in-out;
    -o-transition: opacity .35s ease-in-out, transform .35s ease-in-out;
    transition: opacity .35s ease-in-out, transform .35s ease-in-out;
    transition: opacity .35s ease-in-out, transform .35s ease-in-out, -webkit-transform .35s ease-in-out
}

.product-nav-dropdown.popup-active .category-list {
    pointer-events: auto
}

.product-nav-dropdown.popup-active .category-list li {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.product-nav-dropdown .category-list li:nth-child(1) {
    -webkit-transition: opacity .3s ease-in-out .1s, -webkit-transform .3s ease-in-out .1s;
    transition: opacity .3s ease-in-out .1s, -webkit-transform .3s ease-in-out .1s;
    -o-transition: opacity .3s ease-in-out .1s, transform .3s ease-in-out .1s;
    transition: opacity .3s ease-in-out .1s, transform .3s ease-in-out .1s;
    transition: opacity .3s ease-in-out .1s, transform .3s ease-in-out .1s, -webkit-transform .3s ease-in-out .1s
}

.product-nav-dropdown .category-list li:nth-child(2) {
    webkit-transition: opacity .3s ease-in-out .05s, -webkit-transform .3s ease-in-out .05s;
    transition: opacity .3s ease-in-out .05s, -webkit-transform .3s ease-in-out .05s;
    -o-transition: opacity .3s ease-in-out .05s, transform .3s ease-in-out .05s;
    transition: opacity .3s ease-in-out .05s, transform .3s ease-in-out .05s;
    transition: opacity .3s ease-in-out .05s, transform .3s ease-in-out .05s, -webkit-transform .3s ease-in-out .05s
}

.product-nav-dropdown .category-list li:nth-child(3) {
    -webkit-transition: opacity .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
    transition: opacity .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
    -o-transition: opacity .3s ease-in-out 0s, transform .3s ease-in-out 0s;
    transition: opacity .3s ease-in-out 0s, transform .3s ease-in-out 0s;
    transition: opacity .3s ease-in-out 0s, transform .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s
}

.product-nav-dropdown .cat-item {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #263f4a;
    font-family: 'Dosis lokal', Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1.15px;
    line-height: 1.25;
    padding: 16px 19px
}

.product-nav-dropdown .title {
    display: block
}

.product-nav-dropdown .category-link {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    position: relative
}

.category-list .category-link:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: currentColor;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .35s ease-in-out;
    transition: -webkit-transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.category-list .cat-item:hover .category-link:before {
    transform: scaleX(1)
}

.product-anchor-list {
    font-size: 16px;
    align-items: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none
}

.product-anchor-list a.active {
    color: #263f4a
}

.product-anchor-list.blue a.active:before {
    background: #1db0e7;
    display: block
}

.product-anchor-list.orange a.active:before {
    background: #ff8228;
    display: block
}

.product-anchor-list.pink a.active:before {
    background: #de3c8d;
    display: block
}

.product-nav.blue .blue i {
    border-bottom: 2px solid #1db0e7;
    padding-bottom: 4px
}

.category-list .blue:hover i {
    border-bottom: 2px solid #1db0e7;
    padding-bottom: 4px
}

.product-nav.orange .orange i {
    border-bottom: 2px solid #ff8228;
    padding-bottom: 4px
}

.category-list .cat-item i {
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
    transition: all .5s ease
}

.category-list .orange:hover i:after {
    border: 2px solid #ff8228;
}

.product-nav.pink .pink i {
    border-bottom: 2px solid #de3c8d
}

.category-list .pink:hover i {
    border-bottom: 2px solid #de3c8d
}

.product-anchor-list a {
    font-family: 'Source Sans Pro lokal', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 16px;
    color: #aaafb4;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: flex-end;
    white-space: nowrap
}

.product-anchor-list a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    display: none;
    background: currentColor
}

@media (min-width: 568px) {
    .product-container {
        padding: 0 24px
    }
}

@media (min-width: 783px) {
    .admin-bar .product-nav {
        top: 96px
    }
}

@media (min-width: 910px) {
    .product-container {
        justify-content: space-between
    }

    .product-anchor-list a {
        height: 74px;
        padding: 0 16px 14px
    }
}

@media (min-width: 1024px) {
    .product-nav {
        top: 64px
    }
}

@media (min-width: 1280px) {
    .product-container {
        padding: 0 32px
    }
}

@media (max-width: 909px) {
    .product-nav-dropdown {
        display: none
    }

    .product-anchor-list {
        overflow-x: auto
    }
}

#sg-header .lang-switcher {
    margin-right: 0
}

.sg-nav-buttons {
    padding: 5px 12px 7px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Source Sans Pro lokal", Helvetica, Arial, sans-serif
}

#sg-header .sg-nav-buttons a:first-child {
    /*padding: 8px 12px*/
}

#sg-header .main-demo {
    height: 36px
}


@media (min-width: 1281px) {
    #wrapper > .banner .hero-bottom{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    #wrapper > .banner .hero-bottom .trinity-holder .sg-trinity{
        position: fixed;
        top: 190px;
        left: 0;
        display: block;
        right: 0;
        opacity: 0;
        transform: rotate(0deg);
        animation: trinityInit 2s forwards;
    }

    #wrapper > .banner .hero-bottom .hero-links{
        display: none;
    }

    #wrapper > .banner .hero-bottom .sg-trinity__icons{
        display: none;
    }

    #wrapper > .banner .hero-bottom .sg-trinity__circles{
        display: none;
    }

    #wrapper > .banner .hero-bottom .links-holder{
        position: fixed;
        left: 0;
        right: 0;
        opacity: 0;
        bottom:0;
        animation: fadeIn .5s forwards;
        animation-delay: 3000ms;
    }

    #wrapper > .banner .hero-title{
        position: absolute;
        top: 148px;
        left: 0;
        right: 0;
        z-index: 9;
    }

    #wrapper .bg-video{
        overflow: hidden;
        z-index: -111;
        height: 100vh;
        /*position: fixed;*/
        width: 100%;
        left: 0;
        top: 0;
        background: #1b2a30;
    }

    #wrapper > .banner .hero-title h1{
        opacity: 0;
        animation: fadeIn .5s forwards;
        animation-delay: 2000ms;
    }

    #wrapper > .banner .hero-title p{
        opacity: 0;
        animation: fadeIn .5s forwards;
        animation-delay: 2500ms;
    }
}

@media (min-width: 1281px) {
    #wrapper.home-scrolled > .banner .hero-bottom{
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }

    #wrapper.home-scrolled > .banner .hero-bottom .trinity-holder .sg-trinity{
        position: relative;
        top: 0;
        left: 0;
        display: block;
        right: 0;
        opacity: 1;
        transform: rotate(360deg);
        animation: trinityInit2 1s forwards;
    }

    #wrapper.home-scrolled > .banner .hero-bottom .hero-links{
        display: block;
        opacity: 0;
        animation: fadeIn .5s forwards;
        animation-delay: 1500ms;
    }

    #wrapper.home-scrolled > .banner .hero-bottom .sg-trinity__icons{
        display: block;
        opacity: 0;
        animation: fadeIn .5s forwards;
        animation-delay: 1300ms;
    }

    #wrapper.home-scrolled > .banner .hero-bottom .sg-trinity__circles{
        display: block;
        opacity: 0;
        animation: fadeIn .5s forwards;
        animation-delay: 1100ms;
    }

    #wrapper.home-scrolled > .banner .hero-bottom .links-holder{
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        animation: fadeIn .5s forwards;
        animation-delay: 3000ms;
    }

    #wrapper.home-scrolled > .banner .hero-title{
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
    }

    #wrapper.home-scrolled .bg-video{
        overflow: hidden;
        z-index: -111;
        height: 100vh;
        /*position: fixed;*/
        width: 100%;
        left: 0;
        top: 0;
        background: #1b2a30;
    }

    #wrapper.home-scrolled > .banner .hero-title h1{
        opacity: 0;
        animation: fadeIn .5s forwards;
        animation-delay: 2000ms;
    }

    #wrapper.home-scrolled > .banner .hero-title p{
        opacity: 0;
        animation: fadeIn .5s forwards;
        animation-delay: 2500ms;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes trinityInit {
    0% {
        opacity: 0;
        transform: rotate(0deg);
    }
    10%{
        opacity: 1;
        transform: rotate(0deg);
    }
    100% {
        opacity: 1;
        transform: rotate(360deg);
    }
}

@keyframes trinityInit2 {
    0% {
        opacity: 1;
        transform: rotate(360deg);
    }
    10%{
        opacity: 1;
        transform: rotate(360deg);
    }
    100% {
        opacity: 1;
        transform: rotate(0deg);
    }
}




@media (max-width: 499px) {
    .tooltip-list .hover-tooltip {
        width: 275px;
        padding: 25px 20px;
    }

    .tooltip-list .item-title:hover .hover-tooltip {
        left: -10px;
    }
}

@media (min-width: 500px) and (max-width: 959px) {
    .tooltip-list .item-title:hover .hover-tooltip {
        left: 15px;
    }

    .tooltip-list.two-column li:nth-child(2n) .item-title:hover .hover-tooltip, .tooltip-list.three-column li:nth-child(2n) .item-title:hover .hover-tooltip {
        left: auto;
        right: 0;
    }
}

@media (min-width: 960px) {
    .tooltip-list.three-column li:nth-child(3n) .item-title:hover .hover-tooltip {
        left: auto;
        right: 0;
    }
}

.hbspt-form,
.signup-form.light-green .hs-button,
.signup-form .hs-error-msgs label {
    font-family: 'Source Sans Pro lokal', Helvetica, Arial, "sans-serif";
}

#product-list .elementor-section-boxed .elementor-widget-text-editor,
#product-list .elementor-section-boxed .elementor-widget-button{
    display: none;
}
.elementor-html #product-list .elementor-section-boxed .elementor-widget-text-editor,
.elementor-html #product-list .elementor-section-boxed .elementor-widget-button{
    display: block;
}
#product-list .elementor-section-boxed.is-active .elementor-widget-text-editor,
#product-list .elementor-section-boxed.is-active .elementor-widget-button{
    display: block;
}
#product-list .elementor-widget.elementor-widget-text-editor {
    margin-bottom: 0;
}
#product-list .elementor-heading-title  {
    cursor: pointer
}

.admin-bar .elementor-location-header {
    top:32px;
}

.elementor-location-header .sub-arrow i {
    display: none;
}

.elementor-location-header .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted {
    color:  var( --e-global-color-text );
}
.elementor-location-header .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted:hover {
    color:  var( --e-global-color-accent );
}

.elementor-location-header .elementor-nav-menu--indicator-none .elementor-nav-menu .elementor-item.has-submenu .sub-arrow {
    border: solid var( --e-global-color-text );
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    margin-left: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.elementor-location-header .elementor-nav-menu--indicator-none .elementor-nav-menu .elementor-item.has-submenu:hover .sub-arrow {
    border-color: var( --e-global-color-accent );
}

.elementor-location-header .elementor-widget.elementor-widget-nav-menu {
    margin-bottom: 0;
}

.elementor-location-header .elementor-nav-menu--main .elementor-nav-menu > li:hover .elementor-nav-menu--dropdown {
    display: flex;

}

.elementor-location-header .elementor-nav-menu--main .elementor-nav-menu > li.sg-mega .elementor-nav-menu--dropdown {
    display: none !important;
}

.elementor-location-header .elementor-nav-menu--main .elementor-nav-menu > li > a {
    padding-left: 0;
    padding-right: 0;
}

.elementor-location-header .elementor-nav-menu--main .elementor-nav-menu .sub-menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

.elementor-location-header .elementor-nav-menu--main .elementor-nav-menu > li.menu-item-has-children:hover::after {
    content: "";
    display: block;
    position: absolute;
    left: -2000px;
    right: -2000px;
    top: 100%;
    z-index: -1;
    background: #eeeeee;
    height: 100%;
}

.elementor-location-header .elementor-nav-menu--main .elementor-nav-menu > li.sg-mega:hover::after {
    content: "";
    display: none;
}

.elementor-location-header .elementor-nav-menu--main .elementor-nav-menu > li.menu-item-has-children > .elementor-nav-menu--dropdown {
    width: auto;
    min-width: 10em;
    max-width: none;
    top: auto;
    margin:0;
    position: absolute;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 1025px) {
    .elementor-location-header .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-nav-menu > li > .elementor-nav-menu--dropdown {
        background-color: transparent;
        box-shadow: none;
    }
}

@media (min-width: 1025px) {
    .elementor-location-header .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-nav-menu > li > .elementor-nav-menu--dropdown > li {
        border-bottom:none;
    }
}

.elementor-location-header .elementor-nav-menu .sub-arrow {
    padding-left: 5px;
}

.plsfe-switcher {
    width: 35px !important;
}

.plsfe-menu {
    list-style: none;
    padding: 0;
    position: relative;
}

.plsfe-switcher .plsfe-menu::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height:35px;
    z-index: 2;
}

.plsfe-switcher .plsfe-menu.plsfe-menu-active::before {
    display: none;
}

.elementor-location-header .plsfe-switcher .plsfe-menu .plsfe-menu-item a.plsfe-item  {
    color: #777777;
    display: none;
    padding: 6px 9px;
}

.elementor-location-header .plsfe-switcher .plsfe-menu .plsfe-menu-item a.plsfe-item__active,
.elementor-location-header .plsfe-switcher .plsfe-menu .plsfe-menu-item a.plsfe-item__show {
    display: block;
}

.elementor-location-header .plsfe-switcher .plsfe-menu .plsfe-menu-item a.plsfe-item__active {
    color: var( --e-global-color-accent );
}


.plsfe-switcher.plsfe-align-left .elementor-widget-container {
    position: absolute;
}

.plsfe-switcher.plsfe-align-left .plsfe-menu {
    display: flex;
    flex-wrap: nowrap;
}

#demo-button span {
    display: none;
}
#demo-button span:first-child {
    display: block;
}
@media (min-width: 768px) {
    #demo-button span:first-child {
        display: none;
    }
    #demo-button span:last-child {
        display: block;
    }
}
/*
.elementor-section-wrap {
    overflow: hidden;
}

 */
.elementor-location-header .elementor-section-wrap {
    overflow: visible;
    height: 60px;
}
.elementor-location-header .elementor-section-wrap header#header-white {
    position: fixed;
    width: 100%;
}

.elementor-location-header .elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
    max-height: 100vh;
    transform: none;
    display: none;
    opacity: 0;
}

.elementor-location-header .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
    display: block;
    max-height: 100vh;
    transform: none;
    opacity: 1;
}

.elementor-menu-toggle:focus {
    outline: none;
}

.elementor-location-header .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-top: 0;
    padding-bottom: 20px;
}
.elementor-location-header .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-nav-menu {
    background: #fff;
    box-shadow: -5px 5px 10px rgba(0,0,0,0.1);
}

.elementor-location-header .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-nav-menu--dropdown.sub-menu .elementor-sub-item,
.elementor-location-header .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-nav-menu .elementor-sub-item {
    font-size: 16px !important;
    padding-left: 30px;
}
@media (min-width: 768px) {
    .elementor-location-header .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-nav-menu--dropdown.sub-menu .elementor-sub-item,
    .elementor-location-header .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-nav-menu .elementor-sub-item {
        font-size: 16px !important;
        padding-left: 15px;
    }
}

.elementor-location-header .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-item:focus {
    background-color: transparent;
    color: var( --e-global-color-primary );
}

.elementor-location-header .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-nav-menu {
    width: 70%;
    float: right;
}
@media (min-width: 768px) {
    .elementor-location-header .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-nav-menu {
        width: 50%;
        float: right;
    }
}

.mobile-menu-active .elementor-location-header + div,
.mobile-menu-active .elementor-location-header + .site-main {
    position: relative;
}
.mobile-menu-active .elementor-location-header + div::before,
.mobile-menu-active .elementor-location-header + .site-main::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 8;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.ee-search-form__overlay {
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}


.sg-mega-popup .elementor-location-popup .elementor-col-33:hover .elementor-heading-title {
    color:#fff;
}
.sg-mega-popup .elementor-location-popup .elementor-col-33:hover .elementor-heading-title.elementor-size-small {
    color:rgba(255,255,255,0.7);
}


/* styling and overriding of launch button */
body > .embeddedServiceHelpButton .helpButton .uiButton {
    font-family: "Source Sans Pro lokal", sans-serif;
    position: fixed;
    display: block;
    bottom: 0;
    right: 0;
    min-width: 128px;
    min-height: 128px;
    width: 128px;
    height: 128px;
    max-width: 128px;
    max-height: 128px;
    background-color: transparent !important;
    background-image: url('/wp-content/uploads/2020/11/Chat_Button_Idle.png');
    background-size: 100% 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 32px !important;
    opacity: 1;
    transition:all .3s;
}

.embeddedServiceHelpButton .helpButton .uiButton:hover {
    transform:scale(1.1);
}

.embeddedServiceHelpButton .helpButton .uiButton:active,
.embeddedServiceHelpButton .helpButton .uiButton:focus {
    transform:scale(0.1);
    opacity:0;
}

.embeddedServiceHelpButton .helpButton .helpButtonEnabled:hover::before, .embeddedServiceHelpButton .helpButton .helpButtonEnabled:focus::before {
    background-color: transparent !important;
    box-shadow: none;
    border-radius: 32px !important;
    opacity: 1;
}

.embeddedServiceIcon, .helpButtonLabel {
    display: none !important;
}

/* styling and overriding of chat header */
.sidebarHeader {
    padding-left: 46px !important;
}

.sidebarHeader > img {
    max-height: 37px !important;
    max-width: 253px !important;
    margin: auto auto !important;
}

.sidebarHeader > h2 {
    display: none;
}

.sidebarHeader > button.minimizeButton {
    display: none;
}

.sidebarHeader > button.closeButton::before {
   position: fixed;
   right: 6px;
}

.embeddedServiceSidebarButton:not(:disabled):hover, .embeddedServiceSidebarButton:not(:disabled):focus {
    text-decoration: none;
    background-color: #ABBF23;
    color: #DDDDDD;
}

/* disable announcement banner */
.text.announcement {
    display: none;
}

/* Welcome Heading for Chat hacked with CSS content */
.featureBody>.stateBody.embeddedServiceLiveAgentStateChat .messageArea:focus {
    border:none;
}
.messageArea::before {
    font-family: 'Dosis lokal', sans-serif;
    content: "Herzlich willkommen bei softgarden";
    font-weight: 600;
    font-size: 22px;
    box-sizing: border-box;
    width: 378px;
    text-align: center;
    padding: 12px 26px;
    padding-bottom: 16px;
    background-color: #E9F3F8;
}

/* disable chatSessionStartTime */
.chatSessionStartTime {
    display: none !important;
}

/* manipulate first chatmessage for improved design */
.chatMessage:first-child {
    margin: 0;
    padding: 0;
}
.messageWrapper .wrapper.chatMessage:first-child {
    padding-bottom: 15px;
    background: #E9F3F8;
}
.messageWrapper .wrapper.chatMessage:first-child .nameAndTimeContent {
    display: none;
}
.embeddedServiceSidebarDialogState .dialogButton, .endChatButton {
    border-radius:100px;
}
.chatMessage:first-child .plaintextContent {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.embeddedServiceLiveAgentStateChatAvatar.isLightningOutContext .agentIconColor0 {
    background-color:#666;
}
.embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .footer-menu .slds-dropdown-trigger_click.slds-is-open .slds-dropdown {
    background: #ededed;
}
.embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .footer-menu-items .slds-dropdown__item {
    border:none;
    padding:10px;
}
.embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .footer-menu-items .slds-dropdown__item>a {
    border-radius:100px;
    background:#abbf23;
    color:#fff;
    text-decoration: none;
    padding: 0 0 0 15px;
}
button.closeButton[embeddedService-chatHeader_chatHeader] {
    padding: 4px;

}
.embeddedServiceLiveAgentStateChatItem.agent .nameAndTimeDotDivider {
    width:2px;
    height:2px;
    margin: 6px 3px 0 3px;
}
.embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .footer-menu-items .slds-dropdown__item>a:hover {
    background:#abbf23;
    text-decoration: underline;
}
.chatMessage:first-child .uiOutputRichText {
    font-family: 'Source Sans Pro lokal', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.188;
    box-sizing: border-box;
    width: 378px;
    text-align: center;
    padding: 0px 26px;
    padding-bottom: 100px;
    background-image: url('/wp-content/uploads/2020/11/three_heads_chat.png');
    background-size:80% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #E9F3F8;
}

.chatMessage:first-child .avatar {
    display: none;
}

.chatMessage:first-child .nameAndTimeContent {
    display: none;
}


/* manipulate first chat menu / 2nd child */
.chatMessage:nth-child(2) {
    padding-top: 8px;
    background: #E9F3F8;
}

/* styling and overriding of menu / menu items */
.embeddedServiceLiveAgentStateChatItem .chatContent ul.rich-menu-items li {
    border: 0px !important;
}

.rich-menu {
    background: transparent !important;
}

.rich-menu-items button.embeddedServiceLiveAgentStateChatRichItem {
    color: #DE3C8D;
    min-height: 43px;
    width: 201px;
    border-radius: 100px !important;

    font-weight: 700;
    font-size: 15px;

    background: transparent;
    border: #DE3C8D 2px solid;
    margin-bottom: 7.5px;
}

.rich-menu-items button.embeddedServiceLiveAgentStateChatRichItem:hover {
    color: #FFFFFF !important;
    background: #DE3C8D !important;
    opacity: 1 !important;
}

.elementor-shortcode .has-user-rating i, .elementor-shortcode .has-user-rating span {

    margin-right: 5px;
    cursor: pointer;
}

.has-user-rating:hover i.elementor-star::before {
    color: #f0ad4e;
    width:100% !important;
}

.has-user-rating i.elementor-star:hover ~ i.elementor-star::before {
    color: #cdcdcd;
}

.has-user-rating i.elementor-star:hover::before {
    color: #f0ad4e;
    cursor: pointer;
}

.lang-dropdown-content {
    display: none;
}

.current-language {
    padding: 5px 8px;
}
.current-language, #lang_choice_wp-widget-polylang, #lang_choice_polylang-REPLACE_TO_ID {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #FFF;
    border: 1px solid var( --e-global-color-text );
    color: var( --e-global-color-text );
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 18px;
    display: inline-block;
    padding: 6px 8px 5px 8px;
}
.current-language .sg-current {
    display: block;
    text-align: right;
    color: var( --e-global-color-text );
    text-transform: uppercase;
    font-weight: bold;
}
.lang-dropdown-content svg {
    display: none;
}
.lang-dropdown-content a {
    color: var( --e-global-color-text );
}
.lang-dropdown-content .lang-item {
    text-align: right;
}
.lang-dropdown-content .lang-item.active {
    display: none;
}

#pardotform .elementor-field-group .elementor-message-danger,
#pardotform .elementor-message-danger {
    display: none;
}

/* svg font fix: */
@font-face {
    font-family: 'SourceSansPro-Regular';
    src: local('SourceSansPro-Regular'), local('SourceSansPro-Regular'),
    url('/wp-content/fonts/source-sans-pro-v13-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/wp-content/fonts/source-sans-pro-v13-latin-ext_latin-regular.woff') format('woff');
    font-style: normal;
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: 'SourceSansPro-Semibold';
    src: local('SourceSansPro-Semibold'), local('SourceSansPro-Semibold'),
    url('/wp-content/fonts/source-sans-pro-v13-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('/wp-content/fonts/source-sans-pro-v13-latin-ext_latin-600.woff') format('woff');
    font-style: normal;
    font-display: swap;
    font-weight: 600;
}

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: local('SourceSansPro-Bold'), local('SourceSansPro-Bold'),
    url('/wp-content/fonts/source-sans-pro-v13-latin-ext_latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('/wp-content/fonts/source-sans-pro-v13-latin-ext_latin-900.woff') format('woff');
    font-style: normal;
    font-display: swap;
    font-weight: 900;
}


.elementor-form-fields-wrapper .elementor-field-option>input {
    position:absolute;
    left:0;
    top:30px;
    opacity:0;
    z-index: -1;
}
/* CHECKBOXES */
.elementor-field-type-checkbox .elementor-field-option>label {
    padding-left: 30px;
    display: block;
    position: relative;
}

.elementor-field-type-checkbox .elementor-field-option>input[type=checkbox]:checked+label:before {
    border-color: #aabe28;
}

.elementor-field-type-checkbox .elementor-field-option>label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    border: 1px solid #d4d7d9;
}


.elementor-field-type-checkbox .elementor-field-option>label:after {
    content:'';
    width:14px;
    height:7px;
    position:absolute;
    top: 5px;
    left: 4px;
    border:solid #aabe28;
    border-width:0 0 2px 2px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}

.elementor-field-type-checkbox .elementor-field-option>input[type=checkbox]:checked+label:after {
    opacity: 1;
}


/* RADIO */
.elementor-field-type-radio .elementor-field-option>label {
    padding-left: 30px;
    display: block;
    position: relative;
}

.elementor-field-type-radio .elementor-field-option>input[type=radio]:checked+label:before {
    border-color: #aabe28;
}

.elementor-field-type-radio .elementor-field-option>label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border: 1px solid #d4d7d9;
}


.elementor-field-type-radio .elementor-field-option>label:after {
    content:'';
    width:14px;
    height:7px;
    position:absolute;
    top: 5px;
    left: 4px;
    border:solid #aabe28;
    border-width:0 0 2px 2px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}

.elementor-field-type-radio .elementor-field-option>input[type=radio]:checked+label:after {
    opacity: 1;
}