/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
:root {
	--yellow: #c20e1a;
	--yellow-light: #f9d47f;
	--yellow-bg: #F2B210;
	--red: #C20E1A;
	--white: #ffffff;
	--grey: #E0E0E0;
	--green: #D2DBD2;
	--orange: #D67C1C;
	--blue-light: #75caef;
	--black: #222221;
}
.big-title h1,
.big-title h2,
.big-title h3,
.big-title h4,
.big-title p {
	font-size: 90px;
	line-height: 90px;
	margin-bottom: 20px;
	font-weight: 400;
	    font-family: var(--h2-font-family, inherit);
	
}
.big-title.font80 h1,
.big-title.font80 h2,
.big-title.font80 h3,
.big-title.font80 h4,
.big-title.font80 p {
	font-size: 80px;
	line-height: 90px;
	color: var(--red);
}
.bigtext p,
.bigtext h2,
.bigtext h3,
.services-box .w-iconbox-title {
	font-size: 28px;
	line-height: 38px;
	font-family: var(--font-family, inherit);
	font-weight: 400;
}

.bigtext.white p {
    color: var(--white);
}
.bigtext.red p,
.bigtext.red h2,
.bigtext.red h3,
.services-box .w-iconbox-title {
    color: var(--red);
	font-weight: 400;
}
.bigtext.font500 p,
.bigtext.font500 h2,
.bigtext.font500 h3 {
	font-weight: 500;
}
.main-titles h1,
.main-titles h2,
.main-titles h3,
.main-titles h4,
.main-titles p {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 30px;
	 color: var(--red);
	font-weight: 500;
	font-family: var(--font-family, inherit);
}
.main-titles.white h1,
.main-titles.white h2,
.main-titles.white h3,
.main-titles.white h4,
.main-titles.white p {
	color: var(--white);
}
.yellow-bg {
	background: var(--yellow-light);
}

