/*
Theme Name:     Subko_Korp
Description:    Theme for Auchan Strona Korporacyjna
Author:         subko.co
Template:       twentytwenty
*/


/* BODY AND MAIN ELEMENTS */

/* COLORS 
	red: #DE1F26;
*/

@font-face {
  font-family: 'SanaBold';
  src: url('fonts/sanasansalt-bold.woff') format('woff'),
       url('fonts/sanasansalt-bold.ttf')  format('truetype');
}

@font-face {
  font-family: 'Sana';
	src: url('fonts/sanasansalt-regular.woff') format('woff'),
       url('fonts/sanasansalt-regular.ttf')  format('truetype');
}

@font-face {
  font-family: 'SanaBlack';
	src: url('fonts/SanaSansAlt-Black.ttf')  format('truetype');
}

@font-face {
  font-family: 'BlackDiamond';
	src: url('fonts/BlackDiamond.woff2')  format('woff2');
}

body {
	margin: 0;
	font-family: 'Sana', sans-serif;
	font-size: 19px;
	color: #000;
	text-transform: none;
	background: #fff;
}

b, strong {
	font-weight: 700!important;
	font-family: 'SanaBold',sans-serif;
}

.container {
	max-width: 84%;
}

@media all and (min-width: 1660px) {
	.container, .fHeader .container {
		max-width: 1580px;
	}
	.fWrapper .container {
		max-width: 1440px;
	}
}

.fWrapper .container {

}

@media all and (max-width: 1366px) {
	.container {
		max-width: 90%;
	}
}

.fMobile {
	display: none;
}

@media all and (min-width: 1790px) {
	.header .container {
		max-width: 1820px;
	}
}

.fClear {
	clear: both;
	content: " ";
	display: table;
}

.fShow {
	display: block !important;
}

.fHide {
	display: none;
}

.fOpacity {
	opacity: 0 !important;
	transition: 1s opacity ease-in-out;
	-webkit-transition: 1s opacity ease-in-out;
}

.fGrayscale {
	filter: grayscale(1);
    -webkit-filter: grayscale(100%);
} 

p {
	margin: 0;
}

a {
	text-decoration: none;
	color: #000;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
}

a:hover {
	text-decoration: none;
	color: initial;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

h1 {
	font-size: 96px;
	font-family: 'SanaBlack',sans-serif;
}

.fWhite {
	color: #fff!important;
}

.fWrapper {
	width: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 90px;
}

a.fBlock {
	display: block;
	width: 100%;
	height: 100%;
}

.fCenter {
	text-align: center;
}

h2.fLargeHeading {
	font-size: 54px;
	font-family: 'SanaBlack',sans-serif;
}

.fDiamond {
	font-family: 'BlackDiamond',sans-serif;
	color: #E0001A;
	line-height: 1;
	margin-top: -15px;
	font-size: 60px;
}

.fDiamond.fGreen {
	color: #77ac41;
}

h3.vc_custom_heading.fDiamond {
	font-size: 72px;
	margin: 20px 0;
}

h2.vc_custom_heading.fDiamond {
	font-size: 100px;
	margin: 20px 0;
}

.fWrapper .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
	font-size: 16px;
	color: #fff!important;
	background: #E0001A!important;
	border-radius: 99px;
	padding: 18px 30px;
	margin: 14px 0;
}

.fWrapper .fLargeButton .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
	font-size: 18px;
	padding: 22px 44px;
}

.fHeader {
	position: fixed;
	top: 0;
	left: 0;
	height: 90px;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #BDBDBD;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
	z-index: 100011;
}

.fHeader .container {
	position: relative;
}

.fHeaderScrolled {
	height: 55px;
	overflow-y: hidden;
}

.fHeaderScrolled .fLogo {
	padding-top: 9px;
}

.fHeaderScrolled .fLogoDesc {
	margin-top: 2px;
}

.fHeaderScrolled .fMenuIcon {
	top: 7px;
}

.fHeaderScrolled .fMenu {
	top: 13px;
}

.fHeaderScrolled .fHeaderBoxes {
	top: 11px;	
}

.fHeader .container {
	position: relative;
	height: 100%;
}

.fLogo {
	position: relative;
	margin-left: 0;
	width: 160px;
	height: 80px;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
	float: left;
	padding-top: 24px;
}

.fLogo a {
	display: block;
	width: 100%;
	height: 100%;
}

.fLogo img {
	width: 100%;
	height: auto;
}

.fMenuIcon {
		position: absolute;
		right: 15px;
		top: 27px;
		width: 36px;
		height: 44px;
		transition: 0.2s all ease-in-out;
		-webkit-transition: 0.2s all ease-in-out;
		cursor: pointer;
		z-index: 99999;
		display: none;
}

.fMenuIcon p {
	padding-top: 22px;
	font-size: 14px;
	text-align: center;
}

.fMenuIcon:hover {
		opacity: 0.8;
}
	
.fMenu {
	position: absolute;
	top: 32px;
	left: 50%;
	text-align: center;
	padding-top: 0px;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

ul.menu {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style-type: none;
}

ul.menu li {
	display: inline;
	margin-left: 12px;
	margin-right: 12px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	cursor: pointer;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
}

ul.menu li a {
	color: #5E5E5E;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	display: inline-block;
	text-decoration: none;
	text-transform: none;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
}

ul.menu li.current-menu-item a,
ul.menu li a:hover {
	color: #DE1F26;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
}

.fMenu ul.menu li a:after,
.fMenu ul.menu li.current-menu-item a:after,
.fMenu ul.sub-menu li a:after {
  content: '';
  display: block;
  border-bottom: 3px solid #7a7a7a;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.fMenu ul.menu li.current-menu-item a:after,
.fMenu ul.menu li a:hover:after { 
  width: 0%; 
}

.fHeaderCTA {
	position: absolute;
	right: 0;
	top: 24px;
} 

.fHeaderCTA a {
	display: inline-block;
	color: #fff;
	font-family: 'Sana',sans-serif;
	font-size: 15px;
	padding: 9px 24px;
	border: 1px solid #DE1F26;
	border-radius: 99px;
	background: #DE1F26;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
}

.fHeaderCTA a:hover {
	color: #DE1F26;
	background: #fff;
}

/* HOME */

#homeStart {
	background: url(images/homeStart.png) no-repeat bottom;
	background-size: 90% 100%;
	padding: 50px 10%;
}

@media all and (min-width: 1699px) {
	#homeStart h2.fLargeHeading {
		font-size: 51px;
	}
}

