@charset "utf-8";
@import url("https://use.typekit.net/byx8tmq.css");

.container,
.container-lg {
	margin: auto;
	max-width: 100%;
}
@media (min-width: 1141px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1920px) {
    .container {
        max-width: 1740px;
    }
}
@media (max-width: 1200px) {
    .container {
        padding: 0 20px;
    }
}
/*===========================================================================================================*/
/*=========================================== GENERAL SETTINGS ==============================================*/
/*===========================================================================================================*/
body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  background-color: var(--main, #004F62);
  -webkit-font-smoothing: antialiased;
  color: #3a3a3a;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
  font-family: "indivisible", sans-serif;
}
b, strong {
	font-weight: bold;
}
strong.stronger {
  font-weight: 900;
}
* {
  margin: 0;
  box-sizing: border-box;
}
.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 0;
  color: #004F62;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.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: 5px;}
ul, ol {
  margin: 0 0 0;
  padding-left: 22px;
}
ul *, ol * {
  vertical-align: top;
}
li {}
td, th {}
a {
  color: #FFF;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
a:hover, a:focus {/* text-decoration: underline; */}
a img {
  border: none;
}
img {
  max-width: 100%;
  width: auto;
}

.fa-solid.fa-arrow-right{
  /* color: var(--white, #F9F9F9); */
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

h1{
  color: #FFF;
  font-family: Barlow;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.h1-eyebrown{
  color: #FFF;
  font-family: "Playfair Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.h1-style {
  color: #FFF;
  font-family: "Playfair-Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.h1-bnn {
  color: #FFF;
  font-family: Barlow;
  font-size: 82px;
  font-style: normal;
  font-weight: 400;
  line-height: 94.836%;
  margin-bottom: 20px;
}

.interior .h1-bnn {
	color: #424242;
	font-family: Barlow;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 94.836%; /* 47.418px */
	margin-bottom: 10px;
	/* z-index: 40; */
}

h2 {
  color: #FFF;
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.h2-eyebrown{
  color: #FFF;
  font-family: "Playfair-Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h3 {
  color: #FFF;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
h4 {
  color: #FFF;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.p-bnn {
  color: #FFF;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.interior .p-bnn{
	color: var(--main, #004F62);
	font-family: Barlow;
	font-size: 31px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	z-index: 9;
}
.interior .subtitle-bar{
	margin:10px;
	margin-left: 0;
}
.bg-white{
  background-color:#FFF;
}
.bg-grey{
  background-color:#F9F9F9;
}
.center {
    justify-self: anchor-center;
}

/*===========================================================================================================*/
/*=========================================== TOP ===========================================================*/
/*===========================================================================================================*/
.menu {
  display: block;
  position: relative;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  transition: all .4s ease;
  opacity: 1;
  background: #F9F9F9;
  margin: 0 auto;
}
.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: 94px;
  overflow: hidden;
  box-shadow: none;
  box-shadow: none!important;
  position: fixed;
}
.menu.home {
	position: absolute;
	top: 0;
	background: transparent;
}
.menu > .container {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  /* max-width: 1850px; */
}
.menu.home > .container {
	align-items: start;
}
.menu.behaved > .container {
  position: static;
}
.customize-support .menu.home {
  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(--teal, #0677A1);
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 1em;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  margin: 29px 0;
  float: right;
  width: 24px;
  -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: var(--teal, #0677A1);
  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: var(--teal, #0677A1);
  -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: var(--teal, #0677A1);
  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: 200px; */
  transition: all .3s ease;
  display: flex;
  width: 442px;
  height: 63px;
  padding: 0.008px 0.016px 0px 0px;
  justify-content: center;
  align-items: flex-start;
  gap: 15.988px;
  flex-shrink: 0;
  aspect-ratio: 442/63;
}
.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;
 width: 0;
 overflow: hidden;
 top: -50%;
}
.menu.behaved .social-nav {
  opacity: 0;
}
.menu > div {
  position: relative;
  max-width: 100%;
  padding: 30px;
}
.menu.behaved > div {
  background-color: transparent;
  border-color: transparent;
}


.menu .collapse-menu > 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: -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: #fcfcfc
}
.menu .collapse-menu > li > ul > li a {
  display: block;
  position: relative;
  color: var(--teal, #0677A1);
  text-shadow: none;
  padding: 10px 18px!important;
  border-bottom: solid 0px transparent;
}
.menu .collapse-menu > li > ul > li a:hover {
  color: var(--teal, #0677A1);
}
.menu .collapse-menu > li > ul > li a:focus {
  color: var(--teal, #0677A1);
  text-decoration: none;
}
.menu .collapse-menu > li > ul > li.current-menu-item a {
  color: var(--teal, #0677A1);
}
.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: -1px;
  transition: all .3s ease;
  opacity: 0;
  font-size: .8em;
}
.menu .collapse-menu > li > ul > li a:before {
  left: 0;
  position: absolute;
  top: 12px;
}
.menu .collapse-menu > li > ul > li.current-menu-item a:before {
  opacity: 1;
  left: 6px;
}
.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%;
	/* max-width: 710px; */
	margin: 0;
	display: flex;
	/* padding: 7px; */
	gap: 10px;
	justify-content: flex-end;
	/* justify-content: space-around; */
}
.menu .collapse-menu li {
	color: var(--main-color, #007580);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.menu .collapse-menu li:not(:last-child) {/* margin-right: 13px; */}
.menu .collapse-menu li .fal {
	margin-top: 3px;
}
.menu .collapse-menu li a {
	display: inline-block;
	position: relative;
	padding: 10px;
	color: var(--accent, #F68D6E);
	font-family: Barlow;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.menu .collapse-menu li.current-menu-item > a,
.menu .collapse-menu li.current-page-ancestor > a {
	color: var(--teal, #0677A1);
	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: var(--teal, #0677A1);
	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: var(--teal, #0677A1);
}

.menu.home .collapse-menu > li > a {
	color: #fff;
}
.menu.home .collapse-menu > li.current-menu-item > a,
.menu.home .collapse-menu > li.current-page-ancestor > a {
	color: #fff;
}
.menu.home .collapse-menu > li:hover > a,
.menu.home .collapse-menu > li:focus > a,
.menu.home .collapse-menu > li > a:hover,
.menu.home .collapse-menu > li > a:focus {
	color: #fff;
}
.menu.home .collapse-menu > li.current-menu-item > a:after,
.menu.home .collapse-menu > li.current-page-ancestor > a:after,
.menu.home .collapse-menu > li:hover a:after,
.menu.home .collapse-menu > li:focus a:after{
 background-color: #fff;
}

.menu.home > div a.navigation:not(.behaved) > .bar {
	background-color: #fff;
}

.menu i.fa.fa-caret-down {
    color: var(--main-color, #007580);
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding-left: 5px;
}

.social-icons-header {
    display: flex;
    gap: 15px;
    color: var(--main-color, #007580);
    font-family: "Font Awesome 6 Brands";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.menu .menu-item-has-children {
  position: relative;
}

.menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 15px;
  min-width: 220px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  border-radius: 12px;
  display: none;
  z-index: 99;
}

.menu .menu-item-has-children:hover > .sub-menu {
  display: block;
}

.navigation-overlay {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  right: -105px;
  bottom: 0;
  width: 100%;
  padding: 98px 35px 50px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: right .6s ease;
  background: var(--gray, #EBE8E5);
  border: none;
}
.navigation-overlay.behaved {
  right: 0;
}
.eyebrow-nav {
  /* background-color: #fff; */
  /* border-bottom: 1px solid #eee; */
  padding: 8px 0;
  position: relative;
  z-index: 1;
}

.eyebrow-menu {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}

.eyebrow-menu li a {
  text-decoration: none;
  color: var(--main, #004F62);
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.eyebrow-menu li a:hover {
  text-decoration: underline;
}


.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: #0e385e;
	font-size: 26px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-decoration: none;
}
.navigation-overlay > ul > li > a span {
	border-bottom: solid 2px transparent;
}
.navigation-overlay > ul > li > a:hover {
	color: #0e385e;
}
.navigation-overlay > ul > li > a:focus {
  color: #0e385e;
  text-decoration: none;
}
.navigation-overlay > ul > li > a:focus span {
  border-color: #0e385e;
}
.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: #0e385e;
}
.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 #0677A1;
  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: #0e385e;
  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: #0e385e;
}
.navigation-overlay > ul > li > ul li a:focus {
  text-decoration: none;
  color: #0e385e;
}
.navigation-overlay > ul > li > ul li a:focus span {
	border-color: #0e385e;
}
.navigation-overlay > ul > li.current-menu-ancestor > ul li.current-menu-item a {
  text-decoration: none;
  color: #0e385e;
}
.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: #F9F9F9;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 993px) {
  /*============== TOP ================*/
  .menu .navigation,
  .menu .mobile-nav,
  
  .navigation-overlay {
    display: none !important;
  }
	
	
}
@media screen and (max-width: 991px) {
	.menu > .container {
		/* padding: 20px 20px; */
		align-items: start;
		gap: 20px;
		align-items: anchor-center;
	}
	.eyebrow-nav{
		display:none;
	}
	.social-icons-header {
		display:none;
		}
	.menu.home > .container {
		padding: 30px 50px;
	}
  .menu .collapse-menu { 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 {
    margin: 18px 0 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) {
  .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 screen and (max-width: 910px) {
  .customize-support .menu.home, .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.home, .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.home {
    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;
	}
}

span.headerSpan {
    color: #00DBEF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
}
/*===========================================================================================================*/
/*=========================================== 1920fix ======================================================*/
/*===========================================================================================================*/


.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 {
	margin: auto;
	max-width: 100%;
	padding: 0 20px;
}
.container {
	max-width: 1140px;
}
@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;
}
@media (min-width: 769px) { 
  .columns-even {
    display: flex;
    justify-content: space-evenly;
    gap: 30px;
  }
  .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;
	}
}

/* Image Row */
.image-row {
  margin: 50px 0;
}
.image-row .columns-even .col:first-child img { border-radius: 10px 10px 0 0; }
.image-row .columns-even .col:last-child img { border-radius: 0 0 10px 10px; }
@media (min-width: 769px) {
  .image-row .columns-even .col:first-child img { border-radius: 10px 0 0 10px; }
  .image-row .columns-even .col:last-child img { border-radius: 0 10px 10px 0; }
}


/* Parallax Section */
.parallax-section {
	position: relative;
	overflow: hidden;
	padding: 150px 0;
	color: #fff;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #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: .4;
}
.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.active > .container,
.parallax-section.active > .container-lg {
  opacity: 1;
  animation: fadeIn 1.2s both;
}




/* CTA's */
.cta {
	display: block;
	position: relative;
	padding-bottom: 68%;
	border-radius: 10px;
	overflow: hidden;
}
.cta .bnn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
.cta .bnn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .4;
}
.cta .info {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cta .info h3 {
	color: #FFF;
	text-align: center;
	font-family: Alexandria;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	margin: 0 0 20px;
}
.cta .info h3 span {
	display: block;
	color: #FFF;
	text-align: center;
	font-family: Alexandria;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 7px;
}
.cta.overlay {
	border-radius: 0;
	padding-bottom: 150%;
}
.cta.overlay .bnn {
	background-color: rgb(44 62 80);
}
.cta.overlay .bnn img {
	opacity: 1;
	transition: opacity .3s ease;
}
.cta.overlay:hover .bnn img {
	opacity: .3;
}
.cta.overlay .overlay {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: opacity .3s ease;
}
.cta.overlay:hover .overlay {
	opacity: 1;
}
.cta.overlay .overlay h3 {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0;
}
.cta .btn-layout:hover,
.cta .btn-layout:focus {
  color: var(--main, #f9f9f9);
  background-color: transparent;
  border-color: var(--main, #f9f9f9);
  text-decoration: none;
}



/*===========================================================================================================*/
/*=========================================== Home ======================================================*/
/*===========================================================================================================*/

 .hero-banner {
  padding: 30px 30px;
  padding-top: 0;
  background: #F9F9F9;
}

.hero-banner-wrapper {
  position: relative;
  border-radius: 15px 15px 8px 8px;
  overflow: hidden;
  /* aspect-ratio: 16 / 9; */
}

.hero-banner-image {
  display: block;
  width: 100%;
  height: 800px;
  object-fit: cover;
  object-position: left;
}

.interior .hero-banner-image {
  object-position: center;
}

.hero-banner-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 58%, rgba(0, 0, 0, 0.62) 100%);
}

.hero-banner-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  color: white;
  /* text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7); */
}

.interior .hero-banner-content{
	 /* padding-left:0; */
}
.interior.int h1.h1-bnn {
    color: var(--dark, #424242);

/* h1-interior-header */
    font-family: Barlow;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 94.836%; /* 47.418px */
}

.interior.int .p-bnn {
    color: var(--main, #004F62);
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.interior.int .blueBox {
    max-width: 720px;
}
.blueBox {
    display: flex;
    padding: 20px 20px 20px 50px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* gap: 10px; */
    max-width: 400px;
    border-radius: 10px;
    background: #FFF;
}
.blueBox p {
    font-size: 31px;
    font-weight: 600;
}

.interior.int .blueBox p {
    color: var(--main, #004F62);
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hero-banner_content {
  position: relative;
  z-index: 2;
  align-self: flex-start;
  max-width: 50%;
  padding: 30px;
  color: #fff;
  margin: 0;
}

.hero-banner .highlight {
  color: #FFF;
  font-family: Barlow;
  font-size: 82px;
  font-style: normal;
  font-weight: 700;
  line-height: 94.836%;
}
 

.hero-banner_image::after {
  content: "";
  left: 20px;
  bottom: 30px;
  height: 24px;
  width: 170px;
  background: red;
  /* z-index: 3; */
  position: absolute;
}

.hero-banner_border {
  position: absolute;
  bottom: 30px;  
  left: 30px;
  right: 30px;
  height: 12px;
  border-radius: 0px 0px 28px 28px;
  z-index: 1;
  background: linear-gradient(
    90deg,
    var(--main, #004F62) 0%,
    var(--comp-2, #C7EAFB) 12.98%,
    var(--comp-1, #3FA8B1) 42.79%,
    var(--accent, #F68D6E) 79.81%,
    var(--secondary, #8BD0C0) 100%
  );
}

.mobile-img {
  display: none;
}

@media (max-width: 720px) {
  .desktop-img {
    display: none;
  }
  .mobile-img {
    display: block;
    object-position: center;
  }
 
	.hero-banner-content {
		padding:30px;
	}
}

.content-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 4rem;
}

.content-row:last-child {
	margin-bottom: 0;
}

.content-row.reverse {
  /* flex-direction: row-reverse; */
}

.text-block {
  flex: 1 1 43%;
}

.text-block h1 {
  color: var(--main, #004F62);
  margin-bottom: 0.5rem;
}

 

.text-block p {
  color: #1E1E1E;
  margin-bottom: 1.5rem;
  /* max-width: 540px; */
}

.image-block {
  flex: 1 1 39%;
}
.container-lg.home{
  padding: 50px 150px;
  padding-top: 0;
}

.image-block img {
  width: 100%;
  border-radius: 12px;
  display: block;
  /* height: 403px; */
  background-size: cover;
}

.section-icon {
  /* margin: 0 auto 1rem; */
  display: block;
  width: 114.984px;
  height: 68.93px;
  justify-self: anchor-center;
}

.section-title {
  margin-bottom: 10px;
  color: #424242;

/* h2-sans */
  font-family: Barlow;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 8.4px;
  text-transform: uppercase;
  text-align: -webkit-center;
  justify-self: anchor-center;
}

.section-subtitle {
  margin-bottom: 50px;
  color: #424242;

/* p */
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  justify-self: anchor-center;
}
 

.feature-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  margin-bottom: 50px;
}

.feature-box {
  background: rgba(139, 208, 192, 0.10);
  padding: 20px;
  border-radius: 12px;
  flex: 1 1 250px;
  max-width: 420px;
  text-align: left;
}

.feature-box h3 {
  margin-bottom: 0.5rem;
  color: #004F62;

/* h1s */
  font-family: "Playfair-Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.featured-item-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.featured-item-link:hover {
  transform: translateY(-5px);
}

p.section-sub {padding-bottom: 20px;
    color: #424242;
    font-family: Barlow;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    text-transform: none;}

p.section-subsec {
    /* padding-bottom: 50px; */
    color: #424242;
    font-family: Barlow;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    text-transform: none;
}
.subtitle-bar {
  width: 100px;
  height: 3px;
  background-color: #F68D6E;
  margin-bottom: 10px;
  border-radius: 59px;
}

.subtitle-bar.req {
    margin-top: 10px;
}

.feature-box p {
  color: var(--dark, #424242);

/* p */
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.video-thumb {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  background: #000;
  border-radius: 15px;
}

.video-thumb .video-wrapper,
.video-thumb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: bottom;
}
.interior .video-thumb img {
  object-position: center;
  width: 100%;
}
.play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  background: rgba(0, 0, 0, 0.5);
  padding: 25px;
  border-radius: 50%;
  color: white;
  pointer-events: none;
}
.interior .text-block {
    flex: 1 1 45%;
    align-self: flex-start;
}

.interior .image-block.image {
    flex: 1 1 45%;
}

.interior .video-thumb {
    padding-bottom: 69%;
}
.standard p{
  color: var(--dark, #424242);
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}

.standard h1{
  color: var(--main, #004F62);
  font-family: Barlow;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

}
.standard .subtitle-bar{
  margin:30px 0;
}
.standard.video .container-lg.home {padding-bottom: 0;}

.standard.video .content-row {
    margin-bottom: 0;
    margin: 20px 0px;
}
.news .container-lg.home.two-cols {
    padding: 80px 50px;
}

.section-subtitle {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.two-cols {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}

.events-column {
  flex: 2;
}

/* Efeito de subir no hover - eventos */
.events-list .event-item a
{
  display: inline-block;
  transition: transform 0.3s ease;
}
.news-list a li 
{
  transition: transform 0.3s ease;
}

.events-list .event-item a:hover,
.news-list a:hover li {
  transform: translateY(-5px);
}

.events-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: 30px;
  flex-flow: row;
}

.event-item {
  flex: 1 1 calc(33.333% - 20px); /* 3 por linha com gap */
  max-width: 100%;
  min-width: 240px;
}

.event-item img {
  width: 100%;
  min-height: 216px;
  border-radius: 10px;
  display: block;
  object-fit: cover;
}
.hero-banner-border {
  position: relative;
  margin-top: -8px;
  z-index: 31;
  display: flex;
  height: 12px;
  background: linear-gradient(270deg, var(--main, #004F62) 0%, var(--comp-2, #C7EAFB) 25%, var(--comp-1, #3FA8B1) 50%, var(--accent, #F68D6E) 75%, var(--secondary, #8BD0C0) 100%);
  background-size: 300% 100%;
  animation: gradientSlide 22s ease infinite;
  border-radius: 0px 0px 28px 28px;
}

@keyframes gradientSlide {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.event-date {
  display: block;
  margin-bottom: 4px;
  margin-top: 10px;
  color: #F68D6E;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.event-title {
  color: var(--main, #004F62);

/* h3 */
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.news-column {
  flex: 1;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 1rem;
  color: var(--main, #004F62);
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

.news-line {
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 3px;
  height: 80%;
  background-color: #F68D6E;
}

h3.news-subtitle {
    color: var(--dark, #424242);
    text-align: center;
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    justify-self: flex-start;
    margin-bottom: 30px;
}

.bridgeHome {
    padding: 80px 0;
}
.bridgeHome.interior {
    padding: 0;
    padding-top: 30px;
}

.bridgeHome .section-title{
	color: #424242;

/* h2-sans */
	font-family: Barlow;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 0px;
	letter-spacing: 8.4px;
	text-transform: uppercase;
	anchor-center;
	display: block;
	border-bottom: none;
}
.bridgeHome .section-subtitle {
    padding-bottom: 50px;
    color: #424242;
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    text-transform: none;
    max-width: 80%;
}

/* === FEATURE CARDS rehome:   === */
.bridgeHome.rehome .feature-cards{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));  
  gap: 30px;  
  justify-items: stretch;
  align-items: stretch;
  margin-bottom: 50px;
}

.bridgeHome.rehome .feature-box{
  background: rgba(139, 208, 192, 0.10);
  padding: 20px;
  border-radius: 12px;
  flex: unset !important;
  max-width: none !important;
  width: auto !important;
  height: 100%;
}

 
@media (max-width: 1140px){
  .bridgeHome.rehome .feature-cards{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

 
@media (max-width: 560px){
  .bridgeHome.rehome .feature-cards{
    grid-template-columns: 1fr;
  }
}

 
@media (max-width:930px){
  .bridgeHome.rehome .feature-box{
    width: auto !important;
    flex: unset !important;
  }
}

/*===========================================================================================================*/
/*=========================================== INTERIOR ======================================================*/
/*===========================================================================================================*/

.quote-row {
  padding: 80px 150px;
  text-align: center;
}
section.quote-row.section-white.bg-white.ready {
    background: #C7EAFB;
}
section.quote-row.section-white.bg-white.homequote.ready {
    background: #FFF;
}
.quote-text {
  margin-bottom: 20px;
  color: #004F62;
  text-align: center;
  font-family: "Playfair-Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 1200px;
  justify-self: center;
}

.quote-text strong {
  color: #004F62;
  font-family: "Playfair-Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.quote-author {
  color: var(--dark, #424242);
  text-align: center;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.quote-author strong {
  font-weight: 600;
}

.cards-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.cards-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: var(--dark, #424242);

/* p */
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cards-list li::before {
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 20px;
  color: var(--comp-1, #3FA8B1);
  position: absolute;
  left: 0;
  top: 0;
  line-height: normal;
  align-self: center;
  padding-top: 5px;
}

.events-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.section-title {
  margin: 0;
  position: relative;
  display: inline-block;
  color: var(--dark, #424242);
  font-family: Barlow;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 20px;
  line-height: 94.836%; /* 37.935px */
  border-bottom: var(--comp-2, #C7EAFB) 2px solid;
}

.section-title .underline-bar {
  display: block;
  height: 2px;
  width: 190px;
  background-color: #C7EAFB;
  margin-top: 20px;
}

span.underline-bar.pastEvent {
    width: 340px;
}

span.underline-bar.news {
    width: 150px;
}

span.underline-bar.contact {
    width: 230px;
}

span.underline-bar.newsletter {
    width: 330px;
}

.featured-items-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  background: #fff;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  padding: 30px;
}

.featured-items-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 6px;
  border-radius: 12px;
  background: linear-gradient(
    270deg,
    var(--main, #004F62) 0%,
    var(--comp-2, #C7EAFB) 25%,
    var(--comp-1, #3FA8B1) 50%,
    var(--accent, #F68D6E) 75%,
    var(--secondary, #8BD0C0) 100%
  );
  background-size: 300% 100%;
  animation: borderGradientMove 25s ease infinite; 
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  pointer-events: none;
}
.upcoming-events .section-title {
    border-bottom: none;
}
@keyframes borderGradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}




.featured-item-card {
  background: #fff;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  background-clip: padding-box;
  position: relative;
}



.featured-item-content {
  padding: 20px;
  position: relative;
  z-index: 1;
}

.featured-item-image img {
  display: block;
  width: 100%;
  border-radius: 10px;
  /* min-height: 340px; */
}

.featured-item-date {
  margin-bottom: 5px;
  color: rgba(66, 66, 66, 0.60);
  font-family: Barlow;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.featured-item-title {
  margin: 0;
  color: var(--main, #004F62);

/* h1 */
  font-family: Barlow;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.title-underline {
  display: block;
  width: 80px;
  height: 2px;
  background-color: #F68D6E;
  margin: 8px 0 16px;
}

.featured-item-description p {
  margin-bottom: 20px;
  color: #1E1E1E;

/* p */
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.featured-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 10px;
}

.members-only {
  color: rgba(66, 66, 66, 0.60);
  text-align: center;
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.featured-items{
	padding-top:0;
}
.featuredDates {display:flex;gap: 0px;flex-flow: column;}
.momence-session-teacher {
  display: none!important;
}
.momence-select:first-of-type {
  display: none!important;
}

.upcoming-events .section-title {
  margin-bottom: 30px;
  color: var(--dark, #424242);
  text-align: center;

/* h1-letterspace */
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.upcoming-event-item {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 20px;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  background: white;
}

.upcoming-event-item:last-of-type {
	margin-bottom: 60px;
	 
}

.upcoming-event-image img {
  max-width: 280px;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}

.upcoming-event-content {
  flex: 1 1 300px;
}

.upcoming-event-date {
  margin-bottom: 5px;
  color: rgba(66, 66, 66, 0.60);
  font-family: Barlow;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.btnd-center {
    justify-self: anchor-center;
}

.upcoming-event-title {
  margin: 0;
  color: var(--main, #004F62);

/* h1 */
  font-family: Barlow;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.title-underline {
  display: block;
  width: 90px;
  height: 2px;
  background-color: #F68D6E;
  margin: 10px 0;
}

.upcoming-event-description p {
  color: #1E1E1E;

/* p */
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.upcoming-event-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  min-width: 150px;
  gap: 8px;
  margin-left: auto;
  align-self: anchor-center;
}

.members-only {
  color: rgba(66, 66, 66, 0.60);
  text-align: center;
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.top-center h2 {
    margin-bottom: 10px;
    color: var(--main, #004F62);
    font-family: Barlow;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    justify-self: left;
}
.subtitle-bar.connect {
    width: 120px;
}
.top-center p {
    color: var(--main, #004F62);
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--dark, #424242);
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    text-align: left;
    margin-bottom: 55px;
}

 

section.int-center.section-white.scroll {
    padding-top: 25px;
}

.int-center-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
}

.int-center-item {
  text-align: left;
}

.int-center-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 15px;
  display: block;
}

.int-center-item h3 {
   /* azul escuro */
  margin-bottom: 8px;
  color: var(--main, #004F62);

/* h3 */
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.int-center-item p {
  color: var(--dark, #424242);

/* p */
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
section.center-access.section-white.scroll {
    padding-top: 10px;
}
.center-access-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 40px;
}

.access-text {
  flex: 1 1 300px;
  /* max-width: 480px; */
}

.access-info {
  display: flex;
  /* flex-direction: column; */
  gap: 70px;
  flex: 1 1 400px;
  max-width: 530px;
}

.info-box p {
  margin-bottom: 10px;
}

.info-link {
  display: inline-block;
  text-decoration: none;
  color: var(--accent, #F68D6E);
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.info-link i {
  margin-left: 5px;
}

.center-access-requirements {
  margin-top: 40px;
}

.center-access h3 {
  margin-bottom: 10px;
  color: var(--main, #004F62);

/* h1 */
  font-family: Barlow;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.center-access p {
  color: var(--main, #004F62);
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--dark, #424242);
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

a.text-link {
    color: var(--comp-1, #3FA8B1);

/* p */
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

p.boxTitle {
    color: var(--main, #004F62);
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.center-access ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.center-access ol li {
  margin-bottom: 8px;
  color: var(--dark, #424242);

/* p */
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.section-white.scroll.news.news-simple {
    padding-top: 0;
}

.news.news-simple .news-simple-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
  margin-top: 20px;
}
.news.news-simple .news-simple-cards > *:only-child {
  max-width: 550px;
   
}
.news.news-simple .news-simple-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}
section.section-white.scroll.single h1 {
    color: #004F62;

/* h1 */
    font-family: Barlow;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

section.section-white.scroll.single p {
    color: #1E1E1E;

/* p */
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}
.news.news-simple .news-simple-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}

.news.news-simple .news-subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: #004F62;
  margin-bottom: 10px;
}

.news.news-simple .event-date {
  display: block;
  margin-bottom: 4px;
  color: #F68D6E;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.news.news-simple .event-title {
  margin: 0;
  color: var(--main, #004F62);

/* h3 */
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 50px;
}

.single-news {
  padding: 0px 400px 0px 150px;
}

.back-to-news {
  display: inline-block;
  margin-bottom: 20px;
  text-decoration: none;
  color: #F68D6E;
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 50px;
}

.back-to-news i {
  margin-right: 6px;
}
a i.fa-solid.fa-arrow-right:hover {
    color: #004F62;
}
.news-title {
  margin-bottom: 20px;
  color: var(--dark, #424242);
  font-family: Barlow;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 94.836%; /* 37.935px */
}

.news-content {
    margin-bottom: 100px;
}
.news-image {
    /* justify-self: anchor-center; */
}
.news-date {
  margin-bottom: 20px;
  color: var(--main, #004F62);
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.news-divider {
  border: none;
  height: 1px;
  background-color: #cce7f1;
  margin: 30px 0;
}

.news-image img {
  width: 760px;
  height: auto;
  border-radius: 10px;
  margin-bottom: 30px;
  /* max-height: 600px; */
}

.news-content p {
  margin-bottom: 20px;
  color: #1E1E1E;

/* p */
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

section.section-white.scroll.contact p {
    color: #1E1E1E;

/* p */
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 20px;
}

section.section-white.scroll.contact {
    padding-top: 0;
}
section.section-white.scroll.single h2 {
    color: #1E1E1E;

/* h2 */
    font-family: Barlow;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

section.section-white.scroll.single {
    padding-top: 20px;
    padding-bottom: 90px;
}

span.underline-bar.notFound {
    width: 430px;
}
/*===========================================================================================================*/
/*=========================================== Events ========================================================*/
/*===========================================================================================================*/
/* UPCOMING (estático, estilo do mockup) */
.upcoming-events {/* margin-top: 48px; */}

.upcoming-eyebrow{
  margin: 0 0 20px;
  color: var(--dark, #424242);
  

/* h1-letterspace */
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.upcoming-grid{
  display:grid;
  grid-template-columns: 2fr 1.15fr;
  gap:28px;
}

.upcoming-left{
  background:#fff;
  /* border-radius:10px; */
  padding: 20px;
  box-shadow:0 1px 0 rgba(0,0,0,.04);
}

.upcoming-title{
  margin:0 0 10px;
  position:relative;
  color: var(--main, #004F62);
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.upcoming-title::after{
  content:"";
  display:block;
  width:116px;
  height: 3px;
  background:#F68D6E;
  border-radius:3px;
  margin-top:8px;
}

.upcoming-desc{
  margin:6px 0 18px;
  color: #1E1E1E;
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

 
/* linha */
.up-row-item{
  display:grid;
  grid-template-columns: 191px 1fr 90px; /* data | local flex | hora */
  grid-template-areas:
    "date loc time";
  align-items:center;
  gap:12px;
  padding: 15px;
  border-radius:10px;
  font-size:14px;
  color:#1F2A30;
  margin-bottom: 15px;
}
.event-main .btn-layout {
    padding: 8px;
    font-size: 16px;
    /* align-items: center; */
    height: auto;
}

/* alternância de fundo */
.up-row-item:nth-child(even){ background:#FFF; }
.up-row-item:nth-child(odd){
  background:linear-gradient(0deg, var(--white, #F9F9F9) 0%, var(--white, #F9F9F9) 100%), #FFF;
}

/* colunas */
.up-col{ display:flex; align-items:center; gap:8px; min-width:0; }
.up-date{grid-area:date;white-space:nowrap;color: var(--dark, #424242);font-family: Barlow;font-size: 15px;font-style: normal;font-weight: 400;line-height: normal;}
.up-loc {grid-area:loc;overflow:hidden;text-overflow:ellipsis;color: var(--dark, #424242);font-family: Barlow;font-size: 15px;font-style: normal;font-weight: 400;line-height: normal;}
.up-time{grid-area:time;white-space:nowrap;justify-self: self-start;color: var(--dark, #424242);font-family: Barlow;font-size: 15px;font-style: normal;font-weight: 400;line-height: normal;}

.up-col i{color: #424242;font-size:14px;}

 @media (max-width: 720px){
  .up-row-item{
    grid-template-columns: 1fr auto;          
    grid-template-areas:
      "date time"
      "loc  loc";
    row-gap:8px;
  }
  .up-date{ align-self:start; }
  .up-time{ align-self:start; }
  .up-loc { align-self:start; }
}


/* Card da direita */
.upcoming-right .up-card{
  background:#fff;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 1px 0 rgba(0,0,0,.04);
}
.upcoming-right .up-card img{
  width:100%;
  height: 137px;
  object-fit:cover;
  display:block;
}
.up-card-body{padding: 20px;}

.up-card-title{
  margin:2px 0 10px;
  color: var(--main, #004F62);
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.up-row{
  margin:6px 0;
  display:flex;
  align-items:center;
  gap:10px;
  color: var(--dark, #424242);
  font-family: Barlow;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.up-row i{color: #424242;}

.up-note{
  margin-top:10px;
  color: #1E1E1E;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.up-note a{text-decoration:none;color: #004F62;font-family: Barlow;font-size: 16px;font-style: normal;font-weight: 700;line-height: normal;}
.up-note a:hover{ text-decoration:underline; }

 @media (max-width: 960px){
  .upcoming-grid{ grid-template-columns:1fr; }
  .upcoming-right .up-card img{ height:190px; }
}


 .upcoming-item {
  display:flex;
  align-items:center;
  /* gap:10px 12px; */
  padding:12px 14px;
  border-radius:10px;
  font-size:14px;
  color:#1F2A30;
}

/* Ímpar (1º, 3º, 5º...) */
.upcoming-item:nth-child(even) {
  background:#FFF;
}

/* Par (2º, 4º, 6º...) */
.upcoming-item:nth-child(odd) {
  background: linear-gradient(
    0deg,
    var(--white, #F9F9F9) 0%,
    var(--white, #F9F9F9) 100%
  ), #FFF;
}

.upcoming-item i {color: #424242;font-size:14px;}
.upcoming-item .up-date { white-space:nowrap; }
.upcoming-item .up-loc { color:#2E3A40; }
.upcoming-item .up-time {
  margin-left:auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#2E3A40;
}

/* ====== Vars (ajuste se quiser) ====== */
:root{
  --teal:#0D7886;
  --accent:#F68D6E;
  --panel:#CFEAF6; /* azul claro da coluna direita */
  --ink:#1F2A30;
  --ink-2:#4C5A63;
  --card-bg:#fff;
  --radius:10px;
}

/* ====== Grid da seção ====== */
.events-more .events-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:24px;
}

@media (max-width: 980px){
  .events-more .events-grid{ grid-template-columns:1fr; }
.event-card{
 
  grid-template-columns: 60% 1fr; /* conteúdo | painel azul */
}
}

/* ====== Card ====== */
.event-card{
  background:var(--card-bg);
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:0 1px 0 rgba(0,0,0,.06);
  display:grid;
  grid-template-columns: 60% 1fr; /* conteúdo | painel azul */
}

@media (max-width: 980px){
  .events-more .events-grid{ grid-template-columns:1fr; }
.event-card{
 
  grid-template-columns: 60% 1fr; /* conteúdo | painel azul */
}
}

@media (max-width: 720px){
  .event-card{ grid-template-columns:1fr; }
}

/* coluna esquerda */
.event-main{
  padding: 20px;
}
.event-title{
  margin:0 0 10px;
  position:relative;
  color: var(--main, #004F62);
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.event-title::after{
  content:"";
  display:block;
  width: 94px;
  height: 3px;
  background:var(--accent);
  border-radius:3px;
  margin-top:6px;
}
.event-desc p{
  margin: 10px 0 20px;
  color: #1E1E1E;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* coluna direita (painel azul) */
.event-meta{
  background: var(--comp-2, #C7EAFB);
  padding: 15px;
  display:flex;
  flex-direction:column;
  gap: 10px;
  justify-content: center;
}
.meta-row{
  display:flex;
  align-items:center;
  gap: 5px;
  color: var(--dark, #424242);
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.meta-row i{ color:#5B6A72; }

/* load more */
.events-loadmore{
  display:flex;
  justify-content:center;
  margin-top: 50px;
}

@media (max-width: 720px){
.event-meta{
	padding:20px;
    
}
}

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

/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer-border {
  height: 8px;
  background: linear-gradient(270deg, var(--main, #004F62) 0%, var(--comp-2, #C7EAFB) 25%, var(--comp-1, #3FA8B1) 50%, var(--accent, #F68D6E) 75%, var(--secondary, #8BD0C0) 100%);
  background-size: 300% 100%;
  animation: footerGradientSlide 22s ease infinite;
}

@keyframes footerGradientSlide {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.site-footer {
  /* font-size: 0.95rem; */
  color: #004F62;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
}

.footer-left-area,
.footer-right-area {
  /* flex: 1; */
  padding: 50px;
}

.footer-left-area {
  background-color: #8BD0C0; /* verde claro */
}

.footer-right-area {
  background-color: rgba(139, 208, 192, 0.70)!important; /* tom diferente para a direita */
  display: flex;
  align-items: center;
}

.footer-inner {
  /* max-width: 960px; */
  display: flex;
  width: 100%;
}

.footer-left-area .footer-inner{
	gap:50px;
}

.footer-logo {
  max-width: 190px;
  /* margin-bottom: 30px; */
}

.footer-contact h4{
color: var(--main, #004F62);
font-family: Barlow;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}  
.footer-contact a:hover h4 i {
  transform: translateX(8px);
  transition: transform 0.3s ease;
}
.footer-contact h4 i {
  transition: padding 0.3s ease;
}
.footer-subscribe h3{
	margin-bottom:20px;
	color: var(--main, #004F62);
	font-family: Barlow;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
} 

.footer-subscribe a h3,
.footer-subscribe .footer-socials p a,
.footer-subscribe .footer-socials > div a {
  transition: transform 0.3s ease;
  display: inline-block;
}

.footer-subscribe a:hover h3,
.footer-subscribe .footer-socials p a:hover,
.footer-subscribe .footer-socials > div a:hover {
  transform: translateY(-5px);
}


.footer-cta {
  color: #004F62;
  font-size: 24px;
  font-weight: 700;
}


.footer-subscribe .fab.fa-facebook,.footer-subscribe .fab.fa-instagram{
	color: var(--main, #004F62);
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.footer-contact i,
.footer-right i {
  color: #004F62;
  /* margin-left: 10px; */
}

.address-footer {
  margin: 20px 0;
  color: var(--dark, #424242);

/* p */
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-subscribe p a {
  display: flex;
  align-items: center;
  gap: 10px;
  /* margin-bottom: 20px; */
  color: var(--main, #004F62);
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer-socials {
  display: flex;
  gap: 30px;
  align-items: anchor-center;
}

.footer-socials a {
  color: #004F62;
  font-size: 20px;
}

.footer-copy {
  margin-top: 20px;
  color: var(--dark, #424242);
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-right-area p {
  margin: 20px 0;
  color: var(--dark, #424242);

/* p */
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-right-area .btn-layout {
  /* margin-top: 20px; */
  max-width: 150px;
  display: inline-flex;
}


.footer-left-area {
  flex: 1.9;  
}
.footer-right-area {
  flex: 1;
}

.footer-contact i.fa-solid.fa-arrow-right {
    color: var(--main, #004F62);
    font-family: "Font Awesome 6 Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-left: 20px;
}

.footer-right-area .footer-inner.container-lg{
	 flex-flow: column;
}

.footer-socials div {
    display: flex;
    gap: 20px;
}


/*===========================================================================================================*/
/*=========================================== MOBILE ========================================================*/
/*===========================================================================================================*/


@media (max-width: 1200px) {
  
.two-cols {
	flex-flow:column;
}
}

@media (max-width:1114px){
.container-lg.home{
	padding-left:50px;
	padding-right:50px;
}
	.bridgeHome {
    padding-left:50px;
	padding-right:50px;
   }
	.footer-columns{
		flex-flow:column-reverse;
	}
	.footer-left-area,
  .footer-right-area {
    padding: 40px 10px;
  }
	 .hero-banner {
		padding:10px;
	}

.single-news {
padding:0
}
}
@media (max-width:930px){
.content-row {
	flex-flow:column;
}
.content-row.reverse {
     flex-direction: row;
     flex-flow: column-reverse;
}
	 .video .image-block {
    display: block;
    width: 100%;
	   
  }
	.news .container-lg.home.two-cols
	{
		padding:10px 30px;
	}
	.two-cols {
		 gap:10px;
	}

	.feature-box {
			max-width:100%;
			width: 137%;
			flex: auto;
	}

	.quote-row {
		padding:30px;
	}
	
}

 @media (min-width:1920px){
.event-item img {
  width: 100%;
  min-height: 346px;
  border-radius: 10px;
  display: block;
  object-fit: cover;
}
.bridgeHome .section-subtitle {
		max-width:70%;
}
.featured-item-image img {
   /* min-height: 440px; */
}

 .top-center p {
	     max-width: 70%;
 }
 }

@media (max-width:850px){
.events-list {
	flex-flow:column;
	width: 100%;
	margin-bottom: 20px;
}
	
}

@media (max-width: 768px) {
  .footer-left-area .footer-inner {
	   
	  flex-flow: column;
	 }
	.h1-bnn{
		font-size: 50px;
	}
	.hero-banner .highlight{font-size: 60px;}
	.hero-banner_content {
		max-width:100%
	}
.featured-items-grid {
	padding:10px;
}
	.featured-item-footer {flex-direction: column-reverse;align-content: flex-start;}
	.upcoming-event-cta {/* display: flex; */margin-left: 0;/* flex-wrap: wrap; */align-items: flex-start;}
	.upcoming-event-image img {
		max-width:100%;
		
	}

.featured-item-image img {
  display: block;
  width: 100%;
  min-height: auto;
}

	.upcoming-event-item
	{
		justify-content:center;
	}



}
@media (max-width:595px){
.upcoming-event-item {
        justify-content: flex-start; }

	.access-info {
		flex-flow:column;
	}
}
@media (max-width:530px){
.container-lg.home{
	padding-left:20px;
	padding-right:20px;
}
	.bridgeHome {
    padding-left:20px;
	padding-right:20px;
   }

	.footer-socials{
		flex-flow: column;
		gap: 20px;
		align-items: flex-start;
	}

section.featured-items.section-white.scroll .container {
    padding-left: 5px;
    padding-right: 5px;
}
.blueBox {
	padding-left:13px;
}
}

.form-wrapper {
  max-width: 600px;  
  width: 100%;
   
  display: flex;
  flex-flow: column;
}


.ready  {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}

 
.container-lg.home > .content-row{
  display: grid !important;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  grid-template-areas: "text image";
  gap: 50px;
  align-items: center;    
  margin-bottom: 4rem;
}
.container-lg.home > .content-row > .text-block{ grid-area: text; }
.container-lg.home > .content-row > .image-block{ grid-area: image; }
.container-lg.home > .content-row:nth-child(even){
  grid-template-areas: "image text";
}

/* ===== Extra Large Screens (>=1800px) ===== */
@media (min-width: 1800px){
  .container-lg.home > .content-row:nth-child(odd) > .text-block{
    padding-left: 250px;
    padding-right:0;
    /* font-size:1.1rem; */
  }
  .container-lg.home > .content-row:nth-child(even) > .text-block{
    padding-right:100px;
    padding-left:0;
    
  }
  .text-block h1{
		font-size:35px;
  }
.standard p {
  font-size:23px;
}
}

/* ===== Mobile ===== */
@media (max-width: 930px){
  .container-lg.home > .content-row{
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "image"
      "text";
    gap: 20px;
    margin-bottom: 2.5rem;
    align-items: start;
  }
  .container-lg.home > .content-row:nth-child(even){
    grid-template-areas:
      "image"
      "text" !important;
  }
  .container-lg.home > .content-row > .text-block{
    padding-left:20px !important;
    padding-right:20px !important;
    font-size:inherit;  
  }
}
