@charset "utf-8";
.fr-type-vimeo .fr-content {
    width: 90%!important;
    height: 80%!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
}
/* Parallax Section */
.parallax-section {
	position: relative;
	overflow: hidden;
	color: #fff;
	margin: 0 20px;
	padding: 56px 0;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	min-height: 439px;
}
.parallax-section .parallax {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background: #000;
}
.parallax-section .parallax img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.parallax-section > .container,
.parallax-section > .container-fluid {
  opacity: 0;
}
.parallax-section.ready > .container,
.parallax-section.ready > .container-fluid {
  opacity: 1;
  animation: fadeIn 1.2s both;
}
@media (max-width: 768px) {
	.parallax-section {
		margin: 0 10px
	}
}

.bnn {
	position: relative;
	overflow: hidden;
	display: block;
	transition: all .3s ease;
}
.bnn:hover,
.bnn:focus {
	opacity: .7;
}
/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
.gform_legacy_markup_wrapper {
	margin-top: 0!important;
}
label {
  display: block;
  text-align: left;
  color: #9A9A9A!important;
  font-size: 18px!important;
  font-style: normal!important;
  font-weight: 700!important;
  line-height: normal!important;
  margin: 0;
  margin-bottom: 3px;
  text-transform: unset;
}
input[type='text'], 
input[type='email'], 
input[type='tel'], 
input[type='url'], 
input[type='password'], 
input[type='number'], 
input[type='date'], 
textarea, 
select {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #D7D7D7;
  background: #fff;
  padding: 0 17px;
  color: #242424;
  font-size: 18px!important;
}
textarea {
  padding: 12px 17px;
  border-radius: 10px;
  min-height: 120px;
}

.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 800px;
  color: #fff;
  border: 1px solid #000;
  background: #000;
  backdrop-filter: blur(2px);
  padding: 15px 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input.button:focus, 
.gform_wrapper .gform_footer input[type=submit]:hover, 
.gform_wrapper .gform_footer input[type=submit]:focus, 
.gform_wrapper .gform_page_footer input.button:hover, 
.gform_wrapper .gform_page_footer input.button:focus, 
.gform_wrapper .gform_page_footer input[type=submit]:hover, 
.gform_wrapper .gform_page_footer input[type=submit]:focus {
  color: #000;
  background-color: transparent;
  border-color: #000;
  text-decoration: none;
}


/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 800px;
  color: #fff;
  border: 1px solid #000;
  background: #000;
  backdrop-filter: blur(2px);
  padding: 15px 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  letter-spacing: 0;
}
.btn-layout:hover,
.btn-layout:focus {
  color: #000;
  background-color: transparent;
  border-color: #000;
  text-decoration: none;
}
.btn-layout.white {
  color: #000;
  background-color: #fff;
  border: solid 1px #fff;
}
.btn-layout.white:hover,
.btn-layout.white:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
  text-decoration: none;
}
.btn-layout.hollow {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.btn-layout.hollow:hover,
.btn-layout.hollow:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
  text-decoration: none;
}
.btn-layout.white.hollow {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-layout.white.hollow:hover,
.btn-layout.white.hollow:focus {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  text-decoration: none;
}
.btn-layout.small {
  padding: 8px 15px;
}
.btn-layout .fa-light,
.btn-layout .fa-regular,
.btn-layout .fa-solid {
	font-size: .9em;
}

/*=========================================== NEWS GRID ========================================================*/
.news-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 35px;
}
.news-grid div.item {
  display: block;
  width: calc(33.3333% - 14px);
}
.news-grid div.item a {
	text-decoration: none;
}
.news-grid div.item a:hover,
.news-grid div.item a:focus {
	text-decoration: underline;
}
.news-grid .item .bnn {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 100%;
  background: #000;
  margin: 0 0 15px;
}
.news-grid .item .bnn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-grid .item .title {
	width: 100%;
	color: #000;
	font-family: Montserrat;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0;
}
@media (max-width: 991px) {
	.news-grid div.item {
	  width: calc(50% - 10px);
	}
	.news-grid div.item:last-child { display: none; }
}

