/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 03 2026 | 15:27:09 */
:root {
	--color-base: #1a2b5e;
	--color-base-0: #0e1733;
	--color-base-1: #152555;
	--color-base-2: #2b407e;
    --color-accent: #ed3320;
	--color-accent-2: #ff4f3d;
}

body {
	/*font-family: 'UniSans';*/
	font-family: 'Metropolis';
	font-size: 1.2rem;
	overflow-x: hidden;
}

::-moz-selection {
	color: var(--color-accent);
	background: var(--color-base);
}
::selection {
	/*color: #fff;*/
	color: var(--color-accent);
	background: var(--color-base);
}

::-webkit-media-controls-start-playback-button {
    display:none;
}

::-webkit-input-placeholder {
    text-indent: 0px;
    transition: text-indent .3s ease, opacity .35s ease
}
:focus::-webkit-input-placeholder {
    text-indent: -25px;
    opacity: 0
}

::-webkit-scrollbar {
    background-color: var(--color-base-0);
}
::-webkit-scrollbar-corner {
	background: var(--color-base);
}
::-webkit-scrollbar-thumb {
	background: var(--color-accent);
}
::-webkit-scrollbar-thumb:hover {
	background: var(--color-accent-2);
}



.elementor-heading-title,
.elementor-widget-icon-box .elementor-icon-box-title {
	font-family: 'UniSans';
	font-weight: 600;
	font-style: italic;

	overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
    max-width: 100%;
}

.elementor-heading-title b strong {
	display: inline-block;
	transform: skewX(-10deg);
	font-style: normal;
}

/*!
	HERO
*/
/*
section.hero h1 b {
	color: #fff;
}
*/
section.hero {
	min-height: 80vh;
}

.elementor .elementor-background-video-container {
	/*background: var(--color-base);*/
}

/*.elementor .video-contain .elementor-background-video-container video*/


@media (min-width: 481px) {
	.elementor .video-contain video {
		-o-object-fit: contain;
		object-fit: contain;
		height: 100% !important;
	}
}





/* Tom Dig BG */
.tom-dig-bg {
    background-position: calc(50% - 300px) bottom !important;
}
@media (max-width: 767px) {
    .tom-dig-bg {
        background-image: none !important;
    }
}






/* GLOBAL DEFAULTS */
#wpadminbar {
    position: fixed;
}

html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
    /*font-family: 'Metropolis';*/
	font-size: 18px;
    /*color: #2a2842;*/
	color: #292460;
	min-height: 100vh;

	/*background-image: linear-gradient(0deg, #2a2842 50%, #fff 50%);*/
}

/* Page Content (exluding Header and Footer) */
#page > div {
    /*font-size: 20px;*/
}

a {
    color: #e02e63;
    /*font-weight: 600;*/
}

img {
	-webkit-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    user-select: none;
}

[type=button], [type=submit], button {
	transition: none;
}

/* Headings */
h1, h2, h3, h4, h5, h6, h7, h8, h9 {
    font-weight: 800;
}

/*
h1 {
    font-size: calc(3rem + 1vw);
}
h2 {
    font-size: calc(1.325rem + .9vw);
}
h3 {
    font-size: calc(1.3rem + .6vw);
}
h4 {
    font-size: calc(1.275rem + .3vw);
}
*/

h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, h7 b, h8 b, h9 b {
	/*color: #e20055;*/
	/*color: #e73362;*/
	color: var(--color-accent);
    font-weight: inherit;
}
h1 b strong, h2 b strong, h3 b strong, h4 b strong {
	display: inline-block;
	/*background: #e20055;*/
	/*background: #e73362;*/
	background: var(--color-accent);
	color: #fcfcfc;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    margin: -0.025em -0.1em;
    padding: 0.025em 0.1em;
}

thin {
	font-weight: 200;
}

@media (max-width: 480px) {
	h1 {
		font-size: calc(1.8rem + 1vw);
	}
	.elementor-widget-heading .elementor-heading-title.elementor-size-large {
		/*font-size: 24px !important;*/
	    font-size: calc(1.2rem + 1vw) !important;
	}
}

/* Sections */
/*
#page > div .elementor-top-section.elementor-section-boxed {
    padding: 120px 25px 120px 25px;
}
*/

/*
.elementor-section-boxed.shadow-inner-top {
    box-shadow: inset 0 15px 25px #000000;
}
*/
.elementor-section-boxed.shadow-inner-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.15) 30%,
        rgba(0, 0, 0, 0) 100%
    );
    pointer-events: none;
    z-index: 1;
}

