@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Regular.woff2?v=2.137") format("woff2"),url("../fonts/Roboto-Regular.woff?v=2.137") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Regular.woff2?v=2.137") format("woff2"),url("../fonts/Roboto-Regular.woff?v=2.137") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Bold.woff2?v=2.137") format("woff2"),url("../fonts/Roboto-Bold.woff?v=2.137") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Bold.woff2?v=2.137") format("woff2"),url("../fonts/Roboto-Bold.woff?v=2.137") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@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;
}

.fa-phone:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

*,*::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(0,0,0,0);
}

article,footer,header,main,section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  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: .5rem;
}

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

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

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

ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

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

b,strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

a {
  color: #0d7289;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #063843;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em;
}

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: .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;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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;
}

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;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

.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(0,0,0,0.1);
}

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

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

.list-inline-item {
  display: inline-block;
}

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

.container,.container-sm,.container-md,.container-lg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,  .container-sm,  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,  .container-sm,  .container-md,  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,  .container-sm,  .container-md,  .container-lg {
    max-width: 1140px;
  }
}

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

.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 {
  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%;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .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 (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #2bc7eb;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(13,114,137,0.25);
          box-shadow: 0 0 0 .2rem rgba(13,114,137,0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-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;
}

input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .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: .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-control.is-valid {
  border-color: #6fae78;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%236fae78' 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");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid:focus {
  border-color: #6fae78;
  -webkit-box-shadow: 0 0 0 .2rem rgba(111,174,120,0.25);
          box-shadow: 0 0 0 .2rem rgba(111,174,120,0.25);
}

textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.custom-select.is-valid {
  border-color: #6fae78;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%236fae78' 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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.custom-select.is-valid:focus {
  border-color: #6fae78;
  -webkit-box-shadow: 0 0 0 .2rem rgba(111,174,120,0.25);
          box-shadow: 0 0 0 .2rem rgba(111,174,120,0.25);
}

.custom-control-input.is-valid ~ .custom-control-label {
  color: #6fae78;
}

.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #6fae78;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #90c097;
  background-color: #90c097;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 .2rem rgba(111,174,120,0.25);
          box-shadow: 0 0 0 .2rem rgba(111,174,120,0.25);
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #6fae78;
}

.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #6fae78;
}

.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #6fae78;
  -webkit-box-shadow: 0 0 0 .2rem rgba(111,174,120,0.25);
          box-shadow: 0 0 0 .2rem rgba(111,174,120,0.25);
}

.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,0.25);
          box-shadow: 0 0 0 .2rem rgba(220,53,69,0.25);
}

textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,0.25);
          box-shadow: 0 0 0 .2rem rgba(220,53,69,0.25);
}

.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,0.25);
          box-shadow: 0 0 0 .2rem rgba(220,53,69,0.25);
}

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

.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,0.25);
          box-shadow: 0 0 0 .2rem rgba(220,53,69,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;
}

@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 .input-group,  .form-inline .custom-select {
    width: auto;
  }

  .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;
  }
}

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

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

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

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

.bg-success {
  background-color: #6fae78 !important;
}

a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus {
  background-color: #54965e !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-danger {
  background-color: #dc3545 !important;
}

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

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

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

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

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

.border-left {
  border-left: 1px solid #dee2e6 !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-success {
  border-color: #6fae78 !important;
}

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

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

.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;
}

@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;
  }
}

@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;
  }
}

@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;
  }
}

.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;
}

.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-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;
}

@media (min-width: 576px) {
  .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;
  }

  .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-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;
  }
}

@media (min-width: 768px) {
  .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;
  }

  .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-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;
  }
}

@media (min-width: 992px) {
  .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;
  }

  .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-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;
  }
}

.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;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: 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;
}

.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: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.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;
}

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

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

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

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

.mt-1 {
  margin-top: .25rem !important;
}

.mb-1 {
  margin-bottom: .25rem !important;
}

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

.mt-2 {
  margin-top: .5rem !important;
}

