/*@import url(https://db.onlinewebfonts.com/c/5062233c3b6ddec1b4b19564c7f57a44?family=Arquitecta);*/
* {
	margin:0;
	padding:0;
	outline:0;
	box-sizing:border-box;
	/*font-family:rubik;*/
    /*font-family: "ITCAvantGardePro";*/
    font-family: "Inter";
}
@font-face {
    font-family: "Arquitecta";
    src: url("./landing/5062233c3b6ddec1b4b19564c7f57a44.eot");
    src: url("./landing/5062233c3b6ddec1b4b19564c7f57a44.eot?#iefix")format("embedded-opentype"),
    url("./landing/5062233c3b6ddec1b4b19564c7f57a44.woff2")format("woff2"),
    url("./landing/5062233c3b6ddec1b4b19564c7f57a44.woff")format("woff"),
    url("./landing/5062233c3b6ddec1b4b19564c7f57a44.ttf")format("truetype"),
    /*url("https://db.onlinewebfonts.com/t/5062233c3b6ddec1b4b19564c7f57a44.svg#Arquitecta")format("svg");*/
}
@font-face {
    font-family: "ITCAvantGardePro";
    src: url("./landing/ITCAvantGardePro-Bk.otf");
}


body {
	background-color:#274559 !important;
}

.container {
	width:100%;
	padding:0 15px;
	max-width:1200px;
	margin:0 auto;
}
.container-full {
	width:100%;
	padding:0 15px;
	max-width:1920px;
	margin:0 auto;
}
#header {
	padding:15px 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	position:relative;
	border-bottom:1px solid #fff;
}
/*#header:after {
	content:'';
	width:100%;
	max-width:1170px;
	border-bottom:1px solid #fff;
	position:absolute;
	left:50%;
	margin-left:-585px;
	bottom:0;
}*/
.biggest-text {
	font-size:80px;
	font-weight:900;
    font-family: 'Inter';
}

/*CONTENT*/
.white-text {
	color:#fff;
}

.big-text-style-2 {
	font-size:22px;
    font-family: "Inter";
	text-shadow:none;
}
.big-text-style-2 p {
	margin-bottom:19px;
}

.text-center {
	text-align:center;
}
.title-blue, .title-white {
	color:#274559;
	font-weight:bold;
    font-size: 40px;
	text-align:center;
	position:relative;
	padding:0 15px 15px;
	margin-bottom:50px;
	text-transform:uppercase;
}
.title-blue:before, .title-white:before {
	content:'';
	width:245px;
	height:10px;
	background-color:#831314;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-122.5px;
}
.title-white {
	color:#fff;
}
.text-bigger {
    font-weight: 200;
    font-size: 27px;
    line-height:normal;
    color: #fff;
}
.text-content {
    font-weight: normal;
    font-size: 30px;
    line-height:normal;
    color: #fff;
}

.section {
	margin-bottom:50px;
}

.white-text a, .white-text a:hover {
	color:#fff;
}

.title-light {
	font-size:27px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:15px;
	font-family:inter;
}
.text-justify {
	text-align:justify;
}
/*END CONTENT*/



.logo, .logo a {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	}
.logo-text {

	font-weight:300;
    font-size: 25px;
    line-height: normal;
    margin-left: 10px;
    color: #fff;
    text-shadow: 2px 5px 5px #000;
}
.menu {
}
.menu-container {
	padding:0 15px;
}
.menu > ul {
	display: flex;
    flex-wrap: wrap;
}
.menu li {list-style:none;}
.menu li a {
	font-family: "Inter";
	display:block;
	text-transform:uppercase;
    font-weight: 900;
    font-size: 20px;
}
.menu ul li {
    position: relative;
}
.menu > ul > li:last-child {display:none;}
.menu > ul > li > a {
	padding:10px 10px;
	text-decoration:none;
	color:#fff;
	line-height:20px;
}
.menu ul li a:hover, .menu ul li.active a, .menu ul li.current-menu-ancestor > a, .menu ul li.current-menu-item > a {
	/*background-color:#831314;*/ 
    color: #831314 !important;
    text-shadow: 0 0 2px #fff;
}

/*Second level*/
.menu .sub-menu {display:none;}
.menu > ul > .menu-item-has-children > a:after {
	content:'▼';
	margin-left:5px;
    font-size: 20px;
}
.menu > ul > .menu-item-has-children:not(.weglot-lang):hover > .sub-menu {
	display:block;
	z-index:2;
	border:1px solid #fff;
	position:absolute;
	top:100%;
	left:0;
    width: auto;
	background-color:#274559;
	
}

.menu > ul > .menu-item-has-children:not(.weglot-lang):hover > .sub-menu > li > a {
	padding:10px 23px;
	width:100%;
	display:block;
	text-decoration:none;
	color:#fff;
	white-space:nowrap;
}
/*Second level END*/

/*Three level*/
.menu > ul > .menu-item-has-children > .sub-menu > .menu-item-has-children > a:after {
	content:'►';
	margin-left:5px;
    font-size: 20px;
}
.menu > ul > .menu-item-has-children > .sub-menu > .menu-item-has-children:hover > .sub-menu {
	display:block;
	z-index:2;
	border:1px solid #fff;
	position:absolute;
	top:0;
	left:100%;
    width: auto;
	background-color:#274559;
	
}

.menu > ul > .menu-item-has-children > .sub-menu > .menu-item-has-children:hover > .sub-menu > li > a {
	padding:10px 23px;
	width:100%;
	display:block;
	text-decoration:none;
	color:#fff;
	white-space:nowrap;
}
/*Three level END*/


.btn-common {
	font-family: "Arquitecta";
	display:block;
	text-transform:uppercase;
    font-weight: 900;
    font-size: 18px;
	background-color:#831314;
	padding:5px 23px;
	width:100%;
	display:block;
	text-decoration:none;
	color:#fff;
}
.btn-common:hover {
	color:#fff;
}



.main-title {
    font-family: "Inter";
	font-weight:bold;
	font-size:50px;
	line-height:normal;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
}

.banner {
	margin-bottom:50px;
}
.banner img {
	width:100%;
}

#footer .gform_button.button {
	background-color:#831314 !important;
}
.btn {
	display: inline-block;
    width: auto;
	font-weight:900;
    font-size: 24px;
	font-family:inter;
    line-height: normal;
	text-transform:uppercase;
    padding: 16px 15px;
    min-width: 250px;
	text-align:center;
    text-shadow: 2px 2px 5px #000;
	text-decoration:none;
	color:#fff;
	background-color:#831314;
}
.btn:hover, .profile-button a:hover, #footer .gform_button.button:hover, .call-btn-red:hover {
	color:#fff;
	background-color:#A93333 !important;
}
.btn-big {font-size:42px;}
.btn-white {
	text-shadow:none;
	background-color:#fff;
	color:#831314 !important;
}

