@charset "UTF-8";


:root {
/*  font-size: 16px;
  --font-body: 'inter', monospace;
  --font-headings: 'Satoshi-Bold', sans-serif;
  --font-black-headings: 'Satoshi-Black', sans-serif;
  
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-2xl: 32px;

  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 8px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.03);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
  */
  --shadow-dark-sm: 0 1px 2px rgba(0, 0, 0, 0.12);
  --shadow-dark-md: 0 4px 8px rgba(0, 0, 0, 0.18);
  --shadow-dark-lg: 0 8px 24px rgba(0, 0, 0, 0.24);
  --shadow-dark-sm: 0 1px 2px rgba(0, 0, 0, 0.12);
}
/* === BASE === */

/*Rebueno - F29*/
.image-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px; /*40*/
	border-radius:var(--radius-card);
	overflow:hidden;
	box-shadow: var(--shadow-image-medium);
	/*margin-top: var(--lead-to-subsection);*/
}
.portfolio-image {
	width:100%; /*auto*/
	height:480px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.portfolio-image img {
  width: auto;
  height: 100%;
  object-fit: cover;         /* jak background-size: cover */
  object-position: center;   /* jak background-position: center */
  display: block;
}

.portfolio-image-2 {
	width:100%; /*auto*/
	height:520px;
	overflow: hidden;	
	display: flex;
	justify-content: center;
}

.portfolio-image-2 img {
  width: auto;
  height: 100%;
  object-fit: cover;         /* jak background-size: cover */
  object-position: center;   /* jak background-position: center */
  display: block;
}
.f29-drawer {
  display: flex;
  flex-direction: column-reverse;
}
.mobile-f29-l3-1 {
	margin-top: -240px;
	margin-left: 20%;
	z-index:2;
}
.mobile-f29-l3-2 {
margin-top: 0;
margin-left: -20%;
z-index:1;
}

.mobile-f29-l3-3 {
display:none;
margin-left: 40%;
}

.mobile-f29-r3-1 {
	margin-top: 0;
	margin-left: -25%;
}
.mobile-f29-r3-2 {
	margin-top: -240px;
	margin-left: 25%;
}
.mobile-f29-r3-3 {
	display:none;
}

/*Rebueno - Iberapol */
  
.image-overlay-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-bottom: 64px;		/*margines dolny równy wystającej części nachodzącego obrazka - 48px */
}
.horizontal-image-wrapper {
  width: 100%;
  height: 400px;			/*pełen obraz: auto*/
  overflow: hidden;        /* można usunąć jeśli nie chcemy przycinania */
  border-radius:var(--radius-xl);
  box-shadow: var(--shadow-base-image-dark);
}

.horizontal-image {
  width: 184%;
  height: auto;
  display: block;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  object-fit: cover;
  object-position: top;
  max-width: none;  /* NEW */
}

.vertical-overlay-wrapper {
  width: 100%;
  height: auto;		/* wysokość dolnego obrazka - np. 902px */
  overflow: hidden;         /* przycinanie dolnego obrazka */
  border-radius:var(--radius-2xl);
  margin-top: 24px;  
  box-shadow: var(--shadow-base-image-medium);
  box-sizing: border-box;  
  right: 0;
}

.vertical-overlay {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

#iberapol-desktop-contact {
	display:none;
}
#iberapol-mobile-contact {
	/*border-radius: var(--radius-2xl);*/
}
#iberapol-desktop-form {
	display:none;
}
#iberapol-mobile-form {
	display:none;
}
#iberapol-mobile-form-alt {
	/*border-radius: var(--radius-2xl);*/
}


/*Rebueno mO*/

.mobile-mo-r2-1 {
	margin-right: 22%;

}
.mobile-mo-r2-2 {
	margin-left: 80px;
	margin-top: -370px;
	margin-bottom: -273px;
}

.mobile-mo-l3-1 {
  display: none;
  margin-left: 40%;
}

.mobile-mo-l3-2 {
  margin-top: 0;
  margin-left: 20%;
}

.mobile-mo-l3-3 {
	margin-top: -158px;
margin-left: -20%;
}

.mobile-mo-r4-1 {
	display:none;
margin-left: -40%;
}

.mobile-mo-r4-2 {
	display:none;
	margin-top: -230px;
margin-left: -15%;
}

.mobile-mo-r4-3 {
margin-top: 0;
margin-left: -25%;
}

.mobile-mo-r4-4 {
margin-top: -200px;
margin-left: 25%;
}