.mb-2 {
  margin-bottom: .5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-1 {
  padding-top: .25rem !important;
}

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

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

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

.pt-2 {
  padding-top: .5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1 {
  margin-top: -.25rem !important;
}

.mb-n1 {
  margin-bottom: -.25rem !important;
}

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

.mt-n2 {
  margin-top: -.5rem !important;
}

.mb-n2 {
  margin-bottom: -.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

  .mt-sm-1 {
    margin-top: .25rem !important;
  }

  .mb-sm-1 {
    margin-bottom: .25rem !important;
  }

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

  .mt-sm-2 {
    margin-top: .5rem !important;
  }

  .mb-sm-2 {
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-sm-1 {
    padding-top: .25rem !important;
  }

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

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

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

  .pt-sm-2 {
    padding-top: .5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-sm-n1 {
    margin-top: -.25rem !important;
  }

  .mb-sm-n1 {
    margin-bottom: -.25rem !important;
  }

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

  .mt-sm-n2 {
    margin-top: -.5rem !important;
  }

  .mb-sm-n2 {
    margin-bottom: -.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

  .mt-md-1 {
    margin-top: .25rem !important;
  }

  .mb-md-1 {
    margin-bottom: .25rem !important;
  }

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

  .mt-md-2 {
    margin-top: .5rem !important;
  }

  .mb-md-2 {
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-md-1 {
    padding-top: .25rem !important;
  }

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

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

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

  .pt-md-2 {
    padding-top: .5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-md-n1 {
    margin-top: -.25rem !important;
  }

  .mb-md-n1 {
    margin-bottom: -.25rem !important;
  }

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

  .mt-md-n2 {
    margin-top: -.5rem !important;
  }

  .mb-md-n2 {
    margin-bottom: -.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

  .mt-lg-1 {
    margin-top: .25rem !important;
  }

  .mb-lg-1 {
    margin-bottom: .25rem !important;
  }

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

  .mt-lg-2 {
    margin-top: .5rem !important;
  }

  .mb-lg-2 {
    margin-bottom: .5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-lg-1 {
    padding-top: .25rem !important;
  }

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

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

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

  .pt-lg-2 {
    padding-top: .5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-lg-n1 {
    margin-top: -.25rem !important;
  }

  .mb-lg-n1 {
    margin-bottom: -.25rem !important;
  }

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

  .mt-lg-n2 {
    margin-top: -.5rem !important;
  }

  .mb-lg-n2 {
    margin-bottom: -.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  }
}

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

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

.text-success {
  color: #6fae78 !important;
}

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

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

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

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

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

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

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

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

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

@media print {
  *,  *::before,  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  thead {
    display: table-header-group;
  }

  tr {
    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;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,  .table th {
    background-color: #fff !important;
  }
}

body[data-aos-duration='800'] [data-aos],[data-aos][data-aos][data-aos-duration='800'] {
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
}

body[data-aos-delay='800'] [data-aos],[data-aos][data-aos][data-aos-delay='800'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='800'] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay='800'].aos-animate {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

body[data-aos-easing="linear"] [data-aos],[data-aos][data-aos][data-aos-easing="linear"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body[data-aos-easing="ease"] [data-aos],[data-aos][data-aos][data-aos-easing="ease"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-aos-easing="ease-in"] [data-aos],[data-aos][data-aos][data-aos-easing="ease-in"] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-aos-easing="ease-out"] [data-aos],[data-aos][data-aos][data-aos-easing="ease-out"] {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-out"] [data-aos],[data-aos][data-aos][data-aos-easing="ease-in-out"] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-back"] [data-aos],[data-aos][data-aos][data-aos-easing="ease-in-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

body[data-aos-easing="ease-out-back"] [data-aos],[data-aos][data-aos][data-aos-easing="ease-out-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body[data-aos-easing="ease-in-out-back"] [data-aos],[data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body[data-aos-easing="ease-in-sine"] [data-aos],[data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

body[data-aos-easing="ease-out-sine"] [data-aos],[data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

body[data-aos-easing="ease-in-out-sine"] [data-aos],[data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body[data-aos-easing="ease-in-quad"] [data-aos],[data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quad"] [data-aos],[data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quad"] [data-aos],[data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-cubic"] [data-aos],[data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-cubic"] [data-aos],[data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-cubic"] [data-aos],[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-quart"] [data-aos],[data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quart"] [data-aos],[data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quart"] [data-aos],[data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^='fade'][data-aos^='fade'].aos-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[data-aos='fade-up'] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos='fade-down'] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-aos='fade-right'] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-aos='fade-left'] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-aos='fade-up-right'] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-aos='fade-up-left'] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-aos='fade-down-right'] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-aos='fade-down-left'] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^='zoom'][data-aos^='zoom'].aos-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

[data-aos='zoom-in'] {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

[data-aos='zoom-in-up'] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos='zoom-in-down'] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos='zoom-in-right'] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos='zoom-in-left'] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos='zoom-out'] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos='zoom-out-up'] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos='zoom-out-down'] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos='zoom-out-right'] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos='zoom-out-left'] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^='slide'][data-aos^='slide'] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^='slide'][data-aos^='slide'].aos-animate {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[data-aos='slide-up'] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-aos='slide-down'] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-aos='slide-right'] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-aos='slide-left'] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

