@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	outline: 0;
	box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
	margin: 0;
}

html,
body {
	overflow: visible;
	overflow-x: hidden;
}

body {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	padding-top: 115px;
	letter-spacing: .25px;
}

@media (max-width: 1600px) {
	body {
		font-size: 14px;
	}
}

@media (max-width: 1200px) {
	body {
		padding-top: 90px;
	}
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	line-height: 1.2;
	letter-spacing: .5px;
}

h1 {
	font-size: 48px;
}

@media (max-width: 1600px) {
	h1 {
		font-size: 40px;
	}
}

@media (max-width: 1200px) {
	h1 {
		font-size: 32px;
	}
}

@media (max-width: 768px) {
	h1 {
		font-size: 28px;
	}
}

h2 {
	font-size: 40px;
}

@media (max-width: 1600px) {
	h2 {
		font-size: 32px;
	}
}

@media (max-width: 1200px) {
	h2 {
		font-size: 28px;
	}
}

@media (max-width: 768px) {
	h2 {
		font-size: 24px;
	}
}

h3 {
	font-size: 32px;
	font-weight: 400;
}

@media (max-width: 1600px) {
	h3 {
		font-size: 28px;
	}
}

@media (max-width: 1200px) {
	h3 {
		font-size: 24px;
	}
}

@media (max-width: 768px) {
	h3 {
		font-size: 20px;
	}
}

h4 {
	font-size: 28px;
	font-weight: 400;
}

@media (max-width: 1600px) {
	h4 {
		font-size: 24px;
	}
}

