@charset "utf-8";.Section__cards{display:grid;grid-template-columns:100%;grid-gap:var(--column-gap)}.Section__card{display:block;position:relative}.Section__card-in{position:relative;z-index:1;border-radius:8px;box-sizing:border-box;border:1px solid #EDF2F7;background-color:#EDF2F7;height:100%;min-height:320px;background-image:url(/media/images/graphics-icons-background.svg);background-size:100% auto;background-position:center;background-repeat:no-repeat}.Section__card-title{color:rgba(16,16,16,.50);font-size:16px;font-weight:400;line-height:16px;padding:20px;width:100%;box-sizing:border-box;position:absolute;top:0;left:0;right:0;z-index:10}.Section__card-logo{display:block;position:absolute;top:50%;left:50%;bottom:0;right:0;z-index:1;width:auto;height:86px;object-fit:cover;object-position:center;transform:translate(-50%,-50%)}@media (max-width:732px){.Section__cards{grid-template-columns:100%}.Section__card-in{min-height:200px;background-image:url(/media/images/graphics-icons-background.svg);background-position:center bottom -75%}.Section__card-logo{height:54px}}.Section__cells{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-start;overflow-x:scroll;overflow-y:hidden;border-radius:12px;padding-bottom:24px;box-sizing:border-box}.Section__cells::-webkit-scrollbar{width:0;height:12px;border-radius:10px;background:rgba(221,231,240,.60)}.Section__cells::-webkit-scrollbar-thumb{border-radius:10px;background:linear-gradient(217deg,#D6E1EB 7.85%,#CBD3DC 112.1%)}.Section__cell{display:block;position:relative;box-sizing:border-box;padding:12px;border-radius:12px;background-color:#EDF2F7;width:200px;flex-shrink:0}.Section__cell + .Section__cell{margin-left:var(--column-gap)}.Section__cell-title{color:#000000;font-size:16px;font-weight:700;line-height:20px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Section__cell-rows{margin-top:8px}.Section__cell-row{display:flex;align-items:center;justify-content:space-between}.Section__cell-row + .Section__cell-row{margin-top:8px}.Section__cell-row__title{color:#000000;font-size:16px;font-weight:300;line-height:20px;margin-right:auto;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Section__cell-row__image{display:block;width:auto;width:auto;flex-shrink:0;margin-left:8px}.Section__button{display:flex;font-family:'RF Dewi Extended'!important;padding:12px 20px;border-radius:44px;width:fit-content;height:44px;border:1px solid;border-color:#666C72;box-sizing:border-box;color:#666C72;font-size:16px;font-weight:600;line-height:20px;cursor:pointer;user-select:none;transition:border-color .2s,color .2s;margin-top:80px}.Section__button:hover,.Section__button:active{border-color:#101010;color:#101010}.Section__button svg{display:block;width:20px;height:20px;flex-shrink:0}.Section__button>* + *{margin-left:8px}.Section__card-button .Text{transform:translateY(-1px)}@media (max-width:732px){.Section__button{margin-top:calc(24px - 32px);margin-bottom:32px}}