@media(max-width: 767px) {
	#page > .elementor > section:last-child {
	    padding-bottom: 120px;
	}
}

.elementor-top-section.elementor-section-boxed.dark {
    background: #2a2842;
    color: #fff;
}
.elementor-top-section.elementor-section-boxed.extra-dark {
    background: #1b192d;
    color: #fff;
}

.section-title {
    position: absolute;
    left: 0;
    right: 0;
}
.section-title h1 {
	-webkit-text-stroke: 2px #2a284212;
	text-stroke: 2px #2a284224;
    font-size: 120px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    color: transparent;
    overflow: hidden;
    text-align: center;
    margin-left: -25vw;
}
.section-title.dark h1 {
	-webkit-text-stroke: 2px #ffffff12;
	text-stroke: 2px #ffffff24;
}

section.drop-shadow > .elementor-container {
	box-shadow: 1px 1px 100px rgba(0,0,0,.15);
}
section.rounded > .elementor-container {
	border-radius: 25px;
	overflow: hidden;
}


/* Section Styles */
section.notification:before {
    content: '';
    z-index: 1;
    position: relative;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/construction-line.svg) transparent repeat-x 100% 0%;
    filter: invert(1) contrast(1.5);
    width: 70%;
    height: 36px;
    background-size: 108px;
    margin-top: -5px;
}
section.notification:after {
    content: '';
    z-index: 1;
    position: relative;
    opacity: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/wp-content/uploads/construction-line.svg) transparent repeat-x 50px -10px;
    width: 70%;
    height: 36px;
    background-size: 162px;
	filter: invert(1) contrast(1.5);
	/*background-color:#fac90c;*/
}
section.notification.bricks:before {
	background: url(/wp-content/uploads/seamless-bricks.png) transparent repeat-x 50% 0%;
    filter: none;
    width: 100%;
    height: 87px;
    background-size: 440px;
    margin-top: -50px;
    box-shadow: inset 0 -3px 0px #141a417d;
}

section.notification.dark-yellow {
    background: #141a41;
	color: #fff;
}
section.notification.dark-yellow .elementor-widget-text-editor {
	color: #fff;
}
section.notification.dark-yellow h2.elementor-heading-title {
    color: #fbe525;
}
section.notification.dark-yellow p.elementor-heading-title {
	color: #e73362;
}
section.notification.dark-yellow .wpcf7-form {
	color: #141a41;
}
section.notification.dark-yellow:after {
	background-image: url(/wp-content/uploads/construction-line-yellow.svg);
	filter: none;
	filter: brightness(0) saturate(100%) invert(31%) sepia(73%) saturate(505%) hue-rotate(-43deg) brightness(114%) contrast(154%);
}


/* Wrappers */
.wrap {
	position: relative;
}
.wrap:before {
    content: '';
	display: block;
    position: absolute;
    background: url(/wp-content/uploads/caution-tape-post-wrap.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    width: calc(100% + 4px);
    height: 100%;
    left: -2px;
	pointer-events: none;
}
.wrap.wrap-200:before {
    background-size: 200%;
}
.wrap.wrap-left:before {
    background-position-x: 0%;
}
.wrap.wrap-right:before {
    background-position-x: 88%;
}
.wrap.wrap-top:before {
    background-position-y: 0%;
}
.wrap.wrap-bottom:before {
    background-position-y: 95%;
}


/* Content */
.nowrap {
	white-space: nowrap;
}

img.flag {
    width: 22px;
    border-radius: 2px !important;
    top: 2px;
    position: relative;
}

p strong,
.elementor-widget-text-editor strong {
	/*
    margin: -0.15em -0.2em -0.10em -0.2em;
    padding: 0.15em 0.2em 0.1em 0.2em;
	*/
	margin: -0.075em -0.1em -0.05em -0.15em;
    padding: 0.075em 0.1em 0.05em 0.15em;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    border-radius: 4.5px;
    background: #e73362;
    color: #fcfcfc;
}
p strong.dark,
.elementor-widget-text-editor strong.dark {
	/*background: #2a2842;*/
	background: #292460;
}
section.dark p strong.dark, section.dark .elementor-widget-text-editor strong {
    background: #eee;
    /*color: #2a2842;*/
	color: #292460;
}


/* Content Helpers */
.elementor-widget.flex-wrap-around .elementor-widget-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}