.white-section {
	background: var(--white);
}
.green-section {
	background: var(--green);
}
.orange-section {
	background: #de9445;
	position: relative;
	overflow: hidden;
}
.orange-section:before {
	content: '';
	position: absolute;
	left: 190px;
	bottom: 80px;
	background-image: url("images/envelope-small.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 144px;
	height: 100px;
}
.orange-section:after {
	content: '';
	position: absolute;
	right: 0px;
	bottom: 110px;
	background-image: url("images/envelope-big.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 400px;
	height: 300px;
}


.w-btn.us-btn-style_1 i,
.w-btn.us-btn-style_3 i,
.js-open-accordion-cf7 i {
	width: 50px;
	height: 50px;
	min-width: 50px;
	background: var(--red);
	border-radius: 50px;
	color: var(--white);
	transition: 350ms;
	margin-right: 10px;
}
.js-open-accordion-cf7 i {
	display: inline-flex;
    align-items: center;
    justify-content: center;
}
.w-btn.us-btn-style_3 i {
	background: var(--white);
	color: var(--red);
}
.white-p p {
	color: var(--white);
}
.wpcf7-list-item-label {
	font-size: 12px;
	line-height: 18px;
	color: var(--white);
}
.email-field {
	margin-bottom: 10px!important;
}
.wpcf7 form .wpcf7-submit {
    display: block;
    margin: 0 auto; 
}
.footer-title h2,
.footer-title h3,
.footer-title h4,
.footer-title p {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
}
.footer-title.red h2,
.footer-title.red h3,
.footer-title.red h4,
.footer-title.red p {
	color: var(--red);
}
.font22 h1,
.font22 h2,
.font22 h3,
.font22 h4,
.font22 h5,
.font22 p {
	font-size: 22px;
	line-height: 32px;
	font-weight: 500!important;
	margin-bottom: 15px;
}
.clmn-height .vc_column-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#page-footer input[type=submit]:not(.w-btn){
	background: var(--red)!important;
	color: var(--white)!important;
	    margin: 0 auto;
    float: right;
}
.magoot a {
	text-decoration: underline;
}
.number-text .w-iconbox-icon {
	display: none;
}
.number-text .w-iconbox-title{
	width: 30px;
	height: 30px;
	border: 2px solid var(--black);
	border-radius: 50px;
    padding: 0px;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
	font-family: var(--font-family, inherit);
	margin-right: 20px;
	margin-top: 0px!important;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}
.number-text.size60 .w-iconbox-title{
	width: 60px;
	height: 60px;
	font-size: 30px;
	line-height: 20px;
}
.number-text.red .w-iconbox-title {
	color: var(--red);
	border: 2px solid var(--red);
	margin-bottom: 20px;
}
.number-text.red.title60 .w-iconbox-title {
	width: 60px;
	height: 60px;
	font-size: 30px;
	line-height: 20px;
}
.number-text h2,
.number-text h3 {
		font-size: 28px;
	line-height: 38px;
	font-family: var(--font-family, inherit);
	margin-bottom: 30px;
}
.number-text.red h2,
.number-text.red h3,
.number-text.red .w-iconbox-text,
.icons-box .w-iconbox-title {
	color: var(--red);
	font-size: 28px;
	line-height: 38px;
	font-family: var(--font-family, inherit);
	margin-bottom: 10px;
}

.icons-box .w-iconbox-icon {
	font-size: 90px!important;
}
.ylist {
    list-style: none;
    margin: 10px 0px 20px 0px;
}
.ylist li {
    position: relative;
    padding: 20px 0px;
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 18px;
}
.ylist li strong {
	font-weight: 600;
}
.ylist li:not(:last-child):after {
    content: '';
    position: absolute;
    height: 2px;
    background: var(--red);
    width: 100%;
    left: 0;
    bottom: 0;
}
.underline-link a {
	text-decoration: underline;
}
.underline-link.black a {
	color: var(--color-content-text);
}
.w-tabs-section-title {
	font-size: 20px!important;
	line-height: 26px;
	color: var(--red);
	font-weight: 500;
}
.w-tabs-section {
	border-width: 0px 0 2px 0!important;
	border-color: var(--red)!important;
}
.w-tabs-sections.icon_plus>div>.w-tabs-section-header .w-tabs-section-control:after {
	width: 30px;
	top: 50%;
	height: 2px;
	background: var(--red);
}
.w-tabs-sections.icon_plus>div>.w-tabs-section-header .w-tabs-section-control:before {
    height: 30px;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    background: var(--red);
}
.w-tabs-section-control {
	height: 30px;
    width: 30px;
}
.w-tabs-section-header {
	padding: 20px 0px;	
}
.w-nav-title,
.current-menu-item .w-nav-title {
    position: relative;
}
li.menu-item:hover > .w-nav-anchor > .w-nav-title:after, 
.current-menu-item > .w-nav-anchor > .w-nav-title:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--yellow-bg);
    left: 0;
    bottom: -2px;
}
.l-subheader.at_top .w-nav-title {
    color: var(--white);
}
.l-subheader.at_top .current-menu-item .w-nav-title:after {
    background: var(--white);
}
.collezioni-laureanza .w-hwrapper {
	height: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
	padding: 20px;
}
.collezioni-laureanza .w-btn-label {
	display: none;
}
.collezioni-laureanza .w-btn i {
	margin-right: 0px;
}
.home-link {
	display: none!important;
}
.number-chf p {
    color: var(--red);
    font-size: 40px;
    line-height: 38px;
    font-weight: 500;
}
.number-chf p strong {
    font-size: 80px;
    line-height: 38px;
    font-family: var(--h2-font-family, inherit);
    font-weight: 400;
}
.bigtext p {
	margin-bottom: 20px;
}
.bigtext.font600 p {
	font-weight: 600;
}
.font70 h1,
.font70 h2,
.font70 h3,
.font70 h4,
.font70 p {
	font-size: 70px;
	line-height: 50px;
	font-weight: 400;
}
.w-btn.us-btn-style_4 {
	display: flex;
	    align-items: baseline;
}
.w-btn.us-btn-style_4 .w-btn-label{
text-align: left;
	line-height: 32px;
}
.center-row {
	margin: 0 auto;
}
.underline-btn .w-btn-label{
	text-decoration: underline;
}
.number-text.hide-title .w-iconbox-title {
	display: none;
}
.number-text.hide-title p {
	font-size: 28px;
	line-height: 38px;
}
.logo-box .w-iconbox-icon svg,
.logo-box .w-iconbox-icon img {
	height: 86px;
    width: 100%;
	margin-bottom: 23px;
}
.logo-box .w-iconbox-text {
	margin-bottom: 23px;
}
.btnlineheight span.w-btn-label {
	    line-height: 25px;
    text-align: left;
}
.btnlineheight.left i {
	    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.pos-acc-item {
    overflow: hidden;
	transition: box-shadow 0.2s ease;
	    overflow: hidden;
	    border-bottom: 2px solid var(--red);
}

/* Header */
.pos-acc-head {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
}

/* Corpo chiuso di default */
.pos-acc-body {
    display: none;
}

/* Stato aperto */
.pos-acc-item.is-open .pos-acc-body {
    display: block;
	
}

/* Header cliccabile */
.pos-acc-head {
    padding: 23px 0px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
}

/* Corpo chiuso di default */
.pos-acc-body {
    display: none;
	transition: 350ms;
}
/* Stato aperto */
.pos-acc-item.is-open .pos-acc-body {
    display: block;
}
.pos-acc-head .arrow-acc {
	max-width: 50px!important;
	height: 50px;
	background: var(--red);
	display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
	border-radius: 50px;
	transition: 350ms;
}
.arrow-acc i {
	font-weight: 200;
	color: var(--white);
	font-size: 25px;
	transition: transform 0.2s ease;
}
.ruolo-acc span{
	font-size: 28px;
	line-height: 38px;
}

.box-sedeluogo span {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}
.w-vwrapper.is-open .arrow-acc {
	transform: rotate(-180deg);
}
/* Popup overlay */
#accordion-cf7-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.6);
	z-index: 9998;
}

