/*
Theme Name: SiteOrigin Corp Child
Author: SiteOrigin
Author URI: https://siteorigin.com/
Theme URI: https://siteorigin.com/theme/corp
Description: SiteOrigin Corp Child Theme
Version: 1.0.0
Template: siteorigin-corp
Text Domain: siteorigin-corp
Domain Path: /languages/
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/*General*/
.breadcrumbs {
	display: none !important;
}

body, footer {
	max-width:100%;
	overflow-x: hidden;
	font-size:18px !important;
	line-height:25px !important;
	position: relative;
}

html {
	max-width: 100vw;
	overflow-x: hidden;
}

body:after {
	content:'';
	position: absolute;
	width:100%;
	height:185vh;
	opacity:15%;
	background-image: url("https://dev.biofluidica.com//wp-content/uploads/2025/12/BioFluidica-Hex-Lines-Tex.svg") !important;		
	background-repeat: repeat !important;
  	background-size: 317px 280px !important;
	top:0;
	left:0;	
	z-index:-3;
}

body:before {
	content:'';
	position: absolute;
	background: red;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);	
	width:100%;
	height:500px;	
	top:130vh;
	left:0;	
	z-index:-2;
}

body:has(div.content-page-style)::before {
 top:50vh ;
}

body:has(div.content-page-style)::after {
   height:105vh;
}

.corp-container {
    max-width: 80% !important;
}

ul {
	padding:10px 0 !important;
}

li {
	margin-bottom: 10px !important;
}

/*Header*/
.site-header .site-branding img {
	max-width: 270px;
}

.main-navigation {
	display: flex;
    width: 100%;
	align-items: baseline;
}

.menu-primary-container {
	width: 100%;	
}

.main-navigation ul  {
    display: flex;
    align-items: center;
	justify-content: center;
    gap: 30px;
}

.main-navigation .sub-menu {
	display: block !important;
	right: 0;
}

.main-navigation ul li {
	text-transform: none !important;
	font-size:18px !important;
	margin: 0 !important;
	text-align: center !important;
	position:relative;
}

#primary-menu > li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: calc(-1 * (30px / 2)); /* la mitad del gap */
	top: 30%;
    transform: translateY(-50%);
    width: 2px;
    height: 100%;
    background-color: #b7b7b7;
}

.main-navigation .search-toggle {
	top:0;
}

.main-navigation .search-toggle, .main-navigation .shopping-cart {
	margin:0 !important;
	top:-3px !important;
}

.main-navigation ul .sub-menu {
	top: 40px !important;
	padding:0 !important;
	box-shadow: 0 0 10px #ff4c02;
	border-radius: 10px;
}

.main-navigation ul .sub-menu li a {
	font-weight: 700 !important; 
    padding: 20px 20px !important;
}

.link-underline.main-navigation ul .sub-menu li:first-of-type, .link-underline.main-navigation ul .sub-menu li:first-of-type a {
	border-radius: 10px 10px 0 0 !important;
}

.main-navigation ul .sub-menu li:last-of-type {	
	border-bottom: 2px solid #ff4c02 !important;
	border-radius: 0 0 10px 10px !important;
}

.main-navigation ul .sub-menu li:last-of-type>a {
	border-radius: 0 0 10px 10px !important;
}

.link-underline.main-navigation ul .sub-menu li:only-child,
.link-underline.main-navigation ul .sub-menu li:only-child a {
    border-radius: 10px !important;
}

/*Home*/
.hero-home {
	position: relative;
	z-index:-1;
}

.hero-home h1 {
	font-size:70px;
	font-weight:700;
	line-height: 80px;
	z-index:1;
	text-transform:uppercase;
}

.hero-home h1:after {
	position: absolute;
    content: '';
       width: 140%; 
    height: 150%;
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0) 70%);    
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: -1; 
    pointer-events: none;
}

.video-bg video {
	width: 100%;
	height: 100%;
	object-fit: cover; /* perfecto si lo usas como hero o fondo */
	display:block;
}

