@import url(./header-footer.css);

:root {
    --primary-color: #B7C726;
    --secondary-color: #c5c7af;
    --background-dark: rgb(51, 53, 57);
    --color-dark: rgb(30, 30, 30);
    --color-light: rgb(255, 255, 255);
    --font: "Helvetica Neue", sans-serif;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", sans-serif;
    font-size: var(--font-size);
    color: var(--color-dark);
    background-color: #fff;
}

p, span { margin: 0; line-height: 1.2; }
a:hover { text-decoration: none; }
input[type="checkbox"] {
    appearance: none;
    width: 12px;
    height: 12px;
    border: 1px solid var(--color-dark);
    border-radius: 1px;
    position: relative;
    top: 3px;
    cursor: pointer;
}

input[type="checkbox"]:checked::after {
    content: '\2713';
    background: var(--primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    color: #ffffff;
    font-size: 14px;
    width: 16px;  
    height: 16px; 
    line-height: 16px;
    border-radius: 1px;
    text-align: center;
}


.block {
    display: block;
}
.inline {
    display: inline;
}
.block.inline {
    display: inline-block;
}
.full-width {
    flex: 1 1 0;
}
.container {
    margin: auto;
    max-width: 1200px;
    padding: 0 20px;
}
.button {
    display: block;
    padding: 10px 24px;
    border-radius: 75px;
    border: 1px solid var(--color-dark);
    cursor: pointer;
    background-color: transparent;
    font-size: 1rem;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
a.button {
    display: inline-block;
    text-decoration: none;
    line-height: 1;
}
a.button:hover,
a.button:visited,
a.button:focus,
a.button:active {
    color: inherit;
}
.button-primary,
a.button-primary,
a.button-primary:not(.mpact-button-text):hover,
a.button-primary:not(.mpact-button-text):visited,
a.button-primary:not(.mpact-button-text):focus,
a.button-primary:not(.mpact-button-text):active {
    background-color: var(--primary-color);
    color: var(--color-light);
    border-color: var(--primary-color);
}
.button-outlined,
a.button-outlined:hover,
a.button-outlined:visited,
a.button-outlined:focus,
a.button-outlined:active {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.tabs {
    display: flex;
    width: 100%;
    overflow: auto;
    margin-bottom: 100px;
}
.tabs-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 10px;
    margin: 10px auto;
}
.tabs-list ul li {
    padding: 6.5px 15px;
    font-size: .88rem;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    border-radius: 33px;
    cursor: pointer;
}
.tabs-list ul li.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--color-light);
}
.uk-container {
    padding: 0;
    max-width: 1440px;
}
.content {
    padding: 76px 100px;
    position: relative;
}
.content.padding-v-0 { padding: 0 100px; }
@media screen and (max-width: 960px) {
    .content {
        padding: 46px 80px;
    }
}
@media screen and (max-width: 640px) {
    .content {
        padding: 36px 40px;
    }
    .mpact-title p {
        font-size: 8vw !important;
    }
}
/* Navigation | nav | Header Navigation - Start */
/* .header-wrapper {
    padding: 0 24px;
}
.uk-navbar-item {
    min-height: 72px;
}
.uk-navbar-left {
    gap: 32px;
}
.uk-navbar-item.uk-logo {
    width: 124px;
    margin: 0;
}
.mega-menu-right {
    gap: 10px;
}
.uk-navbar-nav>li>a {
    text-transform: none;
    font-size: 0.88rem;
    color: var(--color-dark);
    font-weight: 500;
    display: inline;
    line-height: 1.5;
}
.uk-navbar-nav>li:hover>a {
    color: inherit;
    border-bottom: 2px solid var(--primary-color);
}
.mega-menu-right .uk-navbar-nav {
    margin-right: 30px;
    align-items: center;
}
.mega-menu-right .uk-navbar-nav > li > a {
    font-weight: normal;
    color: #707070;
}
.mega-menu-right .uk-navbar-nav > li.image-link > a {
    display: flex;
    width: 80px;
}
.mega-menu-right .uk-navbar-nav > li.image-link > a:hover { border-bottom: 0px solid transparent; }
.mega-menu-right .uk-navbar-nav > li.image-link > a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.uk-drop.uk-open {
    top: 72px !important;
    width: 100% !important;
    left: 0 !important;
    max-width: 100% !important;
    padding: 0;
}
.uk-button { text-transform: unset; border-radius: 15px; }
.uk-button-default {
    color: var(--primary-color);
    border-radius: 15px;
    border: 1px solid var(--primary-color);
}
.uk-button-primary {
    background: var(--primary-color);
}
.uk-button-primary:hover { background: var(--primary-color); }
.nav-search {
    width: 24px;
    height: 24px;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
}
.menu-drop > div:last-child { padding-left: 0 !important;}
.uk-navbar-dropdown .uk-drop-grid { margin-left: 0;}
.uk-drop-stack .uk-drop-grid > .nav-desc,
.nav-desc {
    padding: 75px 57px !important;
    background: var(--secondary-color);
    width: min(100%, 19%) !important;
}
.nav-desc p {
    font-size: 1.25rem;
    line-height: 1.5;
}
.sub-navs {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    min-height: 270px;
}
.sub-navs-background {
    position: absolute;
    inset: 0;
    left: 20%;
    z-index: -1;
}
.sub-navs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sub-navs .sub-navs-wrapper {
    flex: 1;
    display: flex;
    padding: 50px;
    gap: 40px;
    background: linear-gradient(90deg, #fff 30%, transparent);
}
.sub-navs.about .uk-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.uk-nav-header {
    text-transform: unset;
}
.properties-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.property-search {
    display: flex;
    flex: 1;
    gap: 10px;
    position: relative;
}
.property-search input {
    flex: 1 1 auto;
    border: 1px solid #C5C7AF;
    border-radius: 15px;
    outline: none;
    padding: 5px 15px;
    padding-left: 42px;
    position: relative;
    color: #C5C7AF;
}
.property-search::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 2;
    background: url(../../assets/images/icons/mpact-menu-filter-search-icon.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    left: 12px;
    top: 5px;
}
.property-facet {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.facet-column.label {
    margin-left: 27px;
    color: var(--primary-color);
}
.facet-column label {
    display: block;
    cursor: pointer;
}
.sub-navs-foot {
    background-color: var(--primary-color);
    padding: 10px 30px;
}
.sub-navs-foot.properties {
    background: #989A87;
}
.sub-navs-foot a {
    font-size: 0.88rem;
    color: #fff;
    text-decoration: none;
    display: flex;
}
.sub-navs-foot a span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(/assets/images/icons/link-arrow.png) no-repeat 100%;
    margin-left: 10px;
}
.mega-menu-right ul.mpact-select-options {
    width: fit-content;
} */
/* Navigation | nav | Header Navigation - End */
/* mpact-classes */
.mpact-gap-40 {
    gap: 40px;
}
.mpact-gap-32 {
    gap: 32px;
}
.mpact-gap-20 {
    gap: 20px;
}
.full-screen-wrapper {
    display: flex;
    flex-direction: column;
}
.content-wrapper {
    width: 100%;
    margin: auto;
    box-sizing: border-box;
}
.content-wrapper.content-box {
    box-sizing: content-box;
}
.content-wrapper:not(.full-width) {
    max-width: 1240px;
    padding: 0 28px;
}
.content-wrapper.full-width {
    max-width: 1440px;
    padding: 0 100px;
}
.content-wrapper.no-padding {
    max-width: 1440px;
    padding: 0;
}
.content-wrapper.y-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}
.background-light {
    background: #E7E8DE;
}
.background-dark {
    background: #333333;
}
.background-gray{
    background: #F6F6F4;
}
.background-dark-gray{
   background: #333333E5;
}
.mpact-title-wrapper {
    align-items: center;
}
.mpact-title p {
    font-size: clamp(32px, 4vw, 38px);
    font-weight: 700;
    line-height: 1.22;
    color: var(--color-dark);
}
.mpact-header p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.22;
    color: var(--color-dark);
}
.mpact-text p {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-dark);
}
.mpact-text.gray p {
    color: #33333380;
}
.mpact-title.white p,
.mpact-header.white p,
.mpact-text.white p {
    color: #ffffff;
}
.mpact-select-wrapper {
    min-width: 220px;
    position: relative;
    width: fit-content;
}
button.mpact-select-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #CAD2D3;
    line-height: 1.22;
    cursor: pointer;
    background: transparent;
}
ul.mpact-select-options {
    list-style-type: none;
    border-radius: 10px;
    border: 1px solid #CAD2D3;
    padding: 0;
    margin: 0;
    background: #fff;
    position: absolute;
    top: calc(100% + 10px);
    z-index: -1;
    width: 100%;
    opacity: 0;
    /* width: fit-content; */
    max-width: 165px;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
}
.mpact-select-wrapper.active button.mpact-select-box {
    border: 1px solid var(--primary-color);
}
ul.mpact-select-options li {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
ul.mpact-select-options li:not(:last-child) {
    border-bottom: 1px solid #CAD2D3;
}
.mpact-select-wrapper.active ul.mpact-select-options {
    z-index: 9;
    opacity: 1;
}
.mpact-select-wrapper.menu-select-box {
    min-width: unset;
}
.mpact-select-wrapper.menu-select-box button.mpact-select-box {
    padding: 6px 12px;
    display: flex;
    gap: 6px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 14px;
}
.mpact-select-wrapper.menu-select-box button.mpact-select-box span {
    transition: all 0.2s linear;
}
.mpact-select-wrapper.menu-select-box.active button.mpact-select-box span:last-child {
    transform: scaleY(-1);
}
.mpact-select-wrapper.menu-select-box .mpact-select-options {
    top: calc(100% + 24px);
}
.mpact-select-wrapper.menu-select-box .mpact-select-options li {
    padding: 6px 24px;
}
.mpact-select-wrapper.menu-select-box .mpact-select-options li a {
    display: flex;
    width: 118px;
    height: 36px;
}
button.mpact-button-text,
a.mpact-button-text {
    background: transparent;
    outline: none;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-dark);
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: flex;
    gap: 10px;
}
button.mpact-button-text.button-primary,
a.mpact-button-text.button-primary {
    color: var(--primary-color);
}
.section-box-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.section-box-right {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: end;
}
/* list-container - start */
.mpact-list-container {
    display: flex;
    flex-direction: column;
    gap: 32px;;
}
/* article */
.mpact-article {
    display: flex;
    gap: 48px;
    padding: 10px 0;
    align-items: center;
}
.mpact-list ul li {
    padding: 0;
    margin: 0;
}
.mpact-list ul li:first-child .mpact-article {
    padding-top: 0;
}
.mpact-list ul li:last-child .mpact-article {
    padding-bottom: 0;
}
.mpact-article .article-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.mpact-article .article-date {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.22;
    color: #33333380;
}
.mpact-article .article-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--color-dark);
}
.mpact-article .article-text  a{
    color: var(--color-dark);
}
.mpact-article .article-text  a:hover{
    color: var(--primary-color);
}
.mpact-action-icon {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
} 
.mpact-action-icon img {
    position: absolute;
    inset: 0;
    opacity: 1;
    transition: opacity 0.3s linear;
}
.mpact-action-icon:hover img:first-child,
.mpact-action-icon:not(:hover) img:last-child {
    opacity: 0;
}