[data-aos^='flip'][data-aos^='flip'] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos='flip-left'] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-aos='flip-left'].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-right'] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-aos='flip-right'].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-up'] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-aos='flip-up'].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos='flip-down'] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-aos='flip-down'].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

body {
  background: #fff;
  font-family: "Roboto",Arial,sans-serif;
  color: #000;
  overflow-x: hidden;
}

a {
  color: #0d7289;
}

a:hover,a:active,a:focus {
  color: #89c2eb;
  outline: none;
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Roboto";
  font-weight: normal;
  color: #000;
  margin: 30px 0 20px 0;
  padding: 0;
}

@-webkit-keyframes animate-svg-fill {
  0% {
    fill: transparent;
  }

  100% {
    fill: #fff;
  }
}

@keyframes animate-svg-fill {
  0% {
    fill: transparent;
  }

  100% {
    fill: #fff;
  }
}

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 2544.163330078125px;
    stroke-dasharray: 2544.163330078125px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 2544.163330078125px;
    stroke-dasharray: 2544.163330078125px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 643.9005126953125px;
    stroke-dasharray: 643.9005126953125px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 643.9005126953125px;
    stroke-dasharray: 643.9005126953125px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 1569.7606201171875px;
    stroke-dasharray: 1569.7606201171875px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 1569.7606201171875px;
    stroke-dasharray: 1569.7606201171875px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 714.2264404296875px;
    stroke-dasharray: 714.2264404296875px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 714.2264404296875px;
    stroke-dasharray: 714.2264404296875px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 2105.0849609375px;
    stroke-dasharray: 2105.0849609375px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 2105.0849609375px;
    stroke-dasharray: 2105.0849609375px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 994.6439208984375px;
    stroke-dasharray: 994.6439208984375px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 994.6439208984375px;
    stroke-dasharray: 994.6439208984375px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 359.7000732421875px;
    stroke-dasharray: 359.7000732421875px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 359.7000732421875px;
    stroke-dasharray: 359.7000732421875px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 380.5823669433594px;
    stroke-dasharray: 380.5823669433594px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 380.5823669433594px;
    stroke-dasharray: 380.5823669433594px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 429.8509826660156px;
    stroke-dasharray: 429.8509826660156px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 429.8509826660156px;
    stroke-dasharray: 429.8509826660156px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 928.2406616210938px;
    stroke-dasharray: 928.2406616210938px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 928.2406616210938px;
    stroke-dasharray: 928.2406616210938px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes animate-svg-stroke-11 {
  0% {
    stroke: #000000;
    stroke-width: 0;
  }

  100% {
    stroke: #FFFFFF;
    stroke-width: 5.5;
  }
}

@keyframes animate-svg-stroke-11 {
  0% {
    stroke: #000000;
    stroke-width: 0;
  }

  100% {
    stroke: #FFFFFF;
    stroke-width: 5.5;
  }
}

.svg-logo-1 {
  -webkit-animation: animate-svg-stroke-1 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2.6s both,animate-svg-fill 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2.6s both;
          animation: animate-svg-stroke-1 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2.6s both,animate-svg-fill 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2.6s both;
}

.svg-logo-2 {
  -webkit-animation: animate-svg-stroke-2 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2.7s both,animate-svg-fill 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2.7s both;
          animation: animate-svg-stroke-2 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2.7s both,animate-svg-fill 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2.7s both;
}

.svg-logo-3 {
  -webkit-animation: animate-svg-stroke-3 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2.8s both,animate-svg-fill 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2.8s both;
          animation: animate-svg-stroke-3 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2.8s both,animate-svg-fill 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2.8s both;
}

.svg-logo-4 {
  -webkit-animation: animate-svg-stroke-4 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2.9s both,animate-svg-fill 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2.9s both;
          animation: animate-svg-stroke-4 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2.9s both,animate-svg-fill 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2.9s both;
}

