@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
/*
@media (min-width: 1400px) {
    .container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
        max-width: 1170px;
    }
}
*/
/*===========================================================================================================*/
/*=========================================== GENERAL SETTINGS ==============================================*/
/*===========================================================================================================*/
body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  color: var(--dark-gray, #4A4A4A);
  font-family: 'Montserrat', sans-serif;
  color: #7F7F7F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em; /* 166.667% */
  /*font-family: "Playfair", serif;*/
}
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 0 30px;
}
.list-unstyled {
	list-style: none;
}
.list-unstyled li {
	display: block;
	margin: 0!important;
}
ul, ol {
  margin: 0 0 30px;
}
ul *, ol * {
  vertical-align: top;
}
li {
    margin: 0 0 10px;
}
td, th {}
a {
 color: var(--color-2, #1278B5);
  text-decoration: none;
}
a:hover, a:focus {
  color: var(--color-3, #1E4382);
  text-decoration: none;
}
a img {
  border: none;
}
img {
  max-width: 100%;
  width: auto;
}

h1, .h1-style {
	color: var(--color-3, #1E4382);
	font-family: "Playfair Display";
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px; /* 100% */
	margin: 0 0 30px;
}
.h1-style span {
	display: block;
	color: var(--text, #7F7F7F);
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 100% */
	letter-spacing: 5px;
	text-transform: uppercase;
}
h2 {
	color: var(--color-4, #231F20);
	font-family: "Playfair Display";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 125% */
}
h3 {
	color: var(--dark-blue, #002F6C);
	font-family: 'Montserrat';
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2em; /* 113.333% */
	letter-spacing: 0.6px;
}
h4 {
	color: var(--dark-blue, #002F6C);
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px; /* 113.333% */
	letter-spacing: 0.6px;
}

/*===========================================================================================================*/
/*=========================================== TOP ===========================================================*/
/*===========================================================================================================*/
.menu {
  display: block;
  position: relative;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  transition: all .4s ease;
  opacity: 0;
  background: var(--accent-color-2, #F2F2F2);
  box-shadow: 0 0 12px rgb(0 0 0 / 8%);
}
.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;
  height: 60px;
  overflow: hidden;
  box-shadow: none;
  box-shadow: none!important;
}
.menu > .container {
  position: relative;
  --bs-gutter-x: 0;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}
.menu.behaved > .container {
  position: static;
}
.customize-support .menu {
  /* top: 32px; */
}
.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: var(--chas-blue, #003E6B);
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 1em;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  margin: 29px 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.actived > div .navigation {
 margin: 23px 0;
 margin-right: 36px;
}
.menu.behaved > div .navigation {
  color: var(--main-color, #003865);
  margin: 22px 0;
  margin-right: 0;
  top: 0;
  width: 24px;
}
.menu.behaved > div .navigation:hover {
	color: var(--main-color, #003865);
}
.menu > div a.navigation > .txt {
	position: absolute;
	right: 100%;
	top: 2px;

	margin-right: 6px;
}
.menu > div a.navigation > .txt:before {
  content: '';
  font-size: 16px;
  font-weight: 600;
  color: #1278B5;
  letter-spacing: 0;
  position: relative;
  text-transform: lowercase;
  top: -2px;
}
.menu.behaved > div a.navigation > .txt:before {color: #fff;}
.menu > div a.navigation > .bar {
  position: absolute;
  left: 0;
  width: 24px;
  height: 3px;
  border-radius: 32px;
  background-color: #1278B5;
  -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: #fff;
  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: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: 7px;
  transform: rotate(135deg);
}
.menu > div a.navigation.behaved > span:nth-child(2) {
  display: none;
}
.menu > div a.navigation.behaved > span:nth-child(3) {
  top: 7px;
  transform: rotate(-135deg);
}
.menu .logo-nav {
  display: block;
  max-width: 162px;
  transition: all .3s ease;
}
.menu .logo-nav img.logo-home {
  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 {
 opacity: 0;
 top: -50%;
}
.menu.behaved .social-nav {
  opacity: 0;
}
.menu > div {
  position: relative;
  max-width: 100%;
  padding: 10px 20px;
}
.menu.behaved > div {
  background-color: transparent;
  border-color: transparent;
}

.menu .top {
	background: #1278B5;
}
.menu.behaved .top {
	display: none
}
.menu .top .container {
	display: flex;
	justify-content: space-between;
	max-width: 100%;
	padding: 0;
}
.menu .top ul {
	margin: 0;
	padding: 0;
	display: flex;
}
.menu .top ul li {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left: 22px;
	position: relative;
	margin: 0;
}
.menu .top ul li:not(:last-child) { margin-right: 30px; }
.menu .top ul li .fa-li {
	margin-top: 2px;
	left: 0;
}
.menu .top ul li a {
	position: relative;
	color: #FFF;
}
@media (max-width: 1600px) {
	.menu .top ul li strong {
		display: block;
	}
}
.menu .top ul li:hover a,
.menu .top ul li:focus a {
	color: #FFF;
}
.menu .top ul li a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: unset;
  right: 0;
  width: 0;
  height: 1px;
  background-color: transparent;
  transition: all .3s ease;
}
.menu .top ul li:hover a:after,
.menu .top ul li:focus a:after{
 left: 0;

 right: unset;
 width: 100%;
 background-color: #ffffff;
}

.menu .services-menu {
	margin: 0;
	padding: 0;
	display: flex;
}
.menu .services-menu li {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left: 22px;
	position: relative;
	margin: 0;
}
.menu .services-menu li:not(:last-child) { margin-right: 0; }
.menu .services-menu li .fa-solid {
	margin-top: 2px;
	left: 0;
}
.menu .services-menu li a {
	position: relative;
	color: var(--color-3, #1E4382);
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 133.333% */
	text-transform: uppercase;
	padding: 10px;
}
.menu .services-menu li:hover a,
.menu .services-menu li:focus a {
	color: var(--color-2, #1278B5);
}
.menu .services-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 .services-menu li:hover a:after,
.menu .services-menu li:focus a:after{
 left: 0;
 right: unset;
 width: 100%;
 background-color: var(--color-2, #1278B5);
}

.menu .bottom {
	background: #fff;
	padding: 10px;
}
.menu .bottom .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 100%;
	padding: 0;
}
.menu .bottom .desktop-nav > ul > li ul {
  /* display: none; */
  background: #ffff;
  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: 0;
  right: unset;
  z-index: 5;
  padding: 0;
  width: 231px;
  margin-top: 0!important;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all .3s ease;
  display: block;
}
.menu .bottom .desktop-nav > ul > li ul ul {
	left: 100%;
	top: 0;
}
.menu .bottom .desktop-nav > ul > li  ul:focus-within,
.menu .bottom .desktop-nav > ul  li:hover >  ul {
	padding: 7px 0;
	opacity: 1;
	margin-top: 0!important;
	height: auto;
	overflow: visible;
	/* display: block!important; */
}
.menu .bottom .desktop-nav > ul > li > ul > li {
  padding: 0;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  text-align: left;
  text-transform: capitalize;
  margin: 0 0!important;
}
.menu .bottom .desktop-nav > ul > li > ul > li:hover {
	background-color: #fcfcfc
}
.menu .bottom .desktop-nav > ul > li > ul > li a {
  position: relative;
  color: #4F4F4F;
  display: block;
  text-transform: uppercase;
  text-shadow: none;
  padding: 10px!important;
  border-bottom: solid 0px transparent;
}
.menu .bottom .desktop-nav > ul > li > ul > li a:hover {
  color: var(--color-2, #1278B5);
}
.menu .bottom .desktop-nav > ul > li > ul > li a:focus {
  color: var(--color-2, #1278B5);
  text-decoration: none;
}
.menu .bottom .desktop-nav > ul > li > ul > li.current-menu-item a {
  color: var(--color-2, #1278B5);
  padding-left: 12px!important;
}
.menu .bottom .desktop-nav > ul > li > ul > li a:before,
.menu .bottom .desktop-nav > ul > li > ul > li a:after {
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  position: relative;
  top: -1px;
  transition: all .3s ease;
  opacity: 0;
  font-size: .8em;
}
.menu .bottom .desktop-nav > ul > li > ul > li a:before {
  left: 0;
  position: absolute;
  top: 12px;
}
.menu .bottom .desktop-nav > ul > li > ul > li.current-menu-item a:before {
  opacity: 1;
  left: 4px;
}
.menu .bottom .desktop-nav > ul > li > ul > li a:after {
  right: 0;
  background: none;
}
.menu .bottom .desktop-nav > ul > li > ul > li:not(.current-menu-item) a:not(:focus):hover:after {
  opacity: 1;
  right: -4px;
}
.menu .bottom .desktop-nav {
	width: 100%;
}
.menu .bottom ul {
	margin: 0;
	display: flex;
	justify-content: space-around;
}
.menu .bottom ul li {
	position: relative;
	color: #4F4F4F;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin: 0;
}
.menu .bottom ul li:not(:last-child) { margin-right: 0; }
.menu .bottom ul li .fal {
	margin-top: 3px;
}
.menu .bottom ul li a {
	display: inline-block;
	position: relative;
	color: #4F4F4F;
	padding: 10px;
}
.menu .bottom ul li.current-menu-item > a,
.menu .bottom ul li.current-page-ancestor > a {
	color: var(--color-2, #1278B5);
	background: none;
}
.menu .bottom ul li strong {
	margin-right: 5px
}
.menu .bottom ul li:hover a,
.menu .bottom ul li:focus a {
	color: var(--color-2, #1278B5);
}
.menu .bottom ul li a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: unset;
  right: 0;
  width: 0;
  height: 2px;
  background-color: transparent;
  transition: all .3s ease;
}
.menu .bottom ul li.current-menu-item > a:after,
.menu .bottom ul li.current-page-ancestor > a:after,
.menu .bottom ul li:hover a:after,
.menu .bottom ul li:focus a:after{
 left: 0;
 right: unset;
 width: 100%;
 background-color: var(--color-2, #1278B5);
}
.menu .bottom .search {
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
	min-width: 325px;
	padding: 10px 30px;
	/*border-radius: 327px;*/
	/*border: 1px solid #7F7F7F;*/
}
/*.menu .bottom .search:after {*/
/*	content: '\f002';*/
/*	font-family: "Font Awesome 6 Pro";*/
/*	color: var(--color-1, #82C7E7);*/
/*	font-size: 16px;*/
/*	font-style: normal;*/
/*	font-weight: 900;*/
/*	line-height: 16px; !* 100% *!*/
/*	*/
/*}*/
.menu .bottom .search input {
	width: 100%;
	border: none;
	border-bottom: solid 1px;
	color: #7F7F7F;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
}
.menu .bottom .search input:focus-visible {
	outline: solid 2px #86cae8;
	outline-offset: 0;
	border-radius: 50px;
}



.navigation-overlay {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  right: -105px;
  bottom: 0;
  width: 100%;
  padding: 64px 35px 35px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: right .6s ease;
  background: #1278B5;
  border: none;
  font-family: "Playfair Display";
}
.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: #fff;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}
.navigation-overlay > ul > li > a span {
	border-bottom: solid 2px transparent;
}
.navigation-overlay > ul > li > a:hover {
	color: #fff;
}
.navigation-overlay > ul > li > a:focus {
  color: #fff;
  text-decoration: none;
}
.navigation-overlay > ul > li > a:focus span {
  border-color: #fff;
}
.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: #fff;
}
.navigation-overlay > ul > li.current-menu-item > a > span,
.navigation-overlay > ul > li.current-menu-ancestor > a > span {
	border-color: transparent
}
.navigation-overlay > ul > li ul {
  display: block;
  border-left: solid 2px #fff;
  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: 400;
  line-height: normal;
  text-decoration: none;
  color: #ffffff;
  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: -3px;
  margin-right: 5px;
  font-size: .7em;
}
.navigation-overlay > ul > li > a .fal  {
	display: none
}


body.behaved {
  overflow: hidden;
}
body.actived {
  overflow: hidden;
}
.page {
  background-color: #F2F2F2;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1350px) {
	.menu .bottom .search {
		min-width: 100px;
		padding: 10px 15px;
	}
	.menu .bottom .desktop-nav > ul.collapse-menu > li:not(:last-child) {margin-right: 1vw;}
	.menu .bottom .desktop-nav > ul > li,
	.menu .bottom .desktop-nav > ul > li:last-child a {font-size: 10px;}
	.menu .bottom .desktop-nav > ul > li > ul > li {/* font-size: 16px; */}
	.menu .logo-nav {
    max-width: 120px;
}
	.menu.actived .logo-nav {}
	h1 > span, .h1-style > span { font-size: 20px }
	.menu .top ul li { font-size: 10px }
	.menu .top ul li:not(:last-child) { margin-right: 1vw }
}
@media (max-width: 1200px) {
	.menu .bottom .desktop-nav > ul > li,
	.menu .bottom .desktop-nav > ul > li:last-child a {/* font-size: 8px; */}
	.menu .bottom .desktop-nav > ul > li > ul > li,
	.menu .bottom ul li {font-size: 9px;}
}
@media screen and (min-width: 992px) {
  /*============== TOP ================*/
  .menu .navigation,
  .menu .mobile-nav,
  .navigation-overlay {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
	.menu .top .container .right { display: none }
  h1 > span, .h1-style > span { font-size: 16px }
  /*============== TOP ================*/
  body.actived {
    overflow: auto !important;
  }
  .menu {top: 0;padding: 0;background: #fff;}
  .menu.actived {
    top: 0;
	box-shadow: 0px 6px 10px 0px rgba(6, 28, 24, 0.15), 0px 3px 3px -5px rgba(6, 28, 24, 0.20);
  }
  .menu .logo-nav img:not(.logo-home) {/* opacity: 0; */}
  .menu .logo-nav img.logo-home {/* opacity: 1; */}
  .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 {
    margin: 0;
    margin-right: 0;
  }
  .menu.actived > div .navigation {
    margin: 0;
    margin-right: 0px;
  }
  .menu .services-menu,
  .menu .bottom {
    display: none;
  }
  .menu .logo-nav {
  top: 8px;
  left: 10px;
  font-size: 65px;
  color: var(--chas-blue, #003E6B);
  }
  .menu.actived .logo-nav {
  top: 4px;
  font-size: 49px;
  max-width: 105px;
  }
}
@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 > ul > li > a {
  }
  .navigation-overlay > ul > li > ul > li a {
  }
  .menu .donate {
    top: 7px
  }
  .menu.actived .donate {
    top: 1px
  }
}
@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;
  } 
}
@media (max-width: 370px) {
	.menu .mobile-nav ul li:not(:last-child) {
		margin-right: 5px;
	}
}

/*=========================================== BANNER TOP ======================================================*/
.main-banner {
  overflow: hidden;
  position: relative;
  height: 28vw;
  background: #000;
  padding: 40px 0;
}
.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;
  opacity: .6;
}
.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%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
.main-banner.ready > .container,
.main-banner.ready > .container-fluid {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}

.main-banner h1,
.main-banner h2,
.main-banner h3,
.main-banner p,
.main-banner li,
.main-banner a {color: #fff;}
.main-banner h1 {
	color: #FFF;
	text-align: center;
	font-family: "Playfair Display";
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2em; /* 83.333% */
	margin: 30px 0;
}
.main-banner h1 > span {
	color: #FFF;
	text-align: center;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0;
}


@media screen and (max-width: 1400px) {}
@media screen and (max-width: 991px) {
	.main-banner {
	height: 50vw;
	}
}
@media screen and (max-width: 900px) {}
@media screen and (max-width: 768px) {
  .main-banner .banner-video-iframe {
    display: none;
  }
  .main-banner {
	height: 89vw;
	}
  .main-banner h1 {
	font-size: 38px;
  }
}
@media screen and (max-width: 650px) {}

/*===========================================================================================================*/
/*=========================================== INTERIOR ======================================================*/
/*===========================================================================================================*/
.section-white {
  display: block;
  padding: 60px 0;
}
.section-white > .container,
.section-white > .container-fluid {
  opacity: 0;
}
.section-white.ready > .container,
.section-white.ready > .container-fluid {
  opacity: 1;
  animation: fadeIn 1.2s both;
}

#myCarousel {
  --f-arrow-pos: 10px;
  --f-arrow-bg: rgba(255,255,255,0.75);
  --f-arrow-hover-bg: rgba(255,255,255,1);
  --f-arrow-color: #333;
  --f-arrow-width: 40px;
  --f-arrow-height: 40px;
  --f-arrow-svg-width: 20px;
  --f-arrow-svg-height: 20px;
  --f-arrow-svg-stroke-width: 2px;
  --f-arrow-border-radius: 50%;

  height: 400px;
}

#myCarousel .f-carousel__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

#myCarousel img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

/*===========================================================================================================*/
/*=========================================== 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);
	}
}