.card-with-tabs{background-color:transparent;border-radius:12px;margin-bottom:0;overflow:visible;position:relative}.card-with-tabs__title{font-family:var(--font-base,inherit);margin:0 0 1rem;padding:2rem 2rem 0;text-align:center}.card-with-tabs__description{line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;padding:0 2rem;text-align:center}.card-with-tabs__container{display:flex;min-height:400px;position:relative}.card-with-tabs__tabs{display:flex;flex-direction:column;min-width:280px;position:relative;z-index:1}.card-with-tabs__tab{align-items:center;background:none;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;font-weight:600;justify-content:space-between;margin-bottom:0;min-height:70px;padding:2rem 2.5rem;position:relative;text-align:left;transition:all .3s ease;width:100%}.card-with-tabs__tab:first-child{background-color:#4caf50}.card-with-tabs__tab:nth-child(2){background-color:#81c784}.card-with-tabs__tab:nth-child(3){background-color:#ffb74d}.card-with-tabs__tab:nth-child(4){background-color:#90a4ae}.card-with-tabs__tab:nth-child(5){background-color:#9e9e9e}.card-with-tabs__tab:hover{box-shadow:0 4px 8px rgba(0,0,0,.2);transform:translateX(5px)}.card-with-tabs__tab--active{box-shadow:0 6px 12px rgba(0,0,0,.3);transform:translateX(10px)}.card-with-tabs__tab-content-wrapper{align-items:center;display:flex;flex:1;min-width:0}.card-with-tabs__tab i{flex-shrink:0;font-size:1.3rem;margin-right:.75rem}.card-with-tabs__tab span{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-with-tabs__tab-image{align-items:center;display:flex;flex-shrink:0;margin-left:1rem}.card-with-tabs__tab-image img{border-radius:4px;display:block;height:40px;object-fit:cover;width:40px}.card-with-tabs--width-narrow .card-with-tabs__tabs{min-width:220px}.card-with-tabs--width-medium .card-with-tabs__tabs{min-width:280px}.card-with-tabs--width-wide .card-with-tabs__tabs{min-width:350px}.card-with-tabs__content-area{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.15);flex:1;margin-left:-20px;min-height:400px;padding:2rem;position:relative;z-index:2}.card-with-tabs__tab-content{bottom:0;display:flex;flex:1;flex-direction:row;justify-content:space-between;left:0;opacity:0;overflow-y:auto;padding:2rem;position:absolute;right:0;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden}.card-with-tabs__tab-content--active{opacity:1;visibility:visible}.card-with-tabs__content-title{color:#000;font-family:var(--font-base,inherit);font-size:1.5rem;font-weight:600;margin:0 0 1.5rem}.card-with-tabs__content-image,.card-with-tabs__content-text-wrapper{flex:1}.card-with-tabs__content-text{color:#333;line-height:1.6;margin-bottom:1.5rem}.card-with-tabs__content-text>:first-child{margin-top:0}.card-with-tabs__content-text>:last-child{margin-bottom:0}.card-with-tabs__content-image{border-radius:8px;margin:0;max-height:100%;overflow:hidden}.card-with-tabs__content-image img{border-radius:8px;display:block;height:auto;max-height:100%;width:100%}.card-with-tabs__button{margin-top:1.5rem}.card-with-tabs__button .button{border-radius:6px;display:inline-block;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.mb-none{margin-bottom:0}.mb-small{margin-bottom:1rem}.mb-medium{margin-bottom:2rem}.mb-large{margin-bottom:3rem}.mb-very-large{margin-bottom:4rem}@media (max-width:767px){.card-with-tabs__container{flex-direction:column;min-height:auto}.card-with-tabs__tabs{flex-direction:row;margin-bottom:1rem;min-width:auto;overflow-x:auto;padding-bottom:.5rem}.card-with-tabs__tab{flex:0 0 auto;flex-direction:column;font-size:1rem;justify-content:center;margin-bottom:0;margin-right:.5rem;min-height:60px;min-width:140px;padding:1rem 1.5rem;width:auto}.card-with-tabs__tab--active,.card-with-tabs__tab:hover{transform:translateY(-3px)}.card-with-tabs__tab-content-wrapper{align-items:center;flex-direction:column;margin-bottom:.5rem;min-width:0}.card-with-tabs__tab i{display:block;font-size:1.1rem;margin-bottom:.25rem;margin-right:0}.card-with-tabs__tab span{display:block;font-size:.9rem;text-align:center;white-space:normal}.card-with-tabs__tab-image{margin-left:0;margin-top:.5rem}.card-with-tabs__tab-image img{height:30px;width:30px}.card-with-tabs__content-area{margin-left:0;min-height:300px}.card-with-tabs__tab-content{padding:1.5rem}.card-with-tabs__content-image,.card-with-tabs__content-image img{max-height:150px}.card-with-tabs__title{padding:1.5rem 1.5rem 0}.card-with-tabs__description{padding:0 1.5rem}}@media (min-width:768px) and (max-width:1023px){.card-with-tabs__tabs{min-width:240px}.card-with-tabs__tab{padding:1.5rem 2rem}.card-with-tabs__content-area{margin-left:-15px}.card-with-tabs__tab-content{padding:1.75rem}.card-with-tabs__content-image,.card-with-tabs__content-image img{max-height:180px}}