.call-btn-red {
	display:block;
	width:100%;
	font-weight:bold;
    font-size: 46px;
	font-family:inter;
    line-height: normal;
	padding:10px 23px;
	text-align:center;
    text-shadow: 2px 5px 5px #000;
	text-decoration:none;
	color:#fff;
	background-color:#831314;
}

.call-btn-white {
	display: inline-block;
    width: auto;
    margin: 0 auto;
    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase;
    font-family: inter;
    line-height: normal;
    padding: 19px 50px;
    text-align: center;
    text-decoration: none;
    color: #761B25;
    background-color: #FEFEFE;
}
.call-btn-white:hover, .red-form_wrapper .gform_button.button:hover, .btn.btn-white:hover {
    color: #761B25;
    background-color: #D9D9D9 !important;
}
.call-btn-white:active, .red-form_wrapper .gform_button.button:active, .btn.btn-white:active {
    color: #761B25;
	box-shadow: inset 0 4px 7px -2px #000;
    background-color: #D9D9D9;
}
.btn:active, .profile-button a:active, #footer .gform_button.button:active, .call-btn-red:active {
	box-shadow: inset 0 4px 7px -2px #000;
	background-color:#A93333 !important;
}
#footer .gform_button.button:focus, .red-form_wrapper .gform_button.button:focus {outline:0;}

.principles {    
background-color: #fff;
    padding: 15px 0px 0;
    margin-bottom: 50px;
}


.principles-list {
	display:flex;
	flex-wrap:wrap;
}
.principles-last {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-top:80px;
}

.principles-last .principle-wrap {
	border:0;
}
.principle-wrap {
	/*padding: 0 0 50px 15px;
	width:50%;*/
	margin-bottom:50px;
	
}
.principle-top {
	display:flex;
    align-items: center;
	margin-bottom:10px;
}
.principle-title {
	font-family: 'Inter';
    color: #831314;
    font-weight: 700;
    font-size: 27px;
    line-height: 34px;
    margin-left: 10px;
}
.principle-bottom {
	text-align:justify;
	font-weight:normal;
    font-size: 16px;
    /*padding-right: 15px;*/
}
.principle-icon {
    width: 70px;
    height: 70px;
    display: flex;
}
.principle-icon img {
	max-width:100%;
	height:auto;
}

.text-in-border {
	padding:15px 0;
	border:1px solid #fff;
	text-align:justify;
}

#soTellUs {
	overflow:visible !important;
}


#footer {
	margin-top:50px;
	border-top:1px solid #fff;
	padding-top:50px;
	padding-bottom:50px;
}


.footer-title {
	color:#fff;
	font-weight:bold;
    font-size: 34px;
	text-transform:uppercase;
	text-decoration:underline;
}
.footer-address {
	color:#fff;
	font-weight:bold;
    font-size: 34px;
}
#footer .gform_wrapper .gform_heading {display:none;}
#footer .gform_legacy_markup_wrapper {
	margin:0;
}




.gform_title {display:none;}



.socials {
	display:flex;
	flex-wrap:wrap;
    justify-content: center;
}
.socials a {
	/*width:49px;
	height:44px;*/
	width:50px;
	display:block;
	margin-right:20px;
	background-size:cover;
}
/*.socials a.facebook {
	background-image:url(./landing/facebook.png);
}
.socials a.twitter {
	background-image:url(./landing/twitter.png);
}
.socials a.linkedin {
	background-image:url(./landing/likedin.svg);
}
.socials a.youtube {
	background-image:url(./landing/youtube.svg);
}
.socials a.instagram {
	background-image:url(./landing/Instagram_logo_2022.webp);
}*/
.socials a img {width:100%;}



.cases {
	display:flex;
	flex-wrap:wrap;
}

.case-wrapper {
	/*width:100%;
    max-width: 33.3%;
    padding: 0 15px;*/
	margin-bottom:30px;
}
.case-wrapper img {
	width:100%;
    display: flex;
}

.case-image {
	position:relative;
}
.case-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #a5a2a2;
    opacity: 0.4;
	transition:opacity 1s;
}
.case-wrapper:hover .case-image:before {
	opacity:0;
}
.case-info {
	display:flex;
	flex-wrap:wrap;
    justify-content: space-between;
    align-items: center;
	background-color:#fff;
    padding: 5px 30px;
    min-height: 84px;
}
.case-title {
    font-family: "Inter";
    font-size: 20px;
    font-weight: 900;
	color:#000;
    max-width: 55%;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	text-transform:uppercase;
}


.case-button {
	max-width:200px;
}
.case-button .btn {
    font-family: "Arquitecta";
	margin-bottom:0;
	font-size:20px;
    min-width: initial;
    padding: 10px 23px;
	text-transform:uppercase;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-weight:normal;
	text-shadow:none;
}



#slider .owl-dots {
	width:100%;
	text-align:center;
	margin-bottom:40px;
}
#slider .owl-dot {
	width:10px;
	
	height:10px;
	border-radius:50%;
	margin:10px;
	background-color:#fff;
}
#slider .owl-dot.active {
	background-color:#831314;
}

.awards {
	display: flex;
    width: 100%;
    justify-content: space-between;
}
.awards img {
}
.small-award {
	width:12%;
}
.big-award {
	width:25%;
}

