h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-family: "fluxbold", sans-serif;
  font-style: normal;
  font-weight: 400; }

h1 {
  font-size: 72px; }

h2 {
  font-size: 56px; }

h3 {
  font-size: 48px; }

h4 {
  font-size: 32px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 18px; }

body {
  font-family: "fluxregular", sans-serif; }

p {
  font-size: 16px; }

b, strong, .fw-bold {
  font-family: "fluxbold", sans-serif; }

label {
  font-weight: 600;
  font-size: 12px; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  min-height: 100vh;
  margin: 0 auto;
  font-family: 'fluxregular', Arial, sans-serif; }

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

main {
  display: block;
  /* For IE11 support */ }

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

.select-with-filter .swf-filter-input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #BDBDBD; }

.select-with-filter .swf-item-list {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid #BDBDBD;
  border-top: 0;
  max-height: 300px;
  overflow-y: auto; }
  .select-with-filter .swf-item-list .swf-item {
    border-radius: 8px;
    border: 0;
    color: #4F4F4F;
    padding: 8px 16px;
    background-color: #FFFFFF;
    text-align: left; }
    .select-with-filter .swf-item-list .swf-item.active {
      background-color: #C5273133; }
    .select-with-filter .swf-item-list .swf-item .swf-item-title {
      margin-bottom: 0;
      font-size: 18px; }
    .select-with-filter .swf-item-list .swf-item .swf-item-subtitle {
      margin-bottom: 0;
      font-size: 12px; }