/* Popup window */
#accordion-cf7-modal {
	display: none;
	position: fixed;
	max-width: 840px;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background:#a6ddf5;
	padding: 90px 80px;
	z-index: 9999;
	box-shadow: 0 10px 40px rgba(0,0,0,0.3);
	border-radius: 6px;
	box-sizing: border-box;
}
.accordion-cf7-modal .upload-wrapper {
	border: 2px solid var(--white);
}

/* Pulsante X */
.cf7-close-btn {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 70px;
	font-weight: 200;
	color: var(--red);
	cursor: pointer;
	line-height: 1;
}
.cf7-close-btn:hover {
	color: #000;
}
.titlebody-acc p{
	font-size: 22px;
	line-height: 32px;
	color: var(--red);
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 20px;
}
.cf7-modal-title {
	font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
    color: var(--red);
    font-weight: 500;
    font-family: var(--font-family, inherit);
}
.accordion-cf7-modal .wpcf7.js .wpcf7-form-control.btn-invia,
.accordion-cf7-modal input{
	width: 100%!important;
}

/* Bottone CF7 full width */
#accordion-cf7-modal form.wpcf7-form input[type="submit"],
#accordion-cf7-modal form.wpcf7-form button[type="submit"] {
	display: block;
	width: 100%;
	padding: 14px 20px;
	background: #c0392b;
	color: #fff;
	font-weight: 600;
	font-size: 1rem;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.3s ease;
}
#accordion-cf7-modal form.wpcf7-form input[type="submit"]:hover,
#accordion-cf7-modal form.wpcf7-form button[type="submit"]:hover {
	background: #a93226;
}
.yrow-form p {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.yrow-form p span {
	width: 48%;
}
textarea {
	height: 100px!important;
}
.upload-wrapper {
  display: flex;
  align-items: center;
  border: 2px solid var(--white);
  border-radius: 10px;
  padding: 10px 18px;
width: calc(100% - 111px);
  position: relative;
	height: 56px;
}
.upload-wrapper p {
	line-height: 0px;
}
.form-red .upload-wrapper{
	border: 2px solid var(--red);
}
.upload-label {
  flex: 1;
  cursor: pointer;
  color: var(--black);
	height: 56px;
	line-height: 56px;
	display: flex;
}
.upload-placeholder {
  color: var(--black);
	font-weight: 500;
}
.upload-input {
  display: none; /* Nasconde il vero input file */
}
.upload-button {
   position: absolute;
	right: -90px;
  color: var(--red);
  font-weight: 600;
  text-decoration: underline;
  margin-left: 10px;
  cursor: pointer;
	font-size: 16px;
	line-height: 56px;
}
.upload-wrapper {
	position: relative;
	margin-bottom: 30px;
}
.wpcf7-list-item-label {
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
}
.wpcf7-submit.btn-invia {
	float: right;
}
.date,
.category span {
	font-size: 14px;
	line-height: 26px;
	color: var(--black);
	opacity: 0.5;
	font-weight: 500;
}
.date-category {
	margin: 20px 0px 5px 0px;
}
.img-blog img {
	width: 1157px;
	height: 566px;
	object-fit: cover;
}
.widget_categories li {
	text-transform: uppercase;
	padding: 30px 0px;
}
.widget_categories li a {
	color: #222221!important;
	opacity: 0.5;
	font-weight: 500;
}
.widget_categories li:not(:last-child) {
	border-bottom: 2px solid var(--red);
}
.widget_categories .current-cat {
	padding-top: 0px;
}

.widget_categories li.current-cat a {
	  font-weight: 700!important;
  color: var(--red)!important;
	opacity: 1!important;
}
.single.single-post h2,
.single.single-post h3,
.single.single-post h4,
.single.single-post h5,
.single.single-post h6 {
	color: var(--red);
	font-family: var(--font-family, inherit);
}
.single.single-post h2 {
	font-size: 28px;
	line-height: 38px;
}
.single.single-post h3 {
	font-size: 22px;
	line-height: 32px;
}
.single.single-post p a {
	text-decoration: underline;
	font-weight: 600;
}
.widgettitle {
	display: none;
}
.wpcf7-list-item-label {
	color: var(--color-content-text);
}
.menu-corporate p span {
	font-size: 13px;
}
.menu-corporate p span.bold a,
.menu-corporate p span.bold {
	font-weight: 700;
	opacity: 1!important;
}
.menu-corporate span a {
    color: var(--white);
    opacity: 0.5;
}
.menu-corporate span :is(a, a:hover) {
	color: white !important;
}
.upload-placeholder.file-selected {
	width: 100%;
}
.upload-label > .wpcf7-form-control-wrap {
	position: absolute;
    top: -25px;
    height: 100px;
    overflow: hidden;
}
.upload-placeholder.file-selected {
	word-break: break-all;
    overflow: hidden;
}


.wpcf7-list-item-label {
	font-size: 12px;
	line-height: 18px;
	color: var(--white);
}
/* Header cliccabile: titolo a sinistra, icona a destra */
#wpsl-stores .wpsl-acc-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
}
/* icona + / - */
#wpsl-stores .wpsl-acc-toggle:before {
	content: '';
    position: absolute;
    top: 15px;
    color: var(--red); /* rosso brand (opzionale) */
	height: 30px;
    right: 30px;
    width: 2px;
    transform: translateX(-50%);
    background: var(--red);
}
#wpsl-stores .wpsl-acc-toggle:after {
	content: '';
    position: absolute;
	width: 30px;
    top: 30px;
    height: 2px;
	right: 17px;
    background: var(--red);
}
#wpsl-stores ul li {
	position: relative;
}
/* quando il li è aperto, diventa "-" */