.svg-logo-5 {
  -webkit-animation: animate-svg-stroke-5 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3s both,animate-svg-fill 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3s both;
          animation: animate-svg-stroke-5 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3s both,animate-svg-fill 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3s both;
}

.svg-logo-6 {
  -webkit-animation: animate-svg-stroke-6 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3.1s both,animate-svg-fill 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3.1s both;
          animation: animate-svg-stroke-6 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3.1s both,animate-svg-fill 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3.1s both;
}

.svg-logo-7 {
  -webkit-animation: animate-svg-stroke-7 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3.2s both,animate-svg-fill 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3.2s both;
          animation: animate-svg-stroke-7 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3.2s both,animate-svg-fill 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3.2s both;
}

.svg-logo-8 {
  -webkit-animation: animate-svg-stroke-8 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3.3s both,animate-svg-fill 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3.3s both;
          animation: animate-svg-stroke-8 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3.3s both,animate-svg-fill 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3.3s both;
}

.svg-logo-9 {
  -webkit-animation: animate-svg-stroke-9 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3.4s both,animate-svg-fill 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3.4s both;
          animation: animate-svg-stroke-9 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3.4s both,animate-svg-fill 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3.4s both;
}

.svg-logo-10 {
  -webkit-animation: animate-svg-stroke-10 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3.5s both,animate-svg-fill 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3.5s both;
          animation: animate-svg-stroke-10 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3.5s both,animate-svg-fill 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3.5s both;
}

.svg-logo-11 {
  -webkit-animation: animate-svg-stroke-11 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3.6s both,animate-svg-fill 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3.6s both;
          animation: animate-svg-stroke-11 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3.6s both,animate-svg-fill 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3.6s both;
}

@-webkit-keyframes bounce {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }

  75% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
}

@keyframes bounce {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }

  75% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
}

@-webkit-keyframes moveFish {
  0% {
    -webkit-transform: translateX(0) translateY(0) scale(1);
            transform: translateX(0) translateY(0) scale(1);
  }

  30% {
    -webkit-transform: translateX(-300%) translateY(5%) scale(1);
            transform: translateX(-300%) translateY(5%) scale(1);
  }

  31% {
    -webkit-transform: translateX(-300%) translateY(0) scale(0);
            transform: translateX(-300%) translateY(0) scale(0);
  }

  40% {
    -webkit-transform: translateX(150%) translateY(0) scale(0);
            transform: translateX(150%) translateY(0) scale(0);
  }

  50% {
    -webkit-transform: translateX(100%) translateY(5%) scale(0.7);
            transform: translateX(100%) translateY(5%) scale(0.7);
  }

  70% {
    -webkit-transform: translateX(0) translateY(0) scale(1);
            transform: translateX(0) translateY(0) scale(1);
  }

  79% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }

  86% {
    -webkit-transform: translateY(2%);
            transform: translateY(2%);
  }

  93% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveFish {
  0% {
    -webkit-transform: translateX(0) translateY(0) scale(1);
            transform: translateX(0) translateY(0) scale(1);
  }

  30% {
    -webkit-transform: translateX(-300%) translateY(5%) scale(1);
            transform: translateX(-300%) translateY(5%) scale(1);
  }

  31% {
    -webkit-transform: translateX(-300%) translateY(0) scale(0);
            transform: translateX(-300%) translateY(0) scale(0);
  }

  40% {
    -webkit-transform: translateX(150%) translateY(0) scale(0);
            transform: translateX(150%) translateY(0) scale(0);
  }

  50% {
    -webkit-transform: translateX(100%) translateY(5%) scale(0.7);
            transform: translateX(100%) translateY(5%) scale(0.7);
  }

  70% {
    -webkit-transform: translateX(0) translateY(0) scale(1);
            transform: translateX(0) translateY(0) scale(1);
  }

  79% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }

  86% {
    -webkit-transform: translateY(2%);
            transform: translateY(2%);
  }

  93% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

div.fish {
  -webkit-animation: bounce 2s infinite alternate;
          animation: bounce 2s infinite alternate;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

#stinkfischdesign.noanimation .svg-logo-1,#stinkfischdesign.noanimation .svg-logo-2,#stinkfischdesign.noanimation .svg-logo-3,#stinkfischdesign.noanimation .svg-logo-4,#stinkfischdesign.noanimation .svg-logo-5,#stinkfischdesign.noanimation .svg-logo-6,#stinkfischdesign.noanimation .svg-logo-7,#stinkfischdesign.noanimation .svg-logo-8,#stinkfischdesign.noanimation .svg-logo-9,#stinkfischdesign.noanimation .svg-logo-10,#stinkfischdesign.noanimation .svg-logo-11 {
  stroke-dashoffset: 0 !important;
  fill: #fff !important;
}

