@charset "utf-8";
figure.agb {
    height: 100%;
}
figure.agb img, figure.figure-banner-lft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
    vertical-align: middle;
}
aside.box-banner-right img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
figure.agb figcaption h3 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 11.25rem;
    color: #fff;
    font-size: clamp(3.125rem, 3vw, 4.375rem);
}
article.site-content {
    max-width: 64rem;
    padding: 5rem 1.25rem;
    margin: auto;
}
article.site-content h4 {
    line-height: 2.5;
}
article.site-content ul {
    line-height: 2;
    list-style-position: inside;
    text-indent: -1.25rem; /* key property */
    margin-left: 1.25rem; /* key property */
}
article.site-content a {
    font-weight: 400;
    color: #333;
}
article.site-content a:hover {
    font-weight: 400;
    color: #B4B4B4;
}
iframe{
    margin: 3rem 0;
}
article.site-content h3 {
    padding: 1.2rem 0;
}

section.banner {
    position: relative;
    background-color: #FFFFFF;
}
figure.figure-banner-lft {
    width: 70%;
    height: 100vh;
    min-height: 50rem;
}
aside.box-banner-right {
    position: absolute;
    width: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width: 767px) {
article.site-content {
    padding: 3rem 1.25rem;
}
figure.figure-banner-lft {
    width: 100%;
}
aside.box-banner-right {
    position: static;
    width: 100%;
    padding: 3rem 0 0;
     transform: translateY(0%);
}
aside.box-banner-right h1 {
    padding: 0 1.25rem;
}
aside.box-banner-right .btn_grey {
    margin-left: 1.25rem;
}
    
      
     
}