#wpsl-stores .wpsl-acc-content { display:none; }
#wpsl-stores li.is-open .wpsl-acc-content { display:block; }


#wpsl-wrap #wpsl-result-list li {
	border-bottom: 2px solid var(--red);
}
a.wpsl-directions {
	text-decoration: underline;
	font-weight: 600;
	margin-bottom: 20px;
}
.wrapper-hour.mb-20 p:first-child{
margin-bottom: 0px!important;
}
#wpsl-wrap .wpsl-results-only label {
	font-size: 28px;
	line-height: 38px;
	color: var(--red);
	font-weight: 500;
}
#wpsl-search-wrap input,
#wpsl-search-btn {
	border: 2px solid var(--red);
	height: 38px;
	border-radius: 10px;
	line-height: 30px !important;
	color: black;
}
#wpsl-search-btn {
	display: flex!important;
    flex-direction: row-reverse!important;
	
}
#wpsl-search-wrap {
	width: 45%;
    display: flex;
    flex-direction: column-reverse;
}
#wpsl-search-wrap {
	width: 100%!important;
}
#wpsl-wrap #wpsl-search-wrap{
	display: none;
}
#wpsl-search-btn{
	font-family: var(--h1-font-family, inherit)!important;
	font-size: 22px;
	line-height: 50px!important;
	color: var(--red)!important;
	height: 50px!important;
	    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
	border: unset!important;
	background: unset!important;
	box-shadow: unset!important;
}

