/** Reset **/

.section_big_title h1 strong, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
		color: #4a6bb2;
		font-weight: normal;
}
.letter_spacing_negative h2, .letter_spacing_negative h3 {
		letter-spacing: -0.04em;
}
/** Header **/
.main-navigation ul li {
		text-transform: none;
}
.main-navigation ul li a {
		font-weight: revert;
		font-size: 1.2rem;
}
.site-header.stuck {
		background: rgba(255,255,255,0.95);
}

.custom-logo {
		width: 275px;
}

.stuck .custom-logo {
		width: 20% !important;
}

/* Slider */

.sow-slider-image-wrapper .right {
		max-width: 569px;
		position: absolute;
		display: block !important;
		right: 0;
		z-index: -1 !important;
}

.sow-slider-base.sow-slider-is-mobile video.sow-background-element:not(.sow-mobile-video_enabled) {
		visibility: visible !important;
}

#hp_slider .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper h2 {
		background-color: rgba(0,0,0,0.5);
}
/* HP */
.so-widget-sow-features-default-ad9b2b5bd2d5-18 .sow-features-list .sow-features-feature.sow-icon-container-position-right .sow-icon-container {
		margin-right: 40px !important;
}
/** Responsive **/

/* Mobile */

@media (max-width: 428px) {
		.custom-logo {
				width: 200px;
		}
		.stuck .custom-logo {
				width: 50% !important;
		}
		.sow-slider-image-wrapper .right {
				position: relative;
				padding: calc( 100px + 0px ) 5% 0px 5% !important;
		}
		.sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper p {
				margin: 5em 0 0 0 !important;
		}
}