
:root {
	--gcid-primary-color: #2ea3f2;
	--gcid-secondary-color: #80f;
	--gcid-heading-color: #022222;
	--gcid-body-color: #666;
	--gcid-link-color: #2ea3f2;
	--gcid-navy-dark: #162f47;
	--gcid-light-bg: #f5f7fa;
	--gcid-border: #e2e8f0;
	--gcid-lf6yeg5ybo: #000;
}

:root {
	--content-width: 80%;
	--content-max-width: 1080px;
	--section-padding: 56px;
	--section-gutter: 60px;
	--row-gutter-horizontal: 5.5%;
	--row-gutter-vertical: 40px;
	--module-gutter: 30px;
}

.et_flex_column, .et_flex_group, .et_flex_module, .et_flex_row, .et_flex_section {
	display: flex;
	-moz-column-gap: var(--horizontal-gap);
	column-gap: var(--horizontal-gap);
	row-gap: var(--vertical-gap);
	flex-direction: var(--flex-direction);
}

.et_flex_row {
	--horizontal-gap: var(--row-gutter-horizontal);
	--vertical-gap: var(--row-gutter-vertical);
	--flex-direction: row;
}

.et_flex_row > [class*=et_flex_column] {
	--horizontal-gap-parent: var(--row-gutter-horizontal);
}

.et_flex_row .et_pb_row_nested.et_flex_row {
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
}

.et_flex_section {
	--horizontal-gap: var(--section-gutter);
	--vertical-gap: var(--section-gutter);
	--flex-direction: column;
	padding: var(--section-padding) 0;
	align-items: center;
}

.et_flex_section > [class*=et_flex_column] {
	--horizontal-gap-parent: var(--section-gutter);
}

.et_flex_column, .et_flex_group, .et_flex_module {
	--flex-direction: column;
	--horizontal-gap: var(--module-gutter);
	--vertical-gap: var(--module-gutter);
}

.et_flex_column > [class*=et_flex_column], .et_flex_group > [class*=et_flex_column], .et_flex_module > [class*=et_flex_column] {
	--horizontal-gap-parent: var(--module-gutter);
}

.et_flex_column > .et_pb_module, .et_flex_group > .et_pb_module, .et_flex_module > .et_pb_module, .et_pb_section .et_pb_row .et_flex_column > .et_pb_module, .et_pb_section .et_pb_row .et_flex_group > .et_pb_module, .et_pb_section .et_pb_row .et_flex_module > .et_pb_module {
	margin-bottom: 0;
}

.et_flex_row.et_pb_equal_columns, .et_pb_section.et_pb_equal_columns > .et_flex_row {
	align-items: stretch;
}

.rtl .et_flex_row {
	direction: rtl;
}

.rtl .et_flex_row.et_pb_equal_columns, .rtl .et_pb_section.et_pb_equal_columns > .et_flex_row {
	flex-direction: row-reverse;
}

.et_flex_column_1_24 {
	width: calc(4.1667% - var(--horizontal-gap-parent, 5.5%) * 23 / 24);
}

.et_flex_column_2_24 {
	width: calc(8.3333% - var(--horizontal-gap-parent, 5.5%) * 11 / 12);
}

.et_flex_column_3_24 {
	width: calc(12.5% - var(--horizontal-gap-parent, 5.5%) * 7 / 8);
}

.et_flex_column_4_24 {
	width: calc(16.6667% - var(--horizontal-gap-parent, 5.5%) * 5 / 6);
}

.et_flex_column_5_24 {
	width: calc(20.8333% - var(--horizontal-gap-parent, 5.5%) * 3.8 / 4.8);
}

.et_flex_column_6_24 {
	width: calc(25% - var(--horizontal-gap-parent, 5.5%) * 3 / 4);
}

.et_flex_column_7_24 {
	width: calc(29.1667% - var(--horizontal-gap-parent, 5.5%) * 2.42857 / 3.42857);
}

.et_flex_column_8_24 {
	width: calc(33.3333% - var(--horizontal-gap-parent, 5.5%) * 2 / 3);
}

.et_flex_column_9_24 {
	width: calc(37.5% - var(--horizontal-gap-parent, 5.5%) * 1.66667 / 2.66667);
}

.et_flex_column_10_24 {
	width: calc(41.6667% - var(--horizontal-gap-parent, 5.5%) * 1.4 / 2.4);
}

.et_flex_column_11_24 {
	width: calc(45.8333% - var(--horizontal-gap-parent, 5.5%) * 1.18182 / 2.18182);
}

.et_flex_column_12_24 {
	width: calc(50% - var(--horizontal-gap-parent, 5.5%) * 1 / 2);
}

.et_flex_column_13_24 {
	width: calc(54.1667% - var(--horizontal-gap-parent, 5.5%) * .84615 / 1.84615);
}

.et_flex_column_14_24 {
	width: calc(58.3333% - var(--horizontal-gap-parent, 5.5%) * .71429 / 1.71429);
}

.et_flex_column_15_24 {
	width: calc(62.5% - var(--horizontal-gap-parent, 5.5%) * .6 / 1.6);
}

.et_flex_column_16_24 {
	width: calc(66.6667% - var(--horizontal-gap-parent, 5.5%) * .5 / 1.5);
}

.et_flex_column_17_24 {
	width: calc(70.8333% - var(--horizontal-gap-parent, 5.5%) * .41176 / 1.41176);
}

.et_flex_column_18_24 {
	width: calc(75% - var(--horizontal-gap-parent, 5.5%) * .33333 / 1.33333);
}

.et_flex_column_19_24 {
	width: calc(79.1667% - var(--horizontal-gap-parent, 5.5%) * .26316 / 1.26316);
}

.et_flex_column_20_24 {
	width: calc(83.3333% - var(--horizontal-gap-parent, 5.5%) * .2 / 1.2);
}

.et_flex_column_21_24 {
	width: calc(87.5% - var(--horizontal-gap-parent, 5.5%) * .14286 / 1.14286);
}

.et_flex_column_22_24 {
	width: calc(91.6667% - var(--horizontal-gap-parent, 5.5%) * .09091 / 1.09091);
}

.et_flex_column_23_24 {
	width: calc(95.8333% - var(--horizontal-gap-parent, 5.5%) * .04348 / 1.04348);
}

.et_flex_column_24_24 {
	width: calc(100% - var(--horizontal-gap-parent, 5.5%) * 0 / 1);
}

.et_flex_column_1_5 {
	width: calc(20% - var(--horizontal-gap-parent, 5.5%) * 4 / 5);
}

.et_flex_column_2_5 {
	width: calc(40% - var(--horizontal-gap-parent, 5.5%) * 1.5 / 2.5);
}

.et_flex_column_3_5 {
	width: calc(60% - var(--horizontal-gap-parent, 5.5%) * .66667 / 1.66667);
}

.et_flex_column_4_5 {
	width: calc(80% - var(--horizontal-gap-parent, 5.5%) * .25 / 1.25);
}

.et_flex_column_5_5 {
	width: calc(100% - var(--horizontal-gap-parent, 5.5%) * 0 / 1);
}

.et_flex_column_1_7 {
	width: calc(14.2857% - var(--horizontal-gap-parent, 5.5%) * 6 / 7);
}

.et_flex_column_1_9 {
	width: calc(11.1111% - var(--horizontal-gap-parent, 5.5%) * 8 / 9);
}

.et_flex_column_1_10 {
	width: calc(10% - var(--horizontal-gap-parent, 5.5%) * 9 / 10);
}

.et_flex_column_1_11 {
	width: calc(9.0909% - var(--horizontal-gap-parent, 5.5%) * 10 / 11);
}