#wpsl-results {
	display: none!important;
}
.wpsl-search {
	padding-left: 0px;
}
#wpsl-gmap.wpsl-gmap-canvas {
	width: 50%!important;
	position: absolute !important;
    top: 0;
    right: 0;
}
#wpsl-result-list,
#wpsl-search-wrap{
	width: 49%;
}
#wpsl-search-wrap form {
	align-items: flex-start!important;
}
.bigtext.red.font20 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
}
/*.wpsl-search.wpsl-clearfix.wpsl-no-filters {
	position: absolute!important;
}*/
#wpsl-result-list ul {
	margin-top: 0px!important;
}
#wpsl-wrap #wpsl-result-list ul li {
	padding-left: 0px!important;
}
#wpsl-wrap #wpsl-stores {
	height: 550px!important;
}
.wpsl-search {
	background: var(--white);
}
p.bigtext.red {
 	font-family: var(--font-family, inherit);
 	color: var(--red);
	font-size: 28px;
	line-height: 50px;
	margin-bottom: 0px;
}
h2.main-titles {
	font-family: var(--font-family, inherit);
 	color: var(--red);
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 20px;
	font-weight: 500;
}
.form-red.black .wpcf7-list-item-label {
	color: var(--color-content-text);
}
.w-nav.type_desktop .w-nav-list.level_2 {
    bottom: -60px;
    max-width: 165px;
    min-width: 0 !important;
    border-radius: 10px;
}
.wpcf7-form {
	position: relative;
	z-index: 9;
}
a.w-nav-anchor.level_2 span {
	text-transform: initial;
}

