:root { --bricks-color-grey-100: #f5f5f5; --bricks-color-grey-300: #e0e0e0; --bricks-color-grey-500: #9e9e9e; --bricks-color-grey-700: #616161; --bricks-color-grey-800: #424242; --bricks-color-grey-900: #212121; --bricks-color-yellow: #ffeb3b; --bricks-color-amber: #ffc107; --bricks-color-orange: #ff9800; --bricks-color-deep-orange: #ff5722; --bricks-color-red: #f44336; --bricks-color-purple: #9c27b0; --bricks-color-blue: #2196f3; --bricks-color-light-blue: #03a9f4; --bricks-color-sky-blue: #81D4FA; --bricks-color-green: #4caf50; --bricks-color-light-green: #8bc34a; --bricks-color-lime: #cddc39; --primary: #38afec; --primary-dark: #2d8cbd; --primary-ultra-dark: #22698e; --primary-light: #e1f3fc; --primary-ultra-light: #f5fbfe; --primary-trans-10: rgba(56, 175, 236, 0.1); --primary-trans-20: rgba(56, 175, 236, 0.2); --primary-trans-30: rgba(56, 175, 236, 0.3); --primary-trans-40: rgba(56, 175, 236, 0.4); --primary-trans-50: rgba(56, 175, 236, 0.5); --primary-trans-60: rgba(56, 175, 236, 0.6); --primary-trans-70: rgba(56, 175, 236, 0.7); --primary-trans-80: rgba(56, 175, 236, 0.8); --primary-trans-90: rgba(56, 175, 236, 0.9); --secondary: #262626; --secondary-ultra-dark: #171717; --secondary-dark: #1e1e1e; --secondary-light: #dedede; --secondary-ultra-light: #f4f4f4; --tertiary: #f7f7f7; --tertiary-ultra-dark: #949494; --tertiary-dark: #c6c6c6; --tertiary-light: #fefefe; --tertiary-ultra-light: #ffffff; --base: #4d4d66; --base-ultra-dark: #2e2e3d; --base-dark: #3e3e52; --base-light: #e4e4e8; --base-ultra-light: #f6f6f7; --white: #ffffff; --white-trans-10: rgba(255, 255, 255, 0.1); --white-trans-20: rgba(255, 255, 255, 0.2); --white-trans-30: rgba(255, 255, 255, 0.3); --white-trans-40: rgba(255, 255, 255, 0.4); --white-trans-50: rgba(255, 255, 255, 0.5); --white-trans-60: rgba(255, 255, 255, 0.6); --white-trans-70: rgba(255, 255, 255, 0.7); --white-trans-80: rgba(255, 255, 255, 0.8); --white-trans-90: rgba(255, 255, 255, 0.9); --black: #000000; --black-trans-10: rgba(0, 0, 0, 0.1); --black-trans-20: rgba(0, 0, 0, 0.2); --black-trans-30: rgba(0, 0, 0, 0.3); --black-trans-40: rgba(0, 0, 0, 0.4); --black-trans-50: rgba(0, 0, 0, 0.5); --black-trans-60: rgba(0, 0, 0, 0.6); --black-trans-70: rgba(0, 0, 0, 0.7); --black-trans-80: rgba(0, 0, 0, 0.8); --black-trans-90: rgba(0, 0, 0, 0.9); --text-xs: clamp(1.02rem, calc(0.0010185185185185173 * (100vw - 36rem) + 1.02rem), 1.13rem); --text-s: clamp(1.28rem, calc(0.002037037037037037 * (100vw - 36rem) + 1.28rem), 1.5rem); --text-m: clamp(1.6rem, calc(0.003703703703703703 * (100vw - 36rem) + 1.6rem), 2rem); --text-l: clamp(2rem, calc(0.0062037037037037035 * (100vw - 36rem) + 2rem), 2.67rem); --text-xl: clamp(2.5rem, calc(0.00972222222222222 * (100vw - 36rem) + 2.5rem), 3.55rem); --text-2xl: clamp(3.13rem, calc(0.014907407407407411 * (100vw - 36rem) + 3.13rem), 4.74rem); --text-3xl: clamp(5.05rem, calc(0.011666666666666665 * (100vw - 36rem) + 5.05rem), 6.31rem); --text-mm: clamp(1.80rem, calc(1.80rem + 0.0022 * (100vw - 380px)), 2.00rem); --text-xxl: clamp(3.10rem, calc(3.10rem + 0.0044 * (100vw - 380px)), 3.50rem); --h1: clamp(4.40rem, calc(4.40rem + 0.0122 * (100vw - 380px)), 5.50rem); --h2: clamp(3.50rem, calc(3.50rem + 0.0100 * (100vw - 380px)), 4.40rem); --h3: clamp(2.80rem, calc(2.80rem + 0.0078 * (100vw - 380px)), 3.50rem); --h4: clamp(2.20rem, calc(2.20rem + 0.0067 * (100vw - 380px)), 2.80rem); --h5: clamp(1.80rem, calc(1.80rem + 0.0044 * (100vw - 380px)), 2.20rem); --h6: clamp(1.40rem, calc(1.40rem + 0.0044 * (100vw - 380px)), 1.80rem); --space-xs: clamp(0.90rem, calc(0.90rem + 0.0022 * (100vw - 380px)), 1.10rem); --space-s: clamp(1.30rem, calc(1.30rem + 0.0033 * (100vw - 380px)), 1.60rem); --space-m: clamp(2.00rem, calc(2.00rem + 0.0044 * (100vw - 380px)), 2.40rem); --space-l: clamp(3.00rem, calc(3.00rem + 0.0000 * (100vw - 380px)), 3.00rem); --space-xl: clamp(4.50rem, calc(4.50rem + 0.0100 * (100vw - 380px)), 5.40rem); --space-xxl: clamp(4.50rem, calc(4.50rem + 0.0400 * (100vw - 380px)), 8.10rem); --space-section: clamp(10.00rem, calc(10.00rem + 0.0222 * (100vw - 380px)), 12.00rem); --logo-width: clamp(12.00rem, calc(12.00rem + 0.0889 * (100vw - 380px)), 20.00rem);}