@charset "utf-8";.Section__cards{display:grid;grid-template-columns:repeat(2,calc((100% - var(--column-gap) * 1) / 2));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%}.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-letters{display:block;position:relative;padding:calc(20px + 16px + 40px) 20px calc(20px + 34px + 40px) 20px;box-sizing:border-box;width:100%;height:fit-content;color:#101010;font-size:20px;font-weight:400;line-height:28px;max-width:550px}.Section__card--regular .Section__card-letters{font-weight:400}.Section__card--semibold .Section__card-letters{font-weight:600}.Section__card--bold .Section__card-letters{font-weight:700}.Section__card--ultrabold .Section__card-letters{font-weight:800}.Section__card--black .Section__card-letters{font-weight:900}.Section__card-actions{position:absolute;bottom:0;left:0;right:0;z-index:10;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;padding:20px;width:100%;box-sizing:border-box}.Section__card-actions>* + *{margin-left:10px}.Section__card-button{display:flex;font-family:'RF Dewi Extended'!important;padding:8px 16px;border-radius:34px;width:fit-content;height:34px;border:1px solid;border-color:rgba(16,16,16,.50);box-sizing:border-box;color:rgba(16,16,16,.50);font-size:14px;font-weight:600;line-height:18px;cursor:pointer;user-select:none;transition:border-color .2s,color .2s}.Section__card-button:hover,.Section__card-button:active{border-color:rgba(16,16,16,1);color:rgba(16,16,16,1)}.Section__card-button svg{display:block;width:16px;height:16px;flex-shrink:0}.Section__card-button>* + *{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__cards{grid-template-columns:100%}.Section__card-in{height:auto}.Section__card-letters{padding:calc(20px + 14px + 40px) 20px 20px 20px;font-size:16px;line-height:22px}.Section__card-actions{position:relative;bottom:unset;left:unset;right:unset;padding:10px 0;margin-top:10px}.Section__card-actions>* + *{margin-left:16px}.Section__card-button{padding:6px 12px;border-radius:28px;height:28px;font-size:13px;line-height:17px}.Section__card-button>* + *{margin-left:6px}.Section__button{margin-top:calc(24px - 32px);margin-bottom:32px}}