/*@media screen and (max-width:1200px){*/
	/*.container {*/
		/*max-width: 1200px;*/
	/*}*/
/*}*/


/*@media screen and (max-width:768px){*/
	/*.container {*/
		/*max-width: 100%;*/
	/*}*/

/*}*/

/*@media screen and (max-width:576px){*/
	/*.container {*/
		/*max-width: 100%;*/
	/*}*/

/*}*/

/*body{*/
	/*padding-top: 72px;*/
	/*!* font-family: "Work Sans", sans-serif; *!*/
	/*font-family: 'Roboto', sans-serif;*/

	/*color: #454545;*/
	/*font-weight: 300;*/

/*}*/

body {
	background-color: #000;
	overflow-x: hidden;
	font-size: 1.0vw;
	line-height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #454545;
	font-weight: 400; }

.img-responsive{
	display: block;
	height: auto;
	max-width: 100%;
}

.privacy {
	font-family: "Poppins", sans-serif;
	color: rgb(225,239,242);
	display: flex;
	flex-direction: column;
	font-size: 16px;
	padding-left: 10vw;
	padding-right: 10vw;
	padding-top: 10vh;
	padding-bottom: 10vh;
	line-height: 26px;
}

.privacy p {
	margin-top: 15px;
	margin-bottom: 15px;
    font-size: 16px;
}

.privacy h2 {
	font-weight: bolder;
	padding-top: 16px;
	font-size: 24px;
	margin-bottom: 24px;
}

/* nav */
nav {
	padding-top: 2vh;
	padding-left: 0%;
	padding-bottom: 0.8vh;
	font-family: "Poppins", sans-serif;
	font-size: 1.0vw;
	height: 6.7vh;
	margin: 0%;
	display: flex;
	flex-flow: row;
}

.gamePage>.nav-logo {
	width: 100%;
	height: 100%;
	min-width: 56px;
	padding-left: 0.6vw;
	margin: 0;
	flex: 1;
	z-index: 1;
}

.nav-button {
	width: 100%;
	height: 100%;
	margin-right:12%;
	margin-left: 12%;
	margin-top: 0;
	margin-bottom: 0;
	flex: 5.5;
	display: flex;
	flex-direction: row;
	align-items: center;
	z-index: 9;
}

.nav-button-game {
    display: flex;
    position: absolute;
    z-index: 9;
    width: 50%;
    top: 2vw;
    font-size: 1.5vw;
    left: 33em;
}

.close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px 10px;
	background-color: #ffffff;
	color: #000;
	border: none;
	cursor: pointer;
  }
  
.wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;}

.hidden-player {
	display: none;
  }
  
.centered-player {
	left: 22%;
	right: 13.4%;
    /* transform: translate(-50%, -50%); */
    display: none;
    flex: 2.8;
    z-index: 8;
    top: 10.4%;
	bottom: 10.4%;
    position: absolute;
    width: 56vw; 
    height: 31.5vw;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    /* height: 35%; */
  }