.big-text {
	font-size:20px; 
	text-align:justify;
    /*text-shadow: 1px 1px 1px #000;*/
}
.text-content, .main-title, .title-white {
	/*text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
}
.btn-header {
    font-family: "Inter";
    text-align: center;
    font-size: 18px;
    font-weight: 900;
	padding:7px;
	min-width:initial;
}

.red-underline {
	border-bottom:4px solid #831314;
}


@media(max-width:1900px) {
	.menu li a {
		font-size:15px !important;
	}
	.menu ul .menu-item-has-children a:after {
		font-size:15px !important;
	}
}
@media(max-width:1610px) {
	.logo-text {
		font-size: 20px;
		line-height: normal;
		margin-left: 10px;
	}
	.logo img {
		max-width: 100px;
	}
	.btn-header {
		font-size: 20px;
		min-width:initial;
	}
	.menu > ul > li > a {
		padding: 10px 5px;
	}
}

.awards .owl-stage {
	display:flex;
	align-items:center;
}
.awards .owl-stage .item {
	padding:10px;
}

.accidents {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-bottom: 50px;
}
.accident {
    width: 100%;
	margin-bottom:30px;
    background-color: #fff;
	padding-bottom:15px;
}

.accident-cost {
    font-family: "Inter";
	font-weight:900;
	font-size:40px;
	color:#A70018;
	text-align:center;
}
.accident-title {
    font-family: "Inter";
	font-weight:normal;
	font-size:25px;
	text-transform:uppercase;
	color:#274559;
	text-align:center;
}
.accident-image {
    padding: 25px 25px 10px;
}
.accident-image img {
	width:100%;
	display:block;
}






.awards .splide__slide {
	display:flex;
	padding:0 10px;
}


.country-selector.weglot-inline {
	display:none !important;
}
.weglot-parent-menu-item.weglot-language.weglot-flags .sub-menu {
	display:block;
}
.weglot-parent-menu-item.weglot-language.weglot-flags {display:flex;}
.weglot-parent-menu-item.weglot-language.weglot-flags a {
	font-size:0 !important;
	padding:10px;
}
.weglot-parent-menu-item.weglot-language.weglot-flags a:before {
	margin-right:0;
}
.weglot-parent-menu-item.weglot-language.weglot-flags a:after {
	display:none;
}


#header .logo img {
	width:100px;
}
#header .menu li a {
	font-size:18px;
}
.menu > ul > .menu-item-has-children > a:after {
	font-size:18px;
}

.btn-header {
}


.profiles-container {
	margin-bottom:30px;
}
.profiles {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.profile {
	/*width:33.33%;*/
	padding:0 15px;
	margin-bottom:50px;
}
.profile-inner {
	background-color:#fff;
	padding:10px;
	margin-bottom:30px;
}
.profile-image {
	margin-bottom:5px;
}
.profile-image, .profile-image img {
	width:100%;
    display: block;
}
.profile-name {
    text-shadow: 2px 2px 5px #000;
    box-shadow: 0px 3px 7px -2px #000;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	background-color:#831314;
	padding:11px 10px;
	width:100%;
    font-size: 24px;
    font-family: inter;
    font-weight: 999;
}
.profile-button {
	text-align:center;
}
.profile-button a {
    font-weight: 200;
    font-family: inter;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	font-size:20px;
    padding: 4px 15px;
	display:inline-block;
	background-color:#831314;
	min-width:210px;
    box-shadow: 0px 3px 7px -2px #000;
}



.red-form_wrapper {
	background-color:#761B25;
	padding:20px 15px;
	margin-top:0;
	color:#fff;
	font-family:inter;
	font-size:20px;
}
.red-form_wrapper * {font-family:inter !important;}
.red-form_wrapper .gform_fields {
	display:flex !important;
}
.red-form_wrapper .form-top {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
    align-items: center;
	font-size:36px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:50px;
}
.red-form_wrapper .form-top:before {
	content:'';
	background-image:url(./landing/logo.png);
	background-size:cover;
	width:111px;
	height:111px;
	display:block;
}
.red-form_wrapper .form-top-title {
	font-size:45px;
	font-weight:900;
}
#form-benefits {
	margin:0 !important;
	margin-bottom:50px !important;
}
#form-benefits li {
	padding-left:40px;
	background-image:url(./landing/check.png);
	background-repeat:no-repeat;
	background-position:left center;
	text-transform:uppercase;
	list-style:none !important;
}

.red-form_wrapper li.gfield:not(.gfield--type-html) {
	padding:0 !important;
	margin:0 !important;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:24px !important;
    align-items: center;
}
.red-form_wrapper li.gfield .gform-field-label {
	width:40%;
}
.red-form_wrapper li.gfield .gform-field-label .gfield_required_asterisk {
	margin-left:0;
	color:#fff;
}
.red-form_wrapper li.gfield .ginput_container {
	width:60%;
	margin:0 !important;
}
.red-form_wrapper li.gfield .ginput_container input, .red-form_wrapper li.gfield .ginput_container select, .red-form_wrapper li.gfield .ginput_container textarea {
    border-radius: 0;
    padding: 4px 10px !important;
    font-size: 17px !important;
    font-weight: 300;
	min-height:40px;
}
.red-form_wrapper li.gfield .ginput_container textarea {
	height:215px;
}

.red-form_wrapper .form-right li.gfield .gform-field-label {
	width:100%;
}
.red-form_wrapper .form-right li.gfield .ginput_container {
	width:100%;
}
.red-form_wrapper .form-right li.gfield .gfield_checkbox {
	display:flex;
	flex-wrap:wrap;
    margin: 0;
}
.red-form_wrapper .form-right li.gfield .gfield_label_before_complex {
	margin-bottom:24px;
}
.red-form_wrapper .form-right li.gfield .gfield_checkbox .gchoice {
	width:33.33%;
    margin-bottom: 10px;
}
.red-form_wrapper .form-right li.gfield .gfield_checkbox .gchoice .gfield-choice-input {
	margin-top:0;
    margin-left: 0;
	width:23px;
	height:23px;
    min-height: initial;
}
.red-form_wrapper .form-right li.gfield .gfield_checkbox .gchoice .gform-field-label {
    font-size: 16px;
    font-weight: 400;
	width: auto;
}
#field_7_9 .gfield_checkbox .gchoice, #field_8_9 .gfield_checkbox .gchoice {
	width:100%;
	margin-bottom:0;
}
#field_7_9 .gfield_checkbox .gchoice .gform-field-label,
#field_8_9 .gfield_checkbox .gchoice .gform-field-label {
	font-size:18px;
	font-weight:200;
    padding-left: 10px;
	color:#F3ABAB;
}
#field_7_9 > .gform-field-label, #field_8_9 > .gform-field-label {
	display:none;
}

.red-form_wrapper .form-right li.gfield.gfield--type-captcha .gfield_label {
	display:none;
}
.red-form_wrapper .gform_footer {
	display:none;
}
.red-form_wrapper .gform_button.button {
	background-color:#FEFEFE;
	font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    color: #761B25;
    border-radius: 0;
    border: 0;
}
.gform_validation_errors.validation_error {
	border-color:#fff;
}
.gform_validation_errors.validation_error>h2 {
	color:#fff;
}






/*transparent form*/
.transparent-form_wrapper {
    background-color: #04092E;
	box-shadow: 0 0 18px 0px #000;
    color: #fff;
    font-family: inter;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
	padding-top:30px;
	padding-bottom:25px;
}
.transparent-form_wrapper .gform_fields {
    display: flex !important;
	flex-wrap:wrap;
}
.transparent-form_wrapper.gform_legacy_markup_wrapper ul.gform_fields li.gfield {
	padding-right:0;
	width:100%;
}

