@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@400;600&display=swap');

.marquee-container {
    overflow-x: hidden;
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
}

.marquee {
	flex: 0 0 auto;
    min-width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    animation: marquee 45s infinite linear;
}

.tooltip-text {
	text-decoration: underline dotted;
}

.text-wigl {
	font-family: 'Montserrat Alternates';
	font-weight: 600;
	text-transform: lowercase;
}

.gecko-text-light {
    display: none !important;
}

.menu-custom a,
.menu-custom .elementor-nav-menu a {
	display: block;
}

h1.entry-title {
	font-size: 32px;
}

@keyframes marquee {
	0% {
    transform: translateX(0);
	}
	100% {
			transform: translateX(-100%);
	}
}

/* Widget Price Table, workaround */
.elementor-price-table {
    text-align: center
}

.elementor-price-table .elementor-price-table__header {
    background: var(--e-price-table-header-background-color,#555);
    padding: 20px 0
}

.elementor-price-table .elementor-price-table__heading {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding: 0
}

.elementor-price-table .elementor-price-table__subheading {
    color: #fff;
    font-size: 13px;
    font-weight: 400
}

.elementor-price-table .elementor-price-table__original-price {
    align-self: center;
    font-size: .5em;
    font-weight: 400;
    line-height: 1;
    margin-inline-end:15px;text-decoration: line-through
}

.elementor-price-table .elementor-price-table__original-price .elementor-price-table__currency {
    font-size: 1em;
    margin: 0
}

.elementor-price-table .elementor-price-table__price {
    align-items: center;
    color: #555;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 65px;
    font-weight: 800;
    justify-content: center;
    padding: 40px 0
}

.elementor-price-table .elementor-price-table__price .elementor-typo-excluded {
    font-size: medium;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    text-transform: none
}

.elementor-price-table .elementor-price-table__after-price {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: start
}

.elementor-price-table .elementor-price-table__integer-part {
    line-height: .8
}

.elementor-price-table .elementor-price-table__currency,.elementor-price-table .elementor-price-table__fractional-part {
    font-size: .3em;
    line-height: 1
}

.elementor-price-table .elementor-price-table__currency {
    margin-inline-end:3px}

.elementor-price-table .elementor-price-table__period {
    font-size: 13px;
    font-weight: 400;
    width: 100%
}

.elementor-price-table .elementor-price-table__features-list {
    color: var(--e-price-table-features-list-color);
    line-height: 1;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.elementor-price-table .elementor-price-table__features-list li {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 0
}

.elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner {
    margin-left: 15px;
    margin-right: 15px
}

.elementor-price-table .elementor-price-table__features-list li:not(:first-child):before {
    border: 0 solid hsla(0,0%,48%,.3);
    content: "";
    display: block;
    margin: 10px 12.5%
}

.elementor-price-table .elementor-price-table__features-list i {
    font-size: 1.3em;
    margin-inline-end:10px}

.elementor-price-table .elementor-price-table__features-list svg {
    margin-inline-end:10px;fill: var(--e-price-table-features-list-color);
    height: 1.3em;
    width: 1.3em
}

.elementor-price-table .elementor-price-table__features-list svg~* {
    vertical-align: text-top
}

.elementor-price-table .elementor-price-table__footer {
    padding: 30px 0
}

.elementor-price-table .elementor-price-table__additional_info {
    font-size: 13px;
    line-height: 1.4;
    margin: 0
}

.elementor-price-table__ribbon {
    height: 150px;
    left: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(90deg);
    width: 150px
}

.elementor-price-table__ribbon-inner {
    background: #000;
    font-size: 13px;
    font-weight: 800;
    left: 0;
    line-height: 2;
    margin-top: 35px;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    width: 200%
}

.elementor-price-table__ribbon.elementor-ribbon-left {
    left: 0;
    right: auto;
    transform: rotate(0)
}

.elementor-price-table__ribbon.elementor-ribbon-right {
    left: auto;
    right: 0;
    transform: rotate(90deg)
}

.elementor-widget-price-table .elementor-widget-container,.elementor-widget-price-table:not(:has(.elementor-widget-container)) {
    background-color: #f9fafa;
    overflow: hidden
}

@keyframes jello {
    11.1%,from,to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}