.interest-rate {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.interest-rate-list {
    min-height: 477px;
    display: flex;
    align-items: center;
    gap: 16px;
}
    .interest-rate-list.mobile {
        display: flex;
    }
    .interest-rate-list.desktop {
        display: none;
    }
    .interest-rate-list .slick-list {
        height: fit-content !important;
    }
    .interest-rate-list .slick-track {
        min-height: 477px;
        align-items: center;
        gap: 16px;
    }
    .interest-rate-list .interest-rate-item {
        display: flex;
        height: 427px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: 24px;
        border: 2px solid #daf6c6;
        overflow: hidden;
        cursor: pointer;
        transition: height ease;
        transition-duration: 300ms;
    }
        .interest-rate-list .interest-rate-item.active,
        .interest-rate-item.slick-active {
            height: 477px;
            box-shadow: 0px 2px 16px 0px rgba(159, 232, 112, 0.4);
            backdrop-filter: blur(4.5px);
        }
        .interest-rate-list .interest-rate-item:hover {
            box-shadow: 0px 2px 16px 0px rgba(159, 232, 112, 0.4);
            backdrop-filter: blur(4.5px);
        }
        .interest-rate-list .interest-rate-item .item-title {
            display: flex;
            height: 103px;
            padding: 24px 24px;
            flex-direction: column;
            align-items: flex-start;
            gap: 24px;
            flex-shrink: 0;
            align-self: stretch;
            border-radius: 24px 24px 0 0;
            --base-spacing: 0;
            --base-half-spacing: 0;
        }
.item-title .item-title-heading {
    color: #015c2e;
    font-size: 24px;
    font-style: normal;
    font-family: "Averta-semibold";
    line-height: 130%;
    letter-spacing: -0.48px;
}
.interest-rate-list .interest-rate-item:nth-child(3n + 1) .item-title {
  background: linear-gradient(
    315deg,
    #c7ff98 3.23%,
    rgba(236, 250, 226, 0.91) 91.45%,
    rgba(218, 246, 198, 0.61) 148.46%
  );
}
.interest-rate-list .interest-rate-item:nth-child(3n + 2) .item-title {
    background: linear-gradient(103deg, #daf6c6 -9.03%, #9fe870 81.88%);
}
.interest-rate-list .interest-rate-item:nth-child(3n) .item-title {
    background: linear-gradient(117deg, #9fe870 17%, #00994f 137.5%);
}
.interest-rate-list .interest-rate-item .item-content {
    overflow: hidden;
    display: flex;
    padding: 24px 24px;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 24px;
    border: 2px solid #daf6c6;
    background: #fff;
    margin-top: -32px;
    box-shadow: -318px 471px 159px 0px rgba(127, 217, 48, 0.01), -204px 301px 145px 0px rgba(127, 217, 48, 0.07), -115px 169px 123px 0px rgba(127, 217, 48, 0.25), -51px 75px 91px 0px rgba(127, 217, 48, 0.43), -13px 19px 50px 0px rgba(127, 217, 48, 0.49);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
}

.item-content::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.item-content {
    scrollbar-width: none;
}

.item-content {
    -ms-overflow-style: none;
}

    .item-content .content-title {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        align-self: stretch;
        color: #292929;
        font-size: 15px;
        font-style: normal;
        font-family: "Averta-bold";
        line-height: 140%;
        letter-spacing: -0.3px;
        height: 42px;
    }
.content-title .title-term {
    text-align: left;
}
.content-title .title-rate {
    text-align: right;
}
.item-content .rate-item {
    display: flex;
    justify-content: space-between;
    height: 24px;
    color: #747474;
    font-size: 15px;
    font-style: normal;
    line-height: 140%;
    letter-spacing: -0.3px;
    align-self: stretch;
}
    .item-content .rate-item.main-item,
    .item-content .rate-item:last-child {
        color: #00994f;
        font-family: "Averta-bold";
    }
.rate-item .rate-name {
    width: 130px;
}
.rate-item .rate-value {
    flex-grow: 1;
    text-align: right;
}
.interest-rate-note {
    color: #4d4d4d;
    font-size: 15px;
    font-style: normal;
    line-height: 140%;
    letter-spacing: -0.3px;
    align-self: stretch;
}
@media (min-width: 768px) {
    .interest-rate-list.mobile {
        display: none;
    }
    .interest-rate-list.desktop {
        display: flex;
    }
}

@media (min-width: 1280px) {
    .interest-rate {
        gap: 48px;
    }
    .interest-rate-list {
        min-height: 613px;
        gap: 32px;
    }
        .interest-rate-list .interest-rate-item {
            height: 545px;
        }
            .interest-rate-list .interest-rate-item.active {
                height: 613px;
            }
    .item-title .item-title-heading {
        font-size: 32px;
        letter-spacing: -0.64px;
    }
    .interest-rate-list .interest-rate-item .item-content {
        padding: 32px 32px 100px 32px;
        gap: 24px;
    }
    .interest-rate-list .interest-rate-item .item-title {
        height: 133px;
        padding: 32px 32px;
        gap: 32px;
    }
    .item-content .content-title {
        font-size: 17px;
        letter-spacing: -0.34px;
        height: 48px;
    }
    .item-content .rate-item {
        letter-spacing: -0.34px;
    }
        .item-content .rate-item.main-item,
        .item-content .rate-item:last-child {
            font-size: 17px;
        }

    .interest-rate-note {
        font-size: 17px;
        letter-spacing: -0.34px;
    }
}
