@charset "UTF-8";
/* ==========================================================================
   Banner section (BEST CREATION AGENCY / external link)
   ========================================================================== */
.l-banner {
	margin: 0 auto;
	/* match the theme's section rhythm (.p-top-section); horizontal gutters come from .l-inner */
	padding: clamp(75px, 14.6484375vw, 150px) 0;
	padding-top: 0;
	text-align: center;
	position: relative;
}


.l-banner__link::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 0.5em;
    background: url(../img/icon_blank-white.svg) center center / contain no-repeat;
	top: 1rem;
    right: 1rem;
    z-index: 1;
}

.l-banner__link {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 1040px;
	line-height: 0;
	color: #fff;
	text-decoration: none;
	border: none;
}

.l-banner__link:hover {
	color: inherit;
	text-decoration: none;
	border: none;
}

.l-banner__link img {
	width: 100%;
	height: auto;
}

/* screen reader only text */
.l-banner__sr {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}