.centered-player2 {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
  
.centered-player iframe {
	width: 100%;
	height: 100%;
  }

.play-button {
	display: flex;
    flex: 2.8;
    z-index: 8;
    top: 17em;
    position: absolute;
    width: 100%;
    right: 1em;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;}

.wrapper{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; 
}


.youtube-button img{
	z-index: 8;
    top: 24em;
    position: absolute;
    width: 4%;
    margin-left: 48vw;
    margin-right: 50vw;}

.button-item {
	width: 25%;
	/* height: 100%; */
	padding: 0%;
	text-align: center;
	line-height: 100%;
	overflow: hidden;
}

.button-text {
	width: 100%;
	/* height: 100%; */
	font-weight: bold;
	color: rgb(225,239,242);
}
.nav-icon {
	/* padding-right: 1.0vw; */
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	z-index: 8;
	justify-content: space-between;
}
/* character */
.allcharacter{
	position: relative;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-top: 2vw;
}

.character-text {
    left: 5vw;
    position: absolute;
    top: 0vw;}

.character{
	position: absolute;
    width: 100%;
}
.characterh1{
	font-size: 3.5vw;
    display: flex;
    flex-direction: column;
    height: 5%;
    align-items: center;
    color: white;
    padding: 3vw;
}

.characterh2{
	font-size: 3vw;
    position: absolute;
    left: -4vw;
    top: 15vw;
    width: 35vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.allcharacter2 {
	display: flex;
    /* position: relative; */
	flex-flow: column;
    padding-left: 6vw; 
    padding-right: 6vw;
    padding-top: 2vw;
}


.characterh3div {
	/* font-size: 3.5vw; */
    /* display: flex; */
	flex: 1;
	/* flex-direction: row; */
	/* flex: 1 0 80%; */
	left: 0vw;
	padding:4vw;
    top: 5%;
	width: 100%;

}

.carouseldiv {
	flex: 4;
	/* display: flex; */
	/* flex: 1 0 80%; */

}

.characterh3 {
	font-size: 3.5vw;
    display: flex;
    z-index: 1000;
    color: #ffffff;
	align-items: center;
    justify-content: center;
	position: relative;
    
   }

p.character-p {
	display: flex;
    flex: 1;
    position: absolute;
    left: 5vw;
    top: 24vw;
    font-size: 1.5vw;}

.character-coloumn1{
	flex:1;
	display: flex;
	flex-direction: column;
}

.character-coloumn2{
	width: 70vw;
    top: -15vw;
    position: absolute;
    left: 25vw;
    padding: 4vw;
}

img.star1 {
	position: absolute;
    width: 25vw;
    top: 1vw;
    left: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2vw;}

img.star3 {
	position: absolute;
    width: 22vw;
    top: 18vw;
    left: 1.1vw;}


img.level {
	position: absolute;
    width: 5vw;
    top: 1vw;
    left: 66.5vw;
	}


.character-avatar{
	flex: 1;
    width: 6vw;
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 24vw;
    left: 6vw;
    height: 4vw;
	z-index: 1000;
}

.character-icon{
	flex: 1;
	width: 100%;
	height: 100%;
	padding: 8%;
	object-fit: contain;
}

.show-text{
	display: block;
}

.hidden-text{
	display: none;
}

.character-main{
	width: 90%;
	/* height: 100%; */
}


.sms-box {
	padding: 0%;
	margin: 0%;
	width: 25%;
	height: 100%;
}

.cover {
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 1; /* 默认为100%不透明 */	
}

.img.cover.opacity-50 {
    opacity: 0.5; /* 50%透明度 */
}

._cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.homeBigPhoto {
	display: flex;
	width: 100%;
	max-height: 41.01vw;
	padding-left: 8vw;
	padding-right: 8vw;
	padding-top: 4.8vh;
	/* padding-left: 0px; */
	padding-bottom: 8px;
	/* height: 703px; */
	margin: 0px;
}

.homeDescribe {
	display: flex;
	flex-flow: column;
	font-family: "Poppins", sans-serif;
	font-size: 1.0vw;
	/* height: 35vh; */
	/* min-height: 30vh; */
	margin-left: 20vw;
	margin-right: 20vw;
	margin-top: 3.5vh;
	margin-bottom: 3.5vh;
	/* margin-bottom:0%; */
	line-height:normal;
	/* background-color: gray; */
	color: rgb(225,239,242);
}

.textMain {
	/*  字体  */
	font-family: -apple-system, BlinkMacSystemFont, 'Microsoft YaHei', sans-serif;
	
	/*  字号 */
	font-size: 1.43vw;
	
	/*  字体颜色  */
	/* color: #333; */

	/* 字体排版 */
	text-align: center;
	/* 行距 */
	line-height: 1.75;
  }

.homeGame {
	display: flex;
	flex:1;
	flex-flow: column;
	font-family: "Poppins", sans-serif;
	font-size: 1.5vw;
	/* padding-left: 20vw;
	padding-right: 20vw;
	padding-top: 1.5vh;
	padding-bottom: 6.5vh; */
	color: rgb(225,239,242);

}

.gameInfo {
	flex: 5;
	height: 10vh;
	position: relative;
	max-height: 29.3vw;
	margin-bottom: 5.0vh;
}
/* 
.gameInfo a img {

} */
img {
	aspect-ratio: attr(width) / attr(height);
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* 透明度为0.5的黑色背景 */
	display: none; /* 初始状态下隐藏 */
	z-index: 9999; /* 设置遮罩层的层级 */
	cursor: pointer; /* 鼠标指针样式为手型 */
  }

.overlay2 {
	position: absolute;
	top: 25.7vw;
    left: 30.83vw;
    width: 13.0252vw;
    height: 4.2vw;
    background-color: rgb(0 0 0 / 78%);
    z-index: 9999;
    border-radius: 100px;
  }

.overlay3 {
	position: absolute;
    top: 25.7vw;
	left: 55.199vw;
    width: 13.0252vw;
    height: 4.2vw;
    background-color: rgb(0 0 0 / 78%);
    z-index: 9999;
    border-radius: 109px;
  }



img.logo {
    position: absolute;
    z-index: 10;
    width: 20%;
    left: 0px;
    top: 1em;}

.homeGameName {
	position: absolute;
	display: flex;
	bottom: 0%;
	left: 0%;
	height: 12%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

.gameInfoName {
	flex:3;
	bottom: 5%;
	padding-top: 2%;
	padding-left: 0.8%;
	overflow: hidden;
	font-size: 1.5vw;
	font-weight: bold;
}

.gameInfoIcon {
	flex: 1;
	display: flex;
	bottom: 1%;
	right: 1%;
}
.gameIconBox{
	flex: 1 ;
	border-radius: 3px;
	/* background-color: rgba(0,0,0,0.5); */
	padding: 4%;	
}

._h2 {
	text-align: center;
    font-size: 2.0vw;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
}

._h22 {
	text-align: center;
    font-size: 2.0vw;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
	top: 5vw;
    position: relative;
	display: flex;
    justify-content: center;
}

/*start1  */
/* 轮播容器样式 */
#myCarousel1 {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
  }

#myCarousel2{
	width: 38%;
    height: 100%;
    position: relative;
    overflow: hidden;
    left: 62%;
  }
  
  /* 轮播项样式 */
  .carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .carousel-item1 img {
	width: 10%;
	height: 10%;
	object-fit: cover;
  }
  .carousel-item2 img {
	width: 30%;
	height: 30%;
	object-fit: cover;
  }
  
  /* 左右切换按钮样式 */
  .carousel-control-prev,
  .carousel-control-next {
	width: 5%;
	height: 100%;
    top: 10%;
  }
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
  }
  
  /* 指示符样式 */