/* Markers */
:root {
    --line-white: url("data:image/svg+xml;charset=utf-8,%3Csvg preserveAspectRatio='none' width='120' height='6' viewBox='0 0 120 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M119 0.8C60 4 50-0.5 1 1.5' stroke='%23ffffff' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
	--line-red: url("data:image/svg+xml;charset=utf-8,%3Csvg preserveAspectRatio='none' width='120' height='6' viewBox='0 0 120 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M119 0.8C60 4 50-0.5 1 1.5' stroke='%23e73362' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    --line-orange: url("data:image/svg+xml;charset=utf-8,%3Csvg preserveAspectRatio='none' width='120' height='6' viewBox='0 0 120 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M119 0.8C60 4 50-0.5 1 1.5' stroke='%23ff6700' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    --line-yellow: url("data:image/svg+xml;charset=utf-8,%3Csvg preserveAspectRatio='none' width='120' height='6' viewBox='0 0 120 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M119 0.8C60 4 50-0.5 1 1.5' stroke='%23fc0' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    --line-green: url("data:image/svg+xml;charset=utf-8,%3Csvg preserveAspectRatio='none' width='120' height='6' viewBox='0 0 120 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M119 0.8C60 4 50-0.5 1 1.5' stroke='%2368de90' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    --line-dark: url("data:image/svg+xml;charset=utf-8,%3Csvg preserveAspectRatio='none' width='120' height='6' viewBox='0 0 120 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M119 0.8C60 4 50-0.5 1 1.5' stroke='%236b7280' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
}


.marker,
mark {
    color: inherit;
	/*
    margin: 0 -0.4em;
    padding: 0 0.4em;
	*/
	/*
    margin: -0.1em -0.2em;
    padding: 0.1em 0.2em;
	*/
	/*
	margin: -0.3em -0.1em;
    padding: 0.3em 0.1em;
	*/
	margin: -0.2em -0.1em;
    padding: 0.2em 0.1em;
    background: var(--line-red) bottom left/100% 0.3em no-repeat;
	-webkit-box-decoration-break: clone;
}
.marker a,
.marker.line-only {
    background: var(--line-red) bottom left/100% 0.3em no-repeat;
}
.marker.green {
    background: linear-gradient( 74deg, rgba(130, 255, 173, 0) 0.9%, rgba(130, 255, 173, 1.25) 2.4%, rgba(130, 255, 173, 0.5) 5.8%, rgba(130, 255, 173, 0.1) 93%, rgba(130, 255, 173, 0.7) 96%, rgba(130, 255, 173, 0) 98% ), linear-gradient( 183deg, rgba(130, 255, 173,0) 0%, rgba(130, 255, 173,0.3) 7.9%, rgba(130, 255, 173,0) 15% );
    /*text-shadow: -12px 12px 9.8px rgb(130 255 173 / 70%), 21px -18.1px 7.3px rgb(255 255 255), -18.1px -27.3px 30px rgb(255 255 255);*/
	text-shadow: -0.2em 0.2em 0.2em rgb(130 255 173 / 70%), 0.3em -0.25em 7.3px rgb(255 255 255 / 90%), -0.5em -0.3em 0.5em rgb(255 255 255 / 90%);
}
.marker.green.line-only,
.marker.green a {
    background: var(--line-green) bottom left/100% 0.3em no-repeat;
}
.marker.line-only {
    text-shadow: none;
}
.marker.red a,
.marker.red.line-only {
    background: var(--line-red) bottom left/100% 0.3em no-repeat;
}

.marker.animate {
	background-size: 0% 5px !important;
    transition: background-size 0.15s linear 0.05s;
}
.marker.animated,
body.headroom--bottom .marker.animate {
    background-size: 100% 5px !important;
}


/* Buttons */
.elementor-button-link {
    /*background-color: #e73362;*/
	/*background-image: linear-gradient(55deg, #53b057, #9bd955);*/
	background: var(--color-base);
    background-image: linear-gradient(55deg, var(--color-base), var(--color-base-2));
    font-weight: 800;
    line-height: 1.5;
    border-radius: 30px !important;
    padding: 15px 25px !important;
}
.elementor-button-link.white {
    background: #fff;
    color: #e73362;
	box-shadow: 0px 1px 5px #00000017, 2px 3px 2px #00000026;
}
.elementor-button-content-wrapper {
	align-items: center;
}
.elementor-button-link .elementor-button-icon {
    line-height: 1;
}
/*
.elementor-button-link .fa-arrow-right:before {
	content: "\f054";
}
*/

/* power up buttons */
.power-up .elementor-button-link,
.elementor-button-link.power-up {
    position: relative;
    z-index: 1;
    overflow: hidden;
	vertical-align: top;
}
.power-up .elementor-button-link:hover,
.elementor-button-link.power-up:hover {
    /*color: #fff;*/
    /*background: transparent;*/
}
.power-up .elementor-button-link:before,
.elementor-button-link.power-up:before {
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    width: 0;
    z-index: -1;
    /*background: #e73362;*/
	/*background-image: linear-gradient(55deg, #e73362, #f75a4f);*/
    background: var(--color-accent);
    background-image: linear-gradient(55deg, var(--color-accent), var(--color-accent-2));
    position: absolute;
    transition: width 0.35s cubic-bezier(0.85, 0.1, 0.08, 1.11);
}
.power-up .elementor-button-link:hover:before,
.elementor-button-link.power-up:hover:before {
    width: 100%;
}
.elementor-button-link.white.power-up:hover {
	color: #fff;
}


/* Widgets - Icon Box */
.elementor-widget-icon .elementor-icon,
.elementor-widget-icon-box .elementor-icon {
    color: #e73362;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05), 0 0 0.5rem rgba(0, 0, 0, 0.075);
	/*
    border-radius: 12px;
    width: 82px;
    height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
	*/
    border-radius: 24px;
    font-size: 2.5rem;
    padding: 2rem;
	margin: 0.75rem 0;
}

section.dark .elementor-widget-icon .elementor-icon,
section.dark .elementor-widget-icon-box .elementor-icon {
    background: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5), 0 0 0.5rem rgba(0, 0, 0, 0.25);
}

/* Widgets - Icon List */
.elementor-widget .elementor-icon-list-item {
	align-items: flex-start !important;
    /*min-height: 40px;*/
    margin-top: 5px !important;
	margin-bottom: 15px !important;
}
.elementor-widget .elementor-icon-list-item .elementor-icon-list-icon {
	top: 4px !important;
	color: #e73362;
}
.elementor-widget .elementor-icon-list-item .elementor-icon-list-icon i {
    font-size: 20px;
}
.elementor-widget .elementor-icon-list-item .elementor-icon-list-text {
    align-self: unset !important;
    line-height: 1.4;
}

/* Reversed Icon List */
.elementor-widget.elementor-align-end .elementor-icon-list-item {
	flex-direction: row-reverse;
}

.elementor-widget.elementor-align-end .elementor-icon-list-item .elementor-icon-list-text {
    padding-inline-start: 0;
    padding-inline-end: 5px;
}


/* Widgets - Accordion */
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item:first-of-type {
    display: none;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item:first-of-type+.elementor-accordion-item {
    border-top: none !important;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
    padding-left: 0 !important;
    padding-bottom: 15px !important;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
    padding-left: 0;
    padding-top: 0;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    /*border-top: 1px solid #ddd !important;*/
	border-top: 1px solid #9295974a !important;
}



/* Footer */
footer a {
	color: inherit;
}
footer a:hover,
footer a:active {
	color: #e73362;
}


/* TAGS */
.tags {
	text-align: center;
	line-height: 1;
    /*line-height: 1.7;*/
}
.tags i {
    background: var(--color-base);
    color: #f7f7f7;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 4px 6px;
    white-space: nowrap;
	border-left: 7px solid var(--color-accent);
    margin: 0 1px;

    line-height: 1;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

/* TAG LIST */
ul.taglist {
    list-style: inside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.taglist li {
    white-space: nowrap;
    display: inline-block;
    border-left: 4px solid var(--color-accent);
    background: var(--color-base);
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 4px;
}
ul.taglist li:last-child {
    margin-right: 0;
}


/* Videos */
.video-hq {
	display: none;
}
@media (min-width: 1920px) {
    .video-lq {
        display: none;
    }
    .video-hq {
        display: block;
    }
}
@media (max-width: 768px) {
	.video-lq {
		overflow: hidden;
		display: block;
		position: relative;
	}

	.video-lq video {
		object-fit: cover;
		object-fit: contain;
		width: 220vw;
		max-width: 220vw;
	}
}

.elementor-widget-video.overlay-scope .elementor-widget-container:before {
    content: '';
    background: url(/wp-content/uploads/Sniper-Scope.min_.png) center center;
    position: absolute;
    height: 96%;
    width: 96%;
    z-index: 99999999;
    background-size: 100%;
    top: 2%;
    left: 2%;
}

/* Contact */
.wpcf7-form {
	box-shadow: 1px 1px 100px rgb(0 0 0 / 9%);
    background: #fff;
    display: block;
    padding: 30px;
    border-radius: 5px;
}
.wpcf7-form:after {
    content: "";
    clear: both;
    display: table;
}

.wpcf7-list-item {
    margin-left: 0 !important;
    margin-right: 12px;
}

.wpcf7 .form-section-label {
    border-bottom: solid 2px #eee;
    font-weight: 900;
}

.wpcf7 label {
    width: 100%;
	text-transform: uppercase;
    font-weight: 600;
}
.wpcf7 label .wpcf7-form-control-wrap {
    margin-top: 5px;
}
.wpcf7 .wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
}

.wpcf7 select,
.wpcf7 input,
.wpcf7 textarea {
    color: #292085;
	background-color: #eee;
    border: none;
    outline: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
	padding: 0.5rem;
}
.wpcf7 select {
	-webkit-appearance: none;
	appearance: none;
}
.wpcf7 textarea {
	height: 120px;
	min-height: 100px;
	resize: none;
}

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: #e02e63;
	background: #eee;
}

.wpcf7 .wpcf7-not-valid {
    /*box-shadow: 0 0 0 2px #e02e63;*/
    background: #ffb7ca;
}

/*
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
*/
.wpcf7 form .wpcf7-response-output {
	position: fixed;
    top: 40vh;
    background: #e02e63;
    padding: 40px;
    z-index: 9;
    font-weight: 800;
    font-size: 20px;
    width: 50vw;
    left: 25vw;
    box-shadow: 0 5px 15px #00000085;
    border-width: 5px;
	border-color: transparent !important;
    color: #fff;
    border-radius: 5px;
	animation: anim-hide 1s ease 3s 1 forwards;
	pointer-events: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #4fd96d;
    /*background: #009688;*/
	background: #48b057;
}

@media(max-width: 480px) {
	.wpcf7 form.invalid .wpcf7-response-output,
	.wpcf7 form.unaccepted .wpcf7-response-output,
	.wpcf7 form.payment-required .wpcf7-response-output {
		top: 20vh;
		padding: 20px;
		font-weight: 600;
		font-size: 16px;
		width: 80vw;
		left: 10vw;
	}
}

.wpcf7-not-valid-tip {
	color: #e7305f;
	display: none;
}

.wpcf7 .wpcf7-spinner {
	position: absolute;

    left: 50px;
    bottom: 38px;
    transform: scale(1.5);
}

.wpcf7 .wpcf7-submit {
	color: #fff;
    background-image: linear-gradient(55deg,#e73362,#f75a4f);
    font-weight: 800;
    border-radius: 30px !important;
    padding: 14px 24px 12px 24px !important;
    border: none;
    outline: none;
    text-transform: uppercase;
    line-height: 1.5;
	margin: 0 !important;
    font-size: 20px;
	float: left;
}

.wpcf7 .wpcf7-submit:active,
.wpcf7 .wpcf7-submit:focus {
    filter: grayscale(0.25);
}
.wpcf7 form.submitting .wpcf7-submit {
    pointer-events: none;
    opacity: 0.5;
}


.wpcf7 form.submitting {
    padding: 20px;
    margin: 10px;
    opacity: 0.9;
    filter: grayscale(0.5);
}


.wpcf7 form.sent,
.wpcf7 form.resetting,
.wpcf7 form.submitting {
	pointer-events: none;
}

.wpcf7 form.sent:before,
.wpcf7 form.resetting:before {
	content: '';
    display: block;
    position: absolute;
    /*background: url(/wp-content/uploads/caution-tape-post-wrap.png) no-repeat;*/
    background-size: 200%;
    background-position: center;
    width: 100%;
    width: calc(100% + 4px);
    height: 100%;
    left: -2px;
    pointer-events: none;
    z-index: 1;

}
.wpcf7 form.sent p,
.wpcf7 form.resetting p {
    filter: grayscale(1) opacity(0.5);
}

@keyframes anim-hide {
	0% { opacity: 1; transform: translateY(0px); }
	100% { opacity: 0; transform: translateY(50px); }
}



/* Widgets - Accordion */
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item:first-of-type {
    display: none;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item:first-of-type+.elementor-accordion-item {
    border-top: none !important;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
    padding-left: 0 !important;
    padding-bottom: 15px !important;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
    padding-left: 0;
    padding-top: 0;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    /*border-top: 1px solid #ddd !important;*/
	border-top: 1px solid #9295974a !important;
}

.faq-accordions.elementor-widget-accordion .elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
	border-color: transparent !important;
}

.faq-accordions .elementor-accordion .elementor-accordion-item {
	background: #f7f7f7;
	box-shadow: 0 2px 4px 0 #40404033;
    border-radius: 8px;
    padding: 12px 32px;
    margin-bottom: 20px;
}

.faq-accordions .elementor-accordion .elementor-accordion-item:last-of-type {
    margin-bottom: 0px;
}


/* Animations */
.anim-floating {
    animation: anim-floating 5s ease-in-out infinite;
}

.anim-ring {
	animation: anim-ring 5s 3.7s ease-in-out infinite;
	animation-direction: alternate, reverse, normal;
    transform-origin: 55% 60%;
}

.anim-heart {
	color:#ef3e33;
	animation:anim-heartbeat 2s ease-in-out infinite;
}

.anim-delay-1 {
	 animation-delay: 1s;
}

@keyframes anim-floating {
    0% { transform: translate(0, 0px) }
    50% { transform: translate(0, 15px) }
    100% { transform: translate(0, 0px) }
}

@keyframes anim-sideways {
    0% { transform: translate(0px, 0) }
    50% { transform: translate(15px, 0) }
    100% { transform: translate(0px, 0) }
}

@keyframes anim-ring {
  0% { transform: rotate(0deg); }
  1% { transform: rotate(30deg); }
  2% { transform: rotate(-28deg); }
  3% { transform: rotate(34deg); }
  4% { transform: rotate(-32deg); }
  5% { transform: rotate(30deg); }
  6% { transform: rotate(-28deg); }
  7% { transform: rotate(26deg); }
  8% { transform: rotate(-24deg); }
  9% { transform: rotate(22deg); }
  10% { transform: rotate(-20deg); }
  11% { transform: rotate(18deg); }
  12% { transform: rotate(-16deg); }
  13% { transform: rotate(14deg); }
  14% { transform: rotate(-12deg); }
  15% { transform: rotate(10deg); }
  16% { transform: rotate(-8deg); }
  17% { transform: rotate(6deg); }
  18% { transform: rotate(-4deg); }
  19% { transform: rotate(2deg); }
  20% { transform: rotate(-1deg); }
  21% { transform: rotate(0deg); }
}

@keyframes anim-heartbeat {
    0% { transform: scale(1); }
    10% { transform: scale(.75); }
    20% { transform: scale(1); }
    30% { transform: scale(.75); }
    40% { transform: scale(1); }
}
@keyframes anim-heartbeat-xl {
    0% { transform: scale(1); }
    10% { transform: scale(1.35); }
    20% { transform: scale(1); }
    30% { transform: scale(1.25); }
    40% { transform: scale(1); }
}

@keyframes anim-bounchy {
    0% { transform: translateX(0px) }
    35% { transform: translateX(4px) }
    50% { transform: translateX(-2px) }
    80% { transform: translateX(3px) }
    100% { transform: translateX(0px) }
}

@keyframes anim-ring {
	0% { transform: rotate(0deg); }
	1% { transform: rotate(30deg); }
	2% { transform: rotate(-28deg); }
	3% { transform: rotate(34deg); }
	4% { transform: rotate(-32deg); }
	5% { transform: rotate(30deg); }
	6% { transform: rotate(-28deg); }
	7% { transform: rotate(26deg); }
	8% { transform: rotate(-24deg); }
	9% { transform: rotate(22deg); }
	10% { transform: rotate(-20deg); }
	11% { transform: rotate(18deg); }
	12% { transform: rotate(-16deg); }
	13% { transform: rotate(14deg); }
	14% { transform: rotate(-12deg); }
	15% { transform: rotate(10deg); }
	16% { transform: rotate(-8deg); }
	17% { transform: rotate(6deg); }
	18% { transform: rotate(-4deg); }
	19% { transform: rotate(2deg); }
	20% { transform: rotate(-1deg); }
	21% { transform: rotate(0deg); }
}

@keyframes anim-blinker {
    from { opacity: 1.0 }
    to { opacity: 0.0 }
}

@media (min-width: 576px) {
    .rounded-sm-20 {
        border-radius: 20px !important
    }
}