@media only screen and (max-width:980px) {
	.et_flex_column_1_24_tablet {
		width: calc(4.1667% - var(--horizontal-gap-parent, 5.5%) * 23 / 24);
	}
	
	.et_flex_column_2_24_tablet {
		width: calc(8.3333% - var(--horizontal-gap-parent, 5.5%) * 11 / 12);
	}
	
	.et_flex_column_3_24_tablet {
		width: calc(12.5% - var(--horizontal-gap-parent, 5.5%) * 7 / 8);
	}
	
	.et_flex_column_4_24_tablet {
		width: calc(16.6667% - var(--horizontal-gap-parent, 5.5%) * 5 / 6);
	}
	
	.et_flex_column_5_24_tablet {
		width: calc(20.8333% - var(--horizontal-gap-parent, 5.5%) * 3.8 / 4.8);
	}
	
	.et_flex_column_6_24_tablet {
		width: calc(25% - var(--horizontal-gap-parent, 5.5%) * 3 / 4);
	}
	
	.et_flex_column_7_24_tablet {
		width: calc(29.1667% - var(--horizontal-gap-parent, 5.5%) * 2.42857 / 3.42857);
	}
	
	.et_flex_column_8_24_tablet {
		width: calc(33.3333% - var(--horizontal-gap-parent, 5.5%) * 2 / 3);
	}
	
	.et_flex_column_9_24_tablet {
		width: calc(37.5% - var(--horizontal-gap-parent, 5.5%) * 1.66667 / 2.66667);
	}
	
	.et_flex_column_10_24_tablet {
		width: calc(41.6667% - var(--horizontal-gap-parent, 5.5%) * 1.4 / 2.4);
	}
	
	.et_flex_column_11_24_tablet {
		width: calc(45.8333% - var(--horizontal-gap-parent, 5.5%) * 1.18182 / 2.18182);
	}
	
	.et_flex_column_12_24_tablet {
		width: calc(50% - var(--horizontal-gap-parent, 5.5%) * 1 / 2);
	}
	
	.et_flex_column_13_24_tablet {
		width: calc(54.1667% - var(--horizontal-gap-parent, 5.5%) * .84615 / 1.84615);
	}
	
	.et_flex_column_14_24_tablet {
		width: calc(58.3333% - var(--horizontal-gap-parent, 5.5%) * .71429 / 1.71429);
	}
	
	.et_flex_column_15_24_tablet {
		width: calc(62.5% - var(--horizontal-gap-parent, 5.5%) * .6 / 1.6);
	}
	
	.et_flex_column_16_24_tablet {
		width: calc(66.6667% - var(--horizontal-gap-parent, 5.5%) * .5 / 1.5);
	}
	
	.et_flex_column_17_24_tablet {
		width: calc(70.8333% - var(--horizontal-gap-parent, 5.5%) * .41176 / 1.41176);
	}
	
	.et_flex_column_18_24_tablet {
		width: calc(75% - var(--horizontal-gap-parent, 5.5%) * .33333 / 1.33333);
	}
	
	.et_flex_column_19_24_tablet {
		width: calc(79.1667% - var(--horizontal-gap-parent, 5.5%) * .26316 / 1.26316);
	}
	
	.et_flex_column_20_24_tablet {
		width: calc(83.3333% - var(--horizontal-gap-parent, 5.5%) * .2 / 1.2);
	}
	
	.et_flex_column_21_24_tablet {
		width: calc(87.5% - var(--horizontal-gap-parent, 5.5%) * .14286 / 1.14286);
	}
	
	.et_flex_column_22_24_tablet {
		width: calc(91.6667% - var(--horizontal-gap-parent, 5.5%) * .09091 / 1.09091);
	}
	
	.et_flex_column_23_24_tablet {
		width: calc(95.8333% - var(--horizontal-gap-parent, 5.5%) * .04348 / 1.04348);
	}
	
	.et_flex_column_24_24_tablet {
		width: calc(100% - var(--horizontal-gap-parent, 5.5%) * 0 / 1);
	}
	
	.et_flex_column_1_5_tablet {
		width: calc(20% - var(--horizontal-gap-parent, 5.5%) * 4 / 5);
	}
	
	.et_flex_column_2_5_tablet {
		width: calc(40% - var(--horizontal-gap-parent, 5.5%) * 1.5 / 2.5);
	}
	
	.et_flex_column_3_5_tablet {
		width: calc(60% - var(--horizontal-gap-parent, 5.5%) * .66667 / 1.66667);
	}
	
	.et_flex_column_4_5_tablet {
		width: calc(80% - var(--horizontal-gap-parent, 5.5%) * .25 / 1.25);
	}
	
	.et_flex_column_5_5_tablet {
		width: calc(100% - var(--horizontal-gap-parent, 5.5%) * 0 / 1);
	}
	
	.et_flex_column_1_7_tablet {
		width: calc(14.2857% - var(--horizontal-gap-parent, 5.5%) * 6 / 7);
	}
	
	.et_flex_column_1_9_tablet {
		width: calc(11.1111% - var(--horizontal-gap-parent, 5.5%) * 8 / 9);
	}
	
	.et_flex_column_1_10_tablet {
		width: calc(10% - var(--horizontal-gap-parent, 5.5%) * 9 / 10);
	}
	
	.et_flex_column_1_11_tablet {
		width: calc(9.0909% - var(--horizontal-gap-parent, 5.5%) * 10 / 11);
	}
}

@media only screen and (max-width:767px) {
	.et_flex_column_1_24_phone {
		width: calc(4.1667% - var(--horizontal-gap-parent, 5.5%) * 23 / 24);
	}
	
	.et_flex_column_2_24_phone {
		width: calc(8.3333% - var(--horizontal-gap-parent, 5.5%) * 11 / 12);
	}
	
	.et_flex_column_3_24_phone {
		width: calc(12.5% - var(--horizontal-gap-parent, 5.5%) * 7 / 8);
	}
	
	.et_flex_column_4_24_phone {
		width: calc(16.6667% - var(--horizontal-gap-parent, 5.5%) * 5 / 6);
	}
	
	.et_flex_column_5_24_phone {
		width: calc(20.8333% - var(--horizontal-gap-parent, 5.5%) * 3.8 / 4.8);
	}
	
	.et_flex_column_6_24_phone {
		width: calc(25% - var(--horizontal-gap-parent, 5.5%) * 3 / 4);
	}
	
	.et_flex_column_7_24_phone {
		width: calc(29.1667% - var(--horizontal-gap-parent, 5.5%) * 2.42857 / 3.42857);
	}
	
	.et_flex_column_8_24_phone {
		width: calc(33.3333% - var(--horizontal-gap-parent, 5.5%) * 2 / 3);
	}
	
	.et_flex_column_9_24_phone {
		width: calc(37.5% - var(--horizontal-gap-parent, 5.5%) * 1.66667 / 2.66667);
	}
	
	.et_flex_column_10_24_phone {
		width: calc(41.6667% - var(--horizontal-gap-parent, 5.5%) * 1.4 / 2.4);
	}
	
	.et_flex_column_11_24_phone {
		width: calc(45.8333% - var(--horizontal-gap-parent, 5.5%) * 1.18182 / 2.18182);
	}
	
	.et_flex_column_12_24_phone {
		width: calc(50% - var(--horizontal-gap-parent, 5.5%) * 1 / 2);
	}
	
	.et_flex_column_13_24_phone {
		width: calc(54.1667% - var(--horizontal-gap-parent, 5.5%) * .84615 / 1.84615);
	}
	
	.et_flex_column_14_24_phone {
		width: calc(58.3333% - var(--horizontal-gap-parent, 5.5%) * .71429 / 1.71429);
	}
	
	.et_flex_column_15_24_phone {
		width: calc(62.5% - var(--horizontal-gap-parent, 5.5%) * .6 / 1.6);
	}
	
	.et_flex_column_16_24_phone {
		width: calc(66.6667% - var(--horizontal-gap-parent, 5.5%) * .5 / 1.5);
	}
	
	.et_flex_column_17_24_phone {
		width: calc(70.8333% - var(--horizontal-gap-parent, 5.5%) * .41176 / 1.41176);
	}
	
	.et_flex_column_18_24_phone {
		width: calc(75% - var(--horizontal-gap-parent, 5.5%) * .33333 / 1.33333);
	}
	
	.et_flex_column_19_24_phone {
		width: calc(79.1667% - var(--horizontal-gap-parent, 5.5%) * .26316 / 1.26316);
	}
	
	.et_flex_column_20_24_phone {
		width: calc(83.3333% - var(--horizontal-gap-parent, 5.5%) * .2 / 1.2);
	}
	
	.et_flex_column_21_24_phone {
		width: calc(87.5% - var(--horizontal-gap-parent, 5.5%) * .14286 / 1.14286);
	}
	
	.et_flex_column_22_24_phone {
		width: calc(91.6667% - var(--horizontal-gap-parent, 5.5%) * .09091 / 1.09091);
	}
	
	.et_flex_column_23_24_phone {
		width: calc(95.8333% - var(--horizontal-gap-parent, 5.5%) * .04348 / 1.04348);
	}
	
	.et_flex_column_24_24_phone {
		width: calc(100% - var(--horizontal-gap-parent, 5.5%) * 0 / 1);
	}
	
	.et_flex_column_1_5_phone {
		width: calc(20% - var(--horizontal-gap-parent, 5.5%) * 4 / 5);
	}
	
	.et_flex_column_2_5_phone {
		width: calc(40% - var(--horizontal-gap-parent, 5.5%) * 1.5 / 2.5);
	}
	
	.et_flex_column_3_5_phone {
		width: calc(60% - var(--horizontal-gap-parent, 5.5%) * .66667 / 1.66667);
	}
	
	.et_flex_column_4_5_phone {
		width: calc(80% - var(--horizontal-gap-parent, 5.5%) * .25 / 1.25);
	}
	
	.et_flex_column_5_5_phone {
		width: calc(100% - var(--horizontal-gap-parent, 5.5%) * 0 / 1);
	}
	
	.et_flex_column_1_7_phone {
		width: calc(14.2857% - var(--horizontal-gap-parent, 5.5%) * 6 / 7);
	}
	
	.et_flex_column_1_9_phone {
		width: calc(11.1111% - var(--horizontal-gap-parent, 5.5%) * 8 / 9);
	}
	
	.et_flex_column_1_10_phone {
		width: calc(10% - var(--horizontal-gap-parent, 5.5%) * 9 / 10);
	}
	
	.et_flex_column_1_11_phone {
		width: calc(9.0909% - var(--horizontal-gap-parent, 5.5%) * 10 / 11);
	}
}

.et_animated {
	opacity: 0;
	animation-duration: 1s;
	animation-fill-mode: both !important;
}

.et_animated.infinite {
	animation-iteration-count: infinite;
}

.et_had_animation {
	position: relative;
}

@keyframes et_pb_fade {
	to {
		opacity: 1;
	}
}

.et_animated.fade {
	animation-name: et_pb_fade;
}