/* list-container - end */
/* Tabs - start */
.rounded-tabs-wrapper {
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center;
    padding: 50px 0;
}
.rounded-tabs-wrapper.action-anchor {
    position: sticky;
    top: 0;
    z-index: 10;
    /* background: linear-gradient(to bottom, #fff, transparent); */
}
.rounded-tab-mobile-indicator {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 100%;
    max-width: 286px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.rounded-tab-mobile-indicator .tab-mobile-indicator {
    padding: 10px 20px;
    border-radius: 20px;
    background: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.22;
    color: var(--primary-color);
    border: 1px solid #C5C7AF;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
}
.rounded-tabs {
    width: fit-content;
    max-width: 1440px;
}
.rounded-tabs ul {
    margin: 0 28px;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    gap: 10px;
    background: #F3F3EF;
    border-radius: 109px;
    padding: 10px;
    position: inherit;
    opacity: 1;
    z-index: 1;
    transition: flex-direction 0.5s cubic-bezier(0.215, 0.610, 0.355, 1), 
        position 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
        opacity 0.3s linear 0.3s, z-index 0.3s linear 0.3s,
        border-radius 0.3s linear,
        background 0.3s linear,
        padding 0.3s linear;
}
/* .rounded-tabs-wrapper.action-anchor .rounded-tabs ul {
    box-shadow: 0px 0px 5px 0px #00000054;
} */
.rounded-tabs ul li {
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 500;
    color: #33333380;
    border-radius: 75px;
    cursor: pointer;
    transition: all 0.3s linear;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.rounded-tabs.rounded-tabs-large ul li {
    min-width: 210px;
    box-sizing: border-box;
    padding: 20px;
}
.rounded-tabs ul li.active {
    background: var(--primary-color);
    color: #ffffff;
}
.rounded-tab-contents {
    width: 100%;
}
.rounded-tab-content:not(.show) {
    display: none;
}
/* Tabs - end */
/*Oval Content Start*/
.oval-content{
    max-width: 740px;
    width: 41%;
    padding: 50px 100px;
    background-color: #E7E8DE;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.oval-content .oval-ttl-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec-investor .oval-content .oval-ttl{
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    font-family: var(--font);
    line-height: 1.2;
}

.oval-content .oval-ttl-content .view-btn{
    color: #ffffff;
    font-family: var(--font);
    padding: 10px 24px;
    font-weight: 700;
    background-color: var(--primary-color);
    border-radius: 75px;
    text-decoration: none;
}

.oval-content .oval-ttl-content .view-btn:hover{
    color: #ffffff;
}

.oval-content .oval-info-section{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); 
    column-gap: 74px;
    row-gap: 20px;
    padding: 0;
    margin: 0;
}
.oval-content .oval-info-section .info-description{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    font-family: var(--font);
    color: #33333380;
}

.oval-content .oval-info-section .amount{
    font-size: 32px;
    font-weight: 700;
    font-family: var(--font);
    color: #333333;
    line-height: 1.3;
}

.oval-content .oval-info-section .sub-amount{
    font-size: 24px;
    font-weight: 700;
    font-family: var(--font);
    color: #333333;
}

.oval-content .updated-info{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    font-family: var(--font);
    color: #33333380;
    text-align: right;
    display: block;
}

.oval-content ul li{
    list-style-type: none;
}
/*Oval Content End*/



/* Banner { */
.banner-content {
    height: 715px;
    position: relative;
}
.banner-714 .banner-content {
    height: 714px;
}

.banner-background {
    display: block;
    height: 100%;
    width: 100%;
}
.banner-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 33.96%, rgba(0, 0, 0, 0.3) 88.4%);
    background-blend-mode: multiply;
    pointer-events: none;
}
.banner-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}

