.k-hre-rsil-avt-wrapper img {
    width: 60px;
    height: 60px;
}
.k-hre-right-slider-wrapper {
    height: 600px;
    padding-right: 30px;
    padding-left: 90px;
}
.k-hre-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.k-hre-left-wrapper {
    flex: 0 0 40%;
    max-width: 40%;
    display: flex;
    align-items: center;
}
.k-hre-right-wrapper {
    flex: 0 0 58%;
    max-width: 58%;
}
.k-hre-wrapper {
    overflow-y: hidden;
    padding: 32px 0;
}
.k-hre-right-slider-item-wrapper {
    width: 550px;
}
.k-hre-right-slider-inner {
    align-items: end;
}
.k-hre-left-rating-wrapper {
    margin-bottom: 24px;
}
.k-hre-left-heading-wrapper {
    font-size: 42px;
    line-height: 48px;
    font-weight: 500;
    color: #121212;
    font-family: 'SVN Circular', sans-serif;
    margin-bottom: 24px;
}

.k-hre-left-heading-wrapper span {
	background: linear-gradient(to right, #166534 0%, #32b32c 12%, #32b32c 22%, #166534 38%);
	background-size: 200% auto;
	background-position: -100% center;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: shine-k-hre 3.2s linear infinite;
	animation-fill-mode: forwards;
	white-space: nowrap;
	display: inline-block;
	text-decoration: none;
}

@keyframes shine-k-hre {
	0% {
		background-position: 100% center;
	}
	85% {
		background-position: -100% center;
	}
	100% {
		background-position: -100% center;
	}
}
.k-hre-left-desc-wrapper {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #121212;
    font-family: 'SVN Circular', sans-serif;
    margin-bottom: 24px;
}
.k-hre-controller-wrapper .swiper-button-next, .k-hre-controller-wrapper .swiper-button-prev {
    position: relative;
    width: unset;
    height: unset;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    margin-top: unset;
    margin-bottom: unset;
    margin-left: unset;
    margin-right: unset;
    margin-top: unset;
    margin-bottom: unset;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #B5B9C4;
    transition: all 0.3s;
}
.k-hre-controller-wrapper {
    display: flex;
}
.k-hre-controller-wrapper .swiper-button-next:after, .k-hre-controller-wrapper .swiper-button-prev:after {
    font-size: 20px;
    color: #B5B9C4;
    font-weight: 700;
    transition: all 0.3s;
}
.k-hre-controller-wrapper .swiper-button-next:after {
    margin-left: 2px;
}
.k-hre-controller-wrapper .swiper-button-prev:after {
    margin-right: 2px;
}
.k-hre-controller-wrapper .swiper-button-next {
    margin-left: 10px;
}
.k-hre-controller-wrapper .swiper-button-next:hover, .k-hre-controller-wrapper .swiper-button-prev:hover {
    border: 2px solid #2A8E24;
    color: #2A8E24;
}
.k-hre-controller-wrapper .swiper-button-next:hover:after, .k-hre-controller-wrapper .swiper-button-prev:hover:after {
    color: #2A8E24;
}
.k-hre-right-slider-item-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    box-shadow: 0px -5px 36px 0px #03062B1A;
    border-radius: 20px;
    transition: all 0.3s;
    height: 100% !important;
    cursor: pointer;
}
.k-hre-rsi-left-wrapper {
    flex: 0 0 15%;
    max-width: 15%;
    height: 100%;
}
.k-hre-rsi-right-wrapper {
    flex: 0 0 82%;
    max-width: 82%;
    height: 100%;
}
.k-hre-right-slider-item-wrapper.swiper-slide-active .k-hre-right-slider-item-inner {
    background: linear-gradient(301.86deg, #0B9E38 3.13%, #004434 121.58%);
    transform: translate(-70px, 0px);
}
.k-hre-right-slider-item-wrapper.swiper-slide-active .k-hre-rsir-name, .k-hre-right-slider-item-wrapper.swiper-slide-active .k-hre-rsir-position, .k-hre-right-slider-item-wrapper.swiper-slide-active .k-hre-rsir-text {
    color: #fff !important;
}
.k-hre-rsil-avt-inner {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.k-hre-rsil-avt-inner img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.k-hre-rsir-name {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #121212;
    font-family: 'SVN Circular', sans-serif;
    /* margin-bottom: 4px; */
}
.k-hre-rsir-position {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #121212;
    font-family: 'SVN Circular', sans-serif;
    margin-bottom: 8px;
}
.k-hre-rsir-text {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #121212;
    font-family: 'SVN Circular', sans-serif;
}