@keyframes et_pb_fadeTop {
	0% {
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.et_animated.fadeTop {
	animation-name: et_pb_fadeTop;
}

@keyframes et_pb_fadeRight {
	0% {
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.et_animated.fadeRight {
	animation-name: et_pb_fadeRight;
}

@keyframes et_pb_fadeBottom {
	0% {
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.et_animated.fadeBottom {
	animation-name: et_pb_fadeBottom;
}

@keyframes et_pb_fadeLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.et_animated.fadeLeft {
	animation-name: et_pb_fadeLeft;
}

@keyframes et_pb_slide {
	to {
		transform: scaleX(1);
		opacity: 1;
	}
}

.et_animated.slide {
	animation-name: et_pb_slide;
}

@keyframes et_pb_slideTop {
	to {
		transform: translateZ(0);
		opacity: 1;
	}
}

.et_animated.slideTop {
	animation-name: et_pb_slideTop;
}

@keyframes et_pb_slideRight {
	to {
		transform: translateZ(0);
		opacity: 1;
	}
}

.et_animated.slideRight {
	animation-name: et_pb_slideRight;
}

@keyframes et_pb_slideBottom {
	to {
		transform: translateZ(0);
		opacity: 1;
	}
}

.et_animated.slideBottom {
	animation-name: et_pb_slideBottom;
}

@keyframes et_pb_slideLeft {
	to {
		transform: translateZ(0);
		opacity: 1;
	}
}

.et_animated.slideLeft {
	animation-name: et_pb_slideLeft;
}

@keyframes et_pb_bounce {
	0%, 20%, 40%, 60%, 80%, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		transform: scale3d(.97, .97, .97);
	}
	
	to {
		opacity: 1;
		transform: scaleX(1);
	}
}

.et_animated.bounce {
	animation-name: et_pb_bounce;
}

@keyframes et_pb_bounceTop {
	0%, 60%, 75%, 90%, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		transform: translate3d(0, -200px, 0);
	}
	
	60% {
		transform: translate3d(0, 25px, 0);
	}
	
	75% {
		transform: translate3d(0, -10px, 0);
	}
	
	90% {
		transform: translate3d(0, 5px, 0);
	}
	
	to {
		transform: none;
		opacity: 1;
	}
}

.et_animated.bounceTop {
	animation-name: et_pb_bounceTop;
}

@keyframes et_pb_bounceRight {
	0%, 60%, 75%, 90%, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		transform: translate3d(200px, 0, 0);
	}
	
	60% {
		transform: translate3d(-25px, 0, 0);
	}
	
	75% {
		transform: translate3d(10px, 0, 0);
	}
	
	90% {
		transform: translate3d(-5px, 0, 0);
	}
	
	to {
		transform: none;
		opacity: 1;
	}
}

.et_animated.bounceRight {
	animation-name: et_pb_bounceRight;
}

@keyframes et_pb_bounceBottom {
	0%, 60%, 75%, 90%, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		transform: translate3d(0, 200px, 0);
	}
	
	60% {
		transform: translate3d(0, -20px, 0);
	}
	
	75% {
		transform: translate3d(0, 10px, 0);
	}
	
	90% {
		transform: translate3d(0, -5px, 0);
	}
	
	to {
		transform: translateZ(0);
		opacity: 1;
	}
}

.et_animated.bounceBottom {
	animation-name: et_pb_bounceBottom;
}

@keyframes et_pb_bounceLeft {
	0%, 60%, 75%, 90%, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		transform: translate3d(-200px, 0, 0);
	}
	
	60% {
		transform: translate3d(25px, 0, 0);
	}
	
	75% {
		transform: translate3d(-10px, 0, 0);
	}
	
	90% {
		transform: translate3d(5px, 0, 0);
	}
	
	to {
		transform: none;
		opacity: 1;
	}
}

.et_animated.bounceLeft {
	animation-name: et_pb_bounceLeft;
}

@keyframes et_pb_zoom {
	to {
		transform: scaleX(1);
		opacity: 1;
	}
}

.et_animated.zoom {
	animation-name: et_pb_zoom;
}

@keyframes et_pb_zoomTop {
	to {
		transform: scaleX(1);
		opacity: 1;
	}
}

.et_animated.zoomTop {
	animation-name: et_pb_zoomTop;
	transform-origin: top;
}

@keyframes et_pb_zoomRight {
	to {
		transform: scaleX(1);
		opacity: 1;
	}
}

.et_animated.zoomRight {
	animation-name: et_pb_zoomRight;
	transform-origin: right;
}

@keyframes et_pb_zoomBottom {
	to {
		transform: scaleX(1);
		opacity: 1;
	}
}

.et_animated.zoomBottom {
	animation-name: et_pb_zoomBottom;
	transform-origin: bottom;
}

@keyframes et_pb_zoomLeft {
	to {
		transform: scaleX(1);
		opacity: 1;
	}
}

.et_animated.zoomLeft {
	animation-name: et_pb_zoomLeft;
	transform-origin: left;
}

@keyframes et_pb_flip {
	to {
		opacity: 1;
		transform: rotateX(0deg);
	}
}

.et_animated.flip {
	animation-name: et_pb_flip;
}

@keyframes et_pb_flipTop {
	to {
		opacity: 1;
		transform: rotateX(0deg);
	}
}

.et_animated.flipTop {
	animation-name: et_pb_flipTop;
	transform-origin: center;
}

@keyframes et_pb_flipRight {
	to {
		opacity: 1;
		transform: rotateY(0deg);
	}
}

.et_animated.flipRight {
	animation-name: et_pb_flipRight;
	transform-origin: center;
}

@keyframes et_pb_flipBottom {
	to {
		opacity: 1;
		transform: rotateX(0deg);
	}
}

.et_animated.flipBottom {
	animation-name: et_pb_flipBottom;
	transform-origin: center;
}

@keyframes et_pb_flipLeft {
	to {
		opacity: 1;
		transform: rotateY(0deg);
	}
}

.et_animated.flipLeft {
	animation-name: et_pb_flipLeft;
	transform-origin: center;
}

@keyframes et_pb_fold {
	to {
		opacity: 1;
		transform: rotateY(0deg);
	}
}

.et_animated.fold {
	transform-origin: center;
	animation-name: et_pb_fold;
}

@keyframes et_pb_foldTop {
	to {
		opacity: 1;
		transform: rotateX(0deg);
	}
}

.et_animated.foldTop {
	transform-origin: top;
	animation-name: et_pb_foldTop;
}

@keyframes et_pb_foldRight {
	to {
		opacity: 1;
		transform: rotateY(0deg);
	}
}

.et_animated.foldRight {
	transform-origin: right;
	animation-name: et_pb_foldRight;
}

@keyframes et_pb_foldBottom {
	to {
		opacity: 1;
		transform: rotateX(0deg);
	}
}

.et_animated.foldBottom {
	transform-origin: bottom;
	animation-name: et_pb_foldBottom;
}

@keyframes et_pb_foldLeft {
	to {
		opacity: 1;
		transform: rotateY(0deg);
	}
}

.et_animated.foldLeft {
	transform-origin: left;
	animation-name: et_pb_foldLeft;
}

@keyframes et_pb_roll {
	0% {
		transform-origin: center;
	}
	
	to {
		transform-origin: center;
		transform: none;
		opacity: 1;
	}
}

.et_animated.roll {
	animation-name: et_pb_roll;
}

@keyframes et_pb_rollTop {
	0% {
		transform-origin: top;
	}
	
	to {
		transform-origin: top;
		transform: none;
		opacity: 1;
	}
}

.et_animated.rollTop {
	animation-name: et_pb_rollTop;
}

@keyframes et_pb_rollRight {
	0% {
		transform-origin: right;
	}
	
	to {
		transform-origin: right;
		transform: none;
		opacity: 1;
	}
}

.et_animated.rollRight {
	animation-name: et_pb_rollRight;
}

@keyframes et_pb_rollBottom {
	0% {
		transform-origin: bottom;
	}
	
	to {
		transform-origin: bottom;
		transform: none;
		opacity: 1;
	}
}

.et_animated.rollBottom {
	animation-name: et_pb_rollBottom;
}

@keyframes et_pb_rollLeft {
	0% {
		transform-origin: left;
	}
	
	to {
		transform-origin: left;
		transform: none;
		opacity: 1;
	}
}

.et_animated.rollLeft {
	animation-name: et_pb_rollLeft;
}

#et-secondary-menu li, #top-menu li {
	word-wrap: break-word;
}

.nav li ul, .et_mobile_menu {
	border-color: #2ea3f2;
}

.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a {
	color: #2ea3f2;
}

#main-header {
	transition: background-color .4s, color .4s, transform .4s, opacity .4s ease-in-out;
}

#main-header.et-disabled-animations * {
	transition-duration: 0s !important;
}

.container {
	text-align: left;
	position: relative;
}

.et_fixed_nav.et_show_nav #page-container {
	padding-top: 80px;
}

.et_fixed_nav.et_show_nav.et-tb #page-container, .et_fixed_nav.et_show_nav.et-tb-has-header #page-container {
	padding-top: 0 !important;
}

.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
	padding-top: 111px;
}

.et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container {
	padding-top: 177px;
}

.et_fixed_nav.et_show_nav.et_header_style_centered #page-container {
	padding-top: 147px;
}

.et_fixed_nav #main-header {
	position: fixed;
}

.et-cloud-item-editor #page-container {
	padding-top: 0 !important;
}

.et_header_style_left #et-top-navigation {
	padding-top: 33px;
}

