#aug-banner {
	font-size: 16px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 1em auto;
	max-width: 1315px;
	width: 100%;
}
#aug-banner:not(.lazy-bg) {
	background-image: url(../images/banner/back.jpg);
	background-image: -webkit-image-set(
		url("../images/banner/back.jpg") 1x,
		url("../images/banner/back@2x.jpg") 2x
	);
}
#aug-banner .main {
	bottom: 0;
	z-index: 1;
}
#aug-banner .banner-inner {
	gap: 0;
	padding: 0;
}
#aug-banner .banner-main {
	margin: 0;
}
#aug-banner .button {
	width: 9.8em;
	height: 2.2em;
	font-size: 1.0625em;
	margin-top: 24px;
	margin-bottom: -8px;
	left: -5px;
	border-radius: 21px;
	background-color: #b2071c;
	line-height: 1;
}
#aug-banner p {
	margin: 0;
	padding: 0;
}
#aug-banner .banner-top {
	top: -116px;
	width: 412px;
	margin-left: -12px;
}
#aug-banner .banner-left {
	margin: 9px 20px 0 47px;
}
#aug-banner .text-bottom {
	font-size: 26px;
	line-height: 1.3em;
	color: #fff;
	margin-left: -18px;
  flex-shrink: 0;
  width: 414px;
}
#aug-banner img {
  max-width: 100%;
}
#aug-banner .animation {
	width: 576px;
	height: auto;
	max-height: fit-content;
	aspect-ratio: 576 / 1112;
}
#aug-banner .left {
	left: -153px;
	bottom: 0;
}
#aug-banner .right {
	right: -211px;
	bottom: 0;
}
/* legacy Safari without text-box support */
@supports (background: -webkit-named-image(i)) and
	(not (text-box: trim-both cap alphabetic)) {
	#aug-banner .button {
		padding-top: 3px;
	}
}
/* font-metric independent CTA label centering (Safari 18.2+, Chrome 133+) */
@supports (text-box: trim-both cap alphabetic) {
	#aug-banner .button > span {
		display: block;
		text-box: trim-both cap alphabetic;
	}
}
@media screen and (max-width: 991px) {
	#aug-banner .banner-inner {
    padding-top: 20px;
    padding-bottom: 20px;
	}
	#aug-banner .banner-main,
	#aug-banner .banner-left {
    margin-bottom: -20px;
  }
	#aug-banner .banner-left {
    margin-left: 10px;
    margin-right: 0;
  }
	#aug-banner .text-bottom {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
	#aug-banner {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
    max-width: 345px;
    margin-left: auto !important;
    margin-right: auto !important;
	}
	#aug-banner:not(.lazy-bg) {
		background-image: url(../images/banner/back-m.jpg);
		background-image: -webkit-image-set(
			url("../images/banner/back-m.jpg") 1x,
			url("../images/banner/back-m@2x.jpg") 2x
		);
	}
	#aug-banner .banner-inner {
		flex-direction: column;
		padding: 288px 0 36px 0;
		gap: 0;
		width: 100%;
	}
	#aug-banner .text-bottom {
		font-size: 21px;
		line-height: 1.11em;
		margin: 0 auto;
    max-width: 280px;
	}
	#aug-banner .text-bottom span {
    font-weight: 500;
    display: unset;
  }
	#aug-banner .text-bottom span span {
    font-weight: 900;
    display: block;
    margin: 0 auto;
  }
	#aug-banner .banner-cta,
	#aug-banner .banner-main {
		width: 100%;
	}
	#aug-banner .banner-main {
		margin: 0;
	}
	#aug-banner .button {
		font-size: 16px;
    background-color: #fbca1a;
    color: #000;
		width: 159px;
		height: 32px;
    left: 0;
	}
}
@media screen and (max-width: 567px) {
	#aug-banner .button {
		margin-top: 17px;
	}
	#aug-banner {
		margin: 20px;
		width: calc(100% - 40px);
	}
}
@media screen and (max-width: 375px) {
	#aug-banner {
		background-position: right center;
	}
}