.banner-content-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    inset: 0;
    background: linear-gradient(86deg, #24242424 50%, transparent);
}
.banner-text {
    width: 100%;
    max-width: var(--max-width, 100%);
}
.banner-text h2 {
    color: var(--color-light);
    font-family: var(--font);
    font-size: 65px;
    font-weight: 700;
    line-height: 1.22;
    margin: 0;
}

/* Filters Tabs & Select Options */
.investor-resources-filters {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
    z-index: 1;
}
.investor-resources-filters.no-tabs {
    justify-content: end;
}
.ir-filters-tabs {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 20px;
}
.ir-filters-tabs li,
.ir-filters-tabs li a {
    font-size: 14px;
    font-weight: 500;
    color: #CAD2D3;
    cursor: pointer;
}
.ir-filters-tabs li.active,
.ir-filters-tabs li.active a {
    color: var(--primary-color);
    text-decoration: underline;
}
.ir-filter-select {
    position: relative;
}
.ir-filter-trigger {
    font-size: 16px;
    font-weight: 500;
    min-width: 260px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    border: 1px solid #CAD2D3;
    border-radius: 20px;
    background: #fff;
    box-sizing: border-box;
    cursor: pointer;
}
.ir-filter-options {
    padding: 0;
    margin: 0;
    list-style-type: none;
    background: #fff;
    border: 1px solid #CAD2D3;
    border-radius: 10px;
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 214px;
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 2px 6px 0px #8a8a8aa1;
}
.ir-filter-options li {
    padding: 10px 15px;
    border-bottom: 1px solid #CAD2D3;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    user-select: none;
    cursor: pointer;
}
.ir-filter-options li:hover {
    color: var(--primary-color);
}
.ir-filter-options li:last-child {
    border: 0;
}
.ir-filter-select.open .ir-filter-trigger .ir-filter-select-cheveron {
    transform: scale(-1);
}
.ir-filter-select.open .ir-filter-options {
    opacity: 1;
    z-index: 9;
}
.ir-data-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ir-data-list li .ir-data-item {
    padding: 20px 30px;
    display: flex;
    gap: 17.78px;
    border-bottom: 1px solid #D9D9D9;
}
.ir-item-img {
    width: 104.44px;
    height: 141.17px;
    border-radius: 10px;
    overflow: hidden;
    flex-grow: 1;
    flex-shrink: 0;
}
.ir-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ir-item-content {
    width: 100%;
    display: flex;
    gap: 38px;
    padding: 8px 0;
    justify-content: space-between;
    align-items: center;
}
.ir-item-content-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ir-item-info-tags {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 10px;
}
.ir-item-info-tags li {
    padding: 6.5px 15px;
    border: 1px solid #C5C7AF;
    border-radius: 33px;
    color: #C5C7AF;
    font-size: 14px;
}
.ir-item-info-title p {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}
.ir-item-content-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
    align-items: end;
}
.ir-item-action-indexes {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ir-indexes-select-wrapper {
    padding: 0 20px;
    border-radius: 20px;
    border: 1px solid #333333;
    background: #ECECEC;
}
.ir-indexes-select {
    padding: 10px 0;
    width: 100%;
    border: 0;
    background: transparent;
    min-width: 310px;
    font-size: 16px;
    font-style: italic;
    color: #33333380;
    outline: none;
    cursor: pointer;
}
.ir-indexes-submit {
    margin: 0;
}
.ir-item-action-download-link a.mpact-button-text {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    text-decoration: underline;
}
.ir-presentation-item-img {
    width: 100%;
    max-width: 120px;
    height: 80px;
}
.ir-presentation-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ir-item-info-date p {
    font-size: 14px;
    font-weight: 500;
    color: #9E9E9E;
}

.mt-paginaction {
    padding-top: 30px;
}
.mt-paginaction .uk-pagination {
    gap: 10px;
}
.mt-paginaction .uk-pagination li a {
    font-size: 16px;
    line-height: 1.2;
    color: #33333380;
}
.mt-paginaction .uk-pagination li.uk-active {
    background: #C5C7AF80;
    border-radius: 28px;
}

.ir-events-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.ir-events-items {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.ir-events-item {
    box-sizing: border-box;
    padding: 24px 32px;
    background: #ffffff;
    border: 1px solid #CAD2D3;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-basis: 378px;
}

/*sub-banner*/
.sub-banner{
    margin: 50px 28px 0px 28px;
}

.sub-banner .sub-banner-wrapper{
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
}

.sub-banner-content {
    height: 330px;
    position: relative;
}

.sub-banner-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    border-radius: 20px;
}

.sub-banner-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(64, 62, 58, 0.3), rgba(0, 0, 0, 0.4));
    background-blend-mode: multiply;
    pointer-events: none;
    border-radius: 20px;
}