.et_header_style_left #et-top-navigation nav > ul > li > a {
	padding-bottom: 33px;
}

.et_header_style_left .logo_container {
	position: absolute;
	height: 100%;
	width: 100%;
}

.et_header_style_left #et-top-navigation .mobile_menu_bar {
	padding-bottom: 24px;
}

.et_hide_search_icon #et_top_search {
	display: none !important;
}

#logo {
	width: auto;
	transition: all .4s ease-in-out;
	margin-bottom: 0;
	max-height: 54%;
	display: inline-block;
	float: none;
	vertical-align: middle;
	-webkit-transform: translate3d(0, 0, 0);
}

.et_pb_svg_logo #logo {
	height: 54%;
}

.logo_container {
	transition: all .4s ease-in-out;
}

span.logo_helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.safari .centered-inline-logo-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transition: all .4s ease-in-out;
}

#et-define-logo-wrap img {
	width: 100%;
}

.gecko #et-define-logo-wrap.svg-logo {
	position: relative !important;
}

#top-menu-nav, #top-menu {
	line-height: 0;
}

#et-top-navigation {
	font-weight: 600;
}

.et_fixed_nav #et-top-navigation {
	transition: all .4s ease-in-out;
}

.et-cart-info span:before {
	content: "";
	margin-right: 10px;
	position: relative;
}

nav#top-menu-nav, #top-menu, nav.et-menu-nav, .et-menu {
	float: left;
}

#top-menu li {
	display: inline-block;
	font-size: 14px;
	padding-right: 22px;
}

#top-menu > li:last-child {
	padding-right: 0;
}

.et_fullwidth_nav.et_non_fixed_nav.et_header_style_left #top-menu > li:last-child > ul.sub-menu {
	right: 0;
}

#top-menu a {
	color: rgba(0, 0, 0, .6);
	text-decoration: none;
	display: block;
	position: relative;
	transition: opacity .4s ease-in-out, background-color .4s ease-in-out, padding-bottom .4s ease-in-out;
}

#top-menu-nav > ul > li > a:hover {
	opacity: .7;
	transition: all .4s ease-in-out;
}

#et_search_icon:before {
	content: "U";
	font-size: 17px;
	left: 0;
	position: absolute;
	top: -3px;
}

#et_search_icon:hover {
	cursor: pointer;
}

#et_top_search {
	float: right;
	margin: 3px 0 0 22px;
	position: relative;
	display: block;
	width: 18px;
}

#et_top_search.et_search_opened {
	position: absolute;
	width: 100%;
}

.et-search-form {
	top: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 1000;
	width: 100%;
}

.et-search-form input {
	width: 90%;
	border: none;
	color: #333;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	background: rgba(0, 0, 0, 0);
}

.et-search-form .et-search-field::-ms-clear {
	width: 0;
	height: 0;
	display: none;
}

.et_search_form_container {
	animation: none;
	-o-animation: none;
}

.container.et_search_form_container {
	position: relative;
	opacity: 0;
	height: 1px;
}

.container.et_search_form_container.et_pb_search_visible {
	z-index: 999;
	animation: fadeInTop 1s 1 cubic-bezier(.77, 0, .175, 1);
}

.et_pb_search_visible.et_pb_no_animation {
	opacity: 1;
}

.et_pb_search_form_hidden {
	animation: fadeOutTop 1s 1 cubic-bezier(.77, 0, .175, 1);
}

span.et_close_search_field {
	display: block;
	width: 30px;
	height: 30px;
	z-index: 99999;
	position: absolute;
	right: 0;
	cursor: pointer;
	top: 0;
	bottom: 0;
	margin: auto;
}

span.et_close_search_field:after {
	font-family: "ETmodules";
	content: "M";
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 32px;
	display: inline-block;
	box-sizing: border-box;
}

.container.et_menu_container {
	z-index: 99;
}

.container.et_search_form_container.et_pb_search_form_hidden {
	z-index: 1 !important;
}

.et_search_outer {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.container.et_pb_menu_hidden {
	z-index: -1;
}

form.et-search-form {
	background: rgba(0, 0, 0, 0) !important;
}

input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.et-cart-info {
	color: inherit;
}

#et-top-navigation .et-cart-info {
	float: left;
	margin: -2px 0 0 22px;
	font-size: 16px;
}

#et-top-navigation {
	float: right;
}

#top-menu li li {
	padding: 0 20px;
	margin: 0;
}

#top-menu li li a {
	padding: 6px 20px;
	width: 200px;
}

.nav li.et-touch-hover > ul {
	opacity: 1;
	visibility: visible;
}

#top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {
	font-family: "ETmodules";
	content: "3";
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 800;
}

#top-menu .menu-item-has-children > a:first-child, #et-secondary-nav .menu-item-has-children > a:first-child {
	padding-right: 20px;
}

#top-menu li .menu-item-has-children > a:first-child {
	padding-right: 40px;
}

#top-menu li .menu-item-has-children > a:first-child:after {
	right: 20px;
	top: 6px;
}

#top-menu li.mega-menu {
	position: inherit;
}

#top-menu li.mega-menu > ul {
	padding: 30px 20px;
	position: absolute !important;
	width: 100%;
	left: 0 !important;
}

#top-menu li.mega-menu ul li {
	margin: 0;
	float: left !important;
	display: block !important;
	padding: 0 !important;
}

#top-menu li.mega-menu > ul > li:nth-of-type(4n) {
	clear: right;
}

#top-menu li.mega-menu > ul > li:nth-of-type(4n+1) {
	clear: left;
}

#top-menu li.mega-menu ul li li {
	width: 100%;
}

#top-menu li.mega-menu li > ul {
	animation: none !important;
	padding: 0px;
	border: none;
	left: auto;
	top: auto;
	width: 90% !important;
	position: relative;
	box-shadow: none;
}

#top-menu li.mega-menu li ul {
	visibility: visible;
	opacity: 1;
	display: none;
}

#top-menu li.mega-menu.et-hover li ul {
	display: block;
}

#top-menu li.mega-menu.et-hover > ul {
	opacity: 1 !important;
	visibility: visible !important;
}

#top-menu li.mega-menu > ul > li > a {
	width: 90%;
	padding: 0 20px 10px;
}

#top-menu li.mega-menu > ul > li > a:first-child {
	padding-top: 0 !important;
	font-weight: bold;
	border-bottom: 1px solid rgba(0, 0, 0, .03);
}

#top-menu li.mega-menu > ul > li > a:first-child:hover {
	background-color: rgba(0, 0, 0, 0) !important;
}

#top-menu li.mega-menu li > a {
	width: 100%;
}

#top-menu li.mega-menu.mega-menu-parent li li, #top-menu li.mega-menu.mega-menu-parent li > a {
	width: 100% !important;
}

#top-menu li.mega-menu.mega-menu-parent li > .sub-menu {
	float: left;
	width: 100% !important;
}

#top-menu li.mega-menu > ul > li {
	width: 25%;
	margin: 0;
}

#top-menu li.mega-menu.mega-menu-parent-3 > ul > li {
	width: 33.33%;
}

#top-menu li.mega-menu.mega-menu-parent-2 > ul > li {
	width: 50%;
}

#top-menu li.mega-menu.mega-menu-parent-1 > ul > li {
	width: 100%;
}

#top-menu li.mega-menu .menu-item-has-children > a:first-child:after {
	display: none;
}

#top-menu li.mega-menu > ul > li > ul > li {
	width: 100%;
	margin: 0;
}

#et_mobile_nav_menu {
	float: right;
	display: none;
}

.mobile_menu_bar {
	position: relative;
	display: block;
	line-height: 0;
}

.mobile_menu_bar:before, .et_toggle_slide_menu:after {
	content: "a";
	font-size: 32px;
	left: 0;
	position: relative;
	top: 0;
	cursor: pointer;
}

.mobile_nav .select_page {
	display: none;
}

.et_pb_menu_hidden #top-menu, .et_pb_menu_hidden #et_search_icon:before, .et_pb_menu_hidden .et-cart-info {
	opacity: 0;
	animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
}

.et_pb_menu_visible #top-menu, .et_pb_menu_visible #et_search_icon:before, .et_pb_menu_visible .et-cart-info {
	z-index: 99;
	opacity: 1;
	animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
}

.et_pb_menu_hidden #top-menu, .et_pb_menu_hidden #et_search_icon:before, .et_pb_menu_hidden .mobile_menu_bar {
	opacity: 0;
	animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
}

.et_pb_menu_visible #top-menu, .et_pb_menu_visible #et_search_icon:before, .et_pb_menu_visible .mobile_menu_bar {
	z-index: 99;
	opacity: 1;
	animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
}

.et_pb_no_animation #top-menu, .et_pb_no_animation #et_search_icon:before, .et_pb_no_animation .mobile_menu_bar, .et_pb_no_animation.et_search_form_container {
	animation: none !important;
	-o-animation: none !important;
	-webkit-animation: none !important;
	-moz-animation: none !important;
}

body.admin-bar.et_fixed_nav #main-header {
	top: 32px;
}

body.et-wp-pre-3_8.admin-bar.et_fixed_nav #main-header {
	top: 28px;
}

body.et_fixed_nav.et_secondary_nav_enabled #main-header {
	top: 30px;
}

body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header {
	top: 63px;
}