@media (max-width: 1200px) {
	h4 {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	h4 {
		font-size: 18px;
	}
}

h5 {
	font-size: 24px;
	font-weight: 400;
}

@media (max-width: 1600px) {
	h5 {
		font-size: 20px;
	}
}

@media (max-width: 1200px) {
	h5 {
		font-size: 18px;
	}
}

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


h6 {
	font-size: 20px;
	font-weight: 400;
}

@media (max-width: 1600px) {
	h6 {
		font-size: 18px;
	}
}

@media (max-width: 1200px) {
	h6 {
		font-size: 16px;
	}
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

a {
	color: inherit;
	text-decoration: none;
	transition: all 0.5s;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

b,
strong {
	font-weight: 800;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 50%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -5px;
}

sup {
	top: -5px;
}

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

.container-fluid,
.container {
	padding: 0 30px;
}

.container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 1600px) {
	.container {
		max-width: 1200px;
	}
}

@media (max-width: 768px) {
	.container-fluid,
	.container {
		padding: 0 15px;
	}
}

.section {
	padding: 60px 0;
}

@media (max-width: 1600px) {
	.section {
		padding: 60px 0;
	}
}

.section__pt {
	padding-top: 90px;
}

@media (max-width: 1600px) {
	.section__pt {
		padding-top: 60px;
	}
}

.section__pb {
	padding-bottom: 90px;
}

@media (max-width: 1600px) {
	.section__pb {
		padding-bottom: 60px;
	}
}

.section__mt {
	margin-top: 90px;
}

@media (max-width: 1600px) {
	.section__mt {
		margin-top: 60px;
	}
}

.section__mb {
	margin-bottom: 90px;
}

@media (max-width: 1600px) {
	.section__mb {
		margin-bottom: 60px;
	}
}

.section__row {
	margin-bottom: 60px;
}

@media (max-width: 1600px) {
	.section__row {
		margin-bottom: 30px;
	}
}

.section__row:last-child {
	margin-bottom: 0;
}

.section__desc p,
.section__desc img,
.section__desc ul,
.section__desc ol,
.section__desc table,
.section__desc h1,
.section__desc h2,
.section__desc h3,
.section__desc h4,
.section__desc h5,
.section__desc h6,
.section__desc .gallery {
	margin-bottom: 30px;
}

.section__desc p:last-child,
.section__desc img:last-child,
.section__desc ul:last-child,
.section__desc ol:last-child,
.section__desc table:last-child,
.section__desc h1:last-child,
.section__desc h2:last-child,
.section__desc h3:last-child,
.section__desc h4:last-child,
.section__desc h5:last-child,
.section__desc h6:last-child,
.section__desc .gallery:last-child {
	margin-bottom: 0;
}

.section__desc ul,
.section__desc ol {
	padding-left: 20px;
	text-align: left;
}

.section__desc table {
	text-align: left;
	border-collapse: collapse;
}

.section__desc table th,
.section__desc table td {
	padding: 15px;
}

.section__desc a {
	font-weight: 400;
}

.section__btn {
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
}

.section__btn--large {
	padding: 20px 40px;
}

.section__btn--medium {
	padding: 16px 24px;
}

.section__btn--small {
	padding: 10px 20px;
	font-size: 12px;
}

.section__btn--primary.section__btn--dark {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}

.section__btn--secondary.section__btn--dark {
	background-color: transparent;
	border: 1px solid #000;
	color: #000;
}

.section__btn--tertiary.section__btn--dark {
	padding: 0;
	border: 0;
	color: #000;
}

.section__btn--primary.section__btn--light {
	background-color: #fff;
	border: 1px solid #fff;
	color: #000;
}

.section__btn--secondary.section__btn--light {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.section__btn--tertiary.section__btn--light {
	padding: 0;
	border: 0;
	color: #fff;
}

.section__btn--large > svg {
	width: 16px;
	height: 16px;
}

.section__btn--small > svg {
	width: 12px;
	height: 12px;
}

.section__btn--left > svg {
	margin-right: 15px;
}

.section__btn--right > svg {
	margin-left: 15px;
}

.section__btn--primary.section__btn--dark > svg path {
	fill: #fff;
}

.section__btn--secondary.section__btn--dark > svg path {
	fill: #000;
}

.section__btn--tertiary.section__btn--dark > svg path {
	fill: #000;
}

.section__btn--primary.section__btn--light > svg path {
	fill: #000;
}

.section__btn--secondary.section__btn--light > svg path {
	fill: #fff;
}

.section__btn--tertiary.section__btn--light > svg path {
	fill: #fff;
}

.section__btn--left > svg {
	order: 1;
}

.section__btn--left > span {
	order: 2;
}

.section__btn--right > svg {
	order: 2;
}

.section__btn--right > span {
	order: 1;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 300;
}

.header .header__row {
	padding: 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header .header__columns:has(.header__nav){
	align-items: stretch;
}
@media (max-width: 1800px) {
	.header .header__row::before{
		left: 43%;
		width: 53%;
	}
}
@media (max-width: 1600px) {
	.header .header__row::before{
		left: 43%;
		width: 47%;
	}
}
@media (max-width: 1460px) {
	.header .header__row::before{
		left: 43%;
		width: 55%;
	}
}
@media (max-width: 1300px) {
	.header .header__row::before{
		left: 43%;
		width: 55%;
	}
}
@media (max-width: 1200px) {
	.header .header__row::before{
		display: none;
	}
}
.header .header__row:first-child {
	background-color: #E9B300;
}

@media (max-width: 1200px) {
	.header .header__row:first-child {
		display: none
	}
}

.header .header__row:last-child {
	border-bottom: 0;
}

.header .header__columns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 -15px;
}

.header .header__column {
	padding: 0 15px;
}
.header__column:has(.header__nav) {
	position: relative;
}
@media (max-width: 1200px) {
	.header .header__row:last-child .header__column:nth-child(2),
	.header .header__row:last-child .header__column:nth-child(3) {
		display: none;
	}
}

.header .header__row:last-child .header__column:last-child {
	display: none;
}

@media (max-width: 1200px) {
	.header .header__row:last-child .header__column:last-child {
		display: block;
	}
}

.header .header__details {
	display: flex;
	align-items: center;
	margin: 0 -15px;
}

.header .header__detail {
	padding: 0 15px;
	display: flex;
	align-items: center;
}

.header .header__desc {
	font-size: 14px;
}

.header .header__detail svg,
.hot-menu .hot-menu__detail svg {
	margin-right: 15px;
}

.header .header__socials,
.hot-menu .hot-menu__socials {
	display: flex;
	align-items: center;
	margin: 0 -15px;
}

@media (max-width: 1200px) {
	.hot-menu .hot-menu__socials {
		justify-content: center;
	}
}

.header .header__social,
.hot-menu .hot-menu__social {
	padding: 0 15px;
}

.header .header__logo>svg {
	width: auto;
	height: 60px;
}

.header ul {
	list-style-type: none;
}
.header__nav {
	height: 100%;
	display: flex;
	align-items: center;
}
.header__nav::before {
	content: "";
	top: -15px;
	left: 0;
	position: absolute;
	width: 100%;
	height: calc(100% + 30px);
	transform: skew(-30deg);
	background: #000;
}
.header .header__nav .menu {
	display: flex;
	margin: 0 -15px;
}

.header .header__nav .menu>li {
	position: relative;
	float: left;
	padding: 0 15px;
}

.header .header__nav .menu>li>a {
	position: relative;
	line-height: 1;
	color: #FFF;
	text-transform: uppercase;
}

.header .header__nav .menu>li.current-menu-item>a{
	padding-bottom: 28px;
	border-bottom: 5px solid #FFF;
}

.header .header__nav .menu>li:hover>a,
.header .header__nav .menu>li.current-menu-item>a,
.header .header__nav .menu>li.current_page_item>a,
.header .header__nav .menu>li.current_page_ancestor>a,
.header .header__nav .menu>li.current-menu-ancestor>a {
	color: #FFF;
}

.header .header__nav .menu>li>a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	transition: 0.5s;
	background-color: #000;
}

.header .header__nav .menu>li:hover>a:before,
.header .header__nav .menu>li.current-menu-item>a:before,
.header .header__nav .menu>li.current_page_item>a:before,
.header .header__nav .menu>li.current_page_ancestor>a:before,
.header .header__nav .menu>li.current-menu-ancestor>a:before {
	width: 0;
}

.header .header__nav ul ul {
	display: none !important;
	position: absolute;
	top: 100%;
	left: 50%;
    transform: translateX(-50%);
	margin: 0 !important;
	white-space: nowrap;
	padding-top: 31px;
}

.header .header__nav ul ul li {
	float: none;
	padding: 0 !important;
	position: relative;
}

.header .header__nav ul ul li a {
	color: #fff;
	background-color: #000;
	display: block;
	padding: 15px 30px;
	position: relative;
}

.header .header__nav ul ul li a:hover {
	color: #000!important;
	background-color: #E9B300;
}

.header .header__nav ul ul li a:before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: calc(100% - 60px);
	height: 1px;
	background-color: rgba(255, 255, 255, .1);
}

.header .header__nav ul ul li:last-child a:before {
	display: none;
}

.header .header__nav ul ul li a:hover,
.header .header__nav ul ul li.current_page_item>a,
.header .header__nav ul ul li.current-menu-item>a,
.header .header__nav ul ul li.current_page_ancestor>a,
.header .header__nav ul ul li.current-menu-ancestor>a {
	color: #fff;
}

.header .header__nav ul ul ul {
	top: 0;
	left: 100%
}

.header .header__nav ul li:hover>ul {
	display: block !important;
}

.header .header__icons {
	display: flex;
	align-items: center;
	margin: 0 -15px;
}

.header .header__icon {
	padding: 0 15px;
}

.header .header__detail svg,
.hot-menu .hot-menu__detail svg,
.header .header__social svg,
.hot-menu .hot-menu__social svg,
.header .header__icon svg {
	width: 16px;
	height: 16px;
	object-fit: contain;
	object-position: center;
}

.header .header__detail svg path,
.hot-menu .hot-menu__detail svg path,
.header .header__detail svg rect,
.hot-menu .hot-menu__detail svg rect,
.header .header__social svg path,
.hot-menu .hot-menu__social svg path,
.header .header__social svg rect,
.hot-menu .hot-menu__social svg rect,
.header .header__icon svg path,
.header .header__icon svg rect {
	fill: #000 !important;
}

.header .header__lang .menu>li {
	position: relative;
}

.header .header__lang a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 40px;
	background-color: #000;
	color: #fff;
}

