@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800;900&display=swap");:root{--rm-blue:#009de0;--rm-teal:#00c7b1;--rm-dark-blue:#0076b8;--rm-dark-teal:#009b8a;--rm-light-blue:#e6f5fb;--rm-light-teal:#e6faf8;--rm-gray-50:#f9fafb;--rm-gray-100:#f3f4f6;--rm-gray-200:#e5e7eb;--rm-gray-300:#d1d5db;--rm-gray-600:#4b5563;--rm-gray-700:#374151;--rm-gray-800:#1f2937;--rm-gray-900:#111827;--rm-white:#fff;--rm-black:#000;--rm-font-primary:"Nunito",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.rm-feature-cards{font-family:var(--rm-font-primary);font-feature-settings:"ss02" 1;position:relative;width:100%;z-index:1}.rm-feature-cards__wrapper{margin:0 auto;max-width:1400px;padding-left:20px;padding-right:20px}.rm-feature-cards__grid{display:grid;grid-template-columns:1fr;position:relative;z-index:10}.rm-feature-cards__grid--cols-2{grid-template-columns:repeat(2,1fr)}.rm-feature-cards__grid--cols-3{grid-template-columns:repeat(3,1fr)}.rm-feature-cards__grid--cols-4{grid-template-columns:repeat(4,1fr)}.rm-feature-card{display:flex;flex-direction:column;padding:40px 30px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.rm-feature-cards--with-borders .rm-feature-card{border-bottom:1px solid var(--rm-gray-200);border-right:1px solid var(--rm-gray-200)}.rm-feature-cards--with-borders .rm-feature-card:nth-child(1n){border-right:1px solid var(--rm-gray-200)}.rm-feature-cards--with-borders.rm-feature-cards--cols-2 .rm-feature-card:nth-child(2n),.rm-feature-cards--with-borders.rm-feature-cards--cols-3 .rm-feature-card:nth-child(3n),.rm-feature-cards--with-borders.rm-feature-cards--cols-4 .rm-feature-card:nth-child(4n){border-right:none}.rm-feature-cards--with-borders .rm-feature-card:first-child,.rm-feature-cards--with-borders.rm-feature-cards--cols-2 .rm-feature-card:nth-child(2n-1),.rm-feature-cards--with-borders.rm-feature-cards--cols-3 .rm-feature-card:nth-child(3n-2),.rm-feature-cards--with-borders.rm-feature-cards--cols-4 .rm-feature-card:nth-child(4n-3){border-left:1px solid var(--rm-gray-200)}.rm-feature-cards--with-borders.rm-feature-cards--cols-2 .rm-feature-card:nth-child(-n+2),.rm-feature-cards--with-borders.rm-feature-cards--cols-3 .rm-feature-card:nth-child(-n+3),.rm-feature-cards--with-borders.rm-feature-cards--cols-4 .rm-feature-card:nth-child(-n+4){border-top:1px solid var(--rm-gray-200)}.rm-feature-card:before{content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s ease;z-index:1}.rm-feature-cards--cols-2 .rm-feature-card:nth-child(-n+2):before,.rm-feature-cards--cols-3 .rm-feature-card:nth-child(-n+3):before,.rm-feature-cards--cols-4 .rm-feature-card:nth-child(-n+4):before{background:linear-gradient(to bottom,var(--rm-light-blue),transparent)}.rm-feature-card:before{background:linear-gradient(to top,var(--rm-light-blue),transparent)}.rm-feature-card:hover:before{opacity:.5}.rm-feature-card__icon{align-items:center;display:flex;height:56px;justify-content:center;margin-bottom:20px;position:relative;transition:transform .3s ease;width:56px;z-index:10}.rm-feature-card:hover .rm-feature-card__icon{transform:scale(1.1) translateY(-2px)}.rm-feature-card__icon--blue .rm-feature-card__icon-svg,.rm-feature-card__icon--blue .rm-feature-card__icon-svg i,.rm-feature-card__icon--blue .rm-feature-card__icon-svg svg{color:var(--rm-blue)}.rm-feature-card__icon--teal .rm-feature-card__icon-svg,.rm-feature-card__icon--teal .rm-feature-card__icon-svg i,.rm-feature-card__icon--teal .rm-feature-card__icon-svg svg{color:var(--rm-teal)}.rm-feature-card__icon--gray .rm-feature-card__icon-svg,.rm-feature-card__icon--gray .rm-feature-card__icon-svg i,.rm-feature-card__icon--gray .rm-feature-card__icon-svg svg{color:var(--rm-gray-600)}.rm-feature-card__icon--gradient .rm-feature-card__icon-svg i,.rm-feature-card__icon--gradient .rm-feature-card__icon-svg svg{background:linear-gradient(135deg,var(--rm-blue),var(--rm-teal));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.rm-feature-card__icon-svg{align-items:center;display:flex;height:56px;justify-content:center;transition:all .3s ease;width:56px}.rm-feature-card__icon-svg i,.rm-feature-card__icon-svg svg{font-size:56px;height:56px;width:56px}.rm-feature-card__icon-image{height:56px;object-fit:contain;transition:transform .3s ease;width:56px}.rm-feature-card__title-wrapper{margin-bottom:12px;position:relative;z-index:10}.rm-feature-card__accent{background-color:var(--rm-gray-300);border-radius:0 4px 4px 0;height:24px;left:-30px;position:absolute;top:50%;transform:translateY(-50%);transform-origin:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:4px}.rm-feature-card:hover .rm-feature-card__accent{background:linear-gradient(to bottom,var(--rm-blue),var(--rm-teal));height:32px}.rm-feature-card__title{color:var(--rm-gray-900);display:inline-block;font-family:var(--rm-font-primary);font-size:24px;font-weight:800;line-height:1.4;margin:0;transition:transform .3s ease}.rm-feature-card:hover .rm-feature-card__title{transform:translateX(8px)}.rm-feature-card__description{color:var(--rm-gray-600);font-family:var(--rm-font-primary);font-size:16px;line-height:1.7;margin:0;max-width:320px;position:relative;z-index:10}.rm-feature-card__description p{margin:0}.rm-feature-card__button{align-items:center;align-self:flex-start;background:transparent;border:2px solid var(--rm-blue);border-radius:6px;color:var(--rm-blue);cursor:pointer;display:inline-flex;font-family:var(--rm-font-primary);font-size:16px;font-weight:700;gap:8px;justify-content:center;margin-top:20px;padding:12px 28px;position:relative;text-decoration:none;transition:all .3s ease;z-index:10}.rm-feature-card__button:hover{background:var(--rm-blue);box-shadow:0 6px 20px rgba(0,157,224,.3);color:var(--rm-white);transform:translateY(-2px)}.rm-feature-card__button svg{height:18px;transition:transform .3s ease;width:18px}.rm-feature-card__button:hover svg{transform:translateX(4px)}.rm-feature-cards--bg-white{background-color:var(--rm-white)}.rm-feature-cards--bg-light{background-color:var(--rm-gray-50)}.rm-feature-cards--bg-dark{background-color:var(--rm-gray-900)}.rm-feature-cards--bg-dark .rm-feature-card__title{color:var(--rm-white)}.rm-feature-cards--bg-dark .rm-feature-card__description{color:var(--rm-gray-300)}.rm-feature-cards--bg-dark .rm-feature-card__accent{background-color:var(--rm-gray-700)}.rm-feature-cards--bg-dark.rm-feature-cards--with-borders .rm-feature-card{border-color:var(--rm-gray-800)}.rm-feature-cards--bg-dark .rm-feature-card__button{border-color:var(--rm-white);color:var(--rm-white)}.rm-feature-cards--bg-dark .rm-feature-card__button:hover{background:var(--rm-white);box-shadow:0 6px 20px hsla(0,0%,100%,.2);color:var(--rm-gray-900)}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.rm-feature-card{animation:slideInUp .6s ease-out backwards}.rm-feature-card:first-child{animation-delay:.1s}.rm-feature-card:nth-child(2){animation-delay:.2s}.rm-feature-card:nth-child(3){animation-delay:.3s}.rm-feature-card:nth-child(4){animation-delay:.4s}.rm-feature-card:nth-child(5){animation-delay:.5s}.rm-feature-card:nth-child(6){animation-delay:.6s}.rm-feature-card:nth-child(7){animation-delay:.7s}.rm-feature-card:nth-child(8){animation-delay:.8s}.rm-feature-cards--no-animations .rm-feature-card{animation:none}.rm-feature-cards--no-animations .rm-feature-card:before,.rm-feature-cards--no-animations .rm-feature-card__accent,.rm-feature-cards--no-animations .rm-feature-card__icon,.rm-feature-cards--no-animations .rm-feature-card__title{transition:none}@media screen and (max-width:1024px){.rm-feature-cards__grid--cols-4{grid-template-columns:repeat(3,1fr)}.rm-feature-card{padding:32px 24px}.rm-feature-card__icon,.rm-feature-card__icon-image,.rm-feature-card__icon-svg{height:48px;width:48px}.rm-feature-card__icon-svg i,.rm-feature-card__icon-svg svg{font-size:48px;height:48px;width:48px}.rm-feature-card__title{font-size:20px}.rm-feature-card__description{font-size:15px}.rm-feature-card__button{font-size:15px;margin-top:16px;padding:10px 24px}.rm-feature-cards--with-borders.rm-feature-cards--cols-4 .rm-feature-card:nth-child(3n){border-right:none}.rm-feature-cards--with-borders.rm-feature-cards--cols-4 .rm-feature-card:nth-child(3n-2){border-left:1px solid var(--rm-gray-200)}.rm-feature-cards--with-borders.rm-feature-cards--cols-4 .rm-feature-card:nth-child(-n+3){border-top:1px solid var(--rm-gray-200)}}@media screen and (max-width:767px){.rm-feature-cards__wrapper{padding-left:16px;padding-right:16px}.rm-feature-cards__grid{grid-template-columns:1fr!important}.rm-feature-card{padding:28px 20px}.rm-feature-cards--with-borders .rm-feature-card{border-bottom:1px solid var(--rm-gray-200);border-left:none!important;border-right:none!important}.rm-feature-cards--with-borders .rm-feature-card:first-child{border-top:1px solid var(--rm-gray-200)}.rm-feature-card__accent{left:-20px}.rm-feature-card__icon{height:40px;margin-bottom:16px;width:40px}.rm-feature-card__icon-image,.rm-feature-card__icon-svg{height:40px;width:40px}.rm-feature-card__icon-svg i,.rm-feature-card__icon-svg svg{font-size:40px;height:40px;width:40px}.rm-feature-card__title{font-size:18px}.rm-feature-card__description{font-size:14px;max-width:100%}.rm-feature-card__button{font-size:14px;justify-content:center;margin-top:16px;padding:10px 20px;width:100%}.rm-feature-card:before{background:linear-gradient(to top,var(--rm-light-blue),transparent)}}@media screen and (max-width:480px){.rm-feature-card{padding:24px 16px}.rm-feature-card__title{font-size:17px}.rm-feature-card__description{font-size:14px}}@media print{.rm-feature-card{page-break-inside:avoid}.rm-feature-card:before{display:none}}