.fHead {
	font-size: 14px!important;
	margin-bottom: 10px!important;
}

.fTitle {
	font-family: 'SanaBold',sans-serif;
	font-weight: 700;
	font-size: 34px;
	line-height: 1.2;
}

.fLargeTitle {
	font-family: 'SanaBold',sans-serif;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.2;
}

.fLink a {
	font-weight: 700;
	text-decoration: underline;
	color: #E0001A;
}

.fWrapper .wpb_content_element {
	margin-bottom: 25px;
}

.fHomeNumbers .wpb_single_image.vc_align_right.fBird1 {
	margin-bottom: 0;
	margin-top: 20px;
	padding-right: 20%;
}

@media all and (min-width: 992px) {
	.fHomeNumbersLogo {
		padding-top: 20%;
	}
	.fFrBoxes .vc_column-inner {
		min-height: 550px!important;
	}
}

.homeLogoCarousel img {
	max-height: 56px!important;
}

.fHomeLogos .wpls-logo-showcase .slick-arrow {
	display: none!important;
}

.fHomeLogos .wpls-logo-showcase .slick-dots li button {
	background: #d9d9d9!important;
	border: 1px solid #d9d9d9!important;
	height: 5px!important;
	width: 5px!important;
	border-radius: 5px!important;
}

.fHomeLogos .wpls-logo-showcase .slick-dots li.slick-active button {
	background: #000!important;
	border: 1px solid #000!important;
	width: 30px!important;
}

.fHomeLogos h2.fHeading {
	padding-bottom: 0!important;
}

.fHomeLogos p {
	font-size: 24px;
}

h2.fHeading,
h2.vc_custom_heading.fHeading {
	font-size: 46px;
	font-family: 'SanaBlack',sans-serif;
	font-weight: 900;
	padding-bottom: 30px;
}

h2.fMiddleHeading {
	font-size: 36px;
}

h2.fHeading span.fDiamond {
	font-size: 62px;
	letter-spacing: 2px;
	font-weight: 400;
}

.fContactInfo p {
	font-size: 24px;
}

.fContactInfo .fDiamond p {
	font-size: 60px;
}

@media all and (min-width: 992px) {
	.fContactInfo {
		padding-left: 5%!important;
	}
	.fContactInfo h2.fHeading, h2.vc_custom_heading.fHeading {
		padding-bottom: 10px;
	}
}

@media all and (max-width: 1440px) {
	.fContactInfo p {
		font-size: 20px;
	}
	.fContactInfo h2.fHeading, h2.vc_custom_heading.fHeading {
		font-size: 32px;
		padding-bottom: 10px;
	}
	.fContactInfo .fLargeMail {
		margin-bottom: 0!important;
	}
	.fContactInfo .fLargeMail a {
		font-size: 30px;
	}
}

.fLargeMail a {
	color: #000;
	font-size: 36px; 
	font-family: 'SanaBold',sans-serif;
	font-weight: 700;
}

.wpb_text_column p {
	margin-bottom: 15px;
} 
 
/* CSR */

.fImageBkg .fWhite {
	text-shadow: 5px 5px 5px rgba(0,0,0,0.6);
}

.fBlack p {
	font-size: 65px;
	line-height: 1;
	padding: 20px 0;
	font-family: 'SanaBlack',sans-serif;
}

.fDiamond.f80 {
	font-size: 80px;
	line-height: 0.5;
	letter-spacing: 3px;
	margin-bottom: 20px;
}

.fLead {
	padding: 40px 0;
}

.fLead p {
	font-size: 22px;
	margin: 15px 0;
}

.fLargeLead p {
	font-size: 25px;
}

.fLeadLink a {
	font-size: 22px;
	text-decoration: underline;
	color: #DE1F26;
}

.fCSRcircle img {
	width: 200px;
	height: auto;
	max-width: 90%;
}

.fHeadingRed p {
	color: #DE1F26;
	font-size: 32px;
	font-weight: 700;
	font-family: 'SanaBold',sans-serif;
}

.fCSRcircles .fHeadingRed {
	margin-bottom: 0;
}

.fSanaBold {
	font-family: 'SanaBold',sans-serif;
}

.fSanaBlack {
	font-family: 'SanaBlack',sans-serif;
}

.fCSRbox img {
	height: 148px!important;
	width: auto!important;
	margin-right: 18px;
	margin-bottom: 18px;
}

.fCSRslider .tdt-slider h2 {
	color: #000;
	font-family: 'SanaBlack',sans-serif;
	font-weight: 900;
	font-size: 28px;
	padding-left: 30px;
	padding-right: 30px;
}