.header .header__lang .menu>li>.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

.header .header__hamburger button {
	border: 0;
	background-color: transparent;
}

.header .header__hamburger img {
	height: 24px;
}

.menu-mobile {
	display: none;
	position: fixed;
	top: 84px;
	left: 0;
	width: 100%;
	background-color: #000;
	padding: 15px 0;
	text-align: right;
	max-height: calc(100vh - 90px);
	overflow-y: scroll;
	z-index: 300;
}

.menu-mobile ul {
	list-style-type: none;
}

.menu-mobile a {
	color: #fff;
	display: block;
	padding: 15px 0;
	position: relative;
	text-transform: uppercase;
}

.menu-mobile li:hover>a,
.menu-mobile li.current_page_item>a,
.menu-mobile li.current-menu-item>a,
.menu-mobile li.current_page_ancestor>a,
.menu-mobile li.current_page_ancestor>a,
.menu-mobile li.current-menu-ancestor>a,
.menu-mobile li.current-menu-ancestor>a {
	color: #fff;
}

.menu-mobile a:after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .1);
}

.menu-mobile .menu>li:last-child>a:after {
	display: none;
}

.menu-mobile .menu-item-has-children>a {
	position: relative;
	padding-right: 24px;
}

.menu-mobile .menu-item-has-children>a:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background-image: url('../img/button.png');
	background-repeat: no-repeat;
	width: 13px;
	height: 8px;
	filter: brightness(0%) invert(100%);
}