/*=========================================== BOTTOM ========================================================*/
.bottom-section {
    margin: 75px 0;
}
.bottom-section .container {
  opacity: 0;
  max-width: 880px;
}
.bottom-section.ready .container {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.bottom-section a.item {
  display: block;
  position: relative;
  padding-bottom: 42.86%;
}
.bottom-section a.item img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*=========================================== SUBSCRIBE ========================================================*/
.subscribe-section {
  margin: 75px 20px 50px;
  padding: 50px 0;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
}
.subscribe-section .container {
  width: 100%;
  opacity: 0;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.subscribe-section.ready .container {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.subscribe-section .left {}
.subscribe-section .left h2 {
  color: #fff;
  font-size: 50px;
}
.subscribe-section .left p {}
.subscribe-section .left .btn-layout {}
.subscribe-section .right {
  border: solid 1px #fff;
  border-radius: 12px;
  padding: 10px;
  display: flex;
	gap: 42px;
  justify-content: space-between;
}
.subscribe-section .right h3 {
	color: #FFF;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0;
}
.subscribe-section .right h3 span {
	display: block;
	color: #FFF;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.subscribe-section .right .btn-layout {}

@media (max-width: 768px) {
	.subscribe-section {
		min-height: auto;
		margin: 10px;
		padding: 20px 10px;
	}
	.subscribe-section .container {
		gap: 40px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}
/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer {
  position: relative;
  margin: 50px 0 0;
  padding: 0 0 25px;
}
.footer .container,
.footer .container-fluid {
  opacity: 0;
  padding: 0 20px;
}
.footer.ready .container,
.footer.ready .container-fluid {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.footer .grid-ad {
	display: flex;
	justify-content: space-evenly;
	gap: 30px;
	margin: 0 0 50px;
}
.footer .grid-ad .bnn {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 42.5%;
}
.footer .grid-ad .bnn img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.footer .grid-nav {
	display: flex;
	justify-content: space-evenly;
	gap: 30px;
	margin: 0 0 50px;
}
@media (min-width: 767px) {
.footer .grid-nav > .item:not(:last-child) {
	border-right: solid 1px #D9D9D9;
}
}
.footer-menu {
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
}
.footer-menu:not(:last-child) {
	margin: 0 0 15px;
}
.footer-menu li {
  letter-spacing: 0;
  display: block;
  width: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  padding: 0!important;
  margin: 0!important;
}
.footer-menu li:last-child {
	float: right;
}
.footer-menu li a {
  position: relative;
  text-decoration: none!important;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
.footer-menu li a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: unset;
  right: 0;
  width: 0;
  height: 1px;
  margin-top: 2px;
  background-color: transparent;
  transition: all .3s ease;
}
.footer-menu li:hover a:after,
.footer-menu li:focus a:after{
 left: 0;
 right: unset;
 width: 100%;
 background-color: #000;
}
.footer p {
	text-align: center;
	margin: 0 0 10px;
}
.footer h2 {
	text-align: center;
	color: #505050;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 0 30px;
	display: flex;
	align-items: center;
	gap: 30px;
}
.footer h2:before,
.footer h2:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #D9D9D9;
}
.footer h3 {
	letter-spacing: 0;
	color: #000;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 15px;
}
.copy {
	color: #808080;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}


@media (max-width: 1400px) {}
@media (max-width: 1200px) {
	.footer .grid-nav {
		flex-wrap: wrap;
	}
	.footer .grid-nav > .item {
		width: calc(50% - 15px);
	}
}
@media screen and (max-width: 768px) {
	.footer .grid-ad {
		gap: 6px
	}
	.footer .grid-nav > .item {
		width: 100%;
	}
  h1, .h1-style {
    font-size: 34px;
  }
  h1 > span, .h1-style > span {
	  font-size: 16px;
  }
  h2 {
    font-size: 23px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 16px;
  }
  p, li, td, th, label {
    font-size: 17px;
    line-height: 1.5em;
    letter-spacing: 0;
  }
  .btn-layout {
    padding: 14px 17px;
    font-size: 14px;
  }
}
@media (max-width: 560px) {}