.fCSRslider h2.tdt-slider-heading {
	font-family: 'BlackDiamond',sans-serif;
	color: #E0001A;
	line-height: 1;
	font-size: 40px!important;
	text-align: left;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

.fCSRslider p {
	color: #000;
	margin-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
}

.fCSRslider .carousel_btn_span a.ultimate_carousel_btn {
	font-size: 16px!important;
	color: #fff!important;
	background: #E0001A!important;
	border-radius: 99px!important;
	padding: 18px 30px!important;
	margin: 20px auto!important;
	display: block;
	max-width: 280px;
}

.fCSRslider .tdt-slider .carousel-caption {
	background: #fff!important;
}

.fCSRslider ul.slick-dots {
	margin-top: 60px;
	margin-left: 30px!important;
	margin-right: 30px!important;
}

.fCSRslider ul.slick-dots li {
	width: 33.3%;
	margin: 0!important;
	Float: left;
	background: #E0001A!important;
	height: 2px!important;
}

.fCSRslider ul.slick-dots li.slick-active {
	height: 8px!important;
	border-radius: 5px!important;
	transform: translateY(-3px)!important;
	-webkit-transform: translateY(-3px)!important;
}

.fCSRslider ul.slick-dots li button {
	opacity: 0!important;
}

.fCSRslider .slick-slider .slick-arrow.slick-prev {
	left: calc(50% - 100px)!important;
    z-index: 99!important;
    bottom: -140px!important;
    top: auto!important;
    width: 54px;
    height: 54px;
    border: 1px solid #E0001A!important;
    border-radius: 99px;
}

.fCSRslider .slick-slider .slick-arrow.slick-next {
	left: calc(50%)!important;
    z-index: 99!important;
    bottom: -140px!important;
    top: auto!important;
    width: 54px;
    height: 54px;
    border: 1px solid #E0001A!important;
    border-radius: 99px;
}

.fCSRslider .slick-slider .slick-prev:before {
	content: '\2190'!important;
	font-size: 20px!important;
}

.fCSRslider .slick-slider .slick-next:before {
	content: '\2192'!important;
	font-size: 18px!important;
}

/* DLA FRANCZYZOBIORCÓW */

.fH60 img {
	max-height: 60px;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.fH80 img {
	max-height: 80px;
	width: auto;
}

.fFrBoxes p {
	font-size: 16px;
}

.fFrBoxes .fLead p {
	font-family: 'SanaBold',sans-serif;
	font-weight: 700;
	font-size: 19px;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.fFrBoxes .fLead {
	margin-top: -20px;
	padding-bottom: 0;
}

@media all and (min-width: 1799px) {
	.fFrNumberBoxes.vc_custom_1694082415961 {
		padding-left: 35%!important;
		padding-right: 35%!important;
	}
}

/* PRACA */

.fBenPhoto img {
	height: 110px;
	width: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}

.fBenLong .fBenPhoto {
	margin-bottom: 10px;
}

.fEmpBenefits {
	padding-left: 5%;
	padding-right: 5%;
}

.fEmpBenefits .fBenLong .fBenPhoto img {
	height: 80px;
}

.fBenefit {
	position: relative;
}

.fBenefit.f1 {
	z-index: 5;
}

.fBenefit.f2 {
	z-index: 4;
}

.fBenefit.f3 {
	z-index: 3;
}

.fBenefit.f4 {
	z-index: 2;
}

.fBenefit.f5 {
	z-index: 1;
}

.fBenefit p {
	color: #fff;
	font-weight: 700;
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 1.2;
}

.fBenefit .fBirdBox {

}

.fWhiteBenefits .fBenefit p {
	font-family: 'SanaBold',sans-serif;
	color: #77AC41;
	font-size: 19px;
	font-weight: 700;
}

.fEmpBenefits .fBenefit.fBenLong p {
	height: 61px!important;
}

.fBenTab {
	position: absolute;
	top: 40px;
	height: calc(100% - 80px);
	left: 100%;
	width: auto;
	min-width: 360px;
	background: #fff;
	color: #000!important;
	font-weight: 400!important;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	/*border: 1px solid #e9e9e9;*/
	box-shadow: 5px -3px 10px rgb(0,0,0,0.1), 
        10px -1px 10px rgba(0,0,0,0.1), 10px 8px 15px rgba(0,0,0,0.1);
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	visibility: hidden;
}

.f1 .fBenTab,
.f2 .fBenTab,
.f3 .fBenTab,
.f4 .fBenTab {
	border-left: none;
}

.f5 .fBenTab {
	border-right: none;
}

.fWhiteBenefits .fBenefit .fBenTab p,
.fBenTab p {
	font-family: 'Sana'!important;
	color: #000!important;
	font-weight: 400!important;
	padding-bottom: 0!important;
	font-size: 18px!important;
	padding-left: 20px;
}

.fBenTab .wpb_text_column.wpb_content_element {
	margin-bottom: 0!important;
}

.fBenefit.f5 .fBenTab {
	left: auto;
	right: 100%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.fBenefit .wpb_wrapper p {
	height: 40px!important;
}

.fCSRslider.fEmploySlider .carousel_btn_span a.ultimate_carousel_btn {
	font-size: 17px!important;
	color: #E0001A!important;
	background: #F9F8F8!important;
	border-radius: 0!important;
	padding-top: 0!important;
	margin: 20px 0!important;
	margin-top: 0!important;
	display: inline-block;
	text-decoration: underline;
}

.fCSRslider .tdt-slider .carousel-caption {
	background: #F9F8F8!important;
}

.page-id-14 .fCSRslider .tdt-slider .carousel-caption {
	background: #fff!important;
}

.page-id-614 .fCSRslider .tdt-slider .carousel-caption {
	height: 280px!important;
	min-height: 280px!important;
}

.page-id-614 .fCSRslider .tdt-slider .carousel-caption h2 {
	min-height: 65px;
}

.page-id-614 .fCSRslider .tdt-slider .carousel-caption h2.tdt-slider-heading {
	min-height: 10px!important;
}

.page-id-33 .fCSRslider .tdt-slider .carousel-caption {
	height: 340px!important;
	min-height: 340px!important;
	border-radius: 24px;
}

.fEmploySlider .slick-prev:before,
.fStudentSlider .slick-prev:before,
.fEmploySlider .slick-next:before,
.fStudentSlider .slick-next:before {
	color: #E0001A!important;
	line-height: 11px!important;
}

.fCSRslider.fEmploySlider ul.slick-dots li {
	width: 20%;
}

.fCSRslider.fStudentSlider ul.slick-dots li {
	width: 16.6%;
}

/* PRACA - LOGISTYKA */

.page-id-389 .vc_custom_1692005430937,
.page-id-389 .vc_custom_1692005374029,
.page-id-389 .vc_custom_1692004539722 {
	margin-top: 0!important;
}

/* PRACA - ECOMMERCE */

.fEmpBenefits .fBenPhoto img {
	padding-top: 0px;
	padding-bottom: 0px;
	height: 90px;
	width: auto;
}

.fEmpBenefits .fBenefit p {
	height: 36px!important;
}

.fEmpBenefits .fBenefit .fBenTab p {
	height: auto!important;
}

/* PRACA - SKLEP */

.fSmallHeight {
	line-height: 1.2;
	font-size: 17px;
}

.fLineH {
	line-height: 1.3;
}

.fCenterButtons {
	text-align: center;
}

.fCenterButtons a {
	margin-left: 15px!important;
	margin-right: 15px!important;
}

/* OFERTY PRACY */

.fOffers {
	background: #F9F8F8;
	padding: 0!important;
	margin-bottom: 60px;
	border-radius: 30px;
}

.fOffersVisible {
	padding: 40px 30px 10px 30px!important;
	padding-top: 50px!important;
	margin-bottom: -15px!important;
}

.fItem {
	position: relative;
	left: 0;
	margin-bottom: 20px;
}

.fOfferTitle a {
	font-family: 'SanaBold',sans-serif;
	font-size: 24px;
	margin-bottom: 5px;
	color: #000;
}

.fOfferCTA {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.fOfferCTA a {
	display: inline-block;
	color: #fff;
	font-family: 'Sana',sans-serif;
	font-size: 17px;
	padding: 8px 28px;
	border: 1px solid #DE1F26;
	border-radius: 99px;
	background: #DE1F26;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
}

.fOfferCTA a:hover {
	color: #DE1F26;
	background: #fff;
}

.page-template-fOffer {
	background: #F9F8F8;
}

.fSingleOffer {
	padding: 40px;
	background: #fff;
	width: 900px;
	margin: 0 auto;
	margin-top: -40px;
	z-index: 9;
	position: relative;	
}

.fSingleOfferPlace,
.fSingleOfferPlace strong {
	font-weight: 400!important;
	font-family: 'Sana',sans-serif!important;
}

.fSingleOfferPlace span {
	font-size: 14px!important;
}

.fSingleOfferTitle {
	font-size: 38px;
	font-family: 'SanaBlack',sans-serif;
	color: #DE1F26;
	padding: 20px 0;
}

.fSingleOfferReq p,
.fSingleOfferReq p span,
.fSingleOfferReq ul li span {
	font-family: 'Sana'!important;
	font-size: 18px!important;
	text-align: left!important;
}

.fSingleOfferReq p {
	margin-bottom: 15px!important;
}

.fSingleOfferReq p span {
	font-family: 'SanaBold',sans-serif!important;
}

.fSingleOfferCTA {
	text-align: center;
	margin: 20px 0;
}

.fSingleOfferCTA a {
	display: inline-block;
	color: #fff;
	font-family: 'Sana',sans-serif;
	font-size: 17px;
	padding: 12px 32px;
	border: 1px solid #DE1F26;
	border-radius: 99px;
	background: #DE1F26;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
}

.fOfferLogos {
	margin: 50px 0;
}

.fSearchButton {
	width: 100%;
	text-align: center;
}

a.fSearchCTA {
	display: inline-block;
	color: #fff;
	font-family: 'SanaBold',sans-serif;
	font-size: 17px;
	padding: 8px 28px;
	border: 1px solid #DE1F26;
	border-radius: 99px;
	background: #DE1F26;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	margin-right: 10px;
	float: right;
	margin-top: 20px;
}

.fOfferSearch {
	background: #F9F8F8;
	padding: 20px;
	margin: 40px 0;
	font-weight: 700;
	border-radius: 30px;
}

.fOfferSearch input,
.fOfferSearch select,
.fOfferSearch select option,
.fOfferSearch ::placeholder {
	color: #000;
	font-weight: 700;
}

input.fOf {
	padding: 10px 30px;
	background: #fff;
	border-radius: 99px;
	border: 1px solid #fff;
	width: 360px;
	width: 18%;
	display: inline-block;
	margin: 20px;
	font-size: 16px;
}

select.fOf, select.fOf option {
	font-size: 16px;
}

input.fOf1 {
	width: 40%;
	margin-left: 0;
	margin-right: 2%;
}

input.fOf3 {
	width: 35%;
	margin-left: 5%;
	margin-right: 0;
}

input.fOf1, input.fOf3 {
	background: url(images/magnify.svg) no-repeat center right 20px;
	background-size: auto 18px;
	background-color: #fff;
}

select.fOf2,
select.fOf4 {
	padding: 10px 30px;
	background: #fff;
	border-radius: 99px;
	border: 1px solid #fff;
	display: inline-block;
	margin: 20px;
	margin-left: 0;
	margin-right: 10%;
	width: 30%;
}

.fItem.fOfferHidden {
	position: fixed;
	left: -9999px;
	visibility: hidden;
}

#fFind2, #fFind4 {
	text-align: center!important;
}

#fFind4 .vc_btn3-container .vc_btn3-inline,
#fFind4 .vc_btn3-container .vc_btn3-inline {
	margin: 10px!important;
}

.fInlineOffers {
	opacity: 1!important;
}

.fSearchShow {
	text-decoration: underline;
	cursor: pointer;
	padding: 10px 0 15px 10px;
	color: #555555;
	font-size: 16px;
}

.fSearchHide {
	text-decoration: underline;
	cursor: pointer;
	padding: 10px 0 15px 10px;
	color: #555555;
	font-size: 16px;
}

.fSearchMore {
	position: fixed;
	left: -9999px;
	opacity: 0;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
}

.fSearchMoreVisible {
	position: relative;
	left: auto;
	opacity: 1;
}

/* DLA DOSTAWCÓW */

.fSupForm {
	font-family: 'SanaBold',sans-serif;
	color: #000;
	font-size: 17px;
	padding-bottom: 80px;
}

.fSupForm ::placeholder {
	color: #000!important;
}

.fSupForm textarea,
.fSupForm select.wpcf7-select,
.fSupForm input.wpcf7-text,
.fSupForm input.wpcf7-email {
	border-radius: 30px;
	background: #fff;
	padding: 12px 20px;
	width: 100%;
	border: 1px solid #fff!important;
	margin-bottom: 30px;
	box-shadow: none;
}

.fSupForm input.wpcf7-submit {
	color: #fff;
	font-family: 'SanaBold',sans-serif;
	font-size: 15px;
	padding: 14px 30px;
	border: 1px solid #DE1F26;
	border-radius: 99px;
	background: #DE1F26;
	float: right;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
}

.fSupForm .fAccept p {
	font-family: 'Sana',sans-serif;
	font-size: 15px;
	line-height: 1.6;
}

.fSupForm .fAccept input {
	margin-left: -12px;
	margin-left: 0;
	margin-right: 8px;
}

.fSupForm select.wpcf7-select {
	background: url(images/magnify.svg) no-repeat center right 15px;
	background-size: auto 18px;
	background-color: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.fSupForm input.wpcf7-not-valid,
.fSupForm textarea.wpcf7-not-valid {
	border: 1px solid #DE1F26!important;
}

.fSupForm .wpcf7-not-valid-tip {
	font-family: 'Sana',sans-serif;
	position: absolute;
	top: -25px;
	left: 0;
}

.fSupForm p {
	position: relative;
}

.fSupForm .wpcf7-form-control-wrap {
	position: static;
}

.fSupForm .fAccept .wpcf7-form-control-wrap {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
}

.fSupForm .fAccept .wpcf7-form-control-wrap .wpcf7-form-control {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.fSupForm .wpcf7-acceptance.wpcf7-not-valid {
	border: 1px solid #DE1F26!important;
	border-radius: 10px;
}

@media all and (max-width: 991px) {
	.fSupForm .row {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.fSupForm input.wpcf7-submit {
		margin-top: 10px;
	}
}

.fFormPopup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	z-index: 999999;
	display: none;
}

.fFormPopupContent {
	width: 500px;
	padding: 120px 30px;
	background: #fff;
	border-radius: 30px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.fFormPopupContent h1 {
	color: #000;
	font-size: 34px;
	padding-bottom: 40px;
}

.fSubmitIcon img {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}

/* FOOTER */

.fFooter {
	border-top: 1px solid EFF0F6;
	padding-top: 80px;
}

.fFooterMenu ul.menu li {
	display: block;
	padding-bottom: 0;
}

.fFooterMenu a {
	font-size: 17px;
	line-height: 2.1;
	color: #6F6C90;
	display: block;
}

.fFooter ul.menu li a {
	font-size: 17px;
}

.fFooterMenu strong a {
	color: #000;
}

.fFooterMenu p {
	font-size: 17px;
	line-height: 1.9;
	padding-bottom: 20px;
}

.fFooter .col-lg-6 .fFooterMenu {
	margin: 30px 0;
}

.fFooter .col-lg-6 .fFooterMenu a {
	line-height: 1.8;
}

.fFooterBottom {
	padding: 20px 0;
	margin-top: 80px;
	border-top: 1px solid #BDBDBD;
	color: #5E5E5E;
}

.fFooterBottom .f2 {
	text-align: right;
}

.fFooterSocials {
	padding-bottom: 30px;
}

.fSocial {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 14px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
}

.fSocial.fYT {
	width: 28px;
}

.fSocial a {
	display: block;
	width: 100%;
	height: 100%;
}

.fSocial:hover {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

.fFB {
	background: url(images/fb.svg) no-repeat center;
	background-size: auto 100%;
}

.fIG {
	background: url(images/ig.svg) no-repeat center;
	background-size: auto 100%;
}

.fLN {
	background: url(images/ln.svg) no-repeat center;
	background-size: auto 100%;
}

.fTW {
	background: url(images/tw.svg) no-repeat center;
	background-size: auto 100%;
}

.fYT {
	background: url(images/yt.svg) no-repeat center;
	background-size: auto 100%;
}

.fFooterApps .fApp {
	display: inline-block;
	width: 160px;
	margin-right: 24px;
	margin-bottom: 20px;
}

.fFooterApps .fApp a {
	display: block;
	width: 100%;
	height: 100%;
}

/* ADDENDA */

@media all and (min-width: 992px) and (max-width: 1199px) {
	
}

@media all and (min-width: 1280px) {
	.fMenu {
		width: 70%;
		margin: 0 auto;
	}
}

@media all and (max-width: 991px) {
	
}

@media all and (max-width: 767px) {

}

/* NAV-ICON */

/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 36px;
  height: 36px;
  position: relative;
  margin: 0px auto; 
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #DE1F26;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 6px;
}

#nav-icon1 span:nth-child(2) {
  top: 18px;
}

#nav-icon1 span:nth-child(3) {
  top: 29px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fSelectHidden {
	position: fixed;
	left: -9999px;
	opacity: 0;
	z-index: -9;
}

.page-id-389 .fOfferSearch,
.page-id-558 .fOfferSearch,
.page-id-592 .fOfferSearch,
.page-id-614 .fOfferSearch,
.page-id-700 .fOfferSearch {
	margin-bottom: 0;
}

.page-id-33 .fOfferSearch {
	margin-bottom: 0;
}

.fImgRadius img {
	border-radius: 24px!important;
}

.page-id-1334 .fDiamond p {
	font-size: 30px;
	padding-top: 30px;
}

.fDiamond.f60 p {
	font-size: 40px!important;
}

.page-id-1372 .slick-slide img {
	margin-bottom: 0!important;
}

.page-id-1372 span.content-section {
	background: #fff!important;
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
}

.page-id-1372 span.content-section p.fDiamond {
	font-size: 36px;
	color: #DE1F26;
}

.page-id-1372 span.content-section p {
	font-size: 22px;
}

/* FIXED MENU */

.fOfMenu {
	position: fixed;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 999999;
}

.fOfMenuContent {
	display: inline-block;
	background: #fff;
	border-radius: 60px;
	border: 1px solid #d9d9d9;
	border-bottom: 5px solid #DE1F26;
}

.fOfItem {
	display: inline-block;
	margin: 20px;
}

.fOfMenuContent a {
	color: #7f7f7f;
	font-size: 16px;
}

.fOfMenuContent a:hover {
	color: #DE1F26;
}

.fOfMenuContent .fOfItem.fActive a {
	color: #DE1F26;
	font-weight: 700;
	text-decoration: underline;
}

@media all and (max-width: 1699px) {
	.fHeader .container {
		width: 100%;
		max-width: 100%;
	}
	.fHeaderCTA {
		right: 15px;
	}
	.fLogo {
		width: 180px;
	}
	ul.menu li {
		margin-left: 8px;
		margin-right: 8px;
	}
	#homeStart {
		padding: 40px 30px;
		padding-left: 60px;
		background-size: 100% auto; 
		background-position: bottom left 30px;
	}
}

@media all and (min-width: 992px) and (max-width: 1440px) {
	.fMH100 {
		min-height: 110px!important;
	}
}

@media all and (min-width: 1280px) and (max-width: 1365px) {
	ul.menu li a {
		font-size: 14px;
	}
}

@media all and (max-width: 1279px) {
	.fMenuIcon {
		display: block;
	}
	.fTopMenu {
		display: none;
	}
	.fHeaderCTA {
		right: 95px;
	}
	.fLogo {
		margin-left: 0;
		padding-top: 30px;
		width: 120px;
	}
	.fHeaderBoxes {
		right: 65px;
	}
	.fSearch {
		right: 185px;
	}
	.home .fWrapper {
	}
	.fMenu {
		position: fixed;
		left: auto;
		right: 0px!important;
		width: 500px;
		max-width: 100%;
		top: 90px;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		display: none;
	}
	.fHeaderScrolled .fMenu {
		top: 55px;
	}
	.fHeaderScrolled .fMenuIcon {
		top: 12px;
	}
	.fHeaderScrolled .fLogo {
		height: 50px!important;
		top: 10px!important;
	}
	.fMenu ul.menu {
		padding-left: 0px;
		width: 100%;
	}
	.fMenu ul.menu li {
		display: block;
		width: 100%;
		/*height: 40px;*/
		margin: 0;
		text-align: center;
		background: #fff;
		border-bottom: 1px solid #d9d9d9;
	}
	.fMenu ul.menu li a {
		display: block;
		padding-top: 10px;
		font-size: 18px;
		font-weight: 400;
		line-height: 1.1;
		text-align: right;
		padding-right: 20px;
		color: #6F6C90;
	}
	.fMenu ul.menu li a:after {
		display: none!important;
	}
	#homeStart {
		background-size: cover;
		background-position: bottom left;
	}	
}

@media all and (max-width: 1199px) {
	h2.fLargeHeading {
		font-size: 44px;
	}
	h3.vc_custom_heading.fDiamond {
		font-size: 52px;
	}
	#homeStart {
		padding: 30px 20px 5px 20px;
	}
	h2.fHeading {
		font-size: 26px;
	}
	h2.fHeading span.fDiamond {
		padding-left: 5px;
		font-size: 34px;
	}
	.fFooterBottom, .fFooterBottom a,
	.fFooterMenu a, .fFooter ul.menu li a {
		font-size: 15px;
	}
}

@media all and (max-width: 991px) {
	.fNotMobile {
		display: none;
	}
	.fMobile {
		display: block;
	}
	.fWrapper .container {
		max-width: 98%;
	}
	.fHeaderCTA {
		right: 75px;
	}
	.fFooterMenu {
		padding-top: 30px;
	}
	#homeStart {
		padding: 30px 15px;
	}
	#homeStart .vc_custom_16936363609291 {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	h2.fLargeHeading {
		font-size: 34px;
	}
	h3.vc_custom_heading.fDiamond {
		font-size: 42px;
	}
	h2.vc_custom_heading.fDiamond {
		font-size: 58px;
	}
	.home .vc_custom_1693377666912 {
		padding-top: 20px!important;
		padding-bottom: 20px!important;
	}
	.fOfferTitle {
		padding-right: 120px;
	}
	.fOfferTitle a {
		font-size: 19px;
	}
	.fOfferSearchBird img {
		width: 50px;
		height: auto;
	}
	.fOfMenu {
		display: none;
	}
	.fFooterBottom .f2 {
		text-align: left;
	}
	input.fOf1 {
		width: 100%;
	}
	input.fOf3 {
		width: 60%;
	}
	.vc_custom_1691743287913 .vc_col-sm-2,
	.vc_custom_1691743278423 .vc_col-sm-2,
	.vc_custom_1691743267778 .vc_col-sm-2 {
		display: none!important;
	}
	.fEmployHeaderLinks .wpb_column.vc_column_container.vc_col-sm-1\/5 {
		width: 20%!important;
		float: left!important;
	}
	.fHeaderCTA.fMobile {
		position: relative;
		right: 0px!important;
		top: 0;
		padding-top: 15px;
		padding-bottom: 15px;
		background: #fff;
		text-align: right;
	}
	.fHeaderCTA.fMobile a {
		margin-right: 15px;
	}
	.page-id-14 .vc_custom_1691765170422 {
		padding-top: 60px!important;
		padding-bottom: 60px!important;
	}
	.page-id-14 .wpb_text_column.wpb_content_element.fBlack p {
		text-align: left!important;
	}
	.page-id-14 .vc_custom_1693383430858.fDiamond p {
		text-align: left!important;
	}
	.page-id-16 .vc_custom_1691918929127,
	.page-id-16 .vc_custom_1699879589642,
	.page-id-16 .vc_custom_1691917435225,
	.page-id-14 .vc_custom_1693471917902,
	.page-id-14 .vc_custom_1699878551364,
	.page-id-14 .vc_custom_1693471740295,
	.page-id-14 .vc_custom_1693471740315,
	.page-id-14 .vc_custom_1699878562449,
	.page-id-14 .vc_custom_1693473324071,
	.page-id-14 .vc_custom_1693474170620,
	.page-id-14 .vc_custom_1693474170620 ul {
		background: #f9f8f8 !important;
		margin-top: 0!important;
		margin-bottom: 0!important;
		padding-top: 20px!important;
		padding-bottom: 20px!important;
	}
	.page-id-14 .fWrapper .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
		padding: 11px 20px;
		line-height: 1.1;
	}
	.page-id-14 .vc_custom_1691833429274  {
		padding-bottom: 0!important;
	}
	.page-id-14 .vc_custom_1691834692155 {
		margin-top: 10px!important;
	}
	.page-id-14 .vc_custom_1691835806655,
	.page-id-14 .vc_custom_1691836170264,
	.page-id-14 .vc_custom_1691842426853 {
		margin-top: 30px!important;
		padding-left: 0!important;
	}
	.page-id-16 .vc_custom_1694082879457,
	.page-id-16 .vc_custom_1694082868547,
	.page-id-16 .vc_custom_1693382468750,
	.page-id-14 .vc_custom_1693474170620,
	.page-id-14 .vc_custom_1693638051544,
	.page-id-14 .vc_custom_1693638051534,
	.page-id-14 .vc_custom_1693474139308,
	.page-id-14 .vc_custom_1693474139298,
	.page-id-14 .vc_custom_1693638051534 {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.page-id-16 .vc_btn3-container.vc_btn3-inline {
		display: block!important;
		width: 100%!important;
		text-align: center;
		margin-bottom: 0!important;
	}
	.page-id-16 .vc_custom_1699879576803 {
		padding-top: 0!important;
	}
	.fFrBoxes .fLead p {
		margin-top: 15px;
	}
	.fFrBoxes .fH80 img {
		margin-bottom: 10px!important;
	}
	.page-id-16 .vc_custom_1693637281938,
	.page-id-16 .vc_custom_1693637268555,
	.page-id-16 .vc_custom_1693637228668 {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.page-id-16 .vc_custom_1691998705769 {
		padding-bottom: 10px!important;
	}
	.page-id-16 .vc_custom_1691998971312 {
		margin-bottom: 20px!important;
	}
	.page-id-16 .vc_custom_1691996741998 {
		padding-top: 0!important;
	}
	.page-id-16 .fFrLineMobile img {
		width: 400px!important;
		max-width: 90%!important;
	}
	.page-id-14 .fDiamond p {
		line-height: 1!important;
	}
	.page-id-14 .vc_custom_1693637922130 {
		padding-left: 0!important;
	}
	.page-id-14 .vc_custom_1691848832467 {
		padding-top: 0!important;
	}
	.page-id-14 .vc_custom_1693638051544 ul,
	.page-id-14 .vc_custom_1693638051534 ul,
	.page-id-15 .vc_custom_1693474139308 ul,
	.page-id-14 .vc_custom_1693474139298 ul,
	.page-id-14 .vc_custom_1693638051534 ul,
	.page-id-14 .vc_custom_1693474139298 ul {
		padding-left: 20px!important;
	}
	.page-id-16 .vc_custom_1699879576803 {
		padding-bottom: 0!important;
	}
	.page-id-16 .vc_custom_1691917435235 {
		margin-bottom: 0!important;
		padding-bottom: 30px!important;
		background: #f9f8f8 !important;
	}
	.page-id-16 .vc_custom_1694082858387,
	.page-id-16 .vc_custom_1694082994877 {
		padding-left: 0!important;
	}
	.page-id-16 .vc_custom_1694082879457 {
		margin-left: 0!important;
	}
}

@media all and (max-width: 768px) {
	body {
		font-size: 17px;
	}
	#homeStart {
		padding-bottom: 0;
	}
	#homeStart img {
		padding-top: 20px;
	}
	.fOfferLoc {
		display: block;
	}
	.fOfferTitle a {
		font-size: 17px;
	}
	.fItem {
		font-size: 17px;
		padding-right: 150px;
	}
	.fLead p {
		font-size: 19px;
	}
	.fWrapper .wpb_content_element {
		padding-bottom: 5px;
	}
	.vc_custom_1694090574682 {
		padding-bottom: 5px!important;
		display: none!important;
	}
	.home .vc_custom_1691743287913 {
		padding-bottom: 0!important;
	}
	.vc_custom_1691843890365 img,
	.vc_custom_1691843423744 img {
		border-radius: 20px!important;
	}
	.fFooter {
		padding-top: 10px;
	}
	.fFooterBottom {
		margin-top: 20px;
	}
	.fBlack p {
		font-size: 32px;
	}
	.fDiamond.f80 {
		font-size: 45px;
	}
	.page-template-default .vc_custom_1691843890365 {
		margin-bottom: 30px!important;
	}
	#fCSRiconFooter {
		display: none!important;
	}
	#fCSRiconFooter img {
		max-width: 120px;
		height: auto;
	}
	.page-template-default .vc_custom_1691843769214 {
		margin-bottom: 0!important;
	}
	.fWrapper .wpb_content_element {
		margin-bottom: 5px;
	}
}