@keyframes animate-svg-fill {
  0% {
    fill: transparent;
  }

  100% {
    fill: #fff;
  }
}

@-webkit-keyframes animate-svg-stroke-logo {
  0% {
    stroke: #000000;
    stroke-width: 0;
  }

  50% {
    stroke: #FFFFFF;
    stroke-width: 2;
  }

  100% {
    stroke: #000000;
    stroke-width: 0;
  }
}

@keyframes animate-svg-stroke-logo {
  0% {
    stroke: #000000;
    stroke-width: 0;
  }

  50% {
    stroke: #FFFFFF;
    stroke-width: 2;
  }

  100% {
    stroke: #000000;
    stroke-width: 0;
  }
}

.svg-logotext-1 {
  -webkit-animation: animate-svg-stroke-logo 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.5s both,animate-svg-fill 1.8s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.5s both;
          animation: animate-svg-stroke-logo 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.5s both,animate-svg-fill 1.8s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.5s both;
}

.svg-logotext-2 {
  -webkit-animation: animate-svg-stroke-logo 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.65s both,animate-svg-fill 1.8s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.65s both;
          animation: animate-svg-stroke-logo 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.65s both,animate-svg-fill 1.8s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.65s both;
}

.svg-logotext-3 {
  -webkit-animation: animate-svg-stroke-logo 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.8s both,animate-svg-fill 1.8s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.8s both;
          animation: animate-svg-stroke-logo 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.8s both,animate-svg-fill 1.8s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.8s both;
}

.svg-logotext-4 {
  -webkit-animation: animate-svg-stroke-logo 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.95s both,animate-svg-fill 1.8s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.95s both;
          animation: animate-svg-stroke-logo 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.95s both,animate-svg-fill 1.8s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.95s both;
}

.svg-logotext-5 {
  -webkit-animation: animate-svg-stroke-logo 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.1s both,animate-svg-fill 1.8s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.1s both;
          animation: animate-svg-stroke-logo 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.1s both,animate-svg-fill 1.8s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.1s both;
}

.svg-logotext-6 {
  -webkit-animation: animate-svg-stroke-logo 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.25s both,animate-svg-fill 1.8s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.25s both;
          animation: animate-svg-stroke-logo 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.25s both,animate-svg-fill 1.8s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.25s both;
}

.svg-logotext-7 {
  -webkit-animation: animate-svg-stroke-logo 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.4s both,animate-svg-fill 1.8s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.4s both;
          animation: animate-svg-stroke-logo 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.4s both,animate-svg-fill 1.8s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.4s both;
}

.svg-logotext-8 {
  -webkit-animation: animate-svg-stroke-logo 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.55s both,animate-svg-fill 1.8s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.55s both;
          animation: animate-svg-stroke-logo 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.55s both,animate-svg-fill 1.8s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.55s both;
}

.svg-logotext-9 {
  -webkit-animation: animate-svg-stroke-logo 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.7s both,animate-svg-fill 1.8s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.7s both;
          animation: animate-svg-stroke-logo 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.7s both,animate-svg-fill 1.8s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.7s both;
}

.svg-logotext-10 {
  -webkit-animation: animate-svg-stroke-logo 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3.9s both,animate-svg-fill 1.8s cubic-bezier(0.6, 0.04, 0.98, 0.335) 4.15s both;
          animation: animate-svg-stroke-logo 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3.9s both,animate-svg-fill 1.8s cubic-bezier(0.6, 0.04, 0.98, 0.335) 4.15s both;
}

.svg-logotext-11 {
  -webkit-animation: animate-svg-stroke-logo 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.85s both,animate-svg-fill 1.8s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.85s both;
          animation: animate-svg-stroke-logo 1.4s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.85s both,animate-svg-fill 1.8s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.85s both;
}