.transparent-form_wrapper.gform_legacy_markup_wrapper ul.gform_fields li.gfield.form-left-elem {
	padding-right:15px;
	width:50%;
    display: flex;
    flex-wrap: wrap;
}
.transparent-form_wrapper.gform_legacy_markup_wrapper ul.gform_fields li.gfield.form-right-elem {
	padding-left:15px;
	padding-right:0;
	width:50%;
    display: flex;
    flex-wrap: wrap;
}

.transparent-form_wrapper.gform_legacy_markup_wrapper ul.gform_fields li.gfield .gfield_label {
	width:100%;
}
.transparent-form_wrapper.gform_legacy_markup_wrapper ul.gform_fields li.gfield .ginput_container {
	width:100%;
}

.transparent-form_wrapper.gform_legacy_markup_wrapper ul.gform_fields li.gfield.gfield--input-type-select {
	display:flex;
	flex-wrap:wrap;
    align-content: space-between;
}
.transparent-form_wrapper.gform_legacy_markup_wrapper ul.gform_fields li.gfield.gfield--input-type-select .ginput_container.ginput_container_select {
	display:flex;
	flex-wrap:wrap;
}
.transparent-form_wrapper.gform_legacy_markup_wrapper ul.gform_fields li.gfield.gfield--input-type-select .ginput_container.ginput_container_select .gfield_label {
	order:1;
    display: flex;
}
.transparent-form_wrapper.gform_legacy_markup_wrapper ul.gform_fields li.gfield.gfield--input-type-select .ginput_container.ginput_container_select select.gfield_select {
	order:2;
}

.transparent-form_wrapper .form-title {
	font-size:50px;
	font-weight:bold;
	color:#ff001c;
    line-height: normal;
	text-transform:uppercase;
	text-align:center;
    text-shadow: 0px 0px 0px #fff;
	margin-bottom:25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.transparent-form_wrapper .form-title:before {
	content:'';
	background-image:url(./landing/logo.png);
	background-size:cover;
	width:60px;
	height:60px;
	display:inline-block;
	margin-right:15px;
}
.transparent-form_wrapper .form-subtitle {
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:25px;
}
.transparent-form_wrapper .form-subtitle span {
    text-shadow: 0px 0px 0px #fff;
	color:#ff0002;
	font-size:25px;
    margin: 0 5px;
}

.transparent-form_wrapper.gform_legacy_markup_wrapper .gfield_required {
	margin-left:0;
	color: #ff0000 !important;
}

.transparent-form_wrapper.gform_legacy_markup_wrapper .gfield_html.gfield_no_follows_desc {
	margin:0;
}
body .transparent-form_wrapper.gform_legacy_markup_wrapper ul li.gfield {
	margin:0;
	margin-bottom:25px;
}
body .transparent-form_wrapper.gform_legacy_markup_wrapper .top_label div.ginput_container {
	margin:0;
}
 
.transparent-form_wrapper li.gfield .ginput_container input, 
.transparent-form_wrapper li.gfield .ginput_container select, 
.transparent-form_wrapper li.gfield .ginput_container textarea {
	border-radius: 0;
    padding: 16px 15px !important;
    font-size: 20px !important;
    font-weight: 300;
    min-height: 52px !important;
    margin: 0 !important;
}

.transparent-form_wrapper li.gfield.gfield--input-type-captcha {
	display:none !important;
}
.transparent-form_wrapper li.gfield .gfield_checkbox {
	margin:0;
}
.transparent-form_wrapper li.gfield .gfield_checkbox .gchoice .gfield-choice-input {
    margin-top: 0;
    margin-left: 0;
    width: 23px;
    height: 23px;
    min-height: initial !important;
}
.transparent-form_wrapper  .gfield_checkbox .gchoice .gform-field-label, .transparent-form_wrapper  .gfield_checkbox .gchoice .gform-field-label {
    font-size: 18px;
    font-weight: bold;
    padding-left: 0px;
    color: #F3ABAB;
}

.transparent-form_wrapper .radios .gfield_label {
	margin-bottom:25px;
}
.transparent-form_wrapper .radios ul.gfield_checkbox {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0;
    width: 100% !important;
}
.transparent-form_wrapper .radios ul.gfield_checkbox .gchoice {
	margin-bottom:25px;
    margin-right: 5px;
}
.transparent-form_wrapper .radios ul.gfield_checkbox .gchoice .gform-field-label {
	font-weight:normal;
	color:#fff;
	font-size:16px;
}
.transparent-form_wrapper.gform_legacy_markup_wrapper .gform_footer {
	padding:0;
	text-align:center;
}
.transparent-form_wrapper .gform_button.button {
    background-color: #ff0002;
    font-size: 36px !important;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border-radius: 0;
    border: 0;
    width: auto !important;
    display: inline-block !important;
    margin-bottom: 25px !important;
	outline:0 !important;
	margin-right:0 !important;
}
.transparent-form_wrapper .gform_button.button:hover {
	color: #761B25;
    background-color: #D9D9D9 !important;
}


.transparent-form_wrapper .gform_heading {
	display:none;
}

.form-info {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-info-block {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: -0.9px;
	padding-right:10px;
	color:#fff;
}
.form-info-block:before {
	content:'';
	padding-left: 30px;
    background-image: url(./landing/check.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-transform: uppercase;
    list-style: none !important;
}





@media(max-width:768px) {
	.transparent-form_wrapper.gform_legacy_markup_wrapper ul.gform_fields li.gfield.form-left-elem {
		padding-right:0;
		width:100%;
	}
	.transparent-form_wrapper.gform_legacy_markup_wrapper ul.gform_fields li.gfield.form-right-elem {
		padding-left:0;
		width:100%;
	}
	.transparent-form_wrapper .form-title {
		font-size:40px;
	}
	.transparent-form_wrapper .gform_button.button { 
		font-size: 25px !important;
	}
	.transparent-form_wrapper .gfield_checkbox .gchoice .gform-field-label, .transparent-form_wrapper .gfield_checkbox .gchoice .gform-field-label {
		font-size:16px;
	}
	.transparent-form_wrapper .radios ul.gfield_checkbox .gchoice {
        margin-bottom: 15px;
        width: 33%;
        margin-right: 0;
    }
	.ginput_recaptcha {margin-top:25px !important;}
}

@media(max-width:576px) {
	.transparent-form_wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.transparent-form_wrapper .form-title {
        font-size: 30px;
    }
	.transparent-form_wrapper .radios ul.gfield_checkbox .gchoice {
        margin-bottom: 15px;
        width: 50%;
        margin-right: 0;
    }
	.transparent-form_wrapper .radios ul.gfield_checkbox {
		justify-content: space-between;
	}
	.transparent-form_wrapper li.gfield .ginput_container input, .transparent-form_wrapper li.gfield .ginput_container select, .transparent-form_wrapper li.gfield .ginput_container textarea {
		padding: 5px 15px !important;
	}
}





.practice-area-big, .practice-area-normal {
	align-items:center;
	margin-bottom:50px;
}

.bordered-section:before {
	content:'';
	border-top:1px solid #fff;
	width:100%;
	display:block;
}
.bordered-section:after {
	content:'';
	border-top:1px solid #fff;
	width:100%;
	display:block;
}
.bordered-section .main-title {
	padding-top:25px;
	padding-bottom:25px;
	font-size:40px;
}


.practice-area-normal .big-text {
	margin-bottom:10px;
}
.practice-content {
 }

.accordion-wrap {
}
.accordion {    
	margin: 50px auto 0;
	max-width:1000px;
}
.accordion-item {
	margin-bottom:25px;
}
  

.accordion-header {
    cursor: pointer;
	margin-bottom:0;
	padding-left:40px;
	font-weight:normal;
	display:flex;
    flex-wrap: wrap;
    position: relative;
}
.accordion-header:before {
	content:'+';
    font-size: 36px;
    line-height: 100%;
    font-family: inter;
    font-weight: 900;
    margin-right: 15px;
    width: 25px;
    text-align: center;
    position: absolute;
    left: 0;
}
.accordion-item.active .accordion-header:before {
	content:'-';
}
.accordion-content {
    display: none;
    padding: 10px 10px 10px 40px;
    border-top: none;
	margin-bottom:15px;
}
.accordion-content strong:first-child {
	float:left;
	margin-right:5px;
}

.background-section {
    min-height: 470px;
    align-items: center;
    display: flex;
    justify-content: center; 
    background-size: cover;
	position:relative;
}
.background-section:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.2;
}
.background-section > .row {
	position:relative;
}

.profile-page {
	margin-bottom:30px;
}
.profile-page .profile-inner {
	background-color:transparent;
	padding:0;
	margin-bottom:0;
}
.profile-page .profile-image {
	border:2px solid #fff;
	margin-bottom:15px;
}

.profile-page .profile-name {
	border:3px solid #fff;
	word-spacing: 8px;
}

.profile-award {
	align-items:center;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.profile-award img {
	max-height:220px;
}

.profile_carousel .owl-prev, .profile_carousel .owl-next {
position: absolute;
    top: 50%;
    margin-top: -9.5px;
    width: 19px;
    height: 19px;
    border: 1px solid #fff !important;
    border-radius: 100%;
    font-size: 0 !important;
}
.profile_carousel .owl-prev {
    left: 15px;
}
.profile_carousel .owl-next {
    right: 15px;
}
.profile_carousel .owl-dot {
    width: 19px;
    height: 19px;
    border: 1px solid #fff !important;
    border-radius: 100%;
    font-size: 0 !important;
    margin: 15px 10px 0;
}
.profile_carousel .owl-dot.active {
    width: 19px;
    height: 19px;
    border: 1px solid #fff !important;
	background-color:#fff;
    border-radius: 100%;
    font-size: 0 !important;
}
.profile_carousel .owl-dots {display:none;
        justify-content: center;}



.footer-block {
	margin-bottom:50px;
}
#footer-benefits {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#footer-benefits ul {
	margin:0 !important;
	margin-bottom:50px;
}
#footer-benefits li {
	color:#fff;
	min-height:57px;
    font-size: 32px;
	padding-left:80px;
	margin-bottom:50px;
	background-image:url(./landing/check-big.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-transform:uppercase;
	list-style:none !important;
}
#footer-benefits li:last-child {
	margin-bottom:0;
}
#footer * {
	font-family:inter;
}


