@charset "utf-8";
@import url("https://use.typekit.net/gjz8qfx.css");
:root{
  --green-deep:#002E29;
  --green:#9FBCA6;
  --peach:#E7A269;
  --ink:#1e1e1e;
  --bg:#fff;
  --radius-xl: 80px;
  --radius-lg:24px;
  --shadow-lg:0 18px 40px rgba(0,0,0,.18);
  --shadow-md:0 10px 24px rgba(0,0,0,.12);
}
.scroll > .container,
.scroll > .container-lg {
  opacity: 0;
}
.scroll.ready > .container,
.scroll.ready > .container-lg {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
/*===========================================================================================================*/
/*=========================================== GENERAL SETTINGS ==============================================*/
/*===========================================================================================================*/
body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	-webkit-font-smoothing: antialiased;
  font-family: "lust-didone", serif;
  font-family: "poppins", sans-serif;
	font-family: "montserrat", sans-serif;
	color: #777;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
}
b, strong {
	font-weight: bold;
}
strong.stronger {
  font-weight: 900;
}
* {
  margin: 0;
  box-sizing: border-box;
}
.text-center { text-align: center; }
.text-right { text-align: right; }
.break-word {
  -webkit-word-wrap: break-word;
  -moz-word-wrap: break-word;
  -ms-word-wrap: break-word;
  -o-word-wrap: break-word;
  word-wrap: break-word;
}
p {margin: 0 0 20px;}
.list-unstyled {
	list-style: none;
	padding: 0;
}
.list-unstyled li {
	display: block;
	margin: 0;
}
.list-inline {
	list-style: none;
	padding: 0;
}
.list-inline li {
	display: inline-block;
	margin: 0;
}
.list-inline li:not(:last-child) {margin-right: 20px;margin-bottom: 20px;}
ul, ol {
  margin: 0 0 20px;
}
ul *, ol * {
  vertical-align: top;
}
li {
	margin: 0 0 7px;
}
td, th {
	margin: 0 0 20px;
}
a {
  color: #4b9189;
  text-decoration: none;
}
a:hover, a:focus {
	color: #777;
}
a img {
  border: none;
}
img {
  max-width: 100%;
  height: auto;
}

