/*!
 * chota.css v0.9.2 | MIT License | https://github.com/jenil/chota
 */
 :root {
    --bg-color: #fff;
    --bg-secondary-color: #f3f3f6;
    --color-primary: #0072C6;
    --color-lightGrey: #f9fafa;
    --color-grey: #747681;
    --color-darkGrey: #3f4144;
    --color-error: #d43939;
    --color-success: #28bd14;
    --grid-maxWidth: 120rem;
    --grid-gutter: 2rem;
    --font-size: 1.6rem;
    --font-color: #333;
    --font-family-sans: -apple-system, "BlinkMacSystemFont", "Avenir",
      "Avenir Next", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
      "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    --font-family-mono: monaco, "Consolas", "Lucida Console", monospace;
  }
  html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    line-height: 1.15;
  }
  *,
  :after,
  :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }
  body {
    background-color: #ffffff;
    color: #333333;
    font-family: Segoe UI, Helvetica Neue, sans-serif;
    font-family: sans-serif;
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 0;
    padding: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 500;
    margin: 0.35em 0 0.7em;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.75em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.25em;
  }
  h5 {
    font-size: 1em;
  }
  h6 {
    font-size: 0.85em;
  }
  a {
    color: #0072C6;
    text-decoration: none;
  }
  a:hover:not(.button) {
    opacity: 0.75;
  }
  button {
    font-family: inherit;
  }
  p {
    margin-top: 0;
  }
  blockquote {
    background-color: #f3f3f6;
    border-left: 3px solid #f9fafa;
    padding: 1.5rem 2rem;
  }
  dl dt {
    font-weight: 700;
  }
  hr {
    background-color: #f9fafa;
    height: 1px;
    margin: 1rem 0;
  }
  hr,
  table {
    border: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    width: 100%;
  }
  table.striped tr:nth-of-type(2n) {
    background-color: #f3f3f6;
  }
  td,
  th {
    padding: 1.2rem 0.4rem;
    vertical-align: middle;
  }
  thead {
    border-bottom: 2px solid #f9fafa;
  }
  tfoot {
    border-top: 2px solid #f9fafa;
  }
  code,
  kbd,
  pre,
  samp,
  tt {
    font-family: monaco, "Consolas", "Lucida Console", monospace;
  }
  code,
  kbd {
    border-radius: 4px;
    color: #d43939;
    font-size: 90%;
    padding: 0.2em 0.4em;
    white-space: pre-wrap;
  }
  code,
  kbd,
  pre {
    background-color: #f3f3f6;
  }
  pre {
    font-size: 1em;
    overflow-x: auto;
    padding: 1rem;
  }
  pre code {
    background: none;
    padding: 0;
  }
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  img {
    max-width: 100%;
  }
  fieldset {
    border: 1px solid #f9fafa;
  }
  iframe {
    border: 0;
  }
  .container {
    margin: 0 auto;
    max-width: 70rem;
    padding: 0 calc(2rem / 2);
    width: 96%;
  }
  .row {
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-left: calc(2rem / -2);
    margin-right: calc(2rem / -2);
  }
  .row,
  .row.reverse {
    -webkit-box-orient: horizontal;
  }
  .row.reverse {
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .col,
  [class*=" col-"],
  [class^="col-"] {
    margin: 0 calc(2rem / 2) calc(2rem / 2);
  }
  .col-1 {
    -ms-flex: 0 0 calc(8.33333% - 2rem);
    flex: 0 0 calc(8.33333% - 2rem);
    max-width: calc(8.33333% - 2rem);
  }
  .col-1,
  .col-2 {
    -webkit-box-flex: 0;
  }
  .col-2 {
    -ms-flex: 0 0 calc(16.66667% - 2rem);
    flex: 0 0 calc(16.66667% - 2rem);
    max-width: calc(16.66667% - 2rem);
  }
  .col-3 {
    -ms-flex: 0 0 calc(25% - 2rem);
    flex: 0 0 calc(25% - 2rem);
    max-width: calc(25% - 2rem);
  }
  .col-3,
  .col-4 {
    -webkit-box-flex: 0;
  }
  .col-4 {
    -ms-flex: 0 0 calc(33.33333% - 2rem);
    flex: 0 0 calc(33.33333% - 2rem);
    max-width: calc(33.33333% - 2rem);
  }
  .col-5 {
    -ms-flex: 0 0 calc(41.66667% - 2rem);
    flex: 0 0 calc(41.66667% - 2rem);
    max-width: calc(41.66667% - 2rem);
  }
  .col-5,
  .col-6 {
    -webkit-box-flex: 0;
  }
  .col-6 {
    -ms-flex: 0 0 calc(50% - 2rem);
    flex: 0 0 calc(50% - 2rem);
    max-width: calc(50% - 2rem);
  }
  .col-7 {
    -ms-flex: 0 0 calc(58.33333% - 2rem);
    flex: 0 0 calc(58.33333% - 2rem);
    max-width: calc(58.33333% - 2rem);
  }
  .col-7,
  .col-8 {
    -webkit-box-flex: 0;
  }
  .col-8 {
    -ms-flex: 0 0 calc(66.66667% - 2rem);
    flex: 0 0 calc(66.66667% - 2rem);
    max-width: calc(66.66667% - 2rem);
  }
  .col-9 {
    -ms-flex: 0 0 calc(75% - 2rem);
    flex: 0 0 calc(75% - 2rem);
    max-width: calc(75% - 2rem);
  }
  .col-10,
  .col-9 {
    -webkit-box-flex: 0;
  }
  .col-10 {
    -ms-flex: 0 0 calc(83.33333% - 2rem);
    flex: 0 0 calc(83.33333% - 2rem);
    max-width: calc(83.33333% - 2rem);
  }
  .col-11 {
    -ms-flex: 0 0 calc(91.66667% - 2rem);
    flex: 0 0 calc(91.66667% - 2rem);
    max-width: calc(91.66667% - 2rem);
  }
  .col-11,
  .col-12 {
    -webkit-box-flex: 0;
  }
  .col-12 {
    -ms-flex: 0 0 calc(100% - 2rem);
    flex: 0 0 calc(100% - 2rem);
    max-width: calc(100% - 2rem);
  }
  @media screen and (max-width: 599px) {
    .container {
      width: 100%;
    }
    .col,
    [class*="col-"],
    [class^="col-"] {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      max-width: 100%;
    }
  }
  @media screen and (min-width: 900px) {
    .col-1-md {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(8.33333% - 2rem);
      flex: 0 0 calc(8.33333% - 2rem);
      max-width: calc(8.33333% - 2rem);
    }
    .col-2-md {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(16.66667% - 2rem);
      flex: 0 0 calc(16.66667% - 2rem);
      max-width: calc(16.66667% - 2rem);
    }
    .col-3-md {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 2rem);
      flex: 0 0 calc(25% - 2rem);
      max-width: calc(25% - 2rem);
    }
    .col-4-md {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33333% - 2rem);
      flex: 0 0 calc(33.33333% - 2rem);
      max-width: calc(33.33333% - 2rem);
    }
    .col-5-md {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.66667% - 2rem);
      flex: 0 0 calc(41.66667% - 2rem);
      max-width: calc(41.66667% - 2rem);
    }
    .col-6-md {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 2rem);
      flex: 0 0 calc(50% - 2rem);
      max-width: calc(50% - 2rem);
    }
    .col-7-md {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(58.33333% - 2rem);
      flex: 0 0 calc(58.33333% - 2rem);
      max-width: calc(58.33333% - 2rem);
    }
    .col-8-md {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(66.66667% - 2rem);
      flex: 0 0 calc(66.66667% - 2rem);
      max-width: calc(66.66667% - 2rem);
    }
    .col-9-md {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(75% - 2rem);
      flex: 0 0 calc(75% - 2rem);
      max-width: calc(75% - 2rem);
    }
    .col-10-md {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(83.33333% - 2rem);
      flex: 0 0 calc(83.33333% - 2rem);
      max-width: calc(83.33333% - 2rem);
    }
    .col-11-md {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(91.66667% - 2rem);
      flex: 0 0 calc(91.66667% - 2rem);
      max-width: calc(91.66667% - 2rem);
    }
    .col-12-md {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      max-width: calc(100% - 2rem);
    }
  }
  @media screen and (min-width: 1200px) {
    .col-1-lg {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(8.33333% - 2rem);
      flex: 0 0 calc(8.33333% - 2rem);
      max-width: calc(8.33333% - 2rem);
    }
    .col-2-lg {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(16.66667% - 2rem);
      flex: 0 0 calc(16.66667% - 2rem);
      max-width: calc(16.66667% - 2rem);
    }
    .col-3-lg {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 2rem);
      flex: 0 0 calc(25% - 2rem);
      max-width: calc(25% - 2rem);
    }
    .col-4-lg {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33333% - 2rem);
      flex: 0 0 calc(33.33333% - 2rem);
      max-width: calc(33.33333% - 2rem);
    }
    .col-5-lg {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.66667% - 2rem);
      flex: 0 0 calc(41.66667% - 2rem);
      max-width: calc(41.66667% - 2rem);
    }
    .col-6-lg {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 2rem);
      flex: 0 0 calc(50% - 2rem);
      max-width: calc(50% - 2rem);
    }
    .col-7-lg {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(58.33333% - 2rem);
      flex: 0 0 calc(58.33333% - 2rem);
      max-width: calc(58.33333% - 2rem);
    }
    .col-8-lg {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(66.66667% - 2rem);
      flex: 0 0 calc(66.66667% - 2rem);
      max-width: calc(66.66667% - 2rem);
    }
    .col-9-lg {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(75% - 2rem);
      flex: 0 0 calc(75% - 2rem);
      max-width: calc(75% - 2rem);
    }
    .col-10-lg {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(83.33333% - 2rem);
      flex: 0 0 calc(83.33333% - 2rem);
      max-width: calc(83.33333% - 2rem);
    }
    .col-11-lg {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(91.66667% - 2rem);
      flex: 0 0 calc(91.66667% - 2rem);
      max-width: calc(91.66667% - 2rem);
    }
    .col-12-lg {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      max-width: calc(100% - 2rem);
    }
  }
  fieldset {
    padding: 0.5rem 2rem;
  }
  legend {
    font-size: 0.8em;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
  }
  input:not(
      [type="checkbox"],
      [type="radio"],
      [type="submit"],
      [type="color"],
      [type="button"],
      [type="reset"]
    ),
  select,
  textarea,
  textarea[type="text"] {
    border: 1px solid #f9fafa;
    border-radius: 4px;
    display: block;
    font-family: inherit;
    font-size: 1em;
    padding: 0.8rem 1rem;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f3f3f6 no-repeat 100%;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='40' fill='%23555'><polygon points='0,0 60,0 30,40'/></svg>");
    background-origin: content-box;
    background-size: 1ex;
  }
  .button,
  [type="button"],
  [type="reset"],
  [type="submit"],
  button {
    background: #f9fafa;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #3f4144;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    padding: 1rem 2.5rem;
    text-align: center;
    text-decoration: none;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .button.dark,
  .button.error,
  .button.primary,
  .button.secondary,
  .button.success,
  [type="submit"] {
    background-color: #000;
    background-color: #0072C6;
    color: #fff;
    z-index: 1;
  }
  .button:hover,
  [type="button"]:hover,
  [type="reset"]:hover,
  [type="submit"]:hover,
  button:hover {
    opacity: 0.8;
  }
  button:disabled,
  button:disabled:hover,
  input:disabled,
  input:disabled:hover {
    cursor: not-allowed;
    opacity: 0.4;
  }
  .grouped {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grouped > :not(:last-child) {
    margin-right: 16px;
  }
  .grouped.gapless > * {
    border-radius: 0 !important;
    margin: 0 0 0 -1px !important;
  }
  .grouped.gapless > :first-child {
    border-radius: 4px 0 0 4px !important;
    margin: 0 !important;
  }
  .grouped.gapless > :last-child {
    border-radius: 0 4px 4px 0 !important;
  }
  input:not(
      [type="checkbox"],
      [type="radio"],
      [type="submit"],
      [type="color"],
      [type="button"],
      [type="reset"],
      :disabled
    ):hover,
  select:hover,
  textarea:hover,
  textarea[type="text"]:hover {
    border-color: #747681;
  }
  input:not(
      [type="checkbox"],
      [type="radio"],
      [type="submit"],
      [type="color"],
      [type="button"],
      [type="reset"]
    ):focus,
  select:focus,
  textarea:focus,
  textarea[type="text"]:focus {
    border-color: #0072C6;
    -webkit-box-shadow: 0 0 1px #0072C6;
    box-shadow: 0 0 1px #0072C6;
    outline: none;
  }
  input.error:not(
      [type="checkbox"],
      [type="radio"],
      [type="submit"],
      [type="color"],
      [type="button"],
      [type="reset"]
    ),
  textarea.error {
    border-color: #d43939;
  }
  input.success:not(
      [type="checkbox"],
      [type="radio"],
      [type="submit"],
      [type="color"],
      [type="button"],
      [type="reset"]
    ),
  textarea.success {
    border-color: #28bd14;
  }
  [type="checkbox"],
  [type="radio"] {
    height: 1.6rem;
    width: 2rem;
  }
  .button + .button {
    margin-left: 1rem;
  }
  .button.secondary {
    background-color: #747681;
  }
  .button.dark {
    background-color: #3f4144;
  }
  .button.error {
    background-color: #d43939;
  }
  .button.success {
    background-color: #28bd14;
  }
  .button.outline {
    background-color: transparent;
    border-color: #f9fafa;
  }
  .button.outline.primary {
    border-color: #0072C6;
    color: #0072C6;
  }
  .button.outline.secondary {
    border-color: #747681;
    color: #747681;
  }
  .button.outline.dark {
    border-color: #3f4144;
    color: #3f4144;
  }
  .button.clear {
    background-color: transparent;
    border-color: transparent;
    color: #0072C6;
  }
  .button.icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .button.icon > img {
    margin-left: 2px;
  }
  .button.icon-only {
    padding: 1rem;
  }
  .button:active:not(:disabled),
  [type="button"]:active:not(:disabled),
  [type="reset"]:active:not(:disabled),
  [type="submit"]:active:not(:disabled),
  button:active:not(:disabled) {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  ::-webkit-input-placeholder {
    color: #bdbfc4;
  }
  ::-moz-placeholder {
    color: #bdbfc4;
  }
  :-ms-input-placeholder {
    color: #bdbfc4;
  }
  ::-ms-input-placeholder {
    color: #bdbfc4;
  }
  ::placeholder {
    color: #bdbfc4;
  }
  .nav {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 5rem;
  }
  .nav img {
    max-height: 3rem;
  }
  .nav-center,
  .nav-left,
  .nav-right,
  .nav > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-center,
  .nav-left,
  .nav-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .nav-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .nav-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  @media screen and (max-width: 480px) {
    .nav,
    .nav > .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .nav-center,
    .nav-left,
    .nav-right {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
    }
  }
  .nav .brand,
  .nav a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3f4144;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 2rem;
    text-decoration: none;
  }
  .nav .active:not(.button),
  .nav [aria-current="page"]:not(.button) {
    color: #000;
    color: #0072C6;
  }
  .nav .brand {
    font-size: 1.75em;
    padding-bottom: 0;
    padding-top: 0;
  }
  .nav .brand img {
    padding-right: 1rem;
  }
  .nav .button {
    margin: auto 1rem;
  }
  .card {
    background: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px #747681;
    box-shadow: 0 1px 3px #747681;
    padding: 1rem 2rem;
  }
  .card p:last-child {
    margin: 0;
  }
  .card header > * {
    margin-bottom: 1rem;
    margin-top: 0;
  }
  .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tabs a {
    text-decoration: none;
  }
  .tabs > .dropdown > summary,
  .tabs > a {
    -webkit-box-flex: 0;
    border-bottom: 2px solid #f9fafa;
    color: #3f4144;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 1rem 2rem;
    text-align: center;
  }
  .tabs > a.active,
  .tabs > a:hover,
  .tabs > a[aria-current="page"] {
    border-bottom: 2px solid #3f4144;
    opacity: 1;
  }
  .tabs > a.active,
  .tabs > a[aria-current="page"] {
    border-color: #0072C6;
  }
  .tabs.is-full a {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .tag {
    border: 1px solid #f9fafa;
    color: #747681;
    display: inline-block;
    letter-spacing: 0.5px;
    line-height: 1;
    padding: 0.5rem;
    text-transform: uppercase;
  }
  .tag.is-small {
    font-size: 0.75em;
    padding: 0.4rem;
  }
  .tag.is-large {
    font-size: 1.125em;
    padding: 0.7rem;
  }
  .tag + .tag {
    margin-left: 1rem;
  }
  details.dropdown {
    display: inline-block;
    position: relative;
  }
  details.dropdown > :last-child {
    left: 0;
    position: absolute;
    white-space: nowrap;
  }
  .bg-primary {
    background-color: #0072C6 !important;
  }
  .bg-light {
    background-color: #f9fafa !important;
  }
  .bg-dark {
    background-color: #3f4144 !important;
  }
  .bg-grey {
    background-color: #747681 !important;
  }
  .bg-error {
    background-color: #d43939 !important;
  }
  .bg-success {
    background-color: #28bd14 !important;
  }
  .bd-primary {
    border: 1px solid #0072C6 !important;
  }
  .bd-light {
    border: 1px solid #f9fafa !important;
  }
  .bd-dark {
    border: 1px solid #3f4144 !important;
  }
  .bd-grey {
    border: 1px solid #747681 !important;
  }
  .bd-error {
    border: 1px solid #d43939 !important;
  }
  .bd-success {
    border: 1px solid #28bd14 !important;
  }
  .text-primary {
    color: #0072C6 !important;
  }
  .text-light {
    color: #f9fafa !important;
  }
  .text-dark {
    color: #3f4144 !important;
  }
  .text-grey {
    color: #747681 !important;
  }
  .text-error {
    color: #d43939 !important;
  }
  .text-success {
    color: #28bd14 !important;
  }
  .text-white {
    color: #fff !important;
  }
  .pull-right {
    float: right !important;
  }
  .pull-left {
    float: left !important;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-justify {
    text-align: justify;
  }
  .text-uppercase {
    text-transform: uppercase;
  }
  .text-lowercase {
    text-transform: lowercase;
  }
  .text-capitalize {
    text-transform: capitalize;
  }
  .is-full-screen {
    min-height: 100vh;
    width: 100%;
  }
  .is-full-width {
    width: 100% !important;
  }
  .is-vertical-align {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .is-center,
  .is-horizontal-align {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .is-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .is-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .is-left,
  .is-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .is-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .is-fixed {
    position: fixed;
    width: 100%;
  }
  .is-paddingless {
    padding: 0 !important;
  }
  .is-marginless {
    margin: 0 !important;
  }
  .is-pointer {
    cursor: pointer !important;
  }
  .is-rounded {
    border-radius: 100%;
  }
  .clearfix {
    clear: both;
    content: "";
    display: table;
  }
  .is-hidden {
    display: none !important;
  }
  @media screen and (max-width: 599px) {
    .hide-xs {
      display: none !important;
    }
  }
  @media screen and (min-width: 600px) and (max-width: 899px) {
    .hide-sm {
      display: none !important;
    }
  }
  @media screen and (min-width: 900px) and (max-width: 1199px) {
    .hide-md {
      display: none !important;
    }
  }
  @media screen and (min-width: 1200px) {
    .hide-lg {
      display: none !important;
    }
  }
  @media print {
    .hide-pr {
      display: none !important;
    }
  }
  