#footer .gform_fields {
	display:flex;
	flex-wrap:wrap;
}
#footer li.gfield {
	padding-right:0;
	margin-top:0;
	width:100%;
	margin-bottom:12px;
}
#footer li.gfield.gfield--type-textarea {
	margin-bottom:0;
}
#footer li.gfield .ginput_container {
	margin:0;
}
#footer li.gfield .ginput_container input, #footer li.gfield .ginput_container textarea {
	border-radius:0;
}
#footer li.gfield.gfield--type-email {
	width:50%;
}
#footer li.gfield.gfield--type-phone {
	width:50%;
    padding-left: 12px;
}
#footer li.gfield .ginput_container .gfield-choice-input {
	width:23px;
	height:23px;
}
#footer li.gfield .ginput_container .gchoice .gform-field-label {
	margin-left:10px;
	font-size:15px;
	font-weight:200;
}

#footer .gform_footer {
	padding-top:0;
	display:flex;
	flex-wrap:wrap;
    justify-content: center !important;
}
#footer .gform_button.button {
	    margin: 0;
    width: auto !important;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
    padding: 9px 15px;
}


.close-mobile-menu {
	display:none; 
    position: absolute;
    top: 30px;
    right: 15px;
    font-family: inter;
    font-weight: bold;
    font-size: 20px;
    color: #831314;
}
.mobile-menu-btn {
	display: none;
    border-top: 7px solid #831314;
    border-bottom: 7px solid #831314;
    width: 60px;
    margin-left: 15px;
}
.mobile-menu-btn:before {
	content:'';
    border-top: 7px solid #831314;
	margin:7px 0;
	width:100%;
	display:block;
}


.mob-menu {display:none;}