#stinkfischdesign.noanimation .svg-logotext-1,#stinkfischdesign.noanimation .svg-logotext-2,#stinkfischdesign.noanimation .svg-logotext-3,#stinkfischdesign.noanimation .svg-logotext-4,#stinkfischdesign.noanimation .svg-logotext-5,#stinkfischdesign.noanimation .svg-logotext-6,#stinkfischdesign.noanimation .svg-logotext-7,#stinkfischdesign.noanimation .svg-logotext-8,#stinkfischdesign.noanimation .svg-logotext-9,#stinkfischdesign.noanimation .svg-logotext-10,#stinkfischdesign.noanimation .svg-logotext-11 {
  stroke: #000000 !important;
  stroke-width: 0 !important;
  fill: #fff !important;
}

@-webkit-keyframes header-background {
  0% {
    background-position: 200%;
  }

  100% {
    background-position: right;
  }
}

@keyframes header-background {
  0% {
    background-position: 200%;
  }

  100% {
    background-position: right;
  }
}

@-webkit-keyframes header-background2 {
  0% {
    background-position: 200vw;
  }

  100% {
    background-position: 50vw;
  }
}

@keyframes header-background2 {
  0% {
    background-position: 200vw;
  }

  100% {
    background-position: 50vw;
  }
}

header#stinkfischdesign {
  background: url(../images/bg-header.png) no-repeat right bottom,linear-gradient(45deg, #000, #191919);
  background-size: contain;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 20px 0;
  -webkit-animation: header-background 12s;
          animation: header-background 12s;
}

@media (max-width: 800px) {
  header#stinkfischdesign {
    background: url(../images/bg-header.png) no-repeat 50vw bottom #000;
    background-size: 50vh;
    -webkit-animation: header-background2 12s;
            animation: header-background2 12s;
  }
}

header#stinkfischdesign h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  display: none;
}

header#stinkfischdesign.noanimation {
  background-position: right !important;
}

@media (max-width: 800px) {
  header#stinkfischdesign.noanimation {
    background-position: 50vw !important;
  }
}

header#stinkfischdesign a {
  display: block;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 57vh;
  cursor: url(../images/cursor.png),auto;
}

@media (max-width: 1920px) {
  header#stinkfischdesign a {
    height: calc(52vw / 2);
  }
}

@media (max-width: 1280px) {
  header#stinkfischdesign a {
    height: calc(70vw / 2);
  }
}

@media (max-width: 700px) {
  header#stinkfischdesign a {
    height: 40vh;
    padding: calc(10vh + 100px) 0;
  }
}

header#stinkfischdesign a:hover+div.stinkfischdesign>div.fish {
  -webkit-animation: moveFish 6s infinite normal;
          animation: moveFish 6s infinite normal;
}

header#stinkfischdesign .stinkfischdesign {
  margin: 0 auto;
  width: 1000px;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1920px) {
  header#stinkfischdesign .stinkfischdesign {
    width: 52vw;
  }
}

@media (max-width: 1280px) {
  header#stinkfischdesign .stinkfischdesign {
    width: 70vw;
  }
}

@media (max-width: 700px) {
  header#stinkfischdesign .stinkfischdesign {
    width: 95vw;
    height: 40vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

header#stinkfischdesign .fish {
  display: block;
  width: 32.5%;
  margin-left: 3%;
  margin-bottom: -1.65%;
  margin-top: 5%;
}

header#stinkfischdesign .logo {
  display: block;
  width: 80%;
  margin-left: 20%;
}

#subtitle {
  text-align: center;
  border-bottom: 5px solid #a9ae1b;
}

#subtitle p {
  margin: 1rem 0;
  color: #a9ae1b;
  font-weight: bold;
  font-size: 26px;
}

@media (max-width: 1400px) {
  #subtitle p {
    font-size: 22px;
  }
}

@media (max-width: 1000px) {
  #subtitle p {
    font-size: 1.2rem;
  }
}

@media (max-width: 600px) {
  #subtitle p {
    font-size: 1.25rem;
  }
}

#produkte {
  overflow: hidden;
}

#produkte .row {
  padding-top: 20px;
  cursor: ns-resize;
  -webkit-transition: 3s all linear;
  transition: 3s all linear;
}

#produkte .row:hover h2 {
  color: rgba(0,0,0,0.5);
}

#produkte .row:hover .pic {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

#produkte .row:hover i.fa-smile-o {
  color: rgba(0,0,0,0.5);
}

@media (max-width: 991px) {
  #produkte .row.first {
    padding-top: 0;
  }
}

#produkte .pic {
  background: #009882;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 320px;
  border: 1px solid #fff;
}

#produkte i.fa-smile-o {
  color: #a9ae1b;
  font-size: 1.4rem;
  padding-left: 0.3rem;
}