.menu-mobile .sub-menu {
	display: none;
}

.hot-menu {
	border-bottom: 1px solid rgba(0,0,0, .1);
	padding: 90px 0;
	font-size: 14px;
	font-weight: 400;
	background-image: url(http://aktywajzer.pl/wp-content/uploads/2024/02/aktywajzer-footer.jpg);
}

@media (max-width: 1200px) {
	.hot-menu {
		font-size: 12px;
		padding: 60px 0;
	}
}

.hot-menu .hot-menu__columns {
	display: flex;
	justify-content: space-between;
	margin: -15px;
}

@media (max-width: 1200px) {
	.hot-menu .hot-menu__columns {
		flex-wrap: wrap;
	}
}

.hot-menu .hot-menu__column {
	padding: 15px;
}

@media (max-width: 1200px) {
	.hot-menu .hot-menu__column {
		padding: 15px;
		width: 100%;
		text-align: center;
	}
}

.hot-menu .hot-menu__logo > svg {
	height: 60px;
	width: auto;
}

@media (max-width: 1200px) {
	.hot-menu .hot-menu__logo > svg {
		margin: 0 auto;
	}
}

.hot-menu .hot-menu__row {
	margin-bottom: 30px;
}

.hot-menu .hot-menu__row:last-child {
	margin-bottom: 0;
}

.hot-menu .hot-menu__nav ul {
	list-style-type: none;
}

.hot-menu .hot-menu__nav li,
.hot-menu .hot-menu__detail {
	margin-bottom: 15px;
}

.hot-menu .hot-menu__nav li:last-child,
.hot-menu .hot-menu__detail:last-child {
	margin-bottom: 0;
}

.hot-menu .hot-menu__detail {
	display: flex;
	align-items: center;
}

@media (max-width: 1200px) {
	.hot-menu .hot-menu__detail {
		justify-content: center;
	}
}

.hot-menu .hot-menu__title {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}

.footer {
	padding: 15px 0;
	font-size: 14px;
}

@media (max-width: 1200px) {
	.footer {
		font-size: 12px;
	}
}

.footer .footer__columns {
	display: flex;
	justify-content: space-between;
	margin: -15px;
}

@media (max-width: 1200px) {
	.footer .footer__columns {
		flex-wrap: wrap;
		margin: -7.5px;
	}
}

.footer .footer__column {
	padding: 15px;
}

@media (max-width: 1200px) {
	.footer .footer__column {
		padding: 7.5px;
		text-align: center;
		width: 100%;
	}
}

.footer .footer__items {
	display: flex;
	margin: -15px;
}

@media (max-width: 1200px) {
	.footer .footer__items {
		flex-wrap: wrap;
		margin: -7.5px;
	}
}

.footer .footer__item {
	padding: 15px;
	position: relative;
}

@media (max-width: 1200px) {
	.footer .footer__item {
		padding: 7.5px;
		width: 100%;
		text-align: center;
	}
}

.footer .footer__item:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 14px;
	background-color: rgba(0,0,0, .1);
}

@media (max-width: 1200px) {
	.footer .footer__item:before {
		display: none;
	}
}

.footer .footer__item:last-child:before {
	display: none;
}

.footer .footer__webdesign {
	display: flex;
	align-items: center;
}

@media (max-width: 1200px) {
	.footer .footer__webdesign {
		justify-content: center;
	}
}

.footer .footer__webdesign a {
	display: inline-block;
	margin-left: 7.5px;
}

.footer .footer__webdesign img {
	height: 28px;
}

@media (max-width: 1600px) {
	.footer .footer__webdesign img {
		height: 24px;
	}
}