@media(max-width:1600px) {
	.case-info {
		padding:5px 15px;
	}
}
@media(max-width:1200px) {
	.call-btn-red, .call-btn-white {
		font-size:30px;
	}
	.main-title {
		font-size:35px;
	}
	#footer-benefits li {
    min-height: 30px;
    font-size: 22px;
    padding-left: 47px;
    margin-bottom: 30px;
	background-size:30px;
	}
	.accident-cost {
		font-size:30px;
	}
}
@media(max-width:1020px) {
	.desc-menu {display:none;}
	.mob-menu {display:block;}
	
	/*Need to del*/
	.menu-container {
		display:none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: auto;
        background-color: #274559;
        box-shadow: 0px 3px 7px -2px #000;
        z-index: 99;
	}    
	.menu-container .menu {
        max-height: 200px;
        overflow-y: scroll;
    }
	.menu-container .menu li {
		width: 100%;
	}
	.menu-container .menu li .sub-menu {
		width: 100%;
		border: 0;
	}
	.menu-container .menu > ul > li > a {
        padding: 10px 15px;
    }
	.mobile-menu-btn {
		display:block;
	}
	
	.menu > ul > .menu-item-has-children:not(.weglot-lang):hover > .sub-menu {
		position:static;
		border:0;
	}
	.menu > ul > .menu-item-has-children:not(.weglot-lang):hover > .sub-menu > li > a {
		padding-left:30px;
		
	}
	/*Need to del END*/
	
	
	 
	.menu-container .mob-menu {
        max-height: 300px;
        overflow-y: scroll;
		padding:15px;
    }
	.menu-container .mob-menu li {
		list-style:none;
		width:100%;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
	}
	.menu-container .mob-menu li a  {
		font-size: 15px !important;
    text-decoration: none;
    color: #fff;
    line-height: 20px;
    font-family: "Inter";
    display: block;
    text-transform: uppercase;
    font-weight: 900;
	padding:10px 0;
	}
	.menu-container .mob-menu .menu-item-has-children .sub-menu {
		display:none;
        padding-left: 20px;
        width: 100%;
	}
	
	
	.menu-container .mob-menu .down-arrow, .menu-container .mob-menu .up-arrow {
        padding: 10px 10px;
        margin-left: 0;
	}
	.menu-container .mob-menu .down-arrow:after {
		content: '▼';
		color:#fff;
        height: 17px;
        line-height: 19px;
        display: block;
	}
	.menu-container .mob-menu .up-arrow:after {
		content: '►';
		color:#fff;
        height: 17px;
        line-height: 19px;
        display: block;
	}
	.menu-container .mob-menu .current-menu-ancestor > a, 
	.menu-container .mob-menu .current-menu-item > a {
		color:#831314;
		text-shadow: 0 0 2px #fff;
	}
	.menu-container .mob-menu .current-menu-ancestor > .up-arrow:after, .menu-container .mob-menu .current-menu-ancestor > .down-arrow:after,
	.menu-container .mob-menu .current-menu-item > .up-arrow:after, .menu-container .mob-menu .current-menu-item > .down-arrow:after {
		color:#831314;
		text-shadow: 0 0 2px #fff;
	}
	.menu-container .mob-menu .weglot-parent-menu-item.weglot-language.weglot-flags .sub-menu {
		display: block;
		width: 100%;
		border: 0;
		padding-left:0;
	}
	.menu-container .mob-menu .weglot-parent-menu-item.weglot-language.weglot-flags {
		flex-wrap: nowrap;
	}
	.menu-container .mob-menu .menu-item-8954 {display:none;}
	
	
	
	
	.head-buttons {
		display:flex;
        align-items: center;
		}
	#header {
		position:relative;
		justify-content:space-between;
	}
	.title-light {
		font-size:20px;
	}
	.accordion-header:before {
		font-size:20px;
	}
	.biggest-text {font-size:50px;}
}

@media(max-width:991px) {
	.practice-content {
		margin-bottom:50px;
	}
	.practice-image {
		text-align:center;
	}
	.profile-award-image {
		 margin-bottom:15px;
	 }
	 .text-bigger {
		 font-size:20px;
        line-height: 25px;
	 }
	 .background-section {
		 min-height:175px;
	 }
}
@media(max-width:768px) {
	.text-content, .big-text-style-2 {
		font-size:20px;
        line-height: 30px;
	}
	.big-text {
		font-size:16px;
        line-height: 25px;
	}
	.title-blue, .title-white, .footer-title, .footer-address {
		font-size:30px;
	}
	.accident-title {
		font-size:20px;
	}
	.red-form_wrapper li.gfield .gform-field-label {
		width:100%;
	}
	.red-form_wrapper li.gfield .ginput_container {
		width:100%;
	}
	.principle-title {
    font-size: 20px;
    line-height: normal;
	}
	.red-form_wrapper {
		padding-left:0;
		padding-right:0;
	}
	.ginput_recaptcha {
		overflow:hidden;
	}
	.red-form_wrapper .gform_button.button {
		font-size:20px;
	}
	.case-title {
		text-align: center;
		width: 100%;
		margin-bottom: 15px;
		max-width:100%;
		}
	.case-button {
		max-width: 100%;
		width: 100%;
	}
	.case-info {
        padding: 15px 15px;
    }
	#footer li.gfield.gfield--type-email {
		width:100%;
	}
	#footer li.gfield.gfield--type-phone {
		width:100%;
		padding-left:0;
	}
	#footer .gform_button.button {
		font-size:20px;
	}
	.red-form_wrapper .form-top {
		justify-content:center;
	}
	.gform_heading {
		display:none;
	}
	.red-form_wrapper .form-top-title {
		font-size:30px;
		margin-top:15px;
	}
	.call-btn-red, .call-btn-white, .btn-header {
		font-size:16px;
	}
	.call-btn-red, .call-btn-white {
		padding-left:15px;
		padding-right:15px;
	}
	.main-title {
        font-size: 30px;
    }
	.title-light {
		font-size:16px;
	}
	.biggest-text {font-size:35px;}
	.bordered-section .main-title {
		font-size:30px;
	}
	.profile_carousel .owl-nav {display:none;}
	.profile_carousel .owl-dots {display:flex;}
}

@media(max-width:550px) {
	#header .logo {
		justify-content: center;
	}
	#header .logo img {
		width:70px;
	}
	.red-form_wrapper .form-right li.gfield .gfield_checkbox .gchoice {
		width:100%;
	}
}




.case-datails-wrap {
	margin-bottom:30px;
}
.case-details {
	background-color:#fff;
	padding:15px 15px;
}
.case-picture {
	margin-bottom:5px
}
.case-picture img {
	width:100%;
	display:block;
}

.case-offer-price {
	font-size:24px;
	font-weight:900;
	color:#761B25;
}
.case-main-price {
	font-size:42px;
    line-height: 100%;
	font-weight:900;
	color:#761B25;
	margin-bottom:10px;
}
.case-injury {
	color:#274559;
	line-height:100%;
	text-align:center !important;
}
.case-full-text {
	font-weight:400;
	text-align:justify;
}
.case-block {
	margin-bottom:50px;
}