.sub-banner-content-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    inset: 0;
    background: linear-gradient(86deg, #24242424 50%, transparent);
    border-radius: 20px;
}

.sub-banner-text h2 {
    color: var(--color-light);
    font-family: var(--font);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.22;
    margin: 0;
}

.anchor-tab-mobile-indicator{
    display: none;
}


@media screen and (max-width: 959px) {
    .banner-content {
        height: auto;
        aspect-ratio: 430/490;
    }

    .banner-text {
        position: absolute;
        top: 10.5vw;
        left: 7.5vw;
        right: 7.5vw;
        max-width: var(--max-width-m, 100%);
        padding: 0;
    }
    .banner-text h2 {
        font-size: 8.9vw;
        line-height: 1.25em;
    }


    /*sub-banner*/
    .sub-banner{
        margin: 0;
    }

    .sub-banner .sub-banner-wrapper{
        max-width: 95%;
    }

    .sub-banner-content {
        height: auto;
        aspect-ratio: 390/216;
    }

    .sub-banner-text {
        position: absolute;
        top: 50%;
        left: 7.5vw;
        right: 7.5vw;
        transform: translateY(-50%);
        max-width: var(--max-width-m, 100%);
        padding: 0;
    }
    .sub-banner-text h2 {
        font-size: 8.9vw;
        line-height: 1.25em;
    }
}
/* Banner } */