#produkte h2 {
  text-transform: uppercase;
  color: #009882;
  font-weight: bold;
  font-size: 2.2rem;
}

#produkte h2.green {
  color: #6fae78;
}

#produkte h2.blue {
  color: #0d7289;
}

#produkte h2.blue2 {
  color: #127181;
}

#produkte h2.blue3 {
  color: #275869;
}

#produkte h2.black {
  color: black;
}

@media (max-width: 991px) {
  #produkte h2 {
    text-align: center;
  }
}

#produkte p {
  font-size: 1.1rem;
}

@media (max-width: 991px) {
  #produkte p {
    text-align: center;
  }
}

#produkte .text-right {
  text-align: right;
}

#produkte .pic-kunst {
  background-image: url(../images/1.jpg);
}

#produkte .pic-kunst2 {
  background-image: url(../images/2.jpg);
}

#produkte .pic-customs {
  background-image: url(../images/3.jpg);
}

#produkte .pic-beutel {
  background-image: url(../images/4.jpg);
}

#produkte .pic-shirts {
  background-image: url(../images/5.jpg);
}

#kontakt {
  padding: 80px 20px 40px 20px;
}

#kontakt.nopadding {
  padding: 20px 20px 40px 20px;
}

#kontakt header {
  text-align: center;
  -webkit-transition: all ease-in-out 0.7s;
  transition: all ease-in-out 0.7s;
}

#kontakt header h2 {
  text-transform: uppercase;
  color: #127181;
  font-weight: bold;
  font-size: 2.2rem;
}

#kontakt header p.bigpadding {
  padding: 50px 0;
  font-size: 1.3rem;
  color: black;
  -webkit-transition: all ease-in-out 0.7s;
  transition: all ease-in-out 0.7s;
}

@media (max-width: 799px) {
  #kontakt header p.bigpadding {
    font-size: 1.2rem;
  }
}

#kontakt:hover header h2 {
  color: rgba(0,0,0,0.5);
}

#kontakt section {
  text-align: center;
}

#kontakt section p {
  font-size: 1.3rem;
  color: black;
  -webkit-transition: all ease-in-out 0.7s;
  transition: all ease-in-out 0.7s;
}

#kontakt section p i {
  color: #127181;
  -webkit-transition: all ease-in-out 0.7s;
  transition: all ease-in-out 0.7s;
  width: 40px;
  font-size: 1.6rem;
  text-align: center;
}

#kontakt section p i.fa-phone {
  font-size: 2rem;
}

#kontakt section p:hover i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: rgba(0,0,0,0.5);
}

#kontakt section a,#kontakt section a:visited {
  color: black;
  -webkit-transition: all ease-in-out 0.7s;
  transition: all ease-in-out 0.7s;
  border-bottom: 1px dotted #127181;
}

#kontakt section a:hover,#kontakt section a:focus,#kontakt section a:active,#kontakt section a:visited:hover,#kontakt section a:visited:focus,#kontakt section a:visited:active {
  color: #127181;
  border-bottom: 1px dotted #000;
}

#kontakt form {
  margin-top: 30px;
}

#kontakt form .form-group {
  text-align: left;
}

#kontakt form label {
  margin-top: .75rem;
  margin-bottom: 3px;
  padding-left: .75rem;
  font-size: 1.1rem;
  color: rgba(0,0,0,0.7);
}

#kontakt form input,#kontakt form textarea {
  border: none;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.16) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.16) !important;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

#kontakt form input:focus,#kontakt form input:hover,#kontakt form textarea:focus,#kontakt form textarea:hover {
  border-bottom: 1px solid rgba(39,88,105,0.8);
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.24) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.24) !important;
}

#kontakt form .form-group.has-error input,#kontakt form .form-group.has-error textarea {
  border-bottom: 1px solid rgba(255,0,0,0.8);
}

#kontakt form .form-group.has-error .form-error {
  padding: 0 .75rem;
  display: block;
  text-align: center;
  font-size: 0.9rem;
  color: rgba(255,0,0,0.8);
}

#kontakt form textarea {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

#kontakt form button {
  padding: .75rem 1.25rem;
  background-color: #275869;
  border: 3px solid #275869;
  border-radius: .50rem;
  color: white;
  font-weight: bold;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  font-size: 115%;
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