.testimonial-block-wrap {
	margin-bottom:30px;
}
.testimonials-container {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.testimonial-block {
	padding:15px;
	background-color:#fff;
    height: 100%;
}
.testimonial-name {
	color:#274559;
	font-weight:bold;
}
.testimonial-text {
	color:#000;
	font-size:15px;
}

.testimonial-rate {
	width:120px;
	height:20px;
	background-image:url(./images/stars.png);
	margin:10px 0;
}


.simple-page h1, .simple-page h2, .simple-page h3, .simple-page h4, .simple-page h5, .simple-page h6 {
	text-transform:uppercase;
	margin-bottom:50px;
	margin-top:40px;
    font-weight: bold;
	text-align:center;
}
.simple-page h1 {
	font-size:50px;
}
.simple-page h2 {
	font-size:40px;
}
.simple-page h3 {
	font-size:30px;
}
.simple-page img {
	margin-bottom:15px;
}

.simple-page-form {
	margin-bottom:50px;
	margin-top:40px;
}
.simple-page ul, .simple-page ol {
	padding-left:32px;
}
.simple-page ul li, .simple-page ol li {
	margin-bottom:10px;
}

.simple-page .table-wrap {
    margin-bottom: 50px;
}
.simple-page table {
    margin-top: 40px;
    color: #000;
    text-align: center;
    border-spacing: 0;
	border-collapse:unset;
}

.simple-page table td, .simple-page table th {
    border: 7px solid #274559;
    padding: 5px 10px;
}
.simple-page table th {
	color:#831314;
    height: 80px;
    vertical-align: middle;
	font-weight:900;
	text-transform:uppercase;
    text-shadow: 1px 1px 3px #585555;
}
.simple-page table tr {
    background-color: #fff;
}
.simple-page table tr td:first-child, .simple-page table th:first-child {
	border-left:0;
}

.simple-page table tr td:last-child, .simple-page table th:last-child {
	border-right:0;
}
.simple-page a {
	color:#fff;
	text-decoration:underline;
}
.simple-page .accordion {
	margin-top:0;
}

ul.two-cols {
    display: flex;
    flex-wrap: wrap;
}

ul.two-cols li {
	width:50%;
}

@media(max-width:992px) {
	.simple-page .table-wrap {
		overflow-x:scroll;
	}
	.simple-page table td, .simple-page table th {
		border: 1px solid #274559;
	}
	.simple-page h1 {
		font-size:42px;
	}
	.simple-page h2 {
		font-size:35px;
	}
	.simple-page h3 {
		font-size:25px;
	}
}
@media(max-width:768px) {

	.simple-page h1 {
		font-size:35px;
	}
	.simple-page h2 {
		font-size:27px;
	}
	.simple-page h3 {
		font-size:20px;
	}
}



.blog-container {}

.blog-item {
	margin-bottom:50px;
}
.blog-top, .blog-bottom {width:100%;}
.blog-item-inner {
	background-color:#fff;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.blog-image {
	width:100%;
	height:300px;
	overflow:hidden;
	margin-bottom:15px;
}
.blog-image.short img {
	max-width:initial;
    min-width: 600px;
    min-height: 310px;
	width:auto;
	
}
.blog-image img {
	width:100%;
}
.blog-title {
	width:100%;
	padding:0 15px;
	color:#274559;
	line-height:normal;
}
.blog-short-text {
	width:100%;
	padding:0 15px;
	color:#274559;
	line-height:normal;
}
.blog-meta {
	background-color:#831314;
	padding:15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.blog-date {
	color:#fff;
	font-size:20px;
	text-transform:uppercase;
	font-weight:900;
}
.blog-link a, .blog-link a:hover {
	color:#fff;
	font-size:16px;
	font-weight:200;
	text-transform:uppercase;
}

.blog-pagination {
    text-align: center;
	margin:10px 0;
}
.blog-pagination a, .blog-pagination span { 
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 15px;
    margin: 5px;
    display: inline-block;
}
.blog-pagination span.current, .blog-pagination a:hover {   
	background-color:#831314; 
font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 10px 15px;
    margin: 5px;
}


@media(max-width:768px) {
	.blog-date {font-size:16px;}
}


.post-datetime {
	font-size:20px;
	font-weight:900;
	color:#fff;
	background-color:#831314;
	display:inline-block;
    width: auto;
    margin: 0 auto;
    padding: 4px 15px;
    min-width: 200px;
}
.page-main-title {
	padding-bottom:0;
	margin-bottom:0;
}
.post-image img {
	width:100%;
}

.btn-min {
	font-size:20px;
	padding:7px 15px;
}
.vertical-center {
	align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.post-next-to .btn {
	margin-bottom:15px;
}
.post-next-to .big-text {
	text-align:left;
}

.text-right {
	text-align:right;
}
.post-next-to.text-right .big-text {
	text-align:right;
}


@media(max-width:768px) {
	.post-next-to {
		text-align:center;
	}
	.post-next-to .big-text {
		margin-bottom:50px;
	}
	.post-next-to.text-right .big-text {
		margin-bottom:0;
	}
	.post-next-to.text-right .big-text, .post-next-to .big-text {
		text-align:center;
	}
	.post-socials {
		margin-bottom:50px;
	}
}

.video-item {
	margin-bottom:50px;
	
}
.video-item-inner {
	background-color:#fff;
	height: 100%;
}
.video-bottom {
	padding:15px;
}
.video-bottom p {
	margin-bottom:0;
}
.video-bottom a {
	color:#A70018;
	text-decoration:underline;
}
.video-bottom.title-light {
	text-transform:none;
	margin-bottom:0;
}
.video-container {
	margin-bottom:0;
}

.video-page-form .simple-page-form {
	margin-top:0;
}




.simple-page .wp-caption .wp-caption-text {
    background-color: #831314;
    padding: 11px 10px;
	color: #fff;
	text-align:center;
}


.stiky-header {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #274559;
    z-index: 999;
}
.header-height {
	height:156px;
    margin-bottom: 85px;
}
.container-full.stiky-header {
	max-width:initial;
}


@media(max-width:576px) {
	#header {
    padding: 10px 0 10px;
	}
	.menu-container .menu > ul > li > a {
    padding: 7px 0px;
}
}

@media(max-width:480px) {
	.simple-page figure.wp-caption {width:100% !important;}
	.simple-page figure.wp-caption img {width:100%;}
}


.footer_links a.btn {
	    font-size: 18px;
    font-weight: 400;
    min-width: 100%;
    margin-bottom: 15px;
    padding: 1px 10px;
    min-height: 45px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}






/* New header with button phones*/
.header-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.header-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.header-bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    align-items: center;
}
.head-phone {
}
.head-phone-number {
	color:#fff;
	font-size:28px;
    line-height: 28px;
	font-weight:900;
	text-decoration:none;
}
.head-phone-number:hover {
    color: #831314 !important;
    text-shadow: 0 0 2px #fff;
}
.head-phone-number i {
font-size: 21px;
    margin-right: 14px;
    vertical-align: top;
    line-height: 28px;
}

html:not([lang="en-US"]) .btn-header.eng { 
   display: none!important; 
} 
html:not([lang="es"]) .btn-header.spain {   
   display: none!important; 
}



/*Laptop*/

.header-bottom .logo {
	display:none;
}
.header-bottom .head-buttons {
	display:none;
}
@media(max-width:1600px) {
	.header-top .head-buttons {
		display:none;
	}
	.header-bottom .head-buttons {
		display:block;
	}
	.menu-container {padding-right:0;}
	.weglot-parent-menu-item.weglot-language.weglot-flags a {padding-right:0;}
	.header-bottom {justify-content: space-around;}
	
	.head-phone-number {
		text-shadow: 2px 2px 5px #000;
		background-color: #831314;
		padding: 7px;
		font-size:23px;
	}
	.head-phone-number:hover {
		color: #fff !important;
		background-color: #A93333 !important;
		text-shadow: 2px 2px 5px #000;
	}
	.header-bottom .head-buttons .btn-header {
		font-size:23px;
	}
	
	.header-bottom .logo {
		display:block;
		visibility: hidden;
		height: 1px;
	}
	.header-bottom .head-phone, .header-bottom .head-buttons {
		margin-top: -20px;
	}
	.header-bottom {
		padding-right:166px;
	}
}
@media(max-width:1400px) {
	
	html:not([lang="en-US"]) .menu.desc-menu li a {
        font-size: 13px !important;
    }
	.menu .weglot-parent-menu-item.weglot-language.weglot-flags a {font-size:0 !important;}
}





/*Laptop 1280*/

@media(max-width:1270px) {
	.header-bottom {
		padding-right:0;
	}
	.header-bottom {
        order: 1;
	}
	.header-top {
        order: 2;
	}
	.header-top .logo {
		display:none;
	}
	.header-bottom .logo {    
		height: auto;
		visibility: visible;
	}
	.header-bottom {
        justify-content: space-between;
        margin-bottom: 10px;
	}
	.header-bottom .head-phone, .header-bottom .head-buttons {
		margin-top: 0;
	}
	.header-top .menu-container {
		padding-left:0;
	}
	.header-top .menu-container .desc-menu > ul > li:first-child a {
		padding-left:0;
	}
	.menu.desc-menu li a {
		font-size:14px !important;
	}
	#header .logo img {
		width: 87px;
	}
}