h1, .h1-style {
	color: var(--secondary-color, #4B9189);
	font-family: "lust-didone", serif;
	font-size: 68px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.1em;
	text-transform: capitalize;
	margin: 0 0 50px;
}
h1 small, .h1-style small {
	display: block;
	color: #FFF;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 10px;
	text-transform: uppercase;
}
h2 {
	color: var(--secondary-color, #4B9189);
	font-family: "lust-didone", serif;
	font-size: 40px;
	font-style: italic;
	font-weight: 700;
	line-height: 100%; /* 68px */
	margin: 0 0 20px;
}
h2 small {
	display: block;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 6px;
	text-transform: uppercase;
	margin: 5px 0;
}
h3 {
	color: #231F20;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin: 0 0 20px;
}
h4 {
	color: #231F20;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin: 0 0 20px;
}

/*===========================================================================================================*/
/*=========================================== TOP ===========================================================*/
/*===========================================================================================================*/
.menu {
  display: block;
  position: relative;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  transition: all .4s ease;
  opacity: 0;
  background: linear-gradient(0deg, #1A313D 0%, #1A313D 100%), rgba(255, 255, 255, 0.78);
}
.menu.ready {
  opacity: 1;
  animation: fadeInDown .6s both;
}
.menu.actived {
  padding: 10px 20px;
  box-shadow: 0 0 12px rgb(0 0 0 / 8%);
}
.menu.behaved {
  background-color: transparent;
  overflow: hidden;
  box-shadow: none;
  box-shadow: none!important;
  margin: 0;
  position: absolute;
}
.menu > .container {
  position: relative;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
}
.menu.behaved > .container:after {
	display: none;
}
.menu.home > .container {
	align-items: start;
}
.menu.behaved > .container {
  position: static;
}
.menu.actived:before {
  top: -43px;
}
.menu.actived:behaved {
  top: -200px;
}
.menu .mobile-nav {}
.menu .mobile-nav ul {
	margin: 0 0;
}
.menu .mobile-nav ul li:not(:last-child) {
	margin-right: 23px;
}
.menu > div .navigation {
  display: block;
  background: none;
  color: #fff;
  background: #ff901e;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 1em;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  float: right;
  width: 53px;
  height: 50px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu > div .navigation:hover, .menu > div .navigation:focus {
  text-decoration: none;
}
.menu.actived > div .navigation {
 margin: 23px 0;
 margin-right: 36px;
}
.menu.behaved > div .navigation {
  color: #fff;
  margin: 0 0;
  margin-right: 0;
  top: 0;
  width: 53px;
}
.menu.behaved > div .navigation:hover {
	color: #fff;
}
.menu > div a.navigation > .txt {
	position: absolute;
	right: 100%;
	top: 2px;

	margin-right: 6px;
}
.menu > div a.navigation > .txt:before {
  content: 'Menu';
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
  position: relative;
  text-transform: capitalize;
  top: 11px;
  margin-right: 5px;
}
.menu.behaved > div a.navigation > .txt:before {content: 'Close';color: #fff;}
.menu > div a.navigation > .bar {
  position: absolute;
  left: 11px;
  width: 32px;
  height: 4px;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -moz-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -ms-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -o-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  transition: top .3s ease, transform .4s ease, opacity .3s ease;
}
.menu.actived > div a.navigation > .bar {
  
}
.menu.behaved > div a.navigation > .bar {
  background-color: #17875A
  width: 17px;
}
.menu > div a.navigation > span:first-child {
  top: 14px;
}
.menu > div a.navigation > span:nth-child(2) {
  top: 23px;
}

.menu > div a.navigation > span:nth-child(3) {
  top: 32px;
}
/*
.menu > div a.navigation:hover > span:first-child {
  top: -2px;
}
.menu > div a.navigation:hover > span:nth-child(3) {
  top: 18px;
}
*/
.menu > div a.navigation.behaved > span:first-child {
  top: 23px;
  transform: rotate(135deg);
}
.menu > div a.navigation.behaved > span:nth-child(2) {
  display: none;
}
.menu > div a.navigation.behaved > span:nth-child(3) {
  top: 23px;
  transform: rotate(-135deg);
}
.menu .logo-nav {
  position: relative;
  display: block;
  max-width: 102px;
  transition: all .3s ease;
}
.menu.behaved .logo-nav {
	max-width: 76px;
}
.menu .logo-nav img.mobile-nav {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.menu .logo-nav:hover { opacity: .9!important }

.menu .logo-nav img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu.actived .logo-nav {
}
.menu.behaved .logo-nav img {
 opacity: 1;
}
.menu.behaved .logo-nav .mobile-nav {
 opacity: 1;
}
.menu.behaved .social-nav {
  opacity: 0;
}
.menu > div {
  position: relative;
  padding: 10px 20px;
}
.menu.behaved > div {
  background-color: transparent;
  border-color: transparent;
}


.menu .collapse-menu > li > ul {
  /* display: none; */
  background: #4b9189;
  backdrop-filter: blur(2px);
  box-shadow: 0px 6px 10px 0px rgba(6, 28, 24, 0.15), 0px 3px 3px -5px rgba(6, 28, 24, 0.20);
  position: absolute;
  top: 100%;
  left: -8px;
  right: unset;
  z-index: 5;
  padding: 0;
  width: 250px;
  margin-top: 0!important;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all .3s ease;
  display: block;
  border-radius: 8px;
}
.menu .collapse-menu > li > ul:focus-within,
.menu .collapse-menu > li:hover > ul {
	padding: 7px 0;
	opacity: 1;
	margin-top: 0!important;
	height: auto;
	/* display: block!important; */
}
.menu .collapse-menu > li > ul > li {
  display: block;
  padding: 0;
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  text-align: left;
  text-transform: capitalize;
  margin: 0 0!important;
}
.menu .collapse-menu > li > ul > li:hover {
	background-color: #46877f;
}
.menu .collapse-menu > li > ul > li a {
  display: block;
  position: relative;
  color: #fff!important;
  text-shadow: none;
  padding: 10px 18px!important;
  border-bottom: solid 0px transparent;
}
.menu .collapse-menu > li > ul > li a:hover {
  color: #fff;
}
.menu .collapse-menu > li > ul > li a:focus {
  color: #fff;
  text-decoration: none;
}
.menu .collapse-menu > li > ul > li.current-menu-item a {
  color: #fff;
}
.menu .collapse-menu > li > ul > li a:before,
.menu .collapse-menu > li > ul > li a:after {
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  position: relative;
  top: 7px;
  transition: all .3s ease;
  opacity: 0;
  font-size: .6em;
}
.menu .collapse-menu > li > ul > li a:before {
  left: 0;
  position: absolute;
  top: 16px;
}
.menu .collapse-menu > li > ul > li.current-menu-item a:before {
  opacity: 1;
  left: 9px;
}
.menu .collapse-menu > li > ul > li a:after {
  margin-left: 0;
  background: none;
  background: none!important;
}
.menu .collapse-menu > li > ul > li:not(.current-menu-item) a:not(:focus):hover:after {
  opacity: 1;
  margin-left: 4px;
  background: none;
}
.menu .collapse-menu {
	width: 100%;
	margin: 0;
	gap: 0;
	display: flex;
	justify-content: end;
}
.menu .collapse-menu:not(.btns-nav) {
	padding: 0;
}
.menu .collapse-menu li {
	position: relative;
	color: #FFF;
	margin: 0;
}
.menu .collapse-menu li:not(:last-child) {margin-right: 5px;}
.menu .collapse-menu li .fal {
	margin-top: 7px;
	margin-left: 4px;
	font-size: .6em;
}
.menu .collapse-menu:not(.btns-nav) li a {
	display: inline-block;
	position: relative;
	color: #fff;
	padding: 10px;
}
.menu .collapse-menu li.current-menu-item > a,
.menu .collapse-menu li.current-page-ancestor > a {
	color: #fff;
	background: none;
}
.menu .collapse-menu li strong {
	margin-right: 5px
}
.menu .collapse-menu li:hover a,
.menu .collapse-menu li:focus a,
.menu .collapse-menu li a:hover,
.menu .collapse-menu li a:focus {
	color: #fff;
	text-decoration: none;
}
.menu .collapse-menu  li a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: unset;
  right: 0;
  width: 0;
  height: 2px;
  background-color: transparent;
  transition: all .3s ease;
}
.menu .collapse-menu  li.current-menu-item > a:after,
.menu .collapse-menu  li.current-page-ancestor > a:after,
.menu .collapse-menu  li:hover a:after,
.menu .collapse-menu  li:focus a:after{
 left: 0;
 right: unset;
 width: 100%;
 background-color: #fff;
}

.menu .collapse-menu.btns-nav > li {
	font-family: "poppins", sans-serif;
	font-weight: 400;
	margin: 0;
}
.menu .collapse-menu.btns-nav > li:not(:last-child) {margin-right: 5px;}
.menu .collapse-menu.btns-nav > li > a {
	color: #4B9189;
	transition: all .3s ease;
	display: block;
	line-height: 1.2em;
	padding: 10px;
}
.menu .collapse-menu.btns-nav > li.current-menu-item > a,
.menu .collapse-menu.btns-nav > li.current-page-ancestor > a {
	color: #fff;
}
.menu .collapse-menu.btns-nav > li:hover > a,
.menu .collapse-menu.btns-nav > li:focus > a,
.menu .collapse-menu.btns-nav > li > a:hover,
.menu .collapse-menu.btns-nav > li > a:focus {
	color: #fff;
}

.navigation-overlay {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  right: -105px;
  bottom: 0;
  width: 100%;
  padding: 152px 20px 50px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: right .6s ease;
  border: none;
  background: linear-gradient(0deg, #1A313D 0%, #1A313D 100%), rgba(255, 255, 255, 0.78);
}
.navigation-overlay.behaved {
  right: 0;
}

.navigation-overlay > ul {
  opacity: 0;
  margin: 0;
  padding: 0;
}
.navigation-overlay.behaved > ul {
  opacity: 1;
}
.navigation-overlay > ul > li {margin-bottom: 18px!important;}
.navigation-overlay > ul > li > a {
	background: none;
	color: #EBF5EE;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
}
.navigation-overlay > ul > li > a span {
	border-bottom: solid 2px transparent;
}
.navigation-overlay > ul > li > a:hover {
	color: #EBF5EE;
}
.navigation-overlay > ul > li > a:focus {
  color: #EBF5EE;
  text-decoration: none;
}
.navigation-overlay > ul > li > a:focus span {
  border-color: #EBF5EE;
}
.navigation-overlay > ul > li > a i {
	/* float: right; */
}
.navigation-overlay > ul > li.current-menu-item > a,
.navigation-overlay > ul > li.current-menu-ancestor > a {
  text-decoration: none;
  color: #EBF5EE;
}
.navigation-overlay > ul > li.current-menu-item > a > span,
.navigation-overlay > ul > li.current-menu-ancestor > a > span {
	color: #ff901e;
	border-color: transparent
}
.navigation-overlay > ul > li ul {
  display: block;
  border-left: solid 2px #ff901e;
  padding-left: 23px;
  margin-left: 17px;
  margin-top: 12px;
  margin-bottom: 10px;
}


.navigation-overlay > ul > li > ul li {margin-bottom: 11px!important;}
.navigation-overlay > ul > li > ul li a {
  text-transform: capitalize;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  color: #fff;
  background: none;
}
.navigation-overlay > ul > li > ul li a span {
	border-bottom: solid 2px transparent;
}
.navigation-overlay > ul > li > ul li a:hover {
  text-decoration: none;
  color: #fff;
}
.navigation-overlay > ul > li > ul li a:focus {
  text-decoration: none;
  color: #fff;
}
.navigation-overlay > ul > li > ul li a:focus span {
	border-color: #fff;
}
.navigation-overlay > ul > li.current-menu-ancestor > ul li.current-menu-item a {
  text-decoration: none;
  color: #fff;
}
.navigation-overlay > ul > li.current-menu-ancestor > ul li.current-menu-item a span {
	border-color: transparent;
}
.navigation-overlay > ul > li.current-menu-ancestor > ul li.current-menu-item a:before {
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  position: relative;
  top: 9px;
  margin-right: 5px;
  font-size: .6em;
}
.navigation-overlay > ul > li > a .fal  {
	display: none
}


body.behaved {
  overflow: hidden;
}
body.actived {
  overflow: hidden;
}
.page {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  /*============== TOP ================*/
  .menu .navigation,
  .menu .mobile-nav,
  .navigation-overlay {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
	.menu > .container:after {
		width: calc(100% - 40px);
	}
	.menu > .container {
		padding: 20px 20px;
		align-items: center;
		gap: 20px;
	}
	.menu.home > .container {
		padding: 30px 50px;
	}
  .menu .desktop-navs { display: none }
  h1 > span, .h1-style > span { font-size: 16px }
  /*============== TOP ================*/
  body.actived {
    overflow: auto !important;
  }
  .menu {top: 0;padding: 0;}
  .menu.actived {
    background: #fff;
    padding: 5px 2vw;
}
  .menu.behaved,
  .menu.behaved:before {
    background-image: none;
    border: transparent;
    background: transparent;
  }
  .menu.behaved:after {
	background-color: transparent;
  }
  .menu > div .navigation {
  }
  .menu.actived > div .navigation {
    margin: 0;
    margin-right: 0px;
  }
  .menu .services-menu,
  .menu .bottom {
    display: none;
  }
  .menu .logo-nav {
  max-width: 76px;
  }
  .menu.actived .logo-nav {
  top: 4px;
  font-size: 49px;
  max-width: 105px;
  }
}
@media screen and (max-width: 650px) {
  .menu.home > .container {
		padding: 30px 20px;
	}

  /*============== TOP NAV ================*/
  /*.menu div > a > .txt {
    display: none;
  }*/
  .menu.behaved > div .navigation {
  	/* width: 24px; */
  	padding: 0;
  	margin-right: 0;
  }
  .navigation-overlay > ul > li > a {
  }
  .navigation-overlay > ul > li > ul > li a {
  }
  .menu .donate {
    top: 7px
  }
  .menu.actived .donate {
    top: 1px
  }
}
@media (max-width: 370px) {
	.menu .mobile-nav ul li:not(:last-child) {
		margin-right: 5px;
	}
}

/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4em; /* 187.5% */
  border-radius: 300px;
  color: #fff;
  border: 1px solid #E98F2F;
  background: #E98F2F;
  backdrop-filter: blur(2px);
  padding: 15px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-layout:hover,
.btn-layout:focus {
  color: #E98F2F;
  background-color: transparent;
  border-color: #E98F2F;
  text-decoration: none;
}
.btn-layout.white {
  color: #E98F2F;
  background-color: #fff;
  border: solid 1px #fff;
}
.btn-layout.white:hover,
.btn-layout.white:focus {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  text-decoration: none;
}
.btn-layout.hollow {
  color: #E98F2F;
  background-color: transparent;
  border-color: #E98F2F;
}
.btn-layout.hollow:hover,
.btn-layout.hollow:focus {
  color: #fff;
  background-color: #E98F2F;
  border-color: #E98F2F;
  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: #E98F2F;
  background-color: #fff;
  border-color: #fff;
  text-decoration: none;
}
.btn-layout.small {
  padding: 8px 15px;
}

.link-arrow {
	display: inline-block;
	position: relative;
	color: #E98F2F;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 30px */
	text-decoration: none!important;
	font-family: "indivisible", sans-serif;
}
.link-arrow:not(.reverse):after {
	content: '\f061';
	font-size: 0.8em;
	font-family: "Font Awesome 6 Pro";
	margin-left: 7px;
	transition: all .3s ease;
}
.link-arrow:not(.reverse):hover:after {
	margin-left: 14px;
}
.link-arrow.reverse:before {
	content: '\f060';
	font-size: 0.8em;
	font-family: "Font Awesome 6 Pro";
	margin-right: 7px;
	transition: all .3s ease;
}
.link-arrow.reverse:hover:before {
	margin-right: 14px;
}

/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
.gform_wrapper.gravity-theme .gf_progressbar_blues {
	border-radius: 0;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blues {
    background: linear-gradient(270deg, #77a046 0, #9CD25B 100%);
    color: #fff;
	border-radius: 0;
}
.section-white .gform_wrapper {
	max-width: 922px;
	margin: auto;
}
.section-white .gform_wrapper form {
}
.gform_legacy_markup_wrapper {
	margin-top: 0!important;
}
label {
  display: block;
  text-align: left;
  color: #000!important;
  font-size: 20px!important;
  font-style: normal!important;
  font-weight: 600!important;
  line-height: normal!important;
  margin: 0;
  margin-bottom: 0;
  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 {
  font-family: "montserrat", sans-serif;
  width: 100%;
  height: 56px;
  border-radius: 0;
  padding: 0 17px;
  color: var(--gray, #676767);
  font-size: 18px!important;
  background: #FFF;
  border-radius: 4px;
  border: 1px solid var(--5-color, #1A313D);
}
textarea {
  padding: 12px 17px;
  min-height: 170px;
}
.gform_wrapper .gform_footer input.button:after, 
.gform_wrapper .gform_footer input[type=submit]:after,
.gform_wrapper .gform_page_footer input.button:after, 
.gform_wrapper .gform_page_footer input[type=submit]:after {
	content: '';
	background: url(../img/arrow-right.svg);
	width: 34px;
	height: 21px;
}
.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] {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  font-size: 16px!important;
  font-style: normal;
  font-weight: 600!important;
  line-height: normal;
  border-radius: 800px;
  color: #f9f9f9;
  border: 1px solid var(--main, #2C3E50);
  background: var(--main, #2C3E50);
  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[type=submit]:hover, 
.gform_wrapper .gform_page_footer input.button:hover, 
.gform_wrapper .gform_page_footer input[type=submit]:hover {
  color: var(--main, #2C3E50);
  background-color: transparent;
  border-color: var(--main, #2C3E50);
  text-decoration: none;
}
.gform_wrapper .gform_footer input.button:active, 
.gform_wrapper .gform_footer input.button:focus, 
.gform_wrapper .gform_footer input[type=submit]:active, 
.gform_wrapper .gform_footer input[type=submit]:focus, 
.gform_wrapper .gform_page_footer input.button:active, 
.gform_wrapper .gform_page_footer input.button:focus, 
.gform_wrapper .gform_page_footer input[type=submit]:active, 
.gform_wrapper .gform_page_footer input[type=submit]:focus {
	transform: scale(.9);
}

/*===========================================================================================================*/
/*=========================================== INTERIOR ======================================================*/
/*===========================================================================================================*/
.section-white {
  padding: 50px 0;
}
.section-white.grey {
  background: #F9F9F9;
}
.section-white > .container,
.section-white > .container-fluid {
  opacity: 0;
}
.section-white > .container,
.section-white > .container-fluid {
  opacity: 1;
  animation: fadeIn 1.2s both;
}

/* Container */
.container,
.container-lg {
	position: relative;
	margin: 0 auto;
	max-width: 1920px;
	padding: 0 20px;
}
.container {
	width: 100%;
	max-width: 1248px;
	gap: 0;
}
.container.container-1 {
	max-width: 1038px;
}
.container.container-2 {
	max-width: 934px;
}
@media (min-width: 1920px) {
	.container {
	    max-width: 1440px;
	}
}

/* Columns Even */
.columns-even.image-side img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.columns-even {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
@media (min-width: 769px) { 
  .columns-even {
    flex-direction: row;
    justify-content: space-evenly;
  }
  .columns-even .col { 
    width: 100% 
  }
  .columns-even.x3 {
	flex-wrap: wrap;
  }
  .columns-even.x3 .col {
	width: calc(33.3333% - 20px);
  }
  .columns-even.image-side {
	  align-items: center;
  }
  .columns-even.image-side .col {
	  height: 100%;
  }
}
@media (max-width: 768px) {
	.columns-even.reverse {
	    display: flex;
		flex-direction: column-reverse;
	}
	.columns-even img {
		margin: 0 0 30px;
	}
}

/* Parallax Section */
.parallax-section {
	position: relative;
	overflow: hidden;
	padding: 150px 0;
	color: #fff;
}
.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;
	opacity: .6;
}
.parallax-section h2,
.parallax-section h3,
.parallax-section h4,
.parallax-section h5 { color: #fff }
.parallax-section > .container,
.parallax-section > .container-lg {
  position: relative;
  opacity: 0;
}
.parallax-section.ready > .container,
.parallax-section.ready > .container-lg {
  opacity: 1;
  animation: fadeIn 1.2s both;
}

/* Slider fade */
.slider {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: -100px;
}
.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
.slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slide.active {
	opacity: 1;
	z-index: 1;
}
@media (max-width: 768px) {
	.slider {
		margin-top: -10vw;
	}
}

/*===========================================================================================================*/
/*=========================================== SECTIONS ======================================================*/
/*===========================================================================================================*/

/*=========================================== TOP BANNER ==============================================*/
.scroll{will-change:transform,opacity}

/* Buttons */
.btn{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;line-height:1;
  border-radius:999px;padding:13px 20px;text-decoration:none;user-select:none}
.btn.pill.primary{background:var(--peach);color:#fff;box-shadow:var(--shadow-md)}
.btn.pill.light{background:#fff;color:var(--ink);box-shadow:var(--shadow-md)}
.btn.ghost{border:1px solid rgba(255,255,255,.8);color:#fff;background:transparent;padding:10px 14px}
.btn.small{font-size:.9rem;padding:10px 14px}
.btn.sm{font-size:.92rem;padding:10px 16px}
.btn-row{display:flex;flex-wrap:wrap;justify-content: center;gap: 20px;margin: 0 0 20px;}

/* HERO */
.hero-4lnj{border-bottom-right-radius:var(--radius-xl);overflow: hidden;height: 400px;padding-bottom: 50px;display: flex;flex-wrap: wrap;align-content: end;}
.hero-4lnj:before {content: '';position: absolute;z-index: 2;left: 0;top: 0;right: 0;height: 100%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 59.75%, rgba(0, 0, 0, 0.68) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 59.75%, rgba(0, 0, 0, 0.68) 100%);}
.hero-4lnj .hero-media{
  position: absolute;
  overflow:hidden;
  height: 100%;
  width: 100%;
  }
.hero-4lnj .hero-media img{width:100%;height: 100%;min-height:520px;object-fit:cover;display:block}
.hero-4lnj .hero-media:after{content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.15) 0%, rgba(0,0,0,.45) 55%, rgba(0,0,0,.55) 100%)}
.hero-4lnj .hero-content{position:relative;z-index: 2;color:#fff;text-align:left;display: flex;justify-content: space-between;align-items: center;}
.hero-title{color: #fff;font-family: 'montserrat';font-weight: 700;font-size: 47px;line-height: 1em;margin: 0 0 20px;}
.hero-title em{font-family: "lust-didone", serif;font-size: 60px;font-style:italic;text-transform: capitalize;}
.hero-lede{max-width: 666px;margin:0 0 18px}

@media (max-width: 768px) {
	.hero-4lnj {
		padding-bottom: 10px;
	}
	.hero-4lnj .hero-content{
		display: block;
		text-align: center;
	}
}

/* CONTATO */
.contact-4lnj {
  text-align: center;
  margin: 80px 0;
}
.contact-4lnj .h1-style {font-size: 60px; margin: 0 0 70px}
.contact-4lnj .contact-form{
    max-width: 657px;
    margin: auto;
}
.contact-form .row.two{display:grid;grid-template-columns:1fr 1fr;gap: 20px;}
.field{display:flex;flex-direction:column;gap:8px;margin: 0 0 20px;}
.field > span{
    font-size: 16px;
    display: none;
}
.contact-4lnj .btn-layout{margin-top:10px}
@media (max-width: 560px){
  .hero-4lnj {
	  height: auto;
	  min-height: 250px;
	  border-bottom-right-radius: 30px;
	 }
	.contact-4lnj .h1-style {font-size: 40px; margin: 0 0 30px}
  .contact-form .row.two{grid-template-columns:1fr;gap: 0;}
}

/* page center */
.page-center {
  position: relative;
}
.page-center:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .01;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 23.08%), url(../img/4lnj/bnn-waves.jpg) lightgray 50% / cover;
}

/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer {
  padding: 40px 0;
  border-radius: 15px;
  backdrop-filter: blur(10.100000381469727px);
  background: url(../img/4lnj/bnn-footer.png) no-repeat right 100% #F5F5F5;
  font-size: 16px;
  margin: 20px;
  text-align: center
}
.footer .container {
  opacity: 0;
  max-width: 1050px;
}
.footer.ready .container {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.footer .navigations {
	margin: 30px 0;
}
@media (min-width: 650px) {
	
}
.footer .navigations ul li.disabled {display: none}
.footer .navigations ul {
    margin: 0 0 20px;
}
.footer .navigations ul li:not(:last-child) {
	margin-right: 25px;
}
.footer .navigations ul li {
	font-size: 16px;
	line-height: 1em;
	margin: 0;
}
.footer .navigations ul li a {
	position: relative;
	display: block;
	color: #e98f2f;
	text-decoration: none;
	padding: 0 0 5px;
}
.footer .navigations ul li a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: unset;
  right: 0;
  width: 0;
  height: 2px;
  background-color: transparent;
  transition: all .3s ease;
}
.footer .navigations ul li a:hover:after,
.footer .navigations ul li a:focus:after {
 left: 0;
 right: unset;
 width: 100%;
 background-color: #e98f2f
}
.footer .copyright {
    color: #717171;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

@media (max-width: 1400px) {}
@media (max-width: 768px) {
	.footer .navigations ul:first-child li:not(:last-child) {
		margin-right: 10px;
	}
	.footer .navigations ul:last-child li {
		display: block;
		margin: 0 0 20px;
	}
	h1, .h1-style, .hero-title em {
		font-size: 36px;
	}
	h2 {
	    font-size: 28px;
	}
	h3 {
    font-size: 22px;
}
	h4 {}
	p, li, td, th, label {
	    font-size: 16px;
	    line-height: 1.4em;
	}
	.btn-layout {
	    font-size: 14px;
	    padding: 11px 25px;
	}
}
@media (max-width: 649px) {
	.footer .fa-ul {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.footer .footer-bottom .copyright {
		display: block;
		margin-top: 40px;
	}
}
@media (max-width: 560px) {}

/*===========================================================================================================*/
/*=========================================== KEY FRAMES ====================================================*/
/*===========================================================================================================*/
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-20%);
		-webkit-transform: translateY(-20%);
		-moz-webkit-transform: translateY(-20%);
		-o-webkit-transform: translateY(-20%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20%);
		-webkit-transform: translateY(20%);
		-moz-webkit-transform: translateY(20%);
		-o-webkit-transform: translateY(20%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-20%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
		-webk9t-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(20%);
		-webkit-transform: translateX(20%);
		-moz-transform: translateX(20%);
		-o-transform: translateX(20%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
		-webk9t-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
	}
}