*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
body {
    min-height: 100%;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit
}

a:active,
a:hover {
    outline-width: 0
}

*,
a,
button,
input,
select,
textarea {
    -webkit-tap-highlight-color: transparent;
}

ul,
ol,
li {
    list-style: none;
}

b,
strong {
    font-weight: bolder;
}

blockquote,
q {
    quotes: none
}

mark {
    background-color: transparent;
    color: inherit
}

img {
    max-width: 100%;
    vertical-align: middle;
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

svg:not(:root) {
    overflow: hidden
}

::-webkit-scrollbar {
    display: none;
}

button,
input,
textarea,
select {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    appearance: none
}

.clear-fix:after,
.clear-fix:before {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

html {
    font-size: 16px;
    line-height: 1;
}

:root {
    /* --heading-font: 'Euclid Circular A Bold'; */
    --heading-font: 'EuclidCircularABold';
    --heading-medium: 'Euclid Circular A Medium';
    --font-body: 'Euclid Circular A Regular';
    --font-mulish: 'Mulish', sans-serif;
    --bg--dark-grey: #2C2E36;
    --bg-white: #ffffff;
    --bg-purple: #492C9F;
    --bg-green: #5CC63E;
    --bg-orange: #F28D3C;
    --bg-light-grey: #F4F4F4;
    --bg-ocean-teal: #53C0BC;
    --bg-dark-blue: #34596E;
    --bg-sky-blue: #55D0F9;
    --txt-white: #fff;
    --font-50: 50px;
    --font-30: 30px;
    --font-16: 16px;
    --radius-10: 10px;
  }
  
  @font-face {
    font-family: 'Euclid Circular A Bold';
    src: url('../fonts/EuclidCircularA-Bold.eot');
    src: url('../fonts/EuclidCircularA-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/EuclidCircularA-Bold.woff2') format('woff2'),
      url('../fonts/EuclidCircularA-Bold.woff') format('woff'),
      url('../fonts/EuclidCircularA-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Euclid Circular A Regular';
    src: url('../fonts/EuclidCircularA-Regular.eot');
    src: url('../fonts/EuclidCircularA-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/EuclidCircularA-Regular.woff2') format('woff2'),
      url('../fonts/EuclidCircularA-Regular.woff') format('woff'),
      url('../fonts/EuclidCircularA-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Euclid Circular A Medium';
    src: url('../fonts/EuclidCircularA-Medium.eot');
    src: url('../fonts/EuclidCircularA-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/EuclidCircularA-Medium.woff2') format('woff2'),
      url('../fonts/EuclidCircularA-Medium.woff') format('woff'),
      url('../fonts/EuclidCircularA-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  
  
  @font-face {
    font-family: 'EuclidCircularABold';
    src: url('../fonts/EuclidCircularABold.eot');
    src: url('../fonts/EuclidCircularABold.eot') format('embedded-opentype'),
      url('../fonts/EuclidCircularABold.woff2') format('woff2'),
      url('../fonts/EuclidCircularABold.woff') format('woff'),
      url('../fonts/EuclidCircularABold.ttf') format('truetype'),
      url('../fonts/EuclidCircularABold.svg#EuclidCircularABold') format('svg');
  }
  

body {
    font-family: var(--font-body);
    background: #F4F4F4;
    line-height: 1.4;
    color: #0D1116;
}

.bsi-icn {
    --size: 1em;
    font-size: var(--size);
    height: 1em;
    width: 1em;
    display: inline-block;
    color: inherit;
    fill: currentColor;
    line-height: 1;
    flex-shrink: 0;
    max-width: initial;
}