/*Laptop 1024*/
@media(max-width:1200px) {
	#header .logo img {
        width: 75px;
    }
	.header-bottom .head-buttons .btn-header {
        font-size: 19px;
    }
	.head-phone-number, .head-phone-number i {
		line-height:19px;
        font-size: 19px;
    }
	.menu.desc-menu li a {
        font-size: 13px !important;
    }
}



/*Smartphone 480*/
@media(max-width:1020px) {
	.header-bottom .head-buttons {
		display:none;
	}
	.header-inner {
		width:100%;
	}
	.header-top {
		justify-content: space-between;
	}
	.header-bottom {
        margin-bottom: 20px;
	}
	.header-top .head-buttons {
		display:block;
	}
	.head-phone-number, .head-phone-number:hover {
		padding:0;
		background-color:transparent !important;
		text-shadow:none;
	}
} 

/*Smartphone 320*/
@media(max-width:470px) {
	.head-phone-number span {display:none;}
	.head-phone-number i {
		font-size:37px;
		line-height:37px;
	}
	.header-top .head-buttons span {
		font-size:18px;
	}
	.header-top .head-buttons .btn-header {
		padding-left:15px;
		padding-right:15px;
		font-size:13px;
	}
} 


/* End New header with button phones*/

.big-text.text-center {
	text-align:center !important;
}

.call-to-us-bottom {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.call-to-us-bottom span.big-text-line {    
text-transform: uppercase;
    font-weight: bold;
    font-size: 32px;
	margin-bottom:15px;
}
.call-to-us-bottom span.min-text-line {   
    font-size: 35px;
	margin-bottom:15px;
}
.call-to-us-bottom a {
	display: inline-block;
    width: auto;
    margin: 0 15px;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    font-family: inter;
    line-height: normal;
    padding: 12px 38px;
    text-align: center;
    text-decoration: none;
    color: #761B25;
    background-color: #FEFEFE;
	margin-bottom:15px;
}
.call-to-us-bottom a:hover {
    color: #761B25;
    background-color: #D9D9D9 !important;
}





@media(max-width:992px) {
	.call-to-us-bottom span.min-text-line {   
		font-size: 25px;
	}
	.call-to-us-bottom span.big-text-line {  
		font-size: 22px;
	}
}
@media(max-width:768px) {
	.call-to-us-bottom {
		justify-content: center;
	}
	.call-to-us-bottom span.min-text-line {   
		text-align:center;
	}
	.call-to-us-bottom span.big-text-line {  
		text-align:center;
	}
}



.header-links-area {
	display:flex;
	justify-content:center;
    width: 100%;
	padding:0 15px;
    background-color:#831314;
}
.header-links-area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items:center;
    width: 100%;
	max-width:1650px;
}
.header-links-area li {
	list-style:none;
}
.header-links-area li.menu-item {
	padding:5px 0;
}
.header-links-area li a {
	color:#fff;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 1px 2px 6px #000;
}

.header-links-area li a:hover {
	font-weight:900;
}
.header-links-area .menu-sep {
    width: 10px;
    height: 10px;
    background-color:#fff;
    border-radius: 100%;
    box-shadow: 0px 2px 6px 0px #000;
}
.header-links-area li:last-child {
	display:none;
}


@media(max-width:1900px) {
	.header-links-area ul {
		max-width:1490px;
	}
	.header-links-area li a {
		font-size:18px;
	}
	.header-links-area .menu-sep {
    width: 7px;
    height: 7px;
	}
}
@media(max-width:1610px) {
	.header-links-area ul {
		max-width:1416px;
	}
	.header-links-area li a {
		font-size:14px;
	}
}
@media(max-width:1600px) {
	.header-links-area ul {
		max-width:1207px;
        padding: 3px 0 5px;
	}
}
@media(max-width:1270px) {
	.header-links-area ul {
		max-width:906px;
	}
	.header-links-area li a {
		font-size:12px;
	}
	.header-links-area .menu-sep {
    width: 5px;
    height: 5px;
	}
}
@media(max-width:1200px) {
	.header-links-area ul {
		max-width:857px;
	}
}
@media(max-width:1020px) {
	.header-links-area {
		display:none;
	}
}
#field_7_21_1 .transparent-form_wrapper .gfield_checkbox .gchoice .gform-field-label, .transparent-form_wrapper .gfield_checkbox .gchoice .gform-field-label {
	font-size:18px;
	font-weight:200;
    padding-left: 10px;
	color:#F3ABAB;
}