.wpcf7-form {
	text-align: left;
}

.wpcf7-form > p {
	margin-bottom: 30px;
}

.wpcf7-form > p:last-of-type {
	margin-bottom: 0;
}

.wpcf7-form > p > label {
	font-size: 16px;
	display: inline-block;
	margin-bottom: 8px;
}

.wpcf7-form input.wpcf7-form-control,
.wpcf7-form textarea.wpcf7-form-control {
	padding: 15px;
	background-color: transparent;
	border: 1px solid #000;
	width: 100%;
	display: block;
	box-sizing: border-box;
	outline: 0;
	color: #000;
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	font-size: 16px;
}

@media only screen and (max-width: 1600px) {
	.wpcf7-form input.wpcf7-form-control,
	.wpcf7-form textarea.wpcf7-form-control {
		font-size: 14px;
	}
}

.wpcf7-form input.wpcf7-form-control::placeholder,
.wpcf7-form textarea.wpcf7-form-control::placeholder {
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	font-size: 16px;
	color: #000;
	opacity: .5;
}

@media only screen and (max-width: 1600px) {
	.wpcf7-form input.wpcf7-form-control::placeholder,
	.wpcf7-form textarea.wpcf7-form-control::placeholder {
		font-size: 14px;
	}
}

.wpcf7-form input.wpcf7-form-control:focus,
.wpcf7-form textarea.wpcf7-form-control:focus {
	outline: 0;
}

.wpcf7-form input.wpcf7-form-control.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-form-control.wpcf7-not-valid {
	border: 2px solid #ff0000;
}

.wpcf7-form .wpcf7-list-item {
	margin: 0;
	display: block;
}

.wpcf7-form .wpcf7-not-valid>.wpcf7-list-item {
	border: 2px solid #ff0000;
	padding: 15px;
}

.wpcf7-form .wpcf7-acceptance label {
	display: flex;
	align-items: flex-start;
}

.wpcf7-form .wpcf7-acceptance input {
	margin-right: 8px;
	position: relative;
	top: 5.5px;
}

.wpcf7-form .wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	margin: -4px;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item {
	width: 100%;
	padding: 4px;
}

.wpcf7-form .wpcf7-radio label {
	display: flex;
	align-items: flex-start;
}

.wpcf7-form .wpcf7-radio input {
	margin-right: 8px;
	position: relative;
	top: 4px;
}

.wpcf7-form .wpcf7-response-output {
	padding: 16px!important;
	margin: 16px 0!important;
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
}

.wpcf7-form .wpcf7-not-valid-tip {
	font-size: 12px;
	line-height: 1;
	display: block;
}

.wpcf7-form .ajax-loader,
.wpcf7-form .wpcf7-spinner {
	display: none;
}

.wpcf7-form .wpcf7-submit {
	line-height: 1.5!important;
	display: inline-flex!important;
	align-items: center!important;
	text-transform: uppercase!important;
	padding: 15px 30px!important;
	background-color: #000!important;
	border: 1px solid #000!important;
	color: #fff!important;
	width: auto!important;
	position: relative!important;
	left: 50%!important;
	transform: translateX(-50%)!important;
}

.wpcf7-form .wpcf7-submit:hover {
	cursor: pointer;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -15px !important;
}

.gallery .gallery-item {
	width: 25% !important;
	padding: 15px !important;
	margin-top: 0 !important;
}

@media (max-width: 1200px) {
	.gallery .gallery-item {
		width: 33.3333% !important;
	}
}

@media (max-width: 768px) {
	.gallery .gallery-item {
		width: 50% !important;
	}
}

@media (max-width: 576px) {
	.gallery .gallery-item {
		width: 100% !important;
	}
}

.gallery a {
	display: block;
	position: relative;
	overflow: hidden;
}

.gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border: 0 !important;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.gallery a:hover>img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.gallery a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
}

.gallery a:hover::before {
	height: 100%;
}

.gallery a::after {
	content: '';
	background-image: url('../img/gallery-search.png');
	width: 32px;
	height: 32px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 200;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
	opacity: 0;
}

.gallery a:hover::after {
	opacity: 1;
}

.bottom-bar {
	position: fixed;
	left: 0;
	display: none;
	bottom: 0;
	width: 100%;
	z-index: 300;
}

@media (max-width: 1200px) {
	.bottom-bar {
		display: block;
	}
}