.hero-img .sow-image-container, .hero-img .so-widget-sow-image, .hex-right, .hex-left, .hex-dark, .liquid-biopsy-img .sow-image-container, .hero-video, .hero-video .video-bg, .page-hero-img .sow-image-container, .workflow .sow-image-container, .workflow .panel-grid-cell, .footer-img .sow-image-container, .pr, .hero-home h1, .video-bg video, .echo {
	position:relative;	
}

.hero-img img, .hero-video video {
	-webkit-mask-image: url(https://dev.biofluidica.com//wp-content/uploads/2025/12/BioFluidica-Website-home.svg);
	mask-image: url(https://dev.biofluidica.com//wp-content/uploads/2025/12/BioFluidica-Website-home.svg);
	mask-repeat: no-repeat;
	mask-position: center;
	z-index:1;
}

.back-drop-left, .back-drop-right {
	z-index:1;
}

.back-drop-rigth, .back-drop-left {
	z-index:1;
}

.back-drop-rigth:after {
	content:'';
	position:absolute;
	background:white;
	border-radius: 20px 0 0 20px;
	height:100%;
	width:150%;
	z-index:-1;
	top:0;
	left:0;
	box-shadow: -10px 10px 10px #ff4c0278;
}


.back-drop-left:after {
	content: '';
    position: absolute;
    background: white;
    border-radius: 0 20px 20px 0;
    height: 100%;
    width: 150%;
    z-index: -1;
    top: 0;
    right: 0;
    box-shadow: 10px 10px 10px #ff4c0278;
}

.orange-overlay {
	position: relative !important;
}

.orange-overlay h2, .orange-overlay p {
	color:white !important;
}

.orange-overlay:before {
	position: absolute;
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: #ff4c02;	
	mix-blend-mode: multiply;
	z-index:1;
}

.orange-overlay:after {
	position: absolute;
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:50%;
	background: #000;
	mix-blend-mode: multiply;
}

.hex-dark .panel-grid-cell {
	z-index:2;
}

.hex-dark:before {
	position: absolute;
	content:'';
	width: 100%;
    height: 50%;	
    bottom: 0px;
    right: 0;
	opacity:.4;
	background-image: url("https://dev.biofluidica.com//wp-content/uploads/2025/12/BioFluidica-Hex-Lines-Tex.svg");		
	background-repeat: repeat;
  	background-size: 317px 280px;
	z-index:0;
	filter: invert(100%);
}

.hex-dark:after {
	position: absolute;
	content:'';
	width: 100%;
    height: 50%;	
    bottom: 0px;
    right: 0;
	background: radial-gradient(ellipse at center bottom, #33333300 0%, #333333 60%);
}

.liquid-biopsy h2 {
	color:#333333;
	font-size:30px;
	line-height:35px;
	font-weight:700;
}

.liquid-biopsy-img .sow-image-container:before  {
	position: absolute;
	content:'';
	width: 130%;
    height: 140%;
    top: 50%;
    left: 42%;	
	transform: translate(-50%, -50%);
	background-image: url("https://dev.biofluidica.com//wp-content/uploads/2025/12/BioFluidica-Website-home.svg"); 	
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	z-index:-1;
	filter: invert(100%);	
}

.footer-img img {
	-webkit-mask-image: url(https://dev.biofluidica.com//wp-content/uploads/2025/12/BioFluidica-Website-home.svg);
	mask-image: url(https://dev.biofluidica.com//wp-content/uploads/2025/12/BioFluidica-Website-home.svg);
	mask-repeat: no-repeat;
	mask-position: center;
	height: 100% !important;
    width: auto !important;
	max-width: none !important;	
}

.news-container {
	position: relative;
}

.new-header {
	justify-content: space-between;
    display: flex;
    align-items: center;
}

.new-header .read-news {
	background:#ff4c02;
	color: white;
	padding:10px 15px;
	border-radius:10px;
	cursor:pointer;
	transition: .3s;
}

.new-header .read-news:hover {	
	background:#0047bb;
}

.bio-news-grid {
	display: grid;
	grid-template-areas: 
		"featured featured"
		"secondary1 secondary2";
	grid-gap: 30px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.news-featured { 
	grid-area: featured;
	display: flex;
	background:white;
	padding:0;
	border-radius:20px;	
	position: relative;
	align-items: center;
	box-shadow: 0 0px 20px rgba(255, 76, 2, 0.5);
}

.news-secondary {
	display: flex;	
	background:white;
	padding:0px; 
	border-radius:20px;
	align-items: center;
	position: relative;
	box-shadow: 0 0px 20px rgba(255, 76, 2, 0.5);
}

.new-read {
	background:#0047bb;	
	border-radius:10px;
	color: white;
	padding:10px 20px;
	float: right;
    margin-top: 20px;
	transition: .3s;
}

.new-read:hover {
	color: white;
	background:#ff4c02;
}

.new-read:visited {
	color:white;
}

.normal-news {
	position: absolute;
	bottom:0;
	right:0;
}

.news-image {
	min-height:265px; 	
	aspect-ratio: 3/2;
	display: inline-block;
	border-radius:20px;
	width:38%;
}

.news-secondary .news-image {
	height:250px;
	width:48%;
}

.news-secondary .news-content {
	width:50%;
}

.news-image img {
	width:auto !important; 
	min-height:100%;	
	object-fit:cover;
}

.news-content { 
	display: inline-block;
	padding:30px 50px 30px 30px;
	width:60%;
}

.news-secondary .news-content {
	padding:20px 30px;
}

.news-content h3, .news-content h4 {
	margin:20px 0 10px;
	max-height: 52px;
    overflow: hidden;
}

.news-content .news-date {
	background: #f2f2f2;
	border-radius:10px;
	padding:10px;
	white-space: nowrap;
    display: inline-block;
}

.news-readmore {
	display:inline-block;
	padding:8px 12px;
	background:#ff6600;
	color:#fff;
	text-decoration:none;
	border-radius:4px;
	margin-top:10px;
}

.bio-news-page .news-featured:first-child h3 {
	background: #ff4c02;
    padding: 10px;
    font-weight: 700;
    font-size: 27px;
    line-height: 30px;
    color: white;
}

.bio-news-page .news-featured {
	margin-bottom:30px !important;
}

.bio-news-page .new-read {
	position: absolute;
    right: 0;
    bottom: 0;
}

.bio-news-page .news-date {
	position: absolute;
	top:0;
	left:0;
}

.bio-news-page .news-content h3, .bio-news-page .news-content h4 {
	max-height:unset !important;
}

.bio-news-page .news-content {
	padding: 30px 50px 50px 30px;
}

.social-ul h3, .new-ul h3 {
	margin-bottom: 10px !important;
}

.new-ul li, .new-ul li a {
	margin-bottom: 0 !important;
}

.new-ul li a {
	color:#333 !important;
}

.new-ul li a:hover {
	color:#ff4c02 !important;
}

.page-hero-img img {
	-webkit-mask-image: url(https://dev.biofluidica.com//wp-content/uploads/2025/12/BioFluidica-Page-Hero.svg);
	mask-image: url(https://dev.biofluidica.com//wp-content/uploads/2025/12/BioFluidica-Page-Hero.svg);
	mask-repeat: no-repeat;
	mask-position: right center;
	mask-size:cover;
	z-index:1;
	min-height:550px;
	width:auto;
	object-fit: cover;
}

.mask-rota img {
	-webkit-mask-image: url(https://dev.biofluidica.com//wp-content/uploads/2025/12/BioFluidica-Page-Hero-R.svg) !important;
	mask-image: url(https://dev.biofluidica.com//wp-content/uploads/2025/12/BioFluidica-Page-Hero-R.svg) !important;	
	mask-position: left center;
}

.mask-rota .sow-image-container:after {
	left: -40px;
}

.work-number p {
	font-size:45px;
	color: white;
	text-align:center;
	position:absolute;
	font-weight:700;
	left: 25%;
    top: 10px;
    z-index: 2;
}

.work-number p:after {
	position: absolute;
	content:'';
	width: calc(100% + 40px);
    height: calc(100% + 40px);
    top: -20px;
    left: -20px;	
	background-image: url("https://dev.biofluidica.com//wp-content/uploads/2025/12/BioFluidica-Website-home.svg"); 	
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	z-index:-1;
	filter: invert(40%) sepia(35%) saturate(7185%) hue-rotate(357deg) brightness(102%) contrast(104%);
}

.workflow-arrow .panel-grid-cell {
	position: relative;
}

.workflow-arrow .panel-grid-cell:last-child:after  {
	display: none !important;
}

.workflow-arrow .panel-grid-cell:after {
	position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    border-right: solid 4px #ff4c02;
    border-top: solid 4px #ff4c02;
    border-radius: 0px 5px 0px 0px;
    top: 90px;
    right: -20px;
    transform: rotate(45deg);
}

.workflow img {
	-webkit-mask-image: url(https://dev.biofluidica.com//wp-content/uploads/2025/12/BioFluidica-Website-home.svg);
	mask-image: url(https://dev.biofluidica.com//wp-content/uploads/2025/12/BioFluidica-Website-home.svg);
	mask-repeat: no-repeat;
	mask-position: center;
	text-align:center;
	margin: 0 auto;
}

.workflow .sow-image-container:before {
	position: absolute;
	content:'';
	width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;	
	background-image: url("https://dev.biofluidica.com//wp-content/uploads/2025/12/BioFluidica-Website-home.svg"); 	
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	z-index:-1;
	filter: invert(100%);
}

.package .sow-image-container:before, .package .sow-image-container:after {
	width: calc(100% + 40px);
    height: calc(100% + 40px);
    top: -20px;
    left: -20px;	
}

.workflow .sow-image-container:after {
	position: absolute;
	content:'';
	width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;	
	filter:blur(10px);
	background-image: url("https://dev.biofluidica.com//wp-content/uploads/2025/12/BioFluidica-Website-home.svg"); 	
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	z-index:-2;	
	opacity:.3;
}

.steps .panel-grid-cell { 
    border-radius: 20px 20px 20px 20px;
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
}

.steps p {
	display:flex;
}

.steps strong {
	position: relative;
    font-size: 45px;
    color: white;
    font-weight: 700;
    z-index: 2;
    flex: 0 0 60px;
    text-align: center;
	margin-right:10px;
	margin-top: 15px;
}

.steps strong:after {
	position: absolute;
	content:'';
	width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
	top: -15px;
    left: 50%;
    transform: translateX(-50%);	
	background-image: url("https://dev.biofluidica.com//wp-content/uploads/2025/12/BioFluidica-Website-home.svg"); 	
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	z-index:-1;
	filter: invert(40%) sepia(35%) saturate(7185%) hue-rotate(357deg) brightness(102%) contrast(104%);
}

.hex-blue, .hex-dark {
	margin-right: -14%;
    margin-left: -14%;
	padding:80px 14% !important;
}

footer .hex-dark {
	padding-bottom:30px !important;
}

.hex-blue h2 {
	margin-top:0;
}

.hex-blue h2, .hex-blue p {
	color: white !important;
}

.package .panel-grid-cell {
	position: relative;
}

.package>.panel-grid-cell:after {
	content:'';
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	height:65%;
	border-radius:20px;
	background:white;
	z-index:-3;
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
}

.fcaption {
    font-size: 14px;
    line-height: 1.25;
    font-weight: 400;
}

.clinical-research {
	column-count: 2;
	break-inside: avoid-column;
	list-style-position: inside;
	list-style-type: none;
	padding-left: 0;
}

.clinical-research li {
	background-image: url('https://dev.biofluidica.com//wp-content/uploads/2025/12/BioFluidica-Website-home.svg');
	background-repeat: no-repeat;
	background-position: left center; 
	background-size: 20px; 
	padding-left: 30px; 
	filter: invert(54%) sepia(69%) saturate(6358%) hue-rotate(357deg) brightness(98%) contrast(105%);
	margin-bottom: 10px;
}

.about-row .panel-grid-cell {
	display: flex;
    gap: 20px;
    align-items: center;
}

.about-row h2 {
	font-size:55px;
}

.board-title h2 {
	font-size:30px;
}

.core-team .panel-grid-cell {
	width: calc(33.3333% - (0.66666666666667 * 30px)) !important;
	text-align: center;
}

.core-team .sow-image-container {
	width:300px;
	height:300px;
	overflow:hidden;
	margin: 0 auto;
    border-radius: 15px;
    box-shadow: 10px 10px 10px #ff4c0278;
}

.core-team .sow-image-container img {
	width:300px;
}

.core-team-2 {
    justify-content: center !important;	
	gap: 30px;
}

.board-accordion h3 {
	position: absolute;
	left: 50px;	
	font-size:18px !important;
	color:#0047bb !important;
}

.board-accordion .sow-accordion-panel-header {
	padding: 0px 0px 0px 10px !important;
	display: block !important;
	position:relative;
	background: transparent !important;
	z-index:1;
}

.board-accordion .sow-accordion-panel-header:after {
	content:'';
	position:absolute;
	background-image: url('https://dev.biofluidica.com//wp-content/uploads/2025/12/BioFluidica-Website-home.svg');
	background-repeat: no-repeat;
	background-position: left center; 	
	filter: invert(54%) sepia(69%) saturate(6358%) hue-rotate(357deg) brightness(98%) contrast(105%);	
	width: 40px;
    height: 40px;
	top: -11px;
    left: -2px;
	z-index:-1;
}

.board-accordion .sow-accordion-panel-border {
	background: transparent !important;
	padding: 15px 0px !important;
}

.bio-ol ol {
    list-style: decimal;
 }

.bio-ol li::marker {   
   color: #ff4c02;
   font-weight: bold;
}

/*Contact form*/

.floating-field {
	flex: 1;
}

.footer-form-text .floating-field {
	width:100% !important;
}

.floating-field p, .form-check p  {
	position: relative; 
	margin-bottom:20px !important;
}

.form-check label {
	color:#666 !important;
	font-size:18px !important;
}

.floating-field input::placeholder, .floating-field textarea::placeholder {  
  opacity: 0; /* Firefox */
}

/* Inputs */

input:-internal-autofill-selected {
	background:transparent !important;
}

.floating-field input,
.floating-field textarea {
	width: 100%;
	padding: 16px 12px;
	font-size: 16px;
	border: 1px solid #ccc;
	background: transparent;
	outline: none;
}

/* Label */
.floating-field label {
	position: absolute;
	left: 12px;
	top: 7px;
	font-size: 16px;
	color: #777;
	pointer-events: none;
	transition: all 0.2s ease;
	background: white;
	padding: 0 6px;
}

.floating-field:focus-within label {
	top: -16px;
	font-size: 12px;
	color: #000;
}

.floating-field:has(input:not(:placeholder-shown)) label,
.floating-field:has(textarea:not(:placeholder-shown)) label {
	top: -16px;
	font-size: 12px;
	color: #000;
}

.site-footer .widgets .widget .widget-title {
	font-weight:700 !important;
}

.footer-cf7, .footer-form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	gap: 20px;
	justify-content: space-between;
}

.wpcf7-submit {
    background: #0047bb !important;
    border-radius: 10px !important;
    color: white;
    padding: 10px 20px !important;
    float: right;
    transition: .3s;
	font-size:18px !important;
}

.wpcf7-submit:hover {
    background: #ff4c02 !important;
}

.floating-field textarea {
	height:150px;
	min-height: 150px;
}

.orange-overlay .simpleParallax img {
	height: 100% !important;
    max-width: unset !important;
    width: 100% !important;
    min-width: 2000px !important;
    min-height: 500px !important;   
}

.site-info span:last-child, .site-info span:after {
    display: none !important;
}

.page-id-24 .footer-about, .page-id-97 .footer-contact-hide {
	display: none !important;
}

.post-info {
	display: flex;
	gap:30px;	
	margin-bottom:60px;
}

.related-posts-section .related-posts {
	font-size:20px;
	font-weight:700;
}

.thumb-post-img {
    flex: 0 0 35%;
	text-align: center;
}

.template-post-link {
    background: #0047bb;
    border-radius: 10px;
    color: white !important;
    padding: 10px 20px;
	text-transform:uppercase;
    margin-top: 20px;
    transition: .3s;
	display: inline-block;
}

.template-post-link:hover {
	background: #ff4c02;
}

.search .entry-thumbnail a {
	overflow: hidden;
	max-height: 320px;
}

.search .entry-thumbnail img {
	width:100%;
}

@media (max-width: 1650px) {
	.main-navigation ul .children, .main-navigation ul .sub-menu {
		top:40px !important;		
	}
}

@media (max-width: 1500px) {
	.hero-home h1 {	
		font-size: 50px;
		line-height: 60px;	
		padding: 0 3%;
        text-align: center;
	}
	
	.news-secondary {
		flex-direction:column;
		align-items: baseline;
	}
	
	.news-secondary .news-image {
		min-height: 230px;
		max-height: 250px;
		width: 100% !important;
		aspect-ratio: unset;
	}
	
	.news-secondary .news-content {
		 width: 100%;
	}
	
	.news-content h4 {
		margin-bottom:50px;
	}
}

@media (max-width: 1200px) {
	.core-team .sow-image-container {
		width: 100%;
		height:auto;
		aspect-ratio: 1 / 1;
	}
	
	.core-team .sow-image-container img {
    	width: 100%;
	}
}


@media (max-width: 768px) {
	body:after {
		background-size: 190px 168px !important;
	}
	
	.corp-container {
    	max-width: 95% !important;
	}
	
	#mobile-navigation ul li {
		font-size: 18px !important;	
	}
	
	.search-toggle {
		display: none !important;
	}
	
	.sub-menu {
		background:#f0f2f5 !important;
	}
	
	.hero-home h1 {
        font-size: 40px;
        line-height: 50px;
		margin-bottom:0 !important;
    }
	
	.page-hero-img img {
	    min-height: 300px;	
	}
	
	.liquid-biopsy h2 {
		font-size:25px;
	}
	
	.bio-news-grid {
		 grid-template-areas: 
            "featured"
            "secondary1"
            "secondary2";
		grid-template-columns: minmax(0, 1fr); 
	}
	
	.news-featured {
		flex-direction: column;
	}
	
	.news-image, .news-content {
		width:100%;
	}
	
	.news-content {
    	padding: 30px 10px 0px 10px;
	}
	
	.news-secondary .news-content {
    	padding: 30px 10px 0px 10px;
	}
	
	.new-read {
		margin-top:30px;
		margin-right:-10px;
	}
	
	.normal-news {    
    	right: 10px;
	}
	
	.news-content h4 {
        margin-bottom: 70px;
    }
	
	.news-container {
		margin-bottom:70px;
	}
	
	.read-news {
		position: absolute;
        bottom: -100px;
		z-index:2;
        left: 50%;
        transform: translateX(-50%);
        width: max-content;
	}
	
	.bio-news-page .news-content {
		padding: 30px 10px 50px 10px;
	}
	
	.bio-news-page .new-read {		
		right: 10px;		
	}
	
	.about-row .panel-grid-cell {
		flex-direction:column;
	}
	
	.clinical-research {
		column-count: 1;
	}
	
	.post-info {
		flex-direction: column;
	}
	
	.thumb-post-img {
		width:100%;
	}
	
	.workflow .panel-grid-cell {    
    	margin-bottom: 80px !important;
	}
	
	.workflow .panel-grid-cell:last-child {    
    	margin-bottom: 30px !important;
	}
	
	.workflow-arrow .panel-grid-cell:after {
		top: unset;
		bottom: -50px;
		right: unset;
		left: 47%;
		transform: rotate(135deg);
	}
	
	.work-number p {
		left: 35%;
    	top: 20px;
	}
	
	.core-team .panel-grid-cell {
		width:100% !important;
	}

	.footer-cf7, .footer-form {
		flex-direction: column;
		gap:0;
	}
	
	.footer-form p {
    	width: calc(100% - 20px);	
	}
	
	.floating-field {
    	width: 100%;
	}
	
	.footer-img img {
	    min-width: 1200px;	
	}
	
	.orange-overlay .simpleParallax img {
		left:-80% !important;  
	}
}