#godlo img {
	width: 120px;
	height: auto;
	margin-top: -60px;
}

.page-template-fCareer a.fSearchCTA {
	margin-right: 0;
}

.page-template-fCareer .fItem {
	padding: 5px 30px 0 30px;
}

.page-template-fCareer .fItem .fOfferCTA {
	right: 30px;
}

.page-template-fCareer .fOfferSearch {
	margin-top: 0!important;
}

.page-template-fCareer .fOfferSearchBird {
	padding-left: 10%;
}

@media only screen and (max-width: 769px) {
	.fSwap {
		display: flex !important;
		flex-direction: column-reverse;
	}
	.fFooterApps .fApp {
		width: 114px;
		margin-right: 8px;
	}
	.home .vc_custom_1694081824384,
	.home .vc_custom_1694080860750 {
		margin-top: 0!important;
	}
	.fHead.fMobile p {
		margin-left: 15px!important;
	}
	.fDiamond {
		font-size: 45px;
		line-height: 1.4;
	}
	.page-id-1372 .vc_custom_1697880755132 {
		padding-top: 0!important;
		padding-bottom: 0!important;
	}
	.page-id-1372 .vc_custom_1698064233692 {
		padding-top: 20px!important;
	}
	.page-id-1372 .vc_custom_1697880783861 {
		padding-top: 0!important;
	}
	.page-id-1372 span.content-section p {
		font-size: 17px;
	}
	#tdt-slider-53 .slick-slide {
		padding: 0 15px!important;
	}
	.fCSRslider p {
		padding-left: 10px!important;
		padding-right: 10px!important;
	}
	.page-id-1372 .slick-slide {
		padding: 0 15px!important;
	}
	.page-id-16 .vc_custom_1691908090230 {
		margin-top: 30px!important;
		margin-bottom: 30px!important;
	}
	.page-id-16 .vc_custom_1691908090230 .vc_col-sm-2/5 {
		display: none!important;
	}
	.page-id-16 h2.fHeading {
		text-align: left!important;
	}
	.page-id-16 .vc_custom_1691914975100 {
		padding-top: 0!important;
		padding-bottom: 0!important;
	}
	.fLargeTitle {
		font-size: 32px;
	}
	.page-id-16 .vc_custom_1692001327693,
	.page-id-16 .vc_custom_1691915674816 {
		margin-top: 0!important;
		margin-bottom: 0!important;
	}
	.page-id-16 .vc_custom_1694161364941 {
		margin-top: 0!important;
	}
	.page-id-16 .vc_custom_1691915789015 {
		margin-top: 30px!important;
		margin-bottom: 0!important;
	}
	.page-id-16 .vc_custom_1691922098918 {
		padding-top: 30px!important;
	}
	.page-id-16 .vc_custom_1694083180001 {
		padding-bottom: 30px!important;
	}
	.page-id-16 .vc_custom_1694082982230 {
		margin-right: 0!important;
	}
	.page-id-16 .fLead {
		padding-top: 0!important;
		padding-bottom: 0!important;
	}
	.page-id-16 .vc_col-has-fill>.vc_column-inner {
		padding-top: 0px!important;
		padding-bottom: 0px!important;
	}
	.fContactInfo {
		text-align: left!important;
	}
	.page-id-22 .vc_custom_1695897526841 {
		padding-left: 0!important;
		text-align: center!important;
	}
	.page-id-22 .vc_custom_1695898262243 {
		padding-bottom: 0!important;
	}
	.page-id-22 .vc_custom_1695898546673 {
		padding-top: 30px!important;
		padding-bottom: 30px!important;
	}
	.page-id-33 .vc_custom_1692346776980 {
		padding-top: 0!important;
		padding-bottom: 0!important;
	}
	.page-id-33 .vc_custom_1692344755880 {
		padding-bottom: 20px!important;
	}
	.page-id-33 .vc_custom_1692606547895 {
		margin-bottom: 0!important;
	}
	.page-id-33 .vc_custom_1692607556090 {
		margin-top: 20px!important;
	}
	.page-id-33 .vc_custom_1692612544013 {
		padding-top: 20px!important;
		padding-bottom: 20px!important;
	}
	.page-id-33 .vc_custom_1692613981193 img {
		width: 50px!important;
		margin: 0 auto;
	}
	.page-id-33 .vc_custom_1692613987629 img {
		width: 50px!important;
	}
	.page-id-592 .vc_custom_1692621224413 {
		padding-top: 20px!important;
		padding-bottom: 20px!important;
	}
	.page-id-700 .vc_custom_1697632902211,
	.page-id-700 .vc_custom_1697632764387,
	.page-id-700 .vc_custom_1694089650461 {
		padding-left: 0!important;
	}
	.page-id-700 .vc_custom_1696831725737,
	.page-id-700 .vc_custom_1694089658942,
	.page-id-700 .vc_custom_1697632785838,
	.page-id-700 .vc_custom_1697632750164,
	.page-id-700 .vc_custom_1697632785838 {
		padding-right: 0!important;
	}
	.page-id-700 .vc_custom_1691743278423 {
		padding-bottom: 0!important;
	}
	.fTitle {
		font-size: 26px;
		padding-top: 15px;
	}
	.page-id-389 .vc_custom_1693479575766 {
		padding-top: 0!important;
	}
}

