@font-face{font-family:Nunito;src:url(../vendor/webfonts/Nunito-Regular.ttf)}*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary:#000000;--color-light-gray:#ebebebb2;--color-secondary:#28a745;--color-text:#6e6e6e;--color-text-dark:#a7a7a7;--radius-16:16px;--radius-24:24px;--radius-28:28px;--radius-18:18px;--drop-shadow:9.34px 16.01px 28.02px 0 #184f780d, -9.34px -16.01px 28.02px 0 #184f780d;--shadow-sm:0 4px 12px rgba(0, 134, 205, 0.1);--shadow-lg:0 20px 25px rgba(0, 134, 205, 0.1);--hostina-border-light:#c8e0f0;--bs-border-color:#c8e0f0;--shadow-special:9.34px 16.01px 28.02px 0 #184f780d, -9.34px -16.01px 28.02px 0 #184f780d;--transition-base:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1)}html{font-size:62.5%;scroll-behavior:smooth}html, body, .scroll-area, *{scrollbar-width:thin;scrollbar-color:#b8d0e0 #e8f4fc}*::-webkit-scrollbar{width:12px;height:12px}*::-webkit-scrollbar-track{background:#e8f4fc}*::-webkit-scrollbar-thumb{border-radius:10px;border:2px solid #e8f4fc;background:linear-gradient( to bottom, #c8e0f0 0%, #b8d4e8 25%, #a8c8e0 50%, #88b0d0 75%, #0086cd 100% )}*::-webkit-scrollbar-thumb:hover{background:linear-gradient( to bottom, #dceef8 0%, #c8e0f0 25%, #b8d4e8 50%, #98b8d8 75%, #006ba8 100% )}body{font-family:"Nunito", sans-serif;line-height:1.5;font-weight:400;font-size:16px;color:var(--color-primary);background-color:#ffffff;overflow-x:hidden;transition:all 0.3s linear}img{width:100%;height:auto}img.cover{height:100%;width:100%;object-position:center;object-fit:cover}a{text-decoration:none;color:inherit}ul, li{list-style-type:none;padding-left:0}figure{margin-bottom:0}section{overflow:hidden}.section-heading{font-size:2.9rem;font-weight:700;margin-bottom:2.8rem;line-height:1.3;color:var(--color-primary)}.description{font-size:2.2rem;line-height:1.5;color:var(--color-text)}.dashb-btn{outline:none;width:initial;white-space:nowrap;border:1px solid transparent;background-color:transparent;cursor:pointer;transition:var(--transition-base) !important}.primary-btn, .secondary-btn{padding:1.3rem 3rem;font-size:1.6rem;font-weight:600;border-radius:var(--radius-16)}.primary-btn{background-color:var(--color-primary);color:#fff}.primary-btn:hover{background-color:#fff;color:#000;border:1px solid #000}.secondary-btn{background-color:#fff}.secondary-btn:hover{background-color:#000;border:1px solid #fff;color:#fff}.dashb-light-btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;min-height:44px;padding:0.65rem 1.5rem;font-size:1.45rem;font-weight:600;font-family:"Nunito", sans-serif;color:var(--color-primary);background-color:rgba(0, 134, 205, 0.06);border:1px solid rgba(0, 134, 205, 0.12);border-radius:12px;text-decoration:none;box-shadow:0 2px 8px rgba(0, 134, 205, 0.06);transition:background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease}.dashb-light-btn:hover{background-color:rgba(0, 0, 0, 0.1);border-color:rgba(0, 0, 0, 0.2);color:#000;transform:translateY(-1px);box-shadow:0 4px 14px rgba(0, 134, 205, 0.1)}.dashb-light-btn:active{transform:translateY(0);box-shadow:0 2px 6px rgba(0, 134, 205, 0.08)}.flex-center{display:flex;justify-content:center;align-items:center}.flex-between{display:flex;justify-content:space-between;align-items:center;gap:1rem}.ellipse-lg{position:absolute;width:11rem;height:11rem;background-color:#0000000f;border-radius:50%;z-index:-1}.ellipse-sm{position:absolute;width:6rem;height:6rem;background-color:#0000000f;border-radius:50%;z-index:-1}.clr-text{color:var(--color-text)}.clr-text-dark{color:var(--color-text-dark)}.shadow-normal{box-shadow:var(--drop-shadow)}[data-animate]{opacity:0}[data-animate].animated{opacity:1}.card-hover-effect:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg)}.btn-pulse{position:relative;overflow:hidden}.btn-pulse-infinite{animation:pulse 1s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}@media (min-width:1600px){html{font-size:100%}}@media (max-width:767px){html{font-size:70%}.section-heading{font-size:2.2rem}.primary-btn{font-size:15px}}