.abHeroBanner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 192/62;
}
.breadcrumb {
    color: white;
}
.breadcrumb a {
    color: white;
}
.breadcrumb a:hover {
    color: white;
}
.breadcrumb i {
    font-size: 14px;
}

.abContent__subtitle {
    color: #EC1E28;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.96px;
    text-transform: uppercase;
}
.abContent__title {
    color: #2D3292;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: capitalize;
}
.abContent__text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.abContent__text > *:last-child {
    margin-bottom: 0;
}
.abBannerOuter {
    display: block;
    width: 100%;
    padding-left: 20px;
    position: relative;
}
.abBannerOuter::before {
    content: "";
    position: absolute;
    z-index: 0;
    display: block;
    top: 15px;
    left: 0;
    width: 100%;
    height: calc((508/573) * 100%);
    background: #EC1E28;
}
.abBannerOuter img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.abBannerOuter__text {
    color: rgba(0, 0, 0, 0.50);
    text-align: right;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.25;
}
.abBannerInner {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 20px;
}
.abBannerInner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    display: block;
    width: calc((640/1300) * 100%);
    height: 100%;
    background: #EC1E28;
    z-index: 0;
}
.abBannerInner img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.abBannerInner__title {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    padding: 32px;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
.abInfo__main {
    background: #F4F4F4;
    padding: 50px 60px;
}
.abInfo__banner {
    object-fit: cover;
    border-radius: 8px;
    margin-top: -100px;
    height: calc(100% + 100px);
}
.abInfo__box .title img {
    width: 70px;
    aspect-ratio: 1/1;
    object-fit: contain;
}
.abInfo__box .title h3 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.abInfo__box .text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.abInfo__box .text > *:last-child {
    margin-bottom: 0;
}

.abTeam .container {
    max-width: 1109px;
}
.abTeam__subtitle {
    color: #EC1E28;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.96px;
    text-transform: uppercase;
}
.abTeam__title {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: capitalize;
}
.abTeam__text {
    max-width: 733px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.abTeam__main {
    position: relative;
    padding: 0px calc((68/1085) * 100%);
}
.abTeam__box {
    padding: 35px 30px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: #FFF;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
}
.abTeam__box::before {
    content: "";
    display: block;
    width: calc((97/441) * 100%);
    aspect-ratio: 1/1;
    background-image: url(../images/beforeteam.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -67px;
}
.abTeam__box .author__avata {
    width: 110px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: lightgray;
}
.abTeam__box .author__avata img {
    object-fit: cover;
}
.abTeam__box .author__info .name {
    color: #091430;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}
.abTeam__box .author__info .role {
    color: #EC1E28;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
.abTeam__box .text {
    color: rgba(0, 0, 0, 0.50);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.abTeam__slider {
    margin-left: -12px;
    margin-right: -12px;
    padding: 24px 12px;
}