#kontakt form button i {
  padding-left: .50rem;
  font-size: 130%;
  -webkit-transition: all ease-in-out 0.7s;
  transition: all ease-in-out 0.7s;
}

#kontakt form button:hover {
  background-color: #127181;
  border: 3px solid #127181;
}

#kontakt form button:hover i {
  -webkit-transform: rotate(30deg) translate(-1px, -5px) scale(1.3);
          transform: rotate(30deg) translate(-1px, -5px) scale(1.3);
}

#kontakt form button:focus {
  border: 3px solid rgba(255,255,255,0.9);
  outline: none;
}

footer {
  padding: 20px 10px 30px 10px;
  margin-top: 20px;
  background-color: #000;
}

footer strong {
  font-size: 1.6rem;
  color: white;
}

footer p,footer a,footer a:visited {
  font-size: 1.1rem;
  color: white;
}

footer a,footer a:visited {
  border-bottom: 1px dashed rgba(13,114,137,0.5);
  -webkit-transition: all ease-in-out 0.7s;
  transition: all ease-in-out 0.7s;
}

footer a:hover,footer a:focus,footer a:active,footer a:visited:hover,footer a:visited:focus,footer a:visited:active {
  color: #89c2eb;
  border-bottom: 1px dashed #0d7289;
}

@media (max-width: 991px) {
  footer strong {
    font-size: 1.3rem;
  }

  footer p,  footer a,  footer a:visited {
    font-size: 0.9rem;
  }
}

#impressum,#datenschutz {
  padding: 40px 20px 40px 20px;
}

#impressum header,#datenschutz header {
  text-align: left;
  -webkit-transition: all ease-in-out 0.7s;
  transition: all ease-in-out 0.7s;
}

@media (max-width: 767px) {
  #impressum header,  #datenschutz header {
    text-align: center;
  }
}

#impressum header h2,#datenschutz header h2 {
  text-transform: uppercase;
  color: rgba(0,0,0,0.5);
  font-weight: bold;
  font-size: 2.2rem;
  margin-top: 0;
}

#impressum section p,#impressum section a,#impressum section a:visited,#datenschutz section p,#datenschutz section a,#datenschutz section a:visited {
  font-size: 1.1rem;
  color: black;
  -webkit-transition: all ease-in-out 0.7s;
  transition: all ease-in-out 0.7s;
}

#impressum section a,#impressum section a:visited,#datenschutz section a,#datenschutz section a:visited {
  border-bottom: 1px dotted #127181;
}

#impressum section a:hover,#impressum section a:focus,#impressum section a:active,#impressum section a:visited:hover,#impressum section a:visited:focus,#impressum section a:visited:active,#datenschutz section a:hover,#datenschutz section a:focus,#datenschutz section a:active,#datenschutz section a:visited:hover,#datenschutz section a:visited:focus,#datenschutz section a:visited:active {
  color: #127181;
  border-bottom: 1px dotted #000;
}

#impressum section div.quelle p,#impressum section div.quelle a,#impressum section div.quelle a:visited,#datenschutz section div.quelle p,#datenschutz section div.quelle a,#datenschutz section div.quelle a:visited {
  font-size: 0.8rem;
  text-align: center;
}

#datenschutz {
  counter-reset: h3counter;
}

#datenschutz h2 {
  counter-reset: h3counter;
}

#datenschutz h3 {
  font-weight: bold;
}

#datenschutz h3:before {
  content: counter(h3counter) ".  ";
  counter-increment: h3counter;
  counter-reset: h4counter;
  font-weight: bold;
  width: 50px;
  display: inline-block;
}

#datenschutz h3 ~ article {
  padding: 0 50px;
}

#datenschutz h4 {
  border-bottom: 1px dashed rgba(13,114,137,0.3);
  display: inline-block;
}

#datenschutz h4 ~ article {
  padding-left: 50px;
}

#datenschutz article>h4:first-child,#datenschutz article>h5:first-child {
  margin-top: 10px;
}

#datenschutz h5 {
  margin-left: -35px;
}

#datenschutz h5:before {
  content: "- ";
  width: 10px;
  display: inline-block;
}

#datenschutz li {
  padding-top: 8px;
}

@media (max-width: 767px) {
  #datenschutz h3:before {
    width: auto;
    display: inline-block;
  }

  #datenschutz h3 ~ article,  #datenschutz h4 ~ article {
    padding: 0px;
  }

  #datenschutz h5 {
    margin-left: 0;
  }
}