.w-filter-item.type_dropdown .w-filter-item-values:after, .w-filter.state_desktop.mod_dropdown .w-filter-item-title:after {
    content: '';
    background: url(img/freccia.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 21px;
    width: 24px;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    margin: 0;
}
.w-filter-item.type_dropdown .w-filter-item-values:after {
    color: transparent;
}

section:not(.color_footer-bottom) .wpb_text_column .wpb_wrapper p a {
	color: var(--red);
}


@media (max-width: 767.98px) {
	
	.yrow-form br {
		display: none;
	}
	
	.l-subheader.at_top .l-subheader-h {
	display: flex;
    flex-direction: column;
	}
	.l-subheader.at_top li.menu-item .w-nav-anchor {
	padding-left: 0px!important;
    padding-right: 0px!important;
		padding-bottom: 4px;
		padding-top: 4px;
	}
	.l-subheader.at_top {
		padding: 0px 0px!important;
	}
	.big-title h1, .big-title h2, .big-title h3, .big-title h4, .big-title p {
		font-size: 60px;
		line-height: 65px;
	}
	.services-box .w-iconbox-icon {
		height: 400px;
	}
	.w-btn.us-btn-style_1,
	.w-btn.us-btn-style_2,
	.w-btn.us-btn-style_3 {
		display: flex;
		align-content: center;
		align-items: center;
	}
	.w-btn.us-btn-style_1 .w-btn-label,
	.w-btn.us-btn-style_2 .w-btn-label,
	.w-btn.us-btn-style_3 .w-btn-label {
		line-height: 29px!important;
		font-size: 19px!important;
	}
	
.two-clmn .w-vwrapper {
    width: 100%;
}
	.big-title.font80 h1, .big-title.font80 h2, .big-title.font80 h3, .big-title.font80 h4, .big-title.font80 p {
		    font-size: 60px;
    line-height: 68px;
	}
	.ylist.width li {
    width: 80%;
}
	.imgw565 img {
    max-width: 100%;
}
	.number-text.red .w-iconbox-title {
		    margin-bottom: 20px;
	}
	.img-absolute {
		position: relative;
		margin-bottom: 15px;
	}
	.accordion-three .w-tabs-section {
    width: 100%;
}
	.w-tabs-section-header {
    padding: 20px 0px;
}
	.accordion-three .w-tabs-section-content {
		padding: 10px 0px;
	}
	.logo-img {
		height: 100px!important;
	margin-bottom: 15px;
	}
	.icons-box .w-iconbox-icon {
    font-size: 80px !important;
}
	.icons-box .w-iconbox-icon svg {
		width: 80px!important;
	}
	td, th {
		padding: 10px 0px;
	}
	.number-chf p strong {
		font-size: 70px;
	}
	.pos-acc-head .arrow-acc {
		min-width: 50px;
	}
	#accordion-cf7-modal {
		padding: 20px 20px;
	}
/*	.yrow-form p span {
    width: 100%;
		margin-bottom: 5px;
}
	.yrow-form p {
		flex-direction: column;
	    margin-bottom: 0px;
	}*/
	.yrow-form p {
		margin-bottom: 5px;
	}
	.cf7-modal-title {
		margin-bottom: 0px;
	}
	.widget_categories li:not(:last-child) {
		margin-bottom: 0px;
	}
	.widget_categories li {
    text-transform: uppercase;
    padding: 15px 0px;
}
	.header_hor .w-nav.type_desktop>.w-nav-list {
		flex-wrap: wrap;
	}
	.l-subheader.at_top .menu-item {
		width: 33%;
	}
	#page-header.sticky .l-subheader.at_top .l-subheader-cell.at_left {
		display: none;
		transition: 350ms;
	}
	.wpsl-input {
		flex-direction: column;
	}
	#wpsl-wrap {
		display: flex;
    	flex-direction: column;
	}
	#wpsl-gmap.wpsl-gmap-canvas {
		position: relative!important;
		width: 100%!important;
	}
	#wpsl-wrap #wpsl-gmap {
		    height: 500px !important;
	}
	#wpsl-result-list  {
		width: 100%;
	}
	.yrow-form > p {
		flex-direction: column;
		gap: 10px;
		margin-bottom: 10px;
	}
	.yrow-form > p span {
		width: 100%;
	}
}