@media all and (min-width: 981px) {
	.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container, .et_hide_fixed_logo #main-header.et-fixed-header .logo_container {
		height: 0;
		opacity: 0;
		transition: all .4s ease-in-out;
	}
	
	.et_hide_primary_logo #main-header:not(.et-fixed-header) .centered-inline-logo-wrap, .et_hide_fixed_logo #main-header.et-fixed-header .centered-inline-logo-wrap {
		height: 0;
		opacity: 0;
		padding: 0;
	}
	
	.et-animated-content#page-container {
		transition: margin-top .4s ease-in-out;
	}
	
	.et_hide_nav #page-container {
		transition: none;
	}
	
	.et_fullwidth_nav .et-search-form, .et_fullwidth_nav .et_close_search_field {
		right: 30px;
	}
	
	#main-header.et-fixed-header {
		box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;
	}
	
	.et_header_style_left .et-fixed-header #et-top-navigation {
		padding-top: 20px;
	}
	
	.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a {
		padding-bottom: 20px;
	}
	
	.et_hide_nav.et_fixed_nav #main-header {
		opacity: 0;
	}
	
	.et_hide_nav.et_fixed_nav .et-fixed-header#main-header {
		transform: translateY(0px) !important;
		opacity: 1;
	}
	
	.et_hide_nav .centered-inline-logo-wrap, .et_hide_nav.et_fixed_nav #main-header, .et_hide_nav.et_fixed_nav #main-header, .et_hide_nav .centered-inline-logo-wrap {
		transition-duration: .7s;
	}
	
	.et_hide_nav #page-container {
		padding-top: 0 !important;
	}
	
	.et_primary_nav_dropdown_animation_fade #et-top-navigation ul li:hover > ul, .et_secondary_nav_dropdown_animation_fade #et-secondary-nav li:hover > ul {
		transition: all .2s ease-in-out;
	}
	
	.et_primary_nav_dropdown_animation_slide #et-top-navigation ul li:hover > ul, .et_secondary_nav_dropdown_animation_slide #et-secondary-nav li:hover > ul {
		animation: fadeLeft .4s ease-in-out;
	}
	
	.et_primary_nav_dropdown_animation_expand #et-top-navigation ul li:hover > ul, .et_secondary_nav_dropdown_animation_expand #et-secondary-nav li:hover > ul {
		transform-origin: 0 0;
		animation: Grow .4s ease-in-out;
		backface-visibility: visible !important;
	}
	
	.et_primary_nav_dropdown_animation_flip #et-top-navigation ul li ul li:hover > ul, .et_secondary_nav_dropdown_animation_flip #et-secondary-nav ul li:hover > ul {
		animation: flipInX .6s ease-in-out;
		backface-visibility: visible !important;
	}
	
	.et_primary_nav_dropdown_animation_flip #et-top-navigation ul li:hover > ul, .et_secondary_nav_dropdown_animation_flip #et-secondary-nav li:hover > ul {
		animation: flipInY .6s ease-in-out;
		backface-visibility: visible !important;
	}
	
	.et_fullwidth_nav #main-header .container {
		width: 100%;
		max-width: 100%;
		padding-right: 32px;
		padding-left: 30px;
	}
	
	.et_non_fixed_nav.et_fullwidth_nav.et_header_style_left #main-header .container {
		padding-left: 0;
	}
	
	.et_non_fixed_nav.et_fullwidth_nav.et_header_style_left .logo_container {
		padding-left: 30px;
	}
}

@media all and (max-width: 980px) {
	.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_fixed_nav.et_show_nav #page-container {
		padding-top: 80px;
	}
	
	.et_fixed_nav.et_show_nav.et-tb #page-container, .et_fixed_nav.et_show_nav.et-tb-has-header #page-container {
		padding-top: 0 !important;
	}
	
	.et_non_fixed_nav #page-container {
		padding-top: 0;
	}
	
	.et_fixed_nav.et_secondary_nav_only_menu.admin-bar #main-header {
		top: 32px !important;
	}
	
	.et_hide_mobile_logo #main-header .logo_container {
		display: none;
		opacity: 0;
		transition: all .4s ease-in-out;
	}
	
	#top-menu {
		display: none;
	}
	
	.et_hide_nav.et_fixed_nav #main-header {
		transform: translateY(0px) !important;
		opacity: 1;
	}
	
	#et-top-navigation {
		margin-right: 0;
		transition: none;
	}
	
	.et_fixed_nav #main-header {
		position: absolute;
	}
	
	#et-boc:has(#main-header) {
		position: static;
	}
	
	.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left #et-top-navigation {
		padding-top: 24px;
		display: block;
	}
	
	.et_fixed_nav #main-header {
		transition: none;
	}
	
	.et_fixed_nav_temp #main-header {
		top: 0 !important;
	}
	
	#logo, .logo_container, #main-header, .container {
		transition: none;
	}
	
	.et_header_style_left #logo {
		max-width: 50%;
	}
	
	#et_top_search {
		margin: 0 35px 0 0;
		float: left;
	}
	
	#et_search_icon:before {
		top: 7px;
	}
	
	.et_header_style_left .et-search-form {
		width: 50% !important;
		max-width: 50% !important;
	}
	
	#et_mobile_nav_menu {
		display: block;
	}
	
	#et-top-navigation .et-cart-info {
		margin-top: 5px;
	}
}

@media screen and (max-width: 782px) {
	body.admin-bar.et_fixed_nav #main-header {
		top: 46px;
	}
}

@media all and (max-width: 767px) {
	#et-top-navigation {
		margin-right: 0;
	}
	
	body.admin-bar.et_fixed_nav #main-header {
		top: 46px;
	}
}

@media all and (max-width: 479px) {
	#et-top-navigation {
		margin-right: 0;
	}
}

@media print {
	#top-header, #main-header {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
	}
}

@keyframes fadeOutTop {
	0% {
		opacity: 1;
		transform: translatey(0);
	}
	
	to {
		opacity: 0;
		transform: translatey(-60%);
	}
}

@keyframes fadeInTop {
	0% {
		opacity: 0;
		transform: translatey(-60%);
	}
	
	to {
		opacity: 1;
		transform: translatey(0);
	}
}

@keyframes fadeInBottom {
	0% {
		opacity: 0;
		transform: translatey(60%);
	}
	
	to {
		opacity: 1;
		transform: translatey(0);
	}
}

@keyframes fadeOutBottom {
	0% {
		opacity: 1;
		transform: translatey(0);
	}
	
	to {
		opacity: 0;
		transform: translatey(60%);
	}
}

@keyframes Grow {
	0% {
		opacity: 0;
		transform: scaleY(.5);
	}
	
	to {
		opacity: 1;
		transform: scale(1);
	}
}

/*!
  * Animate.css - http://daneden.me/animate
  * Licensed under the MIT license - http://opensource.org/licenses/MIT
  * Copyright (c) 2015 Daniel Eden
 */
@keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(90deg);
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		transform: perspective(400px) rotateX(-20deg);
		animation-timing-function: ease-in;
	}
	
	60% {
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}
	
	80% {
		transform: perspective(400px) rotateX(-5deg);
	}
	
	to {
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		transform: perspective(400px) rotateY(90deg);
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		transform: perspective(400px) rotateY(-20deg);
		animation-timing-function: ease-in;
	}
	
	60% {
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}
	
	80% {
		transform: perspective(400px) rotateY(-5deg);
	}
	
	to {
		transform: perspective(400px);
	}
}

#main-header {
	line-height: 23px;
	font-weight: 500;
	top: 0;
	background-color: #fff;
	width: 100%;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	position: relative;
	z-index: 99999;
}

.nav li li {
	padding: 0 20px;
	margin: 0;
}

.et-menu li li a {
	padding: 6px 20px;
	width: 200px;
}

.nav li {
	position: relative;
	line-height: 1em;
}

.nav li li {
	position: relative;
	line-height: 2em;
}

.nav li ul {
	position: absolute;
	padding: 20px 0;
	z-index: 9999;
	width: 240px;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	border-top: 3px solid #2ea3f2;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-webkit-transform: translateZ(0);
	text-align: left;
}

.nav li.et-hover > ul {
	visibility: visible;
}

.nav li.et-touch-hover > ul, .nav li:hover > ul {
	opacity: 1;
	visibility: visible;
}

.nav li li ul {
	z-index: 1000;
	top: -23px;
	left: 240px;
}

.nav li.et-reverse-direction-nav li ul {
	left: auto;
	right: 240px;
}

.nav li:hover {
	visibility: inherit;
}

.et_mobile_menu li a, .nav li li a {
	font-size: 14px;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
	background-color: rgba(0, 0, 0, .03);
	opacity: .7;
}

.et-dropdown-removing > ul {
	display: none;
}

.mega-menu .et-dropdown-removing > ul {
	display: block;
}

.et-menu .menu-item-has-children > a:first-child:after {
	font-family: ETmodules;
	content: "3";
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 800;
}

.et-menu .menu-item-has-children > a:first-child {
	padding-right: 20px;
}

.et-menu li li.menu-item-has-children > a:first-child:after {
	right: 20px;
	top: 6px;
}

.et-menu-nav li.mega-menu {
	position: inherit;
}

.et-menu-nav li.mega-menu > ul {
	padding: 30px 20px;
	position: absolute !important;
	width: 100%;
	left: 0 !important;
}

.et-menu-nav li.mega-menu ul li {
	margin: 0;
	float: left !important;
	display: block !important;
	padding: 0 !important;
}

