.threeColsCardsComponent{position:relative;display:flex;justify-content:center;background-color:#fff;padding-top:3rem;padding-bottom:3rem}.threeColsCardsComponent.backgroundwhite{background-color:#fff}.threeColsCardsComponent.backgroundbeige{background-color:#fffef3}.threeColsCardsComponent.backgrounddark{background-color:#212121}.threeColsCardsComponent .wrapper{display:grid;grid-template-columns:repeat(6,1fr);gap:0 1rem;padding:0 1.75rem;width:100%}.threeColsCardsComponent .cards{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:2rem}.threeColsCardsComponent .onecard{width:100%;max-width:35rem;margin:0 auto;padding:1.5rem;-webkit-box-shadow:inset 0 0 0 1px #212121;box-shadow:inset 0 0 0 1px #212121;-webkit-border-radius:2rem;-moz-border-radius:2rem;border-radius:2rem}.threeColsCardsComponent .head{width:100%;display:flex;align-items:flex-start;margin-bottom:1rem}.threeColsCardsComponent .card-number{width:1.875rem;color:#212121;font-family:Work Sans,sans-serif;font-size:.9375rem;line-height:1.375rem;font-weight:400;font-weight:700}.threeColsCardsComponent .card-title{width:calc(100% - 30px);font-family:Work Sans,sans-serif;font-weight:300;font-style:italic;font-size:2rem;line-height:2.375rem;color:#212121;text-align:right}@media (min-width:48rem){.threeColsCardsComponent .card-title{font-size:3rem;line-height:3.5rem}}.threeColsCardsComponent .subtitle{margin:0}.threeColsCardsComponent .subtitle *{font-family:Work Sans,sans-serif;font-size:.9375rem;line-height:1.375rem;font-weight:400;color:#212121;font-weight:700;text-align:right;margin:0}.threeColsCardsComponent .bottom{display:flex;margin-top:6rem}.threeColsCardsComponent .card_items{padding:0;margin:0;width:calc(100% - 98px);list-style:none}.threeColsCardsComponent .item{position:relative;margin:0 0 .5rem;padding-left:1.5rem}.threeColsCardsComponent .item:before{content:"";position:absolute;width:.25rem;height:.25rem;background-color:#212121;border-radius:100%;left:.75rem;top:.625rem}.threeColsCardsComponent .item *{font-family:Work Sans,sans-serif;font-size:.9375rem;line-height:1.375rem;font-weight:400;color:#212121;margin:0}.threeColsCardsComponent .icon-wrapper{display:flex;align-items:flex-end}.threeColsCardsComponent .icon{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:5.375rem;height:6.25rem;border-radius:3.125rem;-webkit-box-shadow:inset 0 0 0 1px #212121;box-shadow:inset 0 0 0 1px #212121}.threeColsCardsComponent .icon:before{position:relative;z-index:1;color:#212121;font-size:2.75rem}.threeColsCardsComponent .icon .dot{position:absolute;z-index:0;height:.875rem;width:1.5rem;border-radius:.8125rem;top:1.75rem;right:1.25rem;background-color:#ef5e4a}.threeColsCardsComponent .icon .dot.backgroundwhite{background-color:#fff}.threeColsCardsComponent .icon .dot.backgroundbeige{background-color:#fffef3}.threeColsCardsComponent .icon .dot.backgrounddarker-beige{background-color:#f5efe5}.threeColsCardsComponent .icon .dot.backgroundyellow{background-color:#ffbe5a}.threeColsCardsComponent .icon .dot.backgroundgreen{background-color:#57b57d}.threeColsCardsComponent .icon .dot.backgroundred{background-color:#ef5e4a}.threeColsCardsComponent .icon .dot.backgroundblue{background-color:#4b67f2}.threeColsCardsComponent .icon .dot.backgroundorange{background-color:#ff9052}.threeColsCardsComponent .icon .dot.backgrounddark-1000{background-color:#212121}.threeColsCardsComponent .icon .dot.backgrounddark-900{background-color:#4a4a4a}.threeColsCardsComponent .icon .dot.backgrounddark-700{background-color:#757575}.threeColsCardsComponent .icon .dot.backgrounddark-500{background-color:#aaa9a2}.threeColsCardsComponent .icon .dot.backgrounddark-300{background-color:#d1d0c6}.threeColsCardsComponent .icon .dot.backgrounddark-100{background-color:#ebeade}.threeColsCardsComponent .icon .dot.backgroundlight-1000{background-color:#f1e6cf}.threeColsCardsComponent .icon .dot.backgroundlight-900{background-color:#fcf8ec}.threeColsCardsComponent .icon .dot.backgroundlight-500{background-color:#fffef3}.threeColsCardsComponent .icon .dot.backgroundlight-300{background-color:#fffffb}.threeColsCardsComponent .icon .dot.backgroundlight-100{background-color:#fff}.threeColsCardsComponent .icon .dot.backgroundwarning-green{background-color:#96d77f}.threeColsCardsComponent .icon .dot.backgroundwarning-orange{background-color:#ffad72}.threeColsCardsComponent .icon .dot.backgroundwarning-red{background-color:#f66a6a}.threeColsCardsComponent.darkTheme .onecard{-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.threeColsCardsComponent.darkTheme .card-number,.threeColsCardsComponent.darkTheme .card-title,.threeColsCardsComponent.darkTheme .subtitle *{color:#fff}.threeColsCardsComponent.darkTheme .item:before{background-color:#fff}.threeColsCardsComponent.darkTheme .item *{color:#fff}.threeColsCardsComponent.darkTheme .icon{-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.threeColsCardsComponent.darkTheme .icon:before{color:#fff}@media (min-width:48rem){.threeColsCardsComponent{padding-top:4.5rem;padding-bottom:4.5rem}.threeColsCardsComponent .wrapper{display:grid;grid-template-columns:repeat(12,1fr);gap:0 2rem;padding:0 4rem}.threeColsCardsComponent .cards{justify-content:center}}@media (min-width:80rem){.threeColsCardsComponent{padding-top:6rem;padding-bottom:6rem}.threeColsCardsComponent .wrapper{display:grid;grid-template-columns:repeat(12,1fr);gap:0 2rem;max-width:1440px;padding:0 4rem}.threeColsCardsComponent .cards{flex-wrap:nowrap}.threeColsCardsComponent .onecard{width:33.333%}}.threeColsCardsComponent.nopaddingtop{padding-top:0!important}.threeColsCardsComponent.nopaddingbottom{padding-bottom:0!important}