.benefits-content__list{display:flex;flex-direction:column;gap:24px;padding:0 16px 16px}.benefit-card__modal__layout{margin-bottom:32px;display:flex;flex-direction:column;gap:16px;max-width:80vw}.benefits-content+.modal{touch-action:none}.benefits-content+.modal .modal__content{padding:0}.benefits-content+.modal .modal__desc{padding:0 24px;margin-top:60px;max-height:75vh;overflow:auto;overflow-x:hidden;word-wrap:break-word;-webkit-clip-path:inset(0 round 0 0 16px);clip-path:inset(0 round 0 0 16px)}.benefit__carousel__image{position:relative;display:flex;justify-content:center;align-items:flex-start}.benefit-card__modal__avatar{object-fit:cover;aspect-ratio:1/1}.benefit-card__modal__avatar,.benefit-card__modal__avatar iframe{border-radius:20px;width:100%}.benefit__carousel__prev-button{width:30px;height:30px;background-color:var(--color__gray-4);border-radius:999px;border:none;position:absolute;top:45%;left:-15px;cursor:pointer;display:flex;justify-content:center;align-items:center;translate:0 -50%}.benefit__carousel__prev-button svg{width:16px;height:16px}.benefit__carousel__next-button{width:30px;height:30px;background-color:var(--color__gray-4);border-radius:999px;border:none;position:absolute;top:45%;right:-15px;cursor:pointer;display:flex;justify-content:center;align-items:center;translate:0 -50%}.benefit__carousel__next-button svg{width:16px;height:16px}.benefit__carousel__next-button.arrow-button--disabled,.benefit__carousel__prev-button.arrow-button--disabled{background:var(--color__gray-2)}.benefit-card__modal__title{font-size:35px;font-weight:400;line-height:35px;color:var(--color__gray-4);margin-bottom:16px}.benefit-card__modal__description{color:var(--color__gray-4)}.benefit-card__modal__description ol,.benefit-card__modal__description ul{padding-left:24px}.benefit-card__modal__description a{color:var(--color__gray-4)}.benefit-card__modal__description a:hover{color:var(--color__system-blue-1)}@media only screen and (min-width:768px){.benefits-content__list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:24px;gap:24px;padding:0 32px 32px}.benefit-card__modal__layout{display:flex;flex-direction:row;gap:80px;margin:36px;width:66vw}.benefit__carousel__image{flex:2 2;height:-moz-fit-content;height:fit-content}.benefit__carousel__prev-button{width:42px;height:42px;left:-21px}.benefit__carousel__prev-button svg{width:24px;height:24px}.benefit__carousel__next-button{width:42px;height:42px;right:-21px}.benefit__carousel__next-button svg{width:24px;height:24px}.benefit-card__modal__content{max-height:70vh;overflow-y:auto;overflow-x:hidden;word-wrap:break-word;flex:3 3;padding-right:4px;-webkit-clip-path:none;clip-path:none}.benefits-content+.modal .modal__desc{overflow:hidden}}@media (prefers-color-scheme:dark){.benefit-card__overlay .overlay--expired p{color:var(--color__gray-x)}}