@media all and (max-width: 991px) {
	.vc_custom_1692613930582 .vc_column_container {
		width: 50%!important;
		float: left!important;
		margin-bottom: 30px!important;
	}
	.fBenefit {
		width: 50%!important;
		float: right!important;
	}
	.fBenTab {
		top: 101%!important;
    left: 30px!important;
	right: auto!important;
    width: 90%!important;
    min-width: 90%!important;
    height: auto!important;
	}
	.fBenefit .fBenTab .wpb_wrapper p {
		height: auto!important;
		padding-top: 15px;
		padding-bottom: 25px;
	}
	.page-id-592 .fBenefit.f5 {
		z-index: 99;
	}
	.page-id-592 .fBenefit.f3 {
		z-index: 100;
	}
	.page-id-592 .fBenefit.f1 {
		z-index: 101;
	}
	.fBenefits.fBN1 {
		position: relative!important;
		z-index: 6!important;
	}
	.fBenefits.fBN2 {
		position: relative!important;
		z-index: 5!important;
	}
	.fBenefits.fBN3 {
		position: relative!important;
		z-index: 4!important;
	}
	.fBenefits.fBN4 {
		position: relative!important;
		z-index: 3!important;
	}
	.fBenefits.fBN5 {
		position: relative!important;
		z-index: 2!important;
	}
	.fBenefits.fBN6 {
		position: relative!important;
		z-index: 1!important;
	}
	.fBenTab, .fBenefit.f5 .fBenTab {
		border-radius: 20px!important;
	}
	.fMB40 {
		margin-bottom: 50px!important;
	}
}