.mo-blue {background-color:#DBEAF8;}

/* Rebueno Pressroom */

.horizontal-image-wrapper .desktop-pressroom { /* Custom Local Class */
	width:184%;
}
/*EO-Rebueno*/


/* Tablet - portrait */
@media (min-width: 600px) and (max-width: 899px) and (orientation: portrait) {
/*Rebueno F29*/
.portfolio-image {
    height: 420px;
}
.portfolio-image-2 {
    width: auto;
    height: 420px;
}
/*Rebueno Iberapol*/


.vertical-overlay-wrapper {
   /* right: -17%;*/
}

/* Rebueno mO */

.mobile-mo-r4-1, .mobile-mo-r4-2, .mobile-mo-r4-3, .mobile-mo-r4-4 {
}

.mobile-mo-r4-1 {
	display:none;
}

.horizontal-image-wrapper .desktop-pressroom { /* Custom Local Class */
	width:100%;
}

/*EO-Rebueno*/


/*.full-size {
    width: auto;
    height: 380px;
}
*/


}



@media (min-width: 600px) {
/*Rebueno f29 */

.f29-drawer {
  display: flex;
  flex-direction: column-reverse;
}
.mobile-f29-l3-1 {
	margin-top: -220px;
	margin-left: 50%;
	z-index: 2;
}
.mobile-f29-l3-2 {
	margin-top: -250px;
	margin-left: 0;
	z-index: 1;
}
.mobile-f29-l3-3 {
	display: flex;
	margin-top: 0px;
	margin-left: -50%;
}
.mobile-f29-r3-1 {
	margin-top: 0;
	margin-left: -50%;
}
.mobile-f29-r3-2 {
	margin-top: -240px;
	margin-left: 50%;
}
.mobile-f29-r3-3 {
	display: flex;
	margin-top: -250px;
	margin-left: 0;
	z-index: 1;
}

/*Rebueno - Iberapol */
	
 .image-overlay-wrapper {
    position: relative;
    height: 650px; /* wysokość całego kontenera */
  }
   .horizontal-image-wrapper {
    position: relative;
    width: 80%; /* NEW było 100%*/
    height: 100%;
	box-sizing: border-box; /*refine*/
  }

  .horizontal-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
	box-shadow: none;   
  }

#iberapol-desktop-contact {
	display:flex;
	width:80%;
	}
 	#iberapol-mobile-contact {
	height: 648px;
	bottom: -280px; 
	}
	
	#iberapol-desktop-form {
	display:flex;
	width:80%;
	}
 	#iberapol-mobile-form {
		display:flex;
	height: 648px;
	bottom: -360px; /*280*/
	}
	#iberapol-mobile-form-alt {
	display:none;
	}
 
  .vertical-overlay {
    width: 100%;
    height: auto;
	box-shadow: none;
  }

.vertical-overlay-wrapper {
    position: absolute;
    bottom: -470px;           /* część obrazu nachodzi na górny */
    /*right: -16%;*/
    transform: translateY(-50%);
    height: 674px;           /* przycinanie od dołu */
    width: 300px;            /* dowolna szerokość */
    overflow: hidden;
    z-index: 2;  
  }
  
/* Rebueno Ubezpieczenia */
.mobile-tables { /*Custom Local Class*/
  bottom: -393px;
  width: 340px;
  height: 720px; 
}
/* Rebueno Pressroom */
.image-overlay-wrapper .mobile-pressroom { /*Custom Local Class*/
  bottom: -393px;
  width: 340px;
  height: auto; 
}


/*EO-Rebueno*/




}

@media (min-width: 769px) {
	

}



@media (min-width: 800px) {

/*Rebueno F29*/
.image-container {
display: flex;
flex-direction: row;
padding: 40px 40px;
min-height:240px; /*NEW*/
}

/*Rebueno f29 inline cropped */
.mobile-f29-r3-1, .mobile-f29-r3-2, .mobile-f29-r3-3 {
	display:flex;
	margin: 0 auto -96px; 
}
/*Rebueno f29 drawer desktop*/
.f29-drawer {
  display: flex;
  flex-direction: row;
}
.mobile-f29-l3-1, .mobile-f29-l3-2, .mobile-f29-l3-3 {
	display:flex;
	margin:auto;
}


/*Rebueno mO desktop*/
.mobile-mo-l3-1, .mobile-mo-l3-2, .mobile-mo-l3-3 {
  display: flex;
  margin: auto;
}

.mobile-mo-r2-1, .mobile-mo-r2-2 {
	margin: 0 auto -280px;
}

.mobile-mo-r4-1, .mobile-mo-r4-2, .mobile-mo-r4-3, .mobile-mo-r4-4 {
	display:flex;
	margin:auto;
}

.mobile-mo-r4-1, .mobile-mo-r4-2, .mobile-mo-r4-3, .mobile-mo-r4-4 {
}

.mobile-mo-r4-1 {
	display:none;
}

/*EO-Pressrooom */
.horizontal-image-wrapper .desktop-pressroom { /* Custom Local Class */
	width:126%;
}
  
/*EO-Rebueno */


}


@media (min-width: 1001px) {
/*Rebueno Iberapol*/
.vertical-overlay-wrapper {
    bottom: -470px;           /* część obrazu nachodzi na górny */
    /*right: -2%;*/
    height: 674px;           /* przycinanie od dołu */
    width: 300px;            /* dowolna szerokość */
}

/* Rebueno Ubezpieczenia */
.mobile-tables { /*Custom Local Class*/
  bottom: -440px;
  width: 340px;
  height: 760px; 
}

/* Rebueno Pressroom */

.horizontal-image-wrapper .desktop-pressroom { /* Custom Local Class */
	width:auto;
}

 /*EO Rebueno */ 
}

@media (min-width: 1201px) {

/*Rebueno F29*/

.image-container {
	display: flex;
flex-direction: row;
padding: 40px 40px;
}
.portfolio-image {
	width:100%;
	height:560px;
	overflow: hidden;
}

.portfolio-image img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.portfolio-image-2 {
	width:80%;
	height:480px;
	overflow: hidden;
}

.portfolio-image-2 img {
  width:80%;
  height:480px;
  object-fit: cover;
  object-position: top;
}

/*Rebueno mO*/

.mobile-mo-r2-1, .mobile-mo-r2-2 {
	margin: 0 auto -96px;
}

.mobile-mo-r4-1, .mobile-mo-r4-2, .mobile-mo-r4-3, .mobile-mo-r4-4 {
	display:flex;
	margin:auto;
}

/*EO-Rebueno*/


.image-container-md {
	width:800px;
}
.image-container-sm {
	width:400px;
}

.video-wrapper-md video {
  width: 800px;
  height: auto;
  display: block;
}


}

/*

@media (min-width: 1366px) {

.full-width{
	padding: 64px 0px;
}

}

*/


