body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}
body.locked {
	overflow: hidden;
}


.elementor-heading-title > span {
	color: var(--e-global-color-secondary);
}

p {
	margin-top: 0;
}
p:empty {
	display: none;
}


.font-size {
	list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: 700;
    gap: 15px;
    font-size: 21px;
}
.font-size > li {
	font-size: inherit !important;
	cursor: pointer;
}
.font-size > li:hover {
	opacity: 0.7;
}

.font-size .text {
	display: none;
}



a.glink.gt_switcher-popup {
    background-color: #637B89;
    color: #ffff;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 30px;
}
a.glink.gt_switcher-popup img {
	display: none !important;
}
a.glink.gt_switcher-popup span:last-child {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ccircle cx='12' cy='12' r='8' stroke='%23ffffff'%3E%3C/circle%3E%3Cpath d='M18.572 7.20637C17.8483 8.05353 16.8869 8.74862 15.7672 9.23422C14.6475 9.71983 13.4017 9.98201 12.1326 9.99911C10.8636 10.0162 9.60778 9.78773 8.4689 9.33256C7.33002 8.87739 6.34077 8.20858 5.58288 7.38139' stroke='%23ffffff'%3E%3C/path%3E%3Cpath d='M18.572 16.7936C17.8483 15.9465 16.8869 15.2514 15.7672 14.7658C14.6475 14.2802 13.4017 14.018 12.1326 14.0009C10.8636 13.9838 9.60778 14.2123 8.4689 14.6674C7.33002 15.1226 6.34077 15.7914 5.58288 16.6186' stroke='%23ffffff'%3E%3C/path%3E%3Cpath d='M12 4V20' stroke='%23ffffff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	height: 30px;
    font-size: 0 !important;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    margin: 0 !important;
    background-size: 100% auto;
    position: relative;
    left: 8px;
}



/* Buttons */
a.elementor-button svg path {
	fill: currentColor;
}




.elementor-testimonial__image img {
	height: auto;
	object-fit: unset;
}




@media screen and (min-width: 769px) {

	.elementor-widget-button.elementor-button-arrow .elementor-button span.elementor-button-icon,
	form .elementor-button span.elementor-button-icon {
		transition: 0.5s;
	}
	.elementor-widget-button.elementor-button-arrow .elementor-button:hover span.elementor-button-icon,
	form .elementor-button:hover span.elementor-button-icon {
		margin-left: 20px;
	}
	
	.hover .special {
		height: 68px !important;
		transition: 0.5s;
	}
	.hover .content {
		opacity: 0;
		position: relative;
		top: 30px;
		transition: 0.5s;
		transition-delay: 0.2s;
	}
	.hover .button {
		opacity: 0;
		transition: 0.5s;
		transition-delay: 0.3s;
	}
	.hover:hover .special {
		height: 200px !important;
	}
	.hover:hover .content {
		opacity: 1;
		top: 0;
	}
	.hover:hover .button {
		opacity: 1;
	}

}


@media screen and (max-width: 768px) {

	a.glink.gt_switcher-popup {
		padding: 8px 20px 11px 20px;
	}
	a.glink.gt_switcher-popup span {
	    font-size: 13px !important;
	}

	.font-size {
	    font-size: 16px;
        justify-content: end;
        border-bottom: 1px solid #cdcdcd;
        padding: 5px 20px 5px 30px;
	}
	.font-size .text {
		display: block;
        font-weight: 400;
        font-size: 12px !important;
	}
	
	.autoflow .swiper {
		overflow: visible;
	}

	.hover {
	    overflow: hidden !important;
	}

}