.bottom-bar ul {
	list-style-type: none;
	display: flex;
}

.bottom-bar li {
	flex: 1;
	text-align: center;
}

.bottom-bar a {
	display: block;
	background-color: #000;
	padding: 15px 0;
	line-height: 1;
	position: relative;
}

.bottom-bar img {
	margin: 0 auto 0 auto;
	height: 20px;
	filter: brightness(0%) invert(100%);
}

.hero {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	font-family: "Raleway", sans-serif;
}
.hero img {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 3;
	align-self: end;
}
.hero__text {
	grid-column: 1/2;
	grid-row: 1/2;
	z-index: -1;
	color: #E9B300;
	width: 100%;
	max-width: 1440px;
	text-align: center;
	place-self: center;
}

.hero__text1 {
	font-size: 60px;
	font-weight: 800;
	display: block;
}

.hero__text2 {
	font-size: 40px;
	font-weight: 400;
	display: block;
	margin-top: -5px;

}

@media (max-width: 996px) {
	.hero__text1 {
		font-size: 40px;
	}
	.hero__text2 {
		font-size: 28px;
	}

}

@media (max-width: 1600px) {
	.hero__text {
		max-width: 1200px;
	}
}

.hero__video {
	grid-column: 1/-1;
	grid-row: 1/2;
	width: 100%;
	height: auto;
}
/* 
.hero .hero__columns {
	grid-column: 1/2;
	grid-row: 1/2;
	display: flex;
	overflow: hidden;
}

.hero .hero__column {
	width: 66.6667%;
	margin-right: -11.1111%;
	-webkit-clip-path: polygon(25% 0, 100% 0, 75% 100%, 0 100%);
	clip-path: polygon(25% 0, 100% 0, 75% 100%, 0 100%);
}

.hero .hero__column:first-child {
	-webkit-clip-path: polygon(0% 0, 100% 0, 75% 100%, 0 100%);
	clip-path: polygon(0% 0, 100% 0, 75% 100%, 0 100%);
}

.hero .hero__column:last-child {
	margin-right: 0;
	-webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
}

.hero .hero__img {
	position: relative;
}

.hero .hero__img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, .5);
	z-index: 100;
}

.hero .hero__img > img {
	width: 100%;
	height: calc(100vh - 145px);
	object-fit: cover;
	object-position: center;
} */

#section-two .section-fifty-fifty__box {
	width: 100%;
}

#section-two .section-fifty-fifty__desc li {
	margin-bottom: 20px;
}

#section-two .section-fifty-fifty__desc li:last-child {
	margin-bottom: 0;
}

#section-two .section-fifty-fifty__box .section-fifty-fifty__icon > svg {
	width: 40px;
	height: 40px;
}

#section-two .section-fifty-fifty__box .section-fifty-fifty__caption {
	font-size: 20px;
}

#section-four .section-banner-style-five__boxes {
	display: block;
}

#section-four .section-banner-style-five__img>img {
	margin-bottom: 0;
}

.section-blog .section-split{
	display: flex;
    flex-direction: row;
}
@media (max-width: 1200px) {
	.section-blog .section-split{
		flex-direction: column;
	}
	.section-blog .section-split > .section__row:first-child{
		 width: 100%!important;
	}
	.section-blog .section-split > .section__row:last-child{
		 width: 100%!important;
	}
}

.section-blog .section-split .section__row:first-child{
	 width: 25%;
}

.section-blog .section-split .section__row:last-child{
	 width: 75%;
}

.search .section-blog .section-split .section__row:last-child{
	width: 100%;
}

.section-blog .section-split .section-blog__box {
    width: 33.3333%;
    padding: 15px;
}

