.wrpCarouselHome {
  padding: 0;
  margin: 0;  
	position: relative;
}
.carHomeHero {
  height: calc(100vw * 0.7);
  width: 100%;
}
.carHomeHeroSlide {
  display: block;
  padding-left: var(--lftHomeTagLine);
  padding-top: var(--topHomeTagLine);
  position: relative;
}
.sliHomeHero1 {
	background: -moz-linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../img/bg01.jpg);
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../img/bg01.jpg);
	background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../img/bg01.jpg); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	width: 100%;
}
.sliHomeHero2 {
	background: -moz-linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../img/bg02.jpg);
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../img/bg02.jpg);
	background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../img/bg02.jpg); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	width: 100%;
}
.sliHomeHero3 {
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../img/bg06.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../img/bg06.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../img/bg06.jpg); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.sliHomeHero4 {
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../img/bg10.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../img/bg10.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../img/bg10.jpg); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.sliHomeHero5 {
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.60)), url(../img/bg11.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.60)), url(../img/bg11.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.60)), url(../img/bg11.jpg); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.sliHomeHero6 {
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.80)), url(../img/bg12.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.80)), url(../img/bg12.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.80)), url(../img/bg12.jpg); 
  background-position: center center;
  background-repeat: repeat;
  background-size: 35%;
  width: 100%;
}
.txtHeroTagline,
.txtHeroTaglineNFT {
  color: white;
  font-size: var(--fontSizeTextHero);
  margin: 0;
  position: relative;
  width: 100%;
}
.txtHeroTaglineNFT {
  font-size: 1.2rem;
}




.wrpCarouselArticle {
  background-color: white;
  padding: var(--padWrpHomeArticle);
}
.carHomeArticle {
  height: var(--heiHomeArticle);
  width: 100%;  
}
.wrpHomeArticle {
	border: 0;
  height: var(--heiHomeArticle);
  margin: 5px;
  position: relative;
  width: 100%;
}
.wrpHomeArticleImage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: calc(var(--heiHomeArticle) - 2px);
  width: calc(var(--heiHomeArticle) - 2px);  
}
.imgArticle20210915 {
  background-image: url('../img/thHomeArticle20210915.jpg');
}
.imgArticle20210809 {
  background-image: url('../img/thHomeArticle20210809.jpg');
}
.imgArticle20210719 {
  background-image: url('../img/thHomeArticle20210719.jpg');
}
.imgArticle20210601 {
  background-image: url('../img/thHomeArticle20210601.jpg');
}
.imgArticle20210427 {
  background-image: url('../img/thHomeArticle20210427.jpg');
}
.imgArticle20210212 {
  background-image: url('../img/thHomeArticle20210212.jpg');
}
.imgArticle20210202 {
  background-image: url('../img/thHomeArticle20210202.jpg');
}
.imgArticle01 {
  background-image: url('../img/thHomeArticle20200924.jpg');
}
.imgArticle02 {
  background-image: url('../img/ppLLou.jpg');
}
.imgArticle03 {
	background-image: url('../img/thHomeArticle20201204.jpg');
}
.imgArticle04 {
	background-image: url('../img/thHomeArticle20201124.jpg');
}
.imgArticle05 {
	background-image: url('../img/thHomeArticle20200917.jpg');
}
.imgArticle06 {
  background-image: url('../img/thHomeArticle20210104.jpg');
}
.txtHomeArticle {
  display: inline-block;
  font-size: var(--fontSizeTextHomeArticle);    
  padding: 10px;
  position: absolute;
  top: 0;
  width: calc(100% - var(--heiHomeArticle));
  vertical-align: middle;
}
.txtArticleLang {
  font-style: italic;
  font-size: var(--fontSizeTextSmall);
}





.wpAboutBOA {
	border: 0;
  font-size: var(--fontSizeTextLarge);
  padding: var(--padWrpHomeAboutBOA);
  text-align: center;
  width: 100%;
}





.wrpCarouselWhyBOA {
  background-color: white;
  padding: var(--padWrpHomeStandard);  
}
.carHomeWhyBOA {
  height: var(--heiHomeArticle);
  width: 100%;  
}
.wrpHomeWhyBOA {
  align-content: center;
  display: flex !important;
  flex-direction: row;
  height: var(--heiHomeWhyBOA);
  justify-content: center;
  margin: 5px;
  position: relative;
  width: 100%;
}
.wrpHomeWhyBOAImage {
  display: inline-block;
  height: var(--heiHomeWhyBOA);
	height: auto;
	text-align: center;
  width: 100%;  
	
	background-color: white;
	color: black;
	font-size: var(--fontSizeTextLarge);
  border-radius: var(--widRoundCornerLarge);
}
.wrpHomeWhyBOAImage:hover + .txtHomeWhyBOAText {
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 2;
  animation: animista-flip-in-hor-top;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  background-image: none;
}
.wrpHomeWhyBOAImage > figcaption {
	background-color: var(--clrPri02);
}
[class^='imghvr-'], [class*=' imghvr-'] {
	background-color: transparent;	
}
[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
	background-color: var(--clrPri02);	
	padding: 12px 12px 16px 12px;
}
[class^='imghvr-reveal-']:before, [class*=' imghvr-reveal-']:before {
	background-color: var(--clrPri02);	
}

.imgHomeWhyBOA {
	/*
	height: var(--heiHomeWhyBOAImage);
	*/
	height: auto;
	width: var(--widHomeWhyBOAImage);  
}
.txtHomeWhyBOA {
  background-color: var(--clrPri02);
  display: inline-block;
  padding: 5px;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: var(--widHomeWhyBOAText);
}
.txtHomeWhyBOATitle {
  display: inline-block;
  font-size: var(--fontSizeTextLarge);
  font-weight: bold;
  padding: var(--padTextBox);
  position: relative;
  text-align: center;
  width: 100%;
}
/*
.txtHomeWhyBOAText{
  background-color: var(--clrBOAGold);
  border-radius: var(--widRoundCornerLarge);
  color: white;
  display: none;
  font-size: var(--fontSizeTextLarge);
  height: 100%;
  left: 0;
  padding: var(--padTextBox);
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%; 
}
*/

.alertBox {
  background-color: var(--clrPri01);
  left: 0;
  padding: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1040;
}
.alertBoxText {
  color: white;
  font-size: var(--fontSizeTextLarge);
  margin: auto;
  width: 100%;
}
.alertBoxText a {
  color: white;
  font-weight: bold;
}
.alertBoxText p:last-child {
  padding-bottom: 0;
}
.alertBoxClose {
  margin-left: 15px;
  color: white;
  float: right;
  font-size: var(--fontSizeTextLarge);
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