.et-menu-nav li.mega-menu li > ul {
	animation: none !important;
	padding: 0;
	border: none;
	left: auto;
	top: auto;
	width: 240px !important;
	position: relative;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.et-menu-nav li.mega-menu li ul {
	visibility: visible;
	opacity: 1;
	display: none;
}

.et-menu-nav li.mega-menu.et-hover li ul, .et-menu-nav li.mega-menu:hover li ul {
	display: block;
}

.et-menu-nav li.mega-menu:hover > ul {
	opacity: 1 !important;
	visibility: visible !important;
}

.et-menu-nav li.mega-menu > ul > li > a:first-child {
	padding-top: 0 !important;
	font-weight: 700;
	border-bottom: 1px solid rgba(0, 0, 0, .03);
}

.et-menu-nav li.mega-menu > ul > li > a:first-child:hover {
	background-color: transparent !important;
}

.et-menu-nav li.mega-menu li > a {
	width: 200px !important;
}

.et-menu-nav li.mega-menu.mega-menu-parent li > a, .et-menu-nav li.mega-menu.mega-menu-parent li li {
	width: 100% !important;
}

.et-menu-nav li.mega-menu.mega-menu-parent li > .sub-menu {
	float: left;
	width: 100% !important;
}

.et-menu-nav li.mega-menu > ul > li {
	width: 25%;
	margin: 0;
}

.et-menu-nav li.mega-menu.mega-menu-parent-3 > ul > li {
	width: 33.33%;
}

.et-menu-nav li.mega-menu.mega-menu-parent-2 > ul > li {
	width: 50%;
}

.et-menu-nav li.mega-menu.mega-menu-parent-1 > ul > li {
	width: 100%;
}

.et_pb_fullwidth_menu li.mega-menu .menu-item-has-children > a:first-child:after, .et_pb_menu li.mega-menu .menu-item-has-children > a:first-child:after {
	display: none;
}

.et_fullwidth_nav #top-menu li.mega-menu > ul {
	width: auto;
	left: 30px !important;
	right: 30px !important;
}

.et_mobile_menu {
	position: absolute;
	left: 0;
	padding: 5%;
	background: #fff;
	width: 100%;
	visibility: visible;
	opacity: 1;
	display: none;
	z-index: 9999;
	border-top: 3px solid #2ea3f2;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

#main-header .et_mobile_menu li ul, .et_pb_fullwidth_menu .et_mobile_menu li ul, .et_pb_menu .et_mobile_menu li ul {
	visibility: visible !important;
	display: block !important;
	padding-left: 10px;
}

.et_mobile_menu li li {
	padding-left: 5%;
}

.et_mobile_menu li a {
	border-bottom: 1px solid rgba(0, 0, 0, .03);
	color: #666;
	padding: 10px 5%;
	display: block;
}

.et_mobile_menu .menu-item-has-children > a {
	font-weight: 700;
	background-color: rgba(0, 0, 0, .03);
}

.et_mobile_menu li .menu-item-has-children > a {
	background-color: transparent;
}

.et_mobile_nav_menu {
	float: right;
	display: none;
}

.mobile_menu_bar {
	position: relative;
	display: block;
	line-height: 0;
}

.mobile_menu_bar:before {
	content: "a";
	font-size: 32px;
	position: relative;
	left: 0;
	top: 0;
	cursor: pointer;
}

.et_pb_module .mobile_menu_bar:before {
	top: 2px;
}

.mobile_nav .select_page {
	display: none;
}

.et-social-icons {
	float: right;
}

.et-social-icons li {
	display: inline-block;
	margin-left: 20px;
}

.et-social-icon a {
	display: inline-block;
	font-size: 24px;
	position: relative;
	text-align: center;
	transition: color 300ms ease 0s;
	color: #666;
	text-decoration: none;
}

.et-social-icons a:hover {
	opacity: .7;
	transition: all .4s ease-in-out;
}

.et-social-icon span {
	display: none;
}

.et_duplicate_social_icons {
	display: none;
}

@media all and (max-width: 980px) {
	.et-social-icons {
		float: none;
		text-align: center;
	}
}

@media all and (max-width: 980px) {
	.et-social-icons {
		margin: 0 0 5px;
	}
}

.et_pb_widget {
	float: left;
	max-width: 100%;
	word-wrap: break-word;
}

.et_pb_widget a {
	text-decoration: none;
	color: #666;
}

.et_pb_widget li a:hover {
	color: #82c0c7;
}

.et_pb_widget ol li, .et_pb_widget ul li {
	margin-bottom: .5em;
}

.et_pb_widget ol li ol li, .et_pb_widget ul li ul li {
	margin-left: 15px;
}

.et_pb_widget select {
	width: 100%;
	height: 28px;
	padding: 0 5px;
}

.et_pb_widget_area .et_pb_widget a {
	color: inherit;
}

.et_pb_bg_layout_light .et_pb_widget li a {
	color: #666;
}

.et_pb_bg_layout_dark .et_pb_widget li a {
	color: inherit;
}

.widget_search .screen-reader-text, .et_pb_widget .wp-block-search__label {
	display: none;
}

.widget_search input#s, .widget_search input#searchsubmit, .et_pb_widget .wp-block-search__input, .et_pb_widget .wp-block-search__button {
	padding: .7em;
	height: 40px !important;
	margin: 0;
	font-size: 14px;
	line-height: normal !important;
	border: 1px solid #ddd;
	color: #666;
}

.widget_search #s, .et_pb_widget .wp-block-search__input {
	width: 100%;
	border-radius: 3px;
}

.widget_search #searchform, .et_pb_widget .wp-block-search {
	position: relative;
}

.widget_search #searchsubmit, .et_pb_widget .wp-block-search__button {
	background-color: #ddd;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	position: absolute;
	right: 0;
	top: 0;
}

#searchsubmit, .et_pb_widget .wp-block-search__button {
	cursor: pointer;
}

.et_pb_scroll_top.et-pb-icon {
	text-align: center;
	background: rgba(0, 0, 0, .4);
	text-decoration: none;
	position: fixed;
	z-index: 99999;
	bottom: 125px;
	right: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	display: none;
	cursor: pointer;
	font-size: 30px;
	padding: 5px;
	color: #fff;
}

.et_pb_scroll_top:before {
	content: "2";
}

.et_pb_scroll_top.et-visible {
	opacity: 1;
	animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
}