.section-blog .section-blog__side-menu-header {
	font-size: 16px;
	font-weight: 700;
	background-color: #E9B300;
	text-align: left;
	padding: 15px;
	width: 100%;
	padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .section-blog .section-blog .section-blog__box {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .section-blog .section-blog .section-blog__box {
        width: 100%;
    }
}

.section-split .section__row:first-child{
	padding-right: 30px;
}

.section-blog .blog_menu__nav{
	background-color: #E9B300;
	text-align: left;
	padding: 15px;
	width: 100%;
}

.section-blog .blog_menu__nav ul {
	list-style-type: none;
}

.section-blog .blog_menu__nav li{
	margin-bottom: 5px;
}

.section-blog .blog_menu__nav .sub-menu{
	padding-top: 5px;
}

.section-blog .blog_menu__nav a:hover{
	font-weight: 700;
}

.section-blog .current-menu-item a,
.section-blog .main_category ul:first-child > li:first-child a{
	border-left: solid 5px #000;
	padding-left: 10px;
	margin-left: -15px;
}

.section-blog .current-menu-item ul a{
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

.section-blog .section-blog__description{
	text-align: left;
	margin-bottom: 30px;
	
}

.section-blog .section__paginations-top{
	padding-bottom: 30px;
	text-align: right;
}

.section-blog .section__paginations-bottom{
	padding-top: 30px;
	text-align: right;
}

.section-blog .next,
.section-blog .prev,
.section-blog .current{
	font-weight: 700;
}

.section-blog .prev{
	margin-right: 15px;
}

.section-blog .next{
	margin-left: 15px;
}

.section-blog .current{
	color: #B88D00;
}

.section-default-post .container{
	display: flex;
	flex-direction: row;
    justify-content: space-around;
}

.section-default-post .section__excerpt{
	padding-bottom: 32px;
	font-size: 20px;
}

.section-default-post .section__img img{
	aspect-ratio: 2/1;
    object-fit: cover;
	padding-bottom: 32px;
	display:none;
}

.section-default-post .section__row:last-child{
	width: 25%;
}

.section-default-post .section__row:first-child{
	width: 75%;
	padding-right: 30px;
}
@media (max-width: 1199px) {
	.section-default-post .container {
		flex-wrap: wrap;
	}
	.section-default-post .section__row:last-child{
		width: 100%;
	}

	.section-default-post .section__row:first-child{
		width: 100%;
		padding-right: unset;
	}
}
.section-default-post iframe {
	width: 100%;
	height: 60vh;
}

.section-default-post .section-blog__latest-posts{
	background-color: #ECECEC;
	padding: 16px;
}

.section-default-post .section-blog__latest-posts h2{
	font-size: 28px;
	padding-bottom: 16px;
}

.section-default-post .section-blog__title{
	font-size: 16px;
	padding-bottom: 8px;
}

#s-fifty-fifty--contact .section-fifty-fifty-txt__column .section__desc img {
	width: 100%;
}

#menu-item-1631 a {
	padding-bottom: unset;
    border-bottom: none;
}

.section__partners {
	width: 100% !important;
}

@keyframes epic-easing-bounce-custom-right {
	0% { transform: translateX(360px);
		 opacity: 1; }
	2.22% { transform: translateX(255.391px); }
	4.44% { transform: translateX(120.786px); }
	6.67% { transform: translateX(0px); }
	8.89% { transform: translateX(81.052px); }
	11.11% { transform: translateX(115px); }
	13.33% { transform: translateX(108.777px); }
	15.56% { transform: translateX(77.169px); }
	17.78% { transform: translateX(36.497px); }
	20% { transform: translateX(0px); }
	22.22% { transform: translateX(24.491px); }
	24.44% { transform: translateX(34.748px); }
	26.67% { transform: translateX(32.868px); }
	28.89% { transform: translateX(23.317px); }
	31.11% { transform: translateX(11.028px); }
	33.33% { transform: translateX(0px); }
	35.56% { transform: translateX(7.4px); }
	37.78% { transform: translateX(10.5px); }
	40% { transform: translateX(9.931px); }
	42.22% { transform: translateX(7.046px); }
	44.44% { transform: translateX(3.332px); }
	46.67% { transform: translateX(0px); }
	48.89% { transform: translateX(2.236px); }
	51.11% { transform: translateX(3.173px); }
	53.33% { transform: translateX(3.001px); }
	55.56% { transform: translateX(2.129px); }
	57.78% { transform: translateX(1.007px); }
	60% { transform: translateX(0px); }
	62.22% { transform: translateX(0.676px); }
	64.44% { transform: translateX(0.959px); }
	66.67% { transform: translateX(0.907px); }
	68.89% { transform: translateX(0.643px); }
	71.11% { transform: translateX(0.304px); }
	73.33% { transform: translateX(0px); }
	75.56% { transform: translateX(0.204px); }
	77.78% { transform: translateX(0.29px); }
	80% { transform: translateX(0.274px); }
	82.22% { transform: translateX(0.194px); }
	84.44% { transform: translateX(0.092px); }
	86.67% { transform: translateX(0px); }
	88.89% { transform: translateX(0.062px); }
	91.11% { transform: translateX(0.088px); }
	93.33% { transform: translateX(0.083px); }
	95.56% { transform: translateX(0.059px); }
	97.78% { transform: translateX(0.028px); }
	100% { transform: translateX(0px); 
		   opacity: 1;}
}

