@charset "utf-8";
/*===========================================================================================================*/
/*=========================================== GENERAL SETTINGS ==============================================*/
/*===========================================================================================================*/
/*--Primary-Green: #2A5236;
--Primary-Green---Dark: #193020;
--Primary-Green---Light: #448557;
--Primary-Blue: #B0DFDB;
--Primary-Blue---Dark: #7AC9C2;
--Primary-Blue---Light: #E6F5F4;
--Parrot-Green: #1B9E69;
--Parrot-Green---Dark: #105D3E;
--Parrot-Green---Light: #2BDB94;
--Chartreuse: #C3DB6C;
--Chartreuse---Dark: #A8C931;
--Chartreuse---Light: #DCEAA9;
--Cadmium-Orange: #F5835B;
--Cadmium-Orange---Dark: #E65A29;
--Cadmium-Orange---Light: #F9BAA3;
--Cobalt-Blue: #567EBF;
--Cobalt-Blue---Dark: #375991;
--Cobalt-Blue---Light: #8DA8D4;
--White: #FFF;
--Black: #231F20;
--Dark-Grey: #656262;
--Light-Grey: #D3D2D2;*/

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1416px;
    }
}

body {
  margin: 0;
  padding: 0;
  background: #F5E9E5;
  -webkit-font-smoothing: antialiased;
  color: var(--Black, #231F20);
  font-family: "loretta", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
  font-variant-numeric: lining-nums proportional-nums;
}
.lektorat {
	font-family: "lektorat-text-variable", sans-serif;
	font-variation-settings: "wght" 400;
}
.lektorat-display {
	font-family: "lektorat-display-variable", sans-serif;
	font-variation-settings: "wdth" 62, "wght" 200;
}
b, strong {
	font-weight: bold;
}
strong.stronger {
  font-weight: 900;
}
* {
  margin: 0;
}
.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;
}
.list-unstyled {
	list-style: none;
}
.list-unstyled li {
	display: block;
	margin: 0!important;
}
ul, ol {
  margin: 0 0 0;
}
ul *, ol * {
  vertical-align: top;
}
li {
    margin: 0 0 10px;
}
td, th {}
a {
  color: var(--Parrot-Green, #1B9E69);
  text-decoration: none;
}
a:hover, a:focus {
  color: var(--Parrot-Green---Dark, #105D3E);
  color: var(--Cadmium-Orange---Dark, #E65A29);
  text-decoration: none;
}
a img {
  border: none;
}
img {
  max-width: 100%;
  width: auto;
}
h1, .h1-style {
	color: var(--Black, var(--Black, #231F20));
	font-family: "lektorat-display-variable";
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 0 0 15px;
	margin: 0 0 60px;
	border-bottom: 1px solid var(--Light-Grey, #D3D2D2);
}
h2 {
	color: var(--Black, #231F20);
	font-variant-numeric: lining-nums proportional-nums;
	/* H2 - Page Content */
	font-family: "lektorat-text-variable", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.64px;
	margin: 0 0 6px;
}
h3 {
	color: var(--Black, #231F20);
	font-variant-numeric: lining-nums proportional-nums;
	font-family: "lektorat-text-variable", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 28.8px */
	letter-spacing: -0.48px;
	margin: 25px 0 6px;
}
h4 {
	color: var(--Black, #231F20);
	font-variant-numeric: lining-nums proportional-nums;
	font-family: "lektorat-text-variable", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 28.8px */
	letter-spacing: 0;
	margin: 25px 0 6px;
}
h5 {}
h6 {}
.breadcrumb {
	display: flex;
	gap: 15px;
	color: var(--Parrot-Green, #1B9E69);
	font-family: "lektorat-text-variable", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.4px;
}
.breadcrumb:before {
	content: '\f104';
	font-family: 'Font Awesome 6 Pro';
	transition: all .3s ease;
	opacity: 1;
	font-size: .8em;
}
.video-container iframe {
	border-radius: 15px;
	overflow: hidden;
}
/*===========================================================================================================*/
/*=========================================== TOP ===========================================================*/
/*===========================================================================================================*/
.menu {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 15px;
  transition: all .4s ease;
  opacity: 0;
  background: transparent;
}
.menu.ready {
  opacity: 1;
  animation: fadeInDown .6s both;
}
.menu.behaved {
  background-color: transparent;
  height: 60px;
  overflow: hidden;
  box-shadow: none;
  padding-right: 0;
  box-shadow: none!important;
}
.menu > .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.menu.behaved > .container {
  position: static;
}
.customize-support .menu {
  top: 32px;
}
.menu > div .navigation {
  display: block;
  background: none;
  color: #061C18;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 1em;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  margin: 10px 0;
  float: right;
  width: 24px;
  margin-right: 38px;
  -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.behaved > div .navigation {
  color: #1B9E69;
  margin: 0;
  margin-right: 0;
  top: 0;
  width: 24px;
}
.menu.behaved > div .navigation:hover {
	color: #1B9E69;
}
.menu > div a.navigation > .txt {
	position: absolute;
	right: 100%;
	top: 2px;

	margin-right: 6px;
}
.menu > div a.navigation > .txt:before {
	content: 'Menu';
	color: var(--mssf-Text, #061C18);
	text-align: center;
	font-family: "work-sans", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	top: -2px;
}
.menu.behaved > div a.navigation > .txt:before {color: #061C18;}
.menu > div a.navigation > .bar {
  position: absolute;
  left: 0;
  width: 24px;
  height: 3px;
  border-radius: 32px;
  background-color: #1B9E69;
  -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.behaved > div a.navigation > .bar {
  background-color: #1B9E69;
  width: 17px;
}
.menu > div a.navigation > span:first-child {
  top: 0px;
}
.menu > div a.navigation > span:nth-child(2) {
  top: 8px;
}

.menu > div a.navigation > span:nth-child(3) {
  top: 16px;
}
.menu > div a.navigation.behaved > span:first-child {
  top: 9px;
  transform: rotate(135deg);
}
.menu > div a.navigation.behaved > span:nth-child(2) {
  display: none;
}
.menu > div a.navigation.behaved > span:nth-child(3) {
  top: 9px;
  transform: rotate(-135deg);
}
.menu .logo-nav {
  background-color: transparent!important;
  display: block;
  transition: all .3s ease;
  margin: 15px 0;
}
.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 {
  max-width: 90px;
}
.menu.behaved .logo-nav {
 /* opacity: 0; */
 top: -50%;
}
.menu.behaved .social-nav {
  opacity: 0;
}

.menu div > ul > li > ul {
  /* display: none; */
  position: absolute;
  top: 100%;
  left: 0;
  right: unset;
  z-index: 5;
  padding: 0;
  width: 477px;
  margin-top: 0!important;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all .3s ease;
}
.menu div > ul > li:nth-child(2) > ul {
  width: 310px;
}
.menu div > ul > li:nth-child(3) > ul {
  width: 277px;
}
.menu div > ul > li > ul:before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 49px;
  top: 4px;
  width: 67px;
  height: 16px;
  background-image: url(../img/nav-nuck.png);
}
.menu div > ul > li > ul:after {
  /* content: ''; */
  position: absolute;
  z-index: 0;
  left: 47px;
  top: 0px;
  width: 28px;
  height: 15px;
  background: #fff;
}
.menu div > ul > li > ul:focus-within,
.menu div > ul > li:hover > ul {
	padding-top: 20px;
	opacity: 1;
	margin-top: 0!important;
	height: auto;
	overflow: visible;
	border-radius: 30px;
}
.menu div > ul > li > ul > li {
  color: var(--Primary-Green, #2A5236);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  margin: 0 0 0!important;
  padding: 0;
  background: var(--White, #FFF);
  overflow: hidden;
  box-shadow: 0px 3px 3px rgba(35, 31, 32, 0.25);
}
.menu div > ul > li > ul > li:first-child {
  border-radius: 30px 30px 0 0;
  box-shadow: 0px 0 3px rgba(35, 31, 32, 0.25);
}
.menu div > ul > li > ul > li:last-child {
  border-radius: 0 0 30px 30px;
}
.menu div > ul > li > ul > li:first-child:is(:last-child) {
	border-radius: 30px 30px;
}
.menu div > ul > li > ul > li:not(:last-child) {
  margin-bottom: 3px;
}
.menu div > ul > li > ul > li a {
  position: relative;
  color: var(--Primary-Green, #2A5236);
  display: block;
  text-shadow: none;
  padding: 15px 30px;
}
.menu div > ul > li > ul > li:first-child > a {
  padding-top: 30px;
}
.menu div > ul > li > ul > li:last-child > a {
  padding-bottom: 30px;
}
.menu div > ul > li > ul > li a:hover {
  color: var(--Cadmium-Orange---Dark, #E65A29);
}
.menu div > ul > li > ul > li a:focus {
  color: var(--Primary-Green, #2A5236);
  text-decoration: none;
}
.menu div > ul > li > ul > li.current-menu-item a,
.menu div > ul > li > ul > li.current-school-ancestor a {
  display: block;
  position: relative;
  z-index: 2;
  color: var(--Black, #231F20);
  background: var(--Primary-Blue---Light, #E6F5F4);
}
.menu div > ul > li > ul > li a span {
	display: inline-block;
	position: relative;
}
.menu div > ul > li > ul > li a span:before,
.menu div > ul > li > ul > li a span:after {
  content: '\f30b';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease;
  opacity: 0;
  font-size: .8em;
}
.menu div > ul > li > ul > li a span:before {
  left: -10px;
}
.menu div > ul > li > ul > li a span:after {
  position: static;
}
.menu div > ul > li > ul > li:not(.current-menu-item) a:hover span:after {
  opacity: 1;
  margin-left: 7px;
}

.menu > div {
  position: relative;
}
.menu.behaved > div {
  background-color: transparent;
  border-color: transparent;
}
.menu .desktop-nav {
	display: flex;
	flex-direction: column;
	align-items: end;
}
.menu .desktop-nav > .btn-layout {
	position: absolute;
	right: 31px;
	top: 50%;
	transform: translateY(-50%);
}
.menu div > ul  {
	border-radius: 15px;
	position: relative;
	background: var(--White, #FFF);
	text-align: right;
	width: 100%;
	transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
}
.menu div > ul > li {
	font-family: "lektorat-display-variable", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0!important;
}
.menu div > ul > li:not(:last-child) {
  margin-right: 15px;
}
.menu div > ul.collapse-menu > li:not(:last-child) {
  margin-right: 0;
}

.menu div > ul > li.dad {
  position: relative;
}
.menu div > ul > li a .fal {
 font-size: .6em;
 font-weight: 900;
 line-height: 1em;
 margin-top: 8px;
 transition: all .3s ease
}
.menu div > ul > li:hover a .fal {
  transform: rotate(-180deg);
}
.menu div > ul > li a {
  display: block;
  font-size: 1em;
  color: var(--Primary-Green, var(--Primary-Green, #2A5236));
  position: relative;
  text-decoration: none;
  padding: 15px 30px;
  transition: all 250ms linear;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  background: none;
}
.menu div > ul > li:first-child > a {
	border-radius: 15px 0 0 15px;
}
.menu div > ul > li:last-child > a {
	border-radius: 0 15px 15px 0;
}
.menu div > ul > li.current-menu-item > a,
.menu div > ul > li.current-page-ancestor > a {
	background: none;
	font-weight: 700;
	color: var(--Primary-Green, var(--Primary-Green, #2A5236));
	background: var(--Primary-Blue---Light, #E6F5F4);
}
.menu div > ul > li:hover > a,
.menu div > ul > li:focus a {
  color: var(--Cadmium-Orange---Dark, #E65A29);
}
.menu div > ul > li > a:focus > span {
  color: var(--Cadmium-Orange---Dark, #E65A29);
}

.menu div > ul.top {
	display: inline-block;
	width: auto;
	margin-right: 30px
}
.menu div > ul.top > li:first-child > a {
	border-radius: 15px 0 0 0; 
}
.menu div > ul.top > li:last-child > a {
	font-size: inherit;
	border-radius: 0 15px 0 0;
}
.menu div > ul.top li { 
	margin: 0 -2px!important; 
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.menu div > ul.top li a{
	border-radius: 0;
	color: var(--Black, var(--Black, #231F20));
	background: linear-gradient(180deg, #DCEAA9 0%, #A8C931 100%);
}
.menu div > ul.top li a:hover,
.menu div > ul.top li a:focus {
	color: var(--Black, var(--Black, #231F20));
	background: linear-gradient(180deg, #F9BAA3 0%, #E65A29 100%);
}
.menu div > ul.top li a:focus span {
	color: var(--Black, var(--Black, #231F20));
}
.menu div > ul.top li.current-menu-item > a,
.menu div > ul.top li.current-page-ancestor > a {
	color: #fff!important;
	background: linear-gradient(180deg, #448557 0%, #193020 100%)!important;
}

.navigation-overlay {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  right: -105px;
  bottom: 0;
  width: 100%;
  padding: 90px 0 35px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: right .6s ease;
  border-left: 1px solid var(--Primary-Green, #2A5236);
  background: var(--Primary-Blue---Light, #E6F5F4);
  box-shadow: 0px 0px 6px 0px rgba(6, 28, 24, 0.50);
}
.navigation-overlay.behaved {
  right: 0;
}

.navigation-overlay .container > ul {
  opacity: 0;
  margin: 0;
  padding: 0;
}
.navigation-overlay.behaved .container > ul {
  opacity: 1;
}
.navigation-overlay .container > ul > li {margin-bottom: 18px!important;}
.navigation-overlay .container > ul > li > a {
	color: var(--Parrot-Green, #1B9E69);
	font-family: "lektorat-display-variable", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%; /* 24.2px */
}
.navigation-overlay .container > ul > li > a span {
	border-bottom: solid 2px transparent;
}
.navigation-overlay .container > ul > li > a:hover {
	color: var(--Parrot-Green, #1B9E69);
}
.navigation-overlay .container > ul > li > a:focus {
  color: var(--Parrot-Green, #1B9E69);
  text-decoration: none;
}
.navigation-overlay .container > ul > li > a:focus span {
  color: var(--Parrot-Green, #1B9E69);
}
.navigation-overlay .container > ul > li > a i {
	float: right;
}
.navigation-overlay .container > ul > li.current-menu-item > a
/*.navigation-overlay .container > ul > li.current-menu-ancestor > a*/ {
	color: var(--Black, #231F20);
	display: flex;
	gap: 6px;
}
.navigation-overlay .container > ul > li.current-menu-item > a:before
/*.navigation-overlay .container > ul > li.current-menu-ancestor > a:before*/ {
	content: '\f192';
	font-family: 'Font Awesome 6 Pro';
	font-size: .8em;
}
.navigation-overlay .container > ul > li.current-menu-item > a > span,
.navigation-overlay .container > ul > li.current-menu-ancestor > a > span {
	border-color: transparent
}
.navigation-overlay .container > ul > li ul {
  display: none;
  border-left: solid 2px #1b9e69;
  padding-left: 23px;
  margin-left: 17px;
  margin-top: 12px;
  margin-bottom: 10px;
}
.navigation-overlay .container > ul li.current-menu-ancestor ul,
.navigation-overlay .container > ul li.current-menu-item ul {
  display: block;
}
/*
.navigation-overlay .container > ul li.current-menu-ancestor > ul,
.navigation-overlay .container > ul li.current-menu-ancestor.menu-item-has-children > ul {
  display: block;
}
*/

.navigation-overlay .container > ul.mobile-bottom {
    border-top: solid 1px var(--Cadmium-Orange, #F5835B);
    padding-top: 15px;
}
.navigation-overlay .container > ul.mobile-bottom li a {
	font-size: 20px;
	font-weight: 600;
}

.navigation-overlay .container > ul > li > ul li {margin-bottom: 11px!important;}
.navigation-overlay .container > ul > li > ul li a {
  color: var(--Parrot-Green, #1B9E69);
	font-family: "lektorat-display-variable", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 24.2px */
}
.navigation-overlay .container > ul > li > ul li a span {
	border-bottom: solid 2px transparent;
}
.navigation-overlay .container > ul > li > ul li a:hover {
  text-decoration: none;
  color: var(--Parrot-Green, #1B9E69);
}
.navigation-overlay .container > ul > li > ul li a:focus {
  text-decoration: none;
  color: var(--Parrot-Green, #1B9E69);
}
.navigation-overlay .container > ul > li > ul li a:focus span {
	color: var(--Parrot-Green, #1B9E69);
}
.navigation-overlay .container > ul > li.current-menu-ancestor > ul  li.current-menu-item > a,
.navigation-overlay .container > ul > li.menu-item-has-children > ul li.current-menu-item > a {
	color: var(--Black, #231F20);
	display: flex;
	gap: 6px;
}
.navigation-overlay .container > ul > li.current-menu-ancestor > ul li.current-menu-item > a:before,
.navigation-overlay .container > ul > li.menu-item-has-children > ul li.current-menu-item > a:before {
	content: '\f192';
	font-family: 'Font Awesome 6 Pro';
	font-size: .8em;
}
.navigation-overlay .container > ul > li.current-menu-ancestor > ul li.current-menu-item a span {
	border-color: transparent;
}
.navigation-overlay .container > ul > li  a .fal  {
	display: none
}

body.behaved {
  overflow: hidden;
}
body.actived {
  overflow: hidden;
}
.page {
  background: #F5E9E5;
  position: relative;
  overflow: hidden;
  padding: 0 10px;
  padding-top: 174px;
}
@media (max-width: 1350px) {
	.menu div > ul.collapse-menu > li:not(:last-child) {margin-right: 17px;}
	.menu div > ul > li,
	.menu div > ul.top > li,
	.menu div > ul > li:last-child a {font-size: 18px;}
	.menu div > ul > li > ul > li { font-size: 18px; }
	.menu .logo-nav {/* max-width: 260px; */!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;/* top: 5px; */}
	.menu.actived .logo-nav {/* max-width: 210px; */top: 15px;}
	h1 > span, .h1-style > span { font-size: 20px }
	.menu div > ul > li a { padding: 15px 20px }
}
@media screen and (min-width: 769px) {
  /*============== TOP ================*/
  .menu .navigation,
  .navigation-overlay {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .page {padding-top: 70px;}
  h1 > span, .h1-style > span { font-size: 16px }
  /*============== TOP ================*/
  body.actived {
    overflow: auto !important;
  }
  .menu {top: 0;padding: 14px 0;}
  .menu .logo-nav img:not(.logo-home) {/* opacity: 0; */}
  .menu .logo-nav img.logo-home {/* opacity: 1; */}
  .menu.actived {}
  .menu.behaved,
  .menu.behaved:before {
    background-image: none;
    border: transparent;
  }
  .menu.behaved:after {
	background-color: transparent;
  }
  .menu .desktop-nav { display: none }
  .menu > div .navigation {
    /* margin: 42px 0; */
    margin-right: 0;
  }
  .menu div > ul,
  .menu div > ul.top-menu {
    display: none;
  }
  .menu .logo-nav {
	margin: 0;
  }
  .menu .logo-nav svg {
  max-width: 100px;
  max-height: 40px;
  }
	.menu > .container {
		align-items: center;
	}
}
@media screen and (max-width: 650px) {
  /*============== TOP NAV ================*/
  /*.menu div > a > .txt {
    display: none;
  }*/
  .menu.behaved > div .navigation {
  	width: 24px;
  	padding: 0;
  	margin-right: 0;
  }
  .navigation-overlay .container > ul > li > a {
  }
  .navigation-overlay .container > ul > li > ul > li a {
  }
}
@media screen and (max-width: 910px) {
  .customize-support .menu,
  .customize-support .menu.actived{
    top: 32px;
  }
  .customize-support .navigation-overlay,
  .customize-support .menu.actived + .navigation-overlay {
    margin-top: 34px;
  }
}
@media screen and (max-width: 782px) {
  .customize-support .menu,
  .customize-support .menu.actived{
    top: 46px;
  }
  .customize-support .navigation-overlay,
  .customize-support .menu.actived + .navigation-overlay {
    margin-top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .customize-support .menu {
    top: 46px;
  }
  .customize-support .menu.actived {
    top: 0;
  }
  .customize-support .navigation-overlay {
    margin-top: 46px;
  }
  .customize-support .menu.actived + .navigation-overlay {
    margin-top: 0;
  } 
}

/*=========================================== BANNER TOP ======================================================*/
.top-spacer {
	margin-top: 105px
}
.main-banner {
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0 50px;
  text-align: center;
}
.main-banner span.parallax {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-banner span.parallax:before { 
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  background: #000;
}
.main-banner span.parallax:after { 
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.65) 38%,rgba(0,0,0,0) 100%);
  transform: rotate(180deg);
  opacity: .4;
}


.main-banner .banner-video-iframe {
  width: 104%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.main-banner .banner-video-iframe .iframe-holder {
  width: 104%;
  padding-bottom: 56.25%;
  position: relative;
}
.main-banner .banner-video-iframe .iframe-holder iframe {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.main-banner > .container,
.main-banner > .container-fluid {
  position: relative;
  opacity: 0;
  height: 100%;
}
.main-banner.ready > .container,
.main-banner.ready > .container-fluid {
  opacity: 1;
  animation: fadeIn 1.2s both;
}

.main-banner h1,
.main-banner h2,
.main-banner h3,
.main-banner p,
.main-banner li,
.main-banner a:not(.btn-layout) {color: #fff;}
.main-banner h1 {
	color: #FFF;
	font-family: Playfair;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 75% */
	margin: 0 0 24px;
}
.main-banner h1 > span {
	color: #FFF;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 166.667% */
	margin: 13px 0 0;
}
.main-banner .btn-layout:hover,
.main-banner .btn-layout:focus {
	color: #fff;
	border-color: #fff;
}

.main-banner.about-banner,
.main-banner.resources-banner,
.main-banner.specialities-banner {
	min-height: 621px;
	display: flex;
	align-items: end;
	padding-bottom: 40px;
}
.main-banner.sellers-banner {
	min-height: 621px;
	display: flex;
	align-items: start;
	padding-bottom: 40px;
}
.main-banner.listing-banner {
	min-height: 621px;
	display: flex;
	align-items: end;
	padding-bottom: 40px;
}
.main-banner.listing-banner h1 {
	text-align: right;
	margin: 0;
}
.main-banner.listing-banner ul {
	text-align: right;
	margin: 0 0 13px;
}
.main-banner.listing-banner ul li {
	font-family: Montserrat;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 1em; /* 230.769% */
    padding-left: 27px;
}
.main-banner.listing-banner ul li .fa-li {
	left: 0;
}
.main-banner.listing-banner .container-fluid {
	padding: 0 6vw;
}
.main-banner.listing-banner .row {
	align-items: end;
	text-align: left;
}

.interior-banner {
	position: relative;
}
.interior-banner .green-box {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 15px;
	position: absolute;
	left: 30px;
	right: 30px;
	top: 30px;
	max-width: 537px;
	padding: 30px;
	border-radius: 15px;
	background: rgba(42, 82, 54, 0.90);
}
.interior-banner .green-box h1 {
	color: var(--White, var(--White, #FFF));
	margin: 0;
}
.interior-banner .green-box p {
	color: var(--White, var(--White, #FFF));
	font-size: 24px;
	line-height: 110%;
}


@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 991px) {
	.main-banner {padding: 200px 0 67px;}
}
@media screen and (max-width: 900px) {
	.main-banner {padding: 165px 0 40px;}
}
@media screen and (max-width: 991px) {
  .main-banner .banner-video-iframe {
	display: none;
  }
  .main-banner.listing-banner {
	  min-height: 420px;
  }
  .main-banner.listing-banner .row {
	flex-direction: column-reverse;
	justify-content: center;
    text-align: center;
  }
  .main-banner.listing-banner h1,
  .main-banner.listing-banner ul {
	  text-align: center;
  }
  .main-banner.listing-banner .btn-layout { margin: 24px 0 0 }
  .interior-banner {
    height: auto;
    border-radius: 15px;
    margin: 0 0 30px;
    overflow: hidden;
  }
  .interior-banner .content-image {
    position: relative;
    height: auto;
    margin: 0;
  }
  .interior-banner .content-image img {
    display: block;
	border-radius: 0;
  }
  .interior-banner .green-box {
	position: static;
	border-radius: 0;
	max-width: none;
	padding: 30px 30px;
	border-top: solid 1px #fff;
	}
  .interior-banner h1 {
    color: var(--White, var(--White, #FFF));
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 650px) {
	.main-banner {}
}


/*===========================================================================================================*/
/*=========================================== INTERIOR ======================================================*/
/*===========================================================================================================*/
.section-white {
  display: block;
  padding: 0;
}
.section-white > .container,
.section-white > .container-fluid {
  padding: 0;
  opacity: 0;
}
.section-white.ready > .container,
.section-white.ready > .container-fluid {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
@media (max-width: 768px) {}

.page-text-content {
    margin: 0 0 60px;
}
.page-text-content p:last-child {
	margin: 0 0 0;
}
.page-text-content h2,
.page-text-content h3,
.page-text-content h4,
.page-text-content p,
.page-text-content ul,
.page-text-content ol {
	max-width: 960px;
}
.page-text-content .top-margin {
	margin: 60px 0 18px;
}
.page-text-content h2 {
	margin: 60px 0 18px
}
.page-text-content p {
	margin: 0 0 18px
}
.page-text-content ul {
	margin-bottom: 18px
}
.page-text-content .wp-block-image {
	position: relative;
	padding-bottom: 61%;
	margin: 0 0 60px;
}
.page-text-content .wp-block-image.size-full,
.page-text-content .wp-block-image.size-large {
	padding-bottom: 41%;
}
.page-text-content .wp-block-image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
}
.page-text-content pre,
.page-text-content pre .content-image {
	margin: 0;
}
@media (max-width: 770px) {
	.page-text-content h2 {
		margin: 30px 0 12px
	}
	.page-text-content .wp-block-image {
		padding-bottom: 51%;
		margin: 0 0 30px;
	}
	.page-text-content .wp-block-image img {
		border-radius: 15px;
	}
}

/*===========================================================================================================*/
/*=========================================== KEY FRAMES ====================================================*/
/*===========================================================================================================*/
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@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);
	}
}