.et_pb_scroll_top.et-hidden {
	opacity: 0;
	animation: fadeOutRight 1s 1 cubic-bezier(.77, 0, .175, 1);
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(100%);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.et_pb_section {
	position: relative;
	background-color: #fff;
	background-position: 50%;
	background-size: 100%;
	background-size: cover;
}

.et_pb_section--absolute, .et_pb_section--fixed {
	width: 100%;
}

.et_pb_section.et_section_transparent {
	background-color: transparent;
}

.et_pb_fullwidth_section {
	padding: 0;
}

.et_pb_fullwidth_section > .et_pb_module:not(.et_pb_post_content):not(.et_pb_fullwidth_post_content) .et_pb_row {
	padding: 0 !important;
}

.et_pb_inner_shadow {
	box-shadow: inset 0 0 7px rgba(0, 0, 0, .07);
}

.et_pb_bottom_inside_divider, .et_pb_top_inside_divider {
	display: block;
	background-repeat: repeat-x;
	height: 100%;
	position: absolute;
	pointer-events: none;
	width: 100%;
	left: 0;
	right: 0;
}

.et_pb_bottom_inside_divider.et-no-transition, .et_pb_top_inside_divider.et-no-transition {
	transition: none !important;
}

.et-fb .section_has_divider.et_fb_element_controls_visible--child > .et_pb_bottom_inside_divider, .et-fb .section_has_divider.et_fb_element_controls_visible--child > .et_pb_top_inside_divider {
	z-index: 1;
}

.et_pb_section_video:not(.et_pb_section--with-menu) {
	overflow: hidden;
	position: relative;
}

.et_pb_column > .et_pb_section_video_bg {
	z-index: -1;
}

.et_pb_section_video_bg {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	pointer-events: none;
	transition: display .3s;
}

.et_pb_section_video_bg.et_pb_section_video_bg_hover, .et_pb_section_video_bg.et_pb_section_video_bg_phone, .et_pb_section_video_bg.et_pb_section_video_bg_tablet, .et_pb_section_video_bg.et_pb_section_video_bg_tablet_only {
	display: none;
}

.et_pb_section_video_bg .mejs-controls, .et_pb_section_video_bg .mejs-overlay-play {
	display: none !important;
}

.et_pb_section_video_bg embed, .et_pb_section_video_bg iframe, .et_pb_section_video_bg object, .et_pb_section_video_bg video {
	max-width: none;
}

.et_pb_section_video_bg .mejs-video {
	left: 50%;
	position: absolute;
	max-width: none;
}

.et_pb_section_video_bg .mejs-overlay-loading {
	display: none !important;
}

.et_pb_social_network_link .et_pb_section_video {
	overflow: visible;
}

.et_pb_section_video_on_hover:hover > .et_pb_section_video_bg {
	display: none;
}

.et_pb_section_video_on_hover:hover > .et_pb_section_video_bg_hover, .et_pb_section_video_on_hover:hover > .et_pb_section_video_bg_hover_inherit {
	display: block;
}

@media (min-width:981px) {
	.et_pb_section {
		padding: 4% 0;
	}
	
	body.et_pb_pagebuilder_layout.et_pb_show_title .post-password-required .et_pb_section, body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_section {
		padding-top: 0;
	}
	
	.et_pb_fullwidth_section {
		padding: 0;
	}
	
	.et_pb_section_video_bg.et_pb_section_video_bg_desktop_only {
		display: block;
	}
}

@media (max-width:980px) {
	.et_pb_section {
		padding: 50px 0;
	}
	
	body.et_pb_pagebuilder_layout.et_pb_show_title .post-password-required .et_pb_section, body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_section {
		padding-top: 0;
	}
	
	.et_pb_fullwidth_section {
		padding: 0;
	}
	
	.et_pb_section_video_bg.et_pb_section_video_bg_tablet {
		display: block;
	}
	
	.et_pb_section_video_bg.et_pb_section_video_bg_desktop_only {
		display: none;
	}
}

@media (min-width:768px) {
	.et_pb_section_video_bg.et_pb_section_video_bg_desktop_tablet {
		display: block;
	}
}

@media (min-width:768px)and (max-width:980px) {
	.et_pb_section_video_bg.et_pb_section_video_bg_tablet_only {
		display: block;
	}
}

@media (max-width:767px) {
	.et_pb_section_video_bg.et_pb_section_video_bg_phone {
		display: block;
	}
	
	.et_pb_section_video_bg.et_pb_section_video_bg_desktop_tablet {
		display: none;
	}
}

.et_pb_row {
	position: relative;
}

.et_pb_row--with-menu {
	z-index: 6;
}

.et_pb_row:not([class*=et_flex_column]) {
	width: var(--content-width);
	max-width: var(--content-max-width);
	margin: auto;
	position: relative;
}

.et_pb_row:not([class*=et_flex_column]) .et_pb_row_nested {
	width: 100%;
	max-width: none;
}

.et_flex_column > .et_pb_row, .et_flex_group > .et_pb_row, .et_flex_section > .et_pb_row {
	margin: initial;
}

.et_pb_row.et_pb_row_empty, .et_pb_row_inner:nth-of-type(n+2).et_pb_row_empty {
	display: none;
}

.section_has_divider .et_pb_row {
	z-index: 5;
}

body.safari .section_has_divider .et_pb_bottom_inside_divider, body.safari .section_has_divider .et_pb_top_inside_divider, body.uiwebview .section_has_divider .et_pb_bottom_inside_divider, body.uiwebview .section_has_divider .et_pb_top_inside_divider {
	perspective: 2000px;
}

.et_pb_column {
	background-size: cover;
	background-position: 50%;
	position: relative;
	z-index: 2;
	min-height: 1px;
}

.et_pb_column--with-menu {
	z-index: 5;
}

.et_block_row .et_pb_column {
	float: left;
}

.et_pb_column_empty {
	min-height: 1px;
}

.et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child, .et_pb_row_inner .et_pb_column.et-last-child, .et_pb_row_inner .et_pb_column:last-child {
	margin-right: 0 !important;
}

.et_pb_column.et_pb_section_parallax {
	position: relative;
}

.et_pb_column, .et_pb_row, .et_pb_row_inner {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

@media (min-width:981px) {
	.et_block_row {
		padding: 2% 0;
	}
	
	body.et_pb_pagebuilder_layout.et_pb_show_title .post-password-required .et_block_row, body:not(.et_pb_pagebuilder_layout) .post-password-required .et_block_row {
		padding: 0;
		width: 100%;
	}
}

@media (max-width:980px) {
	.et_pb_row:not([class*=et_flex_column]) {
		max-width: 1080px;
	}
	
	body.et_pb_pagebuilder_layout.et_pb_show_title .post-password-required .et_pb_row:not([class*=et_flex_column]), body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_row:not([class*=et_flex_column]) {
		padding: 0;
		width: 100%;
	}
	
	.et_block_row, .et_pb_column .et_block_row.et_pb_row_inner {
		padding: 30px 0;
	}
	
	.et_pb_column.et_pb_column_empty {
		display: none;
	}
}

.et_pb_with_border .et-pb-icon, .et_pb_with_border .et_pb_image_wrap {
	border: 0 solid #333;
}

.et_pb_blurb_content {
	max-width: 550px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	word-wrap: break-word;
	width: 100%;
}

.et_pb_blurb_content .et_pb_blurb_description > :where(.et_pb_module:not([class*=et_pb_text_align_])), .et_pb_blurb_content > :where(.et_pb_module:not([class*=et_pb_text_align_])) {
	text-align: initial;
}

.et_pb_blurb_container {
	display: flex;
	flex-direction: column;
}

.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
	text-align: left;
}

.et_pb_blurb.et_pb_text_align_right .et_pb_blurb_content .et_pb_blurb_container {
	text-align: right;
}

.et_pb_blurb.et_pb_text_align_justified .et_pb_blurb_content .et_pb_blurb_container {
	text-align: justify;
}

.et_pb_blurb.et_pb_text_align_center .et_pb_blurb_content .et_pb_blurb_container {
	text-align: center;
}

.et_pb_blurb_content p:last-of-type {
	padding-bottom: 0;
}

.et_pb_blurb .et_pb_module_header a, .et_pb_blurb h4 a {
	text-decoration: none;
}

.et_pb_blurb .et_pb_image_wrap:not(.et_flex_module):not(.et_grid_module) {
	display: block;
}

.et_pb_blurb .et_pb_image_wrap {
	margin: auto;
}

.et_pb_main_blurb_image {
	line-height: 0;
	max-width: 100%;
}

.et_block_module > .et_pb_blurb_content .et_pb_main_blurb_image {
	margin-bottom: 30px;
}

.et_pb_main_blurb_image img[src*=".svg"] {
	width: auto;
}

.et_pb_sticky_module .et_pb_main_blurb_image .et_pb_image_wrap {
	width: 100%;
	max-width: 100%;
}

.et_pb_blurb_position_left .et_pb_blurb_content, .et_pb_blurb_position_right .et_pb_blurb_content {
	display: table;
	word-break: break-word;
}

.et_pb_blurb_position_left .et_pb_main_blurb_image, .et_pb_blurb_position_right .et_pb_main_blurb_image {
	width: 32px;
	display: table-cell;
	line-height: 0;
}

.et_pb_blurb_position_left .et-pb-icon, .et_pb_blurb_position_right .et-pb-icon {
	font-size: 32px;
}

.et_pb_blurb_position_right .et-pb-icon {
	display: table-cell;
}

.et_pb_blurb_position_left .et_pb_blurb_container, .et_pb_blurb_position_right .et_pb_blurb_container {
	display: table-cell;
	vertical-align: top;
}

.et_pb_blurb_position_left .et_pb_blurb_container {
	padding-left: 15px;
}

.et_pb_blurb_position_left .et_pb_blurb_content {
	text-align: left;
}

.et_pb_blurb_position_right .et_pb_blurb_container {
	padding-right: 15px;
}

.et_pb_blurb_position_right .et_pb_blurb_content {
	text-align: right;
}

.et_pb_blurb_position_right .et_pb_main_blurb_image {
	left: auto;
	right: 0;
}

.et_pb_blurb_position_right .et-pb-icon {
	margin-right: 0;
	margin-left: 20px;
}

@media (max-width:980px) {
	.et_pb_blurb_position_left_tablet .et_pb_main_blurb_image, .et_pb_blurb_position_right_tablet .et_pb_main_blurb_image {
		width: 32px;
		display: table-cell;
		line-height: 0;
	}
	
	.et_pb_blurb_position_left_tablet .et-pb-icon, .et_pb_blurb_position_right_tablet .et-pb-icon {
		font-size: 32px;
		display: table-cell;
	}
	
	.et_pb_blurb_position_left_tablet .et_pb_blurb_container, .et_pb_blurb_position_right_tablet .et_pb_blurb_container {
		display: table-cell;
		vertical-align: top;
	}
	
	.et_pb_blurb_position_left_tablet .et_pb_blurb_container {
		padding-left: 15px;
	}
	
	.et_pb_blurb_position_left_tablet .et_pb_blurb_content {
		text-align: left;
		word-break: break-word;
	}
	
	.et_pb_blurb_position_right_tablet .et_pb_blurb_container {
		padding-right: 15px;
	}
	
	.et_pb_blurb_position_right_tablet .et_pb_blurb_content {
		padding-right: 52px;
		text-align: right;
		word-break: break-word;
	}
	
	.et_pb_blurb_position_right_tablet .et_pb_main_blurb_image {
		left: auto;
		right: 0;
	}
	
	.et_pb_blurb_position_right_tablet .et-pb-icon {
		margin-right: 0;
		margin-left: 20px;
	}
	
	.et_pb_blurb_position_top_tablet .et_pb_main_blurb_image {
		display: block;
		width: auto;
	}
	
	.et_pb_blurb_position_top_tablet .et-pb-icon {
		font-size: 96px;
		display: initial;
	}
	
	.et_pb_blurb_position_top_tablet .et_pb_blurb_container {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
	
	.et_pb_blurb_position_top_tablet .et_pb_blurb_content {
		display: inline-block;
		text-align: center;
		padding-right: 0;
		word-break: normal;
	}
}

@media (max-width:767px) {
	.et_pb_blurb_position_left_phone .et_pb_main_blurb_image, .et_pb_blurb_position_right_phone .et_pb_main_blurb_image {
		width: 32px;
		display: table-cell;
		line-height: 0;
	}
	
	.et_pb_blurb_position_left_phone .et_pb_main_blurb_image img, .et_pb_blurb_position_right_phone .et_pb_main_blurb_image img {
		width: inherit;
	}
	
	.et_pb_blurb_position_left_phone .et-pb-icon, .et_pb_blurb_position_right_phone .et-pb-icon {
		font-size: 32px;
		display: table-cell;
	}
	
	.et_pb_blurb_position_left_phone .et_pb_blurb_container, .et_pb_blurb_position_right_phone .et_pb_blurb_container {
		display: table-cell;
		vertical-align: top;
	}
	
	.et_pb_blurb_position_left_phone .et_pb_blurb_container {
		padding-left: 15px;
	}
	
	.et_pb_blurb_position_left_phone .et_pb_blurb_content {
		text-align: left;
		word-break: break-word;
	}
	
	.et_pb_blurb_position_right_phone .et_pb_blurb_container {
		padding-right: 15px;
	}
	
	.et_pb_blurb_position_right_phone .et_pb_blurb_content {
		padding-right: 52px;
		text-align: right;
		word-break: break-word;
	}
	
	.et_pb_blurb_position_right_phone .et_pb_main_blurb_image {
		left: auto;
		right: 0;
	}
	
	.et_pb_blurb_position_right_phone .et-pb-icon {
		margin-right: 0;
		margin-left: 20px;
	}
	
	.et_pb_blurb_position_top_phone .et_pb_main_blurb_image {
		display: block;
		width: auto;
	}
	
	.et_pb_blurb_position_top_phone .et-pb-icon {
		font-size: 96px;
		display: initial;
	}
	
	.et_pb_blurb_position_top_phone .et_pb_blurb_container {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
	
	.et_pb_blurb_position_top_phone .et_pb_blurb_content {
		display: inline-block;
		text-align: center;
		padding-right: 0;
		word-break: normal;
	}
}

@media (max-width:980px) {
	.et_pb_blurb.et_pb_text_align_left-tablet .et_pb_blurb_content .et_pb_blurb_container {
		text-align: left;
	}
	
	.et_pb_blurb.et_pb_text_align_right-tablet .et_pb_blurb_content .et_pb_blurb_container {
		text-align: right;
	}
	
	.et_pb_blurb.et_pb_text_align_justified-tablet .et_pb_blurb_content .et_pb_blurb_container {
		text-align: justify;
	}
	
	.et_pb_blurb.et_pb_text_align_center-tablet .et_pb_blurb_content .et_pb_blurb_container {
		text-align: center;
	}
}

@media (max-width:767px) {
	.et_pb_blurb.et_pb_text_align_left-phone .et_pb_blurb_content .et_pb_blurb_container {
		text-align: left;
	}
	
	.et_pb_blurb.et_pb_text_align_right-phone .et_pb_blurb_content .et_pb_blurb_container {
		text-align: right;
	}
	
	.et_pb_blurb.et_pb_text_align_justified-phone .et_pb_blurb_content .et_pb_blurb_container {
		text-align: justify;
	}
	
	.et_pb_blurb.et_pb_text_align_center-phone .et_pb_blurb_content .et_pb_blurb_container {
		text-align: center;
	}
}

.et_pb_bg_layout_light.et_pb_module.et_pb_button {
	color: #2ea3f2;
}

.et_pb_button_module_wrapper.et_pb_button {
	color: inherit;
}

.et_pb_button {
	display: inline-block;
}

.et_pb_module.et_pb_button:not(.et_block_module) {
	max-width: -moz-max-content;
	max-width: max-content;
}

.et_pb_button_module_wrapper.et_pb_button_alignment_left {
	text-align: left;
}

.et_pb_button_module_wrapper.et_pb_button_alignment_right {
	text-align: right;
}

.et_pb_button_module_wrapper.et_pb_button_alignment_center {
	text-align: center;
}

@media (max-width:980px) {
	.et_pb_button_module_wrapper.et_pb_button_alignment_tablet_left {
		text-align: left;
	}
	
	.et_pb_button_module_wrapper.et_pb_button_alignment_tablet_right {
		text-align: right;
	}
	
	.et_pb_button_module_wrapper.et_pb_button_alignment_tablet_center {
		text-align: center;
	}
}

@media (max-width:767px) {
	.et_pb_button_module_wrapper.et_pb_button_alignment_phone_left {
		text-align: left;
	}
	
	.et_pb_button_module_wrapper.et_pb_button_alignment_phone_right {
		text-align: right;
	}
	
	.et_pb_button_module_wrapper.et_pb_button_alignment_phone_center {
		text-align: center;
	}
}

.et_pb_button[data-icon]:not([data-icon=""]):after {
	content: attr(data-icon);
}

@media (max-width:980px) {
	.et_pb_button[data-icon-tablet]:not([data-icon-tablet=""]):after {
		content: attr(data-icon-tablet);
	}
}

@media (max-width:767px) {
	.et_pb_button[data-icon-phone]:not([data-icon-phone=""]):after {
		content: attr(data-icon-phone);
	}
}

.et_pb_heading_container {
	position: relative;
	width: 100%;
}

.et_pb_with_border .et_pb_image_wrap {
	border: 0 solid #333;
}

.et_pb_image {
	margin-left: auto;
	margin-right: auto;
	line-height: 0;
}

.et_pb_image .et_pb_module {
	line-height: 1.7em;
}

.et_flex_column > .et_pb_image, .et_flex_group > .et_pb_image, .et_grid_column > .et_pb_image, .et_grid_group > .et_pb_image, .et_grid_module > .et_pb_image {
	margin-left: unset;
	margin-right: unset;
}

.et_pb_image.aligncenter {
	text-align: center;
}

.et_pb_image.et_pb_has_overlay a.et_pb_lightbox_image {
	display: block;
	position: relative;
}

.et_pb_image.et_block_module {
	display: block;
}

.et_pb_image .et_pb_image_wrap {
	display: inline-block;
	position: relative;
	max-width: 100%;
}

.et_pb_image .et_pb_image_wrap img[src*=".svg"] {
	width: auto;
}

.et_pb_image:where(.et_flex_module) > .et_pb_image_wrap {
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
}

.et_pb_image img {
	position: relative;
}

.et_pb_image_sticky {
	margin-bottom: 0 !important;
	display: inherit;
}

.et_pb_image.et_pb_has_overlay:hover .et_pb_image_wrap .et_overlay {
	z-index: 3;
	opacity: 1;
}

@media (min-width:981px) {
	.et_pb_section_sticky, .et_pb_section_sticky.et_pb_bottom_divider .et_pb_row:nth-last-child(2), .et_pb_section_sticky .et_pb_column_single, .et_pb_section_sticky .et_pb_row.et-last-child, .et_pb_section_sticky .et_pb_row:last-child, .et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner.et-last-child, .et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner:last-child {
		padding-bottom: 0 !important;
	}
}

@media (max-width:980px) {
	.et_pb_image_sticky_tablet {
		margin-bottom: 0 !important;
		display: inherit;
	}
	
	.et_pb_section_sticky_mobile, .et_pb_section_sticky_mobile.et_pb_bottom_divider .et_pb_row:nth-last-child(2), .et_pb_section_sticky_mobile .et_pb_column_single, .et_pb_section_sticky_mobile .et_pb_row.et-last-child, .et_pb_section_sticky_mobile .et_pb_row:last-child, .et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner.et-last-child, .et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner:last-child {
		padding-bottom: 0 !important;
	}
	
	.et_pb_section_sticky .et_pb_row.et-last-child .et_pb_column.et_pb_row_sticky.et-last-child, .et_pb_section_sticky .et_pb_row:last-child .et_pb_column.et_pb_row_sticky:last-child {
		margin-bottom: 0;
	}
	
	.et_pb_image_bottom_space_tablet {
		margin-bottom: 30px !important;
		display: block;
	}
	
	.et_always_center_on_mobile {
		text-align: center !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media (max-width:767px) {
	.et_pb_image_sticky_phone {
		margin-bottom: 0 !important;
		display: inherit;
	}
	
	.et_pb_image_bottom_space_phone {
		margin-bottom: 30px !important;
		display: block;
	}
}

.et_overlay {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 100%, .9);
	opacity: 0;
	pointer-events: none;
	transition: all .3s;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
}

.et_overlay:before {
	color: #2ea3f2;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 32px;
	transition: all .4s;
}

.et_portfolio_image, .et_shop_image {
	position: relative;
	display: block;
}

.et_pb_has_overlay:not(.et_pb_image):hover .et_overlay, .et_portfolio_image:hover .et_overlay, .et_shop_image:hover .et_overlay {
	z-index: 3;
	opacity: 1;
}

#ie7 .et_overlay, #ie8 .et_overlay {
	display: none;
}

.et_pb_module.et_pb_has_overlay {
	position: relative;
}

.et_pb_module.et_pb_has_overlay .et_overlay, article.et_pb_has_overlay {
	border: none;
}

.et_pb_text {
	word-wrap: break-word;
	line-height: var(--et_global_body_font_height, 1.7em);
}

.et_pb_text ol, .et_pb_text ul {
	padding-bottom: 1em;
}

.et_pb_text > :last-child {
	padding-bottom: 0;
}

.et_pb_text_inner {
	position: relative;
}