.carousel{
	/* position: relative; */
	display: flex;
	flex: 1 0 80%;
    padding-top: 12vw;
    padding-bottom: 2vw;
    /* width: 100vw; */
    height: 50vw;
	justify-content: center;
}

  .carousel-indicators {
	margin-inline-start: 0px;
    margin-inline-end: 0px;
    top: 87%;
  }
  
  .carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 5px;
	cursor: pointer;
	transition: background-color 0.3s ease;
  }
  
  .carousel-indicators li.active {
	background-color: #000;
  }
  /* end1 */

.container {
    position: relative;
    width: 120%;
    line-height: 1.5;
    word-spacing: 1px;
}
.container2 {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
		line-height: 1.5;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#carousel_tes {
    padding-left: 15vw;
    padding-right: 15vw;
	margin-block-end: 5vw;
}

#carousel_video {
    padding-left: 15vw;
    padding-right: 15vw;
}

.carousel-inner {
    position: relative;
    width: 90%;
    /* left: 5vw; */
    overflow: hidden;
    /* border: 3mm ridge rgb(100 105 111 / 60%); */
}


.carousel-inner2 {
    position: relative;
    width: 90%;
    /* left: 5vw; */
    overflow: hidden;
    /* border: 3mm ridge rgb(100 105 111 / 60%); */
}