@media (min-width: 768px) and (max-width: 1023.98px) {
	.header_hor .ush_menu_1.type_desktop .menu-item.level_1>a:not(.w-btn) {
    padding-left: 10px!important;
    padding-right: 10px!important;
}
	.big-title h1, .big-title h2, .big-title h3, .big-title h4, .big-title p {
	font-size: 80px;
    line-height: 80px;
	}
	.main-titles h1, .main-titles h2, .main-titles h3, .main-titles h4, .main-titles p {
	font-size: 38px;
    line-height: 44px;
	}
	.services-box .w-iconbox-icon {
		height: 350px;
	}
	.w-btn.us-btn-style_1 .w-btn-label,
	.w-btn.us-btn-style_2 .w-btn-label,
	.w-btn.us-btn-style_3 .w-btn-label {
		line-height: 25px!important;
		font-size: 19px!important;
	}

	
	.ylist.width li {
    width: 95%;
}
	.imgw565 img {
    max-width: 565px;
    width: 100%;
}
	.number-text .w-iconbox-title {
		min-width: 40px;
	}
	.ylist li {
		padding: 10px 0px;
	}
	.display-flex {
		display: flex!important;
		flex-direction: column;
	}
	.display-flex.inverse {
		flex-direction: column-reverse;
	}
	.big-title.font80 h1, .big-title.font80 h2, .big-title.font80 h3, .big-title.font80 h4, .big-title.font80 p {
    font-size: 75px;
    line-height: 85px;
}
	.number-text.red h2, .number-text.red h3, .number-text.red .w-iconbox-text, .icons-box .w-iconbox-title {
		    font-size: 26px;
    line-height: 34px;
	}
	.img-absolute {
		position: relative;
		margin-bottom: 30px;
	}
	.accordion-three .w-tabs-section {
    width: 100%;
}
	.w-btn.us-btn-style_4 .w-btn-label {
		line-height: 28px;
	}
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
	.header_hor .ush_menu_2.type_desktop .menu-item.level_1>a:not(.w-btn) {
		    padding-left: 15px!important;
    padding-right: 15px!important;
	}
	.services-box .w-iconbox-icon {
		    height: 430px;
	}
	.w-btn.us-btn-style_1 .w-btn-label,
	.w-btn.us-btn-style_2 .w-btn-label,
	.w-btn.us-btn-style_3 .w-btn-label {
		line-height: 25px!important;
		font-size: 19px!important;
	}
	.ylist li {
		padding: 10px 0px;
		    font-size: 16px;
	}
	.main-titles h1, .main-titles h2, .main-titles h3, .main-titles h4, .main-titles p {
		font-size: 38px;
    line-height: 44px;
	}
	.imgw565 img {
    width: 100%;
}
	.display-flex.fidelity {
		display: flex;
	}
		.img-absolute {
		position: relative;
		margin-bottom: 30px;
		align-items: flex-end;
        display: flex;
	}
	.accordion-three .w-tabs-section {
    width: 100%;
}
		.display-flex {
		display: flex!important;
		flex-direction: column;
	}
	.display-flex.inverse {
		flex-direction: column-reverse;
	}
}
@media (min-width: 1280px) and (max-width: 1499.98px) {
			.img-absolute {
		position: relative;
		margin-bottom: 30px;
		align-items: flex-end;
        display: flex;
	}
		.accordion-three .w-tabs-section {
    width: 100%;
}
}
@media (max-width: 599px){
	.w-hwrapper.two-clmn {
		flex-direction: column;
		gap: 50px;
	}
	.pos-acc-head {
		font-size: 15px;
	}
	.box-sedeluogo span {
		font-size: 14px;
		line-height: 1.2;
		font-weight: 400;
	}
	.font70 h1, .font70 h2, .font70 h3, .font70 h4, .font70 p {
		font-size: 60px;
		line-height: 1.2;
	}
	.titlebody-acc p {
		font-size: 20px;
	}
}


@media (min-width: 768px) {
	
	.w-filter-item-values {
		min-width: 330px;
	}
	
	.imgw565 img{
		max-width: 565px;
	}
}
body.page-id-1268 h1,
body.page-id-1264 h1 {
	font-size: 3rem;
	font-weight: 600;
}
body.page-id-1268 h2,
body.page-id-1264 h2 {
	font-size: 2rem; 
}
body.page-id-1268 h3,
body.page-id-1264 h3 {
	font-size: 1.6rem;
}
body.page-id-1268 :is(h1, h2, h3, h4),
body.page-id-1264 :is(h1, h2, h3, h4) {
	font-family: "Raleway", sans-serif;
}

#mupwp-form .mupwp-form-term > label {
	display: flex !important;
    align-items: center;
}
#mupwp-form-submit-container input[type="submit"] {
	margin: unset !important;
}
#mupwp-form-fields input[type="email"] {
	border-color: var(--red);
}
#mupwp-form-terms input[type="checkbox"] {
	border-color: var(--red);
}
#mupwp-form-submit-container {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.newsletter-home #mupwp-form-fields input[type="email"] {
	border-color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.newsletter-home #mupwp-form-terms input[type="checkbox"] {
	border-color: #fff;
}
.newsletter-home #mupwp-form-submit-container {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.newsletter-home #mupwp-form-submit-container input[type="submit"] {
	background: #fff;
    color: var(--red)!important;
}
#mupwp-form-terms .mupwp-form-term .label.terms.small-font p span {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}