@media all and (max-width: 767px) {
	.fOfferSearch input {
		width: 100%!important;
		margin-left: 0!important;
	}
	.fOfferSearch .fSearchCTA {
		float: none;
		display: block;
		text-align: center;
	}
	.fOfferSearch select.fOf2, .fOfferSearch select.fOf4 {
		width: 100%;
		padding-left: 0
		padding-right: 0;
	}
	.vc_custom_1692614021097 img,
	.vc_custom_1692613930582 img {
		max-width: 90px!important;	
	}
	.vc_custom_1692614021097 h4,
	.vc_custom_1692613930582 h4 {
		font-size: 18px!important;
		font-size: 22px!important;
	}
	.page-id-614 .vc_custom_1693730086488 {
		padding-left: 35px!important;
		padding-right: 20px!important;
	}
	.page-id-614 .vc_custom_1693746455590 {
		padding-top: 0!important;
	}
	.page-id-614 .fBenefit {
		float: left!important;
	}
	.page-id-614 .vc_custom_1693749089896 .fBenefit.f1 {
		display: none!important;
	}
	.page-id-614 .vc_custom_1693749089896 {
		padding-bottom: 100px!important;
	}
	.fBenefit .fBenTab .wpb_wrapper p {
		padding-left: 0!important;
		font-size: 13px!important;
		padding-bottom: 15px!important;
	}
	.vc_custom_1693658238276 {
		padding-bottom: 15px!important;
	}
	.fEmpBenefits .fBenefit p {
		height: 67px!important;
	}
	.fEmpBenefits .fBenefit.fBenLong p {
		height: 91px!important;
	}
	.page-id-592 .fBenefit.f3 {
		z-index: 100!important;
	}
	.fBenefit.fNotMobile {
		display: none!important;
	}
}
