@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900&display=swap");
/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Source+Serif+Pro");
:root {
  --blue: #8990DC;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #D3000D;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #55A200;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3FD3BB;
  --secondary: #8990DC;
  --success: #55A200;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #D3000D;
  --light: #ffffff;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Source Sans Pro", sans-serif;
  --font-family-monospace: "Source Sans Pro", sans-serif; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(2, 2, 2, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #ffffff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 500; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #8990DC;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #1E5D86;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.66rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.66rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.33rem; }

h6, .h6 {
  font-size: 1.16rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(2, 2, 2, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 500; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #ffffff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(2, 2, 2, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(2, 2, 2, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c9f3ec; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #9be8dc; }

.table-hover .table-primary:hover {
  background-color: #b4eee5; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #b4eee5; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dee0f5; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #c2c5ed; }

.table-hover .table-secondary:hover {
  background-color: #caceef; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #caceef; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #cfe5b8; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #a7cf7a; }

.table-hover .table-success:hover {
  background-color: #c2dea5; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #c2dea5; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f3b8bb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e87a81; }

.table-hover .table-danger:hover {
  background-color: #efa2a6; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #efa2a6; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: white; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: white; }

.table-hover .table-light:hover {
  background-color: #f2f2f2; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #f2f2f2; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(2, 2, 2, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #ffffff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #ffffff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cacaca;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #a7ebe0;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 211, 187, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(63, 211, 187, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #55A200; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(85, 162, 0, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #55A200;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2355A200' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #55A200;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 162, 0, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(85, 162, 0, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #55A200;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2355A200' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #55A200;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 162, 0, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(85, 162, 0, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #55A200; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #55A200; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #55A200; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #70d500;
  background-color: #70d500; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 162, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(85, 162, 0, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #55A200; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #55A200; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #55A200;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 162, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(85, 162, 0, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #D3000D; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(211, 0, 13, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #D3000D;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23D3000D' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #D3000D;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 0, 13, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(211, 0, 13, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #D3000D;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23D3000D' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #D3000D;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 0, 13, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(211, 0, 13, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #D3000D; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #D3000D; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #D3000D; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff0716;
  background-color: #ff0716; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 0, 13, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(211, 0, 13, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #D3000D; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #D3000D; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #D3000D;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 0, 13, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(211, 0, 13, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 211, 187, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(63, 211, 187, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #212529;
  background-color: #3FD3BB;
  border-color: #3FD3BB; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #2cc0a8;
    border-color: #2ab59f; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 185, 165, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(59, 185, 165, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #3FD3BB;
    border-color: #3FD3BB; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #2ab59f;
    border-color: #27ab96; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 185, 165, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(59, 185, 165, 0.5); }

.btn-secondary {
  color: #212529;
  background-color: #8990DC;
  border-color: #8990DC; }
  .btn-secondary:hover {
    color: #ffffff;
    background-color: #6c74d3;
    border-color: #626bd0; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 128, 193, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(121, 128, 193, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #8990DC;
    border-color: #8990DC; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #626bd0;
    border-color: #5862cd; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 128, 193, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(121, 128, 193, 0.5); }

.btn-success {
  color: #ffffff;
  background-color: #55A200;
  border-color: #55A200; }
  .btn-success:hover {
    color: #ffffff;
    background-color: #417c00;
    border-color: #3a6f00; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(111, 176, 38, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(111, 176, 38, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #ffffff;
    background-color: #55A200;
    border-color: #55A200; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #3a6f00;
    border-color: #346200; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(111, 176, 38, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(111, 176, 38, 0.5); }

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #ffffff;
  background-color: #D3000D;
  border-color: #D3000D; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #ad000b;
    border-color: #a0000a; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(218, 38, 49, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(218, 38, 49, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    background-color: #D3000D;
    border-color: #D3000D; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #a0000a;
    border-color: #930009; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(218, 38, 49, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(218, 38, 49, 0.5); }

.btn-light {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff; }
  .btn-light:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #3FD3BB;
  border-color: #3FD3BB; }
  .btn-outline-primary:hover {
    color: #212529;
    background-color: #3FD3BB;
    border-color: #3FD3BB; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 211, 187, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(63, 211, 187, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #3FD3BB;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #3FD3BB;
    border-color: #3FD3BB; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 211, 187, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(63, 211, 187, 0.5); }

.btn-outline-secondary {
  color: #8990DC;
  border-color: #8990DC; }
  .btn-outline-secondary:hover {
    color: #212529;
    background-color: #8990DC;
    border-color: #8990DC; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(137, 144, 220, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(137, 144, 220, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #8990DC;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #8990DC;
    border-color: #8990DC; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(137, 144, 220, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(137, 144, 220, 0.5); }

.btn-outline-success {
  color: #55A200;
  border-color: #55A200; }
  .btn-outline-success:hover {
    color: #ffffff;
    background-color: #55A200;
    border-color: #55A200; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 162, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(85, 162, 0, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #55A200;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #55A200;
    border-color: #55A200; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 162, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(85, 162, 0, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #D3000D;
  border-color: #D3000D; }
  .btn-outline-danger:hover {
    color: #ffffff;
    background-color: #D3000D;
    border-color: #D3000D; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 0, 13, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(211, 0, 13, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #D3000D;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #D3000D;
    border-color: #D3000D; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 0, 13, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(211, 0, 13, 0.5); }

.btn-outline-light {
  color: #ffffff;
  border-color: #ffffff; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #ffffff;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #8990DC; }
  .btn-link:hover {
    color: #1E5D86;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(2, 2, 2, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropdown-menu-left {
  right: auto;
  left: 0; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:first-child {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px); }
  .dropdown-item:last-child {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px); }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #3FD3BB; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #cacaca;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.875rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.8125rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    border-color: #3FD3BB;
    background-color: #3FD3BB; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 211, 187, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(63, 211, 187, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #a7ebe0; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #d0f4ee;
    border-color: #d0f4ee; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #ffffff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #3FD3BB;
  background-color: #3FD3BB; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(63, 211, 187, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(63, 211, 187, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(63, 211, 187, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #ffffff;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(63, 211, 187, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #a7ebe0;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(167, 235, 224, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(167, 235, 224, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #ffffff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #a7ebe0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 211, 187, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(63, 211, 187, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(63, 211, 187, 0.25);
              box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(63, 211, 187, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(63, 211, 187, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(63, 211, 187, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #3FD3BB;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #d0f4ee; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #3FD3BB;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #d0f4ee; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #3FD3BB;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #d0f4ee; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      transition: none; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #3FD3BB; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(2, 2, 2, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(2, 2, 2, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(2, 2, 2, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(2, 2, 2, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(2, 2, 2, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(2, 2, 2, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(2, 2, 2, 0.5);
  border-color: rgba(2, 2, 2, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(2, 2, 2, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(2, 2, 2, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(2, 2, 2, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(2, 2, 2, 0.9); }

.navbar-dark .navbar-brand {
  color: #ffffff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #ffffff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #ffffff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #ffffff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(2, 2, 2, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(2, 2, 2, 0.03);
  border-bottom: 1px solid rgba(2, 2, 2, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(2, 2, 2, 0.03);
  border-top: 1px solid rgba(2, 2, 2, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .card-group > .card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card {
  overflow: hidden; }
  .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #8990DC;
  background-color: #ffffff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #1E5D86;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 211, 187, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(63, 211, 187, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #3FD3BB;
  border-color: #3FD3BB; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #212529;
  background-color: #3FD3BB; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #212529;
    background-color: #2ab59f; }

.badge-secondary {
  color: #212529;
  background-color: #8990DC; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #212529;
    background-color: #626bd0; }

.badge-success {
  color: #ffffff;
  background-color: #55A200; }
  a.badge-success:hover, a.badge-success:focus {
    color: #ffffff;
    background-color: #3a6f00; }

.badge-info {
  color: #ffffff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #ffffff;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }

.badge-danger {
  color: #ffffff;
  background-color: #D3000D; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #ffffff;
    background-color: #a0000a; }

.badge-light {
  color: #212529;
  background-color: #ffffff; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #e6e6e6; }

.badge-dark {
  color: #ffffff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #ffffff;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 500; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #226f62;
  background-color: #d9f6f1;
  border-color: #c9f3ec; }
  .alert-primary hr {
    border-top-color: #b4eee5; }
  .alert-primary .alert-link {
    color: #164840; }

.alert-secondary {
  color: #484c73;
  background-color: #e7e9f8;
  border-color: #dee0f5; }
  .alert-secondary hr {
    border-top-color: #caceef; }
  .alert-secondary .alert-link {
    color: #343754; }

.alert-success {
  color: #2d5501;
  background-color: #ddeccc;
  border-color: #cfe5b8; }
  .alert-success hr {
    border-top-color: #c2dea5; }
  .alert-success .alert-link {
    color: #122300; }

.alert-info {
  color: #0d5561;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #072e34; }

.alert-warning {
  color: #866505;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #554003; }

.alert-danger {
  color: #6f0108;
  background-color: #f6cccf;
  border-color: #f3b8bb; }
  .alert-danger hr {
    border-top-color: #efa2a6; }
  .alert-danger .alert-link {
    color: #3c0104; }

.alert-light {
  color: #868686;
  background-color: white;
  border-color: white; }
  .alert-light hr {
    border-top-color: #f2f2f2; }
  .alert-light .alert-link {
    color: #6d6d6d; }

.alert-dark {
  color: #1c1f22;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #050606; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #3FD3BB;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(2, 2, 2, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #ffffff; }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #3FD3BB;
    border-color: #3FD3BB; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #226f62;
  background-color: #c9f3ec; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #226f62;
    background-color: #b4eee5; }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #226f62;
    border-color: #226f62; }

.list-group-item-secondary {
  color: #484c73;
  background-color: #dee0f5; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #484c73;
    background-color: #caceef; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #484c73;
    border-color: #484c73; }

.list-group-item-success {
  color: #2d5501;
  background-color: #cfe5b8; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #2d5501;
    background-color: #c2dea5; }
  .list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #2d5501;
    border-color: #2d5501; }

.list-group-item-info {
  color: #0d5561;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0d5561;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #0d5561;
    border-color: #0d5561; }

.list-group-item-warning {
  color: #866505;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #866505;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #866505;
    border-color: #866505; }

.list-group-item-danger {
  color: #6f0108;
  background-color: #f3b8bb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #6f0108;
    background-color: #efa2a6; }
  .list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #6f0108;
    border-color: #6f0108; }

.list-group-item-light {
  color: #868686;
  background-color: white; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #868686;
    background-color: #f2f2f2; }
  .list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #868686;
    border-color: #868686; }

.list-group-item-dark {
  color: #1c1f22;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1c1f22;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #1c1f22;
    border-color: #1c1f22; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #020202;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5; }
  .close:hover {
    color: #020202;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

a.close.disabled {
  pointer-events: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(2, 2, 2, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #020202; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #020202; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #020202; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #020202; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #020202; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #020202;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(2, 2, 2, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(2, 2, 2, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #ffffff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(2, 2, 2, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #ffffff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(2, 2, 2, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #ffffff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(2, 2, 2, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #ffffff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #3FD3BB !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2ab59f !important; }

.bg-secondary {
  background-color: #8990DC !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #626bd0 !important; }

.bg-success {
  background-color: #55A200 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #3a6f00 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #D3000D !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #a0000a !important; }

.bg-light {
  background-color: #ffffff !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e6e6 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #ffffff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #d3d3d3 !important; }

.border-top {
  border-top: 1px solid #d3d3d3 !important; }

.border-right {
  border-right: 1px solid #d3d3d3 !important; }

.border-bottom {
  border-bottom: 1px solid #d3d3d3 !important; }

.border-left {
  border-left: 1px solid #d3d3d3 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #3FD3BB !important; }

.border-secondary {
  border-color: #8990DC !important; }

.border-success {
  border-color: #55A200 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #D3000D !important; }

.border-light {
  border-color: #ffffff !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #ffffff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-3by4::before {
  padding-top: 133.33333%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(2, 2, 2, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(2, 2, 2, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(2, 2, 2, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(2, 2, 2, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(2, 2, 2, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(2, 2, 2, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto,
.aligncenter {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto,
.aligncenter {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: "Source Sans Pro", sans-serif; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 500 !important; }

.font-weight-bolder {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #ffffff !important; }

.text-primary {
  color: #3FD3BB !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #25a18d !important; }

.text-secondary {
  color: #8990DC !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #4e59cb !important; }

.text-success {
  color: #55A200 !important; }

a.text-success:hover, a.text-success:focus {
  color: #2d5600 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #D3000D !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #870008 !important; }

.text-light {
  color: #ffffff !important; }

a.text-light:hover, a.text-light:focus {
  color: #d9d9d9 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(2, 2, 2, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #020202; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #ffffff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

html {
  font-size: 87.5%; }

.wrapper {
  padding: 30px 0; }

#wrapper-hero {
  padding: 0px !important; }

.sticky,
.gallery-caption,
.bypostauthor {
  font-size: inherit; }

.wrapper#wrapper-sticky {
  border-bottom: 1px solid #dee2e6; }

#wrapper-footer-full,
#wrapper-static-hero {
  background-color: #e9ecef; }

.wp-caption {
  font-size: inherit; }

.wp-caption-text {
  font-size: inherit; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.entry-footer span {
  padding-right: 10px; }

img.wp-post-image,
article img,
figure,
img,
#secondary img {
  max-width: 100%;
  height: auto; }

a.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0px;
  right: 0px; }

.jumbotron {
  margin-bottom: 0px; }

.navbar-dark .navbar-nav .dropdown-menu .nav-link {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529 !important;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
    color: #16181b !important;
    text-decoration: none;
    background-color: #f8f9fa; }
  .navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #3FD3BB; }
  .navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
    color: #6c757d !important;
    background-color: transparent; }

.navbar-light .navbar-brand a {
  color: rgba(2, 2, 2, 0.9); }
  .navbar-light .navbar-brand a:hover, .navbar-light .navbar-brand a:focus {
    color: rgba(2, 2, 2, 0.9); }

.navbar-dark .navbar-brand a {
  color: #ffffff; }
  .navbar-dark .navbar-brand a:hover, .navbar-dark .navbar-brand a:focus {
    color: #ffffff; }

.navbar h1 {
  font-weight: 400; }

a,
button,
input {
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif; }
  a.btn,
  button.btn,
  input.btn {
    padding: 0.85714rem 3.57143rem;
    font-size: 0.92857rem;
    text-transform: uppercase !important; }
    a.btn-small,
    button.btn-small,
    input.btn-small {
      padding: 0.5rem 2.5rem; }
    a.btn:focus, a.btn:active,
    button.btn:focus,
    button.btn:active,
    input.btn:focus,
    input.btn:active {
      outline: none; }
    a.btn-primary,
    button.btn-primary,
    input.btn-primary {
      color: #ffffff !important;
      background-color: #3FD3BB; }
      a.btn-primary:hover,
      button.btn-primary:hover,
      input.btn-primary:hover {
        background-color: #38BDA7;
        border: none; }
      a.btn-primary:active,
      button.btn-primary:active,
      input.btn-primary:active {
        background-color: #38BDA7; }
    a.btn-secondary,
    button.btn-secondary,
    input.btn-secondary {
      color: #ffffff !important;
      background-color: #8990DC; }
      a.btn-secondary:hover,
      button.btn-secondary:hover,
      input.btn-secondary:hover {
        background-color: #7B81C5;
        border: none; }
      a.btn-secondary:active,
      button.btn-secondary:active,
      input.btn-secondary:active {
        background-color: #7B81C5; }
    a.btn-ghost,
    button.btn-ghost,
    input.btn-ghost {
      color: #3FD3BB !important;
      border: 1px solid #38BDA7 !important;
      background-color: #ffffff;
      -webkit-transition: all 0.5s ease-out !important;
      transition: all 0.5s ease-out !important; }
      a.btn-ghost:hover,
      button.btn-ghost:hover,
      input.btn-ghost:hover {
        color: #ffffff !important;
        background-color: #38BDA7; }
      a.btn-ghost:active,
      button.btn-ghost:active,
      input.btn-ghost:active {
        background-color: #38BDA7; }

input.btn {
  padding: 0.35714rem; }

article h2 {
  margin: 1.78571rem 0 1.42857rem; }

article p {
  font-size: 1.14286rem; }

p a {
  text-transform: none;
  color: #8990DC; }
  p a:hover {
    text-decoration: underline; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: "Source Sans Pro", sans-serif; }

.aligncenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto !important;
  margin-right: auto !important; }

strong {
  font-weight: 700; }

.content-area {
  overflow: hidden; }

#content.container {
  padding-top: 2.14286rem; }

h1 {
  font-size: 1.71429rem;
  line-height: 2.14286rem; }

h2 {
  font-size: 1.71429rem;
  line-height: 2.14286rem; }

h3 {
  font-size: 1.42857rem;
  line-height: 1.85714rem; }

h4 {
  font-size: 1.28571rem;
  line-height: 1.71429rem; }

h5 {
  font-size: 1.14286rem;
  line-height: 1.57143rem; }

h6 {
  font-size: 1rem;
  line-height: 1.42857rem; }

@media (min-width: 992px) {
  h1 {
    font-size: 2.28571rem;
    line-height: 2.71429rem; }
  h2 {
    font-size: 2rem; } }

html,
body {
  overflow-x: hidden; }

#wrapper-navbar {
  background-color: #fff;
  position: relative;
  z-index: 2; }

.header {
  height: auto; }
  @media (min-width: 992px) {
    .header {
      height: 7.78571rem; } }

.header-right {
  padding: 0 40px 0 0; }
  @media (min-width: 768px) {
    .header-right {
      padding: 0; } }

.header-left {
  padding: 0; }

.navbar-nav a {
  font-size: 0.85714rem; }

.header-right .navbar {
  float: left;
  padding: 0; }
  @media (min-width: 992px) {
    .header-right .navbar {
      margin-left: 70px; } }

.header-right .header-right-icons {
  float: right;
  padding: 0.85714rem 0; }
  .header-right .header-right-icons .notification-container,
  .header-right .header-right-icons .search-toggle-container,
  .header-right .header-right-icons .navbar-toggler {
    display: inline-block;
    font-size: 1.35714rem;
    vertical-align: middle; }
    .header-right .header-right-icons .notification-container:focus,
    .header-right .header-right-icons .search-toggle-container:focus,
    .header-right .header-right-icons .navbar-toggler:focus {
      outline: none; }
  .header-right .header-right-icons .notification-container,
  .header-right .header-right-icons .search-toggle-container {
    height: 1.71429rem;
    line-height: 1.9;
    margin-right: 0.35714rem; }
  .header-right .header-right-icons .notification-container {
    margin-right: 0.85714rem; }
  .header-right .header-right-icons .navbar-toggler {
    font-size: 1.42857rem; }
    .header-right .header-right-icons .navbar-toggler .navbar-toggler-icon {
      width: 1.71429rem;
      height: 1.71429rem; }
  .header-right .header-right-icons .offcanvas-label {
    display: none; }

@media (min-width: 992px) {
  .header-left {
    padding: 1.42857rem 0; }
  .header-right .header-right-icons {
    padding: 2.71429rem 0; }
    .header-right .header-right-icons .notification-container,
    .header-right .header-right-icons .search-toggle-container,
    .header-right .header-right-icons .navbar-toggler {
      font-size: 1.14286rem; }
    .header-right .header-right-icons .notification-container,
    .header-right .header-right-icons .search-toggle-container {
      height: 1.14286rem; }
    .header-right .header-right-icons .offcanvas-label {
      display: inline-block;
      font-size: 0.85714rem;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 500; } }

.fin-country-dropdown {
  padding: 2.81429rem 0 0 0; }
  .fin-country-dropdown--first-flag {
    padding: 3px !important;
    margin-right: 40px; }
    .fin-country-dropdown--first-flag span:first-child {
      margin-right: 5px; }
    .fin-country-dropdown--first-flag span:last-child {
      font-size: 13px;
      font-weight: normal;
      font-family: "Roboto", sans-serif;
      color: #2A2A2A;
      position: relative;
      top: 1.9px; }
    @media screen and (max-width: 991px) {
      .fin-country-dropdown--first-flag {
        width: 70px; } }
    .fin-country-dropdown--first-flag:focus {
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      outline: none; }
    @media screen and (max-width: 991px) {
      .fin-country-dropdown--first-flag.dropdown-toggle[aria-expanded="true"] {
        -webkit-transform: none !important;
                transform: none !important; } }
    .fin-country-dropdown--first-flag::after {
      content: '\f107' !important;
      font-family: 'FontAwesome';
      color: #020202;
      display: inline-block;
      margin-left: 0.255em;
      vertical-align: 0.255em;
      border: transparent !important;
      position: relative;
      top: 6px;
      font-size: 13px; }
    .fin-country-dropdown--first-flag .img-flag {
      width: 23px; }
  .fin-country-dropdown .dropdown {
    z-index: 3000; }
  .fin-country-dropdown .dropdown-menu {
    border-radius: 0;
    padding: 8px 8px 8px 7px !important;
    width: 85px !important;
    min-width: 85px !important;
    left: -8px !important;
    background: #FFFFFF !important;
    border: 0 !important;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15); }
    .fin-country-dropdown .dropdown-menu .dropdown-item {
      padding: 0 0 0 6px; }
      .fin-country-dropdown .dropdown-menu .dropdown-item:hover {
        background: transparent !important; }
      .fin-country-dropdown .dropdown-menu .dropdown-item img {
        width: 23px; }
      .fin-country-dropdown .dropdown-menu .dropdown-item span:first-child {
        margin-right: 5px; }
      .fin-country-dropdown .dropdown-menu .dropdown-item span:last-child {
        font-size: 13px;
        font-weight: normal;
        font-family: "Roboto", sans-serif;
        text-transform: uppercase; }
  @media screen and (max-width: 991px) {
    .fin-country-dropdown {
      position: absolute;
      right: 132px;
      top: 7px;
      padding: 0;
      width: 50px; } }
  @media screen and (max-width: 580px) {
    .fin-country-dropdown {
      top: 9px !important;
      right: 122px !important; } }
  @media screen and (max-width: 320px) {
    .fin-country-dropdown {
      right: 87px !important; } }

.navbar {
  width: 100%;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .navbar.bg-light {
    padding: 17px 30px; }
    @media screen and (max-width: 320px) {
      .navbar.bg-light {
        padding: 17px 10px; } }
  .navbar .custom-logo-link.navbar-brand {
    margin-left: 0;
    width: 150px; }
  .navbar .search-toggle-container {
    position: absolute;
    right: 85px;
    top: 26px; }
    @media screen and (max-width: 580px) {
      .navbar .search-toggle-container {
        right: 75px !important; } }
    @media screen and (max-width: 320px) {
      .navbar .search-toggle-container {
        right: 49px !important; } }
  .navbar .navbar-toggler {
    position: absolute;
    right: 15px;
    top: 17px;
    border: none;
    font-size: 1.42857rem;
    color: #020202; }
    @media screen and (max-width: 580px) {
      .navbar .navbar-toggler {
        top: 21px; } }
    @media screen and (max-width: 320px) {
      .navbar .navbar-toggler {
        right: 0px !important; } }
    .navbar .navbar-toggler:focus {
      outline: none; }
    .navbar .navbar-toggler .navbar-toggler-icon {
      background: none;
      margin-top: 3px; }
  .navbar .nav-link {
    width: calc(100% - 20px);
    float: left;
    text-transform: capitalize;
    font-size: 17px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600; }
  .navbar .dropdown-toggle {
    display: inline-block;
    color: #2A2A2A;
    margin-top: 10px; }
    .navbar .dropdown-toggle:after {
      content: none; }
    .navbar .dropdown-toggle[aria-expanded="true"] {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .navbar .dropdown-toggle:hover {
      color: #2A2A2A; }
  .navbar .dropdown-menu {
    border: none;
    padding-top: 25px;
    padding-left: 20px; }
    .navbar .dropdown-menu a {
      display: inline-block;
      width: 100%;
      color: #2A2A2A;
      font-family: "Source Sans Pro", sans-serif;
      line-height: 100%; }
      .navbar .dropdown-menu a.c-megaMenu--heading {
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase; }
      .navbar .dropdown-menu a.c-megaMenu--bold {
        font-weight: bold;
        font-size: 16px; }
      .navbar .dropdown-menu a.c-megaMenu--normal-links {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        text-transform: initial; }
        .navbar .dropdown-menu a.c-megaMenu--normal-links.last {
          margin-bottom: 25px; }
        .navbar .dropdown-menu a.c-megaMenu--normal-links.new:after {
          content: 'NEW';
          background: #E31919;
          border-radius: 2px;
          position: relative;
          width: 29px;
          height: 13px;
          line-height: 13px;
          font-weight: bold;
          font-size: 11px;
          text-align: center;
          color: white;
          display: inline-block;
          margin-left: 5px; }

.navbar-light .navbar-nav {
  padding-top: 20px; }
  @media screen and (max-width: 320px) {
    .navbar-light .navbar-nav {
      padding: 20px; } }
  .navbar-light .navbar-nav .nav-link {
    color: #2A2A2A; }

.main-nav-col {
  position: inherit; }
  .main-nav-col nav {
    float: left; }
    .main-nav-col nav .nav-list {
      display: block; }

.c-megaMenu {
  margin: 0;
  padding: 0; }

.c-megaMenu--menu-item {
  position: inherit;
  display: inline-block;
  margin: 0;
  margin-left: 40px; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .c-megaMenu--menu-item {
      margin-left: 25px; } }
  .c-megaMenu--menu-item:first-child {
    margin-left: 84px; }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .c-megaMenu--menu-item:first-child {
        margin-left: 42px; } }
  .c-megaMenu--menu-item:last-child a:after {
    content: '' !important;
    font-family: 'FontAwesome';
    margin-left: .35714rem;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    position: relative;
    font-size: 13px; }
  .c-megaMenu--menu-item > a {
    display: block;
    color: #2A2A2A;
    text-align: left;
    font-weight: 600;
    font-size: 17px;
    text-transform: capitalize;
    line-height: 3.5rem;
    letter-spacing: 0px;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    font-family: "Source Sans Pro", sans-serif;
    border-bottom: 5px solid transparent;
    padding: 30px 0 20px 0; }
    @media (min-width: 992px) {
      .c-megaMenu--menu-item > a {
        line-height: 3.85714rem; } }
    @media screen and (max-width: 768px) {
      .c-megaMenu--menu-item > a {
        border-bottom: 0 !important; } }
    .c-megaMenu--menu-item > a:after {
      color: #020202;
      -webkit-transition: color 0.3s ease-in;
      transition: color 0.3s ease-in; }
    .c-megaMenu--menu-item > a:hover {
      color: #3FD3BB;
      text-decoration: none;
      border-bottom: 5px solid #2A2A2A; }
      @media screen and (max-width: 768px) {
        .c-megaMenu--menu-item > a:hover {
          border-bottom: 0; } }
      .c-megaMenu--menu-item > a:hover:after {
        color: #3FD3BB; }
  .c-megaMenu--menu-item.js-has-mega-menu > a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    margin-left: 0.35714rem;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
    font-size: 13px; }

.c-megaMenu--more-link {
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #2A2A2A;
  width: 100%;
  display: block;
  text-align: right; }
  .c-megaMenu--more-link .fa-chevron-right {
    font-size: 12px !important; }

.c-megaMenu--sub-menu {
  position: absolute;
  background-color: white;
  left: 0;
  top: 109px;
  width: 100%;
  margin: 0;
  z-index: 1200;
  text-align: center;
  height: 0;
  overflow: hidden;
  -webkit-transition: none;
  transition: none;
  list-style: none;
  border-top: 1px solid #D3D3D3; }
  .c-megaMenu--sub-menu.open {
    min-height: 430px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 32px 0 34px 0;
    -webkit-box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.15);
            box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.15); }
    .c-megaMenu--sub-menu.open .container {
      max-width: 1300px; }
  .c-megaMenu--sub-menu .long-list {
    list-style: none;
    text-align: left;
    width: 100%;
    float: left;
    display: inline-block;
    padding: 0 45px 0 0; }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .c-megaMenu--sub-menu .long-list {
        padding: 0; } }
    .c-megaMenu--sub-menu .long-list.col-divider {
      padding: 0 63px 0 15px;
      margin-right: 62px; }
      .c-megaMenu--sub-menu .long-list.col-divider:after {
        content: '';
        position: absolute;
        width: 0.07143rem;
        height: 100%;
        top: 0;
        right: 0;
        border-right: 1px solid #d3d3d3; }
  .c-megaMenu--sub-menu li a {
    color: black;
    margin: 0;
    padding: 0; }

.c-megaMenu--sub-sub-menu {
  list-style: none;
  text-align: left;
  padding: 0; }
  .c-megaMenu--sub-sub-menu li {
    list-style: none;
    text-align: left;
    width: 100%;
    float: left;
    display: inline-block; }
    .c-megaMenu--sub-sub-menu li a {
      color: #2A2A2A;
      margin: 0;
      padding: 0; }

.c-megaMenu--heading {
  margin-bottom: 12px; }
  .c-megaMenu--heading a {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .c-megaMenu--heading.blank {
    height: 27px; }
    .c-megaMenu--heading.blank a {
      display: inline-block; }

.c-megaMenu--bold {
  margin-bottom: 16px; }
  .c-megaMenu--bold a {
    font-weight: 600;
    font-size: 16px;
    display: block;
    text-transform: capitalize; }

.c-megaMenu--normal-links {
  margin-bottom: 14px; }
  .c-megaMenu--normal-links a {
    color: black;
    font-size: 1.14286rem;
    line-height: 1.35714rem;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: capitalize; }
  .c-megaMenu--normal-links a.new:after {
    content: 'NEW';
    background: #E31919;
    border-radius: 2px;
    position: relative;
    width: 29px;
    height: 13px;
    line-height: 13px;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    color: white;
    display: inline-block;
    margin-left: 5px; }
  .c-megaMenu--normal-links.last {
    margin-bottom: 41px; }

.close-offcanvas-container {
  text-align: right;
  width: 100%; }

.back-icon-container {
  display: none;
  cursor: pointer; }

.search-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0.71429rem 0; }
  .search-container.open {
    left: 0; }
  .search-container .search-toggler {
    cursor: pointer; }
  .search-container .search-form {
    display: inline-block;
    padding: 0.71429rem 0;
    max-width: 80%; }
  .search-container .search-input,
  .search-container .search-close-container {
    display: inline-block;
    vertical-align: middle; }
  .search-container .search-input {
    width: 27.14286rem;
    max-width: 80%;
    margin-right: 1.71429rem;
    background-color: white;
    border: 1px solid #cacaca;
    border-radius: 0.35714rem; }
    .search-container .search-input input {
      height: 2.71429rem;
      display: inline-block;
      border: none;
      border-radius: 0.35714rem;
      vertical-align: top;
      padding-left: 0.71429rem;
      width: 72%; }
      .search-container .search-input input::-webkit-input-placeholder {
        color: #cacaca; }
      .search-container .search-input input::-ms-input-placeholder {
        color: #cacaca; }
      .search-container .search-input input::placeholder {
        color: #cacaca; }
      .search-container .search-input input:focus {
        outline: none;
        border-color: inherit;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .search-container .search-input input.field {
        float: left; }
      .search-container .search-input input.submit {
        width: 26%; }
  .search-container .search-close {
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    font-size: 2.5rem;
    margin-top: -18px;
    background-size: cover;
    cursor: pointer; }
    .search-container .search-close .fa-times {
      color: #020202 !important; }
  @media (min-width: 992px) {
    .search-container {
      padding: 2.14286rem 0; }
      .search-container .search-form {
        display: inline-block;
        padding: 2.42857rem 0;
        max-width: 100%; }
      .search-container .search-input {
        margin-right: 2.14286rem; } }

.breadcrumbs {
  margin-bottom: 20px; }
  .breadcrumbs ul {
    list-style: none;
    padding: 0; }
    .breadcrumbs ul li {
      display: inline-block;
      padding: 0 12px 0 8px;
      position: relative;
      text-transform: capitalize;
      font-family: "Source Sans Pro", sans-serif; }
      .breadcrumbs ul li:first-of-type {
        padding-left: 0; }
      .breadcrumbs ul li:after {
        content: '/';
        color: #cacaca;
        position: absolute;
        right: 0; }
      .breadcrumbs ul li:last-of-type:after {
        content: ''; }
      .breadcrumbs ul li a {
        text-transform: capitalize;
        font-family: "Source Sans Pro", sans-serif; }

.right-sidebar-narrow-wrapper #right-sidebar-narrow {
  padding-top: 0; }
  @media (min-width: 992px) {
    .right-sidebar-narrow-wrapper #right-sidebar-narrow {
      padding-top: 170px; } }

#right-sidebar .widget_search,
#right-sidebar-narrow .widget_search {
  padding: 1.07143rem 0;
  background-color: #ffffff;
  border: none;
  margin-bottom: 2.14286rem; }
  #right-sidebar .widget_search input,
  #right-sidebar-narrow .widget_search input {
    border-radius: 0;
    height: 2.14286rem;
    font-family: "Source Sans Pro", sans-serif; }
  #right-sidebar .widget_search #searchsubmit,
  #right-sidebar-narrow .widget_search #searchsubmit {
    display: none; }
  #right-sidebar .widget_search .search-close .fa-times,
  #right-sidebar-narrow .widget_search .search-close .fa-times {
    display: none !important; }

#right-sidebar .widget_fpw_widget,
#right-sidebar-narrow .widget_fpw_widget {
  margin-bottom: 2.14286rem; }
  #right-sidebar .widget_fpw_widget .fpw-featured-link:hover,
  #right-sidebar-narrow .widget_fpw_widget .fpw-featured-link:hover {
    text-decoration: none; }
    #right-sidebar .widget_fpw_widget .fpw-featured-link:hover h3.fpw-page-title,
    #right-sidebar-narrow .widget_fpw_widget .fpw-featured-link:hover h3.fpw-page-title {
      color: #3FD3BB;
      text-decoration: none; }
  #right-sidebar .widget_fpw_widget h3.widget-title,
  #right-sidebar-narrow .widget_fpw_widget h3.widget-title {
    padding-bottom: 0.35714rem;
    margin-bottom: 1.42857rem;
    border-bottom: 3px solid #3FD3BB; }
  #right-sidebar .widget_fpw_widget h3.fpw-page-title,
  #right-sidebar-narrow .widget_fpw_widget h3.fpw-page-title {
    color: #020202;
    text-transform: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    #right-sidebar .widget_fpw_widget h3.fpw-page-title:hover,
    #right-sidebar-narrow .widget_fpw_widget h3.fpw-page-title:hover {
      color: #3FD3BB;
      text-decoration: none; }
  #right-sidebar .widget_fpw_widget .fpw-featured-image .wp-post-image,
  #right-sidebar-narrow .widget_fpw_widget .fpw-featured-image .wp-post-image {
    margin-bottom: 0; }
  #right-sidebar .widget_fpw_widget .fin-excerpt p,
  #right-sidebar-narrow .widget_fpw_widget .fin-excerpt p {
    margin-bottom: 0; }
  #right-sidebar .widget_fpw_widget .fin-excerpt .read-more-link,
  #right-sidebar-narrow .widget_fpw_widget .fin-excerpt .read-more-link {
    display: none; }
  #right-sidebar .widget_fpw_widget .fin-excerpt .fpw-read-more-link,
  #right-sidebar-narrow .widget_fpw_widget .fin-excerpt .fpw-read-more-link {
    color: #020202;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    text-transform: none; }
    #right-sidebar .widget_fpw_widget .fin-excerpt .fpw-read-more-link:hover,
    #right-sidebar-narrow .widget_fpw_widget .fin-excerpt .fpw-read-more-link:hover {
      color: #3FD3BB; }

#right-sidebar .finixio_posts_stacked .widget-title,
#right-sidebar-narrow .finixio_posts_stacked .widget-title {
  padding-bottom: 0.35714rem;
  margin-bottom: 1.42857rem;
  border-bottom: 3px solid #3FD3BB; }

#right-sidebar .finixio_posts_stacked .fin-posts-stacked-wrap,
#right-sidebar-narrow .finixio_posts_stacked .fin-posts-stacked-wrap {
  margin-bottom: 0.14286rem; }

#right-sidebar .finixio_posts_stacked .fin-posts-stacked-content,
#right-sidebar-narrow .finixio_posts_stacked .fin-posts-stacked-content {
  position: relative;
  height: 17.42857rem;
  max-height: 17.42857rem;
  overflow: hidden; }

#right-sidebar .finixio_posts_stacked .fin-posts-stacked-thumb:hover .fin-posts-stacked-overlay,
#right-sidebar-narrow .finixio_posts_stacked .fin-posts-stacked-thumb:hover .fin-posts-stacked-overlay {
  background: 0 0; }

#right-sidebar .finixio_posts_stacked .fin-posts-stacked-overlay,
#right-sidebar-narrow .finixio_posts_stacked .fin-posts-stacked-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

#right-sidebar .finixio_posts_stacked .fin-posts-stacked-item,
#right-sidebar-narrow .finixio_posts_stacked .fin-posts-stacked-item {
  position: absolute;
  bottom: 1.78571rem;
  left: 1.78571rem;
  padding-right: 1.78571rem; }
  #right-sidebar .finixio_posts_stacked .fin-posts-stacked-item .fin-posts-stacked-title,
  #right-sidebar-narrow .finixio_posts_stacked .fin-posts-stacked-item .fin-posts-stacked-title {
    font-size: 1.14286rem;
    padding: 0.14286rem 0.35714rem;
    background-color: rgba(2, 2, 2, 0.8); }
    #right-sidebar .finixio_posts_stacked .fin-posts-stacked-item .fin-posts-stacked-title a,
    #right-sidebar-narrow .finixio_posts_stacked .fin-posts-stacked-item .fin-posts-stacked-title a {
      color: #ffffff;
      text-transform: none;
      font-weight: 300;
      letter-spacing: 1px; }
      #right-sidebar .finixio_posts_stacked .fin-posts-stacked-item .fin-posts-stacked-title a:hover,
      #right-sidebar-narrow .finixio_posts_stacked .fin-posts-stacked-item .fin-posts-stacked-title a:hover {
        text-decoration: none; }
  #right-sidebar .finixio_posts_stacked .fin-posts-stacked-item .fin-posts-stacked-meta,
  #right-sidebar-narrow .finixio_posts_stacked .fin-posts-stacked-item .fin-posts-stacked-meta {
    display: inline-block;
    font-size: 0.71429rem;
    font-weight: 700;
    color: #020202;
    padding: 0.07143rem 0.35714rem;
    margin-top: 0.35714rem;
    background: #ffffff;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif; }
    #right-sidebar .finixio_posts_stacked .fin-posts-stacked-item .fin-posts-stacked-meta i,
    #right-sidebar-narrow .finixio_posts_stacked .fin-posts-stacked-item .fin-posts-stacked-meta i {
      margin-right: 0.35714rem; }

#right-sidebar .onthispage_widget,
#right-sidebar-narrow .onthispage_widget {
  position: relative;
  display: block;
  margin-bottom: 20px; }
  #right-sidebar .onthispage_widget h3,
  #right-sidebar-narrow .onthispage_widget h3 {
    color: #D5BE99;
    font-family: Oswald;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    width: 243px;
    text-align: left;
    margin-bottom: 22px; }

#right-sidebar .on_this_page_button,
#right-sidebar-narrow .on_this_page_button {
  color: #8990DC;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.16px;
  line-height: 17px;
  text-align: left;
  margin-bottom: 15px;
  position: relative;
  display: block; }
  #right-sidebar .on_this_page_button:hover,
  #right-sidebar-narrow .on_this_page_button:hover {
    color: #1E5D86; }

.fin_iframePlus5000WidgetWrapper {
  border-bottom: 3px solid #f2f2f7;
  border-top: 3px solid #f2f2f7;
  background: #f2f2f7;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center; }
  .fin_iframePlus5000WidgetWrapper--title {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    display: block;
    text-align: center;
    background: #f2f2f7; }

#wrapper-footer {
  background-color: #EBF8F7;
  padding: 0;
  position: absolute;
  width: 100%; }
  #wrapper-footer .container {
    padding: 0; }
  #wrapper-footer .footer-social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0; }
    @media (min-width: 768px) {
      #wrapper-footer .footer-social-icons {
        margin-top: 1.42857rem; } }
    #wrapper-footer .footer-social-icons a {
      width: 2.85714rem;
      height: 2.85714rem;
      margin-left: 1.07143rem; }
      #wrapper-footer .footer-social-icons a:first-child {
        margin-left: 0; }
  #wrapper-footer .widget-title {
    color: #969595;
    background-color: #EBF8F7;
    font-family: "Source Sans Pro", sans-serif;
    margin-bottom: 0;
    padding: 0;
    font-weight: 400;
    font-size: 0.71429rem !important;
    letter-spacing: 0.07143rem;
    line-height: 1;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff; }
    #wrapper-footer .widget-title .mobile-acc-trigger {
      padding: 1.42857rem 1.07143rem;
      cursor: pointer;
      position: relative; }
      #wrapper-footer .widget-title .mobile-acc-trigger.collapsed:after {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg); }
      #wrapper-footer .widget-title .mobile-acc-trigger:after {
        content: '\f107';
        font-family: fontawesome;
        position: absolute;
        right: 1.07143rem;
        top: 1.28571rem;
        font-size: 1.28571rem;
        height: 1rem;
        width: 1rem;
        text-align: center;
        line-height: 1rem;
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: #78E0CF; }
  #wrapper-footer .footer-menu {
    border: 0; }
    #wrapper-footer .footer-menu .menu {
      background-color: #EBF8F7;
      padding: 1.42857rem 1.07143rem;
      margin-bottom: 0; }
      #wrapper-footer .footer-menu .menu .menu-item {
        list-style: none;
        margin-bottom: 0.71429rem; }
        #wrapper-footer .footer-menu .menu .menu-item a {
          color: #2A2A2A;
          font-size: 0.85714rem;
          text-transform: capitalize;
          font-family: "Source Sans Pro", sans-serif;
          letter-spacing: 0.5px; }
          #wrapper-footer .footer-menu .menu .menu-item a:hover {
            text-decoration: underline; }
  #wrapper-footer #footer-sidebar-1 {
    position: relative;
    padding: 0; }
    #wrapper-footer #footer-sidebar-1 .widget-title {
      padding: 2.85714rem 1.07143rem 1.42857rem; }
    #wrapper-footer #footer-sidebar-1 .textwidget {
      font-size: 0.85714rem;
      padding: 1.07143rem; }
      #wrapper-footer #footer-sidebar-1 .textwidget p {
        color: #2A2A2A;
        font-family: "Source Sans Pro", sans-serif;
        letter-spacing: 0.5px; }
    #wrapper-footer #footer-sidebar-1 .widget:first-child .textwidget {
      display: none; }
    #wrapper-footer #footer-sidebar-1 .widget.sfsi {
      padding: 0 1.07143rem;
      margin-bottom: 2.5rem; }
      #wrapper-footer #footer-sidebar-1 .widget.sfsi .widget-title {
        display: none; }
    #wrapper-footer #footer-sidebar-1 .widget_media_image {
      width: 100%;
      border-top: 1px solid #ffffff; }
      #wrapper-footer #footer-sidebar-1 .widget_media_image .image {
        padding: 1.78571rem 1.07143rem;
        width: 50%; }
  #wrapper-footer .copyright-container {
    padding: 1.07143rem;
    color: #969595;
    font-size: 0.71429rem;
    font-family: "Source Sans Pro", sans-serif; }

@media (min-width: 768px) {
  #wrapper-footer #footer-sidebar-1 .widget:first-child .textwidget {
    display: block; }
  #wrapper-footer #footer-sidebar-1 .widget_media_image .image {
    width: 25%; } }

@media (min-width: 992px) {
  #wrapper-footer:before {
    content: '';
    width: 100%;
    height: 0.07143rem;
    background-color: #ffffff;
    position: absolute;
    top: 3.64286rem; }
  #wrapper-footer .widget-title {
    margin-bottom: 1.42857rem;
    padding: 0.85714rem 0;
    border-bottom: none; }
  #wrapper-footer #footer-sidebar-1 .widget-title {
    margin-bottom: 1.42857rem;
    padding: 0.85714rem 1.07143rem;
    border-bottom: none; }
  #wrapper-footer #footer-sidebar-1 .textwidget {
    width: 90%;
    padding: 0 1.07143rem; }
  #wrapper-footer #footer-sidebar-1 .widget.sfsi {
    padding: 0 1.07143rem;
    margin-bottom: 0; }
  #wrapper-footer #footer-sidebar-1 .widget_media_image {
    border: 0;
    padding: 0 1.07143rem; }
    #wrapper-footer #footer-sidebar-1 .widget_media_image .image {
      position: absolute;
      bottom: 0;
      width: 50%;
      padding: 0; }
  #wrapper-footer .footer-menu .menu {
    padding: 0; }
  #wrapper-footer .copyright-container {
    margin-top: 1.42857rem;
    padding: 2.14286rem 0;
    text-align: left;
    border-top: 1px solid #ffffff; }
    #wrapper-footer .copyright-container .widget_text {
      padding: 0 1.07143rem; } }

/*table-css*/
/*TABLE-UPDATED*/
#comparision_table_up {
  text-align: center;
  width: 100%; }

.compar_tbl_sec_header {
  width: 100%;
  float: left;
  background-color: #494949;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  display: table;
  vertical-align: middle;
  padding: 0;
  margin: 0; }

.compar_tbl_sec_header li {
  display: table-cell;
  vertical-align: middle; }

.compar_tbl_sec_header li {
  padding: 12px 10px;
  font-weight: 300;
  border-bottom: none;
  font-family: 'Roboto', sans-serif;
  float: left;
  margin: 0; }

.compar_tbl_body {
  width: 100%;
  float: left;
  border: 1px solid #dfdfdf; }

.compar_tbl_body .compar_tbl_row {
  width: 100%;
  float: left;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 0px; }

.compar_tbl_body .compar_tbl_row:nth-child(2n) {
  background-color: #f7f7f7 !important; }

.compar_tbl_body .compar_tbl_row:last-child {
  border-bottom: none; }

.compar_tbl_sec_header li:first-child {
  width: 5%;
  text-transform: capitalize; }

.compar_tbl_sec_header li.website_box_header {
  width: 25%; }

.compar_tbl_sec_header li.rating_box_header {
  width: 19%;
  text-transform: capitalize; }

.compar_tbl_sec_header li.offer_box_header {
  width: 16.2%;
  text-transform: capitalize; }

.compar_tbl_sec_header li.feature_box_header {
  width: 33%;
  text-align: left;
  text-transform: capitalize; }

.compar_tbl_sec_header li.chat_box_header {
  width: 14%;
  text-transform: capitalize; }

.compar_tbl_number {
  width: 8%;
  float: left;
  font-size: 24px;
  color: #222222;
  font-weight: 900; }

.compar_tbl_body .compar_tbl_row > div {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  float: none;
  position: relative; }

.compar_tbl_body .compar_tbl_number {
  width: 5%;
  display: none !important; }

.compar_tbl_body .compar_tbl_website_img_sec {
  width: 22.3%; }

.compar_tbl_body a.compar_tbl_website_img {
  position: relative;
  display: block;
  width: 221px;
  height: 123px; }

.compar_tbl_body a.compar_tbl_website_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-shadow: 0 0 2px #000;
          box-shadow: 0 0 2px #000; }

.compar_tbl_body.compar_tbl_body .most_popu_img_text {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: none; }

.compar_tbl_body .compar_tbl_row:first-child .most_popu_img_text {
  display: block; }

.compar_tbl_body .most_popu_img_text::before {
  width: auto;
  position: absolute;
  top: -2px;
  content: "Die Beste Wahl";
  left: -20px;
  background-color: #ffcb3f;
  padding: 3px 10px 1px;
  z-index: 9;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
  font-family: 'Roboto', sans-serif; }

.compar_tbl_body .most_popu_img_text::after {
  width: auto;
  height: auto;
  position: absolute;
  top: 11px;
  left: -20px;
  content: "";
  border-right: 20px solid #cfa024;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent; }

.compar_tbl_body .rating_offers_sec {
  width: 30%;
  padding: 0 !important; }

.compar_tbl_body .rating_offers_sec > div {
  padding: 9px 10px;
  display: inline-block;
  vertical-align: middle;
  float: none; }

.compar_tbl_body .user_rating_box {
  width: 56%; }

.compar_tbl_body .user_rating_box .kk-star-ratings.lft {
  float: none !important;
  margin: auto !important; }

.compar_tbl_body .user_rating_box a.expe_review {
  float: left;
  color: #39ade5;
  font-weight: 300;
  font-size: 14px;
  width: 100%;
  margin-top: 5px; }

.compar_tbl_body .user_rating_box a.expe_review:hover {
  color: #e2b511; }

.compar_tbl_body .user_offer_box {
  width: 42%;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif; }

.compar_tbl_body .user_features_box {
  width: 22%; }

.compar_tbl_body .user_features_box ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  text-align: left; }

.compar_tbl_body .user_features_box li {
  width: 100%;
  float: left;
  margin: 0 0 8px;
  font-size: 15px;
  color: #4b4a4a;
  min-height: 22px;
  font-weight: 400;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-items: flex-start;
  word-break: break-word;
  position: relative;
  padding-left: 20px;
  padding-bottom: 0;
  font-family: 'Roboto', sans-serif; }

.compar_tbl_body .user_features_box li img {
  margin: 2px 8px 0px 0;
  display: none; }

.compar_tbl_body .user_features_box li::before {
  font-family: 'FontAwesome';
  content: '\f00c';
  margin: 0;
  background: #00af79;
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  padding: 3px 4px;
  position: relative;
  left: -10px;
  line-height: 12px;
  top: 2px; }

.compar_tbl_body .chat_now_box {
  width: 22%; }

.compar_tbl_body .chat_now_box .customlink {
  padding: 0px 10px;
  background-color: #eb9a11;
  font-size: 16px;
  font-weight: 700;
  margin: 0px auto 10px;
  cursor: pointer;
  outline: none;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 2px;
  height: 50px;
  width: 100%;
  border: 1px solid #eb9a11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  float: none;
  font-family: 'Roboto', sans-serif; }

.compar_tbl_body .chat_now_box .customlink:hover {
  background-color: #cb7a00;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: #fff !important; }

.compar_tbl_body .chat_now_box a.cht_now_numb::before {
  position: relative;
  content: "\f095";
  left: 0;
  font-family: 'FontAwesome';
  top: 0;
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
  text-decoration: none !important; }

.compar_tbl_body .chat_now_box a.cht_now_numb:hover, .compar_tbl_body .chat_now_box a.cht_now_numb:hover:before {
  color: #fff; }

.user_rating_box_mbl {
  display: none !important; }

.user_rating_box .kk-star-ratings .kksr-legend {
  padding: 6px 0 0 !important; }

/*withsidebar*/
.withsidebar .compar_tbl_body a.compar_tbl_website_img {
  width: 144px;
  height: 81px; }

.withsidebar .compar_tbl_body .user_features_box li {
  font-size: 14px; }

.withsidebar .compar_tbl_body .rating_offers_sec {
  width: 18%; }

.withsidebar .compar_tbl_body .user_features_box {
  width: 31%; }

.withsidebar .compar_tbl_body .compar_tbl_website_img_sec {
  width: 21.3%; }

.withsidebar .compar_tbl_body .most_popu_img_text::before {
  left: -20px;
  padding: 2px 8px 3px;
  font-size: 12px; }

.withsidebar .compar_tbl_body .most_popu_img_text::after {
  top: 7px; }

.withsidebar .compar_tbl_body .user_rating_box {
  width: 100%;
  padding-bottom: 0 !important; }

.withsidebar .compar_tbl_body .user_offer_box {
  width: 100%;
  font-size: 14px; }

.withsidebar .top_rated_psyc_sec {
  display: none; }

.withsidebar .compar_tbl_sec_header {
  background-color: #2A2A2A;
  margin: 0; }

.best_onli_psyc_sec {
  padding: 20px 0 50px;
  background: #fff;
  width: 100%;
  float: left; }

.compar_tbl_number_respon {
  font-size: 16px;
  color: #222222;
  font-weight: 900;
  background-color: #ffd928;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 15px;
  padding: 7px 10px; }

.compar_tbl_row:first-child .compar_tbl_number_respon {
  bottom: 0px;
  top: auto; }

.compar_tbl_body .chat_now_box a.cht_now_numb {
  color: #fff;
  font-size: 17px;
  padding: 13px 10px;
  background: #800080;
  width: 100%;
  border: 1px solid #600060;
  border-radius: 2px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  height: 50px;
  font-family: 'Roboto', sans-serif; }

.compar_tbl_row br {
  display: none; }

.compar_tbl_row p:empty {
  display: none; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }

.compar_tbl_website_img_sec p {
  display: none; }

.stars i {
  color: #ffd928;
  font-size: 18px; }

/*withsidebar-end*/
/*table-css-end*/
/*table-responsive*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .withsidebar .compar_tbl_body .rating_offers_sec {
    width: 23%; }
  .compar_tbl_body .user_rating_box {
    width: 100%; }
  .withsidebar .compar_tbl_body .compar_tbl_row > div {
    padding: 0px 0; }
  .compar_tbl_body .user_offer_box {
    width: 100%;
    font-size: 15px; }
  .compar_tbl_body .chat_now_box {
    width: 22%; }
  .withsidebar .compar_tbl_body .user_features_box li {
    font-size: 13px;
    line-height: 20px; }
  .withsidebar .compar_tbl_body .compar_tbl_website_img_sec {
    width: 23.3%; }
  .withsidebar .compar_tbl_body a.compar_tbl_website_img {
    width: 134px;
    height: 80px; }
  .compar_tbl_number_respon {
    display: block; }
  .compar_tbl_body .compar_tbl_number {
    display: none !important; }
  .withsidebar .compar_tbl_body .compar_tbl_row > div {
    padding: 0; }
  .withsidebar .compar_tbl_body .user_features_box {
    width: 26%; }
  .top_rated_psyc_sec .top_rated_psyc_header h3 {
    font-size: 22px; }
  .compar_tbl_body .compar_tbl_row {
    padding: 10px 10px; }
  .compar_tbl_body .compar_tbl_row {
    padding: 10px 10px; }
  .compar_tbl_sec_header li.website_box_header {
    width: 22%; }
  .compar_tbl_sec_header li.rating_box_header {
    width: 22%; }
  .compar_tbl_body .chat_now_box .customlink {
    padding: 0 10px;
    font-size: 14px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .withsidebar .compar_tbl_body .rating_offers_sec {
    width: 23%; }
  .compar_tbl_body .user_rating_box {
    width: 100%; }
  .compar_tbl_body .rating_offers_sec > div {
    padding: 0px 10px 0; }
  .compar_tbl_body .user_offer_box {
    width: 100%;
    font-size: 15px; }
  .compar_tbl_body .chat_now_box {
    width: 24%; }
  .withsidebar .compar_tbl_body .user_features_box li {
    font-size: 13px;
    line-height: 20px; }
  .withsidebar .compar_tbl_body .compar_tbl_website_img_sec {
    width: 23.3%; }
  .withsidebar .compar_tbl_body a.compar_tbl_website_img {
    width: 155px;
    height: 86px; }
  .compar_tbl_number_respon {
    display: block; }
  .compar_tbl_body .compar_tbl_number {
    display: none !important; }
  .withsidebar .compar_tbl_body .compar_tbl_row > div {
    padding: 0; }
  .withsidebar .compar_tbl_body .user_features_box {
    width: 26%; }
  .top_rated_psyc_sec .top_rated_psyc_header h3 {
    font-size: 22px;
    padding: 0; }
  .top_rated_psyc_sec .top_rated_psyc_header {
    width: 100%; }
  .top_rated_psyc_sec .all_psycs_box {
    width: 100%;
    float: left;
    margin-top: 5px; }
  .top_rated_psyc_sec .all_psycs_box ul {
    float: left; }
  .top_rated_psyc_sec .all_psycs_box ul span {
    font-size: 16px; }
  .top_rated_psyc_sec .all_psycs_box li {
    margin-left: 15px;
    font-size: 15px; }
  .top_rated_psyc_sec {
    margin-bottom: 10px; }
  .compar_tbl_sec_header {
    display: none; }
  .withsidebar .compar_tbl_body .most_popu_img_text::after {
    top: 7px;
    left: -20px; }
  .mh-sidebar {
    width: 100%; }
  .mh-right-sb #main-content {
    margin-right: 0;
    width: 100%; }
  .compar_tbl_sec_header li.website_box_header {
    width: 26%; }
  .compar_tbl_sec_header li.rating_box_header {
    width: 22%; }
  .compar_tbl_sec_header li.feature_box_header {
    width: 27%; }
  .compar_tbl_sec_header li.chat_box_header {
    width: 24%; }
  .compar_tbl_body .compar_tbl_row {
    padding: 10px 10px; } }

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .withsidebar .compar_tbl_body .rating_offers_sec {
    width: 48%; }
  .compar_tbl_body .user_rating_box {
    width: 100%; }
  .compar_tbl_body .rating_offers_sec > div {
    padding: 19px 10px 0; }
  .compar_tbl_body .user_offer_box {
    width: 100%;
    font-size: 15px; }
  .compar_tbl_body .chat_now_box {
    width: 100%;
    text-align: center; }
  .withsidebar .compar_tbl_body .user_features_box li {
    font-size: 13px;
    line-height: 20px; }
  .withsidebar .compar_tbl_body .compar_tbl_website_img_sec {
    width: 100%;
    text-align: center; }
  .withsidebar .compar_tbl_body a.compar_tbl_website_img {
    width: 100%;
    height: 110px;
    max-width: 310px;
    display: inline-block; }
  .compar_tbl_number_respon {
    display: block; }
  .compar_tbl_body .compar_tbl_number {
    display: none !important; }
  .withsidebar .compar_tbl_body .compar_tbl_row > div {
    padding: 10px; }
  .top_rated_psyc_sec .top_rated_psyc_header h3 {
    font-size: 22px;
    padding: 0; }
  .top_rated_psyc_sec .top_rated_psyc_header {
    width: 100%; }
  .top_rated_psyc_sec .all_psycs_box {
    width: 100%;
    float: left;
    margin-top: 5px; }
  .top_rated_psyc_sec .all_psycs_box ul {
    float: left; }
  .top_rated_psyc_sec .all_psycs_box ul span {
    font-size: 16px; }
  .top_rated_psyc_sec .all_psycs_box li {
    margin-left: 15px;
    font-size: 14px; }
  .top_rated_psyc_sec {
    margin-bottom: 10px; }
  .compar_tbl_body .compar_tbl_row {
    border: 1px solid #dfdfdf !important;
    box-shadow: 2px 2px 5px #e0e0e0;
    -webkit-box-shadow: 2px 2px 5px #e0e0e0;
    -moz-box-shadow: 2px 2px 5px #e0e0e0;
    margin-bottom: 20px; }
  .compar_tbl_sec_header {
    display: none; }
  .rating_offers_sec .user_rating_box {
    display: none !important; }
  .user_rating_box_mbl {
    display: block !important; }
  .compar_tbl_body .compar_tbl_row {
    padding: 19px 0; }
  .withsidebar .compar_tbl_body .user_features_box {
    width: 49%; }
  .withsidebar .compar_tbl_body .chat_now_box .customlink {
    padding: 0px 15px;
    font-size: 18px;
    width: 250px; }
  .compar_tbl_body .chat_now_box a.cht_now_numb {
    width: 250px;
    height: 50px; }
  .withsidebar .compar_tbl_sec_header {
    display: none !important; }
  .images-out {
    position: relative;
    display: inline-block;
    width: 310px; } }

@media only screen and (min-width: 480px) and (max-width: 639px) {
  .withsidebar .compar_tbl_body .rating_offers_sec {
    width: 45%; }
  .compar_tbl_body .user_rating_box {
    width: 100%; }
  .compar_tbl_body .rating_offers_sec > div {
    padding: 0px 10px 0; }
  .compar_tbl_body .user_offer_box {
    width: 100%;
    font-size: 15px; }
  .compar_tbl_body .chat_now_box {
    width: 100%;
    text-align: center; }
  .withsidebar .compar_tbl_body .user_features_box li {
    font-size: 13px;
    line-height: 20px; }
  .withsidebar .compar_tbl_body .compar_tbl_website_img_sec {
    width: 100%;
    text-align: center; }
  .withsidebar .compar_tbl_body a.compar_tbl_website_img {
    width: 100%;
    height: 110px;
    max-width: 310px;
    display: inline-block; }
  .compar_tbl_number_respon {
    display: block; }
  .compar_tbl_body .compar_tbl_number {
    display: none !important; }
  .withsidebar .compar_tbl_body .compar_tbl_row > div {
    padding: 10px; }
  .top_rated_psyc_sec .top_rated_psyc_header h3 {
    font-size: 22px;
    padding: 0; }
  .top_rated_psyc_sec .top_rated_psyc_header {
    width: 100%; }
  .top_rated_psyc_sec .all_psycs_box {
    width: 100%;
    float: left;
    margin-top: 5px; }
  .top_rated_psyc_sec .all_psycs_box ul {
    float: left; }
  .top_rated_psyc_sec .all_psycs_box ul span {
    font-size: 16px; }
  .top_rated_psyc_sec .all_psycs_box li {
    margin-left: 15px;
    font-size: 14px; }
  .top_rated_psyc_sec {
    margin-bottom: 10px; }
  .compar_tbl_body .compar_tbl_row {
    border: 1px solid #dfdfdf !important;
    box-shadow: 2px 2px 5px #e0e0e0;
    -webkit-box-shadow: 2px 2px 5px #e0e0e0;
    -moz-box-shadow: 2px 2px 5px #e0e0e0;
    margin-bottom: 20px; }
  .compar_tbl_sec_header {
    display: none; }
  .rating_offers_sec .user_rating_box {
    display: none !important; }
  .user_rating_box_mbl {
    display: block !important; }
  .compar_tbl_body .compar_tbl_row {
    padding: 19px 0; }
  .withsidebar .compar_tbl_body .user_features_box {
    width: 53%; }
  .withsidebar .compar_tbl_body .chat_now_box .customlink {
    padding: 0px 15px;
    font-size: 18px;
    width: 250px; }
  .compar_tbl_body .chat_now_box a.cht_now_numb {
    width: 250px;
    height: 50px; }
  .images-out {
    position: relative;
    display: inline-block;
    width: 310px; }
  .withsidebar .compar_tbl_sec_header {
    display: none !important; } }

@media only screen and (max-width: 479px) {
  .withsidebar .compar_tbl_body .rating_offers_sec {
    width: 100%; }
  .compar_tbl_body .user_rating_box {
    width: 100%; }
  .compar_tbl_body .rating_offers_sec > div {
    padding: 0px 10px 0; }
  .compar_tbl_body .user_offer_box {
    width: 100%;
    font-size: 15px; }
  .compar_tbl_body .chat_now_box {
    width: 100%;
    text-align: center; }
  .withsidebar .compar_tbl_body .user_features_box li {
    font-size: 13px;
    line-height: 20px; }
  .withsidebar .compar_tbl_body .compar_tbl_website_img_sec {
    width: 100%;
    text-align: center;
    padding-left: 25px !important; }
  .withsidebar .compar_tbl_body a.compar_tbl_website_img {
    width: 100%;
    height: 110px;
    max-width: 310px;
    display: inline-block; }
  .compar_tbl_number_respon {
    display: block; }
  .compar_tbl_body .compar_tbl_number {
    display: none !important; }
  .withsidebar .compar_tbl_body .compar_tbl_row > div {
    padding: 10px; }
  .top_rated_psyc_sec .top_rated_psyc_header h3 {
    font-size: 22px;
    padding: 0; }
  .top_rated_psyc_sec .top_rated_psyc_header {
    width: 100%; }
  .top_rated_psyc_sec .all_psycs_box {
    width: 100%;
    float: left;
    margin-top: 5px; }
  .top_rated_psyc_sec .all_psycs_box ul {
    float: left; }
  .top_rated_psyc_sec .all_psycs_box ul span {
    font-size: 16px; }
  .top_rated_psyc_sec .all_psycs_box li {
    margin-left: 15px;
    font-size: 14px; }
  .top_rated_psyc_sec {
    margin-bottom: 10px; }
  .compar_tbl_body .compar_tbl_row {
    border: 1px solid #dfdfdf !important;
    box-shadow: 2px 2px 5px #e0e0e0;
    -webkit-box-shadow: 2px 2px 5px #e0e0e0;
    -moz-box-shadow: 2px 2px 5px #e0e0e0;
    margin-bottom: 20px; }
  .compar_tbl_sec_header {
    display: none; }
  .rating_offers_sec .user_rating_box {
    display: none !important; }
  .user_rating_box_mbl {
    display: block !important; }
  .compar_tbl_body .compar_tbl_row {
    padding: 19px 0; }
  .withsidebar .compar_tbl_body .user_features_box {
    width: 100%; }
  .withsidebar .compar_tbl_body .chat_now_box .customlink {
    padding: 0px 15px;
    font-size: 18px;
    width: 250px; }
  .compar_tbl_body .chat_now_box a.cht_now_numb {
    width: 250px;
    height: 50px; }
  .images-out {
    position: relative;
    display: inline-block;
    width: 230px; }
  .withsidebar .compar_tbl_sec_header {
    display: none !important; } }

.author .mh-author-box {
  float: left;
  width: 100%;
  border: 1px solid #efefef;
  padding: 20px; }

/*table-responsive-end*/
.select-selected,
.select-arrow-active {
  cursor: pointer;
  background-color: transparent;
  color: #020202;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.15px;
  line-height: 24px;
  margin-right: 30px;
  text-transform: uppercase; }
  .select-selected:after,
  .select-arrow-active:after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 8px;
    width: 1.71429rem;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1; }

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px; }

.select-items div {
  color: #2A2A2A;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1.16px;
  line-height: 17px;
  text-transform: uppercase;
  padding: 8px 16px;
  cursor: pointer; }
  .select-items div:hover {
    color: #efae40; }

/* Style items (options): */
.select-items {
  position: absolute;
  width: 147px;
  height: 247px;
  background-color: #ececf8;
  overflow-y: scroll;
  top: 29px;
  right: 5px;
  z-index: 99; }

.select-hide {
  display: none; }

.smw-table-quotes {
  font-size: 0.85714rem;
  color: #2A2A2A; }
  .smw-table-quotes.smw-color-text.smw-grey table thead th {
    border-bottom: 0.14286rem solid #e3e3f0;
    color: #2A2A2A; }
  .smw-table-quotes.smw-color-text.smw-grey table tbody tr:hover {
    background: #ffffff; }
    .smw-table-quotes.smw-color-text.smw-grey table tbody tr:hover a {
      color: #2A2A2A; }
      .smw-table-quotes.smw-color-text.smw-grey table tbody tr:hover a:hover {
        color: #2A2A2A; }
  .smw-table-quotes.smw-color-text.smw-grey table tbody tr td {
    border-bottom: 0.07143rem solid #e3e3f0;
    color: #2A2A2A; }

.modal-dialog {
  max-width: 90%;
  margin: 0 auto; }
  @media only screen and (min-width: 1100px) {
    .modal-dialog {
      max-width: 920px; } }

.modal-header {
  background-color: #e3e3f0; }
  .modal-header .close {
    text-shadow: none;
    opacity: 1;
    font-size: 40px;
    line-height: 20px;
    padding: 15px 15px 0 15px; }

.modal-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px; }

.modal-body {
  background-color: #f6f6fa;
  position: relative;
  display: block; }

.modal--img-box {
  position: relative;
  display: block;
  margin: 0;
  padding: 0; }
  .modal--img-box .modal--title-holder {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 38px; }
  .modal--img-box .modal--img-title {
    width: 183px;
    height: 30px;
    margin: 0 auto;
    color: #ffffff;
    font-family: Oswald;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.15px;
    line-height: 24px;
    text-align: center;
    position: relative;
    display: block; }
    @media only screen and (min-width: 1100px) {
      .modal--img-box .modal--img-title {
        height: 38px;
        line-height: 38px; } }
  .modal--img-box .modal--overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    line-height: 0px;
    z-index: 1; }
  .modal--img-box .modal--img {
    position: relative;
    z-index: 0;
    width: 100%; }

.modal-footer {
  background-color: #f6f6fa;
  border: none; }
  .modal-footer .c-Platform--btn {
    margin: 0 auto; }

.fn-custom-checkbox {
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 2px solid #e3e3f0;
  background-color: #fff;
  border-radius: 0;
  display: inline-block;
  position: relative; }
  .fn-custom-checkbox:active, .fn-custom-checkbox:focus {
    outline: none; }
  .fn-custom-checkbox--big {
    width: 26px;
    height: 24px; }
    .fn-custom-checkbox--big:checked:after {
      font-size: 28px;
      left: 6px; }
  .fn-custom-checkbox:checked {
    background-color: #fff;
    border: 2px solid #e3e3f0;
    color: #99a1a7; }
  .fn-custom-checkbox:checked:after {
    content: "\f00c";
    font-family: 'fontAwesome';
    position: absolute;
    font-size: 17px;
    top: -2px;
    font-weight: 500;
    left: 4px;
    color: #55A200; }

.tabset {
  float: left;
  width: 100%; }

.tab-panels {
  padding: 10px 0px 10px !important; }

.tab-panels td, .tab-panels th {
  border-bottom: 1px solid #ddd;
  padding: 11px 20px;
  border-top: none;
  border-right: 1px solid #ddd;
  font-size: 15px; }

.tab-panels h4 {
  text-align: center;
  margin-bottom: 5px;
  margin-top: 20px;
  color: #020202; }

.tab-panels p {
  text-align: center;
  font-size: 16px; }

.tab-panels input, .tab-panels select, .tab-panels textarea {
  background-color: #fff;
  border: 1px solid #9d9d9d;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  font-size: 14px;
  padding: 0 4px;
  width: 100% !important;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  margin: 0 2px 5px;
  height: 35px; }

.tab-panels input:focus, .tab-panels textarea:focus, .tab-panels select:focus {
  border: 1px solid #57c7ff;
  outline: none; }

.tab-panels .btn-hover {
  width: auto !important;
  display: inline-block !important;
  float: none !important;
  background: #3fd3bb;
  border: none;
  padding: 9px 20px;
  color: white;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  line-height: 13px;
  height: auto; }

.tab-panels .btn-hover:hover {
  background: #38bda7;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase; }

.tab-panels table {
  margin-bottom: 0px; }

.button-cl {
  text-align: center; }

.tab-panels .lenght-investment input, .tab-panels .lenght-investment select {
  width: 48.5% !important; }

.tab-panels .lenght-investment.investment input, .tab-panels .lenght-investment.investment select {
  width: 31.5% !important; }

.tab-panels tbody {
  border-bottom: none; }

.tab-panels .button-cl {
  border-bottom: none !important; }

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .tab-panels .lenght-investment input, .tab-panels .lenght-investment select {
    width: 48% !important; }
  .tab-panels .lenght-investment.investment input, .tab-panels .lenght-investment.investment select {
    width: 31% !important; } }

@media only screen and (min-width: 480px) and (max-width: 639px) {
  .tab-panels .lenght-investment input, .tab-panels .lenght-investment select {
    width: 100% !important;
    margin: 0 0 5px; }
  .tab-panels .lenght-investment.investment input, .tab-panels .lenght-investment.investment select {
    width: 100% !important;
    margin: 0 0 5px; }
  .tab-panels p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px; }
  .tab-panels h4 {
    color: #020202;
    font-size: 20px;
    margin-top: 10px; } }

@media only screen and (max-width: 479px) {
  .tab-panels .lenght-investment input, .tab-panels .lenght-investment select {
    width: 100% !important;
    margin: 0 0 5px; }
  .tab-panels .lenght-investment.investment input, .tab-panels .lenght-investment.investment select {
    width: 100% !important;
    margin: 0 0 5px; }
  .tab-panels p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px; }
  .tab-panels h4 {
    color: #020202;
    font-size: 18px;
    margin-top: 10px; }
  .tab-panels td, .tab-panels th {
    padding: 5px 10px;
    font-size: 13px; }
  .tab-panels .btn-hover {
    padding: 10px 20px;
    margin: 10px 0 0; } }

.understrap-read-more-link {
  display: none; }

article.post, article.page, article.tribe_events {
  padding-bottom: 1.07143rem;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 2.14286rem; }
  article.post .article-inner, article.page .article-inner, article.tribe_events .article-inner {
    padding-bottom: 1.07143rem; }
  article.post .wp-post-image, article.page .wp-post-image, article.tribe_events .wp-post-image {
    margin-bottom: 0.71429rem; }
  article.post h2, article.page h2, article.tribe_events h2 {
    margin-bottom: 0.71429rem; }
    article.post h2 a, article.page h2 a, article.tribe_events h2 a {
      text-transform: none;
      color: #020202;
      -webkit-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out; }
      article.post h2 a:hover, article.page h2 a:hover, article.tribe_events h2 a:hover {
        color: #3FD3BB;
        text-decoration: none; }
  article.post .fin-excerpt .read-more-link, article.page .fin-excerpt .read-more-link, article.tribe_events .fin-excerpt .read-more-link {
    color: #020202;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
    article.post .fin-excerpt .read-more-link:hover, article.page .fin-excerpt .read-more-link:hover, article.tribe_events .fin-excerpt .read-more-link:hover {
      color: #3FD3BB;
      text-decoration: none; }
  article.post .entry-meta, article.page .entry-meta, article.tribe_events .entry-meta {
    margin-bottom: 0.71429rem; }
    article.post .entry-meta span, article.page .entry-meta span, article.tribe_events .entry-meta span {
      margin-right: 0.71429rem;
      font-size: 0.71429rem;
      color: #969595;
      font-weight: 300;
      font-family: "Source Sans Pro", sans-serif;
      letter-spacing: 0.03571rem; }
      article.post .entry-meta span i, article.page .entry-meta span i, article.tribe_events .entry-meta span i {
        margin-right: 0.35714rem; }
      article.post .entry-meta span a, article.page .entry-meta span a, article.tribe_events .entry-meta span a {
        color: #969595;
        -webkit-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out;
        text-transform: capitalize; }
        article.post .entry-meta span a:hover, article.page .entry-meta span a:hover, article.tribe_events .entry-meta span a:hover {
          color: #3FD3BB; }
    article.post .entry-meta .fin-meta-date, article.page .entry-meta .fin-meta-date, article.tribe_events .entry-meta .fin-meta-date {
      text-transform: uppercase; }

.pagination .page-item .page-link {
  font-family: "Source Sans Pro", sans-serif; }

@media (min-width: 992px) {
  article.post .wp-post-image, article.page .wp-post-image {
    margin-bottom: 0; } }

#single-wrapper .wp-post-image,
#single-wrapper .default-featured-img {
  width: 100%;
  margin-bottom: 1.71429rem; }

#single-wrapper article.post, #single-wrapper article.page {
  margin-bottom: 1.07143rem; }

#single-wrapper .entry-meta {
  border-top: 2px dotted #ffffff;
  border-bottom: 2px dotted #ffffff;
  padding: 0.35714rem 0; }

#single-wrapper .entry-content p {
  margin-bottom: 1.42857rem; }
  #single-wrapper .entry-content p a {
    color: #3FD3BB;
    text-transform: none; }

#single-wrapper .entry-content h1 a, #single-wrapper .entry-content h2 a, #single-wrapper .entry-content h3 a, #single-wrapper .entry-content h4 a, #single-wrapper .entry-content h5 a, #single-wrapper .entry-content h6 a, #single-wrapper .entry-content li a {
  text-transform: initial;
  color: #2679C9; }
  #single-wrapper .entry-content h1 a:hover, #single-wrapper .entry-content h2 a:hover, #single-wrapper .entry-content h3 a:hover, #single-wrapper .entry-content h4 a:hover, #single-wrapper .entry-content h5 a:hover, #single-wrapper .entry-content h6 a:hover, #single-wrapper .entry-content li a:hover {
    text-decoration: underline;
    color: #2679C9; }

#single-wrapper .entry-content .sfsi_Sicons {
  float: none; }

#search-wrapper .page-title {
  margin-bottom: 2.14286rem; }

#author-wrapper .fin-author-box {
  border: 2px solid #ffffff;
  margin: 1.42857rem 0 2.14286rem;
  padding: 1.42857rem; }

.fin-author-box {
  width: 100%;
  padding: 1.42857rem 0;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 2.14286rem; }
  .fin-author-box .fin-author-box-name {
    display: inline-block;
    vertical-align: middle; }
  .fin-author-box .fin-author-box-postcount {
    display: inline-block;
    vertical-align: middle; }
    .fin-author-box .fin-author-box-postcount a {
      font-size: 1.14286rem;
      text-transform: none;
      color: #020202;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .fin-author-box .fin-author-box-postcount a:hover {
        color: #3FD3BB; }

.fin-post-nav-item {
  border-bottom: 2px solid #ffffff;
  margin-bottom: 1.42857rem; }
  .fin-post-nav-item a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .fin-post-nav-item a .text-container {
      padding-left: 0.71429rem; }
      .fin-post-nav-item a .text-container h4 {
        text-transform: capitalize;
        color: #020202;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        font-size: 1.28571rem; }
      .fin-post-nav-item a .text-container p {
        color: #020202;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        font-size: 0.85714rem; }
    .fin-post-nav-item a:hover {
      text-decoration: none; }
      .fin-post-nav-item a:hover .text-container h4,
      .fin-post-nav-item a:hover .text-container p {
        color: #3FD3BB; }
  .fin-post-nav-item.fin-post-nav-next a {
    text-align: right; }
    .fin-post-nav-item.fin-post-nav-next a .text-container {
      padding-left: 0;
      padding-right: 0.71429rem; }

.fin-widget-title {
  padding-bottom: 0.71429rem;
  border-bottom: 3px solid #3FD3BB; }

.fin-comment-gravatar .avatar {
  width: 50px;
  margin-right: 10px; }

.fin-comment-list {
  list-style: none;
  padding: 0; }
  .fin-comment-list .fin-comment-meta {
    margin-bottom: 1.42857rem; }
  .fin-comment-list .fin-comment-meta-author a {
    color: #020202;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .fin-comment-list .fin-comment-meta-author a:hover {
      color: #3FD3BB; }
  .fin-comment-list .fin-comment-meta-author a,
  .fin-comment-list .fin-comment-meta-author .fn {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.28571rem;
    text-transform: capitalize; }
  .fin-comment-list .fin-comment-meta-date {
    color: #969595;
    font-size: 0.85714rem; }
  .fin-comment-list .comment-reply-link {
    color: #020202;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .fin-comment-list .comment-reply-link:before {
      font-family: 'FontAwesome';
      font-weight: 400;
      color: #3FD3BB;
      content: '\f112';
      margin-right: 0.35714rem; }
    .fin-comment-list .comment-reply-link:hover {
      color: #3FD3BB;
      text-decoration: none; }
  .fin-comment-list .fin-comment-body {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 0.71429rem; }
  .fin-comment-list .children {
    list-style: none; }

.pinglist {
  list-style: none;
  padding-left: 0; }
  .pinglist .fin-ping-item {
    padding: 0.71429rem 0;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    margin-top: 1.42857rem; }
    .pinglist .fin-ping-item i {
      margin-right: 0.71429rem; }
    .pinglist .fin-ping-item a {
      color: #020202;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .pinglist .fin-ping-item a:hover {
        color: #3FD3BB;
        text-decoration: none; }

.ivycat-post a {
  color: #3FD3BB; }

.ivycat-post h2.entry-title a {
  color: #3FD3BB; }

.ivycat-post .entry-summary {
  padding: 0.35714rem 0 0.71429rem; }

.ivycat-post .entry-utility {
  margin-bottom: 1.42857rem; }

#toc_container .toc_list a {
  font-family: "Source Sans Pro", sans-serif; }

.author.bio_outer {
  float: left;
  width: 100%;
  border: 1px solid #ededed;
  padding: 20px 20px;
  margin-top: 20px; }

.author_image {
  float: left;
  width: 13%;
  margin-right: 20px; }
  .author_image img {
    margin: 0; }

.author_des {
  float: left;
  width: 83%; }
  .author_des h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    padding-bottom: 5px; }
  .author_des p {
    font-size: 13px; }

.author_social a {
  color: #333;
  display: inline-block;
  margin: 0 5px;
  font-size: 17px; }
  .author_social a:hover {
    color: #45629f; }

.author_hed {
  font-weight: bold; }

.fin-author-box-avatar {
  float: left;
  width: 138px;
  height: 138px;
  margin-right: 28px; }
  .fin-author-box-avatar img {
    height: 100%;
    width: 100%;
    border-radius: 50%; }

.fin-author-box {
  float: none;
  margin-top: 30px;
  padding: 39px 34px 24px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f6f6fa; }

.fin-author-box-header h4 {
  color: #2a2a2a;
  font-family: Oswald;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.14px;
  line-height: 22px; }

.fin-author-box-bio {
  color: #2a2a2a;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.27px;
  line-height: 20px;
  font-family: Roboto, sans-serif; }

.fin-author-box-description {
  float: left;
  width: 77%; }

img.sab-custom-avatar {
  max-width: 100% !important; }

.um-form {
  background: #EEEFEE;
  float: left;
  width: 100%; }

.single .um-header {
  border-bottom: none; }

.um-header.no-cover {
  padding: 20px;
  float: left;
  width: 100%; }
  .um-header.no-cover .um-main-meta {
    padding: 0; }

body .um-header.no-cover .um-profile-photo {
  float: left !important;
  width: 130px !important;
  margin: 0 10px 0 0 !important; }

body .um-header.no-cover .um-profile-meta {
  float: left;
  width: 79%;
  text-align: left !important;
  padding: 0 !important; }

div.uimob800 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
  width: 100px !important;
  height: 100px !important; }

.um-profile.um .um-name a {
  color: #555555; }

.um-meta-text {
  margin: 6px 0 0 0;
  color: #666;
  line-height: 1.4em;
  font-size: 13px; }
  .um-meta-text p {
    margin: 0 0 6px 0 !important;
    padding: 0 !important; }

.entry-meta.custom_author {
  float: left;
  width: 100%;
  padding: 5px 0 5px; }

.author_imag {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-right: 20px; }
  .author_imag img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; }

.custom_author_info {
  float: left;
  width: auto;
  padding: 9px 0 0;
  font-size: 0.675rem;
  color: #838379;
  font-weight: 400; }
  .custom_author_info h4 {
    font-size: 1rem;
    color: #838379;
    font-weight: 400;
    margin: 0; }
  .custom_author_info span {
    font-size: 13px;
    color: #838379;
    font-weight: 400; }

.custom_author_name {
  padding: 0 4px; }

.entry-meta {
  letter-spacing: 0.1818em; }

.news-out {
  float: left;
  width: 100%;
  margin-bottom: 1.42857rem;
  background: #fff;
  border-bottom: 1px solid #ddd; }

.news-left {
  float: left;
  width: 35%; }
  .news-left .post-thumbnail {
    margin-bottom: 0; }

.news-right {
  float: left;
  width: 65%;
  padding: 0 0 0 20px; }
  .news-right .entry-title {
    padding-top: 0 !important;
    font-size: 20px; }

.yuzo_related_post .relatedthumb {
  padding: 5px 10px 5px 10px; }

.entry-content h1 {
  color: #2a2a2a;
  font-weight: 600;
  width: 100%;
  border-bottom: 1px solid #e3e3f0;
  padding-bottom: 10px; }

.entry-content h2 {
  color: #2a2a2a;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  width: 100%;
  border-bottom: 1px solid #e3e3f0;
  padding-bottom: 10px;
  clear: none;
  margin: 0; }

.archive .um-profile {
  display: none; }

.avatar {
  border-radius: 50%;
  float: left;
  width: 100%; }

.su-note {
  position: relative;
  display: inline-block; }

@media only screen and (max-width: 767px) {
  .author_image {
    width: 100%;
    margin-right: 0;
    text-align: center; }
    .author_image img {
      margin: 0;
      width: 100px; }
  .author_des {
    width: 100%;
    text-align: center;
    margin-top: 10px; }
  .author.bio_outer {
    padding: 15px 15px; }
  .fin-author-box {
    padding: 20px !important;
    display: inline-block;
    text-align: center;
    position: relative; }
  .fin-author-box-avatar {
    float: none;
    margin-right: 0;
    display: inline-block;
    margin-top: 40px; }
  .fin-author-box-description {
    float: left;
    width: 100%; }
  .fin-author-box-header {
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    left: 50%;
    top: 15px; }
  .step-component-grid.trading-stocks .trading-stocks-in .stepone {
    width: 100%;
    margin: 0 0 15px 0; }
    .step-component-grid.trading-stocks .trading-stocks-in .stepone:nth-child(2) {
      margin: 0 0 15px 0; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .um-header.no-cover .um-profile-meta {
    width: 77%; }
  .stepone h4 {
    font-size: 15px;
    min-height: 49px; }
  .stepone-text p {
    min-height: 110px; }
  .step-heading {
    width: 30%;
    margin: 0 20px 0 35px; }
  .name-group {
    display: none; }
  .step-five .name {
    display: none; }
  .step-five .analysis {
    width: 50%; }
  .stock {
    width: 50%; }
  .step-five .sym {
    width: 25%; }
  .Symbol {
    width: 25%; }
  .step-five .code {
    width: 12%; }
  .codex {
    width: 12%; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .trading-stocks-in {
    width: 100%;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .stepone:nth-child(2) {
    margin: 20px 0; }
  .stepone {
    width: 100%; }
  .trading-stocks h3 {
    text-align: center; }
  .stepone-text p {
    min-height: 1px; }
  body .um-header.no-cover .um-profile-meta {
    width: 72%; }
  body .um-header.no-cover .um-profile-photo {
    width: 100px !important; }
  .terminology-inner {
    padding: 10px 0; }
  .step-heading {
    width: 40%;
    margin: 0 20px 0 25px; }
  .name-group {
    display: none; }
  .step-five .name {
    display: none; }
  .step-five .analysis {
    width: 44%; }
  .stock {
    width: 44%; }
  .step-five .sym {
    width: 25%; }
  .Symbol {
    width: 25%; }
  .step-five .code {
    width: 12%; }
  .codex {
    width: 12%; }
  .step-five .buy1 {
    width: 18%; }
  .buy-icon {
    width: 18%; }
  .step-two li {
    text-align: center;
    width: 20%;
    border-bottom: 2px solid #e3e3f0; }
  .step-two ul {
    width: 700px; }
  .step-two-tab {
    overflow: auto; }
  .step-two li a {
    padding: 12px 25px; } }

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .um-header.no-cover {
    padding: 15px; }
  body .um-header.no-cover .um-profile-meta {
    width: 72%; }
  body .um-header.no-cover .um-profile-photo {
    width: 100px !important; } }

@media only screen and (min-width: 480px) and (max-width: 639px) {
  .custom_author_info {
    width: 80%; }
  .trading-stocks-in {
    width: 100%;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .stepone:nth-child(2) {
    margin: 20px 0; }
  .stepone {
    width: 100%; }
  .trading-stocks h3 {
    text-align: center; }
  .stepone-text p {
    min-height: 1px; }
  .terminology-inner {
    display: inline-block; }
  .step-text {
    width: 100%;
    text-align: left; }
  .step1-img {
    width: 45px; }
  .step-heading {
    margin: 12px 10px 0 20px;
    width: 70%; }
  body .um-header.no-cover .um-profile-meta {
    width: 100%;
    text-align: center !important; }
  body .um-header.no-cover .um-profile-photo {
    float: none !important;
    width: 80px !important;
    margin: 0 0px 10px 0 !important;
    display: inline-block; }
  .um-header.no-cover {
    padding: 10px;
    text-align: center; }
  .step-4 .step1-img {
    width: 55px; }
  .step-heading {
    margin: 12px 10px 0 20px; }
  .step-4 .terminology-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .name-group {
    display: none; }
  .step-five .name {
    display: none; }
  .step-five .analysis {
    width: 55%; }
  .stock {
    width: 55%; }
  .step-five .sym {
    width: 25%; }
  .Symbol {
    width: 25%; }
  .step-five .code {
    width: 18%; }
  .codex {
    width: 18%; }
  .step-five .buy1 {
    display: none; }
  .buy-icon {
    display: none; }
  .step-five li {
    font-size: 12px; }
  .group-one span {
    font-size: 12px; }
  .step-two li {
    text-align: center;
    width: 20%;
    border-bottom: 2px solid #e3e3f0; }
  .step-two ul {
    width: 700px; }
  .step-two-tab {
    overflow: auto; }
  .step-two li a {
    padding: 12px 25px; }
  .choose-stockone {
    width: 100%;
    padding-right: 0; }
  .choose-stockone.choose-stocktwo {
    padding-left: 0;
    width: 100%; }
  .choose-stockone ul {
    margin: 0 0 0 15px; } }

@media only screen and (max-width: 479px) {
  .custom_author_info {
    width: 80%;
    width: 100%; }
  .trading-stocks-in {
    width: 100%;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .stepone:nth-child(2) {
    margin: 20px 0; }
  .stepone {
    width: 100%; }
  .trading-stocks h3 {
    text-align: center; }
  .stepone-text p {
    min-height: 1px; }
  .terminology-inner {
    display: inline-block; }
  .step-text {
    width: 100%;
    text-align: left; }
  .step1-img {
    width: 45px; }
  .step-heading {
    margin: 12px 10px 0 20px;
    width: 65%; }
  body .um-header.no-cover .um-profile-meta {
    width: 100%;
    text-align: center !important; }
  body .um-header.no-cover .um-profile-photo {
    float: none !important;
    width: 80px !important;
    margin: 0 0px 10px 0 !important;
    display: inline-block; }
  .um-header.no-cover {
    padding: 10px;
    text-align: center; }
  body.gppro-custom .entry-header .entry-meta {
    text-align: center; }
  .author_imag {
    float: none;
    margin-right: 0;
    display: inline-block;
    margin-bottom: 10px; }
  .step-4 .step1-img {
    width: 55px; }
  .step-4 .terminology-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .name-group {
    display: none; }
  .step-five .name {
    display: none; }
  .step-five .analysis {
    width: 55%; }
  .stock {
    width: 55%; }
  .step-five .sym {
    width: 25%; }
  .Symbol {
    width: 25%; }
  .step-five .code {
    width: 20%; }
  .codex {
    width: 20%; }
  .step-five .buy1 {
    display: none; }
  .buy-icon {
    display: none; }
  .step-five li {
    font-size: 11px;
    padding: 0 10px; }
  .group-one {
    padding: 0 10px; }
  .step-five li {
    font-size: 12px; }
  .group-one span {
    font-size: 12px; }
  .step-two li {
    text-align: center;
    width: 20%;
    border-bottom: 2px solid #e3e3f0; }
  .step-two ul {
    width: 700px; }
  .step-two-tab {
    overflow: auto; }
  .step-two li a {
    padding: 12px 10px;
    min-height: 70px; }
  .choose-stockone {
    width: 100%;
    padding-right: 0; }
  .choose-stockone.choose-stocktwo {
    padding-left: 0;
    width: 100%; }
  .choose-stockone ul {
    margin: 0 0 0 15px; } }

#toc_container .toc_list a {
  font-family: "Source Sans Pro", sans-serif; }

.trading-stocks {
  float: left;
  width: 100%; }

.trading-stocks h3 {
  color: #2a2a2a;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  border-bottom: 1px solid #e3e3f0;
  padding-bottom: 8px; }

.trading-stocks-in {
  float: left;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 10px; }

.stepone {
  height: auto;
  width: 33%;
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  background: #f6f6fa; }

.stepone:nth-child(2) {
  margin: 0 30px; }

.stepone h4 {
  color: #020202;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.12px;
  line-height: 22px;
  text-align: center;
  margin: 0 0 10px; }

.stepone-img {
  float: left;
  width: 100%;
  text-align: center; }

.stepone-img img {
  max-width: 84px;
  width: 80px; }

.stepone-text {
  float: left;
  width: 100%;
  text-align: center; }

.trading-stocks-in .stepone .stepone-text p {
  color: #2a2a2a;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.27px;
  line-height: 20px;
  text-align: center;
  margin: 0 !important; }

.step-component-grid .trading-stocks-in .stepone {
  margin-bottom: 0; }
  .step-component-grid .trading-stocks-in .stepone .stepone-text p {
    margin: 0 0 15px 0 !important; }

.stepone-text a {
  background: #eb9a11;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  padding: 9px 0;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none; }

.trading-stocks-in.trading-stocks-in2 .stepone {
  padding: 0;
  border: none; }

.trading-stocks-in3 {
  float: left;
  width: 100%;
  padding: 10px 10px 30px 10px;
  margin-top: 0;
  background: #f6f6fa; }
  .trading-stocks-in3 .disclaimer {
    text-align: center;
    font-size: 11px;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0 !important; }

.trading-stocks .trading-stocks-in3 {
  padding: 10px 10px 30px 10px; }

.stepone-button {
  float: left;
  width: 100%;
  margin-top: 10px;
  text-align: center; }
  .stepone-button a {
    background: #eb9a11;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    padding: 9px 0;
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    max-width: 300px; }

.terminology-step {
  float: left;
  width: 100%;
  background: #f6f6fa;
  padding: 0 15px 10px; }

.terminology-step p {
  color: #2a2a2a;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 20px;
  margin: 10px 0 0; }

.terminology-step1 {
  float: left;
  width: 100%;
  margin-top: 10px; }

.terminology-inner {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #e3e3f0; }

.step1-img {
  float: left;
  width: 75px;
  height: auto; }

.step1-img img {
  max-width: 100%; }

.step-heading {
  float: left;
  width: 20%;
  margin: 0 30px 0 35px;
  font-family: "Source Sans Pro", sans-serif; }

.step-text {
  float: left;
  width: 90%;
  text-align: left; }

.terminology-inner:last-child {
  border-bottom: none; }

.step-4 .step-text {
  padding-left: 20px; }

.step-4 .step-text p {
  margin: 10px 0 7px; }

.step-4 .step-text a {
  color: #2e88c4;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none; }

.step-five-wrap {
  float: left;
  width: 100%; }

.step-five-wrap h3 {
  color: #2a2a2a;
  font-size: 24px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  margin: 20px 0 10px; }

.step-five {
  float: left;
  width: 100%;
  background: #f6f6fa; }

.step-five ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #e3e3f0;
  float: left;
  width: 100%; }

.step-five li {
  float: left;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0 15px; }

.step-five .sym {
  width: 19%; }

.step-five .name {
  width: 20%; }

.step-five .code {
  width: 10%; }

.step-five .analysis {
  width: 39%; }

.step-five .buy1 {
  width: 12%; }

.group-inner {
  float: left;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #e3e3f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.group-one {
  float: left;
  padding: 0 15px;
  text-align: left; }

.Symbol {
  width: 19%; }

.Symbol img {
  max-width: 100%; }

.name-group {
  width: 20%; }

.group-one span {
  color: #2a2a2a;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.4px;
  line-height: 16px; }

.codex {
  width: 10%; }

.stock {
  width: 39%; }

.group-one img {
  max-width: 100%; }

.buy-icon img {
  max-width: 100%;
  width: 50px; }

.buy-icon {
  width: 12%;
  text-align: center; }

.Symbol img {
  width: 103px; }

.group-one a {
  color: #2e88c4;
  text-decoration: none; }

.step-heading-outer p {
  color: #2a2a2a;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20px;
  margin: 20px 0 5px 0; }

.step-heading-outer h2 {
  font-weight: 600; }

.codex.group-one span {
  font-size: 12px; }

.step-two-wrap {
  float: left;
  width: 100%; }
  .step-two-wrap h3 {
    color: #2a2a2a;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    margin: 20px 0 10px;
    border-bottom: 1px solid #e3e3f0;
    padding-bottom: 10px; }
  .step-two-wrap p {
    color: #2a2a2a;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 20px;
    margin: 10px 0 10px; }

.step-two {
  float: left;
  width: 100%;
  background: #f6f6fa; }
  .step-two ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%; }
  .step-two li {
    float: left;
    color: #2a2a2a;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: center;
    width: 20%;
    min-height: 81px; }

.group-inner1 {
  float: left;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #e3e3f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.group-one1 {
  float: left;
  padding: 0 15px;
  text-align: left; }

.step-two li a {
  color: #2a2a2a;
  text-decoration: none;
  padding: 12px 10px;
  width: 100%;
  display: inline-block;
  text-transform: capitalize; }

.step-two li.current {
  border-bottom: 2px solid #2e88c4; }

.group-out1 {
  float: left;
  width: 100%;
  padding: 20px 20px;
  background: #f6f6fa; }

.tab-content {
  float: left;
  width: 100%; }
  .tab-content h4 {
    color: #2a2a2a;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.14px;
    line-height: 22px;
    margin: 0 0 10px; }

.step-two-wrap .tab-content p {
  color: #2a2a2a;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 20px;
  margin: 0 0 20px; }

.group-out1 .tab-content ul {
  border: none;
  list-style: disc;
  margin-left: 20px;
  width: auto; }

.group-out1 .tab-content li {
  color: #2a2a2a;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 24px;
  margin: 0 0 10px;
  width: 100%;
  text-align: left;
  border: none;
  min-height: auto; }

.group-out1 .tab-content p {
  color: #2a2a2a;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 24px;
  margin: 0 0 20px; }

.group-out1 .tab-content .c-ExchangeIntro--title {
  color: #2A2A2A;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 41px;
  text-align: left;
  margin: 0 0 .5rem 0 !important; }

.group-out1 .tab-content .c-ExchangeIntro-title {
  color: #969595;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10px !important;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 16px;
  text-align: left;
  margin-bottom: 12px;
  display: block;
  text-transform: uppercase;
  word-break: break-all; }

.group-out1 .tab-content .pros--list {
  width: 100%; }

.group-out1 .tab-content .pros--text {
  color: #2A2A2A;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 16px;
  text-align: left;
  list-style-type: none;
  margin-bottom: 13px;
  position: relative; }

.step-two-tab {
  float: left;
  width: 100%;
  background: #fbfbff; }

.step-heading-outer {
  float: left;
  width: 100%;
  margin-top: 0;
  position: relative; }
  .step-heading-outer .toc-toggle {
    border-color: #020202;
    background-color: #ffffff;
    color: #020202;
    font-weight: 500;
    margin-bottom: 10px; }
    .step-heading-outer .toc-toggle span {
      color: #3FD3BB !important;
      font-weight: normal; }
    .step-heading-outer .toc-toggle:hover, .step-heading-outer .toc-toggle:active, .step-heading-outer .toc-toggle:focus {
      border-color: #020202 !important;
      background-color: #ffffff !important;
      color: #020202 !important; }
      .step-heading-outer .toc-toggle:hover span, .step-heading-outer .toc-toggle:active span, .step-heading-outer .toc-toggle:focus span {
        text-decoration: underline !important; }

.choose-stock {
  float: left;
  width: 100%; }

.choose-stockone {
  float: left;
  width: 100%;
  padding-right: 0; }
  .choose-stockone.choose-stocktwo {
    padding-left: 40px;
    padding-right: 0; }
  .choose-stockone h5 {
    color: #2679c9;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0 0 5px;
    font-family: 'Roboto', sans-serif; }
  .choose-stockone #tableofcontent {
    -webkit-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
            column-gap: 0; }
    @media only screen and (min-width: 768px) {
      .choose-stockone #tableofcontent {
        -webkit-column-count: 2;
                column-count: 2;
        -webkit-column-gap: 0;
                column-gap: 0; } }
    .choose-stockone #tableofcontent.toc-collapse {
      height: 0;
      overflow: hidden;
      min-height: 0; }
  .choose-stockone .tableofcontentli li {
    padding: 0 5px 0 20px; }
  .choose-stockone .tableofcontentli a {
    font-weight: 400; }
  .choose-stockone ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .choose-stockone li {
    color: #2679c9;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    padding-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    display: inline-block;
    width: 100%; }
    .choose-stockone li a {
      color: #2679c9;
      text-decoration: none;
      text-transform: capitalize;
      font-weight: 600; }

.step-4 .step-text h3 {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .14px;
  line-height: 22px;
  margin: 0;
  border: none;
  text-align: left;
  padding: 0; }

.step-heading span {
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.14px;
  line-height: 20px;
  margin: 0;
  float: left;
  width: 100%; }

@media only screen and (max-width: 767px) {
  .author_image {
    width: 100%;
    margin-right: 0;
    text-align: center; }
    .author_image img {
      margin: 0;
      width: 100px; }
  .author_des {
    width: 100%;
    text-align: center;
    margin-top: 10px; }
  .author.bio_outer {
    padding: 15px 15px; }
  .fin-author-box {
    padding: 20px !important;
    display: inline-block;
    text-align: center;
    position: relative; }
  .fin-author-box-avatar {
    float: none;
    margin-right: 0;
    display: inline-block;
    margin-top: 40px; }
  .fin-author-box-description {
    float: left;
    width: 100%; }
  .fin-author-box-header {
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    left: 50%;
    top: 15px; }
  .stepone-button a {
    max-width: 100%; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .um-header.no-cover .um-profile-meta {
    width: 77%; }
  .stepone h4 {
    font-size: 15px;
    min-height: 49px; }
  .stepone-text p {
    min-height: 110px; }
  .step-heading {
    width: 30%;
    margin: 0 20px 0 35px; }
  .name-group {
    display: none; }
  .step-five .name {
    display: none; }
  .step-five .analysis {
    width: 50%; }
  .stock {
    width: 50%; }
  .step-five .sym {
    width: 25%; }
  .Symbol {
    width: 25%; }
  .step-five .code {
    width: 12%; }
  .codex {
    width: 12%; } }

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .um-header.no-cover {
    padding: 15px; }
  .trading-stocks-in {
    width: 100%;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .stepone:nth-child(2) {
    margin: 20px 0; }
  .stepone {
    width: 100%; }
  .trading-stocks h3 {
    text-align: center; }
  .stepone-text p {
    min-height: 1px; }
  body .um-header.no-cover .um-profile-meta {
    width: 72%; }
  body .um-header.no-cover .um-profile-photo {
    width: 100px !important; }
  .terminology-inner {
    padding: 10px 0; }
  .step-heading {
    width: 40%;
    margin: 0 20px 0 25px; }
  .name-group {
    display: none; }
  .step-five .name {
    display: none; }
  .step-five .analysis {
    width: 44%; }
  .stock {
    width: 44%; }
  .step-five .sym {
    width: 25%; }
  .Symbol {
    width: 25%; }
  .step-five .code {
    width: 12%; }
  .codex {
    width: 12%; }
  .step-five .buy1 {
    width: 18%; }
  .buy-icon {
    width: 18%; }
  .step-two li {
    text-align: center;
    width: 20%;
    border-bottom: 2px solid #e3e3f0; }
  .step-two ul {
    width: 700px; }
  .step-two-tab {
    overflow: auto; }
  .step-two li a {
    padding: 12px 25px; } }

@media only screen and (min-width: 480px) and (max-width: 639px) {
  .custom_author_info {
    width: 80%; }
  .trading-stocks-in {
    width: 100%;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .stepone:nth-child(2) {
    margin: 20px 0; }
  .stepone {
    width: 100%; }
  .trading-stocks h3 {
    text-align: center; }
  .stepone-text p {
    min-height: 1px; }
  .terminology-inner {
    display: inline-block; }
  .step-text {
    width: 100%;
    text-align: left; }
  .step1-img {
    width: 45px; }
  .step-heading {
    margin: 12px 10px 0 20px;
    width: 70%; }
  body .um-header.no-cover .um-profile-meta {
    width: 100%;
    text-align: center !important; }
  body .um-header.no-cover .um-profile-photo {
    float: none !important;
    width: 80px !important;
    margin: 0 0px 10px 0 !important;
    display: inline-block; }
  .um-header.no-cover {
    padding: 10px;
    text-align: center; }
  .step-4 .step1-img {
    width: 55px; }
  .step-heading {
    margin: 12px 10px 0 20px; }
  .step-4 .terminology-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .name-group {
    display: none; }
  .step-five .name {
    display: none; }
  .step-five .analysis {
    width: 55%; }
  .stock {
    width: 55%; }
  .step-five .sym {
    width: 25%; }
  .Symbol {
    width: 25%; }
  .step-five .code {
    width: 18%; }
  .codex {
    width: 18%; }
  .step-five .buy1 {
    display: none; }
  .buy-icon {
    display: none; }
  .step-five li {
    font-size: 12px; }
  .group-one span {
    font-size: 12px; }
  .step-two li {
    text-align: center;
    width: 20%;
    border-bottom: 2px solid #e3e3f0; }
  .step-two ul {
    width: 700px; }
  .step-two-tab {
    overflow: auto; }
  .step-two li a {
    padding: 12px 25px; }
  .choose-stockone {
    width: 100%;
    padding-right: 0; }
  .choose-stockone.choose-stocktwo {
    padding-left: 0;
    width: 100%; }
  .choose-stockone ul {
    margin: 0 0 0 15px; } }

@media only screen and (max-width: 479px) {
  .custom_author_info {
    width: 80%;
    width: 100%; }
  .trading-stocks-in {
    width: 100%;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .stepone:nth-child(2) {
    margin: 20px 0; }
  .stepone {
    width: 100%; }
  .trading-stocks h3 {
    text-align: center; }
  .stepone-text p {
    min-height: 1px; }
  .terminology-inner {
    display: inline-block; }
  .step-text {
    width: 100%;
    text-align: left; }
  .step1-img {
    width: 45px; }
  .step-heading {
    margin: 12px 10px 0 20px;
    width: 65%; }
  body .um-header.no-cover .um-profile-meta {
    width: 100%;
    text-align: center !important; }
  body .um-header.no-cover .um-profile-photo {
    float: none !important;
    width: 80px !important;
    margin: 0 0px 10px 0 !important;
    display: inline-block; }
  .um-header.no-cover {
    padding: 10px;
    text-align: center; }
  body.gppro-custom .entry-header .entry-meta {
    text-align: center; }
  .author_imag {
    float: none;
    margin-right: 0;
    display: inline-block;
    margin-bottom: 10px; }
  .step-4 .step1-img {
    width: 55px; }
  .step-4 .terminology-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .name-group {
    display: none; }
  .step-five .name {
    display: none; }
  .step-five .analysis {
    width: 55%; }
  .stock {
    width: 55%; }
  .step-five .sym {
    width: 25%; }
  .Symbol {
    width: 25%; }
  .step-five .code {
    width: 20%; }
  .codex {
    width: 20%; }
  .step-five .buy1 {
    display: none; }
  .buy-icon {
    display: none; }
  .step-five li {
    font-size: 11px;
    padding: 0 10px; }
  .group-one {
    padding: 0 10px; }
  .step-five li {
    font-size: 12px; }
  .group-one span {
    font-size: 12px; }
  .step-two li {
    text-align: center;
    width: 20%;
    border-bottom: 2px solid #e3e3f0; }
  .step-two ul {
    width: 700px; }
  .step-two-tab {
    overflow: auto; }
  .step-two li a {
    padding: 12px 10px;
    min-height: 70px; }
  .choose-stockone {
    width: 100%;
    padding-right: 0; }
  .choose-stockone.choose-stocktwo {
    padding-left: 0;
    width: 100%; }
  .choose-stockone ul {
    margin: 0 0 0 15px; } }

.globalBrokerTableShorcodeTitle {
  font-size: 20px !important;
  line-height: 1.85714rem;
  font-weight: 600 !important; }

@media (min-width: 992px) {
  .page-template-default #page-wrapper .container,
  .page-template-default #single-wrapper .container,
  .page-template-template-full #page-wrapper .container,
  .page-template-template-full #single-wrapper .container {
    max-width: 64.28571rem; }
    .page-template-default #page-wrapper .container.containerInSidebar,
    .page-template-default #single-wrapper .container.containerInSidebar,
    .page-template-template-full #page-wrapper .container.containerInSidebar,
    .page-template-template-full #single-wrapper .container.containerInSidebar {
      max-width: 81.42857rem !important; } }

@media (min-width: 1200px) {
  .page-template-default #page-wrapper .container,
  .page-template-default #single-wrapper .container,
  .page-template-template-full #page-wrapper .container,
  .page-template-template-full #single-wrapper .container {
    max-width: 64.28571rem; }
    .page-template-default #page-wrapper .container.containerInSidebar,
    .page-template-default #single-wrapper .container.containerInSidebar,
    .page-template-template-full #page-wrapper .container.containerInSidebar,
    .page-template-template-full #single-wrapper .container.containerInSidebar {
      max-width: 81.42857rem !important; } }

.entry-content p a {
  color: #3FD3BB;
  text-transform: none; }

.entry-content h1 a, .entry-content h2 a, .entry-content h3 a, .entry-content h4 a, .entry-content h5 a, .entry-content h6 a, .entry-content li a {
  text-transform: initial;
  color: #2679C9 !important; }
  .entry-content h1 a:hover, .entry-content h2 a:hover, .entry-content h3 a:hover, .entry-content h4 a:hover, .entry-content h5 a:hover, .entry-content h6 a:hover, .entry-content li a:hover {
    text-decoration: underline !important;
    color: #2679C9 !important; }

.entry-content table tbody td {
  font-size: 17px !important; }

.entry-content p {
  line-height: 25px !important; }

.entry-content ol li, .entry-content ul li {
  font-size: 17px !important; }

.entry-content table {
  width: 100% !important; }

.entry-content .su-list ul li {
  padding: 0 0 20px 2em !important;
  font-size: 17px !important; }

.entry-content .inContentProviderStatic--pros-list li {
  font-size: 17px !important;
  letter-spacing: 0px !important; }

.entry-content .inContentProviderStatic--cons-list li {
  font-size: 17px !important;
  letter-spacing: 0px !important; }

.choose-stockone li {
  font-size: 17px !important; }

.choose-stockone .tableofcontentli li {
  padding: 0 5px 3px 20px !important; }

.choose-stockone .tableofcontentli a {
  font-size: 15px !important; }

.allPageDisclaimerText {
  color: #929292;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.44px;
  line-height: 22px; }
  .allPageDisclaimerText.containerBox-Border {
    padding: 1.57143rem 0;
    border-top: 2px solid #f6f6fa;
    margin-bottom: 2.14286rem; }

.c-AuthorBlock {
  position: relative;
  display: inline-block;
  margin: 0 0 30px 0;
  padding: 0;
  border: 1px solid lightgray;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .c-AuthorBlock {
      margin: 0 0 40px 0; } }

.c-ArticleInfo {
  position: relative;
  padding: 12px 14px;
  margin: 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid lightgray; }
  @media only screen and (min-width: 768px) {
    .c-ArticleInfo {
      display: block;
      float: left; } }
  .c-ArticleInfo p {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.21px;
    line-height: 16px;
    color: #737373;
    margin-bottom: 7px;
    text-transform: capitalize; }
    @media only screen and (min-width: 768px) {
      .c-ArticleInfo p {
        float: left;
        margin-bottom: 0;
        line-height: 24px;
        margin-right: 24px; } }
    .c-ArticleInfo p.c-ArticleInfo--heading {
      color: #020202;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 24px;
      font-weight: 600;
      line-height: 24px;
      margin-bottom: 5px; }
      @media only screen and (min-width: 768px) {
        .c-ArticleInfo p.c-ArticleInfo--heading {
          margin-bottom: 0; } }
    .c-ArticleInfo p.c-ArticleInfo--date {
      margin-bottom: 0; }
    .c-ArticleInfo p a {
      color: #737373; }

.c-AuthorInfo {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 14px; }
  @media only screen and (min-width: 768px) {
    .c-AuthorInfo {
      padding: 14px 16px; } }
  .c-AuthorInfo--image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .c-AuthorInfo--image {
        width: 67px;
        margin-right: 17px;
        float: left; } }
    .c-AuthorInfo--image .avatar {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 15px auto 5px auto;
      float: none;
      width: 67px; }
      @media only screen and (min-width: 768px) {
        .c-AuthorInfo--image .avatar {
          margin: 0;
          float: left; } }
  .c-AuthorInfo--description {
    color: #2A2A2A;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 0px;
    position: relative;
    display: inline; }
    @media only screen and (min-width: 768px) {
      .c-AuthorInfo--description {
        text-align: left;
        display: inline-block;
        float: right;
        width: calc(100% - 84px); } }
    .c-AuthorInfo--description p {
      margin-bottom: 0; }
  .c-AuthorInfo--socialLinks {
    display: inline-block;
    margin-top: 10px; }
    @media screen and (min-width: 769px) and (max-width: 1999px) {
      .c-AuthorInfo--socialLinks {
        float: right;
        width: calc(100% - 84px); } }
    @media screen and (max-width: 768px) {
      .c-AuthorInfo--socialLinks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .c-AuthorInfo--socialLinks span {
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 160.9%;
      letter-spacing: 0.01em;
      color: #969595;
      display: inline-block;
      height: 16px;
      text-transform: uppercase; }
    .c-AuthorInfo--socialLinks a {
      font-size: 18px; }
      .c-AuthorInfo--socialLinks a.aLinkedIN {
        color: #0077B5;
        margin: 0 0 0 8px; }
      .c-AuthorInfo--socialLinks a.aTwitter {
        color: #38A1F3;
        margin: 0 0 0 8px; }

.c-TopAuthorBlock {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid #e3e3f0;
  padding-top: 15px;
  overflow: hidden;
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .c-TopAuthorBlock {
      margin-bottom: 25px; } }
  .c-TopAuthorBlock .c-TopAuthorText p {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.09px;
    line-height: 18px;
    margin: 0;
    text-transform: capitalize;
    color: #737373; }
    @media only screen and (min-width: 768px) {
      .c-TopAuthorBlock .c-TopAuthorText p {
        line-height: 37px;
        margin-right: 11px;
        float: left; } }
    .c-TopAuthorBlock .c-TopAuthorText p span {
      font-weight: normal;
      color: #737373;
      font-size: 12px;
      letter-spacing: 0.09px;
      line-height: 18px; }
      @media only screen and (min-width: 768px) {
        .c-TopAuthorBlock .c-TopAuthorText p span {
          line-height: 37px;
          margin: 0; } }
    .c-TopAuthorBlock .c-TopAuthorText p a {
      color: #737373; }

.entry-header .entry-meta .c-TopAuthorBlock {
  margin-bottom: 0; }

.c-TopAuthorInfo {
  position: relative;
  display: block;
  float: left;
  margin-right: 13px; }
  .c-TopAuthorInfo--image {
    width: 37px;
    height: 37px; }

.fc-row {
  margin-bottom: 1.42857rem;
  clear: both; }
  @media (min-width: 768px) {
    .fc-row {
      margin-bottom: 2.85714rem; } }

.fc-c--section-title {
  font-size: 1.21429rem;
  color: #A5A5A5;
  margin-bottom: 0.71429rem;
  text-transform: uppercase;
  letter-spacing: 0.07143rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  line-height: 1.64286rem; }

.fc-c--link {
  text-transform: capitalize;
  color: #020202; }
  .fc-c--link:hover {
    color: #3FD3BB;
    text-decoration: none; }

@media (max-width: 767.98px) {
  .slick-list {
    padding: 0 20% 0 0; } }

.slick-slide {
  margin: 0 10px;
  height: auto; }

/* the parent */
.slick-list {
  margin: 0 -10px; }

.btn {
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.92857rem; }

.wrapper {
  padding: 0 0 20px; }
  .wrapper .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .wrapper#single-wrapper .container {
    max-width: 81.42857rem; }
  .wrapper#page-wrapper .container {
    max-width: 64.28571rem; }
    .wrapper#page-wrapper .container.containerInSidebar {
      max-width: 81.42857rem !important; }

.c-wrap-border {
  border: 1px solid #d3d3d3;
  padding: 20px; }

.c-wrap-box-shadow {
  border: 1px solid #d3d3d3;
  padding: 20px; }

.row-slider {
  overflow-x: scroll;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.header-box-shadow {
  -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.3); }

.site-main .container:first-child {
  margin-top: 30px; }

.page-last-modified {
  margin-bottom: 0.71429rem; }

.c-NewsMain,
.c-NewsRole,
.c-NewsSlider {
  background-color: #fff; }
  .c-NewsMain--row,
  .c-NewsRole--row,
  .c-NewsSlider--row {
    -ms-flex-line-pack: start;
        align-content: flex-start; }
    @media (min-width: 768px) {
      .c-NewsMain--row,
      .c-NewsRole--row,
      .c-NewsSlider--row {
        -ms-flex-line-pack: unset;
            align-content: unset;
        height: 205px;
        border: 1px solid #F1F1F1; } }
    @media (min-width: 992px) {
      .c-NewsMain--row,
      .c-NewsRole--row,
      .c-NewsSlider--row {
        border: 1px solid #d3d3d3; } }
  .c-NewsMain--info,
  .c-NewsRole--info,
  .c-NewsSlider--info {
    padding: 0.35714rem 0.71429rem 0.71429rem;
    height: 192px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .c-NewsMain--info,
      .c-NewsRole--info,
      .c-NewsSlider--info {
        height: unset;
        width: 420px; } }
  .c-NewsMain--post-image,
  .c-NewsRole--post-image,
  .c-NewsSlider--post-image {
    width: 100%; }
  .c-NewsMain--post-cat,
  .c-NewsRole--post-cat,
  .c-NewsSlider--post-cat {
    height: 16px;
    display: block;
    overflow: hidden;
    margin-bottom: 5px; }
    .c-NewsMain--post-cat a,
    .c-NewsRole--post-cat a,
    .c-NewsSlider--post-cat a {
      color: #3FD3BB;
      text-transform: uppercase;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 0.85714rem;
      font-weight: bold;
      letter-spacing: 0.03571rem;
      line-height: 1.14286rem; }
  .c-NewsMain--post-title,
  .c-NewsRole--post-title,
  .c-NewsSlider--post-title {
    font-size: 1.42857rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    letter-spacing: 0.00929rem;
    line-height: 1.78571rem;
    color: #2A2A2A; }
  .c-NewsMain--post-text,
  .c-NewsRole--post-text,
  .c-NewsSlider--post-text {
    color: #2A2A2A;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.42857rem; }
    .c-NewsMain--post-text .fin-excerpt,
    .c-NewsRole--post-text .fin-excerpt,
    .c-NewsSlider--post-text .fin-excerpt {
      height: 58px;
      overflow-y: hidden; }
    .c-NewsMain--post-text .read-more-link,
    .c-NewsRole--post-text .read-more-link,
    .c-NewsSlider--post-text .read-more-link {
      color: #020202; }
      .c-NewsMain--post-text .read-more-link:hover,
      .c-NewsRole--post-text .read-more-link:hover,
      .c-NewsSlider--post-text .read-more-link:hover {
        color: #3FD3BB; }
  .c-NewsMain--post-date,
  .c-NewsRole--post-date,
  .c-NewsSlider--post-date {
    color: #969595;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 10px;
    font-weight: normal;
    height: 14px;
    letter-spacing: 1.5px;
    line-height: 14px;
    text-transform: uppercase;
    position: absolute;
    bottom: 5px;
    left: 10px; }
  @media (min-width: 768px) {
    .c-NewsMain--info,
    .c-NewsRole--info,
    .c-NewsSlider--info {
      padding: 0 0.71429rem 0.71429rem 0.71429rem; }
    .c-NewsMain--post-title,
    .c-NewsRole--post-title,
    .c-NewsSlider--post-title {
      font-size: 1.42857rem; }
    .c-NewsMain--post-text,
    .c-NewsRole--post-text,
    .c-NewsSlider--post-text {
      font-size: 1.07143rem; } }
  @media (min-width: 992px) {
    .c-NewsMain--info,
    .c-NewsRole--info,
    .c-NewsSlider--info {
      padding: 0 0.71429rem 0 0.71429rem; }
    .c-NewsMain--post-text,
    .c-NewsRole--post-text,
    .c-NewsSlider--post-text {
      line-height: 1.42857rem;
      margin-bottom: 0.71429rem; } }

.c-NewsMain--column .c-NewsMain--wrap {
  margin-bottom: 1.42857rem; }

@media (min-width: 992px) {
  .c-NewsMain--column:nth-last-child(1) .c-NewsMain--wrap, .c-NewsMain--column:nth-last-child(2) .c-NewsMain--wrap {
    margin-bottom: 0; } }

.c-NewsMain--column:nth-child(odd):last-child {
  margin-bottom: 0 !important; }

.c-NewsMain--column:nth-child(odd) .c-NewsMain--wrap {
  margin-right: 0; }
  @media (min-width: 992px) {
    .c-NewsMain--column:nth-child(odd) .c-NewsMain--wrap {
      margin-right: 2.14286rem; } }

@media (min-width: 992px) {
  .c-NewsMain--wrap {
    max-width: 540px; } }

.c-NewsMain-Latest {
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(41, 41, 41, 0.1);
          box-shadow: 0px 0px 4px 0px rgba(41, 41, 41, 0.1);
  border: none;
  padding: 0;
  height: 360px; }
  @media (min-width: 768px) {
    .c-NewsMain-Latest {
      height: unset;
      -webkit-box-shadow: none;
              box-shadow: none; } }
  .c-NewsMain-Latest .c-NewsMain--post-title {
    overflow-y: hidden;
    text-overflow: ellipsis;
    height: 44px; }
    @media (min-width: 768px) {
      .c-NewsMain-Latest .c-NewsMain--post-title {
        height: 50px; } }
    @media (min-width: 992px) {
      .c-NewsMain-Latest .c-NewsMain--post-title {
        height: 75px; } }
  .c-NewsMain-Latest .fc-c--link {
    display: block;
    width: 100%;
    height: 100%;
    color: #2A2A2A;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px; }
  @media (min-width: 768px) {
    .c-NewsMain-Latest--image-container {
      max-width: 270.5px; } }
  .c-NewsMain-Latest--post-image {
    display: block;
    width: 100%;
    height: 168px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .c-NewsMain-Latest--post-image {
        height: 100%;
        min-height: 14.28571rem; } }

.c-NewsSlider {
  background-color: transparent; }
  .c-NewsSlider--info {
    padding: 0 0.71429rem 0.71429rem 0.71429rem; }
  .c-NewsSlider .fc-c--link {
    color: #2A2A2A;
    font-size: 1.07143rem;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 20px;
    font-family: "Source Sans Pro", sans-serif; }
  .c-NewsSlider--post-text h4 {
    font-size: 1.07143rem;
    margin-bottom: 0;
    font-family: "Source Sans Pro", sans-serif; }
  .c-NewsSlider--post-image {
    width: 100%;
    height: 9.07143rem;
    background-size: cover;
    background-position: center; }
  .c-NewsSlider--post-date {
    position: absolute;
    bottom: 0.35714rem; }
  .c-NewsSlider .fc-post-slider {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 10px 0; }
    .c-NewsSlider .fc-post-slider > .col {
      float: none;
      display: inline-block;
      white-space: normal;
      max-width: 230px;
      height: 248px;
      -webkit-box-shadow: 0 0 4px 0 rgba(41, 41, 41, 0.1);
              box-shadow: 0 0 4px 0 rgba(41, 41, 41, 0.1);
      padding-right: 0;
      padding-left: 0;
      margin-left: 15px;
      margin-right: 15px;
      background-color: #ffffff; }
      @media (min-width: 768px) {
        .c-NewsSlider .fc-post-slider > .col {
          max-width: 255px;
          width: 255px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 255px;
                  flex: 0 0 255px;
          border: 1px solid #f1f1f1;
          -webkit-box-shadow: none;
                  box-shadow: none; } }
      @media (min-width: 992px) {
        .c-NewsSlider .fc-post-slider > .col {
          border: 1px solid lightgray; } }
      .c-NewsSlider .fc-post-slider > .col .c-NewsSlider--post-date {
        left: 10px; }
      .c-NewsSlider .fc-post-slider > .col .c-NewsSlider--info {
        background-color: #fff;
        height: auto;
        width: auto;
        border: none; }
        @media (min-width: 768px) {
          .c-NewsSlider .fc-post-slider > .col .c-NewsSlider--info {
            height: auto;
            min-height: unset;
            max-height: unset;
            overflow-y: hidden; } }
        .c-NewsSlider .fc-post-slider > .col .c-NewsSlider--info--post-cat {
          height: 21px;
          display: block;
          overflow-y: hidden; }

.c-NewsRole {
  background: transparent; }
  .c-NewsRole--info {
    background-color: #ffffff;
    margin-bottom: 1.42857rem;
    padding: 0.71429rem;
    -webkit-box-shadow: 0 0 4px 0 rgba(41, 41, 41, 0.1);
            box-shadow: 0 0 4px 0 rgba(41, 41, 41, 0.1);
    position: relative; }
    @media (min-width: 768px) {
      .c-NewsRole--info {
        -webkit-box-shadow: none;
                box-shadow: none;
        border: 1px solid #F1F1F1; } }
    @media (min-width: 992px) {
      .c-NewsRole--info {
        border: 1px solid #d3d3d3; } }
  .c-NewsRole--post-text {
    font-family: "Source Sans Pro", sans-serif; }

.c-LinkList {
  background-color: #ffffff;
  padding: 1.42857rem 0; }
  .c-LinkList--section-title {
    font-size: 1.71429rem;
    padding: 0 1.07143rem;
    margin-bottom: 1.07143rem; }
  .c-LinkList--section-text {
    font-size: 1.07143rem;
    padding: 0 1.07143rem;
    margin-bottom: 0.35714rem; }
  .c-LinkList--list {
    list-style: none;
    width: 100%;
    padding: 0 1.07143rem;
    margin-bottom: 0.35714rem; }
    .c-LinkList--list-item {
      border-bottom: 1px solid #e3e3f0; }
      .c-LinkList--list-item:last-of-type {
        border-bottom: 0; }
      .c-LinkList--list-item--link {
        padding: 0.71429rem 0;
        font-family: "Source Sans Pro", sans-serif;
        display: block;
        position: relative;
        font-size: 0.85714rem; }
        .c-LinkList--list-item--link:hover {
          text-decoration: none; }
        .c-LinkList--list-item--link:after {
          content: '\f107';
          font-family: fontawesome;
          position: absolute;
          right: 0;
          top: 0.78571rem;
          font-size: 1.28571rem;
          height: 1rem;
          width: 1rem;
          text-align: center;
          line-height: 1rem;
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
      .c-LinkList--list-item--image {
        width: 1.71429rem;
        margin-right: 0.71429rem; }

.c-Faq--accordion .card {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(41, 41, 41, 0.1);
          box-shadow: 0px 0px 4px 0px rgba(41, 41, 41, 0.1);
  border: none;
  margin-bottom: 0.71429rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  .c-Faq--accordion .card .card-header {
    padding: 0;
    position: relative;
    background-color: #fff; }
    .c-Faq--accordion .card .card-header .btn-link {
      text-align: left;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 0.85714rem;
      font-weight: 500;
      padding: 1.07143rem 2.85714rem 1.07143rem 1.07143rem;
      letter-spacing: 1.16px;
      line-height: 17px;
      width: 100%;
      text-transform: unset !important; }
    .c-Faq--accordion .card .card-header .icon-container {
      width: 3.57143rem;
      display: inline-block;
      vertical-align: top;
      position: absolute;
      top: 2rem;
      right: 0;
      cursor: pointer; }
      .c-Faq--accordion .card .card-header .icon-container .closed .vertical {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      .c-Faq--accordion .card .card-header .icon-container .closed .horizontal {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        opacity: 1; }
      .c-Faq--accordion .card .card-header .icon-container .opened {
        opacity: 1; }
        .c-Faq--accordion .card .card-header .icon-container .opened .vertical {
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
        .c-Faq--accordion .card .card-header .icon-container .opened .horizontal {
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
          opacity: 0; }
      .c-Faq--accordion .card .card-header .icon-container .circle-plus {
        font-size: 1em;
        opacity: 1; }
      .c-Faq--accordion .card .card-header .icon-container .circle-plus .circle {
        position: relative;
        width: 100%; }
        .c-Faq--accordion .card .card-header .icon-container .circle-plus .circle .horizontal {
          position: absolute;
          background-color: #020202;
          width: 1.07143rem;
          height: 0.14286rem;
          left: 50%;
          margin-left: -0.42857rem;
          top: 50%;
          margin-top: -0.17857rem; }
        .c-Faq--accordion .card .card-header .icon-container .circle-plus .circle .vertical {
          position: absolute;
          background-color: #020202;
          width: 0.14286rem;
          height: 1.07143rem;
          left: 50%;
          margin-left: 0;
          top: 50%;
          margin-top: -0.64286rem; }
  .c-Faq--accordion .card .card-body {
    background-color: #fff;
    font-size: 1.07143rem;
    line-height: 1.42857rem; }

@media (min-width: 768px) {
  .c-Faq--accordion .card .card-header .btn-link {
    padding: 1.42857rem 2.85714rem 1.42857rem 1.07143rem; }
  .c-Faq--accordion .card .card-body {
    padding: 1.42857rem 2.14286rem 1.42857rem 1.07143rem; } }

.c-CtaFeature {
  background-color: #ffffff;
  padding: 1.07143rem 1.21429rem 1.78571rem; }
  .c-CtaFeature--title {
    font-size: 1.42857rem; }
  .c-CtaFeature--date {
    font-size: 0.71429rem;
    letter-spacing: 0.03571rem;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    margin-bottom: 0.35714rem;
    color: #969595; }
  .c-CtaFeature--image {
    width: 100%;
    margin-bottom: 1.42857rem; }
  .c-CtaFeature--text {
    font-size: 1.07143rem;
    margin-bottom: 1.42857rem; }
  @media (min-width: 768px) {
    .c-CtaFeature--title {
      font-size: 1.71429rem;
      line-height: 2.14286rem;
      margin-bottom: 1.07143rem; }
    .c-CtaFeature--date {
      margin: 0.78571rem 0 0.92857rem; } }

.c-advertBanner--image {
  width: 100%; }

.c-signUp {
  background-color: #fff;
  border: 1px solid #F1F1F1; }
  @media (min-width: 992px) {
    .c-signUp {
      border: 1px solid #d3d3d3; } }
  .c-signUp--title {
    background: #D2F7F7;
    color: #2A2A2A;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 0.57143rem 1.78571rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 1.42857rem; }
  .c-signUp--image {
    max-width: 100%; }
    @media (min-width: 768px) {
      .c-signUp--image {
        height: 96px; } }
    @media (min-width: 992px) {
      .c-signUp--image {
        max-width: 70%; } }
    .c-signUp--image-container {
      text-align: right;
      margin-bottom: 1.42857rem; }
      @media (min-width: 768px) {
        .c-signUp--image-container {
          text-align: left; } }
      @media (min-width: 992px) {
        .c-signUp--image-container {
          text-align: right; } }
  .c-signUp--text {
    color: #2A2A2A;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    max-width: 350px; }
  .c-signUp--form {
    padding: 0 1.78571rem;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .c-signUp--form {
        margin-top: 0; } }
    .c-signUp--form .form-group {
      width: 100%; }
      .c-signUp--form .form-group input {
        width: 100%;
        width: 100%;
        height: 2.71429rem;
        border-radius: 0.21429rem;
        border: 1px solid #CCCCCC;
        font-family: "Source Sans Pro", sans-serif;
        padding: 0.71429rem;
        color: #A1A1A1;
        font-size: 14px;
        font-weight: normal;
        line-height: 21px; }
      .c-signUp--form .form-group .form-submit {
        width: 100%;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 0.92857rem;
        height: 2.71429rem;
        padding: 0.64286rem;
        text-transform: uppercase;
        position: relative;
        font-weight: 800;
        text-align: center;
        border: none; }
        .c-signUp--form .form-group .form-submit.loading, .c-signUp--form .form-group .form-submit.success {
          opacity: 1; }
          .c-signUp--form .form-group .form-submit.loading:before, .c-signUp--form .form-group .form-submit.success:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #3FD3BB;
            background-image: url("../inc/Images/loading-spinner.svg");
            background-size: 2.5rem 2.5rem;
            background-repeat: no-repeat;
            background-position: center; }
      .c-signUp--form .form-group .val-form-error {
        font-size: 0.85714rem;
        font-family: "Source Sans Pro", sans-serif;
        color: #D3000D; }
      .c-signUp--form .form-group.vaild input {
        border: 1px solid #55A200; }
      .c-signUp--form .form-group.error input {
        border: 1px solid #D3000D; }
  .c-signUp .disclaimer {
    font-size: 0.71429rem;
    color: #9B9BA6;
    font-family: "Source Sans Pro", sans-serif;
    letter-spacing: 0.33px;
    line-height: 13px;
    text-align: left;
    font-weight: 500;
    margin: 0;
    padding: 0 0 0.71429rem 0; }
  .c-signUp--successMessage {
    text-align: left;
    padding: 0 2.14286rem 0 3.92857rem;
    display: none;
    font-family: 'Source Serif Pro', serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.27px;
    line-height: 20px; }
    .c-signUp--successMessage:before {
      content: '\f00c';
      font-family: 'FontAwesome';
      font-size: 1.71429rem;
      position: absolute;
      left: 1.42857rem;
      color: #55A200; }
  @media (min-width: 768px) {
    .c-signUp--text {
      font-size: 1.42857rem;
      line-height: 25px;
      margin-right: 0; } }

.c-fullWidthImage--image {
  width: 100%;
  height: auto;
  display: block; }

.c-ImageTextBlock--image {
  width: 100%;
  height: auto;
  display: block; }

.call-outs {
  padding-left: 15px;
  height: auto; }
  .call-outs--co-green {
    color: #55a200; }
  .call-outs--co-red {
    color: #d3000d; }
  .call-outs--co-blue {
    color: #579FCF; }

.co-title {
  border-left: 5px solid #000000; }

.co-danger {
  border-left: 5px solid #FF0000; }

.co-warning {
  border-left: 5px solid #F9A038; }

.co-primary {
  border-left: 5px solid #007CB3; }

.co-info {
  border-left: 5px solid #6CB2E2; }

.co-green {
  border-left: 5px solid #55a200; }

.co-red {
  border-left: 5px solid #d3000d; }

.co-blue {
  border-left: 5px solid #579FCF; }

.call-outs.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  padding-left: 0; }

.c-Accordion--accordion .card {
  border: 0;
  margin-bottom: 0.71429rem; }
  .c-Accordion--accordion .card .card-header {
    padding: 0;
    border: 0;
    position: relative;
    background-color: #ffffff; }
    .c-Accordion--accordion .card .card-header .btn-link {
      text-align: left;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 0.85714rem;
      font-weight: 500;
      padding: 1.07143rem 2.85714rem 1.07143rem 1.07143rem;
      width: 100%; }
    .c-Accordion--accordion .card .card-header .icon-container {
      width: 3.57143rem;
      display: inline-block;
      vertical-align: top;
      position: absolute;
      top: 2rem;
      right: 0;
      cursor: pointer; }
      .c-Accordion--accordion .card .card-header .icon-container .closed .vertical {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      .c-Accordion--accordion .card .card-header .icon-container .closed .horizontal {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        opacity: 1; }
      .c-Accordion--accordion .card .card-header .icon-container .opened {
        opacity: 1; }
        .c-Accordion--accordion .card .card-header .icon-container .opened .vertical {
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
        .c-Accordion--accordion .card .card-header .icon-container .opened .horizontal {
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
          opacity: 0; }
      .c-Accordion--accordion .card .card-header .icon-container .circle-plus {
        font-size: 1em;
        opacity: 1; }
      .c-Accordion--accordion .card .card-header .icon-container .circle-plus .circle {
        position: relative;
        width: 100%; }
        .c-Accordion--accordion .card .card-header .icon-container .circle-plus .circle .horizontal {
          position: absolute;
          background-color: #020202;
          width: 1.07143rem;
          height: 0.14286rem;
          left: 50%;
          margin-left: -0.42857rem;
          top: 50%;
          margin-top: -0.17857rem; }
        .c-Accordion--accordion .card .card-header .icon-container .circle-plus .circle .vertical {
          position: absolute;
          background-color: #020202;
          width: 0.14286rem;
          height: 1.07143rem;
          left: 50%;
          margin-left: 0;
          top: 50%;
          margin-top: -0.64286rem; }
  .c-Accordion--accordion .card .card-body {
    background-color: #ffffff;
    font-size: 1.07143rem;
    line-height: 1.42857rem;
    border-top: 2px solid #3FD3BB; }

@media (min-width: 768px) {
  .c-Accordion--accordion .card .card-header .btn-link {
    padding: 1.42857rem 2.85714rem 1.42857rem 1.07143rem; }
  .c-Accordion--accordion .card .card-body {
    padding: 1.42857rem 2.14286rem 1.42857rem 1.07143rem; } }

.divider-holder {
  width: 100%;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto; }

.divider {
  position: absolute;
  width: 100%;
  height: 1px;
  z-index: 0;
  top: 21px; }
  .divider.black {
    border-bottom: 1px solid #2A2A2A; }
  .divider.red {
    border-bottom: 1px solid #D3000D; }
  .divider.yellow {
    border-bottom: 1px solid #EB9A11; }
  .divider.blue {
    border-bottom: 1px solid #579FCF; }
  .divider.darkblue {
    border-bottom: 1px solid #2979AF; }
  .divider.green {
    border-bottom: 1px solid #55A200; }

.divider-circle {
  background-color: #FFFFFF;
  border-radius: 44px;
  width: 44px;
  height: 44px;
  z-index: 1; }

.circle-bg {
  width: 19px;
  height: 19px;
  border-radius: 19px;
  position: relative;
  margin: 11px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .circle-bg:before {
    color: #ffffff; }
  .circle-bg.circle-yellow {
    background-color: #2A2A2A; }
  .circle-bg.circle-red {
    background-color: #D3000D; }
  .circle-bg.circle-yellow {
    background-color: #EB9A11; }
  .circle-bg.circle-blue {
    background-color: #579FCF; }
  .circle-bg.circle-darkblue {
    background-color: #2979AF; }
  .circle-bg.circle-green {
    background-color: #55A200; }

.circleBorder-black {
  border: 1px solid #2A2A2A; }

.circleBorder-red {
  border: 1px solid #D3000D; }

.circleBorder-yellow {
  border: 1px solid #EB9A11; }

.circleBorder-blue {
  border: 1px solid #579FCF; }

.circleBorder-darkblue {
  border: 1px solid #2979AF; }

.circleBorder-green {
  border: 1px solid #55A200; }

.contentTags-holder {
  position: relative;
  display: block;
  margin: 20px 0; }

.contentTags-item {
  position: relative;
  display: inline-block;
  float: left;
  background-color: #E3E3F0;
  margin-right: 10px;
  padding: 0 5px;
  color: #2A2A2A;
  font-family: Oswald;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.09px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase; }

.bannerAdInserter--holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 20px; }

@media only screen and (min-width: 320px) and (max-width: 1099px) {
  .sidebar-area .bannerAdInserter--holder, #right-sidebar .bannerAdInserter--holder {
    display: none; } }

@media only screen and (min-width: 1100px) {
  .sidebar-area .bannerAdInserter--holder, #right-sidebar .bannerAdInserter--holder {
    background-color: #f6f6fa;
    padding: 20px; } }

.c-blacklistContainer {
  border: 2px solid #d3000d;
  background-color: #f6f6fa;
  padding: 10px 20px; }

.warning--heading {
  color: #d3000d;
  font-family: Oswald;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.14px;
  line-height: 24px;
  padding-left: 25px;
  position: relative; }
  .warning--heading:before {
    content: '';
    background-image: url("../inc/Images/warning.png");
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 2px; }

.warning---text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.27px;
  line-height: 20px;
  font-family: "Source Sans Pro", sans-serif; }

.warning--button-link {
  border-radius: 3px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 !important;
  height: 36px;
  width: 222px;
  line-height: 36px; }

.widget .top-brokers-container {
  margin-bottom: 2.14286rem; }

.top-brokers-container {
  width: 100%; }
  .top-brokers-container .row {
    padding-top: 1.07143rem;
    padding-bottom: 1.07143rem;
    border-bottom: 1px solid #E3E3F0; }
    .top-brokers-container .row.small-text-row {
      padding-bottom: 0.35714rem; }
  .top-brokers-container .broker-count {
    background-color: #3FD3BB;
    color: #ffffff;
    padding: 0.14286rem 0.28571rem;
    border-radius: 71.42857rem;
    text-align: center;
    width: 1.78571rem;
    margin-top: 1.78571rem; }
  .top-brokers-container .btn-ghost {
    padding: 0.78571rem 0.85714rem;
    margin-top: 1.14286rem; }
  .top-brokers-container img {
    max-width: 9.78571rem; }
  .top-brokers-container .small-text p {
    font-size: 0.71429rem;
    color: #9b9ba6;
    margin: 0.35714rem 0 0; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .top-brokers-container .btn-ghost {
    width: 14.78571rem; }
  .top-brokers-container img {
    max-width: 100%; } }

@media (min-width: 1200px) {
  .top-brokers-container .btn-ghost {
    padding: 0.78571rem 1.57143rem;
    margin-top: 1.14286rem; } }

.c-CryptoCurrencyConverter {
  background-color: #f6f6fa; }
  .c-CryptoCurrencyConverter--title {
    position: relative;
    height: 33px; }
    .c-CryptoCurrencyConverter--title span {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      padding: 5px 20px 3px 15px;
      color: #efc990;
      font-family: "Source Sans Pro", sans-serif;
      background-color: #2A2A2A;
      font-size: 16px;
      font-weight: 400; }
  .c-CryptoCurrencyConverter--form {
    padding: 10px 20px;
    text-align: center; }
    @media (min-width: 768px) {
      .c-CryptoCurrencyConverter--form {
        padding: 10px 40px; } }
    .c-CryptoCurrencyConverter--form--error {
      color: #D3000D;
      text-align: center;
      display: block;
      margin-top: 10px; }
      @media (min-width: 768px) {
        .c-CryptoCurrencyConverter--form--error {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-top: 0; } }
    .c-CryptoCurrencyConverter--form--calculator {
      padding-top: 20px;
      display: block;
      text-align: center; }
      @media (min-width: 768px) {
        .c-CryptoCurrencyConverter--form--calculator {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: space-evenly;
              -ms-flex-pack: space-evenly;
                  justify-content: space-evenly;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-line-pack: center;
              align-content: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .c-CryptoCurrencyConverter--form--calculator--equalSign {
        margin: 5px 20px; }
        .c-CryptoCurrencyConverter--form--calculator--equalSign i {
          color: #969595;
          font-size: 20px;
          line-height: unset; }
      .c-CryptoCurrencyConverter--form--calculator--selectWrap {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-line-pack: center;
            align-content: center;
        border-radius: 3px;
        border: 1px solid #e2e2e2;
        background-color: #ffffff;
        max-width: 250px;
        height: 36px;
        margin: auto; }
        .c-CryptoCurrencyConverter--form--calculator--selectWrap:nth-child(2) {
          -webkit-box-pack: initial;
              -ms-flex-pack: initial;
                  justify-content: initial; }
          .c-CryptoCurrencyConverter--form--calculator--selectWrap:nth-child(2) select {
            margin-right: 20px; }
        @media (min-width: 768px) {
          .c-CryptoCurrencyConverter--form--calculator--selectWrap {
            margin: 0;
            width: 160px; } }
        .c-CryptoCurrencyConverter--form--calculator--selectWrap input[type=number] {
          max-width: none;
          width: auto;
          background: transparent;
          border: none;
          padding-left: 10px;
          font-family: "Source Sans Pro", sans-serif;
          font-size: 18px;
          font-weight: 400;
          letter-spacing: 0.15px;
          line-height: 24px; }
          .c-CryptoCurrencyConverter--form--calculator--selectWrap input[type=number]:focus {
            outline: none; }
          @media (min-width: 768px) {
            .c-CryptoCurrencyConverter--form--calculator--selectWrap input[type=number] {
              max-width: none; } }
          @media (min-width: 992px) {
            .c-CryptoCurrencyConverter--form--calculator--selectWrap input[type=number] {
              max-width: none; } }
        .c-CryptoCurrencyConverter--form--calculator--selectWrap-select {
          position: relative; }
          .c-CryptoCurrencyConverter--form--calculator--selectWrap-select select {
            display: none; }
            .c-CryptoCurrencyConverter--form--calculator--selectWrap-select select.js-crypto-currency-select {
              margin-right: 20px; }
            .c-CryptoCurrencyConverter--form--calculator--selectWrap-select select:focus {
              outline: none; }
      .c-CryptoCurrencyConverter--form--calculator--cta {
        margin-top: 20px; }
        @media (min-width: 768px) {
          .c-CryptoCurrencyConverter--form--calculator--cta {
            margin-left: 20px;
            margin-top: 0; } }
  .c-CryptoCurrencyConverter--info {
    padding-top: 20px;
    text-align: left; }
    .c-CryptoCurrencyConverter--info h2 {
      color: #969595;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 10px !important;
      font-weight: 400;
      letter-spacing: 1.5px;
      line-height: 16px !important;
      text-transform: uppercase; }
    .c-CryptoCurrencyConverter--info p {
      color: #020202;
      font-family: Georgia;
      font-size: 12px;
      letter-spacing: 0.21px;
      line-height: 16px; }

.post-steps--container-inner {
  background-color: #ffffff;
  padding: 1.07143rem 0.57143rem;
  margin-bottom: 1.42857rem; }

.post-steps--title {
  font-size: 1.28571rem !important; }

.post-steps--description {
  color: #969595; }

.post-steps .partner-button {
  padding: 0.5rem 0.71429rem;
  width: 100%; }

@media (min-width: 768px) {
  .post-steps--container {
    background-color: #ffffff; }
    .post-steps--container-inner {
      margin-bottom: 0;
      height: 100%;
      position: relative;
      padding: 1.07143rem 0.57143rem 3.21429rem; }
  .post-steps--image {
    max-width: 5.71429rem;
    max-height: 5rem;
    margin-bottom: 0.71429rem; }
  .post-steps .partner-button {
    width: 90%;
    position: absolute;
    left: 50%;
    bottom: 1.07143rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

.trading-stocks {
  float: left;
  width: 100%; }
  .trading-stocks h3 {
    color: #2a2a2a;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    border-bottom: 1px solid #e3e3f0;
    padding-bottom: 8px; }

.allPageDisclaimerText.containerBox-Border {
  float: left; }

.trading-stocks-in {
  float: left;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px; }

.stepone {
  border: 1px solid lightgray;
  height: auto;
  width: 33%;
  display: inline-block;
  padding: 10px;
  vertical-align: top; }
  .stepone:nth-child(2) {
    margin: 0 30px; }
  .stepone h4 {
    color: #020202;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.12px;
    line-height: 22px;
    text-align: center;
    margin: 0 0 10px; }

.stepone-img {
  float: left;
  width: 100%;
  text-align: center; }
  .stepone-img img {
    max-width: 84px;
    width: 80px; }

.stepone-text {
  float: left;
  width: 100%;
  text-align: center; }
  .stepone-text p {
    color: #2a2a2a;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.27px;
    line-height: 20px;
    text-align: center;
    margin: 20px 0 30px;
    min-height: 81px; }
  .stepone-text a {
    background: #3fd3bb;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    padding: 9px 0;
    color: white;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none; }
  .trading-stocks-in.trading-stocks-in2 {
    padding: 0;
    border: none; }

.trading-stocks-in3 {
  border: 1px solid #d3d3d3;
  float: left;
  width: 100%;
  padding: 10px;
  margin-top: 20px; }

.stepone-button {
  float: left;
  width: 100%;
  margin-top: 10px;
  text-align: center; }
  .stepone-button a {
    background: #3fd3bb;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    padding: 9px 0;
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    max-width: 300px; }

.terminology-step {
  float: left;
  width: 100%;
  background: #f6f6fa;
  padding: 0 15px 10px; }
  .terminology-step h3 {
    color: #2a2a2a;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    padding: 26px 0;
    margin: 0;
    border-bottom: 1px solid #e3e3f0; }
  .terminology-step p {
    color: #2a2a2a;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 20px;
    margin: 10px 0 0; }

.terminology-step1 {
  float: left;
  width: 100%;
  margin-top: 10px; }

.terminology-inner {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #e3e3f0; }

.step1-img {
  float: left;
  width: 75px;
  height: auto; }
  .step1-img img {
    max-width: 100%; }

.step-heading {
  float: left;
  width: 20%;
  margin: 0 30px 0 35px; }
  .step-heading h4 {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.14px;
    line-height: 22px;
    margin: 0; }

.step-text {
  float: left;
  width: 90%;
  text-align: left; }

.step-4 .step-text {
  padding-left: 20px; }
  .step-4 .step-text p {
    margin: 10px 0 7px; }
  .step-4 .step-text a {
    color: #2679c9;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none; }
  .step-4 .step-text h4 {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.14px;
    line-height: 22px;
    margin: 0; }

/*step-five*/
.step-five-wrap {
  float: left;
  width: 100%; }
  .step-five-wrap h3 {
    color: #2a2a2a;
    font-size: 24px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin: 20px 0 10px; }

.step-five {
  float: left;
  width: 100%;
  background: #f6f6fa; }
  .step-five ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #e3e3f0;
    float: left;
    width: 100%; }
    .step-five ul li {
      float: left;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.4px;
      line-height: 40px;
      text-transform: uppercase;
      padding: 0 15px; }
  .step-five .sym {
    width: 19%; }
  .step-five .name {
    width: 20%; }
  .step-five .code {
    width: 10%; }
  .step-five .analysis {
    width: 39%; }
  .step-five .buy1 {
    width: 12%; }

.group-inner {
  float: left;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #e3e3f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.group-one {
  float: left;
  padding: 0 15px;
  text-align: left; }

.Symbol {
  width: 19%; }
  .Symbol img {
    max-width: 100%;
    width: 103px; }

.name-group {
  width: 20%; }

.group-one span {
  color: #2a2a2a;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.4px;
  line-height: 16px; }

.codex {
  width: 10%; }
  .codex .group-one span {
    font-size: 12px; }

.stock {
  width: 39%; }

.group-one img {
  max-width: 100%; }

.group-one a {
  color: #2e88c4;
  text-decoration: none; }

.buy-icon {
  width: 12%;
  text-align: center; }
  .buy-icon img {
    max-width: 100%;
    width: 50px; }

/*step-five-end*/
.entry-content h3 {
  color: #2a2a2a;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 0;
  width: 100%;
  padding-bottom: 10px; }

.entry-content p {
  color: #2a2a2a;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 20px; }

/*step-2*/
.step-two-wrap {
  float: left;
  width: 100%; }
  .step-two-wrap h3 {
    color: #2a2a2a;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    margin: 20px 0 10px;
    border-bottom: 1px solid #e3e3f0;
    padding-bottom: 10px; }
  .step-two-wrap p {
    color: #2a2a2a;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 20px;
    margin: 10px 0 10px; }

.step-two {
  float: left;
  width: 100%;
  border: 1px solid lightgray; }
  .step-two ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #e3e3f0;
    float: left;
    width: 100%;
    border-left: 1px solid #e3e3f0;
    border-right: 1px solid #e3e3f0; }
  .step-two li {
    float: left;
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 15px;
    text-align: center;
    width: 20%; }

.group-inner1 {
  float: left;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #e3e3f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.group-one1 {
  float: left;
  padding: 0 15px;
  text-align: left; }

.step-two li a {
  color: #2a2a2a;
  text-decoration: none;
  padding: 18px 10px;
  width: 100%;
  display: inline-block; }

.step-two li.current {
  border-bottom: 2px solid #3fd3bb; }

.group-out1 {
  float: left;
  width: 100%;
  padding: 30px; }

.tab-content {
  float: left;
  width: 100%; }
  .tab-content h4 {
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.14px;
    line-height: 22px;
    margin: 0 0 10px; }

.step-two-wrap .tab-content p {
  color: #2a2a2a;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 20px;
  margin: 0 0 20px; }

.group-out1 .tab-content ul {
  border: none;
  list-style: disc;
  margin-left: 20px;
  width: auto; }

.group-out1 .tab-content li {
  color: #2a2a2a;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.27px;
  line-height: 28px;
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 8px;
  border: none; }

.step-two-tab {
  float: left;
  width: 100%; }

.tab-content p {
  color: #2a2a2a;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 20px; }

.group-out1 .tab-content ul {
  border: none;
  list-style: disc;
  margin-left: 30px;
  width: auto; }

/*step-2-end*/
/*28-number*/
.choose-stock {
  float: left;
  width: 100%; }

.c-topTenExchangeList--wrap {
  padding: 10px;
  background-color: #f6f6fa;
  font-family: "Source Sans Pro", sans-serif; }
  .c-topTenExchangeList--wrap h2 {
    color: #020202;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px; }
  .c-topTenExchangeList--wrap p {
    color: #2A2A2A;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin: 0; }
  .c-topTenExchangeList--wrap--list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .c-topTenExchangeList--wrap--list li {
      border-bottom: 1px solid #e3e3f0;
      padding: 10px 0 5px; }
      .c-topTenExchangeList--wrap--list li:last-child {
        border-bottom: none; }
      .c-topTenExchangeList--wrap--list li a {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.5px;
        line-height: 16px;
        text-transform: uppercase; }
        .c-topTenExchangeList--wrap--list li a .fa-angle-right {
          float: right;
          color: #2e88c4;
          font-size: 25px; }

.exchange--sidebar-area .c-topTenExchangeList {
  display: none; }
  @media (min-width: 768px) {
    .exchange--sidebar-area .c-topTenExchangeList {
      display: block; } }

.c-SharePrice {
  width: 100%;
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 10px 19px 24px 19px; }

.c-SharePrice--Heading {
  padding: 0 19px 5px 19px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.c-SharePriceInfo--Heading {
  padding: 0 19px 5px 19px;
  width: 100%; }

.c-SharePrice--header-logo {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 30px;
  line-height: 30px;
  text-align: center;
  color: #020202;
  font-weight: 700;
  float: left;
  margin-left: 15px;
  font-size: 9px; }

.c-SharePrice--body-logo {
  margin: 0 15px;
  background-color: #ffffff;
  width: 75px;
  height: 75px;
  border-radius: 75px;
  text-align: center;
  line-height: 75px;
  color: #020202;
  font-weight: 700; }

.c-SharePrice--stock_exchange_name {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10px;
  font-weight: normal;
  height: 12px;
  letter-spacing: 1.5px;
  line-height: 12px;
  text-transform: uppercase;
  color: #969595;
  position: relative;
  margin-bottom: 5px;
  padding: 0 15px; }
  @media only screen and (min-width: 1200px) {
    .c-SharePrice--stock_exchange_name {
      text-align: right;
      padding: 0 10px 0 0;
      line-height: 41px; } }

.c-SharePrice--title {
  color: #2A2A2A;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.25px;
  padding: 0 15px;
  margin-bottom: 14px;
  text-transform: capitalize; }
  @media only screen and (min-width: 1100px) {
    .c-SharePrice--title {
      line-height: 41px;
      padding: 0 0 0 10px;
      margin-bottom: 0; } }

.c-SharePrice--row {
  margin-bottom: 20px; }

@media only screen and (min-width: 768px) {
  .col-lg-2.c-SharePrice--Width {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18.66667%;
            flex: 0 0 18.66667%;
    max-width: 18.66667%;
    padding: 0; } }

.c-SharePrice--label {
  position: relative;
  color: #2A2A2A;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .c-SharePrice--label {
      margin-bottom: 5px; } }

.c-SharePrice--price {
  color: #2A2A2A;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.27px;
  line-height: 20px; }

.c-SharePrice--change {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.27px;
  line-height: 20px;
  padding: 0 0 0 25px; }
  .c-SharePrice--change.loss {
    color: #d3000d; }
    .c-SharePrice--change.loss:before {
      content: '';
      background-image: url("../inc/Images/loss.png");
      width: 20px;
      height: 20px;
      display: inline-block;
      background-size: 20px;
      background-repeat: no-repeat;
      position: absolute;
      left: 13px;
      top: 0; }
  .c-SharePrice--change.profit {
    color: #55a200; }
    .c-SharePrice--change.profit:before {
      content: '';
      background-image: url("../inc/Images/profit.png");
      width: 20px;
      height: 20px;
      display: inline-block;
      background-size: 20px;
      background-repeat: no-repeat;
      position: absolute;
      left: 13px;
      top: 0; }

.c-SharePrice--btn {
  margin: 0 auto;
  height: 36px;
  width: auto;
  padding: 0 19px !important;
  line-height: 36px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif; }

.c-HeroBackground {
  width: 100%;
  height: 36rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: none;
  background-color: #E1FDFF;
  z-index: 1; }
  @media (min-width: 768px) {
    .c-HeroBackground {
      background-size: contain;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 36.42857rem; } }
  @media (min-width: 992px) {
    .c-HeroBackground {
      height: 45.64286rem; } }

.c-HeroBackground-illustration {
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 6.92857rem; }
  @media (min-width: 768px) {
    .c-HeroBackground-illustration {
      height: 18.21429rem; } }

.c-HeroContent {
  font-family: "Source Sans Pro", sans-serif;
  margin-top: 1.42857rem;
  width: 19.28571rem;
  text-align: center; }
  @media (min-width: 768px) {
    .c-HeroContent {
      margin-top: 3.57143rem;
      width: 100%; } }
  @media (min-width: 992px) {
    .c-HeroContent {
      margin-top: 5.71429rem; } }
  .c-HeroContent--title {
    color: #000;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.85714rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.02857rem;
    margin-bottom: 0.35714rem;
    margin-top: 0; }
    @media (min-width: 768px) {
      .c-HeroContent--title {
        font-size: 3.14286rem;
        letter-spacing: -0.04786rem; } }
    @media (min-width: 992px) {
      .c-HeroContent--title {
        font-size: 3.85714rem;
        letter-spacing: -0.05929rem; } }
  .c-HeroContent--subtext {
    color: #000;
    font-size: 1.14286rem;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.03786rem;
    margin-bottom: 1.42857rem; }
    @media (min-width: 768px) {
      .c-HeroContent--subtext {
        font-size: 1.42857rem;
        letter-spacing: 0.04786rem;
        margin-top: 1.42857rem; } }

.c-HeroSlider {
  position: relative; }
  @media (min-width: 768px) {
    .c-HeroSlider {
      top: 0;
      width: 68.57143rem; } }
  @media (min-width: 992px) {
    .c-HeroSlider {
      position: absolute;
      top: 14.28571rem; } }
  .c-HeroSlider .slick-arrow {
    position: absolute;
    cursor: pointer; }
    @media (min-width: 768px) {
      .c-HeroSlider .slick-arrow {
        top: 2.14286rem; } }
    @media (min-width: 992px) {
      .c-HeroSlider .slick-arrow {
        top: 3.21429rem; } }
  .c-HeroSlider .slick-slider {
    display: none; }
    @media (min-width: 768px) {
      .c-HeroSlider .slick-slider.show-slider {
        display: block !important; } }
  .c-HeroSlider .slick-list {
    margin: 0 auto;
    padding: 0; }
    .c-HeroSlider .slick-list .slick-slide {
      margin: 0;
      height: 7.14286rem; }
      @media (min-width: 992px) {
        .c-HeroSlider .slick-list .slick-slide {
          height: 8.92857rem; } }
    @media (min-width: 768px) {
      .c-HeroSlider .slick-list {
        max-width: 45rem; } }
    @media (min-width: 992px) {
      .c-HeroSlider .slick-list {
        max-width: 58.92857rem; } }
  .c-HeroSlider .row > .col-6:nth-child(odd) {
    padding-right: 0.35714rem; }
    .c-HeroSlider .row > .col-6:nth-child(odd) .c-HeroSlider--card {
      float: right; }
  .c-HeroSlider .row > .col-6:nth-child(even) {
    padding-left: 0.35714rem; }
  .c-HeroSlider--card {
    background: #fff;
    border-radius: 0.42857rem;
    -webkit-box-shadow: 0 0 0.35714rem 0 #ABE6E5;
            box-shadow: 0 0 0.35714rem 0 #ABE6E5;
    margin-bottom: 0.71429rem;
    position: relative;
    display: block;
    height: 3.64286rem;
    width: 10rem; }
    @media (min-width: 768px) {
      .c-HeroSlider--card {
        height: 7.14286rem;
        width: 10.71429rem !important; } }
    @media (min-width: 992px) {
      .c-HeroSlider--card {
        height: 8.92857rem;
        width: 13.42857rem !important; } }
    .c-HeroSlider--card a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      height: 100%; }
      @media (min-width: 768px) {
        .c-HeroSlider--card a {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .c-HeroSlider--card-icon {
      float: left; }
      .c-HeroSlider--card-icon img {
        height: auto;
        width: 3.92857rem; }
        @media (min-width: 768px) {
          .c-HeroSlider--card-icon img {
            width: 6rem; } }
        @media (min-width: 992px) {
          .c-HeroSlider--card-icon img {
            width: 7.42857rem; } }
    .c-HeroSlider--card-label {
      color: #425072;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 0.78571rem;
      font-weight: 500;
      letter-spacing: 0.05214rem;
      text-transform: uppercase;
      margin-top: 5px; }
      @media (min-width: 768px) {
        .c-HeroSlider--card-label {
          font-size: 1rem; } }
    @media (min-width: 768px) {
      .c-HeroSlider--card--right-arrow {
        right: 9.64286rem; } }
    @media (min-width: 992px) {
      .c-HeroSlider--card--right-arrow {
        right: 0.5rem; } }
    @media (min-width: 768px) {
      .c-HeroSlider--card--left-arrow {
        left: 9.28571rem; } }
    @media (min-width: 992px) {
      .c-HeroSlider--card--left-arrow {
        left: -0.28571rem; } }

.c-ArticleList {
  font-family: "Source Sans Pro", sans-serif; }
  .c-ArticleList [class*="col-"] {
    padding-right: 0; }
  .c-ArticleList--wrap {
    overflow-x: scroll;
    border-right: none;
    border: 1px solid #F1F1F1; }
    @media (min-width: 992px) {
      .c-ArticleList--wrap {
        border: 1px solid #d3d3d3; } }
    .c-ArticleList--wrap > .row {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .c-ArticleList--title {
    color: #000;
    font-size: 1.85714rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.02857rem; }
  .c-ArticleList--subtext {
    color: #000;
    font-size: 1.14286rem;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.03786rem; }
  .c-ArticleList--columns {
    width: 16.07143rem; }
    .c-ArticleList--columns--wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 17.71429rem;
              flex: 0 0 17.71429rem;
      max-width: 100%; }
      @media (min-width: 992px) {
        .c-ArticleList--columns--wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 25%;
                  flex: 0 0 25%; } }
    .c-ArticleList--columns--title {
      width: 100%;
      color: #2A2A2A;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 1.28571rem;
      font-weight: 600;
      height: 1.57143rem;
      letter-spacing: 0.01rem;
      line-height: 1.57143rem; }
    .c-ArticleList--columns--bg {
      width: 100%;
      height: 8.35714rem;
      position: relative;
      background-repeat: no-repeat;
      background-size: cover;
      overflow: hidden; }
    .c-ArticleList--columns--icon {
      width: 7rem;
      height: 5.28571rem;
      position: absolute;
      right: -1.64286rem;
      top: -1rem;
      background-size: contain;
      background-repeat: no-repeat; }
    .c-ArticleList--columns--links {
      width: 100%;
      margin-top: 0.35714rem; }
      .c-ArticleList--columns--links a {
        display: block;
        width: 100%;
        text-align: left;
        text-transform: capitalize;
        padding: 1.42857rem 0;
        color: #2A2A2A;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 0.92857rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 0;
        border-bottom: 1px solid #F1F1F1;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .c-ArticleList--columns--links a:first-child {
          border-top: none; }
        .c-ArticleList--columns--links a:last-child {
          border-bottom: none; }

.c-InformationBlocks {
  font-family: "Source Sans Pro", sans-serif; }
  .c-InformationBlocks [class*="col-"] {
    padding-right: 0; }
  .c-InformationBlocks--wrap {
    border-right: none;
    border: 1px solid #F1F1F1; }
    @media (min-width: 992px) {
      .c-InformationBlocks--wrap {
        border: 1px solid #d3d3d3; } }
  .c-InformationBlocks--title {
    color: #000;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.4px; }
  .c-InformationBlocks--item {
    font-family: "Source Sans Pro", sans-serif;
    text-align: center; }
    .c-InformationBlocks--item--wrap {
      max-width: 200px;
      padding: 0; }
      @media (min-width: 768px) {
        .c-InformationBlocks--item--wrap {
          max-width: unset; } }
      @media (min-width: 992px) {
        .c-InformationBlocks--item--wrap {
          max-width: 23.35714rem;
          width: 23.35714rem;
          margin: auto; } }
    .c-InformationBlocks--item--title {
      font-family: "Source Sans Pro", sans-serif;
      color: #2A2A2A;
      font-size: 18px;
      font-weight: 600;
      text-align: center;
      letter-spacing: 0.14px;
      line-height: 22px;
      margin-top: 20px; }
    .c-InformationBlocks--item--text {
      font-family: "Source Sans Pro", sans-serif;
      color: #2A2A2A;
      font-size: 15px;
      font-weight: normal;
      text-align: center;
      letter-spacing: 0;
      line-height: 20px;
      margin-top: 15px; }

html.hide-scroll-vertical, body.hide-scroll-vertical {
  overflow: hidden; }

.fn-sc--exchange-comparisons {
  font-family: "Source Sans Pro", sans-serif; }
  .fn-sc--exchange-comparisons--trigger {
    width: 100%;
    background-color: #F6F6FA;
    color: #2E88C4;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-height: 47px;
    margin-bottom: 20px; }
    .fn-sc--exchange-comparisons--trigger i {
      font-size: 21px; }
    .fn-sc--exchange-comparisons--trigger span {
      font-size: 12px;
      margin: 0 10px; }
      @media (min-width: 768px) {
        .fn-sc--exchange-comparisons--trigger span {
          font-size: 14px;
          margin: 0 20px; } }
    .fn-sc--exchange-comparisons--trigger__button {
      background-color: #fff;
      color: #2E88C4;
      font-size: 13px;
      font-weight: 500;
      border: 1px solid #2E88C4;
      padding: 8px 20px !important; }
      .fn-sc--exchange-comparisons--trigger__button:hover, .fn-sc--exchange-comparisons--trigger__button:focus {
        color: #2E88C4; }
  .fn-sc--exchange-comparisons--modal {
    margin: auto;
    z-index: 100000; }
    .fn-sc--exchange-comparisons--modal .modal-dialog {
      max-width: 350px;
      position: relative;
      -webkit-transform: translateY(2%) !important;
              transform: translateY(2%) !important; }
      @media (min-width: 768px) {
        .fn-sc--exchange-comparisons--modal .modal-dialog {
          -webkit-transform: translateY(20%) !important;
                  transform: translateY(20%) !important; } }
      .fn-sc--exchange-comparisons--modal .modal-dialog form {
        position: relative; }
      .fn-sc--exchange-comparisons--modal .modal-dialog .modal-content {
        background-color: #fff; }
        .fn-sc--exchange-comparisons--modal .modal-dialog .modal-content .modal-header {
          background-color: #F6F6FA;
          border-bottom: none;
          display: block;
          position: absolute;
          top: 0;
          z-index: 1;
          width: 100%; }
          .fn-sc--exchange-comparisons--modal .modal-dialog .modal-content .modal-header .modal-title {
            font-size: 16px;
            font-weight: 400;
            text-align: left;
            line-height: 20px;
            color: #2A2A2A; }
            .fn-sc--exchange-comparisons--modal .modal-dialog .modal-content .modal-header .modal-title span {
              color: #2E88C4;
              font-weight: 500; }
        .fn-sc--exchange-comparisons--modal .modal-dialog .modal-content .modal-body {
          padding: 0 0 62px;
          height: 450px;
          overflow-y: scroll;
          margin-top: 93px; }
          .fn-sc--exchange-comparisons--modal .modal-dialog .modal-content .modal-body .exchange-comparisons-loading-spinner {
            text-align: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 450px;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -ms-flex-line-pack: center;
                align-content: center; }
            .fn-sc--exchange-comparisons--modal .modal-dialog .modal-content .modal-body .exchange-comparisons-loading-spinner.hide {
              display: none; }
        .fn-sc--exchange-comparisons--modal .modal-dialog .modal-content .modal-footer {
          background-color: #F6F6FA;
          position: absolute;
          bottom: 0;
          z-index: 1;
          width: 100%;
          padding: 8px 15px; }
          .fn-sc--exchange-comparisons--modal .modal-dialog .modal-content .modal-footer button {
            width: 100%; }
    .fn-sc--exchange-comparisons--modal--filters--title {
      font-size: 9px;
      font-weight: 400;
      line-height: 11px;
      letter-spacing: 1.35px;
      text-align: left;
      color: #969595; }
    .fn-sc--exchange-comparisons--modal--filters ul {
      list-style: none;
      margin: 0;
      padding: 0;
      border: 1px solid #E3E3F0;
      border-radius: 3px;
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 28px; }
      .fn-sc--exchange-comparisons--modal--filters ul li {
        padding: 0; }
        .fn-sc--exchange-comparisons--modal--filters ul li a {
          color: #969595 !important;
          font-size: 12px;
          font-weight: 400;
          line-height: 14px;
          cursor: pointer;
          text-decoration: none;
          display: block; }
          .fn-sc--exchange-comparisons--modal--filters ul li a.selected {
            color: #fff !important;
            border-radius: 3px;
            background-color: #2673b7;
            font-size: 12px;
            font-weight: 400;
            padding: 4px 13px; }
            .fn-sc--exchange-comparisons--modal--filters ul li a.selected:hover, .fn-sc--exchange-comparisons--modal--filters ul li a.selected:focus {
              color: #fff; }
    .fn-sc--exchange-comparisons--modal .close {
      position: absolute;
      float: none;
      top: 10px;
      right: 10px;
      font-size: 32px;
      font-weight: 500;
      line-height: 1;
      color: #020202;
      text-shadow: 0 1px 0 #fff;
      opacity: .5; }
  .fn-sc--exchange-comparisons--list .error {
    color: #D3000D;
    padding: 10px;
    font-weight: 500; }
  .fn-sc--exchange-comparisons--list ul {
    list-style: none;
    margin: 0;
    padding: 0 10px;
    background-color: #fff; }
    .fn-sc--exchange-comparisons--list ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px 0;
      border-top: 1px solid #E3E3F0;
      background-color: #fff; }
      .fn-sc--exchange-comparisons--list ul li:last-child {
        border-bottom: 1px solid #E3E3F0; }
      .fn-sc--exchange-comparisons--list ul li:first-child {
        border-top: none; }
      .fn-sc--exchange-comparisons--list ul li img {
        width: 69px; }
      .fn-sc--exchange-comparisons--list ul li span {
        margin-left: 10px;
        color: #2A2A2A;
        font-size: 15px;
        font-weight: 400; }
      .fn-sc--exchange-comparisons--list ul li input[type="checkbox"] {
        margin-left: auto; }
  .fn-sc--exchange-comparisons--results {
    background-color: #fbfbff;
    padding: 36px 0 0;
    border: 1px solid #e3e3f0;
    border-top: none;
    overflow-x: scroll;
    position: relative; }
    .fn-sc--exchange-comparisons--results--header--container {
      position: absolute;
      top: 0;
      z-index: 1; }
    .fn-sc--exchange-comparisons--results--header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #F4F3F8;
      padding: 10px 0 10px 150px; }
      .fn-sc--exchange-comparisons--results--header.col-header-stick {
        position: fixed;
        top: 0;
        padding-top: 10px;
        z-index: 1; }
      .fn-sc--exchange-comparisons--results--header--brand-name {
        min-width: 150px;
        color: #a9a9a9;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.4px;
        line-height: 16px;
        text-transform: uppercase;
        padding-left: 10px; }
    .fn-sc--exchange-comparisons--results--title {
      color: #020202;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 24px;
      font-weight: 400;
      line-height: 30px;
      border-bottom: 1px solid #DCDCEC;
      margin: 0;
      padding: 0 0 10px; }
    .fn-sc--exchange-comparisons--results--text-block {
      color: #2a2a2a;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 15px;
      font-weight: 400;
      line-height: 20px;
      margin: 0 0 30px; }
    .fn-sc--exchange-comparisons--results--table {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 150px;
      height: 85vh;
      overflow: auto; }
      .fn-sc--exchange-comparisons--results--table--label {
        color: #969595;
        font-family: "Source Sans Pro", sans-serif;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 14px;
        display: block; }
      .fn-sc--exchange-comparisons--results--table-column {
        background-color: #fff;
        padding-bottom: 10px;
        min-width: 150px;
        max-width: 150px;
        padding-top: 10px; }
        .fn-sc--exchange-comparisons--results--table-column:nth-child(n+2) .fn-sc--exchange-comparisons--results--table--label {
          visibility: hidden; }
        .fn-sc--exchange-comparisons--results--table-column:nth-child(n+2) li span:nth-child(1) {
          visibility: hidden; }
        .fn-sc--exchange-comparisons--results--table-column--head {
          position: relative; }
        .fn-sc--exchange-comparisons--results--table-column h3 {
          color: #A9A9A9;
          font-family: "Source Sans Pro", sans-serif;
          font-weight: 500;
          letter-spacing: 0.4px;
          line-height: 16px;
          padding-bottom: 20px;
          background-color: #fbfbff;
          padding-left: 10px;
          font-size: 12px;
          text-transform: uppercase; }
        .fn-sc--exchange-comparisons--results--table-column--recommended-ribbon {
          width: 134px;
          height: 22px;
          background-color: #2a2a2a;
          color: #efae40;
          font-family: "Source Sans Pro", sans-serif;
          font-size: 12px;
          font-weight: 400;
          text-align: center;
          padding: 2px;
          position: absolute;
          top: -10px;
          margin-left: auto;
          margin-right: auto;
          left: 0;
          right: 0; }
        .fn-sc--exchange-comparisons--results--table-column--logo {
          width: 106px;
          height: 60px;
          padding-left: 10px; }
          .fn-sc--exchange-comparisons--results--table-column--logo img {
            width: 106px;
            height: 60px;
            max-width: unset; }
        .fn-sc--exchange-comparisons--results--table-column--ratings {
          padding-bottom: 0;
          padding-left: 10px;
          height: 21px;
          margin-top: 10px; }
          .fn-sc--exchange-comparisons--results--table-column--ratings ul {
            display: inline;
            margin: 0;
            padding: 0;
            list-style: none; }
            .fn-sc--exchange-comparisons--results--table-column--ratings ul li {
              display: inline-block; }
              .fn-sc--exchange-comparisons--results--table-column--ratings ul li i {
                font-size: 17px; }
              .fn-sc--exchange-comparisons--results--table-column--ratings ul li .fa-star, .fn-sc--exchange-comparisons--results--table-column--ratings ul li .fa-star-o, .fn-sc--exchange-comparisons--results--table-column--ratings ul li .fa-star-half-o {
                color: #eb9a11; }
        .fn-sc--exchange-comparisons--results--table-column .btn {
          margin-left: 10px; }
        .fn-sc--exchange-comparisons--results--table-column--info-table {
          margin-bottom: 5px;
          min-width: 120px; }
          .fn-sc--exchange-comparisons--results--table-column--info-table .fn-sc--exchange-comparisons--results--table--label {
            margin-top: 40px;
            margin-left: -150px;
            width: 150px;
            padding-left: 10px; }
          .fn-sc--exchange-comparisons--results--table-column--info-table ul {
            padding: 0;
            list-style: none; }
            .fn-sc--exchange-comparisons--results--table-column--info-table ul:first-child {
              margin-top: 0; }
            .fn-sc--exchange-comparisons--results--table-column--info-table ul:last-child li:last-child span {
              border-bottom: none; }
            .fn-sc--exchange-comparisons--results--table-column--info-table ul li {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              -ms-flex-line-pack: center;
                  align-content: center;
              -webkit-box-align: stretch;
                  -ms-flex-align: stretch;
                      align-items: stretch;
              position: relative;
              border-bottom: none; }
              .fn-sc--exchange-comparisons--results--table-column--info-table ul li:last-child {
                border-bottom: none; }
              .fn-sc--exchange-comparisons--results--table-column--info-table ul li span {
                text-align: left;
                display: block;
                border-bottom: 1px solid #DCDCEC;
                padding: 7px 0 7px 10px;
                font-family: "Source Sans Pro", sans-serif;
                font-size: 12px;
                font-weight: 400;
                letter-spacing: 0.4px;
                line-height: 16px; }
                .fn-sc--exchange-comparisons--results--table-column--info-table ul li span:first-child {
                  margin-left: -150px;
                  width: 150px;
                  margin-top: 0;
                  padding-left: 10px; }
                .fn-sc--exchange-comparisons--results--table-column--info-table ul li span:last-child {
                  width: 100%; }
                .fn-sc--exchange-comparisons--results--table-column--info-table ul li span a {
                  text-transform: none; }
        .fn-sc--exchange-comparisons--results--table-column--available-coins {
          height: 160px;
          display: none; }
          .fn-sc--exchange-comparisons--results--table-column--available-coins ul {
            margin: 7px 0 0;
            padding: 0;
            list-style: none; }
            .fn-sc--exchange-comparisons--results--table-column--available-coins ul li {
              margin-bottom: 10px;
              margin-right: 7px;
              display: inline-block; }
              .fn-sc--exchange-comparisons--results--table-column--available-coins ul li img {
                width: 37px;
                height: 37px; }
          .fn-sc--exchange-comparisons--results--table-column--available-coins a {
            color: #2a2a2a;
            font-family: "Source Sans Pro", sans-serif;
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 0.4px;
            line-height: 16px; }
        .fn-sc--exchange-comparisons--results--table-column--cta {
          width: 70px;
          margin-left: 10px;
          font-size: 13px !important;
          font-weight: 500;
          text-align: center;
          height: 36px;
          border-radius: 3px;
          border: 1px solid #2e88c4;
          background-color: #ffffff;
          color: #2e88c4 !important;
          padding: 7px !important; }
    .fn-sc--exchange-comparisons--results--bottom-section {
      display: none; }
      @media (min-width: 992px) {
        .fn-sc--exchange-comparisons--results--bottom-section {
          display: block;
          margin-top: 30px;
          padding: 0 10px; } }
    .fn-sc--exchange-comparisons--results--top-section {
      display: none; }
      @media (min-width: 992px) {
        .fn-sc--exchange-comparisons--results--top-section {
          display: block;
          padding: 0 10px; } }
    .fn-sc--exchange-comparisons--results--exchange-sticky-prompt {
      position: fixed;
      bottom: 0;
      left: 0;
      background-color: #fff;
      z-index: 1;
      height: 60px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: center;
          align-content: center; }
      .fn-sc--exchange-comparisons--results--exchange-sticky-prompt a.btn-primary {
        padding: 8px 10px;
        margin-left: 20px;
        border-radius: 3px;
        text-transform: uppercase; }
      .fn-sc--exchange-comparisons--results--exchange-sticky-prompt a.btn-secondary {
        padding: 0;
        background-color: unset;
        border: none; }

#compare_exchange_modal_results {
  overflow-y: hidden !important; }
  #compare_exchange_modal_results .modal-dialog {
    max-width: 64.28571rem;
    top: 10px; }
  #compare_exchange_modal_results .modal-body {
    border-radius: 5px;
    padding-top: 50px;
    position: relative; }
  #compare_exchange_modal_results .close {
    text-shadow: none;
    opacity: 1;
    font-size: 40px;
    line-height: 20px;
    padding: 15px 15px 0 15px;
    color: #020202;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; }

.title-row {
  margin-bottom: 1.07143rem; }
  .title-row .directory-image {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.71429rem; }
    .title-row .directory-image img {
      width: 3rem; }
  .title-row .directory-title {
    display: inline-block;
    font-size: 1.42857rem;
    vertical-align: middle; }

.letter-row {
  width: 100%;
  padding-bottom: 1.42857rem;
  margin-bottom: 1.42857rem;
  border-bottom: 1px solid #E3E3F0; }
  .letter-row .letter {
    margin-right: 1.28571rem;
    font-size: 1.28571rem;
    font-weight: 500;
    display: inline-block;
    color: #b2b2b2; }
  .letter-row a.letter {
    color: #2A2A2A; }

.letter-content-row .letter-content-column {
  margin-bottom: 0.71429rem; }
  .letter-content-row .letter-content-column .letter-title {
    font-size: 1.28571rem;
    font-weight: 500;
    margin-bottom: 0.71429rem;
    text-transform: uppercase; }
  .letter-content-row .letter-content-column .letter-content a {
    font-size: 1.07143rem;
    font-weight: 500;
    color: #2679C9;
    text-transform: none; }

@media (max-width: 767.98px) {
  .letter-row {
    width: 10%;
    overflow: hidden;
    display: inline-block;
    float: right;
    margin: 0 0 1.42857rem 0;
    border-bottom: 0; }
    .letter-row .letter {
      width: 100%;
      display: inline-block;
      margin-bottom: 0.71429rem; }
  .letter-content-row {
    width: 80%;
    vertical-align: top; }
    .letter-content-row .letter-content-column {
      margin-bottom: 1.42857rem; } }

@media (min-width: 768px) {
  .title-row {
    margin-bottom: 1.42857rem; }
    .title-row .directory-image {
      margin-right: 1.07143rem; }
    .title-row .directory-title {
      font-size: 1.71429rem; } }

@media (min-width: 992px) {
  .title-row {
    margin-bottom: 2.14286rem; }
    .title-row .directory-image img {
      width: 3.78571rem; }
    .title-row .directory-title {
      font-size: 2.57143rem; } }

.steps-component--inner {
  width: 100%;
  padding: 1.42857rem 1.85714rem 0.85714rem;
  margin-top: 0;
  margin-bottom: 1.07143rem;
  background: #F6F6FA; }

.steps-component--steps {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0; }

.steps-component--step {
  border: none;
  height: auto;
  display: inline-block;
  vertical-align: top; }
  .steps-component--step-title {
    font-size: 1.14286rem;
    text-align: center;
    margin: 0 0 0.71429rem;
    color: #020202;
    font-weight: 600; }
  .steps-component--step-icon, .steps-component--step-image {
    width: 100%;
    text-align: center; }
    .steps-component--step-icon img, .steps-component--step-image img {
      width: 5.71429rem;
      max-width: 6rem; }
  .steps-component--step-icon {
    margin: 1.07143rem 0; }
  .steps-component--step-image {
    margin-bottom: 1.07143rem; }
    .steps-component--step-image img {
      width: auto;
      max-width: 100%;
      max-height: 11.85714rem; }
  .steps-component--step-text {
    width: 100%;
    text-align: center; }
    .steps-component--step-text p {
      font-size: 1.07143rem;
      margin-bottom: 0; }

.steps-component--cta {
  width: 100%;
  margin-top: 1.42857rem;
  text-align: center; }
  .steps-component--cta a {
    width: 100%;
    max-width: 21.42857rem;
    height: 2.57143rem; }

.steps-component--disclaimer {
  text-align: center;
  font-size: 0.78571rem !important;
  display: inline-block;
  width: 100%;
  margin-top: 0.57143rem;
  margin-bottom: 0 !important;
  line-height: 1.14286rem !important; }

@media (min-width: 768px) {
  .steps-component--step-image img {
    max-height: 16.28571rem; }
  .steps-component--cta a {
    max-width: 21.42857rem; } }

@media (max-width: 767.98px) {
  .steps-component--step-text {
    margin-bottom: 2.14286rem; } }

.glossary-component--container {
  width: 100%;
  background: #F6F6FA;
  padding: 0 1.07143rem;
  margin-bottom: 1.07143rem; }

.glossary-component--inner {
  width: 100%;
  margin-top: 0.71429rem; }

.glossary-component--term {
  width: 100%;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.42857rem 0;
  border-bottom: 1px solid #E3E3F0; }
  .glossary-component--term:last-of-type {
    border-bottom: 0; }
  .glossary-component--term-image {
    width: 3.21429rem;
    height: auto;
    max-width: 100%;
    display: inline-block; }
  .glossary-component--term-title {
    margin: 0.85714rem 0.71429rem 0 1.42857rem;
    width: 70%;
    display: inline-block; }
    .glossary-component--term-title span {
      font-size: 1.14286rem;
      font-weight: 600;
      line-height: 1.42857rem;
      margin: 0; }
  .glossary-component--term-text {
    width: 100%; }
    .glossary-component--term-text p {
      font-size: 1.07143rem;
      margin: 0.71429rem 0 0; }

@media (min-width: 768px) {
  .glossary-component--term {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .glossary-component--term-image {
      width: 5.35714rem; }
    .glossary-component--term-title {
      width: 20%;
      margin: 0 2.14286rem 0 2.5rem; }
    .glossary-component--term-text {
      width: 90%; }
      .glossary-component--term-text p {
        font-size: 1.07143rem; } }

.c-DetailsTabs {
  background-color: #ffffff; }
  .c-DetailsTabs--title {
    margin-bottom: 1.07143rem;
    border-bottom: 0.07143rem solid #d3d3d3;
    padding: 1.07143rem; }
  .c-DetailsTabs--tabs .nav-tabs {
    margin-bottom: 1.07143rem; }
    .c-DetailsTabs--tabs .nav-tabs .nav-item {
      width: 25%;
      text-align: center;
      border: none;
      border-bottom: 0.21429rem solid #d3d3d3;
      font-size: 0.71429rem;
      cursor: pointer;
      color: #579FCF; }
      .c-DetailsTabs--tabs .nav-tabs .nav-item.active {
        color: #579FCF;
        background-color: transparent;
        border: none;
        border-bottom: 0.21429rem solid #579FCF; }
      .c-DetailsTabs--tabs .nav-tabs .nav-item:hover {
        border: none;
        border-bottom: 0.21429rem solid #7fb6da;
        color: #589fcf; }
      .c-DetailsTabs--tabs .nav-tabs .nav-item img {
        display: block;
        margin: 0 auto 0.21429rem;
        width: 2.14286rem;
        height: 2.14286rem; }
  .c-DetailsTabs--tabs .tab-content .accordion .card {
    margin-bottom: 0.35714rem;
    border: none; }
    .c-DetailsTabs--tabs .tab-content .accordion .card .card-header {
      background-color: #ffffff;
      border: none;
      padding: 0; }
      .c-DetailsTabs--tabs .tab-content .accordion .card .card-header a {
        padding: 1.64286rem 2.85714rem 1.64286rem 1.21429rem;
        width: 100%;
        height: 100%;
        text-align: left;
        color: #2A2A2A;
        background-color: #ffffff;
        border: none;
        -webkit-transition: none;
        transition: none;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 0.85714rem; }
        .c-DetailsTabs--tabs .tab-content .accordion .card .card-header a:focus {
          text-decoration: none; }
      .c-DetailsTabs--tabs .tab-content .accordion .card .card-header .icon-container {
        width: 3.57143rem;
        display: inline-block;
        vertical-align: top;
        position: absolute;
        top: 2.14286rem;
        right: 0;
        cursor: pointer; }
        .c-DetailsTabs--tabs .tab-content .accordion .card .card-header .icon-container .closed .vertical {
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
        .c-DetailsTabs--tabs .tab-content .accordion .card .card-header .icon-container .closed .horizontal {
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          opacity: 1; }
        .c-DetailsTabs--tabs .tab-content .accordion .card .card-header .icon-container .opened {
          opacity: 1; }
          .c-DetailsTabs--tabs .tab-content .accordion .card .card-header .icon-container .opened .vertical {
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg); }
          .c-DetailsTabs--tabs .tab-content .accordion .card .card-header .icon-container .opened .horizontal {
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
            opacity: 0; }
        .c-DetailsTabs--tabs .tab-content .accordion .card .card-header .icon-container .circle-plus {
          font-size: 1em;
          opacity: 1; }
        .c-DetailsTabs--tabs .tab-content .accordion .card .card-header .icon-container .circle-plus .circle {
          position: relative;
          width: 100%; }
          .c-DetailsTabs--tabs .tab-content .accordion .card .card-header .icon-container .circle-plus .circle .horizontal {
            position: absolute;
            background-color: #020202;
            width: 1.07143rem;
            height: 0.14286rem;
            left: 50%;
            margin-left: -0.42857rem;
            top: 50%;
            margin-top: -0.17857rem; }
          .c-DetailsTabs--tabs .tab-content .accordion .card .card-header .icon-container .circle-plus .circle .vertical {
            position: absolute;
            background-color: #020202;
            width: 0.14286rem;
            height: 1.07143rem;
            left: 50%;
            margin-left: 0;
            top: 50%;
            margin-top: -0.64286rem; }
    .c-DetailsTabs--tabs .tab-content .accordion .card .card-body {
      background-color: #ffffff;
      border-top: 0.14286rem solid #3FD3BB; }
      .c-DetailsTabs--tabs .tab-content .accordion .card .card-body--row {
        width: 100%;
        border-bottom: 0.07143rem solid #d3d3d3; }
        .c-DetailsTabs--tabs .tab-content .accordion .card .card-body--row-label, .c-DetailsTabs--tabs .tab-content .accordion .card .card-body--row-value {
          width: 49%;
          display: inline-block;
          text-transform: initial;
          margin-bottom: 0.35714rem;
          margin-top: 0.35714rem;
          font-size: 0.85714rem;
          vertical-align: top; }
          .c-DetailsTabs--tabs .tab-content .accordion .card .card-body--row-label::first-letter, .c-DetailsTabs--tabs .tab-content .accordion .card .card-body--row-value::first-letter {
            text-transform: uppercase; }
        .c-DetailsTabs--tabs .tab-content .accordion .card .card-body--row-label {
          text-transform: uppercase;
          font-family: "Source Sans Pro", sans-serif; }

@media (min-width: 768px) {
  .c-DetailsTabs {
    padding: 1.07143rem; }
    .c-DetailsTabs--tabs .nav-tabs .nav-item {
      font-size: 0.85714rem;
      font-weight: 500;
      padding: 0.35714rem 1rem 1rem; }
      .c-DetailsTabs--tabs .nav-tabs .nav-item img {
        display: inline-block;
        margin: 0 0.35714rem 0 0; }
    .c-DetailsTabs--tabs .tab-content .accordion .card .card-body--row-label {
      width: 40%; }
    .c-DetailsTabs--tabs .tab-content .accordion .card .card-body--row-value {
      width: 59%; } }

@media (min-width: 992px) {
  .c-DetailsTabs--tabs .tab-content .accordion .card .card-body--row-label, .c-DetailsTabs--tabs .tab-content .accordion .card .card-body--row-value {
    margin: 0.57143rem 0; } }

.c-FloatingPrompt {
  position: fixed;
  top: -7.14286rem;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 1049;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
  .c-FloatingPrompt.open {
    top: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .c-FloatingPrompt--container {
    max-width: 41.42857rem;
    max-height: 4.28571rem;
    margin: auto;
    padding: 0.42857rem 0 0.42857rem 0; }
  .c-FloatingPrompt--image {
    max-width: 6.14286rem; }
  .c-FloatingPrompt a.btn {
    font-size: 0.78571rem;
    padding: 0.5rem 0.42857rem;
    margin-top: 0; }
    @media only screen and (min-width: 768px) {
      .c-FloatingPrompt a.btn {
        margin-top: 0.5rem; } }
  .c-FloatingPrompt .rating-holder {
    float: none;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1.42857rem;
    margin-left: 0.28571rem; }
  .c-FloatingPrompt .rating--text {
    width: 100%;
    text-align: center;
    letter-spacing: 0.14286rem;
    top: 0.28571rem;
    font-size: 0.71429rem; }
  .c-FloatingPrompt .price-container {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .c-FloatingPrompt .price-container .label {
      width: 100%;
      display: inline-block;
      text-align: center;
      word-wrap: break-word;
      vertical-align: top;
      font-size: 0.57143rem;
      font-family: "Source Sans Pro", sans-serif;
      line-height: 0.85714rem;
      color: #969595;
      letter-spacing: 0;
      text-transform: uppercase; }
    .c-FloatingPrompt .price-container .price {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 700;
      font-size: 1.5rem;
      color: #8990DC;
      letter-spacing: -1px;
      line-height: 1.5rem;
      text-align: center;
      margin-top: -0.57143rem; }

@media (max-width: 767.98px) {
  .c-FloatingPrompt .rating--star-container {
    height: 20px;
    width: 94px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }
  @media (max-width: 767.98px) and (max-width: 767px) {
    .c-FloatingPrompt .rating--star-container {
      margin-top: 6px; } }

.c-FloatingPrompt--terms {
  font-size: 11px;
  font-weight: normal;
  height: auto;
  letter-spacing: 0px;
  line-height: 14px;
  text-align: center;
  margin-bottom: 0.42857rem;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 5px; }
  @media only screen and (min-width: 768px) {
    .c-FloatingPrompt--terms {
      line-height: 18px;
      margin-top: 0px; } }

@media (min-width: 768px) {
  .c-FloatingPrompt a.btn {
    padding: 0.5rem 1.42857rem;
    font-size: 0.92857rem; }
  .c-FloatingPrompt .rating-holder {
    margin-top: 0;
    margin-left: 0;
    width: 46%; }
  .c-FloatingPrompt .rating--star-container {
    position: absolute;
    top: 1.64286rem;
    height: 1.78571rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .c-FloatingPrompt .price-container {
    width: 49%; }
    .c-FloatingPrompt .price-container .label {
      width: 40%;
      text-align: right;
      letter-spacing: 1.5px;
      vertical-align: middle; }
    .c-FloatingPrompt .price-container .price {
      width: 56%;
      font-size: 2.71429rem;
      line-height: 2.71429rem;
      text-align: left;
      margin-top: 0;
      padding-left: 0.35714rem;
      vertical-align: middle; } }

@media only screen and (min-width: 768px) {
  .c-FloatingPrompt .rating--star-container {
    margin: 0 auto; }
  .c-FloatingPrompt .rating--text {
    margin-bottom: 0; } }

@media only screen and (min-width: 0) and (max-width: 479px) {
  .c-FloatingPrompt .rating-holder {
    margin-top: -1.78571rem; } }

.ex-Comparison--heading {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px !important;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 1.07143rem;
  border-bottom: .07143rem solid #e3e3f0 !important;
  padding: 0 0 0.47143rem 0; }
  .ex-Comparison--heading .rating--text {
    position: absolute; }

.ex-Comparison--column {
  background-color: #ffffff;
  padding: 1.07143rem; }
  .ex-Comparison--column .fc-post-slider {
    padding: 2rem 0; }

.ex-Comparison--introtext {
  font-size: 15px !important;
  font-weight: 400;
  letter-spacing: 0.27px;
  margin-bottom: 3.5rem; }

.ex-Comparison--block {
  margin: 2.71rem auto 0 auto; }
  @media (min-width: 767px) {
    .ex-Comparison--block {
      width: 191px;
      margin: 2.71rem auto 0 auto; } }

.ex-Comparison .green-bg {
  border: 2px solid #55A200;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  @media (max-width: 576px) {
    .ex-Comparison .green-bg {
      margin-left: 1.5rem; } }

.ex-Comparison--recommended {
  margin: 0 auto;
  padding: 1rem 0 0 0; }
  @media (min-width: 767px) {
    .ex-Comparison--recommended {
      width: 191px; } }
  .ex-Comparison--recommended .recommended-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    color: #efae40;
    padding: 2px 10px;
    background: #2A2A2A;
    width: 139px;
    position: relative;
    top: -25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto; }

.ex-Comparison--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: .2rem;
  border-bottom: 1px solid #E3E3F0;
  margin-bottom: .5rem; }
  @media only screen and (min-width: 768px) {
    .ex-Comparison--header {
      padding-bottom: 2.2rem; } }
  .ex-Comparison--header h2 {
    font-size: 20px !important;
    font-weight: 400;
    letter-spacing: 0.15px;
    line-height: 15px !important; }
  .ex-Comparison--header .rating-holder {
    float: left !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
    @media only screen and (min-width: 580px) {
      .ex-Comparison--header .rating-holder {
        display: block; } }
    @media only screen and (max-width: 767px) {
      .ex-Comparison--header .rating-holder {
        height: auto !important; } }
    .ex-Comparison--header .rating-holder .rating--text {
      margin-right: 20px !important; }
      @media only screen and (min-width: 580px) {
        .ex-Comparison--header .rating-holder .rating--text {
          width: 100%;
          margin: 0; } }

.ex-Comparison--body {
  display: inline-block;
  width: 100%; }
  .ex-Comparison--body .company--title {
    color: #969595;
    font-family: "Source Sans Pro", sans-serif !important;
    font-size: 10px !important;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 16px;
    text-transform: uppercase; }
  .ex-Comparison--body .company--logo-image {
    width: 100%; }
  .ex-Comparison--body .company--table {
    width: 100%; }
    .ex-Comparison--body .company--table table {
      width: 100%;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.4px;
      line-height: 16px;
      table-layout: fixed;
      background-color: transparent !important; }
      .ex-Comparison--body .company--table table tbody {
        background-color: transparent !important; }
      .ex-Comparison--body .company--table table td {
        border-bottom: 1px solid #E3E3F0;
        padding: .4rem .4rem .4rem 0 !important;
        background-color: transparent !important;
        white-space: -o-pre-wrap;
        word-wrap: break-word;
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap; }
        @media only screen and (min-width: 768px) {
          .ex-Comparison--body .company--table table td.company--label {
            width: 140px !important; } }

.ex-Comparison--footer h3 {
  margin-top: 1rem; }

.ex-Comparison--footer .btn-line {
  background-color: #ffffff !important;
  margin-bottom: .7rem;
  padding: .65714rem 0 !important;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  color: #8990DC;
  border: 1px solid #8990DC; }
  .ex-Comparison--footer .btn-line:hover {
    background-color: #EFAE40 !important;
    border: 1px solid transparent;
    color: #ffffff !important; }

.ex-Comparison--footer .btn-primary {
  background-color: #3FD3BB !important;
  margin-bottom: .7rem;
  padding: .65714rem 0 !important;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase; }
  .ex-Comparison--footer .btn-primary:hover {
    background-color: #EFAE40 !important; }

.ex-Comparison--footer .more {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 16px; }

.ex-Comparison--footer .c-ExchangeIntro-sections {
  margin-bottom: 5px; }

.ex-Comparison--footer .disclaimer-text {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.33px;
  line-height: 11px;
  color: #9b9ba6;
  word-break: break-all;
  white-space: normal; }

.ex-Comparison .bottom-line-text h1 {
  font-size: 18px !important;
  font-weight: 400;
  letter-spacing: 0.14px;
  line-height: 22px !important; }

@media (max-width: 576px) {
  .ex-Comparison .col-pl-0 {
    margin-left: -15px;
    padding-left: 15px; } }

.c-Platform {
  background-color: #f6f6fa;
  padding: 6px 17px 30px 17px;
  position: relative;
  display: block;
  list-style: none; }
  .c-Platform .c-ExchangeIntro--border {
    margin: 15px 0; }
  .c-Platform .btn--view {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -10px;
    right: 40px;
    background-image: url("../inc/Images/btn-view.svg");
    z-index: 1; }
    @media only screen and (min-width: 768px) {
      .c-Platform .btn--view {
        bottom: -10px;
        right: 15px; } }
    @media only screen and (max-width: 767px) {
      .c-Platform .btn--view {
        bottom: 10px;
        right: 60px; } }
  .c-Platform h1.c-Platform--heading {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 9px; }

.c-ExchangeSteps--heading {
  font-size: 20px !important; }

.c-Platform--img {
  z-index: 0;
  position: relative;
  display: block;
  width: 150px;
  height: 151px;
  margin: 0 auto 20px auto; }
  @media only screen and (max-width: 767px) {
    .c-Platform--img {
      width: 110px; } }
  @media only screen and (min-width: 768px) {
    .c-Platform--img {
      margin: 0 auto; } }

.c-Platform--btn {
  width: 264px;
  height: 36px;
  border-radius: 3px;
  background-color: #eb9a11;
  font-size: 13px;
  font-weight: 500;
  margin: 0 auto;
  position: relative;
  display: block;
  padding: 0 !important;
  line-height: 36px; }
  @media only screen and (min-width: 1100px) {
    .c-Platform--btn {
      font-size: 13px;
      font-weight: 500;
      padding: .85714rem 3.57143rem; } }

.c-Platform--steps {
  margin: 2rem 0; }
  @media only screen and (min-width: 1100px) {
    .c-Platform--steps {
      margin: 0 0 60px 0; } }
  .c-Platform--steps.row-count--4 {
    margin: 0 0 0 0; }
    @media only screen and (min-width: 768px) {
      .c-Platform--steps.row-count--4 {
        margin: 0 0 30px 0; } }

.js-stepSlider {
  margin: 0;
  padding: 0;
  position: relative;
  display: block; }
  .js-stepSlider .slick-list {
    width: 290px;
    margin: 0 auto;
    padding: 0; }

.slick-arrow {
  top: 50%;
  position: absolute; }

.fa-chevron-left {
  left: 0; }

.fa-chevron-right {
  right: 0; }

.slick-dots li button {
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #c9c9c9; }
  .slick-dots li button:before {
    content: ''; }

.slick-dots li.slick-active button {
  background: black; }

.c-ExchangeIntro--heading {
  color: #D5BE99;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  text-transform: uppercase;
  padding: 0; }

.entry-content .c-ExchangeIntro {
  width: 100%;
  position: relative;
  display: block;
  background-color: #f6f6fa;
  padding: 17px 19px; }
  .entry-content .c-ExchangeIntro .c-ExchangeIntro--disclaimer-text {
    color: #020202;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.33px;
    line-height: 14px;
    text-align: left; }

.entry-content .c-ExchangeIntro--title {
  color: #2A2A2A;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 31px;
  font-weight: 400 !important;
  letter-spacing: 0.25px;
  line-height: 39px;
  text-align: left;
  margin: 0 0 .5rem 0 !important;
  border-bottom: 0 !important;
  padding-bottom: 0 !important; }

.c-ExchangeIntro--border {
  border-bottom: 1px solid #E3E3F0;
  position: relative;
  display: block;
  width: 100%;
  margin: 0 15px 14px 15px; }
  @media only screen and (min-width: 768px) {
    .c-ExchangeIntro--border {
      margin: 0 15px 14px 15px; } }

.rating-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 200px;
  height: 24px;
  float: left; }
  @media only screen and (min-width: 768px) {
    .rating-holder {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      float: right; } }

.rating--text {
  color: #969595;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 24px;
  width: auto;
  text-align: left;
  text-transform: uppercase;
  margin-right: 5px;
  margin-bottom: 7px;
  left: 0; }
  @media only screen and (min-width: 768px) {
    .rating--text {
      line-height: 24px; } }

.rating--star-container {
  width: 6.78571rem;
  height: 1.35714rem;
  background-image: url("../inc/Images/whitestar.png");
  background-repeat: repeat-x;
  background-size: 1.35714rem 1.35714rem;
  z-index: 1; }

.rating--star {
  height: 1.35714rem;
  background-image: url("../inc/Images/star.png");
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-size: 1.35714rem 1.35714rem;
  z-index: 1; }

.company--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (min-width: 580px) {
    .company--logo {
      display: block; } }
  .company--logo .btn-ghost.fn-sc--exchange-review-comparisons--trigger {
    width: 100%;
    margin-top: 7px;
    padding: .61714rem 0rem; }

.company--logo-image {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 50%;
  height: 100%;
  margin-right: 5px; }
  @media only screen and (min-width: 580px) {
    .company--logo-image {
      width: 100%;
      height: auto; } }

.company--logo a.company--btn-link {
  width: 50%;
  line-height: 36px;
  padding: 0 0.71429rem;
  border-radius: 3px; }
  .company--logo a.company--btn-link:hover {
    text-decoration: none; }
  @media only screen and (min-width: 580px) and (max-width: 1099px) {
    .company--logo a.company--btn-link {
      width: 100%;
      height: 45px;
      line-height: 45px;
      margin-left: 0; } }
  @media only screen and (min-width: 1100px) {
    .company--logo a.company--btn-link {
      width: 100%;
      height: 38px;
      line-height: 38px; } }

p.c-ExchangeIntro-title {
  color: #969595;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10px !important;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 16px;
  text-align: left;
  margin-bottom: 12px;
  display: block;
  text-transform: uppercase;
  word-break: break-all; }

.pros--list {
  position: relative;
  display: block; }
  .pros--list__margin {
    margin: 0;
    padding: 0; }

.pros--text {
  color: #2A2A2A;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 16px;
  text-align: left;
  list-style-type: none;
  margin-bottom: 13px;
  position: relative; }

.fa-check {
  color: #55A200 !important;
  margin-right: 10px; }

.fa-times {
  color: #D3000D !important;
  margin-right: 10px; }

.c-ExchangeIntro-sections {
  position: relative;
  display: block;
  margin-bottom: 20px; }

.c-ExchangeIntro--coin-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%; }
  @media only screen and (min-width: 1200px) {
    .c-ExchangeIntro--coin-list {
      width: 180px;
      display: block; } }

.c-ExchangeIntro--coin-item {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 0;
  margin-right: 6px; }
  @media only screen and (min-width: 768px) and (max-width: 1099px) {
    .c-ExchangeIntro--coin-item {
      margin-right: 5px; } }
  @media only screen and (min-width: 1100px) {
    .c-ExchangeIntro--coin-item {
      margin-right: 8px; } }

.c-ExchangeIntro--coin-images {
  width: 28px;
  height: 28px; }
  @media only screen and (min-width: 768px) {
    .c-ExchangeIntro--coin-images {
      width: 36px;
      height: 36px; } }

.c-ExchangeIntro--coin_morebtn {
  color: #2A2A2A;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 16px;
  text-align: left;
  display: block;
  width: 100%;
  position: relative; }

.c-Platform--company-border {
  border-bottom: 1px solid #e3e3f0;
  padding-bottom: 7px;
  margin-bottom: 7px;
  height: 1px;
  width: 100%;
  display: block; }

.c-Platform--col-title {
  color: #969595;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 16px;
  text-transform: uppercase; }

.c-Platform-company p {
  margin: 0; }

@media only screen and (min-width: 0) and (max-width: 767px) {
  .c-Platforms--spacer {
    margin-bottom: 30px; } }

.c-Platform--regulation {
  text-transform: uppercase; }

.fa.green {
  color: #55a200; }

.fa.red {
  color: #d3000d; }

.c-ExchangeList {
  margin: 3rem 0;
  clear: both; }
  .c-ExchangeList .company--logo {
    text-align: center;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 768px) {
      .c-ExchangeList .company--logo {
        display: block; } }
    .c-ExchangeList .company--logo .link-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      width: 100%; }
      @media (min-width: 768px) {
        .c-ExchangeList .company--logo .link-container {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      .c-ExchangeList .company--logo .link-container a {
        font-size: 0.92857rem; }
        .c-ExchangeList .company--logo .link-container a.btn.btn-primary, .c-ExchangeList .company--logo .link-container a.btn.btn-ghost {
          width: 100%;
          padding: 0.71429rem 0;
          line-height: 1;
          margin-bottom: 0.21429rem; }
        .c-ExchangeList .company--logo .link-container a.btn.btn-primary {
          margin-bottom: 0.21429rem; }
        .c-ExchangeList .company--logo .link-container a.btn.comparison-modal {
          display: none; }
          @media (min-width: 768px) {
            .c-ExchangeList .company--logo .link-container a.btn.comparison-modal {
              display: block;
              margin-left: 10px; } }
  .c-ExchangeList .c-ExchangeIntro {
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .c-ExchangeList .c-ExchangeIntro .company-logo-column {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 192px;
                flex: 0 0 192px;
        max-width: 100%; } }
    @media (min-width: 992px) {
      .c-ExchangeList .c-ExchangeIntro .company-logo-column {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 200px;
                flex: 1 0 200px;
        max-width: 100%; } }
    @media (min-width: 1200px) {
      .c-ExchangeList .c-ExchangeIntro .company-logo-column {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 250px;
                flex: 1 0 250px;
        max-width: 100%; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .c-ExchangeList .c-ExchangeIntro .company-logo-column {
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 0 192px !important;
                flex: 1 0 192px !important; } }
    .c-ExchangeList .c-ExchangeIntro-sections {
      margin-bottom: 0; }
      .c-ExchangeList .c-ExchangeIntro-sections.stocks {
        margin-bottom: 0; }
        .c-ExchangeList .c-ExchangeIntro-sections.stocks h3.c-ExchangeIntro-title {
          margin-bottom: 0; }
      .c-ExchangeList .c-ExchangeIntro-sections .more-coins {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.4px;
        line-height: 16px; }
      .c-ExchangeList .c-ExchangeIntro-sections ul.pros--list.fa-ul {
        margin-left: 0 !important; }
    .c-ExchangeList .c-ExchangeIntro ul.pros--list {
      padding: 0;
      margin: 0; }
      .c-ExchangeList .c-ExchangeIntro ul.pros--list.deposit-method .pros--text {
        padding-left: 0.35714rem; }
    .c-ExchangeList .c-ExchangeIntro .pros--text {
      padding-left: 1.42857rem;
      position: relative; }
      .c-ExchangeList .c-ExchangeIntro .pros--text .fa-check {
        position: absolute;
        top: 0.14286rem;
        left: 0; }
    .c-ExchangeList .c-ExchangeIntro-compare {
      display: block;
      margin-bottom: 1.07143rem; }
      .c-ExchangeList .c-ExchangeIntro-compare a {
        width: 100%; }
      @media (min-width: 768px) {
        .c-ExchangeList .c-ExchangeIntro-compare {
          display: none; } }
    .c-ExchangeList .c-ExchangeIntro .recommended-label {
      color: #3FD3BB;
      background-color: #020202;
      padding: 0.14286rem 0.57143rem;
      position: absolute;
      top: -0.71429rem;
      right: 0;
      font-size: 0.85714rem; }
    .c-ExchangeList .c-ExchangeIntro .broker-count {
      background-color: #3FD3BB;
      padding: 0 0.64286rem;
      font-size: 1.28571rem;
      border-radius: 71.42857rem;
      color: #ffffff; }
      @media (min-width: 768px) {
        .c-ExchangeList .c-ExchangeIntro .broker-count {
          position: relative;
          top: -5px; } }
    .c-ExchangeList .c-ExchangeIntro h3.c-ExchangeIntro-title {
      margin: 10px 0; }
  .c-ExchangeList a.c-ExchangeList--partnerBtn.btn {
    font-size: 0.92857rem;
    line-height: 0;
    padding: 1.07143rem 0.71429rem; }
  .c-ExchangeList a.c-ExchangeList--coinBtn.btn {
    width: 90%;
    padding: 0.42857rem 3.57143rem; }
  .c-ExchangeList a.c-ExchangeList--viewMoreBtn.btn {
    width: 100%;
    font-weight: 500; }
  .c-ExchangeList--more {
    text-align: center; }
    .c-ExchangeList--more-trigger {
      font-size: 0.85714rem;
      padding-bottom: 1.07143rem;
      display: block;
      color: #8990DC !important;
      cursor: pointer; }
      .c-ExchangeList--more-trigger:after {
        content: '\f078';
        font-family: FontAwesome;
        margin-left: 0.35714rem;
        vertical-align: top;
        display: inline-block;
        margin-top: -0.07143rem;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
      .c-ExchangeList--more-trigger:hover {
        text-decoration: none;
        color: #626bd0 !important; }
      .c-ExchangeList--more-trigger.open:after {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); }
    .c-ExchangeList--more-details--container {
      width: 100%;
      height: 0px;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      overflow: hidden;
      padding: 0 1.78571rem; }
      .c-ExchangeList--more-details--container.open {
        height: auto;
        padding: 1.78571rem; }
    .c-ExchangeList--more-details--accountInformation, .c-ExchangeList--more-details--fees {
      text-align: left; }
      .c-ExchangeList--more-details--accountInformation-item, .c-ExchangeList--more-details--fees-item {
        width: 100%;
        font-size: 0.85714rem;
        line-height: 1;
        padding: 0.71429rem 0;
        border-bottom: 0.07143rem solid #d3d3d3; }
        @media (min-width: 768px) {
          .c-ExchangeList--more-details--accountInformation-item, .c-ExchangeList--more-details--fees-item {
            width: 90%; } }
        .c-ExchangeList--more-details--accountInformation-item:last-of-type, .c-ExchangeList--more-details--fees-item:last-of-type {
          border-bottom: 0; }
        .c-ExchangeList--more-details--accountInformation-item .key,
        .c-ExchangeList--more-details--accountInformation-item .value, .c-ExchangeList--more-details--fees-item .key,
        .c-ExchangeList--more-details--fees-item .value {
          display: inline-block; }
          .c-ExchangeList--more-details--accountInformation-item .key::first-letter,
          .c-ExchangeList--more-details--accountInformation-item .value::first-letter, .c-ExchangeList--more-details--fees-item .key::first-letter,
          .c-ExchangeList--more-details--fees-item .value::first-letter {
            text-transform: uppercase; }
        .c-ExchangeList--more-details--accountInformation-item .key, .c-ExchangeList--more-details--fees-item .key {
          width: 60%;
          padding-right: 0.71429rem;
          font-weight: 400;
          vertical-align: top; }
        .c-ExchangeList--more-details--accountInformation-item .value, .c-ExchangeList--more-details--fees-item .value {
          width: 40%;
          font-weight: 500; }

@media (max-width: 767.98px) {
  .c-ExchangeList--more-details--accountInformation-item {
    width: 100%; }
  .company--logo .link-container a.btn.btn-primary, .company--logo .link-container a.btn.btn-ghost {
    width: 100%;
    padding: 0.71429rem 0;
    line-height: 1; }
  .company--logo .link-container a.btn.btn-primary {
    margin-bottom: 0.21429rem; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .c-ExchangeList a.btn.btn-primary {
    width: 100%;
    padding: 0.71429rem !important; }
  .c-ExchangeList a.btn.btn-ghost {
    width: 100%;
    padding: 0.71429rem;
    font-size: 11px; }
  h3.c-ExchangeIntro-title {
    letter-spacing: 0px; } }

@media (min-width: 768px) {
  .c-ExchangeList .company--logo {
    margin-bottom: 1.78571rem; }
    .c-ExchangeList .company--logo .link-container a.btn-ghost {
      width: 100%;
      text-align: center;
      font-weight: 500; }
  .c-ExchangeList .c-ExchangeIntro {
    padding: 0.57143rem 1.35714rem; }
    .c-ExchangeList .c-ExchangeIntro h3.c-ExchangeIntro-title {
      margin-bottom: 0.85714rem;
      word-break: break-all; }
    .c-ExchangeList .c-ExchangeIntro .rating-holder {
      padding-top: 0.71429rem; }
  .c-ExchangeList .btn-primary {
    margin-bottom: 1.07143rem;
    font-weight: 500;
    padding: 0.85714rem 1.78571rem !important;
    width: 100%;
    text-align: center; } }

@media (min-width: 992px) {
  .c-ExchangeList .c-ExchangeIntro {
    padding: 1.21429rem 1.35714rem; }
  .c-ExchangeList .rating-holder {
    padding-top: 1.78571rem; } }

.c-Trusted {
  background-color: #f6f6fa;
  border: 2px solid #55A200;
  padding: 22px 17px 15px 17px;
  position: relative;
  display: block; }
  .c-Trusted .c-Trusted--btn-link {
    padding: 0;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    width: 100%;
    text-align: center; }

.c-Trusted--title {
  background-image: url("../inc/Images/thumbs-up.svg");
  padding-left: 30px;
  background-repeat: no-repeat;
  color: #55a200;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.14px;
  line-height: 24px; }

.c-Negative--title {
  background-image: url("../inc/Images/flag.svg");
  padding-left: 30px;
  background-repeat: no-repeat;
  color: #d3000d;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.14px;
  line-height: 24px; }

.c-Trusted--text {
  color: #2A2A2A;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 16px; }

.c-Trusted--logo-holder {
  margin-bottom: 7px; }

.c-Trusted--disclaimer {
  margin: 0;
  text-align: center;
  color: #9b9ba6;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.33px;
  line-height: 13px; }

.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .row-eq-height > [class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.js-otherExchanges .fa-chevron-left {
  left: 20px; }

.js-otherExchanges .fa-chevron-right {
  right: 20px; }

.otherComparison--logo {
  display: block; }

.otherComparison--logo-image {
  position: relative;
  display: block;
  margin-bottom: 6px;
  width: 100%;
  height: 100%;
  margin-right: 5px; }
  @media only screen and (min-width: 580px) {
    .otherComparison--logo-image {
      height: auto; } }

.otherComparison--block {
  position: relative;
  display: block;
  background-color: #f6f6fa;
  padding: 20px 12px;
  height: 100%; }
  .otherComparison--block .rating--text {
    position: absolute;
    left: 0; }

.otherComparison--heading {
  color: #D5BE99;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase; }

.otherComparison--header h2 {
  color: #2A2A2A;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.15px;
  line-height: 24px;
  margin-bottom: 4px !important; }

.otherComparison--header .rating-holder {
  width: 100%;
  margin-bottom: 5px; }

.otherComparison--header .rating--star-container {
  position: absolute;
  right: 0; }

.otherComparison--body {
  position: relative;
  display: block; }
  .otherComparison--body .company--title {
    color: #969595;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 14px;
    text-transform: uppercase; }
  .otherComparison--body .pros--list {
    position: relative;
    display: block;
    padding-bottom: 60px; }

.otherComparison--text {
  color: #2A2A2A;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px; }

.otherComparison--readmore {
  color: #8990DC;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
  width: 100%;
  float: left; }
  .otherComparison--readmore .fa {
    padding-left: 10px; }

.otherComparison--greytext {
  color: #969595;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 14px;
  text-transform: uppercase; }

.otherComparison--footer {
  position: absolute;
  bottom: 20px;
  display: block;
  width: calc(100% - 24px); }
  .otherComparison--footer .btn {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0; }

.ex-userReview {
  display: block;
  width: 100%; }
  .ex-userReview--wrapper {
    background-color: #f6f6fa;
    padding: 17px 19px; }
    .ex-userReview--wrapper .fin-widget-title {
      font-size: 24px !important;
      font-weight: 400;
      border-bottom: 1px solid #E3E3F0;
      padding-bottom: .41429rem; }
    .ex-userReview--wrapper .ex-userreview-list .review--section {
      background-color: transparent;
      border-bottom: 1px solid #E3E3F0;
      padding-bottom: 15px;
      margin: 1rem 0; }
      .ex-userReview--wrapper .ex-userreview-list .review--section:last-child {
        border-bottom: 1px solid transparent; }
    .ex-userReview--wrapper .ex-userreview-list .review--title {
      width: 100%;
      height: 24px;
      display: block;
      font-size: 18px !important;
      font-weight: 400;
      margin: 0;
      padding: 0; }
    .ex-userReview--wrapper .ex-userreview-list .review--user {
      color: #969595 !important;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 10px !important;
      font-weight: 400;
      margin: 0;
      padding: 8px 0;
      letter-spacing: 1.5px;
      text-transform: uppercase; }
    .ex-userReview--wrapper .ex-userreview-list .review--rating {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 200px;
      height: 24px; }
      .ex-userReview--wrapper .ex-userreview-list .review--rating .rating--star {
        width: 24px;
        height: 24px;
        position: absolute;
        display: block;
        background-image: url("../inc/Images/star.png");
        float: left;
        background-size: 19px !important;
        background-repeat: no-repeat;
        z-index: 1; }
        .ex-userReview--wrapper .ex-userreview-list .review--rating .rating--star.whitestar {
          background-image: url("../inc/Images/whitestar.png");
          background-size: 19px;
          z-index: 0; }
        .ex-userReview--wrapper .ex-userreview-list .review--rating .rating--star.star-1 {
          left: 0px; }
        .ex-userReview--wrapper .ex-userreview-list .review--rating .rating--star.star-2 {
          left: 25px; }
        .ex-userReview--wrapper .ex-userreview-list .review--rating .rating--star.star-3 {
          left: 50px; }
        .ex-userReview--wrapper .ex-userreview-list .review--rating .rating--star.star-4 {
          left: 75px; }
        .ex-userReview--wrapper .ex-userreview-list .review--rating .rating--star.star-5 {
          left: 100px; }
        .ex-userReview--wrapper .ex-userreview-list .review--rating .rating--star.whitestar-1 {
          left: 0px; }
        .ex-userReview--wrapper .ex-userreview-list .review--rating .rating--star.whitestar-2 {
          left: 25px; }
        .ex-userReview--wrapper .ex-userreview-list .review--rating .rating--star.whitestar-3 {
          left: 50px; }
        .ex-userReview--wrapper .ex-userreview-list .review--rating .rating--star.whitestar-4 {
          left: 75px; }
        .ex-userReview--wrapper .ex-userreview-list .review--rating .rating--star.whitestar-5 {
          left: 100px; }
    .ex-userReview--wrapper .ex-userreview-list .review--text {
      margin-top: .5rem;
      font-size: 15px !important;
      color: #2A2A2A; }
    .ex-userReview--wrapper .ex-userreview-list.slick-slider .slick-arrow {
      line-height: 0;
      position: absolute;
      top: 50%;
      display: block;
      padding: 0;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      cursor: pointer;
      border: none;
      outline: none;
      background: transparent;
      z-index: 300; }
      .ex-userReview--wrapper .ex-userreview-list.slick-slider .slick-arrow.fa-chevron-left {
        left: 3px; }
      .ex-userReview--wrapper .ex-userreview-list.slick-slider .slick-arrow.fa-chevron-right {
        right: 3px; }
    @media (max-width: 375px) {
      .ex-userReview--wrapper .ex-userreview-list.slick-slider .slick-slide {
        width: 235px !important; } }
    @media (max-width: 425px) {
      .ex-userReview--wrapper .ex-userreview-list.slick-slider .slick-slide {
        width: 265px !important;
        margin: 0 50px; } }
    .ex-userReview--wrapper .ex-userreview-list.slick-slider .slick-slide .review-rating {
      margin-top: 1.3rem; }
    .ex-userReview--wrapper .ex-userreview-list.slick-slider .slick-dots {
      bottom: -10px; }
      .ex-userReview--wrapper .ex-userreview-list.slick-slider .slick-dots li {
        width: 9px;
        height: 9px; }
        .ex-userReview--wrapper .ex-userreview-list.slick-slider .slick-dots li button {
          width: 9px;
          height: 9px;
          padding: 3px; }
          .ex-userReview--wrapper .ex-userreview-list.slick-slider .slick-dots li button:before {
            content: '' !important;
            background-color: black;
            width: 9px;
            height: 9px;
            border-radius: 50%; }
    .ex-userReview--wrapper .fix-review-text h1 {
      font-size: 24px !important;
      font-weight: 400;
      line-height: 30px;
      border-bottom: 1px solid #E3E3F0;
      padding-bottom: .6rem;
      margin-top: 1rem; }
    .ex-userReview--wrapper #reviewform .comment-notes {
      display: none; }
    .ex-userReview--wrapper #reviewform .form-group label {
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.4px;
      line-height: 16px; }
    .ex-userReview--wrapper #reviewform .form-group.comment-form-author {
      width: 70%; }
      @media (max-width: 576px) {
        .ex-userReview--wrapper #reviewform .form-group.comment-form-author {
          width: 100%; } }
    .ex-userReview--wrapper #reviewform .form-group.comment-form-email {
      width: 70%; }
      @media (max-width: 576px) {
        .ex-userReview--wrapper #reviewform .form-group.comment-form-email {
          width: 100%; } }
    .ex-userReview--wrapper #reviewform .comment-form-url,
    .ex-userReview--wrapper #reviewform .comment-form-cookies-consent {
      display: none; }
    .ex-userReview--wrapper #reviewform .review-form-rating label {
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.4px;
      line-height: 16px;
      margin-bottom: 0; }
    .ex-userReview--wrapper #reviewform .review-form-rating .reviewratingbox {
      margin-bottom: 1.2rem; }
    .ex-userReview--wrapper #reviewform .reviewrating {
      unicode-bidi: bidi-override;
      direction: rtl; }
      .ex-userReview--wrapper #reviewform .reviewrating > input {
        display: none; }
        .ex-userReview--wrapper #reviewform .reviewrating > input + label {
          display: inline-block;
          overflow: hidden;
          text-indent: 9999px;
          width: 25px;
          height: 25px;
          white-space: nowrap;
          cursor: pointer;
          position: relative; }
          .ex-userReview--wrapper #reviewform .reviewrating > input + label:before {
            display: inline-block;
            text-indent: -9999px;
            content: "";
            width: 25px;
            height: 24px;
            background: url(../inc/Images/whitestar.png);
            background-size: 19px;
            background-repeat: no-repeat;
            position: absolute;
            top: 0;
            left: 0;
            background-position: center; }
        .ex-userReview--wrapper #reviewform .reviewrating > input:checked ~ label:before,
        .ex-userReview--wrapper #reviewform .reviewrating > input + label:hover ~ label:before,
        .ex-userReview--wrapper #reviewform .reviewrating > input + label:hover:before {
          content: "";
          display: inline-block;
          width: 25px;
          height: 24px;
          background-image: url(../inc/Images/star.png);
          background-size: 19px;
          background-repeat: no-repeat;
          position: absolute;
          top: 0;
          left: 0;
          background-position: center; }
      .ex-userReview--wrapper #reviewform .reviewrating:hover > input + label:before {
        content: "";
        background: url(../inc/Images/whitestar.png);
        background-size: 19px;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        background-position: center; }
      .ex-userReview--wrapper #reviewform .reviewrating:hover > input + label:hover ~ label:before,
      .ex-userReview--wrapper #reviewform .reviewrating:hover > input + label:hover:before {
        content: "";
        background-image: url(../inc/Images/star.png);
        background-size: 19px;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        background-position: center; }
    .ex-userReview--wrapper #reviewform .required {
      color: #d3000d; }
    .ex-userReview--wrapper #reviewform .form-submit .btn-primary {
      padding: .575rem 1.6rem !important; }

.ex-UserReviewHome--bg {
  background-color: #f6f6fa;
  padding: 15px;
  height: 100%; }

.ex-UserReviewHome--title {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0; }

.ex-UserReviewHome--author {
  color: #969595;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 16px;
  text-transform: uppercase; }

.ex-UserReviewHome--text {
  height: 106px;
  overflow: hidden;
  margin-bottom: 1rem; }

.ex-UserReviewHome--rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 200px;
  height: 30px; }
  .ex-UserReviewHome--rating .rating--star {
    width: 24px;
    height: 24px;
    position: absolute;
    display: block;
    background-image: url("../inc/Images/star.png");
    float: left;
    background-size: 19px !important;
    background-repeat: no-repeat;
    z-index: 1; }
    .ex-UserReviewHome--rating .rating--star.whitestar {
      background-image: url("../inc/Images/whitestar.png");
      background-size: 19px;
      z-index: 0; }
    .ex-UserReviewHome--rating .rating--star.star-1 {
      left: 0px; }
    .ex-UserReviewHome--rating .rating--star.star-2 {
      left: 25px; }
    .ex-UserReviewHome--rating .rating--star.star-3 {
      left: 50px; }
    .ex-UserReviewHome--rating .rating--star.star-4 {
      left: 75px; }
    .ex-UserReviewHome--rating .rating--star.star-5 {
      left: 100px; }
    .ex-UserReviewHome--rating .rating--star.whitestar-1 {
      left: 0px; }
    .ex-UserReviewHome--rating .rating--star.whitestar-2 {
      left: 25px; }
    .ex-UserReviewHome--rating .rating--star.whitestar-3 {
      left: 50px; }
    .ex-UserReviewHome--rating .rating--star.whitestar-4 {
      left: 75px; }
    .ex-UserReviewHome--rating .rating--star.whitestar-5 {
      left: 100px; }

.ex-UserReviewHome .btn-primary {
  width: 120px;
  height: 36px;
  border-radius: 3px;
  border: 1px solid #2e88c4;
  background-color: #ffffff;
  color: #2e88c4 !important;
  padding: 7px !important; }
  .ex-UserReviewHome .btn-primary:hover {
    color: white !important; }

.articleBlock--header {
  background-color: #e4eef6;
  width: 100%;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: 768px) {
    .articleBlock--header {
      height: 170px; } }
  .articleBlock--header img {
    width: 99px; }
    @media only screen and (min-width: 768px) {
      .articleBlock--header img {
        width: 215px; } }

.articleBlock--no-header {
  background-color: #e4eef6;
  width: 100%;
  height: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.articleBlock--main {
  background-color: #f6f6fa;
  padding: 0 20px 20px 20px;
  width: 100%; }

.articleBlock--title {
  color: #2A2A2A;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  border-bottom: 1px solid #e3e3f0;
  text-align: center;
  padding: 25px 0;
  margin-bottom: 25px; }

.articleBlock--list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0; }
  .articleBlock--list .fa {
    width: 25px;
    font-size: 16px;
    margin: 0 10px; }
  .articleBlock--list li {
    line-height: 28px;
    color: #2A2A2A;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.27px;
    text-align: left;
    list-style-type: none;
    margin-bottom: 13px; }

.articleBlock--text li {
  color: #2A2A2A;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.27px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 8px; }

.articleBlock--text p {
  color: #2A2A2A;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.27px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 13px; }

.c-ArticleBlock-signUp {
  position: relative;
  border-top: 8px solid #e3e3f0;
  border-bottom: 8px solid #e3e3f0;
  padding: 11px 0; }
  .c-ArticleBlock-signUp .c-ArticleBlock--form {
    padding: 0; }
  @media only screen and (min-width: 1100px) {
    .c-ArticleBlock-signUp .form-group {
      margin-bottom: 0; } }

.c-ArticleBlock--title {
  color: #2A2A2A;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.14px;
  line-height: 22px; }

.c-ArticleBlock--text {
  color: #2A2A2A;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.27px;
  line-height: 20px; }

.dataTables_info {
  display: none; }

table {
  background-color: #f6f6fa; }
  table thead th {
    color: #2A2A2A;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 12px;
    font-weight: 600 !important;
    border-bottom: 1px solid #e3e3f0 !important;
    text-transform: uppercase;
    padding: 10px 25px !important;
    position: relative; }
    table thead th.sorting_desc {
      background-image: none !important; }
      table thead th.sorting_desc:after {
        content: "";
        background-image: url(../inc/Images/icon-sort.png);
        width: 6px;
        height: 5px;
        display: block;
        position: absolute;
        right: 17px;
        top: 18px;
        background-repeat: no-repeat;
        background-size: 6px;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    table thead th.sorting_asc {
      background-image: none !important; }
      table thead th.sorting_asc:after {
        content: "";
        background-image: url(../inc/Images/icon-sort.png);
        width: 6px;
        height: 5px;
        display: block;
        position: absolute;
        right: 17px;
        top: 14px;
        background-repeat: no-repeat;
        background-size: 6px; }
    table thead th.sorting {
      background-image: none !important; }
      table thead th.sorting:after {
        content: "";
        background-image: url(../inc/Images/icon-sort.png);
        width: 6px;
        height: 9px;
        display: block;
        position: absolute;
        right: 17px;
        top: 14px;
        background-repeat: no-repeat;
        background-size: 6px; }
  table tbody {
    background-color: #f6f6fa; }
    table tbody td {
      color: #2A2A2A;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 12px;
      font-weight: 400;
      border-top: 1px solid #e3e3f0;
      background-color: #f6f6fa;
      padding: 10px 25px !important; }
  table.no-footer {
    border-bottom: none !important; }

#historyGraph_wrapper {
  margin-bottom: 40px;
  overflow-x: scroll; }
  @media only screen and (min-width: 768px) {
    #historyGraph_wrapper {
      overflow-x: auto; } }

.historic-echart {
  width: 100%;
  height: 500px; }
  .historic-echart--container {
    width: 100%;
    height: 35.71429rem;
    margin-bottom: 3.57143rem;
    position: relative; }
    .historic-echart--container.loading {
      background-color: #020202;
      width: 100%;
      height: 100%; }
      .historic-echart--container.loading:before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #020202; }

.c-realTimeQuote {
  width: 100%;
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 5px 25px; }
  .c-realTimeQuote .row-border {
    border-top: 1px solid #ddd; }
    .c-realTimeQuote .row-border:first-child {
      border-top: none; }

.c-realTimeQuote--label {
  position: relative;
  color: #2A2A2A;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.4px;
  height: 40px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.c-realTimeQuote--price {
  color: #2A2A2A;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 0; }

.comparison-column {
  padding: 15px 0;
  position: relative;
  display: block; }

.js-comparisonColumn {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%; }
  .js-comparisonColumn .swiper-slide {
    padding: 0 60px; }
    @media only screen and (min-width: 768px) {
      .js-comparisonColumn .swiper-slide {
        padding: 0; } }
  .js-comparisonColumn .js-arrows {
    position: absolute;
    top: 50%;
    display: block;
    z-index: 10; }
  .js-comparisonColumn .button-next {
    right: 20px; }
  .js-comparisonColumn .button-prev {
    left: 20px; }

.comparison-column--holder {
  background-color: #f6f6fa;
  padding: 10px 15px 75px 15px;
  position: relative;
  display: block;
  height: 100%; }
  @media only screen and (min-width: 768px) {
    .comparison-column--holder {
      margin: 0 10px; } }
  .comparison-column--holder .rating-holder {
    width: 100%; }
  .comparison-column--holder .rating--star-container {
    position: absolute;
    right: 0; }
    @media only screen and (min-width: 768px) {
      .comparison-column--holder .rating--star-container {
        left: 0;
        right: auto; } }

.company--description {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  color: #2A2A2A;
  margin-bottom: 10px; }

.company--readmore-link {
  position: relative;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 500;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  line-height: 16px;
  display: inline-block;
  width: 70%; }
  @media only screen and (min-width: 768px) and (max-width: 1099px) {
    .company--readmore-link {
      width: 100%; } }
  .company--readmore-link:after {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    padding: 0;
    color: #8990DC;
    width: 24px;
    height: 24px; }

.comparison-column--footer {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 45px; }
  .comparison-column--footer .btn-primary {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 80%;
    padding: 0;
    height: 38px;
    line-height: 38px;
    text-align: center; }

.c-NewsSlider--info {
  background-color: #ffffff;
  height: 100%; }
  @media only screen and (min-width: 768px) {
    .c-NewsSlider--info {
      min-height: 170px; } }

body.something {
  background-color: red; }

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .css-newsSlider {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap; } }

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .css-newsSlider > .col {
    float: none;
    display: inline-block;
    white-space: normal; } }

@media only screen and (min-width: 768px) {
  .css-newsSlider .col {
    margin-bottom: 30px; } }

.css-newsSlider .c-NewsSlider--post-cat {
  text-align: left;
  width: 100%;
  position: relative;
  display: inline-block; }
  @media only screen and (min-width: 768px) {
    .css-newsSlider .c-NewsSlider--post-cat {
      line-height: 18px; } }
  .css-newsSlider .c-NewsSlider--post-cat a {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 12px;
    font-weight: 500;
    height: 18px;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-transform: uppercase;
    text-align: left; }

.css-newsSlider .c-NewsSlider--post-text h4 {
  text-align: left; }
  .css-newsSlider .c-NewsSlider--post-text h4 a {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 15px;
    text-align: left; }

.css-newsSlider .c-NewsSlider--post-date {
  text-align: left;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10px;
  font-weight: normal;
  height: 14px;
  letter-spacing: 1.5px;
  line-height: 14px; }

.c-FundamentalsTabs {
  background-color: #F6F6FA;
  padding: 1.78571rem; }
  .c-FundamentalsTabs .text-vertical-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left; }
  @media only screen and (min-width: 200px) and (max-width: 991px) {
    .c-FundamentalsTabs {
      overflow: auto; } }
  @media only screen and (min-width: 200px) and (max-width: 991px) {
    .c-FundamentalsTabs--wrapper {
      width: 730px; } }
  .c-FundamentalsTabs .row-border {
    border-top: 1px solid #ddd;
    margin-left: 0;
    margin-right: 0;
    min-height: 35px;
    height: auto; }
    .c-FundamentalsTabs .row-border:first-child {
      border-top: none; }
  .c-FundamentalsTabs--title {
    margin-bottom: 1.07143rem;
    border-bottom: 0.07143rem solid #d3d3d3;
    padding-bottom: 1.07143rem;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.71429rem;
    font-weight: normal;
    color: #020202; }
  .c-FundamentalsTabs--sub-title {
    color: #969595;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.71429rem;
    font-weight: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 0; }
  .c-FundamentalsTabs--label {
    color: #2A2A2A;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.85714rem;
    font-weight: normal;
    letter-spacing: 0.4px;
    padding: 8px 0;
    margin-bottom: 0; }
    .c-FundamentalsTabs--label.disclaimer {
      padding-top: 20px; }
  .c-FundamentalsTabs--value {
    color: #2A2A2A;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.85714rem;
    font-weight: 500;
    letter-spacing: 0.4px;
    line-height: 35px;
    margin-bottom: 0; }
  .c-FundamentalsTabs--tabs .nav-tabs {
    margin-bottom: 1.07143rem; }
    .c-FundamentalsTabs--tabs .nav-tabs .nav-item {
      width: 25%;
      text-align: center;
      border: none;
      border-bottom: 0.42857rem solid #d3d3d3;
      padding-bottom: 1.42857rem;
      font-size: 0.85714rem;
      cursor: pointer;
      color: #579FCF; }
      .c-FundamentalsTabs--tabs .nav-tabs .nav-item.active {
        color: #579FCF;
        background-color: transparent;
        border: none;
        border-bottom: 0.42857rem solid #579FCF; }
      .c-FundamentalsTabs--tabs .nav-tabs .nav-item:hover {
        border: none;
        border-bottom: 0.42857rem solid #7fb6da;
        color: #589fcf; }
      .c-FundamentalsTabs--tabs .nav-tabs .nav-item img {
        display: block;
        margin: 0 auto 0.21429rem;
        width: 2.14286rem;
        height: 2.14286rem; }
  .c-FundamentalsTabs--tabs .tab-content .accordion .card {
    margin-bottom: 0.35714rem;
    border: none; }
    .c-FundamentalsTabs--tabs .tab-content .accordion .card .card-header {
      background-color: #ffffff;
      border: none;
      padding: 0; }
      .c-FundamentalsTabs--tabs .tab-content .accordion .card .card-header a {
        padding: 1.64286rem 2.85714rem 1.64286rem 1.21429rem;
        width: 100%;
        height: 100%;
        text-align: left;
        color: #2A2A2A;
        background-color: #ffffff;
        border: none;
        -webkit-transition: none;
        transition: none;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 0.85714rem; }
        .c-FundamentalsTabs--tabs .tab-content .accordion .card .card-header a:focus {
          text-decoration: none; }
      .c-FundamentalsTabs--tabs .tab-content .accordion .card .card-header .icon-container {
        width: 3.57143rem;
        display: inline-block;
        vertical-align: top;
        position: absolute;
        top: 2.14286rem;
        right: 0;
        cursor: pointer; }
        .c-FundamentalsTabs--tabs .tab-content .accordion .card .card-header .icon-container .closed .vertical {
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
        .c-FundamentalsTabs--tabs .tab-content .accordion .card .card-header .icon-container .closed .horizontal {
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          opacity: 1; }
        .c-FundamentalsTabs--tabs .tab-content .accordion .card .card-header .icon-container .opened {
          opacity: 1; }
          .c-FundamentalsTabs--tabs .tab-content .accordion .card .card-header .icon-container .opened .vertical {
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg); }
          .c-FundamentalsTabs--tabs .tab-content .accordion .card .card-header .icon-container .opened .horizontal {
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
            opacity: 0; }
        .c-FundamentalsTabs--tabs .tab-content .accordion .card .card-header .icon-container .circle-plus {
          font-size: 1em;
          opacity: 1; }
        .c-FundamentalsTabs--tabs .tab-content .accordion .card .card-header .icon-container .circle-plus .circle {
          position: relative;
          width: 100%; }
          .c-FundamentalsTabs--tabs .tab-content .accordion .card .card-header .icon-container .circle-plus .circle .horizontal {
            position: absolute;
            background-color: #020202;
            width: 1.07143rem;
            height: 0.14286rem;
            left: 50%;
            margin-left: -0.42857rem;
            top: 50%;
            margin-top: -0.17857rem; }
          .c-FundamentalsTabs--tabs .tab-content .accordion .card .card-header .icon-container .circle-plus .circle .vertical {
            position: absolute;
            background-color: #020202;
            width: 0.14286rem;
            height: 1.07143rem;
            left: 50%;
            margin-left: 0;
            top: 50%;
            margin-top: -0.64286rem; }
    .c-FundamentalsTabs--tabs .tab-content .accordion .card .card-body {
      background-color: #ffffff;
      border-top: 0.14286rem solid #3FD3BB; }
      .c-FundamentalsTabs--tabs .tab-content .accordion .card .card-body--row {
        width: 100%;
        border-bottom: 0.07143rem solid #d3d3d3; }
        .c-FundamentalsTabs--tabs .tab-content .accordion .card .card-body--row-label, .c-FundamentalsTabs--tabs .tab-content .accordion .card .card-body--row-value {
          width: 49%;
          display: inline-block;
          text-transform: initial;
          margin-bottom: 0.35714rem;
          margin-top: 0.35714rem;
          font-size: 0.85714rem;
          vertical-align: top; }
          .c-FundamentalsTabs--tabs .tab-content .accordion .card .card-body--row-label::first-letter, .c-FundamentalsTabs--tabs .tab-content .accordion .card .card-body--row-value::first-letter {
            text-transform: uppercase; }
        .c-FundamentalsTabs--tabs .tab-content .accordion .card .card-body--row-label {
          text-transform: uppercase;
          font-family: "Source Sans Pro", sans-serif; }

@media (min-width: 768px) {
  .c-DetailsTabs {
    padding: 1.07143rem; }
    .c-DetailsTabs--tabs .nav-tabs .nav-item {
      font-size: 0.85714rem;
      font-weight: 500;
      padding: 0.35714rem 1rem 1rem; }
      .c-DetailsTabs--tabs .nav-tabs .nav-item img {
        display: inline-block;
        margin: 0 0.35714rem 0 0; }
    .c-DetailsTabs--tabs .tab-content .accordion .card .card-body--row-label {
      width: 40%; }
    .c-DetailsTabs--tabs .tab-content .accordion .card .card-body--row-value {
      width: 59%; } }

@media (min-width: 992px) {
  .c-DetailsTabs--tabs .tab-content .accordion .card .card-body--row-label, .c-DetailsTabs--tabs .tab-content .accordion .card .card-body--row-value {
    margin: 0.57143rem 0; } }

.related-top-stocks_container {
  position: relative;
  display: block;
  border: 1px solid #E3E3F0;
  border-bottom: none; }

.related-top-stocks_holder {
  position: relative;
  display: block;
  margin: 0;
  padding: 13px 12px;
  border-bottom: 1px solid #E3E3F0; }

.related-top-stocks_name {
  color: #2A2A2A;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: normal;
  height: 20px;
  letter-spacing: 0px;
  line-height: 20px;
  margin-bottom: 8px; }

.c-RelatedStock--price {
  color: #2A2A2A;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: normal;
  height: 16px;
  letter-spacing: 0.21px;
  line-height: 16px;
  margin: 0;
  padding: 0; }

.c-RelatedStock--change {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.27px;
  line-height: 20px;
  padding: 0 25px 0 0;
  text-align: right;
  margin: 0; }
  .c-RelatedStock--change .js-changepct--value {
    text-align: right; }
  .c-RelatedStock--change.loss {
    color: #d3000d; }
    .c-RelatedStock--change.loss:after {
      content: '';
      background-image: url("../inc/Images/loss.png");
      width: 20px;
      height: 20px;
      display: inline-block;
      background-size: 20px;
      background-repeat: no-repeat;
      position: absolute;
      right: 13px;
      top: 0; }
  .c-RelatedStock--change.profit {
    color: #55a200; }
    .c-RelatedStock--change.profit:after {
      content: '';
      background-image: url("../inc/Images/profit.png");
      width: 20px;
      height: 20px;
      display: inline-block;
      background-size: 20px;
      background-repeat: no-repeat;
      position: absolute;
      right: 13px;
      top: 0; }

.bg-grey {
  position: relative;
  display: block;
  padding: 5px 0 30px 0;
  background: #f6f6f6; }

.bg-light {
  position: relative;
  display: block;
  padding: 10px 0 30px 0; }

.c-ProductHub {
  position: relative;
  margin-bottom: 15px; }
  @media only screen and (min-width: 992px) {
    .c-ProductHub {
      margin-bottom: 24px; } }
  .c-ProductHub--link {
    overflow: auto;
    height: auto !important; }
    .c-ProductHub--link a {
      color: #2679c9;
      font-weight: 600;
      font-size: 13px; }
      .c-ProductHub--link a:hover {
        color: #1E5D86;
        text-decoration: underline; }
  .c-ProductHub--title {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 17px;
    font-weight: normal;
    height: 23px;
    line-height: 23px;
    text-transform: uppercase;
    color: #606060; }
  @media only screen and (min-width: 768px) {
    .c-ProductHub--post-title {
      height: 50px !important; } }
  .c-ProductHub--post-date {
    color: #a1a1a1; }

.product-hub--container .c-LatestFeed.c-NewsMain--column {
  margin-bottom: 24px !important; }

.c-TitleIcon {
  position: relative;
  display: block;
  margin-bottom: 21px; }
  .c-TitleIcon--icon {
    position: relative;
    display: block;
    float: left;
    width: 55px;
    height: 42px;
    margin-right: 10px; }
    @media only screen and (min-width: 992px) {
      .c-TitleIcon--icon {
        height: 53px;
        width: 70px; } }
  .c-TitleIcon--title {
    color: #2a2a2a;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) {
      .c-TitleIcon--title {
        font-size: 36px;
        font-weight: 600;
        letter-spacing: 0px;
        line-height: 53px; } }

.c-CarouselSlider {
  position: relative;
  display: block;
  border-top: 1px solid #e3e3f0;
  border-bottom: 1px solid #e3e3f0;
  padding-top: 15px;
  padding-bottom: 15px; }
  .c-CarouselSlider .js-CarouselSlider {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 40px 0 40px;
    height: 30px;
    overflow: hidden; }
    @media only screen and (min-width: 992px) {
      .c-CarouselSlider .js-CarouselSlider {
        padding: 0 45px;
        height: 57px; } }
    .c-CarouselSlider .js-CarouselSlider .slick-arrow {
      top: 30%; }
      @media only screen and (min-width: 992px) {
        .c-CarouselSlider .js-CarouselSlider .slick-arrow {
          top: 42%; } }
    .c-CarouselSlider .js-CarouselSlider--left-button {
      left: 15px; }
    .c-CarouselSlider .js-CarouselSlider--right-button {
      right: 15px; }
  .c-CarouselSlider--item-holder {
    position: relative;
    display: block;
    width: 100%;
    height: 30px; }
    @media only screen and (min-width: 768px) {
      .c-CarouselSlider--item-holder {
        height: 57px; } }
  .c-CarouselSlider--img {
    position: relative;
    left: 0;
    top: 0;
    height: 30px;
    width: 30px;
    float: left;
    display: block;
    margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .c-CarouselSlider--img {
        height: 57px;
        width: 57px; } }
  .c-CarouselSlider--canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    border-radius: 30px; }
    @media only screen and (min-width: 768px) {
      .c-CarouselSlider--canvas {
        border-radius: 57px; } }
  .c-CarouselSlider--text-wrapper {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    position: relative;
    display: table-cell;
    height: 30px;
    vertical-align: middle;
    color: #020202;
    text-transform: none; }
    @media only screen and (min-width: 992px) {
      .c-CarouselSlider--text-wrapper {
        height: 57px; } }
  .c-CarouselSlider .slick-slider {
    display: none; }
    .c-CarouselSlider .slick-slider.show-slider {
      display: block !important; }

.c-SeeAllLink {
  color: #2679c9;
  font-size: 13px;
  font-weight: 600;
  height: 18px;
  letter-spacing: 0px;
  line-height: 16px;
  text-align: right;
  text-transform: uppercase;
  position: relative;
  width: auto;
  float: right;
  margin-top: 20px; }
  .c-SeeAllLink i {
    margin-left: 7px; }

.fc-post-stack {
  padding: 0 0 10px 0;
  margin: 0;
  width: 100%; }
  .fc-post-stack > .col {
    float: none;
    display: inline-block;
    white-space: normal;
    height: 248px;
    -webkit-box-shadow: 0 0 4px 0 rgba(41, 41, 41, 0.1);
            box-shadow: 0 0 4px 0 rgba(41, 41, 41, 0.1);
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    background-color: #ffffff; }
    @media (min-width: 768px) {
      .fc-post-stack > .col {
        max-width: 255px;
        width: 255px;
        border: 1px solid #f1f1f1;
        -webkit-box-shadow: none;
                box-shadow: none;
        margin-left: 15px;
        margin-right: 15px; } }
    @media (min-width: 992px) {
      .fc-post-stack > .col {
        border: 1px solid lightgray;
        margin-left: 15px;
        margin-right: 15px; }
        .fc-post-stack > .col:first-child {
          margin-left: 0; }
        .fc-post-stack > .col:nth-child(4n) {
          margin-right: 0; }
        .fc-post-stack > .col:nth-child(4n+1) {
          margin-left: 0; } }
    .fc-post-stack > .col .c-NewsSlider--post-date {
      left: 10px; }
    .fc-post-stack > .col .c-NewsSlider--info {
      background-color: #fff;
      height: auto;
      width: auto;
      border: none; }
      @media (min-width: 768px) {
        .fc-post-stack > .col .c-NewsSlider--info {
          height: auto;
          min-height: unset;
          max-height: unset;
          overflow-y: hidden; } }
      .fc-post-stack > .col .c-NewsSlider--info--post-cat {
        height: 21px;
        display: block;
        overflow-y: hidden; }
    .fc-post-stack > .col .c-ProductHub--post-link {
      color: #2a2a2a;
      font-size: 15px;
      font-weight: normal;
      letter-spacing: 0px;
      line-height: 20px;
      text-transform: inherit; }
      .fc-post-stack > .col .c-ProductHub--post-link:hover {
        text-decoration: none; }

.fin-advertorialEditorialHero {
  background-color: #d1faf9;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0; }
  .fin-advertorialEditorialHero--wrapper {
    padding: 16px 0 0 0; }
    @media (max-width: 576px) {
      .fin-advertorialEditorialHero--wrapper--breadcrumbs .breadcrumbs {
        margin-bottom: 0 !important; } }
    .fin-advertorialEditorialHero--wrapper--breadcrumbs ul li a {
      color: #2A2A2A !important;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 13px;
      font-weight: normal;
      letter-spacing: 0px; }
    .fin-advertorialEditorialHero--wrapper--breadcrumbs ul li::after {
      color: #2A2A2A !important; }
    .fin-advertorialEditorialHero--wrapper--entryHeader .page-title {
      color: #020202;
      font-family: "Source Sans Pro", sans-serif; }
      @media (max-width: 576px) {
        .fin-advertorialEditorialHero--wrapper--entryHeader .page-title {
          font-size: 20px;
          font-weight: 600;
          line-height: 23px; } }
      @media (min-width: 768px) {
        .fin-advertorialEditorialHero--wrapper--entryHeader .page-title {
          font-size: 24px;
          font-weight: 600;
          line-height: 30px; } }
      @media (min-width: 992px) {
        .fin-advertorialEditorialHero--wrapper--entryHeader .page-title {
          font-size: 34px;
          font-weight: 600;
          letter-spacing: 0.25px;
          line-height: 39px; } }
    .fin-advertorialEditorialHero--wrapper--entryHeader .page-short-descriptions {
      color: #020202;
      font-family: "Source Sans Pro", sans-serif; }
      @media (min-width: 768px) {
        .fin-advertorialEditorialHero--wrapper--entryHeader .page-short-descriptions {
          font-size: 16px;
          font-weight: normal;
          line-height: 19px; } }
      @media (min-width: 992px) {
        .fin-advertorialEditorialHero--wrapper--entryHeader .page-short-descriptions {
          font-size: 20px;
          font-weight: normal;
          line-height: 27px; } }
    .fin-advertorialEditorialHero--wrapper--authorDetails {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 25px 0 16px 0; }
      @media (max-width: 576px) {
        .fin-advertorialEditorialHero--wrapper--authorDetails {
          padding: 11px 0 19px 0; } }
      .fin-advertorialEditorialHero--wrapper--authorDetails .authorProfileImage {
        width: 37px;
        margin-right: 20px; }
        @media (max-width: 576px) {
          .fin-advertorialEditorialHero--wrapper--authorDetails .authorProfileImage {
            margin-right: 13px; } }
      .fin-advertorialEditorialHero--wrapper--authorDetails .authorInfo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 576px) {
          .fin-advertorialEditorialHero--wrapper--authorDetails .authorInfo {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
      .fin-advertorialEditorialHero--wrapper--authorDetails .authorName {
        color: #020202;
        margin-right: 25px;
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 0.09px;
        line-height: 23px; }
        .fin-advertorialEditorialHero--wrapper--authorDetails .authorName a {
          color: #020202;
          margin-right: 25px;
          font-size: 12px;
          font-weight: normal;
          letter-spacing: 0.09px;
          line-height: 23px;
          text-transform: capitalize; }
      .fin-advertorialEditorialHero--wrapper--authorDetails .authorDate {
        color: #020202;
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 0.09px;
        line-height: 23px; }
        @media (max-width: 576px) {
          .fin-advertorialEditorialHero--wrapper--authorDetails .authorDate {
            line-height: normal; } }
    .fin-advertorialEditorialHero--wrapper--negativeFlag {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #ffffff;
      padding: 8.5px 9px;
      border-radius: 4px 4px 0px 0px;
      width: 100%; }
      @media (min-width: 768px) {
        .fin-advertorialEditorialHero--wrapper--negativeFlag {
          width: 310px; } }
      @media (max-width: 320px) {
        .fin-advertorialEditorialHero--wrapper--negativeFlag {
          margin: 0 -8px 0 -8px;
          width: 306px !important; } }
      .fin-advertorialEditorialHero--wrapper--negativeFlag i {
        margin-right: 8px;
        float: left;
        color: #D3000D;
        font-size: 14px; }
      .fin-advertorialEditorialHero--wrapper--negativeFlag .negativeFlagText {
        float: left;
        font-size: 13px;
        font-weight: normal;
        letter-spacing: 0.1px;
        line-height: 14px;
        color: #D3000D; }
  .fin-advertorialEditorialHero--editorialImage {
    -webkit-clip-path: polygon(5% 0, 100% 1%, 100% 100%, 24% 100%);
    clip-path: polygon(5% 0, 100% 1%, 100% 100%, 24% 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
    @media (min-width: 768px) {
      .fin-advertorialEditorialHero--editorialImage {
        width: 41.33%;
        height: 100%; } }
    @media (min-width: 992px) {
      .fin-advertorialEditorialHero--editorialImage {
        width: 39.44%; } }
    @media (max-width: 767px) {
      .fin-advertorialEditorialHero--editorialImage {
        display: none; } }
    .fin-advertorialEditorialHero--editorialImage img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      top: 0;
      max-height: 100%;
      position: absolute;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      width: 100%; }
  .fin-advertorialEditorialHero--mobileEditorialImg {
    height: 130px;
    margin: 0 -15px 0 -15px;
    overflow: hidden; }
    @media only screen and (min-width: 768px) {
      .fin-advertorialEditorialHero--mobileEditorialImg {
        -webkit-clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 81%);
        clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 81%); } }
    .fin-advertorialEditorialHero--mobileEditorialImg img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      top: 0;
      width: 100%; }
  .fin-advertorialEditorialHero--advertorialBgColor {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    background: #e1fdff;
    height: 100%; }
    @media (min-width: 768px) {
      .fin-advertorialEditorialHero--advertorialBgColor {
        width: 42.33%;
        -webkit-clip-path: polygon(5% 0, 100% 1%, 100% 100%, 24% 100%);
        clip-path: polygon(5% 0, 100% 1%, 100% 100%, 24% 100%); } }
    @media (max-width: 767px) {
      .fin-advertorialEditorialHero--advertorialBgColor {
        display: none; } }
  .fin-advertorialEditorialHero--heroProvider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 2;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 767px) {
      .fin-advertorialEditorialHero--heroProvider {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        padding: 2rem 0;
        background: #e1fdff;
        margin-left: -15px;
        margin-right: -15px;
        z-index: 1; } }
    @media (min-width: 768px) {
      .fin-advertorialEditorialHero--heroProvider .heroProviderLogo {
        width: 167px; } }
    @media (min-width: 992px) {
      .fin-advertorialEditorialHero--heroProvider .heroProviderLogo {
        width: 225px; } }
    @media (max-width: 576px) {
      .fin-advertorialEditorialHero--heroProvider .heroProviderLogo {
        width: 114px; } }
    @media (min-width: 577px) and (max-width: 767px) {
      .fin-advertorialEditorialHero--heroProvider .heroProviderLogo {
        width: 225px; } }
    .fin-advertorialEditorialHero--heroProvider .heroProviderRating {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 10px; }
      @media (max-width: 767px) {
        .fin-advertorialEditorialHero--heroProvider .heroProviderRating {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-top: 0.71429rem; } }
      @media (min-width: 577px) and (max-width: 767px) {
        .fin-advertorialEditorialHero--heroProvider .heroProviderRating {
          margin-top: 3.57143rem !important; } }
      @media (min-width: 768px) {
        .fin-advertorialEditorialHero--heroProvider .heroProviderRating {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 167px; } }
      @media (min-width: 992px) {
        .fin-advertorialEditorialHero--heroProvider .heroProviderRating {
          width: 225px;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      @media (min-width: 768px) {
        .fin-advertorialEditorialHero--heroProvider .heroProviderRating--ratingStar {
          margin-right: 0px; } }
      @media (min-width: 992px) {
        .fin-advertorialEditorialHero--heroProvider .heroProviderRating--ratingStar {
          margin-right: 13px; } }
      .fin-advertorialEditorialHero--heroProvider .heroProviderRating--ratingNumbers {
        font-size: 10px;
        font-weight: normal;
        letter-spacing: 1.5px;
        line-height: 14px;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .fin-advertorialEditorialHero--heroProvider .heroProviderRating--ratingNumbers {
            line-height: 25px; } }
        @media (min-width: 768px) {
          .fin-advertorialEditorialHero--heroProvider .heroProviderRating--ratingNumbers {
            line-height: 22px; } }
        @media (min-width: 992px) {
          .fin-advertorialEditorialHero--heroProvider .heroProviderRating--ratingNumbers {
            line-height: 14px; } }

/*# sourceMappingURL=child-theme.css.map */