@keyframes epic-easing-bounce-custom-left {
	0% { transform: translateX(-360px); 
		opacity: 1;}
	2.22% { transform: translateX(-255.391px); }
	4.44% { transform: translateX(-120.786px); }
	6.67% { transform: translateX(0px); }
	8.89% { transform: translateX(-81.052px); }
	11.11% { transform: translateX(-115px); }
	13.33% { transform: translateX(-108.777px); }
	15.56% { transform: translateX(-77.169px); }
	17.78% { transform: translateX(-36.497px); }
	20% { transform: translateX(0px); }
	22.22% { transform: translateX(-24.491px); }
	24.44% { transform: translateX(-34.748px); }
	26.67% { transform: translateX(-32.868px); }
	28.89% { transform: translateX(-23.317px); }
	31.11% { transform: translateX(-11.028px); }
	33.33% { transform: translateX(0px); }
	35.56% { transform: translateX(-7.4px); }
	37.78% { transform: translateX(-10.5px); }
	40% { transform: translateX(-9.931px); }
	42.22% { transform: translateX(-7.046px); }
	44.44% { transform: translateX(-3.332px); }
	46.67% { transform: translateX(0px); }
	48.89% { transform: translateX(-2.236px); }
	51.11% { transform: translateX(-3.173px); }
	53.33% { transform: translateX(-3.001px); }
	55.56% { transform: translateX(-2.129px); }
	57.78% { transform: translateX(-1.007px); }
	60% { transform: translateX(0px); }
	62.22% { transform: translateX(-0.676px); }
	64.44% { transform: translateX(-0.959px); }
	66.67% { transform: translateX(-0.907px); }
	68.89% { transform: translateX(-0.643px); }
	71.11% { transform: translateX(-0.304px); }
	73.33% { transform: translateX(0px); }
	75.56% { transform: translateX(-0.204px); }
	77.78% { transform: translateX(-0.29px); }
	80% { transform: translateX(-0.274px); }
	82.22% { transform: translateX(-0.194px); }
	84.44% { transform: translateX(-0.092px); }
	86.67% { transform: translateX(0px); }
	88.89% { transform: translateX(-0.062px); }
	91.11% { transform: translateX(-0.088px); }
	93.33% { transform: translateX(-0.083px); }
	95.56% { transform: translateX(-0.059px); }
	97.78% { transform: translateX(-0.028px); }
	100% { transform: translateX(0px); 
		opacity: 1;}
}
  
.epic-ease-bounce-left {
	opacity: 0;
	animation: epic-easing-bounce-custom-left 2000ms linear forwards;
	animation-delay: 600ms;
}
  
.epic-ease-bounce-right {
	opacity: 0;
	animation: epic-easing-bounce-custom-right 2000ms linear forwards;
	animation-delay: 600ms;
}

.section-fifty-fifty__column:nth-child(2) {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin-top: 0px;
}

.section-fifty-fifty__column:nth-child(2) .section__desc {
	flex-shrink: 0;
}
.knowTit {
	padding: 25px  25px 15px  25px;
	display: flex;
	align-items: center;
	background-color: hsl(50, 100%, 62%);
	color: black;
}
:root {
	--knwBx-hgt: 390px;
	--knwBx-pad: 0px;
}
.knowBox {
	height: var(--knwBx-hgt);
	padding: var(--knwBx-pad) 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	background-color: #E9B300;
}
.knowBox .title {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(var(--knwBx-hgt) / 5);
	padding: 0 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	background-color: hsl(50, 91%, 53%);
	color: black;
}
.knowBox .title:hover {
	cursor: pointer;
	background-color: hsl(50, 86%, 48%);
}
.knowBox .title:not(:first-child)::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 25px;
	width: calc(100% - 50px);
	height: 1px;
	background-color: rgba(255,255,255,0.65);
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
	.section-fifty-fifty__column:nth-child(2) {
		margin-top: 60px;
	}
}