/* .carousel-inner {
	display: flex;
}


.carousel-indicators {
	margin-bottom: 0%;
}

.carousel-indicators li{
	width: 3.0vw;
	height: 0.5vh;
	padding-bottom: 0.vh;
	padding-left: 0.2vw;
	padding-right: 0.2vw;
} */

.carousel-control-prev span {
	width: 6.0vw;
	height: 3.5vh;
}

.carousel-control-next span {
	width: 6.0vw;
	height: 3.5vh;
}

.homeSection {
	width: 100vw;
	font-family: "Poppins", sans-serif;
}

.homeSectionName {
	text-align: center;
	color: rgb(225,239,242);
}

.gameList {
	display: flex;
	flex-flow: row wrap;
	padding-left: 6.0vw;
	padding-right: 6.0vw;
	margin-bottom: 18.0vh;
	font-family: "Poppins", sans-serif;
	font-size: 0.7vw;
	color: rgb(225,239,242);
}

._h5 {
	flex: 1;
	font-size: 1.8vw;
	font-weight: bold;
}

.gameItem {
	display: flex;
	flex: 1 0 40%;
	margin-left: 2.0vw;
	margin-right: 2.0vw;
	margin-top: 5.0vh;
	background-color: rgba(12,12,9);
}

.gameItemIcon {
	flex: 1;
	padding-left: 1.5vw;
	padding-right: 1.5vw;
	padding-top: 1.0vw;
	padding-bottom: 1.6vw;
}
.gameItemDescribe {
	display: flex;
	flex-flow: column;
	flex: 3;
	padding-top: 1.0vw;
	padding-right: 2.0vw;
	padding-left: 1.6vw;
	padding-bottom: 1.4vw;

}

.gameItemDescribe p {
	flex: 3;
	line-height:4vh;
	overflow: hidden;
}


.gamePage {
	display: flex;
	z-index: 2;
	flex-direction: column;
	font-family: "Poppins", sans-serif;
	/*margin-left: 13vw;
	margin-right: 13vw;*/
	margin-top: 0.1vh;
	margin-bottom: 0vh;
	/*padding-left: 2vw;
	padding-right: 2vw;*/
	border:rgba(255,255,255,0.25)
}



.gamePageIcon {
	display: flex;
	margin-top: 3vh;
	margin-bottom: 3vh;
}

.gamePageGameIcon {
	flex: 1;
	padding-left: 0vw;
	/* padding-right: 1.5vw;
	padding-top: 1.0vw;
	padding-bottom: 1.6vw; */
}



.gamePageGameMain {
	display: flex;
	flex-direction: column;
	color: rgb(225,239,242);
	flex: 3;
	/* padding-top: 3.0vw;
	padding-right: 2.0vw;

	padding-bottom: 3vw; */
}

.gamePageGameMainA  {
	flex: 0.7;
	margin: 0%;

}

.gamePageGameMainA a h4 {
	display: flex;
	font-weight: bold;
	color: rgb(225,239,242);
	font-size: 2.8vw;
	margin-bottom: 0%;
	justify-content: center; /* 新增：水平居中对齐 */
}

/*.gamePageGameStore {
	display: flex;
	flex: 1.8;
	padding-top: 0vh;
	padding-bottom: 4.0vh;
	padding-left: 0%;
	padding-right: 2.0vw;
}

.gamePageGameStore a {
	flex-basis: 15%;
}
.gamePageGameStore a img{
	padding-right: 2.0vw;
}*/

.gamePageGameStore {
	display: flex;
	flex: 1.8;
	padding-top: 5vh;
	padding-bottom: 1.0vh;
	padding-left: 0%;
	padding-right: 2.0vw;
	justify-content: center; /* 新增：水平居中对齐 */
}

.gamePageGameStoregame {
	display: flex;
    flex: 2.8;
    z-index: 8;
    top: 16em;
    position: absolute;
    width: 100%;
    justify-content: space-around;
    font-size: 1vw;
    padding: 25vw;}

.gamePageGameStore a {
	flex-basis: 30%; /* 修改：将初始大小改为父容器的50% */
	display: flex; /* 新增：使用弹性布局 */
	justify-content: center; /* 新增：水平居中对齐 */
	align-items: center; /* 新增：垂直居中对齐 */
	margin-right: 0.5vw; /* 调整图标之间的右边距 */
}

.gamePageGameStoregame a {
	flex-basis: 29%;
    display: flex;}

.gamePageGameStore a:last-child {
	margin-right: 0; /* 最后一个图标的右边距设为0 */
}

.gamePageGameStore a img {
	width: 25%; /* 新增：将图片宽度缩小为50% */
	height: auto; /* 新增：保持高度自适应 */
}

.GamePageText {
	font-family: "Poppins", sans-serif;
	color: rgb(225,239,242);
	line-height: normal;
	font-size: 1.0vw;
	display: grid;
    justify-items: start;
    margin-left: 20vw;
    margin-right: 20vw;
	margin-block-end: 2vw;
}

.newsBanner {
	margin-top: 1%;
	margin-bottom: 7vh;
}

.newsList {
	display: flex;
	flex-direction: column;
	font-family: "Poppins", sans-serif;
	margin-left: 9vw;
	margin-right: 10vw;
	margin-top: 5vh;
	margin-bottom: 5vh;
	padding-left: 1vw;
	padding-right: 2vw;
}

.newsItem {
	display: flex;
	flex-flow: column;
	background-color: rgba(12,12,9);
	margin-bottom: 1.2vh;
}

.newsItemName {
	flex: 1;
	flex-basis: 100%;
	font-size: 2.0vw;
	margin-top: 1.3vh;
	margin-bottom: 0.7vh;
}

.newsItemMain {
	flex: 4;
	display: flex;
	flex-flow: row wrap;
	border-bottom: 0.1vh rgba(255,255,255,0.25) ;
}

.newsItemMainPhoto {
	flex: 2;
	max-height: 25vh;
}

.newsItemMainText {

	color: rgb(225,239,242);
	flex: 4;
	display: flex;
	font-size: 1.2vw;
	margin-left: 0.2vw;
	padding-top: 1vh;
	flex-direction: column;
}
.newsItemMainText p{
	display: block;
	line-height: 200%;
	margin-bottom: 0%;
	flex: 1;
}

.newsItemMainText span{
	color: #cccccc;
	display: block;
	font-size: 0.7vw;
	flex: 1;
}

.newsText {
	padding-left: 10vw;
	padding-right: 10vw;
	color: rgb(225,239,242);
	font-size: 1.0vw;
}

.pagination_avtive{
	width: 100%;
    height: 100%;
    display: block;
    padding: 5px 15px;
    background: rgba(12,12,9);
    color: rgb(225,239,242);
    border: 1px solid rgba(12,12,9);
    border-radius: 4px;
}

.pagination_a{
	width: 100%;
    height: 100%;
    display: block;
    padding: 5px 15px;
    color: rgba(255, 244, 244, 0.8);
}

.pagination_a:hover{
    background: #3d85c6;
    color: rgb(225,239,242);
    border: 1px solid #3d85c6;
    border-radius: 4px;
}

.pagination_li{
	margin: 2px;
}

a {
	color: rgb(225,239,242);
}
a:hover {
	color: rgb(225,239,242);
}

.aboutUs {
	color: rgb(225,239,242);
}

.rgb(225,239,242)back {
	background-color: rgb(225,239,242);
	margin-top: 0%;
	display: flex;
	flex-direction: column;
}

.aboutUsText {
	display: flex;
	background-color: black;
	flex-direction: column;
	color: #E1EFF2;
	font-size: 1vw;
	/* margin-top: 10vh; */
	/* padding-top: 6vh; */
	margin-bottom: 5vh;
	padding-bottom: 6vh;
	margin-left: 20%;
	padding-left: 10%;
	padding-right: 10%;
	margin-right: 20%;
}

.aboutUsText p {
	display: block;
	/* padding-bottom: 0.8vh; */
	text-align: center;
	letter-spacing: normal;
	line-height: 1.875em;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0%;
	margin-inline-end: 0%;
}

.aboutUsTeam {
	display: flex;
	flex-direction: column;
	background-color: black;
	flex-direction: column;
	color: #E1EFF2;
	font-size: 2.0vw;
	padding-top: 6vh;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 10vh;
	padding-bottom: 6vh;
}

.aboutUsTeam h2 {
	padding-bottom: 3vh;
}


.aboutUsMap {
	/* padding-left: 10vw;
	padding-right: 10vw; */
	padding-top: 1%;
	/* padding-bottom: 2%; */
	padding-left: 20%;
	padding-right: 20%;
	/* margin-top: 2vh; */
	/* margin-bottom: 16vh; */
}

.aboutUsPhoto {
	margin-top: 8.0vh;
	margin-bottom: 12.0vh;
	background-color: rgba(12,12,9);
	margin-left: 10vw;
	margin-right: 10vw;
}

.aboutUsPhoto div img {
	padding-left: 0.1vw;
	padding-right: 0.1vw;
}

._footer {
	display: flex;
	background-color: #000000;
	font-family: "Poppins", sans-serif;
	flex-flow: column;

}

.footerloongcheer{
	position: relative;
	padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 10vw;
}

.footer-info {
	flex: 1.5;
	display: flex;	
	padding-bottom: 1.0vh;
	flex-direction: column;
	font-size: 0.5vw;
	/* font-weight: bold; */
	text-align: center;
}

.footer-info p {
	flex: 0.7;
	margin: 0;
	color: rgb(225,239,242);
	padding-top: 1vh;
	padding-bottom: 1vh;
	line-height: 100%;
	font-family: "Gill Sans", sans-serif;
}

.footer-info p a {
	color: rgb(225,239,242);
}


.footer-icons {
	flex: 1;
	display: flex;
	/* flex-wrap: wrap; */
	padding-left: 42%;
	padding-right: 43%;
	padding-top: 1%;
	margin: 2vh;
}

.footer-icons a {
	width: 100%;
	height: 100%;
	padding-bottom: 1.0vh;
	padding-top: 0vh;
	padding-left: 5.5%;
	padding-right: 5.5%;
	object-fit: contain;
}

.footer-copyright {
	background-color: #000000;
	font-family: "Poppins", sans-serif;
	padding-left: 10vw;
	padding-right: 10vw;
	padding-bottom: 0.1vh;
	/* padding-top: 2.0vh; */
	/* font-weight: bold; */
	color: rgb(225,239,242);
	font-size: 0.5vw;
	text-align: center;
}
.article_photo {
    display: flex;
    align-items: center;
    justify-content: center;}

img.article_photo{
	width: 35vw;
    padding: 2vw;
    position: relative;}
/* 角色模板 */
/* Banner */

.banner {
background-color: #0a0a0a;
color: #e2d1df;
}


.banner input, .banner select, .banner textarea {
color: #ffffff;
}

.banner a {
color: #ffffff;
}

.banner strong, .banner b {
color: #ffffff;
}

.banner h1, .banner h2, .banner h3, .banner h4, .banner h5, .banner h6 {
color: #ffffff;
}

.banner blockquote {
border-left-color: rgba(255, 255, 255, 0.25);
}

.banner code {
background: rgba(255, 255, 255, 0.075);
border-color: rgba(255, 255, 255, 0.25);
}

.banner hr {
border-bottom-color: rgba(255, 255, 255, 0.25);
}

.banner.full {
	width: 90%;
    left: 5vw;
    padding: 0;
    height: 40vw !important;
    /* border: 3mm ridge rgb(100 105 111 / 60%); */
    position: relative;
    padding-bottom: 35vw;
}

.banner.full2 {
	display: flex;
	/* flex-direction: row; */
	flex: 1 0 80%;
	width: 90%;
    left: 5vw;
    padding: 0;
    height: 40vw !important;
    /* border: 3mm ridge rgb(100 105 111 / 60%); */
    position: relative;
    padding-bottom: 35vw;
}

.banner.half {
padding: 0;
min-height: 50vh;
height: 50vh !important;
}

.banner:after {
-moz-pointer-events: none;
-webkit-pointer-events: none;
-ms-pointer-events: none;
pointer-events: none;
-moz-transition: opacity 1.5s ease-in-out, visibility 1.5s;
-webkit-transition: opacity 1.5s ease-in-out, visibility 1.5s;
-ms-transition: opacity 1.5s ease-in-out, visibility 1.5s;
transition: opacity 1.5s ease-in-out, visibility 1.5s;
background: #000000;
content: '';
display: block;
height: 100%;
left: 0;
opacity: 0;
position: absolute;
top: 0;
visibility: hidden;
width: 100%;
z-index: 2;
}

.banner .indicators {
bottom: 1.5em;
left: 0;
list-style: none;
margin: 0;
padding: 0;
position: absolute;
text-align: center;
width: 100%;
z-index: 2;
}

.banner .indicators li {
cursor: pointer;
display: inline-block;
height: 2em;
overflow: hidden;
padding: 0;
position: relative;
text-indent: 2em;
width: 2em;
}

.banner .indicators li:before {
	background: rgba(255, 255, 255, 0.35);
	border-radius: 100%;
	content: '';
	display: inline-block;
	height: 0.8em;
	left: 50%;
	margin: -0.4em 0 0 -0.4em;
	position: absolute;
	text-indent: 0;
	top: 50%;
	width: 0.8em;
}

.banner .indicators li.visible:before {
	background: #fff;
}

.banner > article {
-moz-transition: opacity 1.5s ease, visibility 1.5s;
-webkit-transition: opacity 1.5s ease, visibility 1.5s;
-ms-transition: opacity 1.5s ease, visibility 1.5s;
transition: opacity 1.5s ease, visibility 1.5s;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 81%;
left: 49%;
opacity: 0;
position: absolute;
text-align: center;
top: 10%;
visibility: hidden;
width: 44%;
z-index: 0;
}

.banner > article:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}

.banner > article:after {
content: '';
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #000;
opacity: 0.35;
}

.banner > article .inner {
position: absolute;
display: inline-block;
vertical-align: middle;
z-index: 1;
left: -106%;
top: 16%;
width: 74%;
}

.banner > article .inner > :last-child {
	margin-bottom: 0;
}

.banner > article h2 {
font-size: 7rem;
margin-bottom: 0;
color: #FFF;
font-weight: 300;
}

.banner > article h2:after {
	display: none;
}

.banner > article p {
color: rgba(255, 255, 255, 0.65);
text-transform: uppercase;
font-size: 1rem;
font-weight: 300;
margin: 0;
padding-bottom: 1.75rem;
letter-spacing: .25rem;
}

.banner > article p:after {
	content: '';
	position: absolute;
	margin: auto;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.65);
}

.banner > article a {
color: #FFF;
text-decoration: none;
}

.banner > article img {
display: none;
}

.banner > article.visible {
opacity: 1;
visibility: visible;
}

.banner > article.top {
z-index: 1;
}

.banner > article.instant {
-moz-transition: none !important;
-webkit-transition: none !important;
-ms-transition: none !important;
transition: none !important;
}

body.is-loading .banner:after {
opacity: 1.0;
visibility: visible;
}

/* @media screen and (max-width: 1280px) {

.banner.full {
padding: 0;
min-height: 75vh;
height: 75vh !important;
}

} */

/* @media screen and (max-width: 980px) {

.banner.full {
width: 100vw;
padding: 0;
height: 54vw !important;
} */

.banner > article {
background-attachment: scroll;
}





@media screen and (max-width: 736px) {

.banner > article .inner {
width: 90%;
}

.banner > article p {
margin-bottom: 1rem;
}

.banner > article h2 {
font-size: 4em;
}

}

body.is-mobile .banner > article